Opened 11 months ago
Closed 11 months ago
#68979 closed defect (duplicate)
Macports tries to install libgcc10 and keeps failing Currently on macOS 14.2.1
Reported by: | alchymy | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libgcc10 |
Description (last modified by jmroot (Joshua Root))
Terminal Output Below - The main.log is about 450MB. Seems like there was some issue getting sources. Not sure on how to proceed.
alchymylab@Helium ~ % sudo port install py312-numpy Password: ---> Computing dependencies for libgcc10 ---> Fetching archive for libgcc10 ---> Attempting to fetch libgcc10-10.4.0_5+stdlib_flag.darwin_23.x86_64.tbz2 from https://packages.macports.org/libgcc10 ---> Attempting to fetch libgcc10-10.4.0_5+stdlib_flag.darwin_23.x86_64.tbz2 from https://mse.uk.packages.macports.org/libgcc10 ---> Attempting to fetch libgcc10-10.4.0_5+stdlib_flag.darwin_23.x86_64.tbz2 from https://fra.de.packages.macports.org/libgcc10 ---> Building libgcc10 Error: Failed to build libgcc10: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc10/libgcc10/main.log for details. Error: Problem while installing libgcc10 Error: Unable to execute port: upgrade OpenBLAS failed alchymylab@Helium ~ %
Change History (3)
comment:1 Changed 11 months ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Port: | libgcc10 added |
comment:3 Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicate of something, surely.
Note: See
TracTickets for help on using
tickets.
GCC 10 is known not to work on macOS 14. You probably want to switch to the current version by running
sudo port upgrade OpenBLAS -gcc10 +gcc13
.