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