Skip site navigation (1)Skip section navigation (2)
Date:      20 Feb 2000 16:25:52 +0100
From:      Roland Jesse <jesse@mail.CS.Uni-Magdeburg.De>
To:        freebsd-stable@freebsd.org
Subject:   Error building freshly cvsuped libcrypt
Message-ID:  <0vn1ov3ngf.fsf@cs.uni-magdeburg.de>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0vn1ov3ngf.fsf>