Skip Menu |

This queue is for tickets about the Time-HiRes CPAN distribution.

Report information
The Basics
Id: 70186
Status: resolved
Priority: 0/
Queue: Time-HiRes

People
Owner: Nobody in particular
Requestors: david [...] channelmeter.com
Cc:
AdminCc:

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



Subject: CORRECTED: Fails to build on OSX 10.6.8, perlbrew 5.14.1
Date: Tue, 9 Aug 2011 23:35:40 -0700
To: bug-Time-HiRes [...] rt.cpan.org
From: David Storrs <david [...] channelmeter.com>

Message body is not shown because it is too large.

Subject: Re: [rt.cpan.org #70186] CORRECTED: Fails to build on OSX 10.6.8, perlbrew 5.14.1
Date: Mon, 5 Sep 2011 19:31:59 +0100
To: David Storrs via RT <bug-Time-HiRes [...] rt.cpan.org>
From: Zefram <zefram [...] fysh.org>
David Storrs via RT wrote: Show quoted text
>dlopen(/Users/dstorrs/.cpanm/work/1312952802.461/Time-HiRes-1.9724/blib/arch/auto/Time/HiRes/HiRes.bundle, >2): no suitable image found. Did find: ># /Users/dstorrs/.cpanm/work/1312952802.461/Time-HiRes-1.9724/blib/arch/auto/Time/HiRes/HiRes.bundle: >mach-o, but wrong architecture
That's bizarre. There was nothing in the build process to override which architecture it built for. If you get this error with Time-HiRes, I'd expect you to see the same error when installing other XS modules from CPAN. Do you? If it's unique to Time-HiRes, please show me a build log for a working XS module, similar to the log you showed me for Time-HiRes. -zefram
Subject: Re: [rt.cpan.org #70186] CORRECTED: Fails to build on OSX 10.6.8, perlbrew 5.14.1
Date: Mon, 5 Sep 2011 12:12:07 -0700
To: bug-Time-HiRes [...] rt.cpan.org
From: David Storrs <david [...] channelmeter.com>
Not a problem. I'm scrambling on a customer delivery right now, so it might be later today or tomorrow, but I'll dig it up for you. Thanks for the response. Dave On Mon, Sep 5, 2011 at 11:32 AM, Zefram via RT <bug-Time-HiRes@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=70186 > > > David Storrs via RT wrote:
>>dlopen(/Users/dstorrs/.cpanm/work/1312952802.461/Time-HiRes-1.9724/blib/arch/auto/Time/HiRes/HiRes.bundle, >>2): no suitable image found.  Did find: >>#      /Users/dstorrs/.cpanm/work/1312952802.461/Time-HiRes-1.9724/blib/arch/auto/Time/HiRes/HiRes.bundle: >>mach-o, but wrong architecture
> > That's bizarre.  There was nothing in the build process to override which > architecture it built for.  If you get this error with Time-HiRes, I'd > expect you to see the same error when installing other XS modules from > CPAN.  Do you?  If it's unique to Time-HiRes, please show me a build log > for a working XS module, similar to the log you showed me for Time-HiRes. > > -zefram > >
-- Co-Founder, ChannelMeter.com http://channelmeter.com 415-913-7576
Subject: Re: [rt.cpan.org #70186] CORRECTED: Fails to build on OSX 10.6.8, perlbrew 5.14.1
Date: Wed, 7 Sep 2011 12:08:25 -0700
To: bug-Time-HiRes [...] rt.cpan.org
From: David Storrs <david [...] channelmeter.com>
Show quoted text
> > On Mon, Sep 5, 2011 at 11:32 AM, Zefram via RT > <bug-Time-HiRes@rt.cpan.org> wrote:
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=70186 > >> >> David Storrs via RT wrote:
>>>dlopen(/Users/dstorrs/.cpanm/work/1312952802.461/Time-HiRes-1.9724/blib/arch/auto/Time/HiRes/HiRes.bundle, >>>2): no suitable image found.  Did find: >>>#      /Users/dstorrs/.cpanm/work/1312952802.461/Time-HiRes-1.9724/blib/arch/auto/Time/HiRes/HiRes.bundle: >>>mach-o, but wrong architecture
>> >> That's bizarre.  There was nothing in the build process to override which >> architecture it built for.  If you get this error with Time-HiRes, I'd >> expect you to see the same error when installing other XS modules from >> CPAN.  Do you?  If it's unique to Time-HiRes, please show me a build log >> for a working XS module, similar to the log you showed me for Time-HiRes. >> >> -zefram
Hi Zefram, Ok, you were right; it appears to be any XS module. I tried installing JSON::XS (arbitrary choice; it was the first XS module I thought of) and it failed. I've attached the build.log and it shows the same issue. Have you seen this before? Any suggestions on how to resolve it? Dave $ cpanm JSON::XS --> Working on JSON::XS Fetching http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-2.32.tar.gz ... OK Configuring JSON-XS-2.32 ... OK Building and testing JSON-XS-2.32 ... FAIL ! Installing JSON::XS failed. See /Users/dstorrs/.cpanm/build.log for details. Log file attached. -- Co-Founder, ChannelMeter.com http://channelmeter.com 415-913-7576
Download build.log
application/octet-stream 24k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #70186] CORRECTED: Fails to build on OSX 10.6.8, perlbrew 5.14.1
Date: Wed, 7 Sep 2011 20:37:43 +0100
To: David Storrs via RT <bug-Time-HiRes [...] rt.cpan.org>
From: Zefram <zefram [...] fysh.org>
David Storrs via RT wrote: Show quoted text
>Have you seen this before? Any suggestions on how to >resolve it?
No and no. It's obviously a platform-specific issue; you want to get Darwin help rather than XS help. -zefram
Subject: Re: [rt.cpan.org #70186] CORRECTED: Fails to build on OSX 10.6.8, perlbrew 5.14.1
Date: Wed, 7 Sep 2011 12:53:13 -0700
To: bug-Time-HiRes [...] rt.cpan.org
From: David Storrs <david [...] channelmeter.com>
On Wed, Sep 7, 2011 at 12:37 PM, Zefram via RT <bug-Time-HiRes@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=70186 > > > David Storrs via RT wrote:
>>Have you seen this before?  Any suggestions on how to >>resolve it?
> > No and no.  It's obviously a platform-specific issue; you want to get > Darwin help rather than XS help. > > -zefram
Yep, as I figured. Ok, thanks. Dave -- Co-Founder, ChannelMeter.com http://channelmeter.com 415-913-7576