Skip Menu |

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

Report information
The Basics
Id: 19352
Status: resolved
Priority: 0/
Queue: Net-DNS

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

Bug Information
Severity: Important
Broken in: 0.57
Fixed in: (no value)



Subject: Makefile.PL compile problem
When test_cc() runs, it executes the command $Config{make} compile$Config{obj_ext} which translates on my system to make compile.o which causes it to run 'cc -c compile.c' Unfortunately, there is no cc on this system. Perl was built with gcc. But this command hasn't picked up the way that it should be called and built. You could use $Config{cc} $Config{ccflags} -c ... but then you'd have to hardcode the '-c' because I cannot figure out how to get MakeMaker to cough it up. You may even need to build a makefile first just to handle this test. But as it stands, I cannot put it in a bundle or otherwise execute a CPAN install command on it and get the XS version on my system, which is a pity.
On Thu May 18 20:57:20 2006, PJS wrote: Show quoted text
> When test_cc() runs, it executes the command > > $Config{make} compile$Config{obj_ext} > > which translates on my system to > > make compile.o > > which causes it to run 'cc -c compile.c' > > Unfortunately, there is no cc on this system. Perl was built with gcc. > But this command hasn't picked up the way that it should be called and > built. You could use > > $Config{cc} $Config{ccflags} -c ... > > but then you'd have to hardcode the '-c' because I cannot figure out how > to get MakeMaker to cough it up. You may even need to build a makefile > first just to handle this test. But as it stands, I cannot put it in a > bundle or otherwise execute a CPAN install command on it and get the XS > version on my system, which is a pity.
Hello PJS (Rob?), The fix lives on the trunk. It seems that "-c" is pretty generic over the CCs ... I take my chances (I googled for the SUNOS, Solaris, HPUX and AIX cc(1) man pages) --Olaf
Subject: Re: [rt.cpan.org #19352] Makefile.PL compile problem
Date: Mon, 22 May 2006 17:18:29 -0700
To: bug-Net-DNS [...] rt.cpan.org
From: Peter Scott <Peter [...] PSDT.com>
At 01:30 PM 5/22/2006, you wrote: Show quoted text
>Hello PJS (Rob?),
Sorry, no :) Show quoted text
>The fix lives on the trunk. It seems that "-c" is pretty generic over >the CCs ... I take my >chances (I googled for the SUNOS, Solaris, HPUX and AIX cc(1) man pages)
Great! Have you released it to CPAN yet? I'm still seeing 0.57 there.
Subject: Re: [rt.cpan.org #19352] Makefile.PL compile problem
Date: Tue, 23 May 2006 07:12:02 +0200
To: bug-Net-DNS [...] rt.cpan.org
From: "Olaf M. Kolkman" <olaf [...] dacht.net>
On May 23, 2006, at 2:18 AM, Peter Scott via RT wrote: Show quoted text
> > Queue: Net-DNS > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19352 > > > At 01:30 PM 5/22/2006, you wrote:
>> Hello PJS (Rob?),
>
Coincidentally Rob Windsor reported the same... Show quoted text
> Sorry, no :) >
>> The fix lives on the trunk. It seems that "-c" is pretty generic over >> the CCs ... I take my >> chances (I googled for the SUNOS, Solaris, HPUX and AIX cc(1) man >> pages)
> > Great! Have you released it to CPAN yet? I'm still seeing 0.57 > there.
No not yet. That may take a while. I probably push a 0.57_01 first. --Olaf ------------------------------------------------------ Ik dacht net... heel even maar.
Download PGP.sig
application/pgp-signature 227b

Message body not shown because it is not plain text.

fixed in 0.58