Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 1998 02:43:10 -0700
From:      Don Lewis <Don.Lewis@tsc.tdk.com>
To:        gmarco@giovannelli.it, Manfred Antar <mantar@netcom.com>
Cc:        current@FreeBSD.ORG, jb@cimlogic.com.au
Subject:   Re: Perl compile problem in make world
Message-ID:  <199809100943.CAA17151@salsa.gv.tsc.tdk.com>
In-Reply-To: Gianmarco Giovannelli <gmarco@scotty.masternet.it> "Perl compile problem in make world" (Sep 10,  9:51am)

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809100943.CAA17151>