[Bug 224258] www/p5-Apache-MP3 missing run-dependency

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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224258

            Bug ID: 224258
           Summary: www/p5-Apache-MP3 missing run-dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl at FreeBSD.org
          Reporter: arensb+freebsd at ooblick.com
             Flags: maintainer-feedback?(perl at FreeBSD.org)
          Assignee: perl at FreeBSD.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-perl mailing list