problems with second macports installation

2007-12-14 Thread Daniel Oberhoff
Hi, I just installed a second macport as per instructions to play around with 64bit builds. But now my first installation seems to use the database of the second, even though that went into /opt/local64 and not paths are set there or anything...??? Daniel

Re: problems with second macports installation

2007-12-14 Thread Ryan Schmidt
On Dec 14, 2007, at 05:57, Daniel Oberhoff wrote: I just installed a second macport as per instructions to play around with 64bit builds. But now my first installation seems to use the database of the second, even though that went into /opt/ local64 and not paths are set there or anything...

Re: First port installation fails

2007-12-14 Thread Markus Weissmann
On Dec 13, 2007, at 4:50 PM, Richard Tobin wrote: As the error message says: "You must install or activate this package with '-f' (force) as it needs to overwrite files installed by the perl5.8 port" The problem is not that the error message isn't clear. It's that you don't expect to get err

Re: Ion3 license and possible removal

2007-12-14 Thread Markus Weissmann
Hi Pierre, thanks for bringing this up here: Mr. Valkonen's license is absolutely unbearable. As an alternative: Perhaps you can bring the port back to the last sane licensed version - don't know if this is useful and/or possible. Either that or remove it please. Regards, -Markus On Dec

problems with second macports installation

2007-12-14 Thread Daniel Oberhoff
Hi, I just installed a second macport as per instructions to play around with 64bit builds. But now my first installation seems to use the database of the second, even though that went into /opt/local64 and not paths are set there or anything...??? Daniel

Re: [macports-mgr] Re: Ion3 license and possible removal

2007-12-14 Thread Juan Manuel Palacios
On Dec 14, 2007, at 10:26 AM, Markus Weissmann wrote: Hi Pierre, thanks for bringing this up here: Mr. Valkonen's license is absolutely unbearable. As an alternative: Perhaps you can bring the port back to the last sane licensed version - don't know if this is useful and/or possible. Eith

Re: invalid command name on some downloads

2007-12-14 Thread Barry McInnes
That was the fix, the selfupdate to 1.520 must think its installed but it is not ? [mac27:~/Downloads/MacPorts-1.5.2] bmcinnes% sudo port install ImageMagick ---> Fetching ImageMagick ---> Verifying checksum(s) for ImageMagick ---> Extracting ImageMagick On 12/13/07 3:17 PM, Ryan Schmidt wrot

Re: 64 bits & 32 bits ports

2007-12-14 Thread Markus Weissmann
Salut François, On Dec 14, 2007, at 4:26 PM, François Sausset wrote: Hello, Is there a mean to build ports for x86_64 architectures and i386 ones together? If not, how to specify macports to build ports with the option "- arch x86_64"? Indeed, for some ports a "universal" variant exists,

64 bits & 32 bits ports

2007-12-14 Thread François Sausset
Hello, Is there a mean to build ports for x86_64 architectures and i386 ones together? If not, how to specify macports to build ports with the option "-arch x86_64"? Indeed, for some ports a "universal" variant exists, but it seems to be only for ppc and i386 architectures. Thank you in

Re: problems with second macports installation

2007-12-14 Thread Daniel Oberhoff
Well, port list lists only those installed by the second installation (that is /opt/local/port as from the first installation). Daniel Am 14.12.2007 um 13:19 schrieb Ryan Schmidt: On Dec 14, 2007, at 05:57, Daniel Oberhoff wrote: I just installed a second macport as per instructions to play

Re: First port installation fails

2007-12-14 Thread Daniel J. Luke
On Dec 13, 2007, at 11:04 AM, Markus Weissmann wrote: hmmm... indeed - would it be possible to make a perl5.8 port that uses a perl5.8-minimal and all the modules that would otherwise need to overwrite parts of the perl5.8 port? Oh that's interesting, I don't know if we can do that or not. T

Re: sudo port install apache2

2007-12-14 Thread Daniel J. Luke
On Dec 14, 2007, at 12:40 PM, Chris Janton wrote: On 2007-12-13 , at 21:08 , Daniel J. Luke wrote: Error: The following dependencies failed to build: apr-util db44 sqlite3 gawk openssl Error: Status 1 encountered during processing. This is probably related to: http://trac.macports.org/proje

Re: sudo port install apache2

2007-12-14 Thread Chris Janton
On 2007-12-13 , at 21:08 , Daniel J. Luke wrote: Error: The following dependencies failed to build: apr-util db44 sqlite3 gawk openssl Error: Status 1 encountered during processing. This is probably related to: http://trac.macports.org/projects/macports/ticket/12040 I have the dreaded "

