I also tried to compile boost and it failed. Then I used the clean command, compiled again and everything went fine the second time. It seems that the Makefile is corrupted the first time.
aa On Thu, 2008-03-20 at 23:43 -0700, [EMAIL PROTECTED] wrote: > Send macports-users mailing list submissions to > macports-users@lists.macosforge.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of macports-users digest..." > > > Today's Topics: > > 1. Re: GCC compilation time (Thomas Condon) > 2. Re: Boost install failure: seems like makefile configure > (Ryan Schmidt) > 3. Re: gcc43 Released? (Ryan Schmidt) > 4. Re: gtk2 compilation failed (Ryan Schmidt) > 5. Re: GCC compilation time (Ryan Schmidt) > 6. Re: deactivated port issue (Ryan Schmidt) > 7. Re: Boost install failure: seems like makefile configure > (Ryan Schmidt) > 8. Difficulties installing Gnumeric (Hypo Crite) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 20 Mar 2008 22:43:52 -0700 > From: Thomas Condon <[EMAIL PROTECTED]> > Subject: Re: GCC compilation time > To: macports-users@lists.macosforge.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > paul beard wrote: > > On Thu, Mar 20, 2008 at 5:47 PM, James Sumners <[EMAIL PROTECTED]> > > wrote: > > > >> GCC can take a _long_ time to compile. > >> > > > > Um, yeah. The first I ever tried to build a new gcc, it took me several > > *days*. But that was a long time ago and a hardware platform far far away > > (you kids ever use a SPARCstation 20?). > > Yes, but I think that came around *after* the PDP 11s, the Varian 620i > and the EAI 8400 (full flight simulation of 747 w/Space Shuttle > piggyback in 48K of *core*)! [Not to mention the Burroughs B-5500 from > college. And I don't even remember the numbers of the patch-cord > computers.] > > > In A Chord, > > Tom Condon > Bass, Agate Passage Quartet > Bass & Proud Member, Kitsap Chordsmen > Dir. Music Education, Evergreen District, BHS > > > ------------------------------ > > Message: 2 > Date: Fri, 21 Mar 2008 00:43:47 -0500 > From: Ryan Schmidt <[EMAIL PROTECTED]> > Subject: Re: Boost install failure: seems like makefile configure > To: Daniel Lord <[EMAIL PROTECTED]> > Cc: macports-users@lists.macosforge.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > On Mar 21, 2008, at 00:30, Daniel Lord wrote: > > > My env: Macbook Pro Leopard 10.5.1 with dev tools > > > > Here is the transcript of the install attempt: > > > > $sudo port -v install boost > > ---> Building boost with target all > > Makefile:2: *** missing separator. Stop. > > Error: Target org.macports.build returned: shell command " cd > > "/opt/local/var/macports/build/ > > _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel > > _boost/work/boost_1_34_1" > > && gmake all " returned error 2 > > Command output: Makefile:2: *** missing separator. Stop. > > > > Warning: the following items did not execute (for boost): > > org.macports.activate org.macports.build org.macports.destroot > > org.macports.install > > Error: Status 1 encountered during processing. > > This problem has already been reported: > > http://trac.macosforge.org/projects/macports/ticket/13714 > > Please read through the discussion there. > > > > ------------------------------ > > Message: 3 > Date: Fri, 21 Mar 2008 00:47:12 -0500 > From: Ryan Schmidt <[EMAIL PROTECTED]> > Subject: Re: gcc43 Released? > To: Michael Franz <[EMAIL PROTECTED]> > Cc: Macports-users <macports-users@lists.macosforge.org> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > > On Mar 20, 2008, at 23:02, Michael Franz wrote: > > > I see that java and fortran are in the default configuration, does > > that mean that gcc 4.3 has been released? > > http://gcc.gnu.org/ says that gcc 4.3 was released on 2008-03-05. > > > It seems that the error that I had before and others have found > > that the 64 bit version creates bad binaries that cause problems > > for the 64 bit ld. Below is the error: > > name /opt/local/lib/gcc43/x86_64/libgcj.9.dylib - > > compatibility_version 10 -current_version 10.0 > > /usr/bin/ld: fatal error in /usr/bin/ld64 > > collect2: ld returned 1 exit status > > make[5]: *** [libgcj.la] Error 1 > > make[4]: *** [all-recursive] Error 1 > > make[3]: *** [multi-do] Error 1 > > make[2]: *** [all-multi] Error 2 > > make[1]: *** [all-target-libjava] Error 2 > > make: *** [all] Error 2 > > > > I found another link that discusses a similar issue with 4.2 http:// > > gcc.gnu.org/ml/gcc-help/2007-06/msg00025.html . > > > > I am building on Tiger (10.4.11) with Xcode 2.5 > > > > ------------------------------ > > Message: 4 > Date: Fri, 21 Mar 2008 00:49:07 -0500 > From: Ryan Schmidt <[EMAIL PROTECTED]> > Subject: Re: gtk2 compilation failed > To: paul beard <[EMAIL PROTECTED]> > Cc: macports-users@lists.macosforge.org, Alejandro Aragon > <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > On Mar 20, 2008, at 23:22, paul beard wrote: > > > On Thu, Mar 20, 2008 at 6:50 PM, Alejandro Aragon wrote: > > > >> I was trying to build pidgin, and when compiling gtk2 I had the > >> following error: > >> > >> i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libXrandr.2.0.0.dylib: No > >> such file or directory > >> make[4]: *** [libgdk-x11-2.0.la] Error 1 > >> > >> I'm new to Mac OS so I was wondering why this library is not > >> there. Is > >> there an easy way to fix this? > > > > > > You installed the X11 SDK when you installed XCode? And have the > > latest X11 installed? > > > > [/Users/paul]:: locate libXrandr > > /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/libXrandr.2.0.dylib > > /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/libXrandr.2.dylib > > /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/libXrandr.a > > /Developer/SDKs/MacOSX10.3.9.sdk/usr/X11R6/lib/libXrandr.dylib > > /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libXrandr.2.0.dylib > > /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libXrandr.2.dylib > > /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libXrandr.a > > /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libXrandr.dylib > > /usr/X11R6/lib/libXrandr.2.0.dylib > > /usr/X11R6/lib/libXrandr.2.dylib > > /usr/X11R6/lib/libXrandr.a > > /usr/X11R6/lib/libXrandr.dylib > > Paul, a) you appear to be on 10.4 and the OP is on 10.5 (note > "darwin9" in the compiler name); b) you don't have libXrandr. > 2.0.0.dylib either (though you have libXrandr.2.0.dylib and libXrandr. > 2.dylib). > > > > ------------------------------ > > Message: 5 > Date: Fri, 21 Mar 2008 00:50:39 -0500 > From: Ryan Schmidt <[EMAIL PROTECTED]> > Subject: Re: GCC compilation time > To: Alejandro Arag?n <[EMAIL PROTECTED]> > Cc: macports-users@lists.macosforge.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed > > On Mar 20, 2008, at 19:45, Alejandro Arag?n wrote: > > > I just wanted to know how much time it takes to GCC43 to compile. > > I've been doing this for more than an hour, and it seems that it's > > never going to end. I'm on a MacBook Pro, Santa Rosa generation. > > Thank you all, > > On a PowerBook G4 1.5 GHz, it took around six hours to compile gcc > 4.something. On a MacBook Pro 2.2 GHz (Santa Rosa), it took between > one and two hours. > > > > ------------------------------ > > Message: 6 > Date: Fri, 21 Mar 2008 01:15:20 -0500 > From: Ryan Schmidt <[EMAIL PROTECTED]> > Subject: Re: deactivated port issue > To: Rainer M?ller <[EMAIL PROTECTED]> > Cc: Users MacPorts <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed > > On Mar 20, 2008, at 18:33, Rainer M?ller wrote: > > > Mark Wilden wrote: > > > >> Let it be said, however, that not everyone agrees. When I've read all > >> the other messages already, I don't like having to scroll. > > > > So only quote the relevant part you are referring to - as I do here. > > > > A: Because it messes up the order in which people normally read text. > > Q: Why is top-posting such a bad thing? > > A: Top-posting. > > Q: What is the most annoying thing in e-mail? > > > > Very helpful: http://en.wikipedia.org/wiki/Posting_style > > We need an official document on mailing list etiquette on the > MacPorts site. We currently only provide a link to an external > document [1] but that document does not mention quoting. We need > something like what the Subversion project has [2]. I am still > strongly in favor of bottom-posting, or rather, interleaved posting. > > [1] http://www.macports.org/contact.php#Lists says "Members are > expected to abide by the very simple Netiquette guidelines" and links > to http://www.dtcc.edu/cs/rfc1855.html > > [2] http://subversion.tigris.org/mailing-list-guidelines.html > > > > > ------------------------------ > > Message: 7 > Date: Fri, 21 Mar 2008 01:17:57 -0500 > From: Ryan Schmidt <[EMAIL PROTECTED]> > Subject: Re: Boost install failure: seems like makefile configure > To: Daniel Lord <[EMAIL PROTECTED]> > Cc: Users MacPorts <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > On Mar 21, 2008, at 01:03, Daniel Lord wrote: > > > On 3/20/08, Ryan Schmidt wrote: > > > >> On Mar 21, 2008, at 00:30, Daniel Lord wrote: > >> > >> > My env: Macbook Pro Leopard 10.5.1 with dev tools > >> > > >> > Here is the transcript of the install attempt: > >> > > >> > $sudo port -v install boost > >> > ---> Building boost with target all > >> > Makefile:2: *** missing separator. Stop. > >> > Error: Target org.macports.build returned: shell command " cd > >> > "/opt/local/var/macports/build/ > >> > > >> _opt_local_var_macports_sources_rsync.macports.org_release_ports_deve > >> l > >> > _boost/work/boost_1_34_1" > >> > && gmake all " returned error 2 > >> > Command output: Makefile:2: *** missing separator. Stop. > >> > > >> > Warning: the following items did not execute (for boost): > >> > org.macports.activate org.macports.build org.macports.destroot > >> > org.macports.install > >> > Error: Status 1 encountered during processing. > >> > >> This problem has already been reported: > >> > >> http://trac.macosforge.org/projects/macports/ticket/13714 > >> > >> Please read through the discussion there. > > > > Sure, but strangely, the second attempt is building !?!?!?! > > I did nothing, just started the 'port instal'l again and now it > > sailed through ( though still not complete as I write this). > > I have to wonder if the Macport doesn't take into account all > > states the build might encounter and that there is some race > > condition in prequisites. A race condition that goes away after one > > install attempt because a file or directory was made before bailing > > whose absebce caused teh bail out...or something...I don't have a > > clue. All I know is it is strange. > > I couldn't say. > > Don't forget to reply to the list too, not just to me, for the > benefit of anyone else reading this thread. > > > > ------------------------------ > > Message: 8 > Date: Fri, 21 Mar 2008 17:43:41 +1100 > From: Hypo Crite <[EMAIL PROTECTED]> > Subject: Difficulties installing Gnumeric > To: macports-users@lists.macosforge.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Hi, > > I'm currently experiencing difficulties installing Gnumeric. I > installed XCode and macports, then ran "sudo port install gnumeric" > from the terminal. > > I got the attached error message when the installer got up to python. > I am using Mac Mini 1.25GHz PPC running OSX 10.4.11. > > I may have brought this down on myself with my install of XCode. Due > to low bandwidth, I didn't download the newer version of XCode, but > rather the bundled version (2.0) with my Tiger install disk. > > In addition, due to low disk space, I only installed what (I thought) > was the minimum I needed from XCode. This was: > * Developer Tools Software > * gcc 4.0 > * Mac OS X SDK > * BSD SDK > * X11 SDK > I installed only these after viewing numerous different sites and > cobbling together what I thought was necessary. > > Does anyone have any hints? > > Thanks in advance, > Pete. > > > <<<<<Error message attached:>>>>> > > ---> Fetching python25 > ---> Attempting to fetch Python-2.5.2.tar.bz2 from http:// > www.python.org//ftp/python/2.5.2/ > ---> Verifying checksum(s) for python25 > ---> Extracting python25 > ---> Applying patches to python25 > ---> Configuring python25 > ---> Building python25 with target all > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_py > thon25/work/Python-2.5.2" && make all " returned error 2 > Command output: Python/mactoolboxglue.c:425: error: 'cobj' undeclared > (first use in this function) > Python/mactoolboxglue.c: At top level: > Python/mactoolboxglue.c:428: warning: parameter names (without types) > in function declaration > Python/mactoolboxglue.c:428: error: parse error before "cobj" > Python/mactoolboxglue.c:428: warning: function declaration isn't a > prototype > Python/mactoolboxglue.c: In function 'UserDataObj_New': > Python/mactoolboxglue.c:428: error: 'cobj' undeclared (first use in > this function) > Python/mactoolboxglue.c: At top level: > Python/mactoolboxglue.c:429: error: parse error before "UserData" > Python/mactoolboxglue.c:429: warning: function declaration isn't a > prototype > Python/mactoolboxglue.c:429: error: parse error before "UserData" > Python/mactoolboxglue.c:429: warning: function declaration isn't a > prototype > Python/mactoolboxglue.c: In function 'UserDataObj_Convert': > Python/mactoolboxglue.c:429: error: 'pyobj' undeclared (first use in > this function) > Python/mactoolboxglue.c:429: error: 'cobj' undeclared (first use in > this function) > Python/mactoolboxglue.c: At top level: > Python/mactoolboxglue.c:430: warning: parameter names (without types) > in function declaration > Python/mactoolboxglue.c:430: error: parse error before "cobj" > Python/mactoolboxglue.c:430: warning: function declaration isn't a > prototype > Python/mactoolboxglue.c: In function 'MediaObj_New': > Python/mactoolboxglue.c:430: error: 'cobj' undeclared (first use in > this function) > Python/mactoolboxglue.c: At top level: > Python/mactoolboxglue.c:431: error: parse error before "Media" > Python/mactoolboxglue.c:431: warning: function declaration isn't a > prototype > Python/mactoolboxglue.c:431: error: parse error before "Media" > Python/mactoolboxglue.c:431: warning: function declaration isn't a > prototype > Python/mactoolboxglue.c: In function 'MediaObj_Convert': > Python/mactoolboxglue.c:431: error: 'pyobj' undeclared (first use in > this function) > Python/mactoolboxglue.c:431: error: 'cobj' undeclared (first use in > this function) > make: *** [Python/mactoolboxglue.o] Error 1 > > Error: The following dependencies failed to build: gnome-doc-utils > iso-codes py25-hashlib python25 p5-xml-parser perl5.8 py25-gobject > py25-libxml2 py25-numeric scrollkeeper goffice libgnomeprintui gnome- > icon-theme icon-naming-utils p5-getopt-long p5-pathtools p5-xml- > simple p5-xml-namespacesupport p5-xml-sax gtk2 atk cairo fontconfig > freetype libpng render xrender gtk-doc jpeg pango Xft2 xorg-xproto > xorg-util-macros shared-mime-info tiff libgnomecanvas gail intltool > gnome-common libart_lgpl libglade2 libgnomeprint bison m4 > libgnomecups popt libgsf gnome-vfs desktop-file-utils gconf orbit2 > libidl gnome-mime-data libbonobo pcre py25-gtk py25-cairo py25-numpy > fftw-3 g95 odcctools subversion apr apr-util db44 sqlite3 gawk gmake > readline neon > Error: Status 1 encountered during processing. > > > ------------------------------ > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > > End of macports-users Digest, Vol 19, Issue 50 > ********************************************** _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users