Opened 4 hours ago

Last modified 2 hours ago

#71107 assigned defect

libde265 @1.0.15 cannot be installed on Sequoia

Reported by: kazu-yamamoto (Kazu Yamamoto) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: Cc:
Port: libde265

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       |                           ^~~~~~~~~

Attachments (1)

main.log (174.2 KB) - added by kazu-yamamoto (Kazu Yamamoto) 4 hours ago.

Download all attachments as: .zip

Change History (2)

Changed 4 hours ago by kazu-yamamoto (Kazu Yamamoto)

Attachment: main.log added

comment:1 Changed 2 hours ago by jmroot (Joshua Root)

Owner: set to MarcusCalhoun-Lopez
Status: newassigned
Note: See TracTickets for help on using tickets.