From owner-freebsd-current Thu Sep 10 02:44:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01555 for freebsd-current-outgoing; Thu, 10 Sep 1998 02:44:39 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01550 for ; Thu, 10 Sep 1998 02:44:38 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id CAA27739; Thu, 10 Sep 1998 02:43:13 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id CAA26257; Thu, 10 Sep 1998 02:43:12 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id CAA17151; Thu, 10 Sep 1998 02:43:10 -0700 (PDT) From: Don Lewis Message-Id: <199809100943.CAA17151@salsa.gv.tsc.tdk.com> Date: Thu, 10 Sep 1998 02:43:10 -0700 In-Reply-To: Gianmarco Giovannelli "Perl compile problem in make world" (Sep 10, 9:51am) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: gmarco@giovannelli.it, Manfred Antar Subject: Re: Perl compile problem in make world Cc: current@FreeBSD.ORG, jb@cimlogic.com.au Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sep 10, 9:51am, Gianmarco Giovannelli wrote: } Subject: Perl compile problem in make world } I changed make.conf to remove NO(SUID)PERL=True but now make world give me : } } ===> gnu/usr.bin/perl/utils } ===> gnu/usr.bin/perl/utils/c2ph } miniperl c2ph.PL } Can't locate Config.pm in @INC (@INC contains: /usr/libdata/perl/5.00502/mach /usr/libda } ta/perl/5.00502 /usr/local/lib/perl/5.00502/i386-freebsd /usr/local/lib/perl/5.00502 .) } at c2ph.PL line 3. } BEGIN failed--compilation aborted at c2ph.PL line 3. } *** Error code 2 There seems to be a bootstrap problem with the new perl. To work around it I copied Config.pm and Exporter.pm into /usr/libdata/perl/5.00502, but I think the real fix is to tweak miniperl/Makefile.inc to set MINIPERLOPT the same as the pod/Makefile.inc and to reference ${MINIPERLOPT} when miniperl is invoked. The Makefiles under x2p may need similar changes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message