Skip Menu |

This queue is for tickets about the Set-Object CPAN distribution.

Report information
The Basics
Id: 20753
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: Set-Object

People
Owner: Nobody in particular
Requestors: jt [...] signless.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.16
Fixed in: 1.17



CC: sam [...] vilain.net
Subject: Error in build, _dispel_magic / _cast_magic not set
Date: Fri, 28 Jul 2006 23:27:10 -0700
To: bug-Set-Object [...] rt.cpan.org
From: JT Justman <jt [...] signless.com>
As you can see in the build reports, many builds have been failing since 1.16, as have mine on Centos / i586: Object.xs: At top level: Object.xs:326: error: conflicting types for '_dispel_magic' Object.xs:298: error: previous implicit declaration of '_dispel_magic' was here ... Object.xs: At top level: Object.xs:440: error: conflicting types for '_cast_magic' Object.xs:197: error: previous implicit declaration of '_cast_magic' was here A quick trip to Google turns up a patch that Gea-Suan Lin supplied to FreeBSD Ports: http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-July/095765.html I applied this patch manually and the build succeeded. Perhaps you already know; I figured I'd be sure. Thanks! JT Justman
From: SAMV [...] cpan.org
On Sat Jul 29 02:26:51 2006, jt@signless.com wrote: Show quoted text
> As you can see in the build reports, many builds have been failing since > 1.16, as have mine on Centos / i586: > > Object.xs: At top level: > Object.xs:326: error: conflicting types for '_dispel_magic' > Object.xs:298: error: previous implicit declaration of '_dispel_magic' > was here > ... > Object.xs: At top level: > Object.xs:440: error: conflicting types for '_cast_magic' > Object.xs:197: error: previous implicit declaration of '_cast_magic' was > here > > A quick trip to Google turns up a patch that Gea-Suan Lin supplied to > FreeBSD Ports: > >
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-July/095765.html Show quoted text
> > I applied this patch manually and the build succeeded. Perhaps you > already know; I figured I'd be sure.
Thanks, I hadn't seen that. Seems like it is a similar approach to the patch I have on my gitweb at http://utsl.gen.nz/gitweb/?p=Set-Object;a=commitdiff;h=d51b4b I was awaiting the user that reported it to confirm it worked; I'll make a new release based on it anyway. Thanks for the heads-up. Sam.
On Sat Jul 29 02:26:51 2006, jt@signless.com wrote: Show quoted text
> As you can see in the build reports, many builds have been failing since > 1.16, as have mine on Centos / i586: > > Object.xs: At top level: > Object.xs:326: error: conflicting types for '_dispel_magic' > Object.xs:298: error: previous implicit declaration of '_dispel_magic' > was here > ... > Object.xs: At top level: > Object.xs:440: error: conflicting types for '_cast_magic' > Object.xs:197: error: previous implicit declaration of '_cast_magic' was > here > > A quick trip to Google turns up a patch that Gea-Suan Lin supplied to > FreeBSD Ports: > >
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-July/095765.html Show quoted text
> > I applied this patch manually and the build succeeded. Perhaps you > already know; I figured I'd be sure. > > Thanks! > > JT Justman
I have just released 1.17 to CPAN. Please confirm whether this problem is resolved.
Subject: Re: [rt.cpan.org #20753] Error in build, _dispel_magic / _cast_magic not set
Date: Mon, 31 Jul 2006 23:15:26 -0700
To: bug-Set-Object [...] rt.cpan.org
From: JT Justman <jt [...] signless.com>
via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=20753 > > > On Sat Jul 29 02:26:51 2006, jt@signless.com wrote:
>> As you can see in the build reports, many builds have been failing since >> 1.16, as have mine on Centos / i586: >> >> Object.xs: At top level: >> Object.xs:326: error: conflicting types for '_dispel_magic' >> Object.xs:298: error: previous implicit declaration of '_dispel_magic' >> was here >> ... >> Object.xs: At top level: >> Object.xs:440: error: conflicting types for '_cast_magic' >> Object.xs:197: error: previous implicit declaration of '_cast_magic' was >> here >> >> A quick trip to Google turns up a patch that Gea-Suan Lin supplied to >> FreeBSD Ports: >> >>
> http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-July/095765.html
>> I applied this patch manually and the build succeeded. Perhaps you >> already know; I figured I'd be sure. >> >> Thanks! >> >> JT Justman
> > I have just released 1.17 to CPAN. Please confirm whether this problem > is resolved. > >
Looks good. This test box being Centos 4.3 / i586 with stable perl. Thanks! JT