Date: Wed, 18 Feb 1998 15:25:12 -0700 (MST) From: Brett Taylor <brett@peloton.physics.montana.edu> To: freebsd-stable@FreeBSD.ORG Cc: "Brent J. Nordquist" <nordquist@platinum.com> Subject: Re: FW: Merge mania in -stable; heads up! (fwd) Message-ID: <Pine.BSF.3.96.980218151807.7285B-100000@peloton.physics.montana.edu>
index | next in thread | raw e-mail
Howdy again....
> I wrote earlier that the make world after make bootstrap had failed.
> I was still using -j4 however. I'll try just make world tonight.
I decided maybe I had something bad happen in my src tree so I wiped it
out and started fresh. I then just tried to make in /usr.bin/ftp
peloton: {53} make depend
peloton: {54} make all
cc -O2 -pipe -I/usr/src/usr.bin/ftp/../../contrib-crypto/telnet -o ftp
cmds.o cmdtab.o complete.o domacro.o fetch.o ftp.o main.o ruserpass.o
util.o -ledit -ltermcap
complete.o: Undefined symbol `_sl_init' referenced from text segment
complete.o: Undefined symbol `_sl_add' referenced from text segment
complete.o: Undefined symbol `_sl_free' referenced from text segment
complete.o: Undefined symbol `_sl_init' referenced from text segment
complete.o: Undefined symbol `_sl_add' referenced from text segment
complete.o: Undefined symbol `_sl_free' referenced from text segment
complete.o: Undefined symbol `_sl_free' referenced from text segment
complete.o: Undefined symbol `_sl_init' referenced from text segment
complete.o: Undefined symbol `_sl_add' referenced from text segment
complete.o: Undefined symbol `_sl_init' referenced from text segment
complete.o: Undefined symbol `_sl_add' referenced from text segment
complete.o: Undefined symbol `_sl_init' referenced from text segment
complete.o: Undefined symbol `_sl_add' referenced from text segment
complete.o: Undefined symbol `_sl_free' referenced from text segment
main.o: Undefined symbol `_sl_init' referenced from text segment
main.o: Undefined symbol `_sl_add' referenced from text segment
main.o: Undefined symbol `_sl_init' referenced from text segment
main.o: Undefined symbol `_sl_add' referenced from text segment
main.o: Undefined symbol `_sl_free' referenced from text segment
*** Error code 1
Hmmm....
When I first tried to make world on this machine (a month ago or so -
it's a new machine and I installed 2.2.5 in mid- January) I ran into
trouble and I tried a make bootstrap and then make buildworld and that had
seemed to fix things. I decided to try the this again, but again only try
building ftp.
cd /usr/src
make bootstrap
cd usr.bin/ftp
make clean (clean out any bad junk from the first shot thru)
peloton: {71} make depend
peloton: {72} make
cc -O2 -pipe -I/usr/src/usr.bin/ftp/../../contrib-crypto/telnet -c
/usr/src/usr.bin/ftp/cmds.c
In file included from /usr/src/usr.bin/ftp/cmds.c:65:
/usr/src/usr.bin/ftp/ftp_var.h:45: stringlist.h: No such file or directory
In file included from /usr/src/usr.bin/ftp/ftp_var.h:51,
from /usr/src/usr.bin/ftp/cmds.c:65:
/usr/src/usr.bin/ftp/extern.h:82: parse error before `*'
In file included from /usr/src/usr.bin/ftp/cmds.c:65:
/usr/src/usr.bin/ftp/ftp_var.h:150: parse error before `*'
/usr/src/usr.bin/ftp/ftp_var.h:150: warning: data definition has no type
or storage class
*** Error code 1
Now a different error... I don't get it.
Idears?
I have compared this w/ a different machine running stable as well. The
make there proceeds cleanly. I diff'ed the /usr/lib directories and the
only differences were the other machine had a libc.so.2.2 which my machine
didn't have (I have a libc.so.3.0) and I have DES encryption where the
other machine did not. I copied the libc.so.2.2 over to my /usr/lib,
did a libconfig -m, and tried again. Same error as above.
Man this reminds when I cvsup'ed at just the wrong time to get a bad
bsd.port.mk right when I just about had a port to submit!
Brett Taylor
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980218151807.7285B-100000>
