From owner-freebsd-current Thu Mar 8 7:38:33 2001 Delivered-To: freebsd-current@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 1CA8E37B71B; Thu, 8 Mar 2001 07:38:24 -0800 (PST) (envelope-from max@vic.sabbo.net) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f28FcD216660; Thu, 8 Mar 2001 17:38:15 +0200 Received: (from max@localhost) by vic.sabbo.net (8.11.2/8.11.2) id f28FcFA27526; Thu, 8 Mar 2001 17:38:15 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200103081538.f28FcFA27526@vic.sabbo.net> Subject: Perl bootstraping issues (updated) To: markm@freebsd.org Date: Thu, 8 Mar 2001 17:36:54 +0200 (EET) Cc: current@freebsd.org X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, As I reported earlier, starting from about a months ago I'm having strange problems with building 5-current world on 4-stable system. As long as nobody confirmed this problem in the similar setups I investigated further and found that problem is due to my non-standard directory layout. Usually I keep my -current and -stable sources on a 4-stable box shared over nfs and my directories layout is as following: /usr/src <- 4-stable sources /usr/current/src <- 5-current sources When I renamed /usr/src into /usr/src4 and /usr/current/src into /usr/src the 5-current buildworld went without any problems, then I renamed /usr/src back into /usr/current/src and tried again and buildworld failed with the following errors: building static perl library ranlib libperl.a sh /usr/current/src/tools/install.sh -c -o root -g wheel -m 444 libperl.a /sha res/UF/obj/usr/current/src/i386/usr/lib cd /usr/current/src/gnu/usr.bin/perl/miniperl; make obj; make depend; make al l; make install /shares/UF/obj/usr/current/src/gnu/usr.bin/perl/miniperl created for /usr/curren t/src/gnu/usr.bin/perl/miniperl make: don't know how to make miniperlmain.c. Stop *** Error code 2 Of course before doing builds I cleared both OBJDIR and my source tree (the latter using utility that clears all leftovers based on cvsup's checkout file). Thus, it is clear than something goes wrong in the perl bootstrap process. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message