Re: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop.

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 01:59, John Cumbers wrote: On Tue, Jan 5, 2010 at 12:40 AM, Ryan Schmidt wrote: What does @INC contain? What does port contents p5-dbd-mysql say? port contents p5-dbd-mysql shows this: Port p5-dbd-mysql contains:

rdiff-backup fetch failed

2010-01-08 Thread Stanislaus Schymanski
Dear all, When trying to install rdiff-backup I keep getting fetch failed errors. Is there something wrong with the URLs? $ sudo port install -d rdiff-backup Password: --- Computing dependencies for rdiff-backup --- Fetching librsync --- Attempting to fetch librsync-0.9.7.tar.gz from

Re: rdiff-backup fetch failed

2010-01-08 Thread Dan Ports
On Fri, Jan 08, 2010 at 02:07:39PM +0100, Stanislaus Schymanski wrote: When trying to install rdiff-backup I keep getting fetch failed errors. Is there something wrong with the URLs? It doesn't look like it -- I was able to download it fine. Also, from your log it looks like librsync isn't

Unable to Install CGAL

2010-01-08 Thread Pietro Maximoff
Hello I tried to install cgal but it always fails with the following error: ld: pointer in read-only segment not allowed in slidable image, used in ___gmpn_divexact_1 from /usr/local/lib/libgmp.a(dive_1.o) collect2: ld returned 1 exit status make[2]: *** [lib/libCGAL_Core.4.0.0.dylib] Error 1

qt4-mac update fails to compile

2010-01-08 Thread Chris Jones
Hi, OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? Chris --- Fetching qt4-mac --- Attempting to fetch qt-everywhere-opensource-src-4.6.0.tar.gz from http://ftp.heanet.ie/mirrors/ftp.trolltech.com/pub/qt/source/ --- Verifying checksum(s)

Re: qt4-mac update fails to compile

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 14:27, Chris Jones wrote: OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? Please check the issue tracker. There are a zillion bugs filed against qt4-mac. Probably one of them matches what you see. Probably another port you

Re: Unable to Install CGAL

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 13:54, Pietro Maximoff wrote: I tried to install cgal but it always fails with the following error: ld: pointer in read-only segment not allowed in slidable image, used in ___gmpn_divexact_1 from /usr/local/lib/libgmp.a(dive_1.o) You have a conflicting libgmp in

Re: qt4-mac update fails to compile

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 17:41, Ryan Schmidt wrote: On Jan 8, 2010, at 14:27, Chris Jones wrote: OS X 10.6 intel. Attempting to upgrade qt4-mac gives the error below. Does anyone else see this ? Please check the issue tracker. There are a zillion bugs filed against qt4-mac. Probably one of

Re: Unable to Install CGAL

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 18:10, Bradley Giesbrecht wrote: Why doesn't macports just use /usr/local then? http://trac.macports.org/wiki/FAQ#defaultprefix I would rather a it be considered a Portfile bug if a port won't build with /opt/local first in PATH. At this time, it is considered a user

Re: Unable to Install CGAL

2010-01-08 Thread Pietro Maximoff
From: Ryan Schmidt ryandes...@macports.org To: Pietro Maximoff segmen...@yahoo.com Cc: macports-users@lists.macosforge.org Sent: Fri, January 8, 2010 11:43:42 PM Subject: Re: Unable to Install CGAL On Jan 8, 2010, at 13:54, Pietro Maximoff wrote: I tried

Re: Unable to Install CGAL

2010-01-08 Thread Pietro Maximoff
Hi Ryan What does this mean? I tried to test a program that requires cgal and I got the following? dyld: Library not loaded: libCGAL.4.dylib Referenced from: /Users/pietro/./test Reason: image not found Trace/BPT trap Pietro ___

Re: Unable to Install CGAL

2010-01-08 Thread Pietro Maximoff
I set my DYLD_LIBRARY_PATH but now when I run the program, I get this: dyld: Library not loaded: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib Referenced from: /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib

Re: Unable to Install CGAL

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 20:40, Pietro Maximoff wrote: What does this mean? I tried to test a program that requires cgal and I got the following? dyld: Library not loaded: libCGAL.4.dylib Referenced from: /Users/pietro/./test Reason: image not found Trace/BPT trap It means the port

Re: Unable to Install CGAL

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 20:56, Pietro Maximoff wrote: I set my DYLD_LIBRARY_PATH but now when I run the program, I get this: dyld: Library not loaded: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib Referenced from:

Re: Unable to Install CGAL

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 21:14, Ryan Schmidt wrote: On Jan 8, 2010, at 20:56, Pietro Maximoff wrote: I set my DYLD_LIBRARY_PATH but now when I run the program, I get this: dyld: Library not loaded:

Re: Unable to Install CGAL

2010-01-08 Thread Pietro Maximoff
From: Ryan Schmidt ryandes...@macports.org To: Pietro Maximoff segmen...@yahoo.com Cc: MacPorts Users macports-users@lists.macosforge.org Sent: Sat, January 9, 2010 3:42:15 AM Subject: Re: Unable to Install CGAL On Jan 8, 2010, at 21:14, Ryan Schmidt wrote:

Re: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop.

2010-01-08 Thread John Cumbers
Many thanks Ryan, that was the issue and it fixed it. I had the same issue with python, but had forgotten. Is it best to delete the native version of perl for simplicity and the create an alias or symbolic link to from /usr/bin/perl to #!/opt/local/bin/perl? Or is there a better way? Thanks

Re: p5-dbd-mysql make: *** No rule to make target `lib/DBD/mysql/GetInfo.pm', needed by `pm_to_blib'. Stop.

2010-01-08 Thread Ryan Schmidt
On Jan 8, 2010, at 23:23, John Cumbers wrote: Many thanks Ryan, that was the issue and it fixed it. I had the same issue with python, but had forgotten. Is it best to delete the native version of perl for simplicity and the create an alias or symbolic link to from /usr/bin/perl to