From owner-freebsd-hackers Mon Feb 24 15:52:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA01130 for hackers-outgoing; Mon, 24 Feb 1997 15:52:21 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA01123 for ; Mon, 24 Feb 1997 15:52:10 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id AAA06485; Tue, 25 Feb 1997 00:51:02 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id AAA01981; Tue, 25 Feb 1997 00:48:44 +0100 (MET) Message-ID: Date: Tue, 25 Feb 1997 00:48:44 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: Shimon@i-Connect.Net (Simon Shapiro) Cc: freebsd-hackers@freebsd.org Subject: Re: More fun with 2.2 compiles References: X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Simon Shapiro on Feb 17, 1997 14:34:45 -0800 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Simon Shapiro wrote: > ===> 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' You're not watching your commit messages close enough. :-) Already fixed. > 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 cvs update -r RELENG_2_2 util.h For cvs checkout, you can only either specify module names, or full path names in the repository. Both is not what you want here (although you could use the full path together with ``-d .'') -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)