port not reading macports.conf?

2007-12-14 Thread M A
I seem to be having a problem with port not reading my ~/.macports/macports.conf. Specifically, this macports.conf file is identical to the one in /opt/local/etc/macports except with the line "binpath /usr/texbin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin" appended

Re: sudo port install apache2

2007-12-14 Thread Charles Darwin
$ sudo port uninstall readline ---> Unable to uninstall readline 5.2.007_0, the following ports depend on it: --->bash --->gnupg Error: port uninstall failed: Please uninstall the ports that depend on readline first. $ sudo port -f uninstall readline ---> Unable to uninstall readli

Re: sudo port install apache2

2007-12-14 Thread Charlse Darwin
Where is readline? $ ls /usr/local/* /usr/local/BerkeleyDB.4.2: bin docsinclude lib /usr/local/OpenSourceLicenses: MySQL.txt RemoteDesktop.txt /usr/local/OpenSourceVersions: MySQL.plist RemoteDesktop.plist /usr/local/apache: bin include libexec sbinsha

Re: sudo port install apache2

2007-12-14 Thread Ryan Schmidt
No no -- you need to remove (or temporarily move aside) the readline libraries in /usr/local, *not* the readline installed by MacPorts into /opt/local, which is perfectly fine to have. On Dec 14, 2007, at 16:54, Charles Darwin wrote: $ sudo port uninstall readline ---> Unable to uninstall

Re: sudo port install apache2

2007-12-14 Thread Charlse Darwin
$ mv mv /usr/local mv /usr/local-off Password: $ sudo port install apache2 ---> Building db44 with target all ---> Staging db44 into destroot ---> Installing db44 4.4.20_1+darwin_8 ---> Activating db44 4.4.20_1+darwin_8 ---> Cleaning db44 ---> Fetching gawk ---> Attempting to fetch gawk-3.1

Re: sudo port install apache2

2007-12-14 Thread Chris Janton
On 2007-12-14 , at 18:53 , Charlse Darwin wrote: $ mv mv /usr/local mv /usr/local-off mac 1 # sudo mv /usr/local /usr/local1 mac 2 # sudo port install apache2 Library not loaded: /usr/local/lib/libreadline.5.1.dylib Referenced from: /opt/local/share/macports/Tcl/pextlib1.0/ Pextlib.dylib

Re: sudo port install apache2

2007-12-14 Thread Ryan Schmidt
Good, so something in /usr/local was conflicting. I see now all the other libs that you do have in /usr/local/lib. Those will probably also conflict with MacPorts-installed programs. This is why we recommend not having anything in /usr/local/lib. Instead, install all software you need using

Re: sudo port install apache2

2007-12-14 Thread Ryan Schmidt
Um it was anticipated to have been in /usr/local/lib but I don't see it there either. Try moving the entire /usr/local aside (e.g. rename it "/usr/local- off") and see if that helps. On Dec 14, 2007, at 19:14, Charlse Darwin wrote: Where is readline? $ ls /usr/local/* /usr/local/Berk

Re: sudo port install apache2

2007-12-14 Thread Ryan Schmidt
On Dec 14, 2007, at 20:01, Chris Janton wrote: On 2007-12-14 , at 18:53 , Charlse Darwin wrote: $ mv mv /usr/local mv /usr/local-off mac 1 # sudo mv /usr/local /usr/local1 mac 2 # sudo port install apache2 Library not loaded: /usr/local/lib/libreadline.5.1.dylib Referenced from: /opt/loca

Re: sudo port install apache2

2007-12-14 Thread Ryan Schmidt
Well, you should probably just move /usr/local aside first. Other software (including MacPorts ports) may be inadvertently linked with the libraries in /usr/local/lib. As you discover these, rebuild those ports to link them properly with the MacPorts-provided libraries. Once you're no longe

Re: sudo port install apache2

2007-12-14 Thread Charlse Darwin
$ sudo apachectl start dyld: Library not loaded: /usr/local/lib/libexpat.0.1.0.dylib Referenced from: /usr/sbin/httpd Reason: image not found /usr/sbin/apachectl: line 187: 16752 Trace/BPT trap $HTTPD /usr/sbin/apachectl start: httpd could not be started $ On Dec 14, 2007, at 9:12 PM

Re: sudo port install apache2

2007-12-14 Thread Ryan Schmidt
Why is your /usr/sbin/httpd linked against anything in /usr/local/ lib? This is what it should be linked with, at least on Tiger: $ otool -L /usr/sbin/httpd /usr/sbin/httpd: /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dyli