Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 54277
Status: rejected
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: PHRED [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.66
Fixed in: (no value)



Subject: Failed build on Snow Leopard [fixed]
When I ran 'make' on Snow Leopard, I got the following error: env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector DNS.o netdns.o -o blib/arch/auto/Net/DNS/DNS.bundle netdns.a \ \ ld: in netdns.a, archive has no table of contents collect2: ld returned 1 exit status make: *** [blib/arch/auto/Net/DNS/DNS.bundle] Error 1 Setting this environment variable resolved the issue: export COMMAND_MODE=unix2003 More reference: http://developer.apple.com/Mac/library/documentation/Darwin/Refere nce/ManPages/man5/compat.5.html
Hi PHRED, I was not able to reproduce the error, but I noticed that the CC variable in the by Makefile.PL generated Makefile is from the %Config hash available through use Config. This apparently holds the value detected by the configure script during Perl build time. I can imagine that this could be different from the values a fresh "configure" would give. Maybe we will have to change this to something ExtUtils::Autoconf based. Do you still have this problem? Regards, Willem
Hi PHRED, Unfortunately I can't reproduce because I don't have this old version (10.3 which must be Panther I think) of Mac OS-X. We have committed a contribution that runs ranlib before linking with netdns.a . Perhaps that will solve your problem as well? If you are still interested let me know, in the mean time I will reject the request to close it. Thanks for the report anyway, -- Willem
Subject: Re: [rt.cpan.org #54277] Failed build on Snow Leopard [fixed]
Date: Wed, 5 Oct 2011 10:45:38 -0700
To: bug-Net-DNS [...] rt.cpan.org
From: Fred Moyer <fred [...] redhotpenguin.com>
Thanks for taking the time to address this issue, much appreciated. On Wednesday, October 5, 2011 at 4:49 AM, Willem Toorop via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=54277 > > > Hi PHRED, > > Unfortunately I can't reproduce because I don't have this old version > (10.3 which must be Panther I think) of Mac OS-X. We have committed a > contribution that runs ranlib before linking with netdns.a . Perhaps > that will solve your problem as well? If you are still interested let me > know, in the mean time I will reject the request to close it. > > Thanks for the report anyway, > > -- Willem