notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Sanity Test Failure
Friday, 5 Sep 2014
15:38 adamw search for other commits by this committer
  • devel/gdb66 GNU GDB of newer version than comes with the system Deleted Refresh Broken Deprecated Expired Ignore
Older make (8 and 9) treats a string as one large string. Newer make (10+)
treats a string as a collection of words.

Somehow a double-space was introduced into CFLAGS, which caused gdb66's
configure to choke. Newer make had to be told to examine the entire line
to get rid of it, but that syntax (/W) was unknown to older make.

So, split the difference and just make a shell call to remove the space.
The port can now build on 10 and 11.
Original commitRevision:367347 

Sanity Test Results

devel/gdb66:

This command (FreshPorts code 1):

/usr/local/bin/sudo /usr/sbin/chroot -u dan /usr/FreshPorts/ports-jail
/make-port.sh /usr/local/PORTS-head devel/gdb66
2>/tmp/FreshPorts.devel.gdb66.make-error.2014.9.5.15.39.23.82003

produced this error:

Error message is: "/usr/local/PORTS-head/devel/gdb66/Makefile", line 30:
Unassociated shell command "# remove consecutive blanks, which causes
configure to fail"
make: fatal errors encountered -- cannot continue