Re: Apache2 Installation Error

2007-04-05 Thread Arthas Terrenas
Greetings, After installing Xcode 1.5 I was able to successfully install Apache2. "Awesome" Thank you all very much for your help on this. It is greatly appreciated. How long do you think It will be before this version of Xcode Is totally obsolete? I'd upgrade to 10.4 but this particular m

Re: Macports Newbie - XServe use

2007-04-05 Thread Alex Kac
It didn't. No biggie. Its probably not as well tested on OS X anyway. Just spent the last hour compiling and installing perl modules for some our custom junk. Argh. I hate perl. On Apr 5, 2007, at 11:24 PM, Ryan Schmidt wrote: On Apr 1, 2007, at 19:13, Alex Kac wrote: I haven't had a chan

Re: Macports Newbie - XServe use

2007-04-05 Thread Ryan Schmidt
On Apr 1, 2007, at 19:13, Alex Kac wrote: I haven't had a chance to use an Intel Xserve yet but I assume that anything you compile with MacPorts would end up 64-bit if you're on such an Xserve. If you find that's not the case and that we need to modify the portfiles in some way to make it

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Juan Manuel Palacios
On Apr 5, 2007, at 7:23 PM, Ryan Schmidt wrote: On Apr 5, 2007, at 11:52, James Berry wrote: The old site at darwinports.opendarwin.org _should_ be made to redirect to www.macports.org (and now does). Does that mean it's now impossible to read the old DarwinPorts documentation online, sin

Re: Macports Newbie - XServe use

2007-04-05 Thread Alex Kac
I've got a MySQL expert who works with the MySQL consulting folks. I had the same issue and here is what he told me to do and now it works great: ustin2-webis-net:/opt/local/var/db/mysql5 root# ls -la total 40976 drwxr-xr-x 10 mysql mysql 340 Apr 5 21:17 . drwxrwxr-x4 root adm

Re: gcc's crt0.o

2007-04-05 Thread Michael Brian Bentley
On the plus side, this is the first meaningful explanation I've seen (thanks for finding it!) that says what gcc is doing and why. Now I know. Cool. Because of Apple's stark interest in keeping linking dynamic, I could see Apple adding a warning to their build of gcc that explains (briefly!)

FreeNX - low-bandwidth replacement for VNC

2007-04-05 Thread Ben
Hi everyone, I was wondering if what anyone knows or thinks about a Mac port of the "FreeNX" NX server? Briefly, what NX essentially is, is a replacement/alternative for VNC. But it's much, *much* faster and more responsive, because it uses much lower bandwidth than VNC. VNC is fine to u

Re: Whereis path

2007-04-05 Thread Elias Pipping
you should use 'which' instead of 'whereis'. 'whereis' doesn't search /opt/local, by default, even if it's in your PATH. 'which' does, though. you might also want to use 'type', if you're running bash. 'type' has the comfort of offering a '-a' for "all" parameter (see below. $whereis ba

Re: Whereis path

2007-04-05 Thread Alex Kac
Well yeah, but I'm so used to whereis :) I guess since I'm getting used to the /opt/local dir now instead of /usr/ I should get used to a new command. find is kind of slow, though. That's why I liked whereis. which seems to work just fine too. Thanks. On Apr 5, 2007, at 7:34 PM, Gerald Hil

Whereis path

2007-04-05 Thread Alex Kac
Of course, when I do a "whereis" it gives me stuff in /usr/bin. How do I get whereis to show me the path in /opt/local? Alex Kac - President and Founder Web Information Solutions, Inc. - Microsoft Certified Partner "Patience is the companion of wisdom." --Anonymous ___

Re: MacPorts v1.4.0 release announcement

2007-04-05 Thread Vincent Lefevre
On 2007-04-05 16:49:38 -0400, Daniel J. Luke wrote: > The problem IIRC has to do with mismatched headers and library. Yes, probably because the Makefile is incorrect. > So you'll want to do > > locate readline.h > > and see if there's a stray one (in /usr/local/include, probably) that's >

Re: PHP5 build error

2007-04-05 Thread Ryan Schmidt
On Apr 5, 2007, at 17:27, Alex Kac wrote: Actually - during the PHP5 build, I got an error - this is the only error I've gotten in all these builds so far. Austin2-webis-net:~/Desktop/XServe/MacPorts-1.4.0 root# port install php5 +apache2 +mysql5 +pear---> Fetching cclient lots of tex

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Ryan Schmidt
On Apr 5, 2007, at 11:52, James Berry wrote: The old site at darwinports.opendarwin.org _should_ be made to redirect to www.macports.org (and now does). Does that mean it's now impossible to read the old DarwinPorts documentation online, since it has not been migrated to anywhere on www.

PHP5 build error

2007-04-05 Thread Alex Kac
Actually - during the PHP5 build, I got an error - this is the only error I've gotten in all these builds so far. Austin2-webis-net:~/Desktop/XServe/MacPorts-1.4.0 root# port install php5 +apache2 +mysql5 +pear---> Fetching cclient lots of text /usr/bin/ld: warning -L: directory name (

