Opened 3 weeks ago
Last modified 3 weeks ago
#71107 closed defect
libde265 @1.0.15 cannot be installed on Sequoia — at Initial Version
Reported by: | kazu-yamamoto (Kazu Yamamoto) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.10.2 |
Keywords: | sequoia | 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 | ^~~~~~~~~
Note: See
TracTickets for help on using
tickets.