From owner-freebsd-stable Sun Feb 20 7:26:54 2000 Delivered-To: freebsd-stable@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id D881F37BE4D for ; Sun, 20 Feb 2000 07:26:50 -0800 (PST) (envelope-from jesse@mail.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id QAA21658 for ; Sun, 20 Feb 2000 16:26:48 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id QAA19962; Sun, 20 Feb 2000 16:25:52 +0100 (MET) X-Authentication-Warning: knecht.cs.uni-magdeburg.de: jesse set sender to jesse@cs.uni-magdeburg.de using -f To: freebsd-stable@freebsd.org Subject: Error building freshly cvsuped libcrypt From: Roland Jesse Date: 20 Feb 2000 16:25:52 +0100 Message-ID: <0vn1ov3ngf.fsf@cs.uni-magdeburg.de> Lines: 33 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I cvsuped -stable sources (from cvsup.apfel.de) and security sources (cvsup.internat.FreeBSD.org) at about 3 pm CET today. Doing a `make buildworld` results in: ------- cut ------- cc -O -pipe -I/usr/src/secure/lib/libcrypt/../../../lib/libmd -I/usr/src/secure/lib/libcrypt/../../../lib/libcrypt -DNONEXPORTABLE_CRYPT -DLIBC_SCCS -Wall -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/secure/lib/libcrypt/../../../lib/libcrypt/crypt.c -o crypt.o /usr/src/secure/lib/libcrypt/../../../lib/libcrypt/crypt.c: In function `crypt': /usr/src/secure/lib/libcrypt/../../../lib/libcrypt/crypt.c:62: warning: unused variable `j' /usr/src/secure/lib/libcrypt/../../../lib/libcrypt/crypt.c: At top level: /usr/src/secure/lib/libcrypt/../../../lib/libcrypt/crypt.c:14: warning: `rcsid' defined but not used make: don't know how to make crypt-md5.c. Stop *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ------- cut ------- `make` and `make install` in /usr/src/lib/libcrypt works fine but does not help that much as "buildworld" tries to build it again using the above command line. Is the error reasoned in the -DNONEXPORTABLE_CRYPT? I do have a USA_RESIDENT=NO in /etc/make.conf. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message