Re: gcc's crt0.o

2007-04-05 Thread Dan Stowell
Coincidentally, I was reading about this earlier today. Basically Apple would like to prevent you using crt0.o: http://developer.apple.com/qa/qa2001/qa1118.html Dan 2007/4/5, Michael Brian Bentley <[EMAIL PROTECTED]>: I find that I'm using macports more and more as I try to do builds using scri

Re: MacPorts v1.4.0 release announcement

2007-04-05 Thread Daniel J. Luke
On Apr 5, 2007, at 4:46 PM, Vincent Lefevre wrote: There's still a bug when I try to build it: cc -dynamiclib -L/usr/local/lib -L/usr/lib -lcurl -lssl -lcrypto - lz Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o find.o strcasecmp.o vercomp.o filemap.o sha1cmd.o compat.o curl.o r

Re: MacPorts v1.4.0 release announcement

2007-04-05 Thread Vincent Lefevre
On 2007-04-05 12:26:10 -0700, James Berry wrote: > The MacPorts project is pleased to announce the release of MacPorts v1.4.0. > > Change log is at > > . > Downloads are available at > >

Re: Macports Newbie - XServe use

2007-04-05 Thread Alex Kac
On Apr 1, 2007, at 8:07 PM, grimmwerks wrote: Alex - please let me know how you find all the macports installation on the xserve goes for you; I don't have the experience you do, but I've installed the same setups (+ruby) on non-server machines with no problem. However, recently trying to

Compile for EM64T?

2007-04-05 Thread Dan Delaney
Hi all. When using MacPorts on a Core 2 Dua Mac, is there someplace in the MacPorts config files where I can tell it to always compile for EM64T instead of i386? Thanks --Dan Dan Delaney, Sr. Interactive Analyst/Developer Power Creative, 502-297-

MacPorts v1.4.0 release announcement

2007-04-05 Thread James Berry
The MacPorts project is pleased to announce the release of MacPorts v1.4.0. Change log is at . Downloads are available at .

gcc's crt0.o

2007-04-05 Thread Michael Brian Bentley
I find that I'm using macports more and more as I try to do builds using scripts that were developed on GNU/Linux systems with GNU versions of tools. I am finding that there's just enough difference in the use of some tools like sed and cp (of all utilities, cp?) that force me to add the GNU ve

Re: Will 1.4 "upgrade" 1.3.1?

2007-04-05 Thread Dan Delaney
On 4/5/07 2:43 PM, "Christian Voelker" <[EMAIL PROTECTED]> wrote: > [g4:~] cvoelker% cat /etc/services | grep rsync > rsync 873/udp # rsync > rsync 873/tcp # rsync That did it. Thanks! (I always rsync out of the building, never in to the building. So we had never opene

Re: Will 1.4 "upgrade" 1.3.1?

2007-04-05 Thread Christian Voelker
Hi, Am 05.04.2007 um 20:15 schrieb Dan Delaney: I don't usually have problem with rsync. What port is it trying to connect to? It might be that I need to open an outgoing port in our firewall. [g4:~] cvoelker% cat /etc/services | grep rsync rsync 873/udp # rsync rsync

Re: Will 1.4 "upgrade" 1.3.1?

2007-04-05 Thread Yvon Thoraval
Le 5 avr. 07 à 20:10, Daniel J. Luke a écrit : Interesting ... Try adding the -d -v flags to see why it's failing: `sudo port -d -v selfupdate` no prob by me (10.4.9) : ~/work/Ruby/Files%> sudo port -d -v selfupdate Password: DEBUG: Rebuilding the MacPorts base system if needed. Synchron

Re: Will 1.4 "upgrade" 1.3.1?

2007-04-05 Thread Dan Delaney
On 4/5/07 2:10 PM, "Daniel J. Luke" <[EMAIL PROTECTED]> wrote: > Try adding the -d -v flags to see why it's failing: Gives me this at first: DEBUG: Rebuilding the darwinports base system if needed. Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports It sits there for a very long ti

Re: Will 1.4 "upgrade" 1.3.1?

2007-04-05 Thread Daniel J. Luke
On Apr 5, 2007, at 2:03 PM, Dan Delaney wrote: On 4/5/07 1:57 PM, "Daniel J. Luke" <[EMAIL PROTECTED]> wrote: If you have DarwinPorts or MacPorts already installed, "sudo port selfupdate" should get you the latest release. Thanks Daniel. Oddly enough, I got the following when I tried that: Er

Re: Apparent guile problem in upgrade of gnucash?

2007-04-05 Thread Frank McPherson
Yes, that works for me. Thanks for the pointer. Frank On Apr 5, 2007, at 03:33, Marc André Selig wrote: On 05.04.2007, at 03:15, Frank Mcpherson wrote: I noticed this problem as well. I took a look at the Portfile and noticed that guile16 was recently changed to be the default variant fo

Re: Will 1.4 "upgrade" 1.3.1?

