From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 883 invoked by alias); 26 Jan 2011 11:21:30 -0000 Received: (qmail 868 invoked by uid 22791); 26 Jan 2011 11:21:29 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TW_SV X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Jan 2011 11:21:24 +0000 Received: from [192.168.178.22] (port-92-204-33-159.dynamic.qsc.de [92.204.33.159]) by mx01.qsc.de (Postfix) with ESMTP id 6619B3D7A2; Wed, 26 Jan 2011 12:21:20 +0100 (CET) Message-ID: <4D4003AE.2080802@net-b.de> Date: Wed, 26 Jan 2011 11:21:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 Newsgroups: gmane.comp.gcc.devel To: LpSolit@netscape.net CC: overseers@gcc.gnu.org, GCC Mailing List Subject: Re: gcc.gnu.org Bugzilla: Perl error Can't locate mro.pm in @INC References: <4D3FF799.4030509@net-b.de> <4D3FFFFC.7030008@netscape.net> In-Reply-To: <4D3FFFFC.7030008@netscape.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2011-q1/txt/msg00027.txt.bz2 On 01/26/2011 12:05 PM, Frédéric Buclin wrote: > Le 26. 01. 11 11:29, Tobias Burnus a écrit : >> Can't locate mro.pm in @INC > > mro.pm is part of the core code of Perl since version 5.9.5. So it's not > available here as sourceware has Perl 5.8.5 installed. Where is this > script located? And did you get the exact line and script which threw > this error? I have no idea about the details of the gcc.gnu.org internals, I just did a "svn commit" which triggered this; and obviously someone has changed something on gcc.gnu.org. I do not have more information that I send in the email - I just had received such an email as result of the commit. If one "svn co" the svn "hooks", one finds there "post-commit": CONFIG="/svn/gcc/hooks/svnmailer.conf" MAILER="/usr/bin/svn-mailer" REPOS="$1" REV="$2" "${MAILER}" --commit --config "${CONFIG}" \ --repository "${REPOS}" --revision "${REV}" --background ${REPOS}/hooks/synchooks.sh "${REPOS}" "${REV}" Hope it helps, Tobias