pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/44700: bootstrap of pkgsrc-201Q4 on Solaris failed
>Number: 44700
>Category: pkg
>Synopsis: bootstrap of pkgsrc-201Q4 on Solaris failed
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Mar 08 17:20:04 +0000 2011
>Originator: Dr. Wolfgang Stukenbrock
>Release: pkgsrc 2010Q4
>Organization:
Dr. Nagler & Company GmbH
>Environment:
System: NetBSD test-s0 4.0 NetBSD 4.0 (NSW-WS) #0: Tue Aug 17 17:28:09 CEST
2010 wgstuken@test-s0:/usr/src/sys/arch/amd64/compile/NSW-WS amd64
Architecture: x86_64
Machine: amd64
>Description:
There is a filename extionsion missing for getopt.o in
/usr/pkgsrc/devel/bmake/files/make-bootstrap.sh.in.
This fails the bootstrap process when useing SONWspro compiler.
>How-To-Repeat:
Go on an old Solaris 8 system with SPRO-cc 5.0 or simular installed
and try to bootstrap pkgsrc 2010Q4 - it failes.
>Fix:
Add the missing filename extension to the shell-script prototype
diff -u -r1.1 make-bootstrap.sh.in
--- make-bootstrap.sh.in 2011/03/08 17:11:21 1.1
+++ make-bootstrap.sh.in 2011/03/08 17:11:43
@@ -45,7 +45,7 @@
${CC} ${LDFLAGS} -o "$output" "$@" ${LIBS}
}
-BASE_OBJECTS="arch.o buf.o compat.o cond.o dir.o for.o getopt hash.o \
+BASE_OBJECTS="arch.o buf.o compat.o cond.o dir.o for.o getopt.o hash.o \
job.o make.o make_malloc.o parse.o sigcompat.o str.o strlist.o \
suff.o targ.o trace.o var.o util.o"
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index