2007-04-05 Thread Dan Delaney
On 4/5/07 1:57 PM, "Daniel J. Luke" <[EMAIL PROTECTED]> wrote: > If you have DarwinPorts or MacPorts already installed, "sudo port > selfupdate" should get you the latest release. Thanks Daniel. Oddly enough, I got the following when I tried that: Error: /opt/local/bin/port: selfupdate failed: Co

Will 1.4 "upgrade" 1.3.1?

2007-04-05 Thread Dan Delaney
Will the MacPorts 1.4.0 package do an upgrade on an already-installed DarwinPorts 1.3.1? Thanks --Dan Dan Delaney, Sr. Interactive Analyst/Developer Power Creative, 502-297-6632 ___ macports-users mail

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Dan Delaney
On 4/5/07 12:36 PM, "James Berry" <[EMAIL PROTECTED]> wrote: > Sorry, we've been waiting to put up a 1.4 release announcement until > the dmg's were built, which finished last night. I'll be posting a > new announcement this morning. > Yes, 1.4.0 is final. Sweet! Thanks James. I just came to the s

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Bob Nielsen
On Apr 5, 2007, at 9:59 AM, Bob Nielsen wrote: Which rsync servers should we be using, rsync.macports.org or rsync.darwinports.org (or are they mirrored)? Nevermind--I see they both point to the same IP address. ___ macports-users mailing list mac

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread John Labovitz
No offense, but getting to the actual download is still more difficult than it should be. Just to map it out, here's what a new user has to go through: - Go to macports.org - Click on "Downloads" - Click on "Downloads Directory" - Click on "MacPorts-1.4.0" (if t

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Mark Duling
James Berry <[EMAIL PROTECTED]> on Thursday, April 5, 2007 at 9:52 AM -0800 wrote: >Sorry, we've been waiting to put up a 1.4 release announcement until >the dmg's were built, which finished last night. I'll be posting a >new announcement this morning. > >Yes, 1.4.0 is final. > I just updated t

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Bob Nielsen
Which rsync servers should we be using, rsync.macports.org or rsync.darwinports.org (or are they mirrored)? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread James Berry
Hi Dan, Sorry, we've been waiting to put up a 1.4 release announcement until the dmg's were built, which finished last night. I'll be posting a new announcement this morning. Yes, 1.4.0 is final. Sorry about the other pages: you may have found darwinports.com, which is run by a third par

Re: GTKwave instalation failed

2007-04-05 Thread Mark Duling
"Johnny Wang" <[EMAIL PROTECTED]> on Thursday, April 5, 2007 at 5:18 AM -0800 wrote: >I tried installing GTKwave using the command port -v install gtkwave, >it worked before but now it seems to fail at the last step. Apparently >the GTKwave has a version update recently and it's now v3.0.24, so >Ma

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Kevin Walzer
Dan Delaney wrote: Hi all. I've decided to use MacPorts for my Intel-based MacBook, but the web pages seem a bit confusing. First, the DarwinPorts page looks as if it's still active. The only mention of the switch to MacPorts is in a news entry. And even in that there's no link to the new websit

Re: Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Jaroslav Hron
Hi - to increase the confusion level... Why is my port instalation saying: port version Version: 1.500 Am I living on some bleeding edge developement version without knowing it? My settings in port.conf: # Rsync server to use rsync_serverrsync.macports.org # Rsync directory from

Please clear up DarwinPort/MacPorts confusion

2007-04-05 Thread Dan Delaney
Hi all. I've decided to use MacPorts for my Intel-based MacBook, but the web pages seem a bit confusing. First, the DarwinPorts page looks as if it's still active. The only mention of the switch to MacPorts is in a news entry. And even in that there's no link to the new website. The rest of the Da

Repair Database

2007-04-05 Thread Christian Voelker
Hello, I think this is a rather common issue but I could not find the answer myself. My receipts database is crashed due to canceling a "port -f upgrade outdated" inadvertently. I found a nice script in trac that seems to deal with this situation - it is called repairfilemap.tcl, but unhappily i

GTKwave instalation failed

2007-04-05 Thread Johnny Wang
Dear all, I tried installing GTKwave using the command port -v install gtkwave, it worked before but now it seems to fail at the last step. Apparently the GTKwave has a version update recently and it's now v3.0.24, so Macports has trouble downloading the version 3.0.22 file. My solution is to use

Re: Apparent guile problem in upgrade of gnucash?

2007-04-05 Thread Marc André Selig
On 05.04.2007, at 03:15, Frank Mcpherson wrote: I noticed this problem as well. I took a look at the Portfile and noticed that guile16 was recently changed to be the default variant for Gnucash. That's why it's trying to install guile16, slib- guile16, and g-wrap16 even though you (and I as

Re: Newb

2007-04-05 Thread Ryan Schmidt
Welcome to MacPorts! On Apr 4, 2007, at 12:37, Mark Duling wrote: "Ron Green" on Wednesday, April 4, 2007 at 10:35 AM -0800 wrote: Can someone please explain to me how to install MacPORTS. I keep seeing a reference to a binary installer but I don't see anything that looks like an installer.