bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] wget test results


From: Dale R. Worley
Subject: Re: [Bug-wget] wget test results
Date: Fri, 24 Feb 2017 15:42:47 -0500

Alasdair Thomas <address@hidden> writes:
> FAIL: Test-auth-basic
> =====================
>
> Can't locate HTTP/Daemon.pm in @INC (@INC contains: . 
> /opt/local/lib/perl5/site_perl/5.16.3/darwin-thread-multi-2level 
> /opt/local/lib/perl5/site_perl/5.16.3 
> /opt/local/lib/perl5/vendor_perl/5.16.3/darwin-thread-multi-2level 
> /opt/local/lib/perl5/vendor_perl/5.16.3 
> /opt/local/lib/perl5/5.16.3/darwin-thread-multi-2level 
> /opt/local/lib/perl5/5.16.3 .) at HTTPServer.pm line 6.
> BEGIN failed--compilation aborted at HTTPServer.pm line 6.
> Compilation failed in require at HTTPTest.pm line 6.
> BEGIN failed--compilation aborted at HTTPTest.pm line 6.
> Compilation failed in require at ./Test-auth-basic.px line 6.
> BEGIN failed--compilation aborted at ./Test-auth-basic.px line 6.
> FAIL Test-auth-basic.px (exit status: 2)

As you can see, all the messages are about "Can't locate HTTP/Daemon.pm".

On my system, that file is /usr/share/perl5/vendor_perl/HTTP/Daemon.pm:

    $ locate Daemon.pm
    /usr/share/perl5/vendor_perl/HTTP/Daemon.pm
    /usr/share/perl5/vendor_perl/Net/Daemon.pm
    $

That file comes from the "perl-HTTP-Daemon" package:

    $ rpm -q --file /usr/share/perl5/vendor_perl/HTTP/Daemon.pm
    perl-HTTP-Daemon-6.01-5.fc19.noarch
    $

So it looks like you need to acquire that file/package in the
appropriate way for your system.

Dale



reply via email to

[Prev in Thread] Current Thread [Next in Thread]