Closed
Bug 1129046
Opened 11 years ago
Closed 10 years ago
checksetup.pl fails to complete due to missing Email::Abstract
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: DizzyThermal, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.35 Safari/537.36
Steps to reproduce:
Followed Arch Linux's Guide to install BugZilla located here:
https://wiki.archlinux.org/index.php/Bugzilla
(Note: These instructions are for 4.4.8, but I substituted the pacman -S bugzilla with a manual download of bugzilla 5.0rc2)
0. Downloaded BugZilla 5.0rc2
1. Extracted bugzilla tar.gz to /srv/http/bugzilla (changed ownership of folder recursively to my username)
2. Changed to the /srv/http/bugzilla directory
3. Ran: $ ./checksetup.pl
4. Ran: $ perl install-module.pl --all
5. Ran: $ ./checksetup.pl
Actual results:
Got an error:
Attempt to reload Email/Abstract.pm aborted.
Compilation failed in require at lib/Email/Sender/Role/CommonSending.pm line 7, <DATA> line 751.
BEGIN failed--compilation aborted at lib/Email/Sender/Role/CommonSending.pm line 7, <DATA> line 751.
Compilation failed in require at /usr/share/perl5/vendor_perl/Module/Runtime.pm line 317, <DATA> line 751.
Compilation failed in require at lib/Email/Sender/Simple.pm line 23, <DATA> line 751.
BEGIN failed--compilation aborted at lib/Email/Sender/Simple.pm line 23, <DATA> line 751.
Compilation failed in require at Bugzilla/Mailer.pm line 27, <DATA> line 751.
BEGIN failed--compilation aborted at Bugzilla/Mailer.pm line 27, <DATA> line 751.
Compilation failed in require at Bugzilla/Auth.pm line 22, <DATA> line 751.
BEGIN failed--compilation aborted at Bugzilla/Auth.pm line 22, <DATA> line 751.
Compilation failed in require at Bugzilla.pm line 23, <DATA> line 751.
BEGIN failed--compilation aborted at Bugzilla.pm line 23, <DATA> line 751.
Compilation failed in require at ./checksetup.pl line 75, <DATA> line 751.
Full Log:
http://pastebin.com/ysX51NA5
To Fix this issue, I installed Email::Abstract with:
$ perl install-module.pl Email::Abstract
Reran: $ ./checksetup.pl
BugZilla initialization was able to complete without issues
Expected results:
perl install-module.pl --all should install Email::Abstract
| Reporter | ||
Comment 1•11 years ago
|
||
Host Operating System:
Arch Linux x86_64
OS: All → Linux
Hardware: All → x86_64
Comment 2•10 years ago
|
||
Email::Abstract is correctly set as a dependency of Email::Sender, see:
http://cpansearch.perl.org/src/RJBS/Email-Sender-1.300016/META.json
http://deps.cpantesters.org/?module=Email%3A%3ASender;perl=latest
If your Linux distro doesn't install it, then it's a bug in the Arch Linux packages.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•