Opened 3 years ago
Closed 3 years ago
#65042 closed defect (fixed)
libgcc11 @11.3.0 fails to build on 10.7
Reported by: | jmroot (Joshua Root) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | lion | Cc: | |
Port: | libgcc11 |
Description
https://build.macports.org/builders/ports-10.7_x86_64-builder/builds/96458
Some kind of assembler issue?
<stdin>:91:2: error: invalid instruction mnemonic 'cvtsi2ssl' cvtsi2ssl %edx, %xmm13 ^~~~~~~~~
Change History (8)
comment:1 Changed 3 years ago by jmroot (Joshua Root)
comment:2 follow-up: 4 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
I suspect that using a newer compiler would help.
comment:3 Changed 3 years ago by jmroot (Joshua Root)
comment:4 Changed 3 years ago by jmroot (Joshua Root)
Replying to ryandesign:
I suspect that using a newer compiler would help.
It's already using macports-clang-13.
comment:5 Changed 3 years ago by jmroot (Joshua Root)
Summary: | libgcc11 @11.2.0_4 fails to build on 10.7 → libgcc11 @11.3.0 fails to build on 10.7 |
---|
Still failing after the update, now using macports-clang-14.
comment:6 Changed 3 years ago by kencu (Ken)
Hmm...
is it possible that the baked-in list of macports-clang compilers to search for and use as the assembler has not been updated lately, so our cctools assembler doesn't know that it can try to use clang-13 or clang-14?
perhaps we need to refresh that list by revbumping cctools?
comment:7 Changed 3 years ago by kencu (Ken)
Oh - hah -- I see you just revbumped cctools :>
great minds...
comment:8 Changed 3 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 5e49e5634b6254858fc71b060ac2fd13147edeeb/macports-ports (master):