pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/36408: devel/bmake: "+=" syntax in files/makefile.boot.in and Solaris make
>Number:         36408
>Category:       pkg
>Synopsis:       devel/bmake: "+=" syntax in files/makefile.boot.in and Solaris 
>make
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 29 17:35:00 +0000 2007
>Originator:     Joachim König
>Release:        NetBSD 4.99.19 i386
>Organization:
>Environment:
System: SunOS hostname 5.10 Generic_125100-04 sun4u sparc SUNW,Sun-Fire-V245
>Description:
trying to bootstrap pkgsrc on Solaris 5.10 fails during build
of bmake because CFLAGS are not honoured correctly.
Reason: bootstrap uses system make (in my case /usr/xpg4/bin/make)
to bootstrap make with "makefile.boot" generated during configure
from makefile.boot.in.
Since Revision 1.4 makefile.boot.in contains a "+=" assignement
for CFLAGS, that is not supported by the system make. 
>How-To-Repeat:
cd /usr/pkgsrc/bootstrap; ./bootstrap
>Fix:
join the two CFLAGS assignments in makefile.boot.in and avoid
the "+=" syntax.
Home |
Main Index |
Thread Index |
Old Index