Skip Menu |

This queue is for tickets about the Bit-Vector CPAN distribution.

Report information
The Basics
Id: 82522
Status: open
Priority: 0/
Queue: Bit-Vector

People
Owner: Nobody in particular
Requestors: richardgmcmahon [...] gmail.com
Cc:
AdminCc:

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



Subject: install error on MacOSX 10.8.2
MacOSX 10.8.2 This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-multi-2level cpan shell -- CPAN exploration and modules installation (v1.9800) I get this error. cpan[12]> install Bit::Vector Running install for module 'Bit::Vector' Running make for S/ST/STBEY/Bit-Vector-7.2.tar.gz Has already been unwrapped into directory /Users/rgm/.cpan/build/Bit-Vector-7.2-gQPHTC Could not make: Unknown error Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible
Subject: Re: [rt.cpan.org #82522] install error on MacOSX 10.8.2
Date: Sun, 06 Jan 2013 20:19:56 +0100
To: bug-Bit-Vector [...] rt.cpan.org
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
"Richard McMahon via RT" <bug-Bit-Vector@rt.cpan.org> writes: Show quoted text
> cpan[12]> install Bit::Vector > > > Running install for module 'Bit::Vector' > Running make for S/ST/STBEY/Bit-Vector-7.2.tar.gz > Has already been unwrapped into directory > /Users/rgm/.cpan/build/Bit-Vector-7.2-gQPHTC > Could not make: Unknown error > Running make test > Can't test without successful make > Running make install > Make had returned bad status, install seems impossible
This is rather a pilot error. The above sys that in the session you are in there has already been an error with Bit-Vector-7.2. To see the error you need to retry, either exit the cpan shell and start a fresh session or run fforce test Bit::Vector If this fails again, then you see a better diagnostics. If it doesn;t fail, you can say 'install Bit::Vector' afterwards. HTH, -- andreas
CC: undisclosed-recipients:;
Subject: Re: [rt.cpan.org #82522] install error on MacOSX 10.8.2
Date: Sun, 06 Jan 2013 20:19:37 +0100
To: bug-Bit-Vector [...] rt.cpan.org
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
"Richard McMahon via RT" <bug-Bit-Vector@rt.cpan.org> writes: Show quoted text
> cpan[12]> install Bit::Vector > > > Running install for module 'Bit::Vector' > Running make for S/ST/STBEY/Bit-Vector-7.2.tar.gz > Has already been unwrapped into directory > /Users/rgm/.cpan/build/Bit-Vector-7.2-gQPHTC > Could not make: Unknown error > Running make test > Can't test without successful make > Running make install > Make had returned bad status, install seems impossible
This is rather a pilot error. The above sys that in the session you are in there has already been an error with Bit-Vector-7.2. To see the error you need to retry, either exit the cpan shell and start a fresh session or run fforce test Bit::Vector If this fails again, then you see a better diagnostics. If it doesn;t fail, you can say 'install Bit::Vector' afterwards. HTH, -- andreas
CC: Richard McMahon <richardgmcmahon [...] gmail.com>
Subject: Re: [rt.cpan.org #82522] install error on MacOSX 10.8.2
Date: Sun, 6 Jan 2013 20:07:18 +0000
To: bug-Bit-Vector [...] rt.cpan.org
From: Richard McMahon <richardgmcmahon [...] gmail.com>
Thanks, I tried fforce make Bit::Vector This gives more info and this error message: /Developer/usr/bin/clang -c -pipe -O2 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -fstack-protector -I/opt/local/include -O3 -DVERSION=\"7.2\" -DXS_VERSION=\"7.2\" "-I/opt/local/lib/perl5/5.12.3/darwin-multi-2level/CORE" BitVector.c /bin/sh: /Developer/usr/bin/clang: No such file or directory make: *** [BitVector.o] Error 127 A bit of google searching indicates that this is related to a change on location of compilers. I am using Xcode 5.4 with the command line tools installed. I have done a work around by creating a directory /Developer with a symbolic link from /Developer/usr to /usr This seems to have worked OK and install and test work OK Thanks for the pointer to fforce regards richard