pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/44461: missing .o suffix in make-bootstap-sh.in
>Number: 44461
>Category: pkg
>Synopsis: missing .o suffix in make-bootstap-sh.in
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jan 25 20:40:00 +0000 2011
>Originator: Matthieu Herrb
>Release: pkgsrc 2010Q4
>Organization:
>Environment:
SunOS kolyma 5.9 Generic_117171-02 sun4u sparc SUNW,Ultra-5_10
>Description:
Bootstrapping pkgsrc under Solaris 9/sparc fails when using gcc configured with
Sun assembler which generates an error when its output file doesn't end in '.o'
>How-To-Repeat:
Unpack pkgsrc 2010Q4 on Solaris 9 sparc, and try to bootstrap it.
>Fix:
Index: files/make-bootstrap.sh.in
===================================================================
RCS file: /cvs/NetBSD/pkgsrc/devel/bmake/files/make-bootstrap.sh.in,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 make-bootstrap.sh.in
--- files/make-bootstrap.sh.in 20 Apr 2010 13:32:32 -0000 1.1.1.1
+++ files/make-bootstrap.sh.in 25 Jan 2011 20:33:24 -0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index