Opened 12 years ago

Closed 12 years ago

#36313 closed defect (fixed)

Missing installed header file

Reported by: smirolo@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: elftoolchain

Description (last modified by mf2k (Frank Schima))

When you include /opt/local/include/elftoolchain/libdwarf.h header, the compiler tries to include transitively elfdefinitions.h which is missing.

I used the following workaround for now:

$ port fetch elftoolchain
$ tar jxvf /opt/local/var/macports/distfiles/elftoolchain/elftoolchain-0.5.1.tar.bz2
$ find elftoolchain-0.5.1 -name 'elfdefinitions.h'
$ sudo install elftoolchain-0.5.1/common/elfdefinitions.h /opt/local/include/elftoolchain

Change History (2)

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

Description: modified (diff)
Owner: changed from macports-tickets@… to raimue@…

In the future, please use WikiFormatting and Cc the port maintainer(s).

comment:2 Changed 12 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Thanks for the report! I committed an update to elftoolchain @0.6.1 in r98117. The updated patches fix the problem with the missing header file.

Note: See TracTickets for help on using tickets.