From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 717 invoked by alias); 17 Mar 2011 14:18:00 -0000 Received: (qmail 707 invoked by uid 22791); 17 Mar 2011 14:17:59 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Mar 2011 14:17:55 +0000 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/48135] build fails on Solaris2.8 due to Glob.pm not found within /usr/perl5 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 17 Mar 2011 14:25:00 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-03/txt/msg01845.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48135 --- Comment #11 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-03-17 14:17:37 UTC --- > --- Comment #8 from Jonathan Wakely 2011-03-17 13:55:16 UTC --- > what about --enable-symvers=no ? > you shouldn't need to edit configure Of course not, that's clearly a bug. It would be even better to autodetect this condition, or avoid it by either using glob from the Perl core (which exists even in 5.005) or finally dropping Solaris 8 support, which is ancient history by now ;-) I'm uncertain that we want to touch any of this so late in the 4.6.0 release cycle. The docs are inaccurate in that make_sunver.pl is required for all versioned libraries, i.e. libgomp, libgfortran, libquadmath, libstdc++, and libjava, and of course in that having sufficiently recent perl is a requirement for everyone building GCC even from tarballs. I don't really understand Denis' reluctance to build a newer perl as a prerequisite: anyone who undertakes to build GCC himself needn't be afraid from Perl :-) Rainer