Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#56210 - Can't locate object method "sockhostname" via package "▒" in perl HTTP::Daemon

Attached to Project: Community Packages
Opened by Gab (korsani) - Thursday, 02 November 2017, 19:34 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 02 November 2017, 19:48 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When used with anything than 127.0.0.1, or localhost or '' as $host, this :

#!/usr/bin/perl -w
use HTTP::Daemon;
use HTTP::Status;
my $host;
my $d = HTTP::Daemon->new(
LocalAddr=>$host,
LocalPort=>8020
);

say :

Can't locate object method "sockhostname" via package "▒"


HTTP::Daemon is in same version on my Debian (on BeagleBoneBlack) and this do not bug there.


Additional info:
* package version(s)

perl-http-daemon 6.01-5

This is perl 5, version 26, subversion 1 (v5.26.1) built for armv6l-linux-thread-multi

* config and/or log files etc.

Arch linux on raspberry pi.

Steps to reproduce:

Copy, paste and run the script.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 02 November 2017, 19:48 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Arch does not support ARM, that's a separate distro. Provided script works fine here.

Loading...