Opened 9 years ago

Closed 9 years ago

#45874 closed defect (fixed)

whois: Can't locate autodie.pm in @INC

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.2
Keywords: Cc: cooljeanius (Eric Gallager)
Port: whois

Description

whois failed on the Snow Leopard build server:

make: Entering directory `/opt/local/var/macports/build/_opt_mports_dports_net_whois/whois/work/whois-5.2.2'
perl make_version_h.pl debian/changelog > version.h
perl make_ip_del.pl < ip_del_list > ip_del.h
perl make_ip6_del.pl < ip6_del_list > ip6_del.h
perl make_as_del.pl < as_del_list > as_del.h
perl make_as32_del.pl < as32_del_list > as32_del.h
perl make_new_gtlds.pl < new_gtlds_list > new_gtlds.h
perl make_tld_serv.pl < tld_serv_list > tld_serv.h
/usr/bin/gcc-4.2 -arch x86_64 -DCONFIG_FILE=\"/opt/local/etc/whois.conf\" -DLOCALEDIR=\"/opt/local/share/locale\" -DHAVE_LIBIDN -DHAVE_ICONV -Os -DENABLE_NLS -I/opt/local/include -g -O2 -c utils.c
Can't locate autodie.pm in @INC (@INC contains: /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at make_version_h.pl line 5.
BEGIN failed--compilation aborted at make_version_h.pl line 5.
make: *** [version.h] Error 2
make: *** Deleting file `version.h'
make: *** Waiting for unfinished jobs....
make: Leaving directory `/opt/local/var/macports/build/_opt_mports_dports_net_whois/whois/work/whois-5.2.2'
Command failed:  cd "/opt/local/var/macports/build/_opt_mports_dports_net_whois/whois/work/whois-5.2.2" && /usr/bin/make -j8 -w all pos prefix=/opt/local INCLUDES="-Os -DENABLE_NLS -I/opt/local/include" LIBS="-L/opt/local/lib -Wl,-headerpad_max_install_names -lintl" 

Presumably whois should be using MacPorts perl.

Change History (2)

comment:1 Changed 9 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.