maintainer-feedback requested: [Bug 224258] www/p5-Apache-MP3 missing run-dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 11 23:49:17 UTC 2017


arensb+freebsd at ooblick.com has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to perl at FreeBSD.org:
Bug 224258: www/p5-Apache-MP3 missing run-dependency
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224258



--- Description ---
Created attachment 188735
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188735&action=edit
Patch to www/p5-Apache-MP3/Makefile

After installing www/p5-Apache-MP3 and configuring it per the instructions, web
connections fail with status 500, and the Apache log file records errors like:

[Mon Dec 11 17:42:04.678776 2017] [perl:error] [pid 59255] [client
128.8.80.146:64130] failed to resolve handler `Apache::MP3': Can't locate
CGI.pm in @INC (you may need to install the CGI module) (@INC contains:
/usr/local/lib/perl5/site_perl/mach/5.24 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.24/mach /usr/local/lib/perl5/5.24 . /usr/local) at
/usr/local/lib/perl5/site_perl/Apache/MP3.pm line 20.\nBEGIN
failed--compilation aborted at /usr/local/lib/perl5/site_perl/Apache/MP3.pm
line 20.\nCompilation failed in require at (eval 2) line 2.\n

Since some of the .pm files in p5-Apache-MP3 include the line
    use CGI();
it seems obvious that www/p5-CGI is a run-dependency, so I've added it in the
attached patch.


More information about the freebsd-perl mailing list