Opened 3 weeks ago
Closed 3 weeks ago
#71107 closed defect (invalid)
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: | sequoia | Cc: | |
Port: | libde265 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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)
Change History (5)
Changed 3 weeks ago by kazu-yamamoto (Kazu Yamamoto)
comment:1 Changed 3 weeks ago by jmroot (Joshua Root)
Owner: | set to MarcusCalhoun-Lopez |
---|---|
Status: | new → assigned |
comment:2 Changed 3 weeks ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | sequoia added |
comment:3 Changed 3 weeks ago by kazu-yamamoto (Kazu Yamamoto)
% sudo port clean libde265 % sudo port install libde265
works well. Sorry for bothering you. We can close this issue.
comment:4 Changed 3 weeks ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Great! I'm glad that worked.
Note: See
TracTickets for help on using
tickets.
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:
but on my macOS 12 machine I get:
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.