This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/48135] New: build fails on Solaris2.8 due to Glob.pm not found within /usr/perl5
- From: "Denis.Excoffier at airbus dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 15 Mar 2011 14:42:24 +0000
- Subject: [Bug bootstrap/48135] New: build fails on Solaris2.8 due to Glob.pm not found within /usr/perl5
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48135
Summary: build fails on Solaris2.8 due to Glob.pm not found
within /usr/perl5
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: Denis.Excoffier@airbus.com
Host: sparc64-sun-solaris2.8
Target: sparc64-sun-solaris2.8
Build: sparc64-sun-solaris2.8
Building gcc-4.6.0-RC-20110314 on solaris8 (with gcc-3.3.2 preinstalled) fails
with the following message:
Can't locate File/Glob.pm in @INC (@INC contains:
/usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503
/usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005 .) at
/tmp/lcl/tmp/gcc/gcc-4.6.0-RC-20110314/libgomp/../contrib/make_sunver.pl
line 19.
BEGIN failed--compilation aborted at
/tmp/lcl/tmp/gcc/gcc-4.6.0-RC-20110314/libgomp/../contrib/make_sunver.pl line
19.
make[5]: *** [libgomp.map-sun] Error 1
Indeed, there is no Glob.pm in the folders indicated. Under Solaris2.10 (where
we have /usr/perl5/5.8.4/lib/sun4-solaris-64int/File/Glob.pm) the build is ok
up to the end.
With GCC 4.5.2 no build problem with Solaris2.8 or Solaris2.10.