From owner-freebsd-stable Wed Feb 18 22:21:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14897 for freebsd-stable-outgoing; Wed, 18 Feb 1998 22:21:06 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from gateway1.platinum.com (firewall-user@gateway1.platinum.com [208.232.182.9]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA14885 for ; Wed, 18 Feb 1998 22:20:54 -0800 (PST) (envelope-from nordquist@platinum.com) Received: by gateway1.platinum.com; id IAA25648; Wed, 18 Feb 1998 08:46:30 -0600 Received: from mailhub.platinum.com(172.17.26.25) by gateway1.platinum.com via smap (4.0a) id xma024370; Wed, 18 Feb 98 08:45:21 -0600 Received: from bigbert.vt.platinum.com (bigbert.vt.platinum.com [192.168.105.250]) by mailhub.platinum.com (8.8.7/8.8.5) with ESMTP id IAA25070; Wed, 18 Feb 1998 08:45:19 -0600 (CST) Received: from neq1bert.vt.platinum.com by bigbert.vt.platinum.com (8.8.5/NX3.0S) id IAA06437; Wed, 18 Feb 1998 08:44:38 -0600 (CST) Received: by neq1bert.vt.platinum.com with Microsoft Mail id <01BD3C49.6DB17EF0@neq1bert.vt.platinum.com>; Wed, 18 Feb 1998 08:44:30 -0600 Message-ID: <01BD3C49.6DB17EF0@neq1bert.vt.platinum.com> From: "Brent J. Nordquist" To: "'Mike Smith'" Cc: "'Jordan K. Hubbard'" , "'Mark Murray'" , "'freebsd-stable@freebsd.org'" Subject: RE: Merge mania in -stable; heads up! Date: Wed, 18 Feb 1998 08:44:29 -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk Thanks for the response. Of course I'm not using -DNOCLEAN. I'm just using "make world"... isn't that "proper"? The Makefile has been altered to copy one file (ss_err.h) at a key juncture... but otherwise, this is stock -stable. I thought "make world" was supposed to make a new libc long before it got to usr.bin; how can it be "stale"? Brent -----Original Message----- From: Mike Smith [SMTP:mike@smith.net.au] Sent: Wednesday, February 18, 1998 8:15 AM To: Brent J. Nordquist Cc: 'Jordan K. Hubbard'; 'Mark Murray'; 'freebsd-stable@freebsd.org' Subject: Re: Merge mania in -stable; heads up! > I posted a message to freebsd-stable yesterday about the ss/ss_err.h > #include file... let me know if you don't see it. I got past that one and > am currently stuck on: You are not building your world properly. Please make sure that you're not using anything silly like -DNOCLEAN. > ===> usr.bin/ftp > [...] > --- ftp --- > cc -O2 -m486 -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 .. You are linking against a stale libc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message