Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2001 23:06:21 -0700 (PDT)
From:      Brad McNeney <mcneney@cs.sfu.ca>
To:        freebsd-stable@FreeBSD.org
Subject:   make buildworld fails at xinstall
Message-ID:  <Pine.OSF.4.21.0109192301050.129383-100000@smahlt.math.sfu.ca>

next in thread | raw e-mail | index | archive | help
Starting with a 4.0-RELEASE system from CD I'm trying to upgrade to
4-stable. After cvsupping I run make buildworld with the following
results:

<snip>

cd /usr/src/usr.bin/xinstall;  make obj;  make depend;  make all; make 
install
/usr/obj/usr/src/i386/usr/src/usr.bin/xinstall created for
/usr/src/usr.bin/xinstall
rm -f .depend
mkdep -f .depend -a    -I/usr/obj/usr/src/i386/usr/include
/usr/src/usr.bin/xinstall/xinstall.c
cd /usr/src/usr.bin/xinstall; make _EXTRADEPEND
echo xinstall: /usr/obj/usr/src/i386/usr/lib/libc.a  >> .depend
cc -O -pipe    -I/usr/obj/usr/src/i386/usr/include  -c
/usr/src/usr.bin/xinstall/xinstall.c
cc -O -pipe    -I/usr/obj/usr/src/i386/usr/include   -static -o xinstall
xinstall.o  

xinstall.o: In function `main':
xinstall.o(.text+0x8f): undefined reference to `strtofflags'
*** Error code 1

Stop in /usr/src/usr.bin/xinstall.
*** Error code 1

Any ideas on what I'm doing wrong?

TIA,

Brad

-------------------------------------------------------------------------
Brad McNeney                               email: mcneney@stat.sfu.ca
Dept. of Statatistics and Actuarial Sci.   web: www.stat.sfu.ca/~mcneney/
Simon Fraser University                    phone: 604.291.4815
8888 University Drive                      fax: 604.291.4368
Burnaby, British Columbia
Canada V5A 1S6


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.21.0109192301050.129383-100000>