Opened 11 years ago
Closed 9 years ago
#40165 closed defect (fixed)
nettle @2.6_0+universal: build fails in aes-decrypt-internal.asm: "bad register name"
Reported by: | jan.wagner@… | Owned by: | exodusd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | nicke@…, ryandesign (Ryan Carsten Schmidt) | |
Port: | nettle |
Description (last modified by larryv (Lawrence Velázquez))
During "port upgrade outdated" from 2.1.3 to 2.2.0 compilation of the assembler part fails (OS X 10.6, Intel Mac Mini, universal compile). Log is attached.
:info:build /usr/bin/gcc-4.2 -I. -I/opt/local/include -DHAVE_CONFIG_H -pipe -Os -arch x86_64 -arch i386 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -fPIC -c aes-decrypt-internal.s :info:build aes-decrypt-internal.asm:119:bad register name `%rbx' ...
Attachments (1)
Change History (5)
Changed 11 years ago by jan.wagner@…
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | nicke@… added |
---|---|
Description: | modified (diff) |
Keywords: | nettle removed |
Owner: | changed from macports-tickets@… to exodusd@… |
Summary: | Nettle: aes-decrypt-internal.asm: bad register name → nettle @2.6_0+universal: build fails in aes-decrypt-internal.asm: "bad register name" |
comment:2 follow-up: 3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
I have updated the port to 2.7.1 in r118536. Did that help?
comment:3 Changed 11 years ago by jan.wagner@…
Replying to ryandesign@…:
I have updated the port to 2.7.1 in r118536. Did that help?
Probably. I went with a binary install (port -b install) of most packages in the meantime. Your updated 2.7.1 in macports 2.2.1 worked from the sources (sudo port -s install nettle). No more "bad register name" errors. Thanks!
comment:4 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the ticket. In the future, please Cc relevant port maintainers (
port info --maintainers
).