From owner-freebsd-hackers Mon Feb 24 11:51:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA11960 for hackers-outgoing; Mon, 24 Feb 1997 11:51:49 -0800 (PST) Received: from sendero.i-connect.net ([206.190.144.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA11947 for ; Mon, 24 Feb 1997 11:51:43 -0800 (PST) Received: (from shimon@localhost) by sendero.i-connect.net (8.8.5/8.8.4) id MAA10819 for freebsd-hackers@freebsd.org; Mon, 24 Feb 1997 12:51:26 -0800 (PST) Message-ID: X-Mailer: XFMail 1.1-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 17 Feb 1997 14:34:45 -0800 (PST) Organization: iConnect Corp. From: Simon Shapiro To: freebsd-hackers@freebsd.org Subject: More fun with 2.2 compiles Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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