Opened 13 years ago
Closed 12 years ago
#29686 closed defect (fixed)
xraylib build fails when configureccache yes is used
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | Tom.Schoonjans@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | xraylib |
Description
If macports.conf is edited and configureccache is set to yes, xraylib fails to build; see attached log.
The simplest fix would be to turn off ccache for xraylib by adding the line
configure.ccache no
A better fix would be to figure out why the build fails (probably some occurrence(s) of CC=$CC
need to be changed to CC="$CC"
) and patch it so it works.
Attachments (1)
Note: See
TracTickets for help on using
tickets.