Closed
Bug 1321557
Opened 9 years ago
Closed 9 years ago
ensure perl-Carp is installed on all nodes
Categories
(bugzilla.mozilla.org :: Infrastructure, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: fubar, Assigned: fubar)
References
Details
:dkl ran into an issue with web6 during a recent prod deploy:
[14:30:01] + ssh web6.bugs.scl3.mozilla.com "cd /data/www/bugzilla.mozilla.org; scripts/clear-templates.pl"
[14:30:02] clearing /data/www/bugzilla.mozilla.org/scripts/../template_cache
[14:30:02] Attempt to reload Carp/Heavy.pm aborted.
[14:30:02] Compilation failed in require at /usr/share/perl5/warnings.pm line 450.
[14:30:02] BEGIN failed--compilation aborted at local/lib/perl5/Regexp/Common/delimited.pm line 11.
[14:30:02] Compilation failed in require at (eval 1085) line 1.
[14:30:02] BEGIN failed--compilation aborted at /data/www/bugzilla.mozilla.org/scripts/../extensions/Profanivore/Extension.pm line 31.
[14:30:02] Compilation failed in require at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Extension.pm line 71.
[14:30:03] Deep recursion on subroutine "Bugzilla::extensions" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Install/Util.pm line 166.
[14:30:03] Deep recursion on subroutine "Bugzilla::Extension::load_all" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla.pm line 234.
[14:30:03] Deep recursion on subroutine "Bugzilla::Extension::load" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Extension.pm line 113.
[14:30:03] Deep recursion on subroutine "Bugzilla::Error::ThrowCodeError" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Extension.pm line 56.
[14:30:03] Deep recursion on subroutine "Bugzilla::Error::_throw_error" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Error.pm line 189.
[14:30:03] Deep recursion on subroutine "Bugzilla::template" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Error.pm line 83.
[14:30:03] Deep recursion on subroutine "Bugzilla::Template::create" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla.pm line 215.
[14:30:03] Deep recursion on subroutine "Bugzilla::Template::_include_path" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Template.pm line 1104.
[14:30:03] Deep recursion on subroutine "Bugzilla::Install::Util::template_include_path" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Template.pm line 83.
[14:30:03] Deep recursion on subroutine "Bugzilla::Install::Util::_template_base_directories" at /data/www/bugzilla.mozilla.org/scripts/../Bugzilla/Install/Util.pm line 471.
And from IRC:
13:40:39 <@dylan|afk> fubar: Carp cannot be loaded from local/lib, it must be provided by the
system as it is a core module
It *had* been in the vendor tarball, but is now removed. Additionally, while Carp was installed on web6, it was part of the perl-5.10 rpm and of a different version than the other web heads which have perl-Carp installed seperately.
It may be that removing it from the tarball fixes the issue, but let's get the web heads in sync for the short term.
| Assignee | ||
Comment 1•9 years ago
|
||
Installed:
perl-Carp.noarch 0:1.36-1.el6
Assignee: nobody → klibby
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•