[MacPorts] #71107: libde265 @1.0.15 cannot be installed on Sequoia
MacPorts
noreply at macports.org
Wed Oct 16 20:11:33 UTC 2024
#71107: libde265 @1.0.15 cannot be installed on Sequoia
----------------------------+---------------------------------
Reporter: kazu-yamamoto | Owner: MarcusCalhoun-Lopez
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.10.2
Resolution: | Keywords: sequoia
Port: libde265 |
----------------------------+---------------------------------
Changes (by ryandesign):
* keywords: => sequoia
Old description:
> After removing the "c++" directory and reinstall Xcode 16, I can install
> many packages. But I cannot install "wget" due to "libde265":
>
> {{{
> % sudo port install libde265
> ...
> Error: Failed to build libde265: command execution failed
> Error: See
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_libde265/libde265/main.log
> for details.
> Error: Follow https://guide.macports.org/#project.tickets if you believe
> there
> is a bug.
> Error: Processing of port libde265 failed
> }}}
>
> The log is attached.
>
> The result of manual building:
>
> {{{
> % cd
> "/opt/local/var/macports/build/opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_libde265/libde265/work/libde265-1.0.15"
> && /usr/bin/make -j8 -w all
> ...
> :info:build In file included from configparam.cc:23:
> :info:build In file included from ./configparam.h:30:
> :info:build
> /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/vector:1212:27:
> error: call to 'move' is ambiguous
> :info:build 1212 | : __end_cap_(nullptr, std::move(__x.__alloc())) {
> :info:build | ^~~~~~~~~
> }}}
New description:
After removing the "c++" directory and reinstall Xcode 16, I can install
many packages. But I cannot install "wget" due to "libde265":
{{{
% sudo port install libde265
...
Error: Failed to build libde265: command execution failed
Error: See
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_libde265/libde265/main.log
for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe
there is a bug.
Error: Processing of port libde265 failed
}}}
The log is attached.
The result of manual building:
{{{
% cd
"/opt/local/var/macports/build/opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_libde265/libde265/work/libde265-1.0.15"
&& /usr/bin/make -j8 -w all
...
:info:build In file included from configparam.cc:23:
:info:build In file included from ./configparam.h:30:
:info:build
/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/vector:1212:27:
error: call to 'move' is ambiguous
:info:build 1212 | : __end_cap_(nullptr, std::move(__x.__alloc())) {
:info:build | ^~~~~~~~~
}}}
--
Comment:
According to https://ports.macports.org/port/libde265/details/ we had
successful builds of this port on all OS versions.
Your log contains nine attempts to install libde265. The first one failed
due to the problem described at ProblemHotlist#clts16. The other eight
attempts were continuations of that first attempt without cleaning and may
have failed because the first attempt's configure phase made incorrect
determinations. For example, your log says:
{{{
checking for std::move... no
}}}
but on my macOS 12 machine I get:
{{{
checking for std::move... yes
}}}
As it says at ProblemHotlist#clts16 and at
https://guide.macports.org/#project.tickets, please clean the affected
port (e.g. `sudo port clean libde265`) and then try again. If that still
fails, please attach the new main.log file.
--
Ticket URL: <https://trac.macports.org/ticket/71107#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list