New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20145 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

libXaw-1.0.6 Changeset 53301 can cause build failure

Reported by: sidney@… Owned by: jeremyhu@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: xorg-libXaw

Description

These new lines in changeset 53301 to the libXaw Portfile

# Delete this, so it searches its own headers first rather than installed ones
configure.cppflags-delete -I/opt/local/include

break the build if it causes configure.cppflags to be deleted completely. I get an error

can't read "configure.cppflags"

If I add the following line after the delete, it builds ok, but I don't know enough to say if that is the correct fix:

configure.cppflags-append -I/opt/local/include

Change History

Changed 3 years ago by sidney@…

I should have pasted in the complete error message in context, just to make sure it is clear:

--->  Configuring xorg-libXaw
DEBUG: Using compiler 'Mac OS X gcc 4.0'
DEBUG: Executing org.macports.configure (xorg-libXaw)
Error: Target org.macports.configure returned: can't read "configure.cppflags": no such variable

Changed 3 years ago by sidney@…

I entered the port wrong in the bug summary. It should be xorg-libXaw not libXaw

Changed 3 years ago by blb@…

  • owner changed from macports-tickets@… to jeremyhu@…
  • port changed from libXaw to xorg-libXaw

This sounds like #17865 (which was fixed on trunk but apparently wasn't pushed into the 1.7 release); the workaround for tcl (in r44859) may work here as well.

Changed 3 years ago by jeremyhu@…

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.