Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 64650
Status: open
Priority: 0/
Queue: Wx

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

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



Subject: [Max OS X 10.5.6] make test had returned bad status, won't install
Hi! I tried to install Wx here on Mac OS X 10.5.6 x64 with perl v5.10.0 built for darwin-thread-multi-2level. Please find attached the full output. hth, Alex
Subject: wx.log
Download wx.log
application/octet-stream 72k

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #64650] [Max OS X 10.5.6] make test had returned bad status, won't install
Date: Fri, 14 Jan 2011 03:58:03 +0000
To: bug-Wx [...] rt.cpan.org
From: Mark Dootson <mark.dootson [...] znix.com>
Hi, Most Wx users on OSX seem to either build their own Perl for wxPerl use or us MacPorts or a binary distribution. However, to get a working Wx with the installed wxWidgets and Perl I thing the following should work. The wxWidgets libraries contain binaries for ppc and i386 architectures, but by default your Perl tries to build for x86_64 architecture as well. You need to run your Perl in 32 bit mode and build for just ppc and i386 architectures. Put the attached Config_osx.pm in your @INC, then do following commands. export VERSIONER_PERL_PREFER_32_BIT=yes sudo cpan -i ExtUtils::FakeConfig export FAKECONFIG_USE_ARCHITECTURES="i386 ppc" export PERL5OPT=-MConfig_osx sudo cpan -i Wx Regards Mark On 10/01/2011 11:11, Alexander Becker via RT wrote: Show quoted text
> Mon Jan 10 06:11:44 2011: Request 64650 was acted upon. > Transaction: Ticket created by ASB > Queue: Wx > Subject: [Max OS X 10.5.6] make test had returned bad status, won't install > Broken in: 0.98 > Severity: Critical > Owner: Nobody > Requestors: ASB@cpan.org > Status: new > Ticket<URL: https://rt.cpan.org/Ticket/Display.html?id=64650> > > > Hi! > > I tried to install Wx here on Mac OS X 10.5.6 x64 with perl v5.10.0 > built for darwin-thread-multi-2level. Please find attached the full output. > > hth, Alex

Message body is not shown because sender requested not to inline it.

13 Jan 2011 Thu, 22:58:43 tarihinde, mark.dootson@znix.com yazdı: Show quoted text
> Hi, > > Most Wx users on OSX seem to either build their own Perl for wxPerl > use > or us MacPorts or a binary distribution. > > However, to get a working Wx with the installed wxWidgets and Perl I > thing the following should work.
I've tried your suggestion but no luck with system perl (5.10.0). -Burak