Opened 12 years ago

Closed 11 years ago

#33364 closed defect (fixed)

arm-none-eabi-gcc fails to build when libunwind-headers is installed

Reported by: david.reitter@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: arm-none-eabi-gcc

Description (last modified by mf2k (Frank Schima))

:info:build In file included from ../../../../gcc-4.6.2/libgcc/../gcc/config/arm/unwind-arm.c:24:0:
:info:build /opt/local/include/unwind.h:38:26: fatal error: Availability.h: No such file or directory

Attachments (1)

main.log (18.3 MB) - added by david.reitter@… 12 years ago.

Change History (7)

Changed 12 years ago by david.reitter@…

Attachment: main.log added

comment:1 Changed 12 years ago by mf2k (Frank Schima)

Description: modified (diff)
Port: arm-none-eabi-gcc added

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Deactivate or uninstall the libunwind-headers port. Clean arm-none-eabi-gcc and try again. Afterward, if desired, reactivate or reinstall the libunwind-headers port.

sudo port -f deactivate libunwind-headers
sudo port clean arm-none-eabi-gcc
sudo port install arm-none-eabi-gcc
sudo port activate libunwind-headers

The port, or possibly the crossgcc portgroup it uses, should be modified to employ the mechanism used by the ImageMagick port to prevent the installation of arm-none-eabi-gcc if libunwind-headers is installed and active.

comment:3 Changed 12 years ago by david.reitter@…

Thank you. Indeed, this worked.

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Summary: arm-none-eabi-gcc fails to buildarm-none-eabi-gcc fails to build when libunwind-headers is installed

Cf. #32041

comment:5 Changed 12 years ago by dirkx (Dirk-Willem van Gulik)

This seems resolved as of 2.1.2 on 10.8 ?

comment:6 Changed 11 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

This was already fixed in r90720.

Note: See TracTickets for help on using tickets.