From bdesgraupes at orange.fr Sat Sep 1 05:34:06 2007 From: bdesgraupes at orange.fr (Bernard Desgraupes) Date: Tue Oct 9 16:43:32 2007 Subject: Getting "tcl wasn't compiled with threads enabled" error Message-ID: <46D95C3E.7070909@orange.fr> I'm having a problem trying to selfupdate MacPorts on my machine: the configure script stops on the following checking for Tcl configuration... found /usr/local/lib/tclConfig.sh checking for existence of /usr/local/lib/tclConfig.sh... loading checking for Tcl public headers... /usr/local/include checking for tclsh... /usr/bin/tclsh checking for Tcl package directory... /Library/Tcl checking whether tclsh was compiled with threads... no configure: error: tcl wasn't compiled with threads enabled I currently have MacPorts 1.5.0 installed from the .dmg archive. My version of tclsh was 8.4.10 in /usr/bin and probably indeed it was not compiled with threads. So I installed the MacPorts version of Tcl (sudo port install tcl) thinking that this one would be compiled with threads enabled. This installed version 8.4.15 in /opt/local/bin. Then trying again to "port -selfupdate" Same error and still the configure script finds tclsh in /usr/bin checking for tclsh... /usr/bin/tclsh So I changed the /usr/bin/tclsh symlink so that it points to the newly compiled tclsh: lrwxr-xr-x 1 root wheel 20 Sep 1 14:12 /usr/bin/tclsh -> /opt/local/bin/tclsh Still I get the same error from the MacPorts configure script. How can I get out of this ? How do I do to have tclsh compiled with threads enabled? Apparently even with the MacPorts version it is not. I found the following line in /opt/local/lib/tclConfig.sh: # Flag, 1: we built Tcl with threads enables, 0 we didn't TCL_THREADS=0 And why is the MacPorts configure script looking for the wrong Tcl. It is loading /usr/local/lib/tclConfig.sh. TIA Bernard From tabithamc at gmail.com Sat Sep 1 07:31:14 2007 From: tabithamc at gmail.com (Tabitha McNerney) Date: Tue Oct 9 16:43:33 2007 Subject: Tripwire fails to install In-Reply-To: References: Message-ID: <7fccb3000709010731i749f9ca1k62b19fa07eafdf3d@mail.gmail.com> Hi, This is an older thread but I am possibly interested in the open source version of Tripwire. I am wondering if anyone has experience with Tripwire on Mac OS X systems and if so, has anyone used Tripwire to monitor, for example, tens of thousands of file system resources (files, directories, sym links)? Thank you, -T.M. On 7/3/07, Tobias Weisserth wrote: > > Hi everybody, > > I'm running the latest MacPorts on a PPC G4 PowerBook with Max OS X > 10.4.10. > > When running > > sudo port selfupdate > sudo port install tripwire > > I get errors after tripwire finishes building and tries to run the > install.sh shell script: > > ---> Fetching tripwire > ---> Verifying checksum(s) for tripwire > ---> Extracting tripwire > ---> Applying patches to tripwire > ---> Configuring tripwire > ---> Building tripwire with target all > ---> Staging tripwire into destroot > Error: Target com.apple.destroot returned: shell command " cd "/opt/ > local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp > orts_security_tripwire/work/tripwire-2.3.1-2" && make install > DESTDIR=/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp > orts_security_tripwire/work/destroot " returned error 2 > Command output: /usr/bin/install -c twadmin /opt/local/var/db/ > dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp > orts_security_tripwire/work/destroot/opt/local/sbin/twadmin > make[3]: Nothing to be done for `install-data-am'. > Making install in siggen > /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp > orts_security_tripwire/work/destroot/opt/local/sbin > /usr/bin/install -c siggen /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp > orts_security_tripwire/work/destroot/opt/local/sbin/siggen > make[3]: Nothing to be done for `install-data-am'. > Making install in tripwire > /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp > orts_security_tripwire/work/destroot/opt/local/sbin > /usr/bin/install -c tripwire /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp > orts_security_tripwire/work/destroot/opt/local/sbin/tripwire > make[3]: Nothing to be done for `install-data-am'. > make[3]: Nothing to be done for `install-exec-am'. > make[3]: Nothing to be done for `install-data-am'. > make[2]: Nothing to be done for `install-exec-am'. > make install-data-hook > prefix="/opt/local" sysconfdir="/opt/local/etc/tripwire" \ > path_to_vi="/usr/bin/vi" path_to_sendmail="/usr/sbin/ > sendmail" \ > ./install/install.sh > > Installer program for: > Tripwire(R) 2.3 Open Source > > Copyright (C) 1998-2000 Tripwire (R) Security Systems, Inc. Tripwire > (R) > is a registered trademark of the Purdue Research Foundation and is > licensed exclusively to Tripwire (R) Security Systems, Inc. > > Say 'sh install.sh', not 'sh < install.sh' > make[3]: *** [install-data-hook] Error 1 > make[2]: *** [install-data-am] Error 2 > make[1]: *** [install-am] Error 2 > make: *** [install-recursive] Error 1 > > Error: Status 1 encountered during processing. > > What's wrong? > > thanks for any hints, > > Tobias W. > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070901/f885ec2d/attachment.html From tobias.weisserth at gmail.com Sat Sep 1 07:48:05 2007 From: tobias.weisserth at gmail.com (Tobias Weisserth) Date: Tue Oct 9 16:43:33 2007 Subject: Tripwire fails to install In-Reply-To: <7fccb3000709010731i749f9ca1k62b19fa07eafdf3d@mail.gmail.com> References: <7fccb3000709010731i749f9ca1k62b19fa07eafdf3d@mail.gmail.com> Message-ID: Hi there, the Tripwire port is broken and seemingly no longer maintained (as are a lot of macports :-( ). But the current stable version of Tripwire compiles on Mac OS X 10.4.10 PPC without any issue. Contact me privately if you need help. regards, Tobias Weisserth On Sep 1, 2007, at 9:31 AM, Tabitha McNerney wrote: > Hi, > > This is an older thread but I am possibly interested in the open > source version of Tripwire. I am wondering if anyone has experience > with Tripwire on Mac OS X systems and if so, has anyone used > Tripwire to monitor, for example, tens of thousands of file system > resources (files, directories, sym links)? > > Thank you, > > -T.M. > > On 7/3/07, Tobias Weisserth wrote: Hi > everybody, > > I'm running the latest MacPorts on a PPC G4 PowerBook with Max OS X > 10.4.10. > > When running > > sudo port selfupdate > sudo port install tripwire > > I get errors after tripwire finishes building and tries to run the > install.sh shell script: > > ---> Fetching tripwire > ---> Verifying checksum(s) for tripwire > ---> Extracting tripwire > ---> Applying patches to tripwire > ---> Configuring tripwire > ---> Building tripwire with target all > ---> Staging tripwire into destroot > Error: Target com.apple.destroot returned: shell command " cd "/opt/ > local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dp > orts_security_tripwire/work/tripwire- 2.3.1-2" && make install > DESTDIR=/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dp > orts_security_tripwire/work/destroot " returned error 2 > Command output: /usr/bin/install -c twadmin /opt/local/var/db/ > dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dp > orts_security_tripwire/work/destroot/opt/local/sbin/twadmin > make[3]: Nothing to be done for `install-data-am'. > Making install in siggen > /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dp > orts_security_tripwire/work/destroot/opt/local/sbin > /usr/bin/install -c siggen /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dp > orts_security_tripwire/work/destroot/opt/local/sbin/siggen > make[3]: Nothing to be done for `install-data-am'. > Making install in tripwire > /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dp > orts_security_tripwire/work/destroot/opt/local/sbin > /usr/bin/install -c tripwire /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dp > orts_security_tripwire/work/destroot/opt/local/sbin/tripwire > make[3]: Nothing to be done for `install-data-am'. > make[3]: Nothing to be done for `install-exec-am'. > make[3]: Nothing to be done for `install-data-am'. > make[2]: Nothing to be done for `install-exec-am'. > make install-data-hook > prefix="/opt/local" sysconfdir="/opt/local/etc/tripwire" \ > path_to_vi="/usr/bin/vi" path_to_sendmail="/usr/sbin/ > sendmail" \ > ./install/install.sh > > Installer program for: > Tripwire(R) 2.3 Open Source > > Copyright (C) 1998-2000 Tripwire (R) Security Systems, Inc. Tripwire > (R) > is a registered trademark of the Purdue Research Foundation and is > licensed exclusively to Tripwire (R) Security Systems, Inc. > > Say 'sh install.sh', not 'sh < install.sh' > make[3]: *** [install-data-hook] Error 1 > make[2]: *** [install-data-am] Error 2 > make[1]: *** [install-am] Error 2 > make: *** [install-recursive] Error 1 > > Error: Status 1 encountered during processing. > > What's wrong? > > thanks for any hints, > > Tobias W. > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > From bdesgraupes at orange.fr Sat Sep 1 10:00:26 2007 From: bdesgraupes at orange.fr (Bernard Desgraupes) Date: Tue Oct 9 16:43:33 2007 Subject: Getting "tcl wasn't compiled with threads enabled" error In-Reply-To: <46D95C3E.7070909@orange.fr> References: <46D95C3E.7070909@orange.fr> Message-ID: <46D99AAA.3000100@orange.fr> OK, I've solved my problem: I edited the Portfile and added manually --enable-threads to the [configure.args] proc arguments and rebuilt tcl from scratch. Then I fiddled with sym links to make sure that the tclsh in /usr/bin points to /opt/local/bin/tclsh and similarly with the tclConfig.sh file. After that, the selfupdate configuration went fine. I'm still wondering why the --enable-threads configure argument is not present by default (or at least via a variant) if it is needed by something as basic as "port selfupdate". I'm probably missing something. Any insight is very welcome. Bernard PS It would be nice if there were a Tcl folder in /opt/local/var/macports/sources/rsync.macports.org/release/ports (just like Python, Ruby, etc) in order to add Portfiles for various Tcl compiled extensions. I suppose I'd have to make a feature request for this somewhere. I wrote: > I'm having a problem trying to selfupdate MacPorts on my machine: the > configure script stops on the following > > > checking for Tcl configuration... found /usr/local/lib/tclConfig.sh > checking for existence of /usr/local/lib/tclConfig.sh... loading > checking for Tcl public headers... /usr/local/include > checking for tclsh... /usr/bin/tclsh > checking for Tcl package directory... /Library/Tcl > checking whether tclsh was compiled with threads... no > configure: error: tcl wasn't compiled with threads enabled > > > I currently have MacPorts 1.5.0 installed from the .dmg archive. > > My version of tclsh was 8.4.10 in /usr/bin and probably indeed it was > not compiled with threads. > > So I installed the MacPorts version of Tcl (sudo port install tcl) > thinking that this one would be compiled with threads enabled. This > installed version 8.4.15 in /opt/local/bin. > > Then trying again to "port -selfupdate" > > Same error and still the configure script finds tclsh in /usr/bin > checking for tclsh... /usr/bin/tclsh > > So I changed the /usr/bin/tclsh symlink so that it points to the newly > compiled tclsh: > lrwxr-xr-x 1 root wheel 20 Sep 1 14:12 /usr/bin/tclsh -> > /opt/local/bin/tclsh > > > Still I get the same error from the MacPorts configure script. > > How can I get out of this ? > How do I do to have tclsh compiled with threads enabled? Apparently > even with the MacPorts version it is not. I found the following line > in /opt/local/lib/tclConfig.sh: > # Flag, 1: we built Tcl with threads enables, 0 we didn't > TCL_THREADS=0 > > And why is the MacPorts configure script looking for the wrong Tcl. It > is loading /usr/local/lib/tclConfig.sh. > > TIA > > Bernard > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > > From markd at macports.org Sat Sep 1 11:12:55 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:33 2007 Subject: Tripwire fails to install In-Reply-To: References: Message-ID: Tobias Weisserth writes: >the Tripwire port is broken and seemingly no longer maintained (as >are a lot of macports :-( ). Show me a collection of thousands of ports on any platform, and I'll show you a lot of broken ones. ;) > But the current stable version of >Tripwire compiles on Mac OS X 10.4.10 PPC without any issue. > >Contact me privately if you need help. I've tried to fix this port in the past, but I think there were problems with it. If 2.4.1.2 installs cleanly, then updating the port should be very simple. Please send me exactly the steps you use to install tripwire manually on OS X (ports just mimic manual instal steps), and I'll update the port. Also, include any configuration steps you use to get it running (even if it is read file INSTALL) since we don't like to leave people clueless after the instal. Mark From ryandesign at macports.org Sat Sep 1 13:15:53 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: Tripwire fails to install In-Reply-To: References: Message-ID: On Sep 1, 2007, at 13:12, markd wrote: > Tobias Weisserth writes: > >> the Tripwire port is broken and seemingly no longer maintained (as >> are a lot of macports :-( ). > > Show me a collection of thousands of ports on any platform, and > I'll show > you a lot of broken ones. ;) > >> But the current stable version of >> Tripwire compiles on Mac OS X 10.4.10 PPC without any issue. >> >> Contact me privately if you need help. > > I've tried to fix this port in the past, but I think there were > problems > with it. If 2.4.1.2 installs cleanly, then updating the port > should be > very simple. Please send me exactly the steps you use to install > tripwire > manually on OS X (ports just mimic manual instal steps), and I'll > update > the port. Also, include any configuration steps you use to get it > running > (even if it is read file INSTALL) since we don't like to leave people > clueless after the instal. FYI: There is a ticket that should be closed once tripwire is updated: http://trac.macosforge.org/projects/macports/ticket/12446 From ryandesign at macports.org Sat Sep 1 13:18:31 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: Getting "tcl wasn't compiled with threads enabled" error In-Reply-To: <46D99AAA.3000100@orange.fr> References: <46D95C3E.7070909@orange.fr> <46D99AAA.3000100@orange.fr> Message-ID: On Sep 1, 2007, at 12:00, Bernard Desgraupes wrote: > I wrote: > >> I'm having a problem trying to selfupdate MacPorts on my machine: >> the configure script stops on the following >> >> >> checking for Tcl configuration... found /usr/local/lib/tclConfig.sh >> checking for existence of /usr/local/lib/tclConfig.sh... loading >> checking for Tcl public headers... /usr/local/include >> checking for tclsh... /usr/bin/tclsh >> checking for Tcl package directory... /Library/Tcl >> checking whether tclsh was compiled with threads... no >> configure: error: tcl wasn't compiled with threads enabled >> >> >> I currently have MacPorts 1.5.0 installed from the .dmg archive. >> >> My version of tclsh was 8.4.10 in /usr/bin and probably indeed it >> was not compiled with threads. >> >> So I installed the MacPorts version of Tcl (sudo port install tcl) >> thinking that this one would be compiled with threads enabled. >> This installed version 8.4.15 in /opt/local/bin. >> >> Then trying again to "port -selfupdate" >> >> Same error and still the configure script finds tclsh in /usr/bin >> checking for tclsh... /usr/bin/tclsh >> >> So I changed the /usr/bin/tclsh symlink so that it points to the >> newly compiled tclsh: >> lrwxr-xr-x 1 root wheel 20 Sep 1 14:12 /usr/bin/tclsh -> /opt/ >> local/bin/tclsh >> >> >> Still I get the same error from the MacPorts configure script. >> >> How can I get out of this ? >> How do I do to have tclsh compiled with threads enabled? >> Apparently even with the MacPorts version it is not. I found the >> following line in /opt/local/lib/tclConfig.sh: >> # Flag, 1: we built Tcl with threads enables, 0 we didn't >> TCL_THREADS=0 >> >> And why is the MacPorts configure script looking for the wrong >> Tcl. It is loading /usr/local/lib/tclConfig.sh. > > OK, I've solved my problem: I edited the Portfile and added > manually --enable-threads to the [configure.args] proc arguments > and rebuilt tcl from scratch. Then I fiddled with sym links to make > sure that the tclsh in /usr/bin points to /opt/local/bin/tclsh and > similarly with the tclConfig.sh file. > > After that, the selfupdate configuration went fine. > > I'm still wondering why the --enable-threads configure argument is > not present by default (or at least via a variant) if it is needed > by something as basic as "port selfupdate". > I'm probably missing something. > > Any insight is very welcome. > > Bernard > > > PS It would be nice if there were a Tcl folder in /opt/local/var/ > macports/sources/rsync.macports.org/release/ports (just like > Python, Ruby, etc) in order to add Portfiles for various Tcl > compiled extensions. I suppose I'd have to make a feature request > for this somewhere. It sounds like a rogue Tcl in /usr/local was interfering. I recommend you remove it, and anything else you have directly in /usr/local. It will likely interfere with other MacPorts ports. I recommend you install any software you need by using MacPorts. If ports do not exist for software you want, they can probably be created. From evan.ward at gmail.com Sat Sep 1 19:11:08 2007 From: evan.ward at gmail.com (Evan Ward) Date: Tue Oct 9 16:43:33 2007 Subject: GCC 4.x fails to build Message-ID: I'm trying to install a non-Apple version of GCC because a program I'm trying to install uses nested functions, and the version of GCC Apple ships has compiling nested functions disabled. The following is the output from version 4.3, but I get pretty much the same error from versions 4.2, 4.1, and 4.0. Has anyone had success compiling GCC? Do I need to do anything special? Thanks, Evan claptop:~ evan$ sudo port install gcc43 Password: ---> Fetching gcc43 ---> Attempting to fetch gcc-core-4.3-20070831.tar.bz2 from ftp://ftp.gwdg.de/pub/linux/gcc/snapshots/4.3-20070831/ ---> Attempting to fetch gcc-fortran-4.3-20070831.tar.bz2 from ftp://ftp.gwdg.de/pub/linux/gcc/snapshots/4.3-20070831/ ---> Attempting to fetch gcc-g++-4.3-20070831.tar.bz2 from ftp://ftp.gwdg.de/pub/linux/gcc/snapshots/4.3-20070831/ ---> Attempting to fetch gcc-java-4.3-20070831.tar.bz2 from ftp://ftp.gwdg.de/pub/linux/gcc/snapshots/4.3-20070831/ ---> Attempting to fetch gcc-objc-4.3-20070831.tar.bz2 from ftp://ftp.gwdg.de/pub/linux/gcc/snapshots/4.3-20070831/ ---> Verifying checksum(s) for gcc43 ---> Extracting gcc43 ---> Configuring gcc43 ---> Building gcc43 with target bootstrap 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_gcc43/work/build" && make bootstrap -j 8 " returned error 2 Command output: config.status: executing default commands Adding multilib support to Makefile in ../../../gcc-4.3-20070831/libgcc multidirs=x86_64 with_multisubdir= Running configure in multilib subdirs x86_64 pwd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/i386-apple-darwin8.10.1/libgcc Running configure in multilib subdir x86_64 pwd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/i386-apple-darwin8.10.1 mkdir x86_64 configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking build system type... i386-apple-darwin8.10.1 checking host system type... i386-apple-darwin8.10.1 checking for i386-apple-darwin8.10.1-ar... ar checking for i386-apple-darwin8.10.1-lipo... lipo checking for i386-apple-darwin8.10.1-nm... /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/nm checking for i386-apple-darwin8.10.1-ranlib... ranlib -c checking for i386-apple-darwin8.10.1-strip... strip checking whether ln -s works... yes checking for i386-apple-darwin8.10.1-gcc... /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./gcc/ -B/opt/local/i386-apple-darwin8.10.1/bin/ -B/opt/local/i386-apple-darwin8.10.1/lib/ -isystem /opt/local/i386-apple-darwin8.10.1/include -isystem /opt/local/i386-apple-darwin8.10.1/sys-include -m64 checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Error 1 make[1]: *** [stage1-bubble] Error 2 make: *** [bootstrap] Error 2 Error: Status 1 encountered during processing. From bdesgraupes at orange.fr Sat Sep 1 23:24:11 2007 From: bdesgraupes at orange.fr (Bernard Desgraupes) Date: Tue Oct 9 16:43:33 2007 Subject: Getting "tcl wasn't compiled with threads enabled" error In-Reply-To: References: <46D95C3E.7070909@orange.fr> <46D99AAA.3000100@orange.fr> Message-ID: <46DA570B.3090509@orange.fr> Ryan Schmidt wrote: > On Sep 1, 2007, at 12:00, Bernard Desgraupes wrote: > >> >> OK, I've solved my problem: I edited the Portfile and added manually >> --enable-threads to the [configure.args] proc arguments and rebuilt >> tcl from scratch. Then I fiddled with sym links to make sure that >> the tclsh in /usr/bin points to /opt/local/bin/tclsh and similarly >> with the tclConfig.sh file. >> >> After that, the selfupdate configuration went fine. >> >> I'm still wondering why the --enable-threads configure argument is >> not present by default (or at least via a variant) if it is needed >> by something as basic as "port selfupdate". >> I'm probably missing something. >> > > > It sounds like a rogue Tcl in /usr/local was interfering. I recommend > you remove it, and anything else you have directly in /usr/local. It > will likely interfere with other MacPorts ports. I recommend you > install any software you need by using MacPorts. If ports do not > exist for software you want, they can probably be created. Ryan, thanks for the reply. Yes, I have aTcl in /usr/local but it seems that this is now the location ($prefix) where Tcl's Makefile installs. In the past the prefix was just /usr. Now the configure script says: if test "${prefix}" = "NONE"; then prefix=/usr/local fi I periodically rebuild my Tcl (and Tcl.framework too) from newly released sources or from CVS HEAD: so tclsh gets installed in /usr/local/bin. Never mind, now I'm aware of the issue, I think I can cope with it. Yet the original question still holds: why doesn't the Tcl Portfile have the --enable-threads argument if threads are required to be enabled when executing a "port selfupdate" ? cheers, Bernard > > > From ryandesign at macports.org Sat Sep 1 23:45:06 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: Getting "tcl wasn't compiled with threads enabled" error In-Reply-To: <46DA570B.3090509@orange.fr> References: <46D95C3E.7070909@orange.fr> <46D99AAA.3000100@orange.fr> <46DA570B.3090509@orange.fr> Message-ID: <2ED8A593-D450-4756-88F1-31D2C02DBB7E@macports.org> On Sep 2, 2007, at 01:24, Bernard Desgraupes wrote: > Ryan Schmidt wrote: > >> On Sep 1, 2007, at 12:00, Bernard Desgraupes wrote: >> >>> OK, I've solved my problem: I edited the Portfile and added >>> manually --enable-threads to the [configure.args] proc arguments >>> and rebuilt tcl from scratch. Then I fiddled with sym links to >>> make sure that the tclsh in /usr/bin points to /opt/local/bin/ >>> tclsh and similarly with the tclConfig.sh file. >>> >>> After that, the selfupdate configuration went fine. >>> >>> I'm still wondering why the --enable-threads configure argument >>> is not present by default (or at least via a variant) if it is >>> needed by something as basic as "port selfupdate". >>> I'm probably missing something. >> >> It sounds like a rogue Tcl in /usr/local was interfering. I >> recommend you remove it, and anything else you have directly in / >> usr/local. It will likely interfere with other MacPorts ports. I >> recommend you install any software you need by using MacPorts. If >> ports do not exist for software you want, they can probably be >> created. > > Yes, I have aTcl in /usr/local but it seems that this is now the > location ($prefix) where Tcl's Makefile installs. In the past the > prefix was just /usr. Now the configure script says: > if test "${prefix}" = "NONE"; then > prefix=/usr/local > fi > > I periodically rebuild my Tcl (and Tcl.framework too) from newly > released sources or from CVS HEAD: so tclsh gets installed in /usr/ > local/bin. Never mind, now I'm aware of the issue, I think I can > cope with it. > > Yet the original question still holds: why doesn't the Tcl Portfile > have the --enable-threads argument if threads are required to be > enabled when executing a "port selfupdate" ? Don't know, and there's no tcl maintainer whom we could ask. Does MacPorts even build itself against the MacPorts tcl if it's present? I thought it always used the system's tcl. Well, except obviously in your case it's using the /usr/local tcl but again that's only because gcc always looks there and we don't know how to turn it off. The first lines of /opt/local/bin/port are: #!/bin/sh #\ exec /usr/bin/tclsh "$0" "$@" So it seems the intention is to use the system's tcl, not MacPorts's tcl. We could of course add --enable-threads to the tcl port if that's desired. From bdesgraupes at orange.fr Sun Sep 2 02:48:21 2007 From: bdesgraupes at orange.fr (Bernard Desgraupes) Date: Tue Oct 9 16:43:33 2007 Subject: Getting "tcl wasn't compiled with threads enabled" error In-Reply-To: <2ED8A593-D450-4756-88F1-31D2C02DBB7E@macports.org> References: <46D95C3E.7070909@orange.fr> <46D99AAA.3000100@orange.fr> <46DA570B.3090509@orange.fr> <2ED8A593-D450-4756-88F1-31D2C02DBB7E@macports.org> Message-ID: <46DA86E5.7040505@orange.fr> Ryan Schmidt wrote: > On Sep 2, 2007, at 01:24, Bernard Desgraupes wrote: > >> Ryan Schmidt wrote: >> >> >> Yet the original question still holds: why doesn't the Tcl Portfile >> have the --enable-threads argument if threads are required to be >> enabled when executing a "port selfupdate" ? > > > Don't know, and there's no tcl maintainer whom we could ask. Does > MacPorts even build itself against the MacPorts tcl if it's present? > I thought it always used the system's tcl. Well, except obviously in > your case it's using the /usr/local tcl but again that's only because > gcc always looks there and we don't know how to turn it off. I understand. > > The first lines of /opt/local/bin/port are: > > #!/bin/sh > #\ > exec /usr/bin/tclsh "$0" "$@" > > So it seems the intention is to use the system's tcl, not MacPorts's > tcl. ...and this is why it all works just fine like this in the default case. This is because the system's Tcl _is_ compiled with threads enabled (see last line in /usr/lib/tclConfig.sh). I had messed up my installation because I had a freshly compiled Tcl which installed itself in usr/local/bin and was not compiled with threads enabled. > > We could of course add --enable-threads to the tcl port if that's > desired. > There could be a variant to turn this on. Anyway the current scheme is the best, there's no point relying on a MacPorts-built Tcl when the system's Tcl works just fine. Thanks for the clarification, Bernard > > > From jochen at fhi-berlin.mpg.de Sun Sep 2 04:00:59 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:43:33 2007 Subject: GCC 4.x fails to build In-Reply-To: References: Message-ID: <58F068EC-B7F4-4FC6-9F0F-180D54111678@fhi-berlin.mpg.de> On 02.09.2007, at 04:11, Evan Ward wrote: > Has anyone had success compiling GCC? Definitely many had success, icluding myself. I have installed GCC 4.2 using macports: > gcc-mp-4.2 -v Using built-in specs. Target: i386-apple-darwin8.10.1 Configured with: ../gcc-4.2.1/configure --prefix=/opt/local --enable- languages=c,c++,java,objc,obj-c++,fortran --libdir=/opt/local/lib/ gcc42 --includedir=/opt/local/include/gcc42 --infodir=/opt/local/ share/info --mandir=/opt/local/share/man --with-local-prefix=/opt/ local --with-system-zlib --disable-nls --disable-multilib --program- suffix=-mp-4.2 --with-gxx-include-dir=/opt/local/include/gcc42/c++/ -- with-gmp=/opt/local --with-mpfr=/opt/local Thread model: posix gcc version 4.2.1 Maybe you can rerun the install using sudo port -dv install gcc42 Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070902/d6d2a2f2/PGP.bin From e_wiemann at gmx.de Sun Sep 2 05:33:40 2007 From: e_wiemann at gmx.de (Eckhard Wiemann) Date: Tue Oct 9 16:43:33 2007 Subject: port fails to list installed ports Message-ID: Hi erveryone, MacPorts 1.520 returns this error message: ========== port -d echo installed DEBUG: list must have an even number of elements while executing "array set receipt_$ref $receipt_contents" (procedure "receipt_flat::open_entry" line 84) invoked from within "${macports::registry.format}::open_entry $name $version $revision $variants" (procedure "open_entry" line 4) invoked from within "open_entry $iname $iversion $irevision $ivariants" (procedure "registry::installed" line 13) invoked from within "registry::installed" Error: /opt/local/bin/port: port installed failed: list must have an even number of elements ========== Thanks for a short reply. Eckhard. From erwan at rail.eu.org Sun Sep 2 07:27:27 2007 From: erwan at rail.eu.org (Erwan David) Date: Tue Oct 9 16:43:33 2007 Subject: normalize ports seems to have disapeared... Message-ID: <20070902142727.GA10973@rail.eu.org> The abcde port depends on normalize. However, the normalize port is broken (source page does not exists) and seems to have no maintainer. What can we do for this ? (there is a normlize at http://normalize.nongnu.org/ which might be the same, but I do not know if it is the case.) -- Erwan From albanmaire at gmail.com Sun Sep 2 07:40:48 2007 From: albanmaire at gmail.com (Maire Alban.) Date: Tue Oct 9 16:43:33 2007 Subject: Problem to install php5 ... Message-ID: hi everybody, i had installed php with the command "sudo port -v install php5 +apache2 +mysql5 " and the i wanted to update the version of php5 but i have this error : /usr/bin/ld: warning -prebind has no effect with -bundle /usr/bin/ld: Undefined symbols: _res_nclose _res_ninit _res_nmkquery _res_nsend collect2: ld returned 1 exit status make: *** [libs/libphp5.bundle] Error 1 Warning: the following items did not execute (for php5): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. thanks for your help :) -- Maire Alban. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070902/b6754b60/attachment.html From matthias at ixplosive.de Sun Sep 2 07:54:41 2007 From: matthias at ixplosive.de (=?ISO-8859-1?Q?Matthias_M=FCller?=) Date: Tue Oct 9 16:43:33 2007 Subject: Problem to install php5 ... In-Reply-To: References: Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 02.09.2007 um 16:40 schrieb Maire Alban.: > i had installed php with the command "sudo port -v install php5 > +apache2 +mysql5 " and the i wanted to update the version of php5 > but i have this error : > > /usr/bin/ld: warning -prebind has no effect with -bundle > /usr/bin/ld: Undefined symbols: > _res_nclose > _res_ninit > _res_nmkquery > _res_nsend > collect2: ld returned 1 exit status > make: *** [libs/libphp5.bundle] Error 1 > > Warning: the following items did not execute (for php5): > org.macports.activate org.macports.build org.macports.destroot > org.macports.install > Error: Status 1 encountered during processing. maybe it works if you first deactivate (uninstall) php and then reinstall it. btw, try $ sudo port -v install php5 +apache2 +mysql5 +pear -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFG2s6yGbg5U7LNki4RAuXCAJ0S+5GElNn0+kEd09bGh94FyKk7JACglxGI IlO80W5+UBzVbhKViUa6G7Y= =tFPe -----END PGP SIGNATURE----- From albanmaire at gmail.com Sun Sep 2 08:05:05 2007 From: albanmaire at gmail.com (Maire Alban.) Date: Tue Oct 9 16:43:33 2007 Subject: Problem to install php5 ... In-Reply-To: References: Message-ID: it is what i made ... :/ On 9/2/07, Matthias M?ller wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 02.09.2007 um 16:40 schrieb Maire Alban.: > > > i had installed php with the command "sudo port -v install php5 > > +apache2 +mysql5 " and the i wanted to update the version of php5 > > but i have this error : > > > > /usr/bin/ld: warning -prebind has no effect with -bundle > > /usr/bin/ld: Undefined symbols: > > _res_nclose > > _res_ninit > > _res_nmkquery > > _res_nsend > > collect2: ld returned 1 exit status > > make: *** [libs/libphp5.bundle] Error 1 > > > > Warning: the following items did not execute (for php5): > > org.macports.activate org.macports.build org.macports.destroot > > org.macports.install > > Error: Status 1 encountered during processing. > > maybe it works if you first deactivate (uninstall) php and then > reinstall it. > btw, try $ sudo port -v install php5 +apache2 +mysql5 +pear > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (Darwin) > > iD8DBQFG2s6yGbg5U7LNki4RAuXCAJ0S+5GElNn0+kEd09bGh94FyKk7JACglxGI > IlO80W5+UBzVbhKViUa6G7Y= > =tFPe > -----END PGP SIGNATURE----- > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > -- Maire Alban. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070902/1acbcea2/attachment.html From raimue at macports.org Sun Sep 2 09:46:53 2007 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue Oct 9 16:43:33 2007 Subject: GCC 4.x fails to build In-Reply-To: <58F068EC-B7F4-4FC6-9F0F-180D54111678@fhi-berlin.mpg.de> References: <58F068EC-B7F4-4FC6-9F0F-180D54111678@fhi-berlin.mpg.de> Message-ID: <46DAE8FD.9060402@macports.org> Jochen K?pper wrote: > On 02.09.2007, at 04:11, Evan Ward wrote: > >> Has anyone had success compiling GCC? > > Definitely many had success, icluding myself. I have installed GCC 4.2 > using macports: Yes, I also compiled this version on Mac OS X 10.4 on my MacBook. Rainer From raimue at macports.org Sun Sep 2 10:29:39 2007 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue Oct 9 16:43:33 2007 Subject: normalize ports seems to have disapeared... In-Reply-To: <20070902142727.GA10973@rail.eu.org> References: <20070902142727.GA10973@rail.eu.org> Message-ID: <46DAF303.5050705@macports.org> Erwan David wrote: > The abcde port depends on normalize. However, the normalize port is broken > (source page does not exists) and seems to have no maintainer. > > What can we do for this ? > > (there is a normlize at http://normalize.nongnu.org/ which might be the same, but I do not know if it is the case.) I updated the port in r28500. Please wait a few hours and run port sync to get the new Portfile. Thanks for your report. Rainer From e_wiemann at gmx.de Sun Sep 2 11:42:06 2007 From: e_wiemann at gmx.de (Eckhard Wiemann) Date: Tue Oct 9 16:43:33 2007 Subject: GCC 4.x fails to build In-Reply-To: <46DAE8FD.9060402@macports.org> References: <58F068EC-B7F4-4FC6-9F0F-180D54111678@fhi-berlin.mpg.de> <46DAE8FD.9060402@macports.org> Message-ID: <83AE2FCD-7CC4-43C1-95AE-42E5E6D75A9D@gmx.de> > Jochen K?pper wrote: >> On 02.09.2007, at 04:11, Evan Ward wrote: >> >>> Has anyone had success compiling GCC? >> >> Definitely many had success, icluding myself. I have installed GCC >> 4.2 >> using macports: > > Yes, I also compiled this version on Mac OS X 10.4 on my MacBook. > > Rainer > So did I. Eckhard. From face at CentosPrime.COM Sun Sep 2 16:08:15 2007 From: face at CentosPrime.COM (Chris Janton) Date: Tue Oct 9 16:43:33 2007 Subject: Adjusting portfiles - mysql5 Message-ID: <833EDDC8-8E08-4D45-9E81-11E3FC041F5E@CentosPrime.COM> There is an option available for MySQL5 configuration --with-federated-storage-engine this option is not listed in the portfile - brief info # $Id: Portfile 26962 2007-07-14 08:15:04Z ryandesign@macports.org $ PortSystem 1.0 name mysql5 version 5.0.45 homepage http://www.mysql.com/ categories databases platforms darwin maintainers ryandesign What is the "standard" procedure for either adding the option myself, or getting the option included in a portfile? I don't necessarily want to hack on portfiles if there is a better way. please pardon my ignorance. I do not use the GUI version of macports, so shell command advice is best. Thanks. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From ryandesign at macports.org Sun Sep 2 20:45:21 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: Adjusting portfiles - mysql5 In-Reply-To: <833EDDC8-8E08-4D45-9E81-11E3FC041F5E@CentosPrime.COM> References: <833EDDC8-8E08-4D45-9E81-11E3FC041F5E@CentosPrime.COM> Message-ID: On Sep 2, 2007, at 18:08, Chris Janton wrote: > There is an option available for MySQL5 configuration > > --with-federated-storage-engine > > this option is not listed in the portfile - brief info > # $Id: Portfile 26962 2007-07-14 08:15:04Z ryandesign@macports.org $ > > PortSystem 1.0 > > name mysql5 > version 5.0.45 > homepage http://www.mysql.com/ > categories databases > platforms darwin > maintainers ryandesign > > What is the "standard" procedure for either adding the option > myself, or getting the option included in a portfile? > > I don't necessarily want to hack on portfiles if there is a better > way. > > please pardon my ignorance. I do not use the GUI version of > macports, so shell command advice is best. Please submit a ticket in Trac requesting this. Assign it to me and Cc me and yourself. If adding this option has no downsides, I'll be happy to include it in the portfile. From ryandesign at macports.org Sun Sep 2 20:48:39 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: port fails to list installed ports In-Reply-To: References: Message-ID: On Sep 2, 2007, at 07:33, Eckhard Wiemann wrote: > MacPorts 1.520 returns this error message: > > ========== > > port -d echo installed > DEBUG: list must have an even number of elements > while executing > "array set receipt_$ref $receipt_contents" > (procedure "receipt_flat::open_entry" line 84) > invoked from within > "${macports::registry.format}::open_entry $name $version $revision > $variants" > (procedure "open_entry" line 4) > invoked from within > "open_entry $iname $iversion $irevision $ivariants" > (procedure "registry::installed" line 13) > invoked from within > "registry::installed" > Error: /opt/local/bin/port: port installed failed: list must have > an even number of elements > > ========== > > Thanks for a short reply. I do not get any error when running that command. Perhaps your PortIndex is corrupted. Try syncing. Note that you may want "port installed" instead of "port echo installed". From ryandesign at macports.org Sun Sep 2 20:56:10 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: Problem to install php5 ... In-Reply-To: References: Message-ID: <40D4A932-C953-4877-A5C0-7F7A26882335@macports.org> On Sep 2, 2007, at 10:05, Maire Alban. wrote: > On 9/2/07, Matthias M?ller wrote: > >> Am 02.09.2007 um 16:40 schrieb Maire Alban.: >> >> > i had installed php with the command "sudo port -v install php5 >> > +apache2 +mysql5 " and the i wanted to update the version of php5 >> > but i have this error : >> > >> > /usr/bin/ld: warning -prebind has no effect with -bundle >> > /usr/bin/ld: Undefined symbols: >> > _res_nclose >> > _res_ninit >> > _res_nmkquery >> > _res_nsend >> > collect2: ld returned 1 exit status >> > make: *** [libs/libphp5.bundle] Error 1 >> > >> > Warning: the following items did not execute (for php5): >> > org.macports.activate org.macports.build org.macports.destroot >> > org.macports.install >> > Error: Status 1 encountered during processing. >> >> maybe it works if you first deactivate (uninstall) php and then >> reinstall it. >> btw, try $ sudo port -v install php5 +apache2 +mysql5 +pear > > it is what i made ... :/ What does that mean? The problem is that you have bind9 installed. See this bug: http://trac.macosforge.org/projects/macports/ticket/11283 If you do not require bind9, uninstall bind9. Then you can upgrade php5. If you do require bind9, then deactivate bind9, then upgrade php5, then activate bind9. If anybody can suggest a better fix for this issue, I'm all ears. From macports at tprfct.net Sun Sep 2 22:21:43 2007 From: macports at tprfct.net (Kastus Shchuka) Date: Tue Oct 9 16:43:33 2007 Subject: gnome-vfs fails to build Message-ID: <25670057-B543-409E-9703-A7D533F4A0BD@tprfct.net> sudo port upgrade libgnome ---> Fetching gnome-vfs ---> Verifying checksum(s) for gnome-vfs ---> Extracting gnome-vfs ---> Configuring gnome-vfs ---> Building gnome-vfs 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_gnome_g nome-vfs/work/gnome-vfs-2.18.1" && make all " returned error 2 Command output: ne_xml.c:484: warning: pointer targets in passing argument 2 of 'ne_xml_parse' differ in signedness ... /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -L/opt/local/lib -lresolv -flat_namespace -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_acl.lo ne_gnomevfs.lo -lz -L/opt/local/lib -lgssapi - lkrb5 -lasn1 -lcom_err -lcrypto -lroken -lresolv -L/opt/local/lib - lxml2 -lpthread -lz -liconv -lm grep: /opt/local/lib/libcom_err.la: No such file or directory sed: /opt/local/lib/libcom_err.la: No such file or directory libtool: link: `/opt/local/lib/libcom_err.la' is not a valid libtool archive make[3]: *** [libneon.la] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Unable to upgrade port: 1 Any clues how to fix it? Thanks, -Kastus From ryandesign at macports.org Sun Sep 2 22:35:12 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: gnome-vfs fails to build In-Reply-To: <25670057-B543-409E-9703-A7D533F4A0BD@tprfct.net> References: <25670057-B543-409E-9703-A7D533F4A0BD@tprfct.net> Message-ID: On Sep 3, 2007, at 00:21, Kastus Shchuka wrote: > sudo port upgrade libgnome > ---> Fetching gnome-vfs > ---> Verifying checksum(s) for gnome-vfs > ---> Extracting gnome-vfs > ---> Configuring gnome-vfs > ---> Building gnome-vfs 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_gnome > _gnome-vfs/work/gnome-vfs-2.18.1" && make all " returned error 2 > Command output: ne_xml.c:484: warning: pointer targets in passing > argument 2 of 'ne_xml_parse' differ in signedness > ... > /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -L/opt/local/ > lib -lresolv -flat_namespace -o libneon.la ne_request.lo > ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo > ne_alloc.lo ne_md5.lo ne_utils.lo ne_auth.lo ne_redirect.lo > ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo > ne_xmlreq.lo ne_acl.lo ne_gnomevfs.lo -lz -L/opt/local/lib - > lgssapi -lkrb5 -lasn1 -lcom_err -lcrypto -lroken -lresolv -L/opt/ > local/lib -lxml2 -lpthread -lz -liconv -lm > grep: /opt/local/lib/libcom_err.la: No such file or directory > sed: /opt/local/lib/libcom_err.la: No such file or directory > libtool: link: `/opt/local/lib/libcom_err.la' is not a valid > libtool archive > make[3]: *** [libneon.la] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Error: Unable to upgrade port: 1 > > Any clues how to fix it? This came up on the list a couple weeks ago: http://lists.macosforge.org/pipermail/macports-users/2007-August/ 005037.html It looks like the presence of the heimdal port may be partly to blame... do you have and require heimdal? From albanmaire at gmail.com Mon Sep 3 05:38:24 2007 From: albanmaire at gmail.com (Maire Alban.) Date: Tue Oct 9 16:43:33 2007 Subject: Problem to install php5 ... In-Reply-To: <40D4A932-C953-4877-A5C0-7F7A26882335@macports.org> References: <40D4A932-C953-4877-A5C0-7F7A26882335@macports.org> Message-ID: thanks :) al. On 9/3/07, Ryan Schmidt wrote: > > > On Sep 2, 2007, at 10:05, Maire Alban. wrote: > > > On 9/2/07, Matthias M?ller wrote: > > > >> Am 02.09.2007 um 16:40 schrieb Maire Alban.: > >> > >> > i had installed php with the command "sudo port -v install php5 > >> > +apache2 +mysql5 " and the i wanted to update the version of php5 > >> > but i have this error : > >> > > >> > /usr/bin/ld: warning -prebind has no effect with -bundle > >> > /usr/bin/ld: Undefined symbols: > >> > _res_nclose > >> > _res_ninit > >> > _res_nmkquery > >> > _res_nsend > >> > collect2: ld returned 1 exit status > >> > make: *** [libs/libphp5.bundle] Error 1 > >> > > >> > Warning: the following items did not execute (for php5): > >> > org.macports.activate org.macports.build org.macports.destroot > >> > org.macports.install > >> > Error: Status 1 encountered during processing. > >> > >> maybe it works if you first deactivate (uninstall) php and then > >> reinstall it. > >> btw, try $ sudo port -v install php5 +apache2 +mysql5 +pear > > > > it is what i made ... :/ > > What does that mean? > > The problem is that you have bind9 installed. See this bug: > > http://trac.macosforge.org/projects/macports/ticket/11283 > > If you do not require bind9, uninstall bind9. Then you can upgrade php5. > > If you do require bind9, then deactivate bind9, then upgrade php5, > then activate bind9. > > If anybody can suggest a better fix for this issue, I'm all ears. > > -- Maire Alban. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070903/7084b11d/attachment.html From macports at tprfct.net Mon Sep 3 08:19:56 2007 From: macports at tprfct.net (Kastus Shchuka) Date: Tue Oct 9 16:43:33 2007 Subject: gnome-vfs fails to build In-Reply-To: References: <25670057-B543-409E-9703-A7D533F4A0BD@tprfct.net> Message-ID: <6F0A3E2C-CD5B-4BDF-92D8-0772773192B6@tprfct.net> On Sep 2, 2007, at 10:35 PM, Ryan Schmidt wrote: > > On Sep 3, 2007, at 00:21, Kastus Shchuka wrote: > >> sudo port upgrade libgnome >> ---> Fetching gnome-vfs >> ---> Verifying checksum(s) for gnome-vfs >> ---> Extracting gnome-vfs >> ---> Configuring gnome-vfs >> ---> Building gnome-vfs 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_gnom >> e_gnome-vfs/work/gnome-vfs-2.18.1" && make all " returned error 2 >> Command output: ne_xml.c:484: warning: pointer targets in passing >> argument 2 of 'ne_xml_parse' differ in signedness >> ... >> /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -L/opt/local/ >> lib -lresolv -flat_namespace -o libneon.la ne_request.lo >> ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo >> ne_alloc.lo ne_md5.lo ne_utils.lo ne_auth.lo ne_redirect.lo >> ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo >> ne_xmlreq.lo ne_acl.lo ne_gnomevfs.lo -lz -L/opt/local/lib - >> lgssapi -lkrb5 -lasn1 -lcom_err -lcrypto -lroken -lresolv -L/opt/ >> local/lib -lxml2 -lpthread -lz -liconv -lm >> grep: /opt/local/lib/libcom_err.la: No such file or directory >> sed: /opt/local/lib/libcom_err.la: No such file or directory >> libtool: link: `/opt/local/lib/libcom_err.la' is not a valid >> libtool archive >> make[3]: *** [libneon.la] Error 1 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> Error: Unable to upgrade port: 1 >> >> Any clues how to fix it? > > This came up on the list a couple weeks ago: > > http://lists.macosforge.org/pipermail/macports-users/2007-August/ > 005037.html > > It looks like the presence of the heimdal port may be partly to > blame... do you have and require heimdal? > > No, I don't require heimdal as such but I have it installed. I think it was installed as a dependency of some other port. Also gnome-vfs upgrade was automatically invoked as a dependncy of libgnome. libgnome upgrade installed successfully despite the error in gnome-vfs. Thanks, -Kastus From ryandesign at macports.org Mon Sep 3 10:05:29 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: gnome-vfs fails to build In-Reply-To: <6F0A3E2C-CD5B-4BDF-92D8-0772773192B6@tprfct.net> References: <25670057-B543-409E-9703-A7D533F4A0BD@tprfct.net> <6F0A3E2C-CD5B-4BDF-92D8-0772773192B6@tprfct.net> Message-ID: <9F5D6974-78E5-4A24-A950-CE8CF24C8ECF@macports.org> On Sep 3, 2007, at 10:19, Kastus Shchuka wrote: > On Sep 2, 2007, at 10:35 PM, Ryan Schmidt wrote: > >> On Sep 3, 2007, at 00:21, Kastus Shchuka wrote: >> >>> sudo port upgrade libgnome >>> ---> Fetching gnome-vfs >>> ---> Verifying checksum(s) for gnome-vfs >>> ---> Extracting gnome-vfs >>> ---> Configuring gnome-vfs >>> ---> Building gnome-vfs 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_gno >>> me_gnome-vfs/work/gnome-vfs-2.18.1" && make all " returned error 2 >>> Command output: ne_xml.c:484: warning: pointer targets in passing >>> argument 2 of 'ne_xml_parse' differ in signedness >>> ... >>> /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -L/opt/local/ >>> lib -lresolv -flat_namespace -o libneon.la ne_request.lo >>> ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo >>> ne_alloc.lo ne_md5.lo ne_utils.lo ne_auth.lo ne_redirect.lo >>> ne_compress.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo >>> ne_xmlreq.lo ne_acl.lo ne_gnomevfs.lo -lz -L/opt/local/lib - >>> lgssapi -lkrb5 -lasn1 -lcom_err -lcrypto -lroken -lresolv -L/opt/ >>> local/lib -lxml2 -lpthread -lz -liconv -lm >>> grep: /opt/local/lib/libcom_err.la: No such file or directory >>> sed: /opt/local/lib/libcom_err.la: No such file or directory >>> libtool: link: `/opt/local/lib/libcom_err.la' is not a valid >>> libtool archive >>> make[3]: *** [libneon.la] Error 1 >>> make[2]: *** [all-recursive] Error 1 >>> make[1]: *** [all-recursive] Error 1 >>> make: *** [all] Error 2 >>> >>> Error: Unable to upgrade port: 1 >>> >>> Any clues how to fix it? >> >> This came up on the list a couple weeks ago: >> >> http://lists.macosforge.org/pipermail/macports-users/2007-August/ >> 005037.html >> >> It looks like the presence of the heimdal port may be partly to >> blame... do you have and require heimdal? > > No, I don't require heimdal as such but I have it installed. I > think it was installed as a dependency of some other port. You could type "port dependents heimdal" to discover if any currently- installed port requires heimdal. If none do, you could uninstall it. > Also gnome-vfs upgrade was automatically invoked as a dependncy of > libgnome. libgnome upgrade installed successfully despite the error > in gnome-vfs. From macports at tprfct.net Mon Sep 3 10:22:44 2007 From: macports at tprfct.net (Kastus Shchuka) Date: Tue Oct 9 16:43:33 2007 Subject: gnome-vfs fails to build In-Reply-To: <9F5D6974-78E5-4A24-A950-CE8CF24C8ECF@macports.org> References: <25670057-B543-409E-9703-A7D533F4A0BD@tprfct.net> <6F0A3E2C-CD5B-4BDF-92D8-0772773192B6@tprfct.net> <9F5D6974-78E5-4A24-A950-CE8CF24C8ECF@macports.org> Message-ID: <1DBFDEC7-9D17-477A-951E-E6810548E496@tprfct.net> On Sep 3, 2007, at 10:05 AM, Ryan Schmidt wrote: > On Sep 3, 2007, at 10:19, Kastus Shchuka wrote: > >> On Sep 2, 2007, at 10:35 PM, Ryan Schmidt wrote: >> >>> >>> This came up on the list a couple weeks ago: >>> >>> http://lists.macosforge.org/pipermail/macports-users/2007-August/ >>> 005037.html >>> >>> It looks like the presence of the heimdal port may be partly to >>> blame... do you have and require heimdal? >> >> No, I don't require heimdal as such but I have it installed. I >> think it was installed as a dependency of some other port. > > You could type "port dependents heimdal" to discover if any > currently-installed port requires heimdal. If none do, you could > uninstall it. > Here are my dependencies: port dependents heimdal gnome-vfs depends on heimdal port dependents gnome-vfs libgnome depends on gnome-vfs yelp depends on gnome-vfs libgsf depends on gnome-vfs libgnome depends on gnome-vfs port dependents libgnome libbonoboui depends on libgnome yelp depends on libgnome port dependents yelp gnucash-docs depends on yelp port dependents gnucash-docs gnucash depends on gnucash-docs gnucash depends on gnucash-docs All I really need is gnucash. Is it safe to remove heimdal then? Thanks, -Kastus From ryandesign at macports.org Mon Sep 3 10:44:34 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: gnome-vfs fails to build In-Reply-To: <1DBFDEC7-9D17-477A-951E-E6810548E496@tprfct.net> References: <25670057-B543-409E-9703-A7D533F4A0BD@tprfct.net> <6F0A3E2C-CD5B-4BDF-92D8-0772773192B6@tprfct.net> <9F5D6974-78E5-4A24-A950-CE8CF24C8ECF@macports.org> <1DBFDEC7-9D17-477A-951E-E6810548E496@tprfct.net> Message-ID: On Sep 3, 2007, at 12:22, Kastus Shchuka wrote: > On Sep 3, 2007, at 10:05 AM, Ryan Schmidt wrote: > >> On Sep 3, 2007, at 10:19, Kastus Shchuka wrote: >> >>> On Sep 2, 2007, at 10:35 PM, Ryan Schmidt wrote: >>> >>>> This came up on the list a couple weeks ago: >>>> >>>> http://lists.macosforge.org/pipermail/macports-users/2007-August/ >>>> 005037.html >>>> >>>> It looks like the presence of the heimdal port may be partly to >>>> blame... do you have and require heimdal? >>> >>> No, I don't require heimdal as such but I have it installed. I >>> think it was installed as a dependency of some other port. >> >> You could type "port dependents heimdal" to discover if any >> currently-installed port requires heimdal. If none do, you could >> uninstall it. > > Here are my dependencies: > > port dependents heimdal > gnome-vfs depends on heimdal [snip] > All I really need is gnucash. Is it safe to remove heimdal then? The gnome-vfs maintainer removed its dependency on heimdal on 2007-08-08. Here is his solution for upgrading: http://lists.macosforge.org/pipermail/macports-users/2007-August/ 005039.html From macports at tprfct.net Mon Sep 3 13:47:49 2007 From: macports at tprfct.net (Kastus Shchuka) Date: Tue Oct 9 16:43:33 2007 Subject: gnome-vfs fails to build In-Reply-To: References: <25670057-B543-409E-9703-A7D533F4A0BD@tprfct.net> <6F0A3E2C-CD5B-4BDF-92D8-0772773192B6@tprfct.net> <9F5D6974-78E5-4A24-A950-CE8CF24C8ECF@macports.org> <1DBFDEC7-9D17-477A-951E-E6810548E496@tprfct.net> Message-ID: <2C44B6E8-155D-403A-A710-074F86DE82FE@tprfct.net> On Sep 3, 2007, at 10:44 AM, Ryan Schmidt wrote: > On Sep 3, 2007, at 12:22, Kastus Shchuka wrote: > >> On Sep 3, 2007, at 10:05 AM, Ryan Schmidt wrote: >> >>> On Sep 3, 2007, at 10:19, Kastus Shchuka wrote: >>> >>>> On Sep 2, 2007, at 10:35 PM, Ryan Schmidt wrote: >>>> >>>>> This came up on the list a couple weeks ago: >>>>> >>>>> http://lists.macosforge.org/pipermail/macports-users/2007- >>>>> August/005037.html >>>>> >>>>> It looks like the presence of the heimdal port may be partly to >>>>> blame... do you have and require heimdal? >>>> >>>> No, I don't require heimdal as such but I have it installed. I >>>> think it was installed as a dependency of some other port. >>> >>> You could type "port dependents heimdal" to discover if any >>> currently-installed port requires heimdal. If none do, you could >>> uninstall it. >> >> Here are my dependencies: >> >> port dependents heimdal >> gnome-vfs depends on heimdal > > [snip] > >> All I really need is gnucash. Is it safe to remove heimdal then? > > The gnome-vfs maintainer removed its dependency on heimdal on > 2007-08-08. Here is his solution for upgrading: > > http://lists.macosforge.org/pipermail/macports-users/2007-August/ > 005039.html > I tried this and unfortunately it didn't work: sudo port deactivate heimdal Password: ---> Deactivating heimdal kastus-shchukas-ibook-g4:~ pike$ sudo port -vd upgrade gnome-vfs DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/gnome-vfs DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gnome-vfs 2.18.1_1 exists in the ports tree DEBUG: gnome-vfs 2.18.1_0 is installed [snip] Extracting /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_g nome-vfs/work/gnome-vfs-2.18.1/modules/../imported/neon/.libs/libneon.a (cd .libs/libhttp.lax/libneon.a && ar x /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_g nome-vfs/work/gnome-vfs-2.18.1/modules/../imported/neon/.libs/libneon.a) gcc -o .libs/libhttp.so -bundle .libs/http-neon-method.o .libs/http- proxy.o .libs/libhttp.lax/libneon.a/ne_207.o .libs/libhttp.lax/ libneon.a/ne_acl.o .libs/libhttp.lax/libneon.a/ne_alloc.o .libs/ libhttp.lax/libneon.a/ne_auth.o .libs/libhttp.lax/libneon.a/ ne_basic.o .libs/libhttp.lax/libneon.a/ne_compress.o .libs/ libhttp.lax/libneon.a/ne_dates.o .libs/libhttp.lax/libneon.a/ ne_gnomevfs.o .libs/libhttp.lax/libneon.a/ne_locks.o .libs/ libhttp.lax/libneon.a/ne_md5.o .libs/libhttp.lax/libneon.a/ ne_props.o .libs/libhttp.lax/libneon.a/ne_redirect.o .libs/ libhttp.lax/libneon.a/ne_request.o .libs/libhttp.lax/libneon.a/ ne_session.o .libs/libhttp.lax/libneon.a/ne_string.o .libs/ libhttp.lax/libneon.a/ne_uri.o .libs/libhttp.lax/libneon.a/ ne_utils.o .libs/libhttp.lax/libneon.a/ne_xml.o .libs/libhttp.lax/ libneon.a/ne_xmlreq.o -L/opt/local/lib /opt/local/lib/ libgconf-2.dylib /opt/local/lib/libORBit-2.dylib /opt/local/lib/ libgmodule-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/ lib/libintl.dylib -lgssapi -lkrb5 -lasn1 -lcom_err -lcrypto -lroken - lresolv /opt/local/lib/libxml2.dylib /opt/local/lib/libz.dylib - lpthread -lz /opt/local/lib/libiconv.dylib -lm ../libgnomevfs/.libs/ libgnomevfs-2.dylib /opt/local/lib/libdbus-glib-1.dylib /opt/local/ lib/libdbus-1.dylib /opt/local/lib/libssl.dylib /opt/local/lib/ libcrypto.dylib /opt/local/lib/libhowl.dylib /usr/bin/ld: warning -prebind has no effect with -bundle /usr/bin/ld: can't locate file for: -lgssapi collect2: ld returned 1 exit status make[2]: *** [libhttp.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_g nome-vfs/work/gnome-vfs-2.18.1" && make all " returned error 2 Command output: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../ imported/neon -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 - I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/ include/libxml2 -I/opt/local/include/gconf/2 -I/opt/local/include/ orbit-2.0 -D_REENTRANT -DORBIT2=1 -I/opt/local/include/glib-2.0 -I/ opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/ include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/ howl -I/opt/local/include -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE - D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT - DSSH_PROGRAM=\"/usr/bin/ssh\" -DG_DISABLE_DEPRECATED - DGNOME_VFS_PREFIX=\"/opt/local\" -DGNOME_VFS_DATADIR=\"/opt/local/ share\" -DGNOME_VFS_LIBDIR=\"/opt/local/lib\" -DGNOME_VFS_SYSCONFDIR= \"/opt/local/etc\" -DG_LOG_DOMAIN=\"gnome-vfs-modules\" -I/opt/local/ include -no-cpp-precomp -O2 -MT sftp-method.lo -MD -MP -MF .deps/sftp- method.Tpo -c sftp-method.c -o sftp-method.o >/dev/null 2>&1 [snip] gcc -o .libs/libhttp.so -bundle .libs/http-neon-method.o .libs/http- proxy.o .libs/libhttp.lax/libneon.a/ne_207.o .libs/libhttp.lax/ libneon.a/ne_acl.o .libs/libhttp.lax/libneon.a/ne_alloc.o .libs/ libhttp.lax/libneon.a/ne_auth.o .libs/libhttp.lax/libneon.a/ ne_basic.o .libs/libhttp.lax/libneon.a/ne_compress.o .libs/ libhttp.lax/libneon.a/ne_dates.o .libs/libhttp.lax/libneon.a/ ne_gnomevfs.o .libs/libhttp.lax/libneon.a/ne_locks.o .libs/ libhttp.lax/libneon.a/ne_md5.o .libs/libhttp.lax/libneon.a/ ne_props.o .libs/libhttp.lax/libneon.a/ne_redirect.o .libs/ libhttp.lax/libneon.a/ne_request.o .libs/libhttp.lax/libneon.a/ ne_session.o .libs/libhttp.lax/libneon.a/ne_string.o .libs/ libhttp.lax/libneon.a/ne_uri.o .libs/libhttp.lax/libneon.a/ ne_utils.o .libs/libhttp.lax/libneon.a/ne_xml.o .libs/libhttp.lax/ libneon.a/ne_xmlreq.o -L/opt/local/lib /opt/local/lib/ libgconf-2.dylib /opt/local/lib/libORBit-2.dylib /opt/local/lib/ libgmodule-2.0.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/ lib/libintl.dylib -lgssapi -lkrb5 -lasn1 -lcom_err -lcrypto -lroken - lresolv /opt/local/lib/libxml2.dylib /opt/local/lib/libz.dylib - lpthread -lz /opt/local/lib/libiconv.dylib -lm ../libgnomevfs/.libs/ libgnomevfs-2.dylib /opt/local/lib/libdbus-glib-1.dylib /opt/local/ lib/libdbus-1.dylib /opt/local/lib/libssl.dylib /opt/local/lib/ libcrypto.dylib /opt/local/lib/libhowl.dylib /usr/bin/ld: warning -prebind has no effect with -bundle /usr/bin/ld: can't locate file for: -lgssapi collect2: ld returned 1 exit status make[2]: *** [libhttp.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for gnome-vfs): org.macports.archive org.macports.build org.macports.destroot DEBUG: Registry error: xorg not registered as installed. invoked from within "registry_installed ${portname}" invoked from within "$workername eval registry_installed \${portname}" Error: Unable to upgrade port: 1 From matthias at ixplosive.de Mon Sep 3 14:28:13 2007 From: matthias at ixplosive.de (=?ISO-8859-1?Q?Matthias_M=FCller?=) Date: Tue Oct 9 16:43:33 2007 Subject: Gnome install fails Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I tried to install Gnome, but it fails if I want to compile the packages seahorse / zenity. But I need these for gnome-desktop- suite... e.g. compiling seahorse ends up with "Error 1" - what does this mean? Mac OS X 10.4.10 (Intel) MacPorts 1.520 Darwin Kernel Version 8.10.1: root:xnu-792.22.5~1/RELEASE_I386 have a look at this, please: - ------------------------- $ sudo port -dv install seahorse DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/seahorse DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/seahorse DEBUG: Requested variant darwin is not provided by port seahorse. DEBUG: Requested variant i386 is not provided by port seahorse. DEBUG: Requested variant macosx is not provided by port seahorse. DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/dbus DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/dbus DEBUG: Requested variant darwin is not provided by port dbus. DEBUG: Requested variant i386 is not provided by port dbus. DEBUG: Requested variant macosx is not provided by port dbus. DEBUG: Searching for dependency: dbus DEBUG: Found Dependency: receipt exists for dbus DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/gpgme DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/gpgme DEBUG: Requested variant darwin is not provided by port gpgme. DEBUG: Requested variant i386 is not provided by port gpgme. DEBUG: Requested variant macosx is not provided by port gpgme. DEBUG: Searching for dependency: gpgme DEBUG: Found Dependency: receipt exists for gpgme DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/gnome-panel DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/gnome-panel DEBUG: Requested variant darwin is not provided by port gnome-panel. DEBUG: Requested variant i386 is not provided by port gnome-panel. DEBUG: Requested variant macosx is not provided by port gnome-panel. DEBUG: Searching for dependency: gnome-panel DEBUG: Found Dependency: receipt exists for gnome-panel DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/gnome-keyring DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/gnome-keyring DEBUG: Requested variant darwin is not provided by port gnome-keyring. DEBUG: Requested variant i386 is not provided by port gnome-keyring. DEBUG: Requested variant macosx is not provided by port gnome-keyring. DEBUG: Searching for dependency: gnome-keyring DEBUG: Found Dependency: receipt exists for gnome-keyring DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/net/avahi DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/net/avahi DEBUG: Requested variant darwin is not provided by port avahi. DEBUG: Requested variant i386 is not provided by port avahi. DEBUG: Requested variant macosx is not provided by port avahi. DEBUG: Searching for dependency: avahi DEBUG: Found Dependency: receipt exists for avahi DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/dbus-glib DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/dbus-glib DEBUG: Requested variant darwin is not provided by port dbus-glib. DEBUG: Requested variant i386 is not provided by port dbus-glib. DEBUG: Requested variant macosx is not provided by port dbus-glib. DEBUG: Searching for dependency: dbus-glib DEBUG: Found Dependency: receipt exists for dbus-glib DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/gnome-vfs DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/gnome/gnome-vfs DEBUG: Requested variant darwin is not provided by port gnome-vfs. DEBUG: Requested variant i386 is not provided by port gnome-vfs. DEBUG: Requested variant macosx is not provided by port gnome-vfs. DEBUG: Searching for dependency: gnome-vfs DEBUG: Found Dependency: receipt exists for gnome-vfs DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/perl/p5-xml-parser DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/perl/p5-xml-parser DEBUG: Requested variant darwin is not provided by port p5-xml-parser. DEBUG: Requested variant i386 is not provided by port p5-xml-parser. DEBUG: Requested variant macosx is not provided by port p5-xml-parser. DEBUG: Searching for dependency: p5-xml-parser DEBUG: Found Dependency: receipt exists for p5-xml-parser DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/shared-mime-info DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/shared-mime-info DEBUG: Requested variant darwin is not provided by port shared-mime- info. DEBUG: Requested variant i386 is not provided by port shared-mime-info. DEBUG: Requested variant macosx is not provided by port shared-mime- info. DEBUG: Searching for dependency: shared-mime-info DEBUG: Found Dependency: receipt exists for shared-mime-info DEBUG: Skipping completed org.macports.main (seahorse) DEBUG: Skipping completed org.macports.fetch (seahorse) DEBUG: Skipping completed org.macports.checksum (seahorse) DEBUG: setting option extract.cmd to /opt/local/bin/bzip2 DEBUG: Skipping completed org.macports.extract (seahorse) DEBUG: Skipping completed org.macports.patch (seahorse) DEBUG: Skipping completed org.macports.configure (seahorse) - ---> Building seahorse with target all DEBUG: Executing org.macports.build (seahorse) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_s eahorse/work/seahorse-1.0" && make all' make all-recursive Making all in libcryptui make all-recursive Making all in . make[4]: Nothing to be done for `all-am'. Making all in libseahorse make all-am make[3]: Nothing to be done for `all-am'. Making all in src make[2]: Nothing to be done for `all'. Making all in po make[2]: Nothing to be done for `all'. Making all in data make[2]: Nothing to be done for `all'. Making all in help make[2]: Nothing to be done for `all'. Making all in pixmaps Making all in 22x22 make[3]: Nothing to be done for `all'. Making all in 48x48 make[3]: Nothing to be done for `all'. Making all in scalable make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in plugins Making all in nautilus /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -L/opt/local/lib - -lpth -o seahorse-preferences seahorse-pgp-preferences.o ../../ libseahorse/libseahorse.a ../../libcryptui/libcryptui.la -Wl,- framework,CoreAudio -L/opt/local/lib -L/usr/X11R6/lib -lgnomeui-2 - lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt - lart_lgpl_2 -lpangoft2-1.0 -lesd -lbonobo-2 -laudiofile -lbonobo- activation -lglade-2.0 -lxml2 -lpthread -lgtk-x11-2.0 -lgdk-x11-2.0 - latk-1.0 -lgdk_pixbuf-2.0 -ltiff -ljpeg -lpangocairo-1.0 -lpango-1.0 - lcairo -lSM -lICE -lfreetype -lz -lfontconfig -lexpat -lpng12 - lXrender -lX11 -lgnomevfs-2 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 - lgthread-2.0 -lgobject-2.0 -lglib-2.0 -lintl -liconv -L/opt/local/ lib -lgpgme -L/opt/local/lib -lgpg-error -lldap -L/opt/local/lib - lsoup-2.2 -lglib-2.0 -lintl -lxml2 -lpthread -lz -liconv -lm -L/opt/ local/lib -lgnome-keyring -lglib-2.0 -lintl -liconv -L/opt/local/ lib -lavahi-common -lavahi-client -lavahi-glib -lglib-2.0 -lintl - liconv -L/opt/local/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 - lglib-2.0 -lintl -liconv gcc -O2 -o .libs/seahorse-preferences seahorse-pgp-preferences.o -Wl,- framework -Wl,CoreAudio -L/opt/local/lib ../../libseahorse/ libseahorse.a ../../libcryptui/.libs/libcryptui.dylib /opt/local/lib/ libpth.dylib -L/usr/X11R6/lib /opt/local/lib/libgnomeui-2.dylib /opt/ local/lib/libbonoboui-2.dylib /opt/local/lib/libgnomecanvas-2.dylib / opt/local/lib/libgnome-2.dylib /opt/local/lib/libpopt.dylib /opt/ local/lib/libart_lgpl_2.dylib /opt/local/lib/libesd.dylib /opt/local/ lib/libbonobo-2.dylib /opt/local/lib/libaudiofile.dylib /opt/local/ lib/libbonobo-activation.dylib /opt/local/lib/ libORBitCosNaming-2.dylib /opt/local/lib/libglade-2.0.dylib /opt/ local/lib/libgtk-x11-2.0.dylib /opt/local/lib/libgdk-x11-2.0.dylib / opt/local/lib/libatk-1.0.dylib /opt/local/lib/ libgdk_pixbuf-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/ libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/ libpangoft2-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/ lib/libcairo.dylib -lSM -lICE /opt/local/lib/libfontconfig.dylib /opt/ local/lib/libfreetype.dylib /opt/local/lib/libexpat.dylib /opt/local/ lib/libpng12.dylib /opt/local/lib/libXrender.dylib -lX11 /opt/local/ lib/libgnomevfs-2.dylib -lssl -lcrypto /opt/local/lib/libhowl.dylib / opt/local/lib/libgconf-2.dylib /opt/local/lib/libORBit-2.dylib - lresolv /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/ libgpgme.dylib /opt/local/lib/libgpg-error.dylib -lldap /opt/local/ lib/libsoup-2.2.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ lib/libxml2.dylib -lpthread -lz -lm /opt/local/lib/libgnome- keyring.dylib /opt/local/lib/libavahi-client.dylib -ldl /opt/local/ lib/libavahi-glib.dylib /opt/local/lib/libavahi-common.dylib /opt/ local/lib/libdbus-glib-1.dylib /opt/local/lib/libdbus-1.dylib /opt/ local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/ local/lib/libintl.dylib -lc /opt/local/lib/libiconv.dylib /usr/bin/ld: multiple definitions of symbol _g_free /opt/local/lib/libglib-2.0.dylib(gmem.o) definition of _g_free ../../libseahorse/libseahorse.a(seahorse-secure-memory.o) definition of _g_free in section (__TEXT,__text) /usr/bin/ld: multiple definitions of symbol _g_malloc /opt/local/lib/libglib-2.0.dylib(gmem.o) definition of _g_malloc ../../libseahorse/libseahorse.a(seahorse-secure-memory.o) definition of _g_malloc in section (__TEXT,__text) /usr/bin/ld: multiple definitions of symbol _g_malloc0 /opt/local/lib/libglib-2.0.dylib(gmem.o) definition of _g_malloc0 ../../libseahorse/libseahorse.a(seahorse-secure-memory.o) definition of _g_malloc0 in section (__TEXT,__text) /usr/bin/ld: multiple definitions of symbol _g_realloc /opt/local/lib/libglib-2.0.dylib(gmem.o) definition of _g_realloc ../../libseahorse/libseahorse.a(seahorse-secure-memory.o) definition of _g_realloc in section (__TEXT,__text) collect2: ld returned 1 exit status make[3]: *** [seahorse-preferences] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_s eahorse/work/seahorse-1.0" && make all " returned error 2 Command output: make[2]: Nothing to be done for `all'. Making all in pixmaps Making all in 22x22 make[3]: Nothing to be done for `all'. Making all in 48x48 make[3]: Nothing to be done for `all'. Making all in scalable make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. Making all in plugins Making all in nautilus /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -L/opt/local/lib - -lpth -o seahorse-preferences seahorse-pgp-preferences.o ../../ libseahorse/libseahorse.a ../../libcryptui/libcryptui.la -Wl,- framework,CoreAudio -L/opt/local/lib -L/usr/X11R6/lib -lgnomeui-2 - lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt - lart_lgpl_2 -lpangoft2-1.0 -lesd -lbonobo-2 -laudiofile -lbonobo- activation -lglade-2.0 -lxml2 -lpthread -lgtk-x11-2.0 -lgdk-x11-2.0 - latk-1.0 -lgdk_pixbuf-2.0 -ltiff -ljpeg -lpangocairo-1.0 -lpango-1.0 - lcairo -lSM -lICE -lfreetype -lz -lfontconfig -lexpat -lpng12 - lXrender -lX11 -lgnomevfs-2 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 - lgthread-2.0 -lgobject-2.0 -lglib-2.0 -lintl -liconv -L/opt/local/ lib -lgpgme -L/opt/local/lib -lgpg-error -lldap -L/opt/local/lib - lsoup-2.2 -lglib-2.0 -lintl -lxml2 -lpthread -lz -liconv -lm -L/opt/ local/lib -lgnome-keyring -lglib-2.0 -lintl -liconv -L/opt/local/ lib -lavahi-common -lavahi-client -lavahi-glib -lglib-2.0 -lintl - liconv -L/opt/local/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 - lglib-2.0 -lintl -liconv gcc -O2 -o .libs/seahorse-preferences seahorse-pgp-preferences.o -Wl,- framework -Wl,CoreAudio -L/opt/local/lib ../../libseahorse/ libseahorse.a ../../libcryptui/.libs/libcryptui.dylib /opt/local/lib/ libpth.dylib -L/usr/X11R6/lib /opt/local/lib/libgnomeui-2.dylib /opt/ local/lib/libbonoboui-2.dylib /opt/local/lib/libgnomecanvas-2.dylib / opt/local/lib/libgnome-2.dylib /opt/local/lib/libpopt.dylib /opt/ local/lib/libart_lgpl_2.dylib /opt/local/lib/libesd.dylib /opt/local/ lib/libbonobo-2.dylib /opt/local/lib/libaudiofile.dylib /opt/local/ lib/libbonobo-activation.dylib /opt/local/lib/ libORBitCosNaming-2.dylib /opt/local/lib/libglade-2.0.dylib /opt/ local/lib/libgtk-x11-2.0.dylib /opt/local/lib/libgdk-x11-2.0.dylib / opt/local/lib/libatk-1.0.dylib /opt/local/lib/ libgdk_pixbuf-2.0.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/ libjpeg.dylib /opt/local/lib/libpangocairo-1.0.dylib /opt/local/lib/ libpangoft2-1.0.dylib /opt/local/lib/libpango-1.0.dylib /opt/local/ lib/libcairo.dylib -lSM -lICE /opt/local/lib/libfontconfig.dylib /opt/ local/lib/libfreetype.dylib /opt/local/lib/libexpat.dylib /opt/local/ lib/libpng12.dylib /opt/local/lib/libXrender.dylib -lX11 /opt/local/ lib/libgnomevfs-2.dylib -lssl -lcrypto /opt/local/lib/libhowl.dylib / opt/local/lib/libgconf-2.dylib /opt/local/lib/libORBit-2.dylib - lresolv /opt/local/lib/libgmodule-2.0.dylib /opt/local/lib/ libgpgme.dylib /opt/local/lib/libgpg-error.dylib -lldap /opt/local/ lib/libsoup-2.2.dylib /opt/local/lib/libgthread-2.0.dylib /opt/local/ lib/libxml2.dylib -lpthread -lz -lm /opt/local/lib/libgnome- keyring.dylib /opt/local/lib/libavahi-client.dylib -ldl /opt/local/ lib/libavahi-glib.dylib /opt/local/lib/libavahi-common.dylib /opt/ local/lib/libdbus-glib-1.dylib /opt/local/lib/libdbus-1.dylib /opt/ local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/ local/lib/libintl.dylib -lc /opt/local/lib/libiconv.dylib /usr/bin/ld: multiple definitions of symbol _g_free /opt/local/lib/libglib-2.0.dylib(gmem.o) definition of _g_free ../../libseahorse/libseahorse.a(seahorse-secure-memory.o) definition of _g_free in section (__TEXT,__text) /usr/bin/ld: multiple definitions of symbol _g_malloc /opt/local/lib/libglib-2.0.dylib(gmem.o) definition of _g_malloc ../../libseahorse/libseahorse.a(seahorse-secure-memory.o) definition of _g_malloc in section (__TEXT,__text) /usr/bin/ld: multiple definitions of symbol _g_malloc0 /opt/local/lib/libglib-2.0.dylib(gmem.o) definition of _g_malloc0 ../../libseahorse/libseahorse.a(seahorse-secure-memory.o) definition of _g_malloc0 in section (__TEXT,__text) /usr/bin/ld: multiple definitions of symbol _g_realloc /opt/local/lib/libglib-2.0.dylib(gmem.o) definition of _g_realloc ../../libseahorse/libseahorse.a(seahorse-secure-memory.o) definition of _g_realloc in section (__TEXT,__text) collect2: ld returned 1 exit status make[3]: *** [seahorse-preferences] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Warning: the following items did not execute (for seahorse): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. - ------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFG3HxuGbg5U7LNki4RAib6AJ9ZYX2TexXlaZoGPSYL7KIW0NxKGACghwzl 01IOZBEab5ia/55v1Fn8sWI= =fnDR -----END PGP SIGNATURE----- From rhwood at mac.com Mon Sep 3 15:12:40 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:43:33 2007 Subject: Fwd: MacPorts - Problem installing gtk2 References: Message-ID: Begin forwarded message: > From: Stefanie Sutter > Date: 31 August 2007 07:41:54 EDT > To: rhwood@macports.org > Subject: MacPorts - Problem installing gtk2 > > Hello, > > I hope you can help me... > I'm trying to install the gtk2 and I get the below-mentioned error > message. > I also tried to install the gtk28 --> same error message > > (Powerbook, 1,67 GHz PPC G4, 1.5 GB Memory, Mac OS X 10.4.10, > latest version of the XCode-Tools and MacPorts) > > Is there something I have to do to get this to work? > > Thanks. > > Steffi > > > > Error message: > > Building gtk2 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_x11_g > tk2/work/gtk+-2.10.14" && make all CFLAGS+="-I/usr/X11R6/include" " > returned error 2 > Command output: gcc ${wl}-flat_namespace ${wl}-undefined ${wl} > suppress -o .libs/libprintbackend-lpr.so -bundle .libs/ > gtkprintbackendlpr.o -L/opt/local/lib -L/usr/X11R6/lib /opt/local/ > lib/libpangocairo-1.0.dylib /usr/X11R6/lib/libSM.dylib /usr/X11R6/ > lib/libICE.dylib /usr/X11R6/lib/libX11.dylib /opt/local/lib/ > libpangoft2-1.0.dylib /opt/local/lib/libz.dylib /opt/local/lib/ > libpango-1.0.dylib /opt/local/lib/libatk-1.0.dylib /opt/local/lib/ > libgobject-2.0.dylib /opt/local/lib/libgmodule-2.0.dylib /opt/local/ > lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/ > libiconv.dylib /opt/local/lib/libcairo.dylib -lSM -lICE /opt/local/ > lib/libfreetype.dylib -lz /opt/local/lib/libfontconfig.dylib /opt/ > local/lib/libexpat.dylib /opt/local/lib/libXrender.dylib -lX11 /opt/ > local/lib/libtiff.dylib /opt/local/lib/libjpeg.dylib /opt/local/lib/ > libpng12.dylib -lm ../../../gtk/.libs/libgtk-x11-2.0.dylib /opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_g > tk2/work/gtk+-2.10.14/gdk/.libs/libgdk-x11-2.0.dylib /usr/X11R6/lib/ > libXrandr.dylib /usr/X11R6/lib/libXinerama.dylib /usr/X11R6/lib/ > libXext.dylib /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_g > tk2/work/gtk+-2.10.14/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.dylib > /usr/bin/ld: warning -prebind has no effect with -bundle > creating libprintbackend-lpr.la > (cd .libs && rm -f libprintbackend-lpr.la && ln -s ../ > libprintbackend-lpr.la libprintbackend-lpr.la) > Making all in cups > if /bin/sh ../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. - > I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk -I../../../ > gdk -I../../../gdk -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED - > D_REENTRANT -DXTHREADS -I/opt/local/include/glib-2.0 -I/opt/local/ > lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/ > pango-1.0 -I/opt/local/include/cairo -I/opt/local/include/freetype2 > -I/opt/local/include/libpng12 -I/usr/X11R6/include -I/opt/local/ > include/atk-1.0 -DG_DISABLE_CAST_CHECKS -I/opt/local/include - > no-cpp-precomp -DX_LOCALE -I/usr/X11R6/include -I/usr/X11R6/ > include -MT gtkprintbackendcups.lo -MD -MP -MF ".deps/ > gtkprintbackendcups.Tpo" \ > -c -o gtkprintbackendcups.lo `test -f 'gtkprintbackendcups.c' || > echo './'`gtkprintbackendcups.c; \ > then mv -f ".deps/gtkprintbackendcups.Tpo" ".deps/ > gtkprintbackendcups.Plo"; \ > else rm -f ".deps/gtkprintbackendcups.Tpo"; exit 1; \ > fi > mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk - > I../../../gtk -I../../../gdk -I../../../gdk - > DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -DXTHREADS -I/ > opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ > local/include -I/opt/local/include/pango-1.0 -I/opt/local/include/ > cairo -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 - > I/usr/X11R6/include -I/opt/local/include/atk-1.0 - > DG_DISABLE_CAST_CHECKS -I/opt/local/include -no-cpp-precomp - > DX_LOCALE -I/usr/X11R6/include -I/usr/X11R6/include -MT > gtkprintbackendcups.lo -MD -MP -MF .deps/gtkprintbackendcups.Tpo -c > gtkprintbackendcups.c -fno-common -DPIC -o .libs/ > gtkprintbackendcups.o > gtkprintbackendcups.c: In function 'create_pickone_option': > gtkprintbackendcups.c:1937: error: 'ppd_coption_t' undeclared > (first use in this function) > gtkprintbackendcups.c:1937: error: (Each undeclared identifier is > reported only once > gtkprintbackendcups.c:1937: error: for each function it appears in.) > gtkprintbackendcups.c:1937: error: 'coption' undeclared (first use > in this function) > gtkprintbackendcups.c:1959: error: 'ppd_cparam_t' undeclared (first > use in this function) > gtkprintbackendcups.c:1959: error: 'cparam' undeclared (first use > in this function) > gtkprintbackendcups.c:1963: warning: comparison between pointer and > integer > gtkprintbackendcups.c:1967: error: 'PPD_CUSTOM_INT' undeclared > (first use in this function) > gtkprintbackendcups.c:1971: error: 'PPD_CUSTOM_PASSCODE' undeclared > (first use in this function) > gtkprintbackendcups.c:1975: error: 'PPD_CUSTOM_PASSWORD' undeclared > (first use in this function) > gtkprintbackendcups.c:1979: error: 'PPD_CUSTOM_REAL' undeclared > (first use in this function) > gtkprintbackendcups.c:1983: error: 'PPD_CUSTOM_STRING' undeclared > (first use in this function) > make[4]: *** [gtkprintbackendcups.lo] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Error: The following dependencies failed to build: gtk2 > Error: Status 1 encountered during processing. Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From bdesgraupes at orange.fr Mon Sep 3 23:58:26 2007 From: bdesgraupes at orange.fr (Bernard Desgraupes) Date: Tue Oct 9 16:43:33 2007 Subject: hdf5 port file fetches wrong version Message-ID: <46DD0212.9010503@orange.fr> The hdf5 port file tries to fetch version 1.6.5 which is not on the servers anymore. It is now 1.6.6. So the build fails: I had to modify the port file manually (version and checksum) in order to build hdf5. cheers Bernard From susanmackay at optusnet.com.au Tue Sep 4 04:17:35 2007 From: susanmackay at optusnet.com.au (Susan Mackay) Date: Tue Oct 9 16:43:33 2007 Subject: How to handle different versions of Python Message-ID: I'm fairly new to Macports so please forgive me if this is an 'dumb' question. I am trying to build gtk-sharp, which uses avahi which, in turn, uses py-gdbm. For various reasons, I have both python2.4 and python2.5 installed (both installed as dependencies for other packages - I have no knowledge of python and have not installed either from 'choice'). When configuring avahi, it could not find py-gdbm although the 'ports installed' command listed it as active. It turns out that the python 'sys.path' command includes all of the pythin2.5 directories, but the py-gdbm package installs into the python2.4 directories. I have subsequently changed the avahi dependency from 'py-gdbm' to 'py25-gdbm' and it has installed correctly. However I don't think that this should be the sort of thing that I should be 'playing' with. What is the correct process that I should be using to handle this situation? It would appear that the python packages are tied to a specific version and are not generic. Is this right? Thanks Susan From scott at mycellularsessions.com Tue Sep 4 08:00:08 2007 From: scott at mycellularsessions.com (Scott Harper) Date: Tue Oct 9 16:43:33 2007 Subject: Checksum failure on mysql-connector-java In-Reply-To: <46D89AC4.8060009@ruderich.com> References: <12428990.post@talk.nabble.com> <46D89AC4.8060009@ruderich.com> Message-ID: <12479893.post@talk.nabble.com> Simon Ruderich wrote: > > port edit mysql-connector-java > > And then change the version to 5.0.7 and the md5 checksum to: > > d177ce7397b119f013458cec0418ad2d > > Then run "port install" as usual. Please report back if the updated > version works, so we can update it in macports. > That appears to work properly... scott -- View this message in context: http://www.nabble.com/Checksum-failure-on-mysql-connector-java-tf4360936.html#a12479893 Sent from the MacPorts - Users mailing list archive at Nabble.com. From simon at ruderich.com Tue Sep 4 08:24:15 2007 From: simon at ruderich.com (Simon Ruderich) Date: Tue Oct 9 16:43:33 2007 Subject: Checksum failure on mysql-connector-java In-Reply-To: <12479893.post@talk.nabble.com> References: <12428990.post@talk.nabble.com> <46D89AC4.8060009@ruderich.com> <12479893.post@talk.nabble.com> Message-ID: <46DD789F.1010906@ruderich.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Scott Harper wrote: > > Simon Ruderich wrote: >> port edit mysql-connector-java >> >> And then change the version to 5.0.7 and the md5 checksum to: >> >> d177ce7397b119f013458cec0418ad2d >> >> Then run "port install" as usual. Please report back if the updated >> version works, so we can update it in macports. >> > > That appears to work properly... > > scott I'm glad it works, I just updated the portfile. The update will be available to all users in about half an hour. Thanks for your help, Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFG3XiDYRX4BO+zMikRCitKAJ9T+CCe9gVjDqhK9TIr0ukrftf2uACg1bNT MqsOep2m5MUqv7CjZZPVyGM= =ca8i -----END PGP SIGNATURE----- From sklein at pwb.com Tue Sep 4 09:46:24 2007 From: sklein at pwb.com (Steve Klein) Date: Tue Oct 9 16:43:33 2007 Subject: Installing Apache2, PHP5, and MySQL5 using PortAuthority Message-ID: <7568FD91-7A3B-4511-8291-D96F7BFCC025@pwb.com> I feel like I've entered a maze of infinite size and complexity. I need to get Apache, PHP and MySQL running on my iBook G4. I've installed MacPorts, and Port Authority, and used that to install Apache2, PHP5, and MySQL. Apache 2 works fine, but I can' get it to talk to PHP. I think there's supposed to be a module for PHP, perhaps a file called libphp5.so, but that file didn't get created. Is what I'm trying to do just not possible using PortAuthority? Should I just resort to using MacPorts directly from the command line? I'm not scared of the command line, but I'm not really comfortable with it, either. -- Steve Klein From face at CentosPrime.COM Tue Sep 4 10:03:04 2007 From: face at CentosPrime.COM (Chris Janton) Date: Tue Oct 9 16:43:33 2007 Subject: How do I tell what variants I used to install a port? Message-ID: Hi some days are better than others. Some time ago I did a port install php5 {some set of variants here} Today I do port selfupdate port list outdated and learn that my php5 is outdated. OK. Not sure why since port list installed shows php5 @5.2.4 www/php5 and the outdated list indicates the same version number. If I do port upgrade php5 I get a number of ports installed/upgraded (e.g. libxslt). I *assume* that the upgrade will install the latest version of php5 just like I did it before, with all of the variants the same. I sure wish I could remember what those variants were, just in case I wanted to do a port install php5 {variants} on a different system, or to add a note to my black book. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From sfiera at macports.org Tue Sep 4 10:38:41 2007 From: sfiera at macports.org (Chris Pickel) Date: Tue Oct 9 16:43:33 2007 Subject: How do I tell what variants I used to install a port? In-Reply-To: References: Message-ID: On 04 Sep, 2007, at 13:03, Chris Janton wrote: > Today I do > port selfupdate > port list outdated > and learn that my php5 is outdated. OK. Not sure why since > port list installed > shows > php5 @5.2.4 www/php5 > and the outdated list indicates the same version number. `port list ...` is a bit quirky. If you check the documentation, you'll see that it says "lists the most recent version of each given port". What you expected was the output of the more intuitive command `port installed`, which would have shown you both the actual version of your installed PHP, and its variants. If the outdated version number was also 5.2.4, it's possible that the port's maintainer made some improvements to the port and incremented its revision (a secondary number checked after the version to see if a port is outdated). Chris -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070904/0fddf65c/PGP.bin From ehainry at free.fr Tue Sep 4 10:51:46 2007 From: ehainry at free.fr (Emmanuel Hainry) Date: Tue Oct 9 16:43:33 2007 Subject: How do I tell what variants I used to install a port? In-Reply-To: References: Message-ID: <20070904175146.GA6210@velsheda.lateralis.org> Citando Chris Janton : > Hi > > some days are better than others. > > Some time ago I did a > > port install php5 {some set of variants here} > > Today I do > > port selfupdate > port list outdated The list command is used to display the list of ports available and their versions. port list outdated lists the portfile version of the outdated ports. You should use 'port outdated'. > > and learn that my php5 is outdated. OK. Not sure why since > > port list installed > > shows > > php5 @5.2.4 www/php5 > > and the outdated list indicates the same version number. You should use 'port installed php5' to get the info. It will also tell you which variants you slected. > > If I do > > port upgrade php5 > > I get a number of ports installed/upgraded (e.g. libxslt). > > I *assume* that the upgrade will install the latest version of php5 just > like I did it before, with all of the variants the same. Yes, the variants you selected get preserved by upgrades (as long as they still exist, and unless some bugs...) > > I sure wish I could remember what those variants were, just in case I > wanted to do a > > port install php5 {variants} > > on a different system, or to add a note to my black book. > Just remember that list is generally not interesting. The different commands you should remember are install, uninstall, upgrade, outdated, installed, variants, and info. Emmanuel From ryandesign at macports.org Tue Sep 4 11:50:23 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: Installing Apache2, PHP5, and MySQL5 using PortAuthority In-Reply-To: <7568FD91-7A3B-4511-8291-D96F7BFCC025@pwb.com> References: <7568FD91-7A3B-4511-8291-D96F7BFCC025@pwb.com> Message-ID: On Sep 4, 2007, at 11:46, Steve Klein wrote: > I feel like I've entered a maze of infinite size and complexity. > > I need to get Apache, PHP and MySQL running on my iBook G4. > > I've installed MacPorts, and Port Authority, and used that to > install Apache2, PHP5, and MySQL. > > Apache 2 works fine, but I can' get it to talk to PHP. > > I think there's supposed to be a module for PHP, perhaps a file > called libphp5.so, but that file didn't get created. > > Is what I'm trying to do just not possible using PortAuthority? > Should I just resort to using MacPorts directly from the command line? > > I'm not scared of the command line, but I'm not really comfortable > with it, either. I have no information about PortAuthority. I assume it's supposed to be able to do every MacPorts command you can do from the command line, but I've never used it and you'll have to consult its documentation or its author if you have questions about it. What you want is easy to do on the command line. Do you want to run a MySQL 5 server on your iBook, or just get PHP 5 compiled with the MySQL 5 libraries so that you can connect to another MySQL 5 server running somewhere? I assume you want to run a server yourself. To do so: sudo port install mysql5 +server (If you did not want a MySQL 5 server of your own, you can omit "+server".) To get PHP 5 with MySQL 5 support and the Apache 2 libphp5.so module, and get the apache2 port installed as well: sudo port install php5 +apache2 +mysql5 To discover what variants a port has which might be interesting to you, do e.g.: port variants php5 From ryandesign at macports.org Tue Sep 4 11:54:47 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: How to handle different versions of Python In-Reply-To: References: Message-ID: On Sep 4, 2007, at 06:17, Susan Mackay wrote: > I'm fairly new to Macports so please forgive me if this is an 'dumb' > question. > > I am trying to build gtk-sharp, which uses avahi which, in turn, uses > py-gdbm. For various reasons, I have both python2.4 and python2.5 > installed > (both installed as dependencies for other packages - I have no > knowledge of > python and have not installed either from 'choice'). > > When configuring avahi, it could not find py-gdbm although the 'ports > installed' command listed it as active. > > It turns out that the python 'sys.path' command includes all of the > pythin2.5 directories, but the py-gdbm package installs into the > python2.4 > directories. > > I have subsequently changed the avahi dependency from 'py-gdbm' to > 'py25-gdbm' and it has installed correctly. However I don't think > that this > should be the sort of thing that I should be 'playing' with. > > What is the correct process that I should be using to handle this > situation? > > It would appear that the python packages are tied to a specific > version and > are not generic. Is this right? Yes, that's right. A python port either uses python2.4 or it uses python2.5. If a python port could work with either, then two ports should be created. The one with the py- prefix is for python2.4 and the one with the py25- prefix is for python2.5. Then there are other ports like avahi which are not in the python category and don't have a py- or py25- prefix. These use either python2.4 or python2.5 as decided by the port author. I don't use any python software so I don't know the implications of changing the avahi dependency from py- gdbm to py25-gdbm. Perhaps the port author could comment. I'm Cc'ing him. From ryandesign at macports.org Tue Sep 4 11:56:04 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: hdf5 port file fetches wrong version In-Reply-To: <46DD0212.9010503@orange.fr> References: <46DD0212.9010503@orange.fr> Message-ID: <435AD3CE-BD10-402F-855A-3D977F77CCBB@macports.org> On Sep 4, 2007, at 01:58, Bernard Desgraupes wrote: > The hdf5 port file tries to fetch version 1.6.5 which is not on the > servers anymore. It is now 1.6.6. So the build fails: I had to > modify the port file manually (version and checksum) in order to > build hdf5. This bug was already filed two days ago: http://trac.macosforge.org/projects/macports/ticket/12592 From markd at macports.org Tue Sep 4 12:07:11 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:33 2007 Subject: Installing Apache2, PHP5, and MySQL5 using PortAuthority In-Reply-To: References: Message-ID: Ryan Schmidt writes: >I have no information about PortAuthority. I assume it's supposed to >be able to do every MacPorts command you can do from the command >line, but I've never used it and you'll have to consult its >documentation or its author if you have questions about it. > >What you want is easy to do on the command line. > >Do you want to run a MySQL 5 server on your iBook, or just get PHP 5 >compiled with the MySQL 5 libraries so that you can connect to >another MySQL 5 server running somewhere? > >I assume you want to run a server yourself. To do so: > >sudo port install mysql5 +server > >(If you did not want a MySQL 5 server of your own, you can omit >"+server".) > >To get PHP 5 with MySQL 5 support and the Apache 2 libphp5.so module, >and get the apache2 port installed as well: > >sudo port install php5 +apache2 +mysql5 > >To discover what variants a port has which might be interesting to >you, do e.g.: > >port variants php5 But the ui_msgs for php5 are still not right. http://trac.macosforge.org/projects/macports/ticket/12108 So you might want to use these instructions in this NeDi howto. http://homepage.mac.com/duling/halfdozen/NeDi-Howto.html Mark From ryandesign at macports.org Tue Sep 4 13:18:48 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: Installing Apache2, PHP5, and MySQL5 using PortAuthority In-Reply-To: References: <7568FD91-7A3B-4511-8291-D96F7BFCC025@pwb.com> Message-ID: <4C397A3A-4E13-42AE-AE2D-60013179388D@macports.org> On Sep 4, 2007, at 14:52, Steve Klein wrote: > On Sep 4, 2007, at 2:50 PM, Ryan Schmidt wrote: > >> To get PHP 5 with MySQL 5 support and the Apache 2 libphp5.so >> module, and get the apache2 port installed as well: >> >> sudo port install php5 +apache2 +mysql5 > > That's what I want. So I tried that, and got this error: > > ---> Activating php5 5.2.4_0+apache2+darwin_8+macosx+mysql5 > Error: Target org.macports.activate returned: Image error: Another > version of this port (php5 @5.2.4_0+darwin_8+macosx) is already > active. > Error: Status 1 encountered during processing. > > So now I have, it seems, two copies of PHP5. > > Ryan, I appreciate any help you can give me. Sure, no problem. By the way, please use Reply To All when you reply, so that your mail goes to the mailing list too, and not just to me. So you need to uninstall that other php5 first, using: sudo port uninstall php5 @5.2.4_0+darwin_8+macosx Then you can activate the new php5 you built: sudo port activate php5 From ryandesign at macports.org Tue Sep 4 13:20:48 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:33 2007 Subject: Installing Apache2, PHP5, and MySQL5 using PortAuthority In-Reply-To: References: <7568FD91-7A3B-4511-8291-D96F7BFCC025@pwb.com> Message-ID: On Sep 4, 2007, at 15:15, Steve Klein wrote: > Disregard my last message. > > I figured out how to uninstall the variants of PHP5, then re- > installed the one I wanted. > > I've edited my httpd.conf file, and Apache2 is now properly serving > up PHP pages! > > Right now I'm installing phpMyAdmin. We'll see how things go from > here. > > Thanks to Ryan, Mark, and Matthias for your help. Glad you got it working! If you're using the MacPorts phpMyAdmin port, note that it's a little out of date. You could probably update it to the current version if you like. From mle+tools at mega-nerd.com Wed Sep 5 00:53:40 2007 From: mle+tools at mega-nerd.com (Erik de Castro Lopo) Date: Tue Oct 9 16:43:33 2007 Subject: Can't build GNU Octave because of missing/broken hdf5? Message-ID: <20070905175340.9c64ebc9.mle+tools@mega-nerd.com> Hi all, I'm trying to build GNU Octave, but one of the pre-requisites hdf5 seems broken: ---> Fetching hdf5 ---> Attempting to fetch hdf5-1.6.5.tar.gz from ftp://ftp.hdfgroup.org/HDF5/current/src/ ---> Attempting to fetch hdf5-1.6.5.tar.gz from http://svn.macports.org/repository/macports/distfiles/hdf5 ---> Attempting to fetch hdf5-1.6.5.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch hdf5-1.6.5.tar.gz from http://svn.macports.org/repository/macports/downloads/hdf5 Error: Target org.macports.fetch returned: fetch failed Error: The following dependencies failed to build: hdf5 Error: Status 1 encountered during processing. What should I do to fix it? Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- Beware the Lollipop of Mediocrity. Lick it once, and you suck forever. From erwan at rail.eu.org Wed Sep 5 01:13:38 2007 From: erwan at rail.eu.org (Erwan David) Date: Tue Oct 9 16:43:34 2007 Subject: normalize ports seems to have disapeared... In-Reply-To: <46DAF303.5050705@macports.org> References: <20070902142727.GA10973@rail.eu.org> <46DAF303.5050705@macports.org> Message-ID: <20070905081337.GD17897@brehat.trusted-logic.fr> Le Sun 2/09/2007, Rainer M?ller disait > Erwan David wrote: > > The abcde port depends on normalize. However, the normalize port is broken > > (source page does not exists) and seems to have no maintainer. > > > > What can we do for this ? > > > > (there is a normlize at http://normalize.nongnu.org/ which might be the same, but I do not know if it is the case.) > > I updated the port in r28500. > Please wait a few hours and run port sync to get the new Portfile. > Thanks for your report. Thank you, it now works. -- Erwan From ryandesign at macports.org Wed Sep 5 02:06:03 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:34 2007 Subject: Can't build GNU Octave because of missing/broken hdf5? In-Reply-To: <20070905175340.9c64ebc9.mle+tools@mega-nerd.com> References: <20070905175340.9c64ebc9.mle+tools@mega-nerd.com> Message-ID: On Sep 5, 2007, at 02:53, Erik de Castro Lopo wrote: > I'm trying to build GNU Octave, but one of the pre-requisites hdf5 > seems broken: > > ---> Fetching hdf5 > ---> Attempting to fetch hdf5-1.6.5.tar.gz from ftp:// > ftp.hdfgroup.org/HDF5/current/src/ > ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// > svn.macports.org/repository/macports/distfiles/hdf5 > ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// > svn.macports.org/repository/macports/distfiles/general/ > ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// > svn.macports.org/repository/macports/downloads/hdf5 > Error: Target org.macports.fetch returned: fetch failed > Error: The following dependencies failed to build: hdf5 > Error: Status 1 encountered during processing. > > What should I do to fix it? A bug about hdf5 has already been filed: http://trac.macosforge.org/projects/macports/ticket/12592 The maintainer has not yet responded. From ryandesign at macports.org Wed Sep 5 03:48:42 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:34 2007 Subject: Can't build GNU Octave because of missing/broken hdf5? In-Reply-To: <46DE7621.5030103@orange.fr> References: <20070905175340.9c64ebc9.mle+tools@mega-nerd.com> <46DE7621.5030103@orange.fr> Message-ID: <3C85F562-AE8E-4E25-B2F8-2CE514E0BF74@macports.org> On Sep 5, 2007, at 04:25, Bernard Desgraupes wrote: > Ryan Schmidt wrote: > >> On Sep 5, 2007, at 02:53, Erik de Castro Lopo wrote: >> >>> I'm trying to build GNU Octave, but one of the pre-requisites hdf5 >>> seems broken: >>> >>> ---> Fetching hdf5 >>> ---> Attempting to fetch hdf5-1.6.5.tar.gz from ftp:// >>> ftp.hdfgroup.org/HDF5/current/src/ >>> ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// >>> svn.macports.org/repository/macports/distfiles/hdf5 >>> ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// >>> svn.macports.org/repository/macports/distfiles/general/ >>> ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// >>> svn.macports.org/repository/macports/downloads/hdf5 >>> Error: Target org.macports.fetch returned: fetch failed >>> Error: The following dependencies failed to build: hdf5 >>> Error: Status 1 encountered during processing. >>> >>> What should I do to fix it? >> >> A bug about hdf5 has already been filed: >> >> http://trac.macosforge.org/projects/macports/ticket/12592 >> >> The maintainer has not yet responded. > > I have built octave two days ago and have met this same problem. > Here's the recipe. To work around it, edit the Portfile (/opt/local/ > var/macports/sources/rsync.macports.org/release/ports/science/hdf5/ > Portfile) > and modify two things: > * the version : replace 1.6.5 by 1.6.6 > * the checksum: I did not keep a copy of the new checksum, but > after you changed the version and tried again to "port install > hdf5" there will be an error message in which the checksum is > printed. So replace the current value by the expected one. No the > build should go fine. > > When hdf5 has completed its build, execute > sudo port install octave > to finish the job. Then perhaps you could attach a diff to the ticket? From bdesgraupes at orange.fr Wed Sep 5 02:25:53 2007 From: bdesgraupes at orange.fr (Bernard Desgraupes) Date: Tue Oct 9 16:43:34 2007 Subject: Can't build GNU Octave because of missing/broken hdf5? In-Reply-To: References: <20070905175340.9c64ebc9.mle+tools@mega-nerd.com> Message-ID: <46DE7621.5030103@orange.fr> I have built octave two days ago and have met this same problem. Here's the recipe. To work around it, edit the Portfile (/opt/local/var/macports/sources/rsync.macports.org/release/ports/science/hdf5/Portfile) and modify two things: * the version : replace 1.6.5 by 1.6.6 * the checksum: I did not keep a copy of the new checksum, but after you changed the version and tried again to "port install hdf5" there will be an error message in which the checksum is printed. So replace the current value by the expected one. No the build should go fine. When hdf5 has completed its build, execute sudo port install octave to finish the job. HTH Bernard Ryan Schmidt wrote: > On Sep 5, 2007, at 02:53, Erik de Castro Lopo wrote: > >> I'm trying to build GNU Octave, but one of the pre-requisites hdf5 >> seems broken: >> >> ---> Fetching hdf5 >> ---> Attempting to fetch hdf5-1.6.5.tar.gz from ftp:// >> ftp.hdfgroup.org/HDF5/current/src/ >> ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// >> svn.macports.org/repository/macports/distfiles/hdf5 >> ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// >> svn.macports.org/repository/macports/distfiles/general/ >> ---> Attempting to fetch hdf5-1.6.5.tar.gz from http:// >> svn.macports.org/repository/macports/downloads/hdf5 >> Error: Target org.macports.fetch returned: fetch failed >> Error: The following dependencies failed to build: hdf5 >> Error: Status 1 encountered during processing. >> >> What should I do to fix it? > > > A bug about hdf5 has already been filed: > > http://trac.macosforge.org/projects/macports/ticket/12592 > > The maintainer has not yet responded. > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > > From simon at ruderich.com Wed Sep 5 08:36:42 2007 From: simon at ruderich.com (Simon Ruderich) Date: Tue Oct 9 16:43:34 2007 Subject: Can't build GNU Octave because of missing/broken hdf5? In-Reply-To: <3C85F562-AE8E-4E25-B2F8-2CE514E0BF74@macports.org> References: <20070905175340.9c64ebc9.mle+tools@mega-nerd.com> <46DE7621.5030103@orange.fr> <3C85F562-AE8E-4E25-B2F8-2CE514E0BF74@macports.org> Message-ID: <46DECD0A.9070909@ruderich.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Ryan Schmidt wrote: > Then perhaps you could attach a diff to the ticket? Hi, I have a more general question about this. Can I/we just commit a quick fix for this or should we wait for the maintainer? As Bernard Desgraupes says the update works so it should be no problem. Also the ticket is already 3 days old. Thanks, Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFG3s0KYRX4BO+zMikRCrbhAKDC9dl6DmkdViBm63UWvMpxOZ5UMACgsFaS pvMZC9k3TKckAdEhe7uwGZI= =CCJP -----END PGP SIGNATURE----- From simon at ruderich.com Wed Sep 5 08:41:34 2007 From: simon at ruderich.com (Simon Ruderich) Date: Tue Oct 9 16:43:34 2007 Subject: How to handle different versions of Python In-Reply-To: References: Message-ID: <46DECE2E.6030904@ruderich.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Ryan Schmidt wrote: > Yes, that's right. A python port either uses python2.4 or it uses > python2.5. If a python port could work with either, then two ports > should be created. The one with the py- prefix is for python2.4 and the > one with the py25- prefix is for python2.5. Then there are other ports > like avahi which are not in the python category and don't have a py- or > py25- prefix. These use either python2.4 or python2.5 as decided by the > port author. I don't use any python software so I don't know the > implications of changing the avahi dependency from py-gdbm to py25-gdbm. > Perhaps the port author could comment. I'm Cc'ing him. Hi, is there something we can do about these duplicated ports? As we have now a python-3.0 devel port there could be much more ports just for this version. Wouldn't be a bin:python:python24/25/30 better? The python ports (python24, python25, python30) could create a symbolic link named "python" so it should be there and can be checked. And for ports which need a specific version we could just check for that one (bin:python25:python25). What do you think about this? Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFG3s4tYRX4BO+zMikRCnYtAKCYVS1aywuzi9180Pi2lg/m/qsXtgCgrqUQ hq3Rj7+gjre8KdJ2OOZd52U= =MVjU -----END PGP SIGNATURE----- From mike012012 at yahoo.com Wed Sep 5 10:24:18 2007 From: mike012012 at yahoo.com (Michael Thon) Date: Tue Oct 9 16:43:34 2007 Subject: vncserver with Aqua gui Message-ID: Greetings - I am setting up a mac with multiple remote users. The users would like to have access to the standard Mac OS desktop via vnc. From what I have found so far on the internet, this might be possible as long as multiple user switching is enabled (which it is). I installed tightvnc and got vncserver running but is is showing me an X desktop instead. does anyone know how to get the Aqua desktop displayed? thanks Mike From lorenz.schori at gmx.ch Wed Sep 5 10:32:01 2007 From: lorenz.schori at gmx.ch (Lorenz Schori) Date: Tue Oct 9 16:43:34 2007 Subject: vncserver with Aqua gui In-Reply-To: References: Message-ID: <9B9E3F1A-B672-49AF-AE9F-84283B98D608@gmx.ch> I use this one: http://www.redstonesoftware.com/products/vine/server/vineosx/ On 05.09.2007, at 19:24, Michael Thon wrote: > Greetings - I am setting up a mac with multiple remote users. The > users would like to have access to the standard Mac OS desktop via > vnc. From what I have found so far on the internet, this might be > possible as long as multiple user switching is enabled (which it > is). I installed tightvnc and got vncserver running but is is > showing me an X desktop instead. does anyone know how to get the > Aqua desktop displayed? > > thanks > Mike > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From mike012012 at yahoo.com Wed Sep 5 11:12:38 2007 From: mike012012 at yahoo.com (Michael Thon) Date: Tue Oct 9 16:43:34 2007 Subject: vncserver with Aqua gui In-Reply-To: <9B9E3F1A-B672-49AF-AE9F-84283B98D608@gmx.ch> References: <9B9E3F1A-B672-49AF-AE9F-84283B98D608@gmx.ch> Message-ID: <677EC672-2F11-48AD-B164-9C035561A3B0@yahoo.com> Thanks. I just tried it and it works except that the users first have to log in at the console before they can log in remotely. there seems to be not way to start the Aqua window server from the command line...that I know of...yet. cheers Mike On Sep 5, 2007, at 7:32 PM, Lorenz Schori wrote: > > > I use this one: > http://www.redstonesoftware.com/products/vine/server/vineosx/ > > > On 05.09.2007, at 19:24, Michael Thon wrote: >> Greetings - I am setting up a mac with multiple remote users. The >> users would like to have access to the standard Mac OS desktop via >> vnc. From what I have found so far on the internet, this might be >> possible as long as multiple user switching is enabled (which it >> is). I installed tightvnc and got vncserver running but is is >> showing me an X desktop instead. does anyone know how to get the >> Aqua desktop displayed? >> >> thanks >> Mike >> >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > From iqgrande at gmail.com Wed Sep 5 18:14:02 2007 From: iqgrande at gmail.com (Anthony Michael Agelastos) Date: Tue Oct 9 16:43:34 2007 Subject: vncserver with Aqua gui In-Reply-To: <677EC672-2F11-48AD-B164-9C035561A3B0@yahoo.com> References: <9B9E3F1A-B672-49AF-AE9F-84283B98D608@gmx.ch> <677EC672-2F11-48AD-B164-9C035561A3B0@yahoo.com> Message-ID: Hello, Why use Vine Server when Apple's Remote Desktop does the same thing (is VNC) and is a feature of OS X Tiger? I use TightVNC to connect to other Macs all of the time with this. If there are features that Vine Server (formerly OSXvnc) has that ARD does not, I would like to know what they are. What VNC client for Mac do you and/or others recommend? Based on my experience, Chicken of the VNC appears to have stagnated, and I have been using the Java version of TightVNC (good performance, reasonable UI) and, aside from invoking it via Terminal.app, am pleased with it. Regards, Anthony On Sep 5, 2007, at 2:12 PM, Michael Thon wrote: > Thanks. I just tried it and it works except that the users first > have to log in at the console before they can log in remotely. > there seems to be not way to start the Aqua window server from the > command line...that I know of...yet. > > cheers > Mike > > On Sep 5, 2007, at 7:32 PM, Lorenz Schori wrote: > >> >> >> I use this one: >> http://www.redstonesoftware.com/products/vine/server/vineosx/ >> >> >> On 05.09.2007, at 19:24, Michael Thon wrote: >>> Greetings - I am setting up a mac with multiple remote users. >>> The users would like to have access to the standard Mac OS >>> desktop via vnc. From what I have found so far on the internet, >>> this might be possible as long as multiple user switching is >>> enabled (which it is). I installed tightvnc and got vncserver >>> running but is is showing me an X desktop instead. does anyone >>> know how to get the Aqua desktop displayed? >>> >>> thanks >>> Mike >>> >>> _______________________________________________ >>> macports-users mailing list >>> macports-users@lists.macosforge.org >>> http://lists.macosforge.org/mailman/listinfo/macports-users >> > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From jeff at cjstubbs.org Wed Sep 5 19:26:23 2007 From: jeff at cjstubbs.org (Jeff Stubbs) Date: Tue Oct 9 16:43:34 2007 Subject: vncserver with Aqua gui In-Reply-To: References: <9B9E3F1A-B672-49AF-AE9F-84283B98D608@gmx.ch> <677EC672-2F11-48AD-B164-9C035561A3B0@yahoo.com> Message-ID: <3730CD16-49C4-4DD6-8FB6-B02305E58262@cjstubbs.org> On Sep 5, 2007, at 9:14 PM, Anthony Michael Agelastos wrote: > What VNC client for Mac do you and/or others recommend? Just my .02 USD, I still use CotVNC but I'm starting to use JollysFastVNC (http://www.jinx.de/JollysFastVNC.html) more frequently. Still in "beta" according to the developer, but it works just fine for my needs. From ryandesign at macports.org Thu Sep 6 00:08:42 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:34 2007 Subject: How to handle different versions of Python In-Reply-To: <46DECE2E.6030904@ruderich.com> References: <46DECE2E.6030904@ruderich.com> Message-ID: On Sep 5, 2007, at 10:41, Simon Ruderich wrote: > Ryan Schmidt wrote: > >> Yes, that's right. A python port either uses python2.4 or it uses >> python2.5. If a python port could work with either, then two ports >> should be created. The one with the py- prefix is for python2.4 >> and the >> one with the py25- prefix is for python2.5. Then there are other >> ports >> like avahi which are not in the python category and don't have a >> py- or >> py25- prefix. These use either python2.4 or python2.5 as decided >> by the >> port author. I don't use any python software so I don't know the >> implications of changing the avahi dependency from py-gdbm to py25- >> gdbm. >> Perhaps the port author could comment. I'm Cc'ing him. > > is there something we can do about these duplicated ports? As we have > now a python-3.0 devel port there could be much more ports just for > this > version. > > Wouldn't be a bin:python:python24/25/30 better? > The python ports (python24, python25, python30) could create a > symbolic > link named "python" so it should be there and can be checked. > > And for ports which need a specific version we could just check for > that > one (bin:python25:python25). I don't use python. But I believe the idea was that there are significant differences between python 2.4 and 2.5, and that there is some software that works with 2.4 but not 2.5, some that works with 2.5 but not 2.4, and some that works with both 2.4 and 2.5 but with significant changes in how that's done. So the decision was to have separate portfiles. I have no information on how python 3.0 fits into the picture now. Perhaps someone who uses python can comment. From mike012012 at yahoo.com Thu Sep 6 00:54:05 2007 From: mike012012 at yahoo.com (Michael Thon) Date: Tue Oct 9 16:43:34 2007 Subject: vncserver with Aqua gui In-Reply-To: References: <9B9E3F1A-B672-49AF-AE9F-84283B98D608@gmx.ch> <677EC672-2F11-48AD-B164-9C035561A3B0@yahoo.com> Message-ID: I enabled Apple Remote Desktop on this machine and it seems to work fine except that it does not seem to allow multiple simultaneous users to log in graphically. cheers Mike On Sep 6, 2007, at 3:14 AM, Anthony Michael Agelastos wrote: > Hello, > > Why use Vine Server when Apple's Remote Desktop does the same thing > (is VNC) and is a feature of OS X Tiger? I use TightVNC to connect > to other Macs all of the time with this. If there are features that > Vine Server (formerly OSXvnc) has that ARD does not, I would like > to know what they are. > > What VNC client for Mac do you and/or others recomm