Date: Mon, 17 Feb 1997 14:34:45 -0800 (PST) From: Simon Shapiro <Shimon@i-Connect.Net> To: freebsd-hackers@freebsd.org Subject: More fun with 2.2 compiles Message-ID: <XFMail.970224125125.Shimon@i-Connect.Net>
next in thread | raw e-mail | index | archive | help
Along the same route, as my previous message;
I did:
cd /usr/src
rm -rf *
cvs co -t -r RELENG_2_2 .
nohup make world > world.out 2>&1&
I got:
===> gnu/usr.bin/perl/x2p
cc -O -I/usr/src/gnu/usr.bin/perl/x2p/../perl -c a2p.c
In file included from /usr/src/gnu/usr.bin/perl/x2p/a2py.c:34,
from /usr/src/gnu/usr.bin/perl/x2p/a2p.y:409:
/usr/src/gnu/usr.bin/perl/x2p/util.h:54: conflicting types for `setenv'
/usr/include/stdlib.h:118: previous declaration of `setenv'
*** Error code 1
Stop.
As I would like to make a release too, I tried to change the CVS tree.
I did:
cd /usr/src/gnu/usr.bin/perl/x2p
cvs co -r RELENG_2_2 util.h
And Got:
cvs checkout: cannot find module `util.h' - ignored
Now, if I checkout the -current version, the offending line is removed,
along with a comments. The 2.2 checkout of the entire tree brings an
incorrect version. What Gives?
Simon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.970224125125.Shimon>
