From owner-freebsd-questions Thu Feb 5 16:01:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29072 for questions-outgoing; Thu, 5 Feb 1998 16:01:28 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from Elie.henoc.qc.ca (Elie.henoc.qc.ca [207.253.72.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA29067 for ; Thu, 5 Feb 1998 16:01:23 -0800 (PST) (envelope-from roger.savard@henoc.qc.ca) Received: from henoc.qc.ca (smtp.henoc.qc.ca [207.253.72.6]) by Elie.henoc.qc.ca (8.8.5/8.8.5) with ESMTP id SAA02102 for ; Thu, 5 Feb 1998 18:39:25 -0500 (EST) Message-ID: <34DA4DAD.544FFB08@henoc.qc.ca> Date: Thu, 05 Feb 1998 18:39:25 -0500 From: Roger Savard Organization: Consultation Henoc Inc. X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: [Fwd: making most] Content-Type: multipart/mixed; boundary="------------A9A2B11878C4D9ABB776D908" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" This is a multi-part message in MIME format. --------------A9A2B11878C4D9ABB776D908 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --------------A9A2B11878C4D9ABB776D908 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <34CFDBB1.A47A1A69@henoc.qc.ca> Date: Wed, 28 Jan 1998 20:30:25 -0500 From: Roger Savard Organization: Consultation Henoc Inc. X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc Subject: making most Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, In the process of making user commands, I ran into this problem. cd /usr/src ; make most ===> date Warning: Object directory not changed from original /usr/src/bin/date cc -O2 -m486 -pipe -Wall -c date.c date.c: In function `s===> date Warning: Object directory not changed from original /usr/src/bin/date cc -O2 -m486 -pipe -Wall -c date.c date.c: In function `setthetime': date.c:183: warning: implicit declaration of function `strptime' date.c:183: warning: assignment makes pointer from integer without a cast cc -O2 -m486 -pipe -Wall -c netdate.c cc -O2 -m486 -pipe -Wall -c vary.c cc -O2 -m486 -pipe -Wall -static -o date date.o netdate.o vary.o -lutil date.o: Undefined symbol `_strptime' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Background info: # uname -a FreeBSD Elie.henoc.qc.ca 2.2.5-STABLE FreeBSD 2.2.5-STABLE #0: Wed Jan 28 19:47:13 EST 1998 root@Elie.henoc.qc.ca:/usr/src/sys/compile/Elie i386 I synchronized my /usr/src tree today with /usr/local/bin/cvsup -g -L 2 /etc/cvsupfile and /etc/cvsupfile contains the following: # more /etc/cvsupfile *default host=cvsup2.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_2_2 *default delete use-rel-suffix src-all src-crypto src-secure *default tag=. ports-all I have distribution 2.2.2R, and have installed the 222upgrade-97.12.25 package. Looking at the compilation error, I figured I have a problem with my -lutil library, I then look at what make /usr/src/lib/libutil would do: install -C -o bin -g bin -m 444 /usr/src/lib/libutil/libutil.h /usr/include install -C -o bin -g bin -m 444 /usr/src/lib/libutil/login_cap.h /usr/include install -c -o bin -g bin -m 444 libutil.a /usr/lib install -c -o bin -g bin -m 444 libutil_p.a /usr/lib install -c -o bin -g bin -m 444 libutil.so.2.2 /usr/lib ... What are the risks of installing these libraries on top of the existing ones, and on a production system? Any hint would be much appreciated. -- Roger Consultation Henoc Inc. E-Mail: Roger.Savard@henoc.qc.ca --------------A9A2B11878C4D9ABB776D908--