#26332: Problem with subversion-perl-bindings ----------------------------------+----------------------------------------- Reporter: flaviocruz@… | Owner: dluke@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: subversion-perlbindings ----------------------------------+----------------------------------------- Comment(by mh@…): Replying to [comment:6 dluke@…]:
(Sorry for the delay, trac doesn't send out notification when someone just adds an attachment).
No problem. Thanks for replying.
For both of you, it looks like the problem is that your perl is trying to build the subversion-perlbindings port with the wrong architecture (subversion is built 64 bit but the bindings are being built 32 bit).
This is probably either the result of having a 32-bit install of perl, or it's a bug in the perl5.8 port.
If it's a bug in the perl5.8 port, you may be able to work around it by installing perl5.10 or perl5.12 instead (the best way would be to install perl5 with the +perl5_10 or +perl5_12 variants). If you do this, you will also have to remove and re-install your p5-* ports.
Hmmm. I have more than one version of Perl on my Mac. I've read that this is typical: different utilities in the OS may rely on different versions. I definitely have Perl 5.10.0. It appears to be my system Perl: when I issue perl -v I get: {{{ This is perl, v5.10.0 built for darwin-thread-multi-2level }}} I've had my MacBookPro for over 3 years, and I upgraded from Tiger to Snow Panther (10.4 to 10.6), and I have had a few puzzling issues since the OS upgrade. It's possible things are out of sync in Perl land. I also notice from the build log that I sent you this line towards the beginning: {{{ checking for perl... /opt/local/bin/perl }}} My system perl is /usr/bin/local/perl -- and when I ask the one in /opt/local/bin for its version: {{{ This is perl, v5.8.9 built for darwin-2level }}} I'm thinking this could be a problem. I haven't installed everything on my MBP with port. Perhaps I should install Perl 5.10 via macports and then reinstall my p5 ports, including the subversion bindings? -- Ticket URL: <http://trac.macports.org/ticket/26332#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS