From ryandesign at macports.org Wed Jul 1 03:03:42 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 1 Jul 2009 05:03:42 -0500 Subject: installing ghc fails In-Reply-To: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> Message-ID: <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> On Jun 30, 2009, at 09:03, Inky 788 wrote: > I just tried installing pandoc, which requires ghc (among other > things), and > it seems that there was a problem configuring ghc. > > I'm on Mac OS X 10.5.7, Intel. This is just after a fresh install of > MacPorts 1.7.1-10.5-Leopard. I'm brand new to MacPorts. Xcode tools is > installed on this machine, as is X11, and OS X's Software Update says > everything is up to date. > > Here's the terminal output: > > ~~~ snip ~~~ > cmm/OptimizationFuel.hs: openBinaryFile: resource busy (file is > locked) There are many problems compiling ghc; you can search the issue tracker if you're interested. Can you try cleaning and trying again? Just to see if this was a one-time fluke or something repeatable. sudo port clean ghc sudo port install ghc From inky788 at gmail.com Wed Jul 1 07:42:11 2009 From: inky788 at gmail.com (Inky 788) Date: Wed, 1 Jul 2009 10:42:11 -0400 Subject: installing ghc fails In-Reply-To: <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> Message-ID: <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> On Wed, Jul 1, 2009 at 6:03 AM, Ryan Schmidt wrote: > > On Jun 30, 2009, at 09:03, Inky 788 wrote: > >> I just tried installing pandoc, which requires ghc (among other things), and >> it seems that there was a problem configuring ghc. >> >> I'm on Mac OS X 10.5.7, Intel. This is just after a fresh install of >> MacPorts 1.7.1-10.5-Leopard. I'm brand new to MacPorts. Xcode tools is >> installed on this machine, as is X11, and OS X's Software Update says >> everything is up to date. >> >> Here's the terminal output: >> >> ~~~ snip ~~~ > >> cmm/OptimizationFuel.hs: openBinaryFile: resource busy (file is locked) > > There are many problems compiling ghc; you can search the issue tracker if you're interested. Can you try cleaning and trying again? Just to see if this was a one-time fluke or something repeatable. > > sudo port clean ghc > sudo port install ghc > Thanks. Seems to have worked: ~~~ snip ~~~ $ sudo port install ghc --->? Fetching ghc --->? Verifying checksum(s) for ghc --->? Extracting ghc --->? Applying patches to ghc --->? Configuring ghc --->? Building ghc --->? Staging ghc into destroot --->? Installing ghc @6.10.3_1+darwin_9_i386 --->? Activating ghc @6.10.3_1+darwin_9_i386 --->? Cleaning ghc ~~~ /snip ~~~ Though, when I went on to try `sudo port install pandoc` again, this time it fails on haddock: ~~~ snip ~~~ $ sudo port install pandoc Password: ---> Fetching hs-ghc-paths ---> Attempting to fetch ghc-paths-0.1.0.5.tar.gz from http://distfiles.macports.org/hs-ghc-paths ---> Verifying checksum(s) for hs-ghc-paths ---> Extracting hs-ghc-paths ---> Configuring hs-ghc-paths ---> Building hs-ghc-paths ---> Staging hs-ghc-paths into destroot ---> Installing hs-ghc-paths @0.1.0.5_0 ---> Activating hs-ghc-paths @0.1.0.5_0 ---> Cleaning hs-ghc-paths ---> Fetching haddock ---> Attempting to fetch haddock-2.4.1.tar.gz from http://distfiles.macports.org/haddock ---> Verifying checksum(s) for haddock ---> Extracting haddock ---> Configuring haddock ---> Building haddock Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_haddock/work/haddock-2.4.1 && ./Setup build -v" returned error 1 Command output: Building executable: haddock... Creating dist/build/haddock (and its parents) Creating dist/build/haddock/haddock-tmp (and its parents) /opt/local/bin/ghc -o dist/build/haddock/haddock --make -hide-all-packages -no-user-package-conf -i -idist/build/haddock/haddock-tmp -isrc -idist/build/autogen -Idist/build/autogen -Idist/build/haddock/haddock-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build/haddock/haddock-tmp -hidir dist/build/haddock/haddock-tmp -stubdir dist/build/haddock/haddock-tmp -package Cabal-1.6.0.3 -package array-0.2.0.0 -package base-4.1.0.0 -package containers-0.2.0.1 -package directory-1.0.0.3 -package filepath-1.1.0.2 -package ghc-6.10.3 -package ghc-paths-0.1.0.5 -package haskell98-1.0.1.0 -package pretty-1.0.1.0 -O -funbox-strict-fields -O2 -XCPP -XPatternGuards -XDeriveDataTypeable -XScopedTypeVariables -XMagicHash src/Main.hs src/Main.hs:1:39: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables#-} instead src/Haddock/Utils.hs:1:13: Warning: -XPatternSignatures is deprecated: use -XScopedTypeVariables or pragma {-# LANGUAGE ScopedTypeVariables#-} instead [ 1 of 24] Compiling Haddock.Backends.HH ( src/Haddock/Backends/HH.hs, dist/build/haddock/haddock-tmp/Haddock/Backends/HH.o ) [ 2 of 24] Compiling Haddock.Backends.HH2 ( src/Haddock/Backends/HH2.hs, dist/build/haddock/haddock-tmp/Haddock/Backends/HH2.o ) [ 3 of 24] Compiling Haddock.Utils.BlockTable ( src/Haddock/Utils/BlockTable.hs, dist/build/haddock/haddock-tmp/Haddock/Utils/BlockTable.o ) [ 4 of 24] Compiling Haddock.Utils.Html ( src/Haddock/Utils/Html.hs, dist/build/haddock/haddock-tmp/Haddock/Utils/Html.o ) [ 5 of 24] Compiling Paths_haddock ( dist/build/autogen/Paths_haddock.hs, dist/build/haddock/haddock-tmp/Paths_haddock.o ) [ 6 of 24] Compiling Haddock.Version ( src/Haddock/Version.hs, dist/build/haddock/haddock-tmp/Haddock/Version.o ) [ 7 of 24] Compiling Haddock.GHC.Utils ( src/Haddock/GHC/Utils.hs, dist/build/haddock/haddock-tmp/Haddock/GHC/Utils.o ) [ 8 of 24] Compiling Haddock.Exception ( src/Haddock/Exception.hs, dist/build/haddock/haddock-tmp/Haddock/Exception.o ) [ 9 of 24] Compiling Haddock.DocName ( src/Haddock/DocName.hs, dist/build/haddock/haddock-tmp/Haddock/DocName.o ) [10 of 24] Compiling Haddock.Types ( src/Haddock/Types.hs, dist/build/haddock/haddock-tmp/Haddock/Types.o ) [11 of 24] Compiling Haddock.Utils ( src/Haddock/Utils.hs, dist/build/haddock/haddock-tmp/Haddock/Utils.o ) [12 of 24] Compiling Haddock.Options ( src/Haddock/Options.hs, dist/build/haddock/haddock-tmp/Haddock/Options.o ) [13 of 24] Compiling Haddock.GHC.Typecheck ( src/Haddock/GHC/Typecheck.hs, dist/build/haddock/haddock-tmp/Haddock/GHC/Typecheck.o ) [14 of 24] Compiling Haddock.GHC ( src/Haddock/GHC.hs, dist/build/haddock/haddock-tmp/Haddock/GHC.o ) [15 of 24] Compiling Haddock.Interface.AttachInstances ( src/Haddock/Interface/AttachInstances.hs, dist/build/haddock/haddock-tmp/Haddock/Interface/AttachInstances.o ) src/Haddock/Interface/AttachInstances.hs:94:17: Ambiguous occurrence `funTyConName' It could refer to either `Haddock.Interface.AttachInstances.funTyConName', defined at src/Haddock/Interface/AttachInstances.hs:108:0 or `TypeRep.funTyConName', imported from TypeRep at src/Haddock/Interface/AttachInstances.hs:26:0-13 Error: The following dependencies failed to build: haddock Error: Status 1 encountered during processing. ~~~~ /snip ~~~~ I tried the same commands you suggested for getting past the error with installing ghc (clean, then install again) but got the same error again. From allbery at kf8nh.com Wed Jul 1 07:50:20 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Wed, 1 Jul 2009 10:50:20 -0400 Subject: installing ghc fails In-Reply-To: <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> Message-ID: On Jul 1, 2009, at 10:42 , Inky 788 wrote: > ---> Installing ghc @6.10.3_1+darwin_9_i386 > ---> Activating ghc @6.10.3_1+darwin_9_i386 > ~~~ /snip ~~~ > ---> Attempting to fetch haddock-2.4.1.tar.gz from > http://distfiles.macports.org/haddock Haddock 2.4.1 isn't compatible with ghc 6.10.2 and later. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From sudarshan22 at gmail.com Wed Jul 1 08:35:52 2009 From: sudarshan22 at gmail.com (sudarshan22) Date: Wed, 1 Jul 2009 08:35:52 -0700 (PDT) Subject: opencv install failed Message-ID: <24291962.post@talk.nabble.com> Hi, I tried to install opencv on my mac using macports. Here is the error that I receive: It would be great if someone could tell me what is wrong and how I could fix it. (sudarshan at luckymac: ~)$ ins opencv Password: ---> Configuring opencv Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_opencv/work/opencv-1.0.0" && ./configure --prefix=/opt/local " returned error 1 Command output: checking tiff.h usability... yes checking tiff.h presence... yes checking for tiff.h... yes checking for TIFFReadRGBAStrip in -ltiff... yes checking jasper/jasper.h usability... yes checking jasper/jasper.h presence... yes checking for jasper/jasper.h... yes checking for jas_image_readcmpt in -ljasper... yes checking ImfCRgbaFile.h usability... no checking ImfCRgbaFile.h presence... no checking for ImfCRgbaFile.h... no configure: Checking for necessary tools to build python wrappers checking for python... /opt/local/bin/python checking for python version... File "", line 1 import sys; print sys.version[:3] ^ SyntaxError: invalid syntax checking for python platform... File "", line 1 import sys; print sys.platform ^ SyntaxError: invalid syntax checking for python script directory... ${prefix}/lib/python/site-packages checking for python extension module directory... ${exec_prefix}/lib/python/site-packages File "", line 1 import sys; print sys.prefix ^ SyntaxError: invalid syntax configure: error: Python Prefix is not known Error: Status 1 encountered during processing. Thanks, SS. -- View this message in context: http://www.nabble.com/opencv-install-failed-tp24291962p24291962.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From inky788 at gmail.com Wed Jul 1 08:37:05 2009 From: inky788 at gmail.com (Inky 788) Date: Wed, 1 Jul 2009 11:37:05 -0400 Subject: installing ghc fails In-Reply-To: References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> Message-ID: <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> On Wed, Jul 1, 2009 at 10:50 AM, Brandon Allbery wrote: > On Jul 1, 2009, at 10:42 , Inky 788 wrote: >> >> ---> ?Installing ghc @6.10.3_1+darwin_9_i386 >> ---> ?Activating ghc @6.10.3_1+darwin_9_i386 >> ~~~ /snip ~~~ >> ---> ?Attempting to fetch haddock-2.4.1.tar.gz from >> http://distfiles.macports.org/haddock > > > Haddock 2.4.1 isn't compatible with ghc 6.10.2 and later. > Ah. Thanks. Perhaps I could install hc-cabal and then use cabal (the Haskell package installer, AFAIK) to get whatever version of Haddock it deems fit. Is it ok to use cabal in conjunction with MacPorts when dealing with Haskell packages? Or will that confuse MacPorts? From allbery at kf8nh.com Wed Jul 1 08:47:44 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Wed, 1 Jul 2009 11:47:44 -0400 Subject: installing ghc fails In-Reply-To: <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> Message-ID: <79178583-C1E0-460F-8B0D-D3D796B486BE@kf8nh.com> On Jul 1, 2009, at 11:37 , Inky 788 wrote: > On Wed, Jul 1, 2009 at 10:50 AM, Brandon Allbery > wrote: >> On Jul 1, 2009, at 10:42 , Inky 788 wrote: >>> >>> ---> Installing ghc @6.10.3_1+darwin_9_i386 >>> ---> Activating ghc @6.10.3_1+darwin_9_i386 >>> ~~~ /snip ~~~ >>> ---> Attempting to fetch haddock-2.4.1.tar.gz from >>> http://distfiles.macports.org/haddock >> >> Haddock 2.4.1 isn't compatible with ghc 6.10.2 and later. > > Perhaps I could install hc-cabal and then use cabal (the Haskell > package installer, AFAIK) to get whatever version of Haddock it deems > fit. That would get you 2.4.2, which should work with 6.10.2/6.10.3, yes. > Is it ok to use cabal in conjunction with MacPorts when dealing with > Haskell packages? Or will that confuse MacPorts? My experience is it'll get somewhat confused, as it does when non- MacPorts Perl modules are installed. :/ -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From edios124 at gmail.com Wed Jul 1 09:10:33 2009 From: edios124 at gmail.com (Robert Webb) Date: Wed, 1 Jul 2009 12:10:33 -0400 Subject: Macports installation Message-ID: <20f31c160907010910u52e2182al31a30fe059fcda29@mail.gmail.com> I have tried to install macports using the package. The actual installation goes correctly, however, I get an error that the port command does not exist.:~ user$ sudo port selfupdate Password: sudo: port: command not found I have installed XCode and X11. Please help me. -------------- next part -------------- An HTML attachment was scrubbed... URL: From inky788 at gmail.com Wed Jul 1 09:21:23 2009 From: inky788 at gmail.com (Inky 788) Date: Wed, 1 Jul 2009 12:21:23 -0400 Subject: installing ghc fails In-Reply-To: <79178583-C1E0-460F-8B0D-D3D796B486BE@kf8nh.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> <79178583-C1E0-460F-8B0D-D3D796B486BE@kf8nh.com> Message-ID: <8b2374350907010921y1cc73d21l1629c41ae8b0942e@mail.gmail.com> On Wed, Jul 1, 2009 at 11:47 AM, Brandon Allbery wrote: > On Jul 1, 2009, at 11:37 , Inky 788 wrote: >> >> On Wed, Jul 1, 2009 at 10:50 AM, Brandon Allbery wrote: >>> >>> Haddock 2.4.1 isn't compatible with ghc 6.10.2 and later. >> >> Perhaps I could install hc-cabal and then use cabal (the Haskell >> package installer, AFAIK) to get whatever version of Haddock it deems >> fit. > > That would get you 2.4.2, which should work with 6.10.2/6.10.3, yes. Ok. I did `sudo port hs-cabal` and it went fine. The `cabal` command is now in `/opt/local/bin`. Then I did `cabal update`, and I've got a `~/.cabal` dir. Ran `cabal install haddock` and got: ~~~ snip ~~~ $ cabal install haddock Resolving dependencies... No packages to be installed. All the requested packages are already installed. If you want to reinstall anyway then use the --reinstall flag. ~~~ /snip ~~~ Weird. (How can I check if it's actually installed? Incidentally, it is not listed in the output of `port installed`, which is: The following ports are currently installed: ghc @6.10.3_1+darwin_9_i386 (active) gmp @4.3.1_0 (active) hs-cabal @0.6.2_0 (active) hs-ghc-paths @0.1.0.5_0 (active) hs-http @4000.0.6_0 (active) hs-libcabal @1.6.0.3_1 (active) hs-zlib @0.5.0.0_0 (active) libedit @20090503-3.0_0 (active) ncurses @5.7_0 (active) ncursesw @5.7_0 (active) perl5.8 @5.8.9_3 (active) zlib @1.2.3_2 (active) ) Then tried `cabal install pandoc` and it went ahead and installed it. (!) I tried it out, and it worked. :) >> Is it ok to use cabal in conjunction with MacPorts when dealing with >> Haskell packages? Or will that confuse MacPorts? > > My experience is it'll get somewhat confused, as it does when non-MacPorts > Perl modules are installed. :/ Good to know. Thanks. From sequethin at gmail.com Wed Jul 1 09:21:40 2009 From: sequethin at gmail.com (Michael Hernandez) Date: Wed, 01 Jul 2009 12:21:40 -0400 Subject: Macports installation In-Reply-To: <20f31c160907010910u52e2182al31a30fe059fcda29@mail.gmail.com> References: <20f31c160907010910u52e2182al31a30fe059fcda29@mail.gmail.com> Message-ID: <1246465300.23178.197.camel@mikeh-ubuntu> On Wed, 2009-07-01 at 12:10 -0400, Robert Webb wrote: > I have tried to install macports using the package. The actual > installation goes correctly, however, I get an error that the port > command does not exist. > :~ user$ sudo port selfupdate > Password: > sudo: port: command not found > > > I have installed XCode and X11. > Please help me. > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users http://www.macports.org/install.php "you may need to open a new shell for these changes to take effect." Did you? --Mike H From mikel.king at olivent.com Wed Jul 1 09:28:28 2009 From: mikel.king at olivent.com (Mikel King) Date: Wed, 1 Jul 2009 12:28:28 -0400 Subject: Macports installation In-Reply-To: <20f31c160907010910u52e2182al31a30fe059fcda29@mail.gmail.com> References: <20f31c160907010910u52e2182al31a30fe059fcda29@mail.gmail.com> Message-ID: <98B72576-D9ED-4A55-B1EE-716154A36BB4@olivent.com> On Jul 1, 2009, at 12:10 PM, Robert Webb wrote: > I have tried to install macports using the package. The actual > installation goes correctly, however, I get an error that the port > command does not exist. > :~ user$ sudo port selfupdate > Password: > sudo: port: command not found > > I have installed XCode and X11. > Please help me. Try executing: /opt/local/bin/port help if that works then you have a path issue. Regards, Mikel King CEO, Olivent Technologies Senior Editor, Daemon News Columnist, BSD Magazine 6 Alpine Court, Medford, NY 11763 o: 631.627.3055 skype:mikel.king http://mikelking.com http://twitter.com/mikelking From tangle1 at mindspring.com Wed Jul 1 11:58:05 2009 From: tangle1 at mindspring.com (tangle1 at mindspring.com) Date: Wed, 1 Jul 2009 11:58:05 -0700 (GMT-07:00) Subject: Macports installation Message-ID: <3113140.1246474685338.JavaMail.root@elwamui-rubis.atl.sa.earthlink.net> An HTML attachment was scrubbed... URL: From raimue at macports.org Wed Jul 1 13:57:37 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Wed, 01 Jul 2009 22:57:37 +0200 Subject: opencv install failed In-Reply-To: <24291962.post@talk.nabble.com> References: <24291962.post@talk.nabble.com> Message-ID: <4A4BCDC1.6040408@macports.org> On 2009-07-01 17:35, sudarshan22 wrote: > (sudarshan at luckymac: ~)$ ins opencv > Password: > ---> Configuring opencv > Error: Target org.macports.configure returned: configure failure: shell > command " cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_opencv/work/opencv-1.0.0" > && ./configure --prefix=/opt/local " returned error 1 > Command output: checking tiff.h usability... yes > checking tiff.h presence... yes > checking for tiff.h... yes > checking for TIFFReadRGBAStrip in -ltiff... yes > checking jasper/jasper.h usability... yes > checking jasper/jasper.h presence... yes > checking for jasper/jasper.h... yes > checking for jas_image_readcmpt in -ljasper... yes > checking ImfCRgbaFile.h usability... no > checking ImfCRgbaFile.h presence... no > checking for ImfCRgbaFile.h... no > configure: Checking for necessary tools to build python wrappers > checking for python... /opt/local/bin/python This looks wrong. No port should be using ${prefix}/bin/python directly. Instead, make the port use a python binary with version suffix, e.g. python2.5 or python2.6. In most cases, this can be achieved by a statement like this: configure.python ${prefix}/bin/python2.6 This will export PYTHON for the configure/build environment. If this does not work, check configure parameters or it will require a custom patch. In this case, the port does not declare a dependency on python at all. stante, you should pin it to a specific python version. Rainer From raimue at macports.org Wed Jul 1 16:06:21 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Thu, 02 Jul 2009 01:06:21 +0200 Subject: installing ghc fails In-Reply-To: References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> Message-ID: <4A4BEBED.9050501@macports.org> On 2009-07-01 16:50, Brandon Allbery wrote: > On Jul 1, 2009, at 10:42 , Inky 788 wrote: >> ---> Installing ghc @6.10.3_1+darwin_9_i386 >> ---> Activating ghc @6.10.3_1+darwin_9_i386 >> ~~~ /snip ~~~ >> ---> Attempting to fetch haddock-2.4.1.tar.gz from >> http://distfiles.macports.org/haddock > > > Haddock 2.4.1 isn't compatible with ghc 6.10.2 and later. I updated haddock to 2.4.2 now. Will be available in the PortIndex in about an hour. Rainer From ryandesign at macports.org Wed Jul 1 16:07:48 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 1 Jul 2009 18:07:48 -0500 Subject: installing ghc fails In-Reply-To: References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> Message-ID: On Jul 1, 2009, at 09:50, Brandon Allbery wrote: > On Jul 1, 2009, at 10:42 , Inky 788 wrote: >> ---> Installing ghc @6.10.3_1+darwin_9_i386 >> ---> Activating ghc @6.10.3_1+darwin_9_i386 >> ~~~ /snip ~~~ >> ---> Attempting to fetch haddock-2.4.1.tar.gz from >> http://distfiles.macports.org/haddock > > > Haddock 2.4.1 isn't compatible with ghc 6.10.2 and later. So, we should update the haddock port to 2.4.2, yes? That would hopefully fix http://trac.macports.org/ticket/20043 and http://trac.macports.org/ticket/19759 From sudarshan22 at gmail.com Wed Jul 1 16:11:53 2009 From: sudarshan22 at gmail.com (sudarshan22) Date: Wed, 1 Jul 2009 16:11:53 -0700 (PDT) Subject: opencv install failed In-Reply-To: <4A4BCDC1.6040408@macports.org> References: <24291962.post@talk.nabble.com> <4A4BCDC1.6040408@macports.org> Message-ID: <24298577.post@talk.nabble.com> Rainer M?ller-4 wrote: > > On 2009-07-01 17:35, sudarshan22 wrote: >> (sudarshan at luckymac: ~)$ ins opencv >> Password: >> ---> Configuring opencv >> Error: Target org.macports.configure returned: configure failure: shell >> command " cd >> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_opencv/work/opencv-1.0.0" >> && ./configure --prefix=/opt/local " returned error 1 >> Command output: checking tiff.h usability... yes >> checking tiff.h presence... yes >> checking for tiff.h... yes >> checking for TIFFReadRGBAStrip in -ltiff... yes >> checking jasper/jasper.h usability... yes >> checking jasper/jasper.h presence... yes >> checking for jasper/jasper.h... yes >> checking for jas_image_readcmpt in -ljasper... yes >> checking ImfCRgbaFile.h usability... no >> checking ImfCRgbaFile.h presence... no >> checking for ImfCRgbaFile.h... no >> configure: Checking for necessary tools to build python wrappers >> checking for python... /opt/local/bin/python > > This looks wrong. No port should be using ${prefix}/bin/python directly. > Instead, make the port use a python binary with version suffix, e.g. > python2.5 or python2.6. > > In most cases, this can be achieved by a statement like this: > configure.python ${prefix}/bin/python2.6 > This will export PYTHON for the configure/build environment. If this > does not work, check configure parameters or it will require a custom > patch. > > In this case, the port does not declare a dependency on python at all. > stante, you should pin it to a specific python version. > > Rainer > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > Hi Rainer, You were right in that it was not using the correct python version. It was using 3.0 instead of 2.5. However, I had to use python_select to set it to the correct version and install opencv. configure.python gave me error (unless I did it wrong). Anyway it installed like a breeze. Thanks, SS. -- View this message in context: http://www.nabble.com/opencv-install-failed-tp24291962p24298577.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From MLMLists at Comcast.net Wed Jul 1 17:27:56 2009 From: MLMLists at Comcast.net (Mitchell L Model) Date: Wed, 1 Jul 2009 20:27:56 -0400 Subject: how do I find which package has a program I am looking for? Message-ID: I just switched machines. I had /opt/local/bin/ls on my other one. I am remaking my ports environment for various reasons. So far I haven't stumbled upon the port containing ls! I've read documentation, tried some things, etc. I'm sure I'm missing something really basic. Would someone please fill me in? From jmr at macports.org Wed Jul 1 17:48:38 2009 From: jmr at macports.org (Joshua Root) Date: Thu, 02 Jul 2009 10:48:38 +1000 Subject: how do I find which package has a program I am looking for? In-Reply-To: References: Message-ID: <4A4C03E6.3060607@macports.org> On 2009-7-2 10:27, Mitchell L Model wrote: > I just switched machines. I had /opt/local/bin/ls on my other one. I am remaking my ports environment for various reasons. So far I haven't stumbled upon the port containing ls! I've read documentation, tried some things, etc. I'm sure I'm missing something really basic. Would someone please fill me in? /opt/local/bin/ls would only be provided by the coreutils port with the +with_default_names variant selected. It's actually a pretty bad idea to use this variant, because many programs will expect the utilities to have the BSD behaviour. It can currently also break MacPorts base: Without that variant, the coreutils will be installed with a 'g' prefix, e.g. 'ls' becomes 'gls'. If you want to use gls when you type ls in your shell, it's far safer to set up an alias. - Josh From allbery at kf8nh.com Wed Jul 1 18:40:05 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Wed, 1 Jul 2009 21:40:05 -0400 Subject: installing ghc fails In-Reply-To: <8b2374350907010921y1cc73d21l1629c41ae8b0942e@mail.gmail.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> <79178583-C1E0-460F-8B0D-D3D796B486BE@kf8nh.com> <8b2374350907010921y1cc73d21l1629c41ae8b0942e@mail.gmail.com> Message-ID: <9A8CEBCA-06B6-4FE0-BAD6-D13E4032EF6A@kf8nh.com> On Jul 1, 2009, at 12:21 , Inky 788 wrote: > $ cabal install haddock > Resolving dependencies... > No packages to be installed. All the requested packages are already > installed. > If you want to reinstall anyway then use the --reinstall flag. > ~~~ /snip ~~~ > > Weird. (How can I check if it's actually installed? Incidentally, it > is not listed in the output of `port installed`, which is: "type haddock" to find out where it is. Haddock 2.x is actually built into ghc, which is why there's such a close version dependency on the two. I haven't checked, but it's possible that installing ghc is installing haddock automatically, such that ghc knows about it but port doesn't. (This would be a bug in the ghc port.) Actually, poking about on my system, what I see is: - haddock-ghc is installed by the ghc port - /usr/bin/haddock is a symlink into the framework-based ghc install from haskell.org/ghc, unrelated to ports You may want to verify which ghc and haddock you're getting, and adjust your path or remove the interfering ghc install. -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From MLMLists at Comcast.net Wed Jul 1 18:45:01 2009 From: MLMLists at Comcast.net (Mitchell L Model) Date: Wed, 1 Jul 2009 21:45:01 -0400 Subject: how do I find which package has a program I am looking for? In-Reply-To: <4A4C03E6.3060607@macports.org> References: <4A4C03E6.3060607@macports.org> Message-ID: At 10:48 AM +1000 7/2/09, Joshua Root wrote: >On 2009-7-2 10:27, Mitchell L Model wrote: >> I just switched machines. I had /opt/local/bin/ls on my other one. I am remaking my ports environment for various reasons. So far I haven't stumbled upon the port containing ls! I've read documentation, tried some things, etc. I'm sure I'm missing something really basic. Would someone please fill me in? > >/opt/local/bin/ls would only be provided by the coreutils port with the >+with_default_names variant selected. It's actually a pretty bad idea to >use this variant, because many programs will expect the utilities to >have the BSD behaviour. It can currently also break MacPorts base: > > >Without that variant, the coreutils will be installed with a 'g' prefix, >e.g. 'ls' becomes 'gls'. If you want to use gls when you type ls in your >shell, it's far safer to set up an alias. Thanks for all that info -- that was a whole other issue I hadn't thought about. I switched from fink to ports recently, and not everything is the same. I've been getting errors on some installations with the command "cd"; I wonder if that's the same problem But I still want to know how to find something -- I'm missing libJPEG.dylib which is needed for some things I'm installing (and not obscure ones), for instance. How would I figure out what package contains it? I guess libraries are harder than commands; I'd like to know how to find both. Thanks. From blb at macports.org Wed Jul 1 19:18:17 2009 From: blb at macports.org (Bryan Blackburn) Date: Wed, 1 Jul 2009 20:18:17 -0600 Subject: how do I find which package has a program I am looking for? In-Reply-To: References: <4A4C03E6.3060607@macports.org> Message-ID: <20090702021817.GM6465@ninagal.withay.com> On Wed, Jul 01, 2009 at 09:45:01PM -0400, Mitchell L Model said: > At 10:48 AM +1000 7/2/09, Joshua Root wrote: > >On 2009-7-2 10:27, Mitchell L Model wrote: > >> I just switched machines. I had /opt/local/bin/ls on my other one. I am remaking my ports environment for various reasons. So far I haven't stumbled upon the port containing ls! I've read documentation, tried some things, etc. I'm sure I'm missing something really basic. Would someone please fill me in? > > > >/opt/local/bin/ls would only be provided by the coreutils port with the > >+with_default_names variant selected. It's actually a pretty bad idea to > >use this variant, because many programs will expect the utilities to > >have the BSD behaviour. It can currently also break MacPorts base: > > > > > >Without that variant, the coreutils will be installed with a 'g' prefix, > >e.g. 'ls' becomes 'gls'. If you want to use gls when you type ls in your > >shell, it's far safer to set up an alias. > > Thanks for all that info -- that was a whole other issue I hadn't thought about. > I switched from fink to ports recently, and not everything is the same. > I've been getting errors on some installations with the command "cd"; > I wonder if that's the same problem Make sure your install is current (with 'sudo port selfupdate') as most of the cd problems have been fixed; if you still hit one, please file a ticket so we can fix it: > > But I still want to know how to find something -- I'm missing libJPEG.dylib > which is needed for some things I'm installing (and not obscure ones), > for instance. How would I figure out what package contains it? I guess > libraries are harder than commands; I'd like to know how to find both. The jpeg port provides libjpeg.dylib (all lowercase) if that's what you're looking for. However, note that MacPorts doesn't currently have a database of installed files and what port provides them, you basically have to have a given port already installed to find that information. Bryan > > Thanks. From ryandesign at macports.org Thu Jul 2 02:21:31 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 2 Jul 2009 04:21:31 -0500 Subject: Macports installation In-Reply-To: <3113140.1246474685338.JavaMail.root@elwamui-rubis.atl.sa.earthlink.net> References: <3113140.1246474685338.JavaMail.root@elwamui-rubis.atl.sa.earthlink.net> Message-ID: <1B34EA91-5CE4-4201-ABE6-D2638EDFE875@macports.org> On Jul 1, 2009, at 13:58, tangle1 at mindspring.com wrote: > look at section 2.6 of macports doc > > http://guide.macports.org/#using.port > > you need to modify .profile : > export PATH=/opt/local/bin:/opt/local/sbin:$PATHexport MANPATH=/opt/ > local/share/man:$MANPATH MacPorts should set this up for you, unless you are using MacPorts 1.6.0 which had a bug. Versions earlier and later than 1.6.0 do not have the bug, and you should be using 1.7.1 at this point. The setup code only sets up bash and tcsh shells; if you use a different shell you'll have to set it up by hand. From gwright at antiope.com Thu Jul 2 05:12:35 2009 From: gwright at antiope.com (Gregory Wright) Date: Thu, 02 Jul 2009 08:12:35 -0400 Subject: installing ghc fails In-Reply-To: <9A8CEBCA-06B6-4FE0-BAD6-D13E4032EF6A@kf8nh.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> <79178583-C1E0-460F-8B0D-D3D796B486BE@kf8nh.com> <8b2374350907010921y1cc73d21l1629c41ae8b0942e@mail.gmail.com> <9A8CEBCA-06B6-4FE0-BAD6-D13E4032EF6A@kf8nh.com> Message-ID: <4A4CA433.2040607@antiope.com> Hi, Brandon Allbery wrote: > On Jul 1, 2009, at 12:21 , Inky 788 wrote: >> $ cabal install haddock >> Resolving dependencies... >> No packages to be installed. All the requested packages are already >> installed. >> If you want to reinstall anyway then use the --reinstall flag. >> ~~~ /snip ~~~ >> >> Weird. (How can I check if it's actually installed? Incidentally, it >> is not listed in the output of `port installed`, which is: > > "type haddock" to find out where it is. > > Haddock 2.x is actually built into ghc, which is why there's such a > close version dependency on the two. I haven't checked, but it's > possible that installing ghc is installing haddock automatically, such > that ghc knows about it but port doesn't. (This would be a bug in the > ghc port.) > > Actually, poking about on my system, what I see is: > - haddock-ghc is installed by the ghc port > - /usr/bin/haddock is a symlink into the framework-based ghc install > from haskell.org/ghc, unrelated to ports > > You may want to verify which ghc and haddock you're getting, and > adjust your path or remove the interfering ghc install. > It's a sort of a bug in the ghc port. GHC itself builds and installs haddock, a version that is known to work for documenting the compiler. However, this makes it impossible to install a different version of haddock (the port moves the ghc-provided haddock to haddock-ghc, which prevents the name collision, but cabal registers the application as "haddock", not haddock-ghc). Two things could be done: just accept ghc's haddock and never install another, or change the install name of ghc-provided haddock. I'd be happy to do the former as it is no work, but it would prevent people from installing the latest version of haddock, if it is updated between ghc releases. > ------------------------------------------------------------------------ > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From gwright at antiope.com Thu Jul 2 06:15:49 2009 From: gwright at antiope.com (Gregory Wright) Date: Thu, 2 Jul 2009 09:15:49 -0400 Subject: installing ghc fails In-Reply-To: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> Message-ID: Hi Inky, On Jun 30, 2009, at 10:03 AM, Inky 788 wrote: > Hi, > > I just tried installing pandoc, which requires ghc (among other > things), and it seems that there was a problem configuring ghc. > > I'm on Mac OS X 10.5.7, Intel. This is just after a fresh install of > MacPorts 1.7.1-10.5-Leopard. I'm brand new to MacPorts. Xcode tools > is installed on this machine, as is X11, and OS X's Software Update > says everything is up to date. > > Here's the terminal output: > > ~~~ snip ~~~ > --> Building ghc > 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_ghc/work/ghc-6.10.3 && env > DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib make" returned error 2 > Command output: --flags=-stage1 --flags=ncg -- > flags=ghci --ghc-option=-DGHCI_TABLES_NEXT_TO_CODE --enable-library- > profiling --with-compiler=/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/ghc-6.10.3/ghc/stage1- > inplace/ghc --with-hc-pkg=/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/ghc-6.10.3/utils/ghc-pkg/ > install-inplace/bin/ghc-pkg \ > --prefix=/NONEXISTENT --bindir=/NONEXISTENT -- > libdir=/NONEXISTENT --libexecdir=/NONEXISTENT --datadir=/NONEXISTENT > --docdir=/NONEXISTENT --haddockdir=/NONEXISTENT --htmldir=/ > NONEXISTENT \ > --libsubdir='$pkgid' --with-gcc=gcc --with- > ld=/usr/bin/ld --hsc2hs-option=-I/opt/local/include --configure- > option='--prefix=/opt/local' --configure-option='--prefix=/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/destroot/opt/local' -- > configure-option='--datadir=/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/destroot/opt/local/share/ > ghc-6.10.3' --configure-option='--with-gmp-includes=/opt/local/ > include' --configure-option='--with-gmp-libraries=/opt/local/lib' > --configure-option='--with-ghc=/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/ghc-bootstrap/bin/ghc' -- > configure-option='CC=/usr/bin/gcc-4.0' --configure-option='CFLAGS=- > O2 -I/opt/local/include' --configure-option='LDFLAGS=-L/opt/local/ > lib -L/usr/lib' --configure-option='CPPFLAGS=-I/opt/local/include' > --configure-option='CPP=/usr/bin/cpp-4.0' --configure-option=--with- > cc="gcc" --with-hsc2hs=/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/ghc-6.10.3/utils/hsc2hs/ > install-inplace/bin/hsc2hs \ > --ghc-option=-DSTAGE=2 > Configuring ghc-6.10.3... > Warning: 'include-dirs: ../libffi/build/include' is a relative path > outside of > the source tree. This will not work when generating a tarball with > 'sdist'. > Warning: 'include-dirs: ../libraries/base/cbits' is a relative path > outside of > the source tree. This will not work when generating a tarball with > 'sdist'. > Warning: 'include-dirs: ../libraries/base/include' is a relative > path outside > of the source tree. This will not work when generating a tarball > with 'sdist'. > Warning: 'include-dirs: stage2plus' directory does not exist. > rm -f -f Makefile-stage2 > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/ghc-6.10.3/libraries/cabal- > bin /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/ghc-bootstrap/bin/ghc /opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/ghc-6.10.3/libraries/ > bootstrapping.conf 1.6.0.3 makefile --distpref dist-stage2 -f > Makefile-stage2 > Preprocessing library ghc-6.10.3... > Generating Makefile ghc-6.10.3... > ../utils/mkdirhier/mkdirhier stage2plus > mkdir stage2plus > Creating stage2plus/ghc_boot_platform.h... > Done. > make -C compiler stage=2 > make -f Makefile-stage2 stage=2 > Makefile-stage2:86: dist-stage2/build/.depend: No such file or > directory > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_ghc/work/ghc-6.10.3/ghc/stage1- > inplace/ghc -M -dep-makefile dist-stage2/build/.depend -dep-suffix-s > -dep-suffixp -DGHCI_TABLES_NEXT_TO_CODE -DSTAGE=2 -package-name > ghc-6.10.3 -hide-all-packages -no-user-package-conf -i -idist-stage2/ > build -inativeGen -ibasicTypes -icmm -icodeGen -icoreSyn - > icprAnalysis -ideSugar -ighci -ihsSyn -iiface -imain -iparser - > iprelude -iprofiling -irename -isimplCore -isimplStg -ispecialise - > istgSyn -istranal -itypecheck -itypes -iutils -ivectorise -idist- > stage2/build/autogen -Idist-stage2/build/autogen -Idist-stage2/build > -I../libffi/build/include -Istage2plus -I../libraries/base/cbits - > I../libraries/base/include -I. -Iparser -Iutils -optP-DGHCI -optP- > include -optPdist-stage2/build/autogen/cabal_macros.h -odir dist- > stage2/build -hidir dist-stage2/build -stubdir dist-stage2/build - > package Cabal-1.6.0.3 -package array-0.2.0.0 -package base-4.1.0.0 - > package bytestring-0.9.1.4 -package containers-0.2.0.1 -package > directory-1.0.0.3 -package filepath-1.1.0.2 -package > haskell98-1.0.1.0 -package hpc-0.5.0.3 -package old-time-1.0.0.2 - > package process-1.0.1.1 -package template-haskell-2.3.0.1 -package > unix-2.3.2.0 -O -Wall -fno-warn-name-shadowing -fno-warn-orphans - > XCPP -XMagicHash -XUnboxedTuples -XPatternGuards - > XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances - > XMultiParamTypeClasses -XFlexibleInstances -XRank2Types - > XScopedTypeVariables -XDeriveDataTypeable -idist-stage2/build -H32m - > O -I/opt/local/include -L/opt/local/lib -Rghc-timing -O2 AsmCodeGen > MachCodeGen MachInstrs MachRegs NCGMonad PositionIndependentCode > PprMach RegAllocColor RegAllocInfo RegAllocLinear RegAllocStats > RegArchBase RegArchX86 RegCoalesce RegLiveness RegSpill > RegSpillClean RegSpillCost DsMeta TcSplice Convert ByteCodeAsm > ByteCodeFFI ByteCodeGen ByteCodeInstr ByteCodeItbls ByteCodeLink > Debugger LibFFI Linker ObjLink RtClosureInspect BasicTypes DataCon > Demand Exception Id IdInfo Literal MkId Module Name NameEnv NameSet > NewDemand OccName RdrName SrcLoc UniqSupply Unique Var VarEnv VarSet > BlockId CLabel Cmm CmmBrokenBlock CmmCPS CmmCPSGen CmmCPSZ > CmmCallConv CmmCommonBlockElimZ CmmContFlowOpt CmmCvt CmmExpr > CmmInfo CmmLex CmmLint CmmLive CmmLiveZ CmmOpt CmmParse CmmProcPoint > CmmProcPointZ CmmSpillReload CmmTx CmmUtils CmmZipUtil DFMonad > Dataflow MachOp MkZipCfg MkZipCfgCmm OptimizationFuel PprC PprCmm > PprCmmZ StackColor StackPlacements ZipCfg ZipCfgCmmRep ZipCfgExtras > ZipDataflow Bitmap CgBindery CgCallConv CgCase CgClosure CgCon > CgExpr CgForeignCall CgHeapery CgHpc CgInfoTbls CgLetNoEscape > CgMonad CgParallel CgPrimOp CgProf CgStackery CgTailCall CgTicky > CgUtils ClosureInfo CodeGen SMRep CoreFVs CoreLint CorePrep > CoreSubst CoreSyn CoreTidy CoreUnfold CoreUtils ExternalCore MkCore > MkExternalCore PprCore PprExternalCore CprAnalyse Check Coverage > Desugar DsArrows DsBinds DsCCall DsExpr DsForeign DsGRHSs DsListComp > DsMonad DsUtils Match MatchCon MatchLit HsBinds HsDecls HsDoc HsExpr > HsImpExp HsLit HsPat HsSyn HsTypes HsUtils BinIface BuildTyCl > IfaceEnv IfaceSyn IfaceType LoadIface MkIface TcIface BreakArray > CmdLineParser CodeOutput Config Constants DriverMkDepend > DriverPhases DriverPipeline DynFlags ErrUtils Finder GHC HeaderInfo > HscMain HscStats HscTypes InteractiveEval PackageConfig Packages > ParsePkgConf PprTyThing StaticFlags StaticFlagParser SysTools > TidyPgm Ctype HaddockLex HaddockParse HaddockUtils LexCore Lexer > Parser ParserCore ParserCoreUtils RdrHsSyn ForeignCall PrelInfo > PrelNames PrelRules PrimOp TysPrim TysWiredIn CostCentre SCCfinal > RnBinds RnEnv RnExpr RnHsDoc RnHsSyn RnNames RnPat RnSource RnTypes > CSE FloatIn FloatOut LiberateCase OccurAnal SAT SetLevels SimplCore > SimplEnv SimplMonad SimplUtils Simplify SRT SimplStg StgStats Rules > SpecConstr Specialise CoreToStg StgLint StgSyn DmdAnal SaAbsInt > SaLib StrictAnal WorkWrap WwLib FamInst Inst TcArrows TcBinds > TcClassDcl TcDefaults TcDeriv TcEnv TcExpr TcForeign TcGenDeriv > TcHsSyn TcHsType TcInstDcls TcMType TcMatches TcPat TcRnDriver > TcRnMonad TcRnTypes TcRules TcSimplify TcTyClsDecls TcTyDecls > TcTyFuns TcType TcUnify Class Coercion FamInstEnv FunDeps Generics > InstEnv TyCon Type TypeRep Unify Bag Binary BufWrite Digraph > Encoding FastBool FastFunctions FastMutInt FastString FastTypes > Fingerprint FiniteMap GraphBase GraphColor GraphOps GraphPpr IOEnv > Interval LazyUniqFM ListSetOps Maybes MonadUtils OrdList Outputable > Panic Pretty State StringBuffer Unicode UniqFM UniqSet Util > VectBuiltIn VectCore VectMonad VectType VectUtils Vectorise > cmm/OptimizationFuel.hs: openBinaryFile: resource busy (file is > locked) > < residency (3 samples), 34M in use, 0.00 INIT (0.00 elapsed), 0.16 > MUT (1.34 elapsed), 0.04 GC (0.05 elapsed) :ghc>> > make[3]: *** [dist-stage2/build/.depend] Error 1 > make[2]: *** [build.stage.2] Error 2 > make[1]: *** [stage2] Error 2 > make: *** [bootstrap2] Error 2 > > Error: The following dependencies failed to build: ghc haddock hs- > ghc-paths > Error: Status 1 encountered during processing. > ~~~ /snip ~~~ The underlying cause here is a hard to reproduce file locking bug in ghc. At the moment, if you get the error "resource busy (file is locked)" you should try clean and try again. The bug is in ghc itself, and is not limited to OS X. A bunch of these bugs were squashed about a year ago but I've seen this one on my own machine, but have not been able to track it down. Greg From inky788 at gmail.com Thu Jul 2 06:55:38 2009 From: inky788 at gmail.com (Inky 788) Date: Thu, 2 Jul 2009 09:55:38 -0400 Subject: installing ghc fails In-Reply-To: <9A8CEBCA-06B6-4FE0-BAD6-D13E4032EF6A@kf8nh.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> <79178583-C1E0-460F-8B0D-D3D796B486BE@kf8nh.com> <8b2374350907010921y1cc73d21l1629c41ae8b0942e@mail.gmail.com> <9A8CEBCA-06B6-4FE0-BAD6-D13E4032EF6A@kf8nh.com> Message-ID: <8b2374350907020655x15d0ec05mdd3fc30253560dd2@mail.gmail.com> On Wed, Jul 1, 2009 at 9:40 PM, Brandon Allbery wrote: > On Jul 1, 2009, at 12:21 , Inky 788 wrote: >> >> $ cabal install haddock >> Resolving dependencies... >> No packages to be installed. All the requested packages are already >> installed. >> If you want to reinstall anyway then use the --reinstall flag. >> ~~~ /snip ~~~ >> >> Weird. (How can I check if it's actually installed? Incidentally, it >> is not listed in the output of `port installed`, which is: > > "type haddock" to find out where it is. $ type haddock -bash: type: haddock: not found > Haddock 2.x is actually built into ghc, which is why there's such a close > version dependency on the two. ?I haven't checked, but it's possible that > installing ghc is installing haddock automatically, such that ghc knows > about it but port doesn't. ?(This would be a bug in the ghc port.) > > Actually, poking about on my system, what I see is: > - haddock-ghc is installed by the ghc port > - /usr/bin/haddock is a symlink into the framework-based ghc install from > haskell.org/ghc, unrelated to ports $ ls -l /opt/local/lib/ghc-6.10.3/ | grep haddock -rwxr-xr-x 2 root admin 17266340 Jul 1 10:20 haddock drwxr-xr-x 6 root admin 204 Jul 1 10:22 haddock-2.4.2 > You may want to verify which ghc and haddock you're getting, $ which haddock $ which haddock-ghc /opt/local/bin/haddock-ghc > and adjust your > path or remove the interfering ghc install. As I wrote earlier, it did not seem that I had to explicitly install any haddock package at all. Thanks. From gwright at antiope.com Thu Jul 2 07:14:51 2009 From: gwright at antiope.com (Gregory Wright) Date: Thu, 02 Jul 2009 10:14:51 -0400 Subject: installing ghc fails In-Reply-To: <8b2374350907020655x15d0ec05mdd3fc30253560dd2@mail.gmail.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> <79178583-C1E0-460F-8B0D-D3D796B486BE@kf8nh.com> <8b2374350907010921y1cc73d21l1629c41ae8b0942e@mail.gmail.com> <9A8CEBCA-06B6-4FE0-BAD6-D13E4032EF6A@kf8nh.com> <8b2374350907020655x15d0ec05mdd3fc30253560dd2@mail.gmail.com> Message-ID: <4A4CC0DB.8040008@antiope.com> Hi Inky, Inky 788 wrote: > On Wed, Jul 1, 2009 at 9:40 PM, Brandon Allbery wrote: > >> On Jul 1, 2009, at 12:21 , Inky 788 wrote: >> >>> $ cabal install haddock >>> Resolving dependencies... >>> No packages to be installed. All the requested packages are already >>> installed. >>> If you want to reinstall anyway then use the --reinstall flag. >>> ~~~ /snip ~~~ >>> >>> Weird. (How can I check if it's actually installed? Incidentally, it >>> is not listed in the output of `port installed`, which is: >>> >> "type haddock" to find out where it is. >> > > $ type haddock > -bash: type: haddock: not found > > >> Haddock 2.x is actually built into ghc, which is why there's such a close >> version dependency on the two. I haven't checked, but it's possible that >> installing ghc is installing haddock automatically, such that ghc knows >> about it but port doesn't. (This would be a bug in the ghc port.) >> >> Actually, poking about on my system, what I see is: >> - haddock-ghc is installed by the ghc port >> - /usr/bin/haddock is a symlink into the framework-based ghc install from >> haskell.org/ghc, unrelated to ports >> > > $ ls -l /opt/local/lib/ghc-6.10.3/ | grep haddock > -rwxr-xr-x 2 root admin 17266340 Jul 1 10:20 haddock > drwxr-xr-x 6 root admin 204 Jul 1 10:22 haddock-2.4.2 > > >> You may want to verify which ghc and haddock you're getting, >> > > $ which haddock > $ which haddock-ghc > /opt/local/bin/haddock-ghc > > >> and adjust your >> path or remove the interfering ghc install. >> > > As I wrote earlier, it did not seem that I had to explicitly install > any haddock package at all. > > Thanks. > With ghc 6.10.3 you get haddock 2.4.2. This is renamed to haddock-ghc so you can install the haddock port as well. Haddock may be updated between ghc releases and some may want both on their system. (The haddock included with the ghc distribution is supposedly known to correctly generate documentation for that particular compiler.) At the moment, both ghc and the haddock port provide version 2.4.2, so you don't need the haddock port installed if you're willing to type "haddock-ghc". Greg From inky788 at gmail.com Thu Jul 2 07:21:18 2009 From: inky788 at gmail.com (Inky 788) Date: Thu, 2 Jul 2009 10:21:18 -0400 Subject: installing ghc fails In-Reply-To: <4A4CA433.2040607@antiope.com> References: <8b2374350906300703r63fc316as244e7234abcffc26@mail.gmail.com> <5E4E5828-5C6A-4608-AD65-A7BC5075E887@macports.org> <8b2374350907010742t1f5e23f7oa515229f2c8a13b1@mail.gmail.com> <8b2374350907010837i72a8c075o60e3e0674dc1ad74@mail.gmail.com> <79178583-C1E0-460F-8B0D-D3D796B486BE@kf8nh.com> <8b2374350907010921y1cc73d21l1629c41ae8b0942e@mail.gmail.com> <9A8CEBCA-06B6-4FE0-BAD6-D13E4032EF6A@kf8nh.com> <4A4CA433.2040607@antiope.com> Message-ID: <8b2374350907020721w65bef4bbsf1fe1d1ab322a4b6@mail.gmail.com> Using the available data, I attempted to create a plot or chart of the awesomeness of this mailing list, but unfortunately the data points are not visible; they seem to be located off the chart. Thanks all. :) From petersj at in.tum.de Thu Jul 2 07:38:01 2009 From: petersj at in.tum.de (Janosch Peters) Date: Thu, 2 Jul 2009 14:38:01 +0000 (UTC) Subject: Building vte fails Message-ID: Hi list, I'd like to install gtk-sharp which depends on vte. Unfortunately, vte fails to build. Because I found nothing on the net, I assume that it has sth to do with my configuration, but I dont know what it could be. Any ideas are highly appreciated. cheers, Janosch ---> Building vte 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_ vte/work/vte-0.20.5" && make all " returned error 2 Command output: vtebg.c: At top level: vtebg.c:107: warning: declaration of 'atom' shadows a global declaration vtebg.c:83: warning: shadowed declaration is here vtebg.c:109: error: syntax error before 'XID' vtebg.c:110: warning: function declaration isn't a prototype vtebg.c: In function '_vte_property_get_pixmaps': vtebg.c:110: warning: old-style function definition vtebg.c:111: error: 'window' undeclared (first use in this function) vtebg.c:111: error: (Each undeclared identifier is reported only once vtebg.c:111: error: for each function it appears in.) vtebg.c:114: error: 'type' undeclared (first use in this function) vtebg.c:114: error: 'size' undeclared (first use in this function) vtebg.c:115: error: 'pixmaps' undeclared (first use in this function) vtebg.c: In function 'vte_bg_root_pixmap': vtebg.c:124: error: 'XID' undeclared (first use in this function) vtebg.c:124: error: 'pixmaps' undeclared (first use in this function) vtebg.c:129: error: dereferencing pointer to incomplete type vtebg.c:129: error: dereferencing pointer to incomplete type vtebg.c:135: error: dereferencing pointer to incomplete type vtebg.c: In function 'vte_bg_root_filter': vtebg.c:166: error: 'XEvent' undeclared (first use in this function) vtebg.c:166: error: 'xevent' undeclared (first use in this function) vtebg.c:166: error: syntax error before ')' token vtebg.c:171: error: 'PropertyNotify' undeclared (first use in this function) vtebg.c:173: error: dereferencing pointer to incomplete type vtebg.c:174: error: dereferencing pointer to incomplete type make[3]: *** [libvte_la-vtebg.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 From devans at macports.org Thu Jul 2 08:59:18 2009 From: devans at macports.org (David Evans) Date: Thu, 02 Jul 2009 08:59:18 -0700 Subject: Building vte fails In-Reply-To: References: Message-ID: <4A4CD956.9070202@macports.org> Janosch Peters wrote: > Hi list, > > I'd like to install gtk-sharp which depends on vte. Unfortunately, vte > fails to build. Because I found nothing on the net, I assume that it > has sth to do with my configuration, but I dont know what it could be. > > Any ideas are highly appreciated. > > cheers, > Janosch > > ---> Building vte > 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_ > vte/work/vte-0.20.5" && make all " returned error 2 > Command output: vtebg.c: At top level: > vtebg.c:107: warning: declaration of 'atom' shadows a global > declaration > vtebg.c:83: warning: shadowed declaration is here > vtebg.c:109: error: syntax error before 'XID' > vtebg.c:110: warning: function declaration isn't a prototype > vtebg.c: In function '_vte_property_get_pixmaps': > vtebg.c:110: warning: old-style function definition > vtebg.c:111: error: 'window' undeclared (first use in this function) > vtebg.c:111: error: (Each undeclared identifier is reported only once > vtebg.c:111: error: for each function it appears in.) > vtebg.c:114: error: 'type' undeclared (first use in this function) > vtebg.c:114: error: 'size' undeclared (first use in this function) > vtebg.c:115: error: 'pixmaps' undeclared (first use in this function) > vtebg.c: In function 'vte_bg_root_pixmap': > vtebg.c:124: error: 'XID' undeclared (first use in this function) > vtebg.c:124: error: 'pixmaps' undeclared (first use in this function) > vtebg.c:129: error: dereferencing pointer to incomplete type > vtebg.c:129: error: dereferencing pointer to incomplete type > vtebg.c:135: error: dereferencing pointer to incomplete type > vtebg.c: In function 'vte_bg_root_filter': > vtebg.c:166: error: 'XEvent' undeclared (first use in this function) > vtebg.c:166: error: 'xevent' undeclared (first use in this function) > vtebg.c:166: error: syntax error before ')' token > vtebg.c:171: error: 'PropertyNotify' undeclared (first use in this > function) > vtebg.c:173: error: dereferencing pointer to incomplete type > vtebg.c:174: error: dereferencing pointer to incomplete type > make[3]: *** [libvte_la-vtebg.lo] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > Janosch -- After seeing your email, I rebuilt vte here and did not encounter any problems so I need more information to diagnose what the problem is. First of all, make doubly certain that your ports are up to date by doing the following: sudo port clean vte sudo port selfupdate sudo port upgrade outdated then try and build vte again using debug mode sudo port -d build vte and if it fails again open a ticket against vte on track (http://trac.macports.org) including the full debug output and specifying the following information about your system Mac OS X version Hardware (intel/ppc) XCode Version installed and we can go from there at first glimpse it looks like an X11 related problem but need the detail to tell for sure Dave From atma at convalesco.org Thu Jul 2 09:06:35 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Thu, 2 Jul 2009 19:06:35 +0300 Subject: Managing launchd Message-ID: Hello, I have a mac mini G4 that acts as a server on my home LAN offering services (dns, http, AFP, etc). I've installed dnsmasq but I don't know how to make launchd start dnsmasq on boot. I understand that this has something to do with launchd but I could not find any documentation on how to do it. My second issue is that when I've installed lighttpd, I did a quick configuration on the lighttpd.conf in order to make it work. I copy and paste at the terminal the command line in order to start the demon via launchd at boot something like this: sudo launchctl load -w /Library/LaunchDaemons/ org.macports.lighttpd.plist Now the problem is that while, I can clearly see that lighttpd doesn't bind any port(!) is running and apparently every time I kill the process it starts by itself, so at this point I don't have control over this. How can manage this situation? I want to configure it first and the put it at startup. Here's what I'm talking about: devo:/opt/local/etc atma$ ps auwx|grep -i lighttpd root 23921 0.0 0.1 27956 780 ?? Ss 6:57PM 0:00.01 / opt/local/bin/daemondo --label=lighttpd --start-cmd /opt/local/etc/ LaunchDaemons/org.macports.lighttpd/lighttpd.wrap atma 23937 0.0 0.0 27812 4 p4 R+ 7:05PM 0:00.00 grep -i lighttpd devo:/opt/local/etc atma$ sudo lsof -i|grep -i lighttpd Password: devo:/opt/local/etc atma$ Thank you for your time in advance, regards Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From carter.schonwald at gmail.com Thu Jul 2 09:06:21 2009 From: carter.schonwald at gmail.com (Carter Schonwald) Date: Thu, 2 Jul 2009 12:06:21 -0400 Subject: when can i safely force a macports build when a dependency is indepently installed In-Reply-To: <931b9490907020842v33aa5f76t2caa31b3baba8ba5@mail.gmail.com> References: <931b9490907020842v33aa5f76t2caa31b3baba8ba5@mail.gmail.com> Message-ID: <931b9490907020906l66ecf0det109e5102f9ea5a1e@mail.gmail.com> hello all, I occasionally encounter errors of the following sort: sudo port install erlang ---> Activating fontconfig @2.6.0_2+macosx Error: Target org.macports.activate returned: Image error: /opt/local/etc/fonts/conf.avail/10-autohint.conf already exists and does not belong to a registered port. Unable to activate port fontconfig. Error: The following dependencies failed to build: tk Xft2 fontconfig xorg-libXScrnSaver xorg-scrnsaverproto Error: Status 1 encountered during processing. when / how can I safely force macports to install over the dependency or how can i determine if its safe to do so? thanks! -Carter -------------- next part -------------- An HTML attachment was scrubbed... URL: From petersj at in.tum.de Thu Jul 2 09:57:32 2009 From: petersj at in.tum.de (Janosch Peters) Date: Thu, 2 Jul 2009 16:57:32 +0000 (UTC) Subject: Building vte fails References: <4A4CD956.9070202@macports.org> Message-ID: On 07-02-2009, David Evans wrote: > and if it fails again open a ticket against vte on track > (http://trac.macports.org) including the full debug output > and specifying the following information about your system Done. Ticket is #20139. Its looking for a file called gdkx.h, which is not on my disk. Im pretty sure that it is the cause. cheers, Janosch From devans at macports.org Thu Jul 2 10:18:00 2009 From: devans at macports.org (David Evans) Date: Thu, 02 Jul 2009 10:18:00 -0700 Subject: Building vte fails In-Reply-To: References: <4A4CD956.9070202@macports.org> Message-ID: <4A4CEBC8.2010600@macports.org> Janosch Peters wrote: > On 07-02-2009, David Evans wrote: > >> and if it fails again open a ticket against vte on track >> (http://trac.macports.org) including the full debug output >> and specifying the following information about your system >> > > Done. Ticket is #20139. Its looking for a file called gdkx.h, which is > not on my disk. Im pretty sure that it is the cause. > > cheers, > Janosch > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > Yes, you trying to build with gtk2 +no_x11 +quartz and vte does not support this. To build vte you need to use gtk2 without these variants. Of course, this will conflict with other ports that you have built using gtk2 +no_x11 +quartz. It's really not practical to try and mix x11 and quartz ports in the same build environment because of this. I recommend installing a second instance of macports so that you have one build environment for the default x11 ports and a second for the +no_x11 +quartz variety. See the MacPorts quide for instructions on how to do this. http://guide.macports.org/#installing.macports.source.multiple From blb at macports.org Thu Jul 2 12:33:11 2009 From: blb at macports.org (Bryan Blackburn) Date: Thu, 2 Jul 2009 13:33:11 -0600 Subject: Managing launchd In-Reply-To: References: Message-ID: <20090702193311.GE35200@ninagal.withay.com> On Thu, Jul 02, 2009 at 07:06:35PM +0300, Panagiotis Atmatzidis said: > Hello, > > I have a mac mini G4 that acts as a server on my home LAN offering > services (dns, http, AFP, etc). > > I've installed dnsmasq but I don't know how to make launchd start > dnsmasq on boot. I understand that this has something to do with > launchd but I could not find any documentation on how to do it. Looks like the dnsmasq port doesn't currently install a launchd item (it has at least some of the bits but they are commented-out). Best would probably be to file a ticket for it: > > My second issue is that when I've installed lighttpd, I did a quick > configuration on the lighttpd.conf in order to make it work. I copy > and paste at the terminal the command line in order to start the > demon via launchd at boot something like this: > > sudo launchctl load -w /Library/LaunchDaemons/ > org.macports.lighttpd.plist > > Now the problem is that while, I can clearly see that lighttpd > doesn't bind any port(!) is running and apparently every time I kill > the process it starts by itself, so at this point I don't have > control over this. How can manage this situation? I want to configure > it first and the put it at startup. Here's what I'm talking about: Right, launchd will keep it running so if you kill it, launchd restarts it; that is how it works. If you want to shut it down, use the converse of the command you used to load it: $ sudo launchctl unload -w /Library/LaunchDaemons/org.macports.lighttpd.plist Then use the load again when you want to start it again. Bryan [...] > > > Thank you for your time in advance, > > regards > > > Panagiotis (atma) Atmatzidis > > email: atma at convalesco.org > URL: http://www.convalesco.org > GnuPG key id: 0xFC4E8BB4 > -- > The wise man said: "Never argue with an idiot. They bring you down to > their level and beat you with experience." From blb at macports.org Thu Jul 2 12:35:44 2009 From: blb at macports.org (Bryan Blackburn) Date: Thu, 2 Jul 2009 13:35:44 -0600 Subject: when can i safely force a macports build when a dependency is indepently installed In-Reply-To: <931b9490907020906l66ecf0det109e5102f9ea5a1e@mail.gmail.com> References: <931b9490907020842v33aa5f76t2caa31b3baba8ba5@mail.gmail.com> <931b9490907020906l66ecf0det109e5102f9ea5a1e@mail.gmail.com> Message-ID: <20090702193544.GF35200@ninagal.withay.com> On Thu, Jul 02, 2009 at 12:06:21PM -0400, Carter Schonwald said: > hello all, > > I occasionally encounter errors of the following sort: > > sudo port install erlang > ---> Activating fontconfig @2.6.0_2+macosx > Error: Target org.macports.activate returned: Image error: > /opt/local/etc/fonts/conf.avail/10-autohint.conf already exists and does not > belong to a registered port. Unable to activate port fontconfig. > Error: The following dependencies failed to build: tk Xft2 fontconfig > xorg-libXScrnSaver xorg-scrnsaverproto > Error: Status 1 encountered during processing. Encountering a "already exists and does not belong to a registered port" should happen only extremely rarely, so if you are seeing it frequently you need to track down what else may be depositing files into /opt/local that isn't MacPorts. > > > when / how can I safely force macports to install over the dependency or how > can i determine if its safe to do so? You can force it with -f, read up at: Bryan > thanks! > -Carter From carter.schonwald at gmail.com Thu Jul 2 12:55:22 2009 From: carter.schonwald at gmail.com (Carter Schonwald) Date: Thu, 2 Jul 2009 15:55:22 -0400 Subject: when can i safely force a macports build when a dependency is indepently installed In-Reply-To: <20090702193544.GF35200@ninagal.withay.com> References: <931b9490907020842v33aa5f76t2caa31b3baba8ba5@mail.gmail.com> <931b9490907020906l66ecf0det109e5102f9ea5a1e@mail.gmail.com> <20090702193544.GF35200@ninagal.withay.com> Message-ID: <931b9490907021255h2236eafele5f77ad267bbc5ca@mail.gmail.com> thanks, might it be from a while ago having initially used fink / building stuff on my own / also having installed texlive 08 separately? -Carter On Thu, Jul 2, 2009 at 3:35 PM, Bryan Blackburn wrote: > On Thu, Jul 02, 2009 at 12:06:21PM -0400, Carter Schonwald said: > > hello all, > > > > I occasionally encounter errors of the following sort: > > > > sudo port install erlang > > ---> Activating fontconfig @2.6.0_2+macosx > > Error: Target org.macports.activate returned: Image error: > > /opt/local/etc/fonts/conf.avail/10-autohint.conf already exists and does > not > > belong to a registered port. Unable to activate port fontconfig. > > Error: The following dependencies failed to build: tk Xft2 fontconfig > > xorg-libXScrnSaver xorg-scrnsaverproto > > Error: Status 1 encountered during processing. > > Encountering a "already exists and does not belong to a registered port" > should happen only extremely rarely, so if you are seeing it frequently you > need to track down what else may be depositing files into /opt/local that > isn't MacPorts. > > > > > > > when / how can I safely force macports to install over the dependency or > how > > can i determine if its safe to do so? > > You can force it with -f, read up at: > > > > Bryan > > > > thanks! > > -Carter > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Thu Jul 2 13:10:33 2009 From: blb at macports.org (Bryan Blackburn) Date: Thu, 2 Jul 2009 14:10:33 -0600 Subject: when can i safely force a macports build when a dependency is indepently installed In-Reply-To: <931b9490907021255h2236eafele5f77ad267bbc5ca@mail.gmail.com> References: <931b9490907020842v33aa5f76t2caa31b3baba8ba5@mail.gmail.com> <931b9490907020906l66ecf0det109e5102f9ea5a1e@mail.gmail.com> <20090702193544.GF35200@ninagal.withay.com> <931b9490907021255h2236eafele5f77ad267bbc5ca@mail.gmail.com> Message-ID: <20090702201033.GH35200@ninagal.withay.com> On Thu, Jul 02, 2009 at 03:55:22PM -0400, Carter Schonwald said: > thanks, > might it be from a while ago having initially used fink / building stuff on > my own / also having installed texlive 08 separately? fink should install into /sw so unless you changed it, that won't be it; if you don't give --prefix to configure scripts, when you build by hand it should go into /usr/local. I'm not sure about texlive 08 and where it goes by default. The only other thing I'm aware of that likes /opt/local would be the package installers for KDE. Bryan > -Carter > > On Thu, Jul 2, 2009 at 3:35 PM, Bryan Blackburn wrote: > > > On Thu, Jul 02, 2009 at 12:06:21PM -0400, Carter Schonwald said: > > > hello all, > > > > > > I occasionally encounter errors of the following sort: > > > > > > sudo port install erlang > > > ---> Activating fontconfig @2.6.0_2+macosx > > > Error: Target org.macports.activate returned: Image error: > > > /opt/local/etc/fonts/conf.avail/10-autohint.conf already exists and does > > not > > > belong to a registered port. Unable to activate port fontconfig. > > > Error: The following dependencies failed to build: tk Xft2 fontconfig > > > xorg-libXScrnSaver xorg-scrnsaverproto > > > Error: Status 1 encountered during processing. > > > > Encountering a "already exists and does not belong to a registered port" > > should happen only extremely rarely, so if you are seeing it frequently you > > need to track down what else may be depositing files into /opt/local that > > isn't MacPorts. > > > > > > > > > > > when / how can I safely force macports to install over the dependency or > > how > > > can i determine if its safe to do so? > > > > You can force it with -f, read up at: > > > > > > > > Bryan > > > > > > > thanks! > > > -Carter From devans at macports.org Thu Jul 2 13:58:27 2009 From: devans at macports.org (David Evans) Date: Thu, 02 Jul 2009 13:58:27 -0700 Subject: Building vte fails In-Reply-To: References: Message-ID: <4A4D1F73.5060509@macports.org> Janosch Peters wrote: > Hi list, > > I'd like to install gtk-sharp which depends on vte. Unfortunately, vte > fails to build. Because I found nothing on the net, I assume that it > has sth to do with my configuration, but I dont know what it could be. > > Any ideas are highly appreciated. > > cheers, > Janosch > > Janosch -- I just realized that you are trying to install gtk-sharp which is an older version of this port. (1.0.10). gtk-sharp2 is a newer version (2.12.9) which doesn't require vte at all. Maybe this is what you need. Sorry for not noticing the difference sooner. Dave From carter.schonwald at gmail.com Thu Jul 2 14:18:52 2009 From: carter.schonwald at gmail.com (Carter Schonwald) Date: Thu, 2 Jul 2009 17:18:52 -0400 Subject: when can i safely force a macports build when a dependency is indepently installed In-Reply-To: <20090702201033.GH35200@ninagal.withay.com> References: <931b9490907020842v33aa5f76t2caa31b3baba8ba5@mail.gmail.com> <931b9490907020906l66ecf0det109e5102f9ea5a1e@mail.gmail.com> <20090702193544.GF35200@ninagal.withay.com> <931b9490907021255h2236eafele5f77ad267bbc5ca@mail.gmail.com> <20090702201033.GH35200@ninagal.withay.com> Message-ID: <931b9490907021418o2a84b7b8qff4eaefc9b2663db@mail.gmail.com> bizarre, then i can't account for it. Again, thanks On Thu, Jul 2, 2009 at 4:10 PM, Bryan Blackburn wrote: > On Thu, Jul 02, 2009 at 03:55:22PM -0400, Carter Schonwald said: > > thanks, > > might it be from a while ago having initially used fink / building stuff > on > > my own / also having installed texlive 08 separately? > > fink should install into /sw so unless you changed it, that won't be it; if > you don't give --prefix to configure scripts, when you build by hand it > should go into /usr/local. I'm not sure about texlive 08 and where it goes > by default. The only other thing I'm aware of that likes /opt/local would > be the package installers for KDE. > > Bryan > > > > -Carter > > > > On Thu, Jul 2, 2009 at 3:35 PM, Bryan Blackburn > wrote: > > > > > On Thu, Jul 02, 2009 at 12:06:21PM -0400, Carter Schonwald said: > > > > hello all, > > > > > > > > I occasionally encounter errors of the following sort: > > > > > > > > sudo port install erlang > > > > ---> Activating fontconfig @2.6.0_2+macosx > > > > Error: Target org.macports.activate returned: Image error: > > > > /opt/local/etc/fonts/conf.avail/10-autohint.conf already exists and > does > > > not > > > > belong to a registered port. Unable to activate port fontconfig. > > > > Error: The following dependencies failed to build: tk Xft2 fontconfig > > > > xorg-libXScrnSaver xorg-scrnsaverproto > > > > Error: Status 1 encountered during processing. > > > > > > Encountering a "already exists and does not belong to a registered > port" > > > should happen only extremely rarely, so if you are seeing it frequently > you > > > need to track down what else may be depositing files into /opt/local > that > > > isn't MacPorts. > > > > > > > > > > > > > > > when / how can I safely force macports to install over the dependency > or > > > how > > > > can i determine if its safe to do so? > > > > > > You can force it with -f, read up at: > > > > > > > > > > > > Bryan > > > > > > > > > > thanks! > > > > -Carter > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From allbery at kf8nh.com Thu Jul 2 16:31:53 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Thu, 2 Jul 2009 19:31:53 -0400 Subject: Managing launchd In-Reply-To: <20090702193311.GE35200@ninagal.withay.com> References: <20090702193311.GE35200@ninagal.withay.com> Message-ID: <4669CE16-F7D5-4F05-8410-A9C8321202C5@kf8nh.com> On Jul 2, 2009, at 15:33 , Bryan Blackburn wrote: > On Thu, Jul 02, 2009 at 07:06:35PM +0300, Panagiotis Atmatzidis said: >> I've installed dnsmasq but I don't know how to make launchd start >> dnsmasq on boot. I understand that this has something to do with >> launchd but I could not find any documentation on how to do it. > > Looks like the dnsmasq port doesn't currently install a launchd item > (it has > at least some of the bits but they are commented-out). Best would > probably > be to file a ticket for it: > > More generally (say, if you want to customize its startup), try "man launchd.conf". Note that if you want to do something more complicated than launchd's respawn-and/or-watch-a-socket model, you may want to create a StartupItem instead. The reference I used (to create some static routes) was http://www.secure-computing.net/wiki/index.php/Leopard_Static_Routes . -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From rdm at cfcl.com Thu Jul 2 18:05:08 2009 From: rdm at cfcl.com (Rich Morin) Date: Thu, 2 Jul 2009 18:05:08 -0700 Subject: moving MacPorts across architectures? Message-ID: I'm moving from a Power Mac to a Mac Pro. I copied over the /opt tree and was able to run the PPC commands located there, but I thought I should upgrade some of them to X86 for speed. That's when the fun began... It appears that MacPorts isn't clever enough to figure out that it's looking at an old set of libraries, etc. So, my build got all sorts of nastygrams and I'm quite suspicious about the state that the suite is currently in. So, I suspect that my best bet is to nuke /opt and load all the ports from scratch. Is this reasonable? Any other ideas? -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm at cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development From jmr at macports.org Thu Jul 2 18:28:43 2009 From: jmr at macports.org (Joshua Root) Date: Fri, 03 Jul 2009 11:28:43 +1000 Subject: moving MacPorts across architectures? In-Reply-To: References: Message-ID: <4A4D5ECB.3010203@macports.org> On 2009-7-3 11:05, Rich Morin wrote: > I'm moving from a Power Mac to a Mac Pro. [...] > So, I suspect that my best bet is to nuke /opt and load all the > ports from scratch. Is this reasonable? Any other ideas? Yes, it's the same deal as moving to a new major OS version. The only reliable way forward at present is to reinstall all your ports. This sequence will at least preserve all your config files etc.: % port installed > my_installed_ports.txt % sudo port -f uninstall installed Install MacPorts from the appropriate .dmg Go through my_installed_ports.txt, and for each port you specifically want, do: % sudo port install portname +variant1 +variant2 ... Someone wrote a script to automate some of this, which you should be able to find in the list archives. - Josh From larserik.lindgren at gmail.com Fri Jul 3 05:36:46 2009 From: larserik.lindgren at gmail.com (Lars-Erik Lindgren) Date: Fri, 3 Jul 2009 14:36:46 +0200 Subject: gcc4.4 installation error In-Reply-To: <4C127CF2-DCB2-4A84-A825-893750A7D8F9@macports.org> References: <4C127CF2-DCB2-4A84-A825-893750A7D8F9@macports.org> Message-ID: That fixed the issue. Then I copied back the original content of /usr/local/ Must I do this procedure (temporarily emptying /usr/local and then copying back original contents) whenever I want to use MacPort to install some software or si this only a problem for gcc? Is there any risk of clashes between file names directoriers when copying back /usr/local (I used "sudo cp -T tempusrlocal/local /usr/loacl/" where tempusrlocal/local is where I moved its originla content)? lel 2009/5/27 Ryan Schmidt > > On May 26, 2009, at 21:13, Anthony Agelastos wrote: > > If I had to guess, you have some items installed within /usr/local that >> are conflicting with this MacPort. >> > > Right, specifically /usr/local/lib/libgmp.a: > > ld: absolute addressing (perhaps -mdynamic-no-pic) used in ___gmpn_add_n >>> from /usr/local/lib/libgmp.a(add_n.o) not allowed in slidable image. Use >>> '-read_only_relocs suppress' to enable text relocs >>> >> > Because of inevitable interference like this, it's not supported to have > anything in /usr/local while using MacPorts. Rename /usr/local to something > else, like /usr/local-off, then clean gcc44 (sudo port clean gcc44) and try > again. I recommend you do not install software manually e.g. into > /usr/local, and instead use MacPorts to install any software you need. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Jul 3 05:58:45 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 3 Jul 2009 07:58:45 -0500 Subject: gcc4.4 installation error In-Reply-To: References: <4C127CF2-DCB2-4A84-A825-893750A7D8F9@macports.org> Message-ID: On Jul 3, 2009, at 07:36, Lars-Erik Lindgren wrote: > 2009/5/27 Ryan Schmidt > >> On May 26, 2009, at 21:13, Anthony Agelastos wrote: >> >>> If I had to guess, you have some items installed within /usr/ >>> local that are conflicting with this MacPort. >> >> Right, specifically /usr/local/lib/libgmp.a: >> >>>> ld: absolute addressing (perhaps -mdynamic-no-pic) used in >>>> ___gmpn_add_n from /usr/local/lib/libgmp.a(add_n.o) not allowed >>>> in slidable image. Use '-read_only_relocs suppress' to enable >>>> text relocs >> >> Because of inevitable interference like this, it's not supported >> to have anything in /usr/local while using MacPorts. Rename /usr/ >> local to something else, like /usr/local-off, then clean gcc44 >> (sudo port clean gcc44) and try again. I recommend you do not >> install software manually e.g. into /usr/local, and instead use >> MacPorts to install any software you need. > > That fixed the issue. Then I copied back the original content of / > usr/local/ > > Must I do this procedure (temporarily emptying /usr/local and then > copying back original contents) whenever I want to use MacPort to > install some software or si this only a problem for gcc? Any software installed by MacPorts or compiled by hand could find libraries in /usr/local without notice. In the case of MacPorts- installed software, this would most likely interfere with the ability of MacPorts to manage your dependencies in a reliable manner. As I said above, it is not supported to have anything in /usr/local while using MacPorts. That means you can do it if you want, but if you encounter problems we will not support you in making MacPorts work with that setup; we will tell you to get rid of what's in /usr/local and try again. > Is there any risk of clashes between file names directoriers when > copying back /usr/local (I used "sudo cp -T tempusrlocal/local /usr/ > loacl/" where tempusrlocal/local is where I moved its originla > content)? MacPorts will not install things in /usr/local so I can't think why there would be any clash when copying things back there. Also don't think you need to copy anything; simply moving the directory would be enough. From ryandesign at macports.org Fri Jul 3 06:13:29 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 3 Jul 2009 08:13:29 -0500 Subject: Managing launchd In-Reply-To: References: Message-ID: <590B21D3-B47D-4269-8BD3-E921F05F02A8@macports.org> On Jul 2, 2009, at 11:06, Panagiotis Atmatzidis wrote: > I have a mac mini G4 that acts as a server on my home LAN offering > services (dns, http, AFP, etc). > > I've installed dnsmasq but I don't know how to make launchd start > dnsmasq on boot. I understand that this has something to do with > launchd but I could not find any documentation on how to do it. You may want to install (the older Tiger version of) Lingon, which is a GUI for managing launchd. You may find this more comfortable than typing launchd commands in the Terminal. > My second issue is that when I've installed lighttpd, I did a quick > configuration on the lighttpd.conf in order to make it work. I copy > and paste at the terminal the command line in order to start the > demon via launchd at boot something like this: > > sudo launchctl load -w /Library/LaunchDaemons/ > org.macports.lighttpd.plist > > Now the problem is that while, I can clearly see that lighttpd > doesn't bind any port(!) is running and apparently every time I > kill the process it starts by itself, so at this point I don't have > control over this. How can manage this situation? I want to > configure it first and the put it at startup. Here's what I'm > talking about: > > devo:/opt/local/etc atma$ ps auwx|grep -i lighttpd > root 23921 0.0 0.1 27956 780 ?? Ss 6:57PM > 0:00.01 /opt/local/bin/daemondo --label=lighttpd --start-cmd /opt/ > local/etc/LaunchDaemons/org.macports.lighttpd/lighttpd.wrap > atma 23937 0.0 0.0 27812 4 p4 R+ 7:05PM > 0:00.00 grep -i lighttpd As you see above, lighttpd is not in fact running. daemondo (the MacPorts launchd helper program) is running, but lighttpd itself is not. What probably happened is that launchd started daemondo, which started lighttpd, which noticed a problem with its configuration file, printed an error message (which you could not see) and quit. I use lighttpd too so I have experienced this as well. Before getting lighttpd running with launchd, you may just want to run the lighttpd executable yourself in the Terminal. If there is an error in the config file, you will be able to see the error message that way. Once you have your config file correct (and indeed the sample config file the MacPorts lighttpd port installs is awful and needs to be massively rewritten; I believe there is a ticket open on this), then you can stop your manually-started lighttpd in the Terminal and use launchd to keep it up. Note that the MacPorts lighttpd launchd plist will not in fact keep lighttpd running if it crashes. This is also a bug in how the port is set up, and there should be a ticket for that as well. The maintainer of the lighttpd port hasn't been doing much with it, so these issues are unlikely to get fixed by him. I have wanted to fix them, but have not been sufficiently motivated. If you would like to supply patches to fix any of these or any other issues you encounter with lighttpd in MacPorts that would be appreciated. From ryandesign at macports.org Fri Jul 3 06:16:26 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 3 Jul 2009 08:16:26 -0500 Subject: Building vte fails In-Reply-To: <4A4CEBC8.2010600@macports.org> References: <4A4CD956.9070202@macports.org> <4A4CEBC8.2010600@macports.org> Message-ID: <51F759E2-00D6-48B4-8E30-FDB096D02A9A@macports.org> On Jul 2, 2009, at 12:18, David Evans wrote: > Yes, you trying to build with gtk2 +no_x11 +quartz and vte does > not support this. To build vte you need to use > gtk2 without these variants. Of course, this will conflict with > other ports that you have built using gtk2 +no_x11 +quartz. You could add code to the vte port to print a helpful error message if the user tries to do this. See the pango port, which checks for proper capabilities of its cairo dependency. Or does your patch-x-display-missing.diff that you just added sufficiently address this? From ryandesign at macports.org Fri Jul 3 06:18:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 3 Jul 2009 08:18:53 -0500 Subject: when can i safely force a macports build when a dependency is indepently installed In-Reply-To: <931b9490907021418o2a84b7b8qff4eaefc9b2663db@mail.gmail.com> References: <931b9490907020842v33aa5f76t2caa31b3baba8ba5@mail.gmail.com> <931b9490907020906l66ecf0det109e5102f9ea5a1e@mail.gmail.com> <20090702193544.GF35200@ninagal.withay.com> <931b9490907021255h2236eafele5f77ad267bbc5ca@mail.gmail.com> <20090702201033.GH35200@ninagal.withay.com> <931b9490907021418o2a84b7b8qff4eaefc9b2663db@mail.gmail.com> Message-ID: <78CFF693-5E9F-4FB9-A992-A48F76C72472@macports.org> On Jul 2, 2009, at 16:18, Carter Schonwald wrote: > bizarre, then i can't account for it. Again, thanks Did you perhaps install MacPorts at some time in the past, and then uninstall it incompletely, and now install MacPorts again on top of it, such that although the files from ports you installed on your original MacPorts are still there, your new MacPorts doesn't know about them? If so, you may want to properly uninstall MacPorts, then reinstall. Uninstall instructions are in the FAQ: http://trac.macports.org/wiki/FAQ#HowdoIremoveoruninstallMacPorts From larserik.lindgren at gmail.com Fri Jul 3 07:03:51 2009 From: larserik.lindgren at gmail.com (Lars-Erik Lindgren) Date: Fri, 3 Jul 2009 16:03:51 +0200 Subject: gcc4.4 installation error In-Reply-To: References: <4C127CF2-DCB2-4A84-A825-893750A7D8F9@macports.org> Message-ID: I do not dare to remove it permanently The university (Cisco) VPN client has installed items there. Thus I will move it temporarlily and then copy back content after installing software with MacPorts lel 2009/7/3 Ryan Schmidt > On Jul 3, 2009, at 07:36, Lars-Erik Lindgren wrote: > > 2009/5/27 Ryan Schmidt >> >> On May 26, 2009, at 21:13, Anthony Agelastos wrote: >>> >>> If I had to guess, you have some items installed within /usr/local that >>>> are conflicting with this MacPort. >>>> >>> >>> Right, specifically /usr/local/lib/libgmp.a: >>> >>> ld: absolute addressing (perhaps -mdynamic-no-pic) used in ___gmpn_add_n >>>>> from /usr/local/lib/libgmp.a(add_n.o) not allowed in slidable image. Use >>>>> '-read_only_relocs suppress' to enable text relocs >>>>> >>>> >>> Because of inevitable interference like this, it's not supported to have >>> anything in /usr/local while using MacPorts. Rename /usr/local to something >>> else, like /usr/local-off, then clean gcc44 (sudo port clean gcc44) and try >>> again. I recommend you do not install software manually e.g. into >>> /usr/local, and instead use MacPorts to install any software you need. >>> >> >> That fixed the issue. Then I copied back the original content of >> /usr/local/ >> >> Must I do this procedure (temporarily emptying /usr/local and then copying >> back original contents) whenever I want to use MacPort to install some >> software or si this only a problem for gcc? >> > > Any software installed by MacPorts or compiled by hand could find libraries > in /usr/local without notice. In the case of MacPorts-installed software, > this would most likely interfere with the ability of MacPorts to manage your > dependencies in a reliable manner. As I said above, it is not supported to > have anything in /usr/local while using MacPorts. That means you can do it > if you want, but if you encounter problems we will not support you in making > MacPorts work with that setup; we will tell you to get rid of what's in > /usr/local and try again. > > > Is there any risk of clashes between file names directoriers when copying >> back /usr/local (I used "sudo cp -T tempusrlocal/local /usr/loacl/" where >> tempusrlocal/local is where I moved its originla content)? >> > > MacPorts will not install things in /usr/local so I can't think why there > would be any clash when copying things back there. Also don't think you need > to copy anything; simply moving the directory would be enough. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From atma at convalesco.org Fri Jul 3 08:18:59 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Fri, 3 Jul 2009 18:18:59 +0300 Subject: Managing launchd In-Reply-To: <590B21D3-B47D-4269-8BD3-E921F05F02A8@macports.org> References: <590B21D3-B47D-4269-8BD3-E921F05F02A8@macports.org> Message-ID: <341803D9-B82C-4ABF-8BF1-073E0708AF21@convalesco.org> Thank you all for the pointers! It's more than enough to do what I need for now! Regards :-) Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From ryandesign at macports.org Fri Jul 3 08:27:28 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 3 Jul 2009 10:27:28 -0500 Subject: gcc4.4 installation error In-Reply-To: References: <4C127CF2-DCB2-4A84-A825-893750A7D8F9@macports.org> Message-ID: <7D4A6D2C-DC51-4F20-B39E-67D85919DD60@macports.org> On Jul 3, 2009, at 09:03, Lars-Erik Lindgren wrote: > Ryan Schmidt wrote: > >> Any software installed by MacPorts or compiled by hand could find >> libraries in /usr/local without notice. In the case of MacPorts- >> installed software, this would most likely interfere with the >> ability of MacPorts to manage your dependencies in a reliable >> manner. As I said above, it is not supported to have anything in / >> usr/local while using MacPorts. That means you can do it if you >> want, but if you encounter problems we will not support you in >> making MacPorts work with that setup; we will tell you to get rid >> of what's in /usr/local and try again. > > I do not dare to remove it permanently > The university (Cisco) VPN client has installed items there. > Thus I will move it temporarlily and then copy back content after > installing software with MacPorts If you only have Cisco VPN there, I would think you would not encounter any problems unless you are building software in MacPorts that is trying to link with a Cisco VPN library. But in the case originally reported, you had more than just Cisco VPN in /usr/local; you also had an older version of the GNU Multiprocessing library (GMP) which was causing a problem because it prevented the gcc44 port from using the correct version of the GMP library that MacPorts had installed. From nuvolare at email.it Fri Jul 3 09:02:57 2009 From: nuvolare at email.it (nuvolare) Date: Fri, 3 Jul 2009 18:02:57 +0200 Subject: glade-3 with out icon and some error Message-ID: <78CFBE33-9702-4E43-A939-54D04F17DFD6@email.it> Hello, I installed glade-3 in my mac with Tiger, but now I'm showing some error, and I don't have icon on it, The error are: MacbookPro:~ nuvolare$ glade-3 Xlib: extension "RANDR" missing on display ":0.0". (glade-3:24053): GladeUI-CRITICAL **: Impossibile caricare l'immagine (Impossibile riconoscere il formato di immagine per il file ?/opt/ local/share/glade3/pixmaps/plus.png?) Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! .............. (glade-3:24053): GladeUI-WARNING **: No icon named 'widget-gnome- canvas' was found for object class 'GnomeCanvas'. (glade-3:24053): GladeUI-WARNING **: No icon named 'widget-gnome- iconlist' was found for object class 'GnomeIconList'. GladeUI-Message: No displayable values for property GnomeIconList::selection-mode (glade-3:24053): GladeUI-WARNING **: No icon named 'widget-bonobo- dock' was found for object class 'BonoboDock'. (glade-3:24053): GladeUI-WARNING **: No icon named 'widget-bonobo- dockitem' was found for object class 'BonoboDockItem'. Xlib: extension "RANDR" missing on display ":0.0". (glade-3:24053): Gtk-WARNING **: Impossibile trovare l'icona ?widget- gtk-frame?. Il tema ?hicolor? non ? stato trovato e potrebbe essere necessario installarlo. ? possibile recuperarne una copia presso: http://icon-theme.freedesktop.org/releases What I've to do? Thank you -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: COSTA HOTELS: * Cerchi un hotel le tue vacanze in Riviera ? Visita il sito www.costahotels.it Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9276&d=3-7 From devans at macports.org Fri Jul 3 10:27:33 2009 From: devans at macports.org (David Evans) Date: Fri, 03 Jul 2009 10:27:33 -0700 Subject: Building vte fails In-Reply-To: <51F759E2-00D6-48B4-8E30-FDB096D02A9A@macports.org> References: <4A4CD956.9070202@macports.org> <4A4CEBC8.2010600@macports.org> <51F759E2-00D6-48B4-8E30-FDB096D02A9A@macports.org> Message-ID: <4A4E3F85.1050906@macports.org> Ryan Schmidt wrote: > > On Jul 2, 2009, at 12:18, David Evans wrote: > >> Yes, you trying to build with gtk2 +no_x11 +quartz and vte does not >> support this. To build vte you need to use >> gtk2 without these variants. Of course, this will conflict with >> other ports that you have built using gtk2 +no_x11 +quartz. > > You could add code to the vte port to print a helpful error message if > the user tries to do this. See the pango port, which checks for proper > capabilities of its cairo dependency. > > Or does your patch-x-display-missing.diff that you just added > sufficiently address this? > > The patch allows it to build when there is no GTK X11 support available so no need for anything further. Looks like the upstream developers have been working progressively to modify the code to work through GTK only and not assume that an X11 backend is being used. During development of these modifications they have used X_DISPLAY_MISSING to enclose the new code so that they could turn it on for testing. Now all of these ifdefs have been removed except in this one file so the code that is enabled by this patch may be experimental in nature or pre-release but it builds. I expect that in a future release this ifdef will disappear entirely. The particular problem here was the use of the outdated gtk-sharp port. The newer gtk-sharp2 port has removed the dependency on vte. Maybe the place for a warning message is in gtk-sharp recommending the newer port. From devans at macports.org Fri Jul 3 10:42:04 2009 From: devans at macports.org (David Evans) Date: Fri, 03 Jul 2009 10:42:04 -0700 Subject: glade-3 with out icon and some error In-Reply-To: <78CFBE33-9702-4E43-A939-54D04F17DFD6@email.it> References: <78CFBE33-9702-4E43-A939-54D04F17DFD6@email.it> Message-ID: <4A4E42EC.80302@macports.org> nuvolare wrote: > Hello, I installed glade-3 in my mac with Tiger, but now I'm showing > some error, and I don't have icon on it, > The error are: > > MacbookPro:~ nuvolare$ glade-3 > Xlib: extension "RANDR" missing on display ":0.0". This error is informational only and can be ignored. > > (glade-3:24053): GladeUI-CRITICAL **: Impossibile caricare l'immagine > (Impossibile riconoscere il formato di immagine per il file > ?/opt/local/share/glade3/pixmaps/plus.png?) > Dynamic session lookup supported but failed: launchd did not provide a > socket path, verify that org.freedesktop.dbus-session.plist is loaded! > Dynamic session lookup supported but failed: launchd did not provide a > socket path, verify that org.freedesktop.dbus-session.plist is loaded! > Dynamic session lookup supported but failed: launchd did not provide a > socket path, verify that org.freedesktop.dbus-session.plist is loaded! > Dynamic session lookup supported but failed: launchd did not provide a > socket path, verify that org.freedesktop.dbus-session.plist is loaded! This is due to probable misconfiguration of port dbus. Make sure you have executed the following command to make sure you have enabled dbus session support: sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist Without this, glade3 is unable to read default parameters from GConf and the inability to load icons is probably a result of that. I am using glade3 to develop gtk apps on tiger ppc with no problems. Dave From nuvolare at email.it Fri Jul 3 11:06:38 2009 From: nuvolare at email.it (nuvolare) Date: Fri, 3 Jul 2009 20:06:38 +0200 Subject: glade-3 with out icon and some error In-Reply-To: <4A4E42EC.80302@macports.org> References: <78CFBE33-9702-4E43-A939-54D04F17DFD6@email.it> <4A4E42EC.80302@macports.org> Message-ID: <8B049E09-CD2D-4877-84B5-1AE00FFB816F@email.it> Ok, I did this: MacbookPro:~ nuvolare$ sudo launchctl load -w Password: usage: launchctl load [-w] paths... MacbookPro:~ nuvolare$ What wrong? From the beginning I meet lots' of problem to run glade, and seem to be never finish, I've a moth that I resolve problem for run glade and I'm looking forward to resolve it. Hope you can help me... Thank you Il giorno 03/lug/09, alle ore 19:42, David Evans ha scritto: > sudo launchctl load -w -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: OLTREMARE HOTELS: * Cerchi un hotel a Riccione, Rimini o Misano Adriatico ? Visita il sito www.rivieraparkhotels.it . Gli alberghi dei parchi divertimento. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9284&d=3-7 -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Fri Jul 3 11:30:50 2009 From: devans at macports.org (David Evans) Date: Fri, 03 Jul 2009 11:30:50 -0700 Subject: glade-3 with out icon and some error In-Reply-To: <8B049E09-CD2D-4877-84B5-1AE00FFB816F@email.it> References: <78CFBE33-9702-4E43-A939-54D04F17DFD6@email.it> <4A4E42EC.80302@macports.org> <8B049E09-CD2D-4877-84B5-1AE00FFB816F@email.it> Message-ID: <4A4E4E5A.7020406@macports.org> nuvolare wrote: > Ok, I did this: > MacbookPro:~ nuvolare$ sudo launchctl load -w > Password: > usage: launchctl load [-w] paths... > MacbookPro:~ nuvolare$ > > What wrong? > > From the beginning I meet lots' of problem to run glade, and seem to > be never finish, I've a moth that I resolve problem for run glade > and I'm looking forward to resolve it. > Hope you can help me... > > Thank you > > > Il giorno 03/lug/09, alle ore 19:42, David Evans ha scritto: > >> sudo launchctl load -w >> > sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist Looks like the line wrapped in email -- you need to put /Library/LaunchAgents/org.freedesktop.dbus-session.plist at the end of the command. From bpabbott at mac.com Fri Jul 3 19:07:08 2009 From: bpabbott at mac.com (Ben Abbott) Date: Fri, 03 Jul 2009 22:07:08 -0400 Subject: TeXLive & TeXShop with Tex+DVI Message-ID: <8371FE8A-ED14-4AC8-8514-ECB9EACD4F26@mac.com> I've installed TeXLive 2007 and TeXShop, via MacPorts. When I attempt to run TeXShop's "default script" for "Tex + DVI", I get a dialog with the message below. ---------------- /usr/texbin/pdflatex does not exist. Perhaps TeXLive was not installed or was removed during a system upgrade. If so, go to the TeXShop web site and follow the instructions to (re)install TeXLive. Another possibility is that a tool path is incorrectly configured in TeXShop preferences. This can happen if you are using the fink teTeX distribution. ---------------- I changed the path to indicate /opt/local/bin, and then I get ... ### This is /opt/local/bin/simpdftex, Version $Revision: 2.18 $ ### Skipping simpdftex [dvi->pdf only] ### /opt/local/bin/dvips -R -Poutline -o /tmp/altpdfsimpdftex. 9268-1246672724/-n tex.ps tex This is dvips(k) 5.96 Copyright 2005 Radical Eye Software (www.radicaleye.com ) /opt/local/bin/dvips: ! DVI file can't be opened. ### FAILED to generate /tmp/altpdfsimpdftex.9268-1246672724/-n tex.ps () I need psfrag for my document so pdftex will not work for me. Any solution and/or suggestion would be appreciated. Ben From milosh at macports.org Sat Jul 4 01:36:49 2009 From: milosh at macports.org (Emmanuel Hainry) Date: Sat, 4 Jul 2009 10:36:49 +0200 Subject: TeXLive & TeXShop with Tex+DVI In-Reply-To: <8371FE8A-ED14-4AC8-8514-ECB9EACD4F26@mac.com> References: <8371FE8A-ED14-4AC8-8514-ECB9EACD4F26@mac.com> Message-ID: <20090704083649.GA30789@weetamoe.loria.fr> Could you try running latex directly (from a terminal) and check if it produces a dvi file. If it produces pdf, you can try using the "-output-format=dvi" switch when calling latex. If it does not help, there may be a probleem in your tex file: some usepackages may convince latex to produce pdf instead of dvi. Emmanuel Citando Ben Abbott : > > I've installed TeXLive 2007 and TeXShop, via MacPorts. > > When I attempt to run TeXShop's "default script" for "Tex + DVI", I get a > dialog with the message below. > > ---------------- > /usr/texbin/pdflatex does not exist. Perhaps TeXLive was not installed > or was removed during a system upgrade. If so, go to the TeXShop web > site and follow the instructions to (re)install TeXLive. Another > possibility is that a tool path is incorrectly configured in TeXShop > preferences. This can happen if you are using the fink teTeX > distribution. > ---------------- > > I changed the path to indicate /opt/local/bin, and then I get ... > > ### This is /opt/local/bin/simpdftex, Version $Revision: 2.18 $ > ### Skipping simpdftex [dvi->pdf only] > ### /opt/local/bin/dvips -R -Poutline -o /tmp/altpdfsimpdftex. > 9268-1246672724/-n tex.ps tex > This is dvips(k) 5.96 Copyright 2005 Radical Eye Software > (www.radicaleye.com) > /opt/local/bin/dvips: ! DVI file can't be opened. > ### FAILED to generate /tmp/altpdfsimpdftex.9268-1246672724/-n tex.ps () > > I need psfrag for my document so pdftex will not work for me. > > Any solution and/or suggestion would be appreciated. > > Ben > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From bpabbott at mac.com Sat Jul 4 07:30:52 2009 From: bpabbott at mac.com (Ben Abbott) Date: Sat, 04 Jul 2009 10:30:52 -0400 Subject: TeXLive & TeXShop with Tex+DVI In-Reply-To: <8371FE8A-ED14-4AC8-8514-ECB9EACD4F26@mac.com> References: <8371FE8A-ED14-4AC8-8514-ECB9EACD4F26@mac.com> Message-ID: <4598D223-92B6-4ABD-8A63-B1B3084A7763@mac.com> If I try what TeXShop does from the command line ... $ simpdftex latex --maxpfb my_file.tex ### This is /opt/local/bin/simpdftex, Version $Revision: 2.18 $ ### Skipping simpdftex [dvi->pdf only] ### /opt/local/bin/dvips -R -Poutline -o /tmp/altpdfsimpdftex. 37498-1246716520/-n latex.ps latex This is dvips(k) 5.96 Copyright 2005 Radical Eye Software (www.radicaleye.com ) /opt/local/bin/dvips: ! DVI file can't be opened. ### FAILED to generate /tmp/altpdfsimpdftex.37498-1246716520/-n latex.ps () I checked the syntax for simpdftex and it appears that it is being called correctly ... for some reason simpdftex appears to skip the creation of the dvi file. However, latex + dvipdf works correctly. $ latex my_file.tex; dvipdf my_file.dvi But then I I'm not able to make use of TeXShop's editor / previewer. Thoughts? Ben p.s. I'm not using pdflatex because I'm including eps files via psfrag. On Sat, 4 Jul 2009 10:36 AM, Emmanuel Hainry wrote: > Could you try running latex directly (from a terminal) and check if it > produces a dvi file. If it produces pdf, you can try using the > "-output-format=dvi" switch when calling latex. If it does not help, > there may be a probleem in your tex file: some usepackages may > convince > latex to produce pdf instead of dvi. > > Emmanuel > > Citando Ben Abbott : > >> I've installed TeXLive 2007 and TeXShop, via MacPorts. >> >> When I attempt to run TeXShop's "default script" for "Tex + DVI", I >> get a dialog with the message below. >> >> ---------------- >> /usr/texbin/pdflatex does not exist. Perhaps TeXLive was not >> installed or was removed during a system upgrade. If so, go to the >> TeXShop web site and follow the instructions to (re)install >> TeXLive. Another possibility is that a tool path is incorrectly >> configured in TeXShop preferences. This can happen if you are using >> the fink teTeX distribution. >> ---------------- >> >> I changed the path to indicate /opt/local/bin, and then I get ... >> >> ### This is /opt/local/bin/simpdftex, Version $Revision: 2.18 $ >> ### Skipping simpdftex [dvi->pdf only] >> ### /opt/local/bin/dvips -R -Poutline -o /tmp/altpdfsimpdftex. >> 9268-1246672724/-n tex.ps tex >> This is dvips(k) 5.96 Copyright 2005 Radical Eye Software (www.radicaleye.com >> ) >> /opt/local/bin/dvips: ! DVI file can't be opened. >> ### FAILED to generate /tmp/altpdfsimpdftex.9268-1246672724/-n >> tex.ps () >> >> I need psfrag for my document so pdftex will not work for me. >> >> Any solution and/or suggestion would be appreciated. >> >> Ben > From rdm at cfcl.com Sat Jul 4 07:54:39 2009 From: rdm at cfcl.com (Rich Morin) Date: Sat, 4 Jul 2009 07:54:39 -0700 Subject: upgrade observations Message-ID: I recently migrated from a Power Mac to a Mac Pro. Many things "just worked", but some did not. I tried copying my /opt tree to the new system, for example, and all the commands worked. I assume that the OSX Rosetta feature was responsible. However, when I naively attempted to upgrade a port, all !@#$% broke loose. It seems that, although the Mac Pro can run PPC binaries, MacPorts isn't very smart about upgrading them. So, it tried to link PPC and Intel binaries together. I'm not sure exactly what to suggest. I'm kind of late to the Intel party, so it may be that there aren't all that many PPCs left out there to replace. However, here are some ideas... * It would be useful to have a way (eg, port list explicit) to list ports that have been explicitly built on a system. For example, I've now rebuilt erlang and git-core. However, when I invoke "port list installed", I see 50+ entries. If I'm trying to figure out what commands to run, in order to rebuild my ports, this is not terribly useful. * At a minimum, MacPorts should keep track of processor type information for relocatable binaries, libraries, etc. The suite should NOT try to build executables from mixtures of PPC and Intel files. It might be nice to offer the user a choice of building an Intel or PPC binary, then using the right input files. If this is too difficult, a simple nastygram would suffice... -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm at cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development From raimue at macports.org Sat Jul 4 08:15:13 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sat, 04 Jul 2009 17:15:13 +0200 Subject: upgrade observations In-Reply-To: References: Message-ID: <4A4F7201.8020906@macports.org> On 2009-07-04 16:54, Rich Morin wrote: > I recently migrated from a Power Mac to a Mac Pro. Many things > "just worked", but some did not. I tried copying my /opt tree > to the new system, for example, and all the commands worked. I > assume that the OSX Rosetta feature was responsible. In short, just do not copy the /opt/local prefix to a different machine. Install from the disk image and reinstall ports you need. MacPorts was never intended to be used in the way you tried and thus it is no surprise that it failed. Note that not everything MacPorts provides is in /opt/local. And as you encountered, different architectures will lead to big problems. > However, when I naively attempted to upgrade a port, all !@#$% > broke loose. It seems that, although the Mac Pro can run PPC > binaries, MacPorts isn't very smart about upgrading them. So, > it tried to link PPC and Intel binaries together. > > I'm not sure exactly what to suggest. I'm kind of late to the > Intel party, so it may be that there aren't all that many PPCs > left out there to replace. However, here are some ideas... > > * It would be useful to have a way (eg, port list explicit) > to list ports that have been explicitly built on a system. > For example, I've now rebuilt erlang and git-core. However, > when I invoke "port list installed", I see 50+ entries. If > I'm trying to figure out what commands to run, in order to > rebuild my ports, this is not terribly useful. How should we know that this is the case? You copied the full registry from the old machine, so this would require your next point first. > * At a minimum, MacPorts should keep track of processor type > information for relocatable binaries, libraries, etc. The > suite should NOT try to build executables from mixtures of > PPC and Intel files. What do you mean by relocatable here? MacPorts ports are not supposed to be relocatable (as in moved to another path or machine). > It might be nice to offer the user a choice of building an > Intel or PPC binary, then using the right input files. If > this is too difficult, a simple nastygram would suffice... MacPorts does not support cross-compilation at the moment. Not for different architectures and not for different Mac OS X versions. Mixing architectures is never a good idea. Rainer From jmr at macports.org Sat Jul 4 08:25:56 2009 From: jmr at macports.org (Joshua Root) Date: Sun, 05 Jul 2009 01:25:56 +1000 Subject: upgrade observations In-Reply-To: References: Message-ID: <4A4F7484.6060000@macports.org> On 2009-7-5 00:54, Rich Morin wrote: > * It would be useful to have a way (eg, port list explicit) > to list ports that have been explicitly built on a system. > For example, I've now rebuilt erlang and git-core. However, > when I invoke "port list installed", I see 50+ entries. If > I'm trying to figure out what commands to run, in order to > rebuild my ports, this is not terribly useful. `sudo port -f upgrade installed` will rebuild everything you have installed. You actually can't just rebuild the top-level ports that you want to use, all their dependencies need to be rebuilt as well. Note that this quite probably won't work right as of 1.7, since any platform variants that were selected on the old machine will be preserved across upgrades, even when they don't apply to the current platform. Also note that `port list` is almost certainly not what you want here; you probably want `port installed`. > * At a minimum, MacPorts should keep track of processor type > information for relocatable binaries, libraries, etc. The > suite should NOT try to build executables from mixtures of > PPC and Intel files. Yep. Recording this information is on the "when we fix the registry" list. > It might be nice to offer the user a choice of building an > Intel or PPC binary, then using the right input files. A config option was actually added to svn trunk recently that allows choosing which arch to build for. - Josh From and.damore at macports.org Sat Jul 4 09:13:55 2009 From: and.damore at macports.org (Andrea D'Amore) Date: Sat, 4 Jul 2009 18:13:55 +0200 Subject: Managing launchd In-Reply-To: <20090702193311.GE35200@ninagal.withay.com> References: <20090702193311.GE35200@ninagal.withay.com> Message-ID: On 02/lug/09, at 21:33, Bryan Blackburn wrote: > use the converse of the command you used to load it: > $ sudo launchctl unload -w /Library/LaunchDaemons/ > org.macports.lighttpd.plist > Then use the load again when you want to start it again. Or launchctl [start | stop] org.macports.lighttpd.plist to just start/stop the daemon once it's loaded. From raimue at macports.org Sat Jul 4 09:20:17 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sat, 04 Jul 2009 18:20:17 +0200 Subject: Managing launchd In-Reply-To: References: <20090702193311.GE35200@ninagal.withay.com> Message-ID: <4A4F8141.7070608@macports.org> On 2009-07-04 18:13, Andrea D'Amore wrote: > On 02/lug/09, at 21:33, Bryan Blackburn wrote: > >> use the converse of the command you used to load it: >> $ sudo launchctl unload -w /Library/LaunchDaemons/ >> org.macports.lighttpd.plist >> Then use the load again when you want to start it again. > > Or > launchctl [start | stop] org.macports.lighttpd.plist > to just start/stop the daemon once it's loaded. 'launchctl stop' will restart the daemon immediately again. If you really want to shut down a server, use 'launchctl unload' or even 'launchctl remove' if the .plist is not available any more. Rainer From and.damore at macports.org Sat Jul 4 09:24:53 2009 From: and.damore at macports.org (Andrea D'Amore) Date: Sat, 4 Jul 2009 18:24:53 +0200 Subject: Managing launchd In-Reply-To: <4A4F8141.7070608@macports.org> References: <20090702193311.GE35200@ninagal.withay.com> <4A4F8141.7070608@macports.org> Message-ID: <0305E49C-1FA0-4014-A8C5-9D40F97FA5CC@macports.org> On 04/lug/09, at 18:20, Rainer M?ller wrote: > 'launchctl stop' will restart the daemon immediately again. Doesn't this behavior depend on an explicit key in the property list? From allbery at kf8nh.com Sat Jul 4 14:01:33 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Sat, 4 Jul 2009 17:01:33 -0400 Subject: upgrade observations In-Reply-To: <4A4F7201.8020906@macports.org> References: <4A4F7201.8020906@macports.org> Message-ID: <964B0C5A-3FD6-4B84-AA9D-E0E89C682980@kf8nh.com> On Jul 4, 2009, at 11:15 , Rainer M?ller wrote: >> * At a minimum, MacPorts should keep track of processor type >> information for relocatable binaries, libraries, etc. The >> suite should NOT try to build executables from mixtures of >> PPC and Intel files. > > What do you mean by relocatable here? MacPorts ports are not > supposed to > be relocatable (as in moved to another path or machine). I read that as "relocatable" in the object/symbol table sense (which I'm not sure applies to PPC). >> It might be nice to offer the user a choice of building an >> Intel or PPC binary, then using the right input files. If >> this is too difficult, a simple nastygram would suffice... > > MacPorts does not support cross-compilation at the moment. Not for > different architectures and not for different Mac OS X versions. > Mixing > architectures is never a good idea. ...but +universal is a variant in many ports? -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From rdm at cfcl.com Sat Jul 4 14:49:02 2009 From: rdm at cfcl.com (Rich Morin) Date: Sat, 4 Jul 2009 14:49:02 -0700 Subject: upgrade observations In-Reply-To: <964B0C5A-3FD6-4B84-AA9D-E0E89C682980@kf8nh.com> References: <4A4F7201.8020906@macports.org> <964B0C5A-3FD6-4B84-AA9D-E0E89C682980@kf8nh.com> Message-ID: At 17:01 -0400 7/4/09, Brandon Allbery wrote: > On Jul 4, 2009, at 11:15 , Rainer M?ller wrote: > I read that as "relocatable" in the object/symbol table sense > (which I'm not sure applies to PPC). Strictly speaking, it may not. What I was thinking about, in any case, was the issue of linking compiler output files (eg, foo.o) with libraries (eg, bar.a) to produce executable binary images (eg, foo). I don't really care if MacPorts supports cross-compilation, let alone produces universal binaries. The key issue is whether the user gets a WTF experience after moving (and even using, for a while) the /opt tree. A really simple solution would be for the port command to look at the current architecture type, compare it to what it expects, and issue a simple nastygram if it differs. Like: Cannot mix ppc and x86 architectures - bailing out... -r -- http://www.cfcl.com/rdm Rich Morin http://www.cfcl.com/rdm/resume rdm at cfcl.com http://www.cfcl.com/rdm/weblog +1 650-873-7841 Technical editing and writing, programming, and web development From raimue at macports.org Sun Jul 5 03:45:05 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sun, 05 Jul 2009 12:45:05 +0200 Subject: upgrade observations In-Reply-To: <964B0C5A-3FD6-4B84-AA9D-E0E89C682980@kf8nh.com> References: <4A4F7201.8020906@macports.org> <964B0C5A-3FD6-4B84-AA9D-E0E89C682980@kf8nh.com> Message-ID: <4A508431.80302@macports.org> On 2009-07-04 23:01, Brandon Allbery wrote: > On Jul 4, 2009, at 11:15 , Rainer M?ller wrote: >> Mixing >> architectures is never a good idea. > > ...but +universal is a variant in many ports? But it only makes sense if you use it on all ports, that means you should add +universal to variants.conf. This will build all ports with multiple architectures and gives you a consistent set of ports. If you choose +universal only on a few ports you would be mixing and it is going to fail if the dependencies have not been compiled universally. Rainer From kngspook at gmail.com Sun Jul 5 03:54:29 2009 From: kngspook at gmail.com (Neil) Date: Sun, 5 Jul 2009 03:54:29 -0700 Subject: upgrade observations In-Reply-To: References: <4A4F7201.8020906@macports.org> <964B0C5A-3FD6-4B84-AA9D-E0E89C682980@kf8nh.com> Message-ID: <77e4079b0907050354q72b9bcb1r17d55e873baea4ec@mail.gmail.com> On Sat, Jul 4, 2009 at 2:49 PM, Rich Morin wrote: > At 17:01 -0400 7/4/09, Brandon Allbery wrote: > > On Jul 4, 2009, at 11:15 , Rainer M?ller wrote: > > I read that as "relocatable" in the object/symbol table sense > > (which I'm not sure applies to PPC). > > Strictly speaking, it may not. What I was thinking about, in > any case, was the issue of linking compiler output files (eg, > foo.o) with libraries (eg, bar.a) to produce executable binary > images (eg, foo). > > I don't really care if MacPorts supports cross-compilation, let > alone produces universal binaries. The key issue is whether the > user gets a WTF experience after moving (and even using, for a > while) the /opt tree. > > A really simple solution would be for the port command to look > at the current architecture type, compare it to what it expects, > and issue a simple nastygram if it differs. Like: > > Cannot mix ppc and x86 architectures - bailing out... > Well, having it give an error message would be a good idea if someone tries something like what you tried. But I see little reason to support being able to move the tree from one machine to another. At worst, move the $PREFIX/etc directory, where all the prefs are (/should be). -N. -------------- next part -------------- An HTML attachment was scrubbed... URL: From colbatzkyfa at googlemail.com Sun Jul 5 22:28:01 2009 From: colbatzkyfa at googlemail.com (Florian Colbatzky) Date: Mon, 6 Jul 2009 07:28:01 +0200 Subject: Installation of ports from local source files in the distfiles directory possible? Message-ID: Hi everyone, after a few days of researches I have not yet found an answer to the question: Is it possible to obtain distfiles, store them in the distfiles directory and install them from this local directory without accessing the internet? I have only a slow connection to the internet at home (the selfupdate took several hours), but I can get hold of the source files from the PC of a friend of mine. Thanks for any tips, kind regards, Florian -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Jul 6 05:21:27 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 6 Jul 2009 07:21:27 -0500 Subject: Installation of ports from local source files in the distfiles directory possible? In-Reply-To: References: Message-ID: <64F9AC5A-F152-4B53-978B-D4BAAF59BD69@macports.org> On Jul 6, 2009, at 00:28, Florian Colbatzky wrote: > Is it possible to obtain distfiles, store them in the distfiles > directory and install them from this local directory without > accessing the internet? > > I have only a slow connection to the internet at home (the > selfupdate took several hours), but I can get hold of the source > files from the PC of a friend of mine. Yes, sure. Just download the exact file MacPorts is expecting and put it in the exact location MacPorts is expecting and it will use it when you install. From thomas at fragstein.de Mon Jul 6 07:10:42 2009 From: thomas at fragstein.de (Thomas Fragstein) Date: Mon, 06 Jul 2009 16:10:42 +0200 Subject: (kein Betreff) Message-ID: <4A5205E2.1060408@fragstein.de> From dluke at geeklair.net Mon Jul 6 07:59:38 2009 From: dluke at geeklair.net (Daniel J. Luke) Date: Mon, 6 Jul 2009 10:59:38 -0400 Subject: Installation of ports from local source files in the distfiles directory possible? In-Reply-To: <64F9AC5A-F152-4B53-978B-D4BAAF59BD69@macports.org> References: <64F9AC5A-F152-4B53-978B-D4BAAF59BD69@macports.org> Message-ID: On Jul 6, 2009, at 8:21 AM, Ryan Schmidt wrote: > On Jul 6, 2009, at 00:28, Florian Colbatzky wrote: >> Is it possible to obtain distfiles, store them in the distfiles >> directory and install them from this local directory without >> accessing the internet? >> >> I have only a slow connection to the internet at home (the >> selfupdate took several hours), but I can get hold of the source >> files from the PC of a friend of mine. > > Yes, sure. Just download the exact file MacPorts is expecting and > put it in the exact location MacPorts is expecting and it will use > it when you install. or let port do it for you (with 'port fetch') ? -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part URL: From trog24 at comcast.net Mon Jul 6 17:00:06 2009 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Mon, 6 Jul 2009 17:00:06 -0700 Subject: xulrunner-devel usage error Message-ID: Hello, I successfully installed xulrunner-devel; but, when I tried to use the installation, the jni.h reference in ./configure was: checking jni.h usability... no checking jni.h presence... no checking for jni.h... no I then looked into the configure.log file and found the following: configure:19050: checking jni.h usability configure:19067: gcc -c -g -O2 -I/usr/local/spidermonkey/include/ -I/ opt/local/include/xulrunner/stable/ -DXP_UNIX conftest.c >&5 In file included from /opt/local/include/xulrunner/stable/jni.h:46, from conftest.c:56: /opt/local/include/xulrunner/stable/jni_md.h:60:48: error: prtypes.h: No such file or directory Searching through /opt/local/include/xulrunner/stable/ and /opt/ local/include/xulrunner/unstable/ resulted in not finding prtypes.h in either. Is prtypes.h supposed to be installed or has the module been replaced by another? Who's error is this? Frank J. R. Hanstick trog24 at comcast.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Jul 6 17:12:51 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 6 Jul 2009 19:12:51 -0500 Subject: Installation of ports from local source files in the distfiles directory possible? In-Reply-To: References: <64F9AC5A-F152-4B53-978B-D4BAAF59BD69@macports.org> Message-ID: <128D7AE6-4521-44B0-B473-3CB899F8018E@macports.org> On Jul 6, 2009, at 09:59, Daniel J. Luke wrote: > On Jul 6, 2009, at 8:21 AM, Ryan Schmidt wrote: >> On Jul 6, 2009, at 00:28, Florian Colbatzky wrote: >>> Is it possible to obtain distfiles, store them in the distfiles >>> directory and install them from this local directory without >>> accessing the internet? >>> >>> I have only a slow connection to the internet at home (the >>> selfupdate took several hours), but I can get hold of the source >>> files from the PC of a friend of mine. >> >> Yes, sure. Just download the exact file MacPorts is expecting and >> put it in the exact location MacPorts is expecting and it will use >> it when you install. > > or let port do it for you (with 'port fetch') ? That's assuming his friend's PC has MacPorts installed. From jeremyhu at macports.org Mon Jul 6 20:03:09 2009 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Mon, 06 Jul 2009 20:03:09 -0700 Subject: xulrunner-devel usage error In-Reply-To: References: Message-ID: <4A52BAED.4060801@macports.org> prtypes.h is installed by nspr. It's in $prefix/include/nspr (IIRC, I'm on my linux box atm). Your code should probably check for nspr before xulrunner. Additionally, xulrunner's pkg-config files probably should be updated to depend on nspr if they are not currently. Frank J. R. Hanstick wrote: > Hello, > I successfully installed xulrunner-devel; but, when I tried to use > the installation, the jni.h reference in ./configure was: > > checking jni.h usability... no > checking jni.h presence... no > checking for jni.h... no > > I then looked into the configure.log file and found the following: > > configure:19050: checking jni.h usability > configure:19067: gcc -c -g -O2 -I/usr/local/spidermonkey/include/ > -I/opt/local/include/xulrunner/stable/ -DXP_UNIX conftest.c >&5 > In file included from /opt/local/include/xulrunner/stable/jni.h:46, > from conftest.c:56: > /opt/local/include/xulrunner/stable/jni_md.h:60:48: error: prtypes.h: > No such file or directory > > Searching through /opt/local/include/xulrunner/stable/ and > /opt/local/include/xulrunner/unstable/ resulted in not finding > prtypes.h in either. Is prtypes.h supposed to be installed or has the > module been replaced by another? Who's error is this? > > Frank J. R. Hanstick > trog24 at comcast.net > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From trog24 at comcast.net Mon Jul 6 22:21:29 2009 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Mon, 6 Jul 2009 22:21:29 -0700 Subject: xulrunner-devel usage error In-Reply-To: <4A52BAED.4060801@macports.org> References: <4A52BAED.4060801@macports.org> Message-ID: <627E2A6A-8557-43C3-9D05-7ABAD442CC3A@comcast.net> On Jul 6, 2009, at 8:03 PM, Jeremy Huddleston wrote: > prtypes.h is installed by nspr. It's in $prefix/include/nspr > (IIRC, I'm > on my linux box atm). > > Your code should probably check for nspr before xulrunner. > > Additionally, xulrunner's pkg-config files probably should be > updated to > depend on nspr if they are not currently. Shouldn't this be done by whom ever maintains xulrunner's port? > > > Frank J. R. Hanstick wrote: >> Hello, >> I successfully installed xulrunner-devel; but, when I tried to >> use >> the installation, the jni.h reference in ./configure was: >> >> checking jni.h usability... no >> checking jni.h presence... no >> checking for jni.h... no >> >> I then looked into the configure.log file and found the >> following: >> >> configure:19050: checking jni.h usability >> configure:19067: gcc -c -g -O2 -I/usr/local/spidermonkey/include/ >> -I/opt/local/include/xulrunner/stable/ -DXP_UNIX conftest.c >&5 >> In file included from /opt/local/include/xulrunner/stable/jni.h:46, >> from conftest.c:56: >> /opt/local/include/xulrunner/stable/jni_md.h:60:48: error: prtypes.h: >> No such file or directory >> >> Searching through /opt/local/include/xulrunner/stable/ and >> /opt/local/include/xulrunner/unstable/ resulted in not finding >> prtypes.h in either. Is prtypes.h supposed to be installed or has >> the >> module been replaced by another? Who's error is this? >> >> Frank J. R. Hanstick >> trog24 at comcast.net >> >> >> >> >> --------------------------------------------------------------------- >> --- >> >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> > Frank J. R. Hanstick trog24 at comcast.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From benbugohit at gmail.com Tue Jul 7 03:03:51 2009 From: benbugohit at gmail.com (benoit barret) Date: Tue, 7 Jul 2009 12:03:51 +0200 Subject: Snow leopard - building openssl failed Message-ID: <93ee7ffe0907070303p223cd7e2n83cf12253dbd2330@mail.gmail.com> Hello all ! I'm trying Snow Leopard in an everyday use, everything's fine. As Linux (ubuntu 9.04 or gentoo 2008.0) isn't fully functional on the new macbook pro 13 inches, i tried macports. So, i wanted to install my favorite webdev utility (after smultron) : bluefish, thanks to this command : sudo port install bluefish. Here is my config : - mbp mid 2009 - OS : Snow Leopard A394, with A380 Xcode - GCC : 4.2 - Latest Macports installed from sources, selfupdated of course, without manual fine-tuning, standard install. So, i tried to install readline, successfully, but when i launched bluefish install again : - sudo port install bluefish +tidy that gives me (last lines) : ==================================================================== Building openssl Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/openssl-0.9.8k" && make all " returned error 2 Command output: make[2]: Nothing to be done for `all'. making all in crypto/x509v3... make[2]: Nothing to be done for `all'. making all in crypto/conf... make[2]: Nothing to be done for `all'. making all in crypto/txt_db... make[2]: Nothing to be done for `all'. making all in crypto/pkcs7... make[2]: Nothing to be done for `all'. making all in crypto/pkcs12... make[2]: Nothing to be done for `all'. making all in crypto/comp... make[2]: Nothing to be done for `all'. making all in crypto/ocsp... make[2]: Nothing to be done for `all'. making all in crypto/ui... make[2]: Nothing to be done for `all'. making all in crypto/krb5... make[2]: Nothing to be done for `all'. making all in crypto/store... make[2]: Nothing to be done for `all'. making all in crypto/pqueue... make[2]: Nothing to be done for `all'. making all in ssl... make[1]: Nothing to be done for `all'. ld: in libcrypto.a(read2pwd.o), ObjectFileAddressSpace::mappedAddress(0xFFFFFFFFFFFFFFFC) not in any section collect2: ld returned 1 exit status make[2]: *** [link_a.darwin] Error 1 make[1]: *** [do_darwin-shared] Error 2 make: *** [libcrypto.0.9.8.dylib] Error 2 ==================================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Jul 7 23:36:21 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 8 Jul 2009 01:36:21 -0500 Subject: Installation of ports from local source files in the distfiles directory possible? In-Reply-To: References: <64F9AC5A-F152-4B53-978B-D4BAAF59BD69@macports.org> Message-ID: On Jul 8, 2009, at 00:45, Florian Colbatzky wrote: > Thanks for your tipps. I have copied the source files into the > directory /opt/local/var/macports/distfiles and still get the same > behaviour of MacPorts: > > The command sudo port install package results in a series of fetch > commands looking for various websites and then stopping, because I > do not have an open internet connection. > > Is it the wrong directoy? The file(s) will need to go in a subdirectory of /opt/local/var/ macports/distfiles. Usually the subdirectory name is the name of the port, but sometimes not. For example, all Python modules go in the "python" subdirectory of the distfiles directory. You also must make sure you get exactly the correct distfiles that MacPorts is expecting. "port distfiles foo" will show you what distfiles MacPorts would download, and from the distfiles.macports.org URL that's printed you can see what the subdirectory name is. From jsmorris at gmail.com Wed Jul 8 00:06:07 2009 From: jsmorris at gmail.com (jsmorris) Date: Wed, 8 Jul 2009 00:06:07 -0700 Subject: Error when upgrading port: Errno architecture does not match executable architecture Message-ID: <30e162460907080006wcbd2817w2bae76b7fc5431d7@mail.gmail.com> I am trying to upgrade all my apps to their latest version, but several apps are not upgrading. Each attempt ends with a very similar error message. For example, here is my attempt to upgrade libwmf Mini:~ jsmorris$ sudo port upgrade libwmf Password: Error: Target org.macports.patch returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libwmf/work/libwmf-0.2.8.4 && autoreconf -fvi" returned error 1 Command output: Errno architecture (darwin-2level-9.4.0) does not match executable architecture (darwin-2level-9.7.0) at /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm line 11. Compilation failed in require at /opt/local/share/autoconf/Autom4te/XFile.pm line 91. BEGIN failed--compilation aborted at /opt/local/share/autoconf/Autom4te/XFile.pm line 91. Compilation failed in require at /opt/local/bin/autoreconf line 47. BEGIN failed--compilation aborted at /opt/local/bin/autoreconf line 47. Error: Unable to upgrade port: 1 In my research, I have not seen a clear resolution for this. I am still rather new to troubleshooting port issues, so please point me to any good references to this error. I have tried port clean --all libwmf, but to no effect. Thoughts? Jason From ryandesign at macports.org Wed Jul 8 00:28:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 8 Jul 2009 02:28:53 -0500 Subject: Error when upgrading port: Errno architecture does not match executable architecture In-Reply-To: <30e162460907080006wcbd2817w2bae76b7fc5431d7@mail.gmail.com> References: <30e162460907080006wcbd2817w2bae76b7fc5431d7@mail.gmail.com> Message-ID: On Jul 8, 2009, at 02:06, jsmorris wrote: > I am trying to upgrade all my apps to their latest version, but > several apps are not upgrading. Each attempt ends with a very similar > error message. > > For example, here is my attempt to upgrade libwmf > > Mini:~ jsmorris$ sudo port upgrade libwmf > Password: > Error: Target org.macports.patch returned: shell command "cd > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_graph > ics_libwmf/work/libwmf-0.2.8.4 > && autoreconf -fvi" returned error 1 > Command output: Errno architecture (darwin-2level-9.4.0) does not > match executable architecture (darwin-2level-9.7.0) at > /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm line 11. > Compilation failed in require at > /opt/local/share/autoconf/Autom4te/XFile.pm line 91. > BEGIN failed--compilation aborted at > /opt/local/share/autoconf/Autom4te/XFile.pm line 91. > Compilation failed in require at /opt/local/bin/autoreconf line 47. > BEGIN failed--compilation aborted at /opt/local/bin/autoreconf line > 47. It appears that perl records what it calls the "architecture" (in this case "darwin-2level-9.4.0") inside its Errno.pm module at build time, and fails if the current architecture does not match it exactly. "9.4.0" is based on the Mac OS X version; looks like you built that port when you had Mac OS X 10.5.4 installed. Now you have Mac OS X 10.5.7 installed, so it complains. I don't know how to convince perl to relax this check, or whether that's even a good idea. The workaround would be to rebuild perl so that it learns about the current "architecture". sudo port -nf upgrade perl5.8 Then clean (you don't need --all) any port you were having trouble with and try again. From blb at macports.org Wed Jul 8 20:22:09 2009 From: blb at macports.org (Bryan Blackburn) Date: Wed, 8 Jul 2009 21:22:09 -0600 Subject: python26 can't import socket module In-Reply-To: <3A3B2DB2-67D2-45EC-95E4-2528984D4121@nees.rpi.edu> References: <20090622212449.GH599@ninagal.withay.com> <3A3B2DB2-67D2-45EC-95E4-2528984D4121@nees.rpi.edu> Message-ID: <20090709032209.GN56868@ninagal.withay.com> On Mon, Jun 22, 2009 at 05:32:49PM -0400, Michael Dippery said: > >What version of OpenSSL did you have installed and active when > >you built python26 (port installed openssl)? > > I have openssl @0.9.8k_0 installed via MacPorts. A recent discussion over irc (thanks fynn) helped track down one possible cause of this; namely, check to see if you have any PYTHON environment variables set and pointing to a 2.5 (or other non-2.6) version of python; for example, setting PYTHONPATH can result in the exact same error as you originally saw. Bryan > > ===================== > Michael Dippery > Systems Programmer > CEES, Rensselaer Polytechnic Institute > W: (518) 276-8143 > E: mpd at nees.rpi.edu From jsmorris at gmail.com Wed Jul 8 20:29:37 2009 From: jsmorris at gmail.com (jsmorris) Date: Wed, 8 Jul 2009 20:29:37 -0700 Subject: Error when upgrading port: Errno architecture does not match executable architecture In-Reply-To: References: <30e162460907080006wcbd2817w2bae76b7fc5431d7@mail.gmail.com> Message-ID: <30e162460907082029x75e2a7abu45a6f17ef6d9620f@mail.gmail.com> I tried Ryan's suggestion, but it did not work. I still got the same error message. The perl port seems to build just fine. Is this a problem with this version of Perl? I even uninstalled my perl5.8 port and re-installed it, but still the same error message. Any other suggestions? On Wed, Jul 8, 2009 at 12:28 AM, Ryan Schmidt wrote: > > On Jul 8, 2009, at 02:06, jsmorris wrote: > >> I am trying to upgrade all my apps to their latest version, but >> several apps are not upgrading. ?Each attempt ends with a very similar >> error message. >> >> For example, here is my attempt to upgrade libwmf >> >> Mini:~ jsmorris$ sudo port upgrade libwmf >> Password: >> Error: Target org.macports.patch returned: shell command "cd >> >> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_libwmf/work/libwmf-0.2.8.4 >> && autoreconf -fvi" returned error 1 >> Command output: Errno architecture (darwin-2level-9.4.0) does not >> match executable architecture (darwin-2level-9.7.0) at >> /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm line 11. >> Compilation failed in require at >> /opt/local/share/autoconf/Autom4te/XFile.pm line 91. >> BEGIN failed--compilation aborted at >> /opt/local/share/autoconf/Autom4te/XFile.pm line 91. >> Compilation failed in require at /opt/local/bin/autoreconf line 47. >> BEGIN failed--compilation aborted at /opt/local/bin/autoreconf line 47. > > It appears that perl records what it calls the "architecture" (in this case > "darwin-2level-9.4.0") inside its Errno.pm module at build time, and fails > if the current architecture does not match it exactly. "9.4.0" is based on > the Mac OS X version; looks like you built that port when you had Mac OS X > 10.5.4 installed. Now you have Mac OS X 10.5.7 installed, so it complains. > > I don't know how to convince perl to relax this check, or whether that's > even a good idea. The workaround would be to rebuild perl so that it learns > about the current "architecture". > > sudo port -nf upgrade perl5.8 > > Then clean (you don't need --all) any port you were having trouble with and > try again. > > > From face at CentosPrime.COM Thu Jul 9 06:21:15 2009 From: face at CentosPrime.COM (Chris Janton) Date: Thu, 09 Jul 2009 06:21:15 -0700 Subject: apache2 - python - errors Message-ID: I still see this set of messages in my error_log (a lot!) Could not find platform independent libraries Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] 'import site' failed; use -v for traceback I can't figure out 1. where it is coming from, 2. how to make it stop I have commented out LoadModule python_module modules/mod_python.so in httpd.conf, but I still see these error messages. hmmmmmmm 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From ryandesign at macports.org Thu Jul 9 12:49:27 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 9 Jul 2009 14:49:27 -0500 Subject: Error when upgrading port: Errno architecture does not match executable architecture In-Reply-To: <30e162460907082029x75e2a7abu45a6f17ef6d9620f@mail.gmail.com> References: <30e162460907080006wcbd2817w2bae76b7fc5431d7@mail.gmail.com> <30e162460907082029x75e2a7abu45a6f17ef6d9620f@mail.gmail.com> Message-ID: <458CFC6E-9D51-446E-8CDF-E0C775168333@macports.org> On Jul 8, 2009, at 22:29, jsmorris wrote: > I tried Ryan's suggestion, but it did not work. I still got the same > error message. The perl port seems to build just fine. Is this a > problem with this version of Perl? I even uninstalled my perl5.8 port > and re-installed it, but still the same error message. What port provides /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm on your system? Type port provides /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm to find out. That port needs to be rebuilt (sudo port -nf upgrade). If /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm does not belong to a port, how did it get there? Did you install it manually, or use CPAN to install Perl modules? If so, you may need to remove it manually or with CPAN. You should only install Perl modules (or anything else in / opt/local) using MacPorts. On my system I don't have that file; I have /opt/local/lib/ perl5/5.8.9/darwin-2level/Errno.pm and it is provided by the perl5.8 port. Which brings up the point that the current version of perl in MacPorts is 5.8.9 so I don't know why anything 5.8.8 is still showing up on your system. Are your ports up to date? (sudo port sync && sudo port upgrade outdated) From ms at mac-specialist.com Thu Jul 9 13:59:47 2009 From: ms at mac-specialist.com (Bill Hernandez) Date: Thu, 9 Jul 2009 15:59:47 -0500 Subject: mysql5-server install - FATAL ERROR: Could not find fill_help_tables.sql inside --basedir Message-ID: <0EFEE3AD-C09E-4651-8C6D-35B2E83E849F@mac-specialist.com> DOES ANYBODY HAVE A CLUE HOW TO GET THIS TO INSTALL ? [2009.22.06] (07:48AM) In setting up a brand new machine: I followed exactly : http://trac.macports.org/wiki/howto/MAMP Step 1: Turn off Apple's "Personal Web Sharing" ---> This went well (it wasn't on)... Step 2: Install Apache $ sudo port install apache2 ---> This went well... Step 3: Install MySQL $ sudo port install mysql5-server ---> This did not go well... [2009.22.06](07:48AM) -> [roscoe] ~ $ sudo port install mysql5-server ---> Fetching mysql5 ---> Attempting to fetch mysql-5.0.83.tar.gz from http://mysql.orst.edu/Downloads/MySQL-5.0 ---> Attempting to fetch mysql-5.0.83.tar.gz from http://mysql.he.net/Downloads/MySQL-5.0/ ---> Verifying checksum(s) for mysql5 ---> Extracting mysql5 ---> Applying patches to mysql5 ---> Configuring mysql5 ---> Building mysql5 ---> Staging mysql5 into destroot ---> Installing mysql5 @5.0.83_0 ---> Activating mysql5 @5.0.83_0 ---> Cleaning mysql5 ---> Fetching mysql5-server ---> Verifying checksum(s) for mysql5-server ---> Extracting mysql5-server ---> Configuring mysql5-server ---> Building mysql5-server ---> Staging mysql5-server into destroot ---> Creating launchd control script ########################################################### # A startup item has been generated that will aid in # starting mysql5-server with launchd. It is disabled # by default. Execute the following command to start it, # and to cause it to launch at startup: # # sudo launchctl load -w /Library/LaunchDaemons/ org.macports.mysql5.plist ########################################################### ---> Installing mysql5-server @5.0.83_0 ****************************************************** * In order to setup the database, you might want to run * sudo -u mysql mysql_install_db5 * if this is a new install ****************************************************** ---> Activating mysql5-server @5.0.83_0 ---> Cleaning mysql5-server [2009.22.06](07:55AM) -> [roscoe] ~ $ TRY THE PRIMARY METHOD : [2009.22.06](07:59AM) -> [roscoe] ~ $ sudo -u mysql mysql_install_db5 Password: FATAL ERROR: Could not find fill_help_tables.sql inside --basedir When using --basedir you must point either into a MySQL binary distribution directory or a compiled tree previously populated by 'make install' TRY THE ALTERNATE METHOD : [2009.22.06](07:59AM) -> [roscoe] ~ $ sudo mysql_install_db5 FATAL ERROR: Could not find fill_help_tables.sql inside --basedir When using --basedir you must point either into a MySQL binary distribution directory or a compiled tree previously populated by 'make install' [2009.22.06](08:01AM) -> [roscoe] ~ $ Any ideas ? From philmeagher87 at gmail.com Thu Jul 9 14:54:27 2009 From: philmeagher87 at gmail.com (Phil M.) Date: Thu, 9 Jul 2009 14:54:27 -0700 Subject: Macports and Scribus Message-ID: <7C95A943-D9C8-4B7D-A368-010CA0973FC4@gmail.com> I'm having some trouble getting scribus to install via terminal. I think it's a macport problem. I'm wondering if you might be willing to help me out: System: Mac OS X 10.4 (iBook G4) after typing: "$ sudo port install scribus", I get: "Error: Unable to open port: invalid command name "use_parallel_build"" I did some research and learned how to check to see if MP was outdate or something: Phil-Meaghers-Computer:~ Phil$ sudo port sync Phil-Meaghers-Computer:~ Phil$ port outdated No ports are installed. Whatever you can do to help will be appreciated. Thanks a million. Phil P.S. I'm new to terminal. From jmr at macports.org Thu Jul 9 15:06:08 2009 From: jmr at macports.org (Joshua Root) Date: Fri, 10 Jul 2009 08:06:08 +1000 Subject: Macports and Scribus In-Reply-To: <7C95A943-D9C8-4B7D-A368-010CA0973FC4@gmail.com> References: <7C95A943-D9C8-4B7D-A368-010CA0973FC4@gmail.com> Message-ID: <4A5669D0.5070305@macports.org> On 2009-7-10 07:54, Phil M. wrote: > I'm having some trouble getting scribus to install via terminal. I > think it's a macport problem. I'm wondering if you might be willing to > help me out: > System: Mac OS X 10.4 (iBook G4) > > after typing: "$ sudo port install scribus", I get: "Error: Unable to > open port: invalid command name "use_parallel_build"" > > I did some research and learned how to check to see if MP was outdate or > something: > Phil-Meaghers-Computer:~ Phil$ sudo port sync > Phil-Meaghers-Computer:~ Phil$ port outdated > No ports are installed. Your MacPorts base is outdated. You need to run `sudo port selfupdate` (and since this also does a sync, you should probably switch to running this instead of sync in future). - Josh From macsforever2000 at macports.org Thu Jul 9 15:06:32 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Thu, 9 Jul 2009 16:06:32 -0600 Subject: Macports and Scribus In-Reply-To: <7C95A943-D9C8-4B7D-A368-010CA0973FC4@gmail.com> References: <7C95A943-D9C8-4B7D-A368-010CA0973FC4@gmail.com> Message-ID: <3F737EC9-CF2E-41A3-9038-7C2089DE4C82@macports.org> On Jul 9, 2009, at 3:54 PM, Phil M. wrote: > I'm having some trouble getting scribus to install via terminal. I > think it's a macport problem. I'm wondering if you might be willing > to help me out: > System: Mac OS X 10.4 (iBook G4) > > after typing: "$ sudo port install scribus", I get: "Error: Unable to > open port: invalid command name "use_parallel_build"" > > I did some research and learned how to check to see if MP was outdate > or something: > Phil-Meaghers-Computer:~ Phil$ sudo port sync > Phil-Meaghers-Computer:~ Phil$ port outdated > No ports are installed. > > Whatever you can do to help will be appreciated. Thanks a million. Try the following: sudo port selfupdate sudo port install scribus It sounds like you have an old version of MacPorts. The selfupdate command will update it. Cheers! Frank From macsforever2000 at macports.org Thu Jul 9 16:05:14 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Thu, 9 Jul 2009 17:05:14 -0600 Subject: Macports and Scribus In-Reply-To: References: <7C95A943-D9C8-4B7D-A368-010CA0973FC4@gmail.com> <3F737EC9-CF2E-41A3-9038-7C2089DE4C82@macports.org> Message-ID: <014203AC-88DA-4867-BA60-5B766E4B19C8@macports.org> [Please remember to reply-all so the list gets a copy too] On Jul 9, 2009, at 4:58 PM, Phil M. wrote: > Thanks guys, > > Still, though, I can't get through to it: > > Phil-Meaghers-Computer:~ Phil$ sudo port selfupdate > Password: > DarwinPorts base version 1.400 installed > Error: /opt/local/bin/port: selfupdate failed: couldn't open "/opt/ > local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/ > base/config/dp_version": no such file or directory > > Any other ideas? That's a really old version. Since you had no ports installed, it's best to remove your version [1] and reinstall the latest version [2]. [1] [2] Cheers! Frank From face at CentosPrime.COM Thu Jul 9 16:47:37 2009 From: face at CentosPrime.COM (Chris Janton) Date: Thu, 09 Jul 2009 16:47:37 -0700 Subject: mysql5-server install - FATAL ERROR: Could not find fill_help_tables.sql inside --basedir In-Reply-To: <0EFEE3AD-C09E-4651-8C6D-35B2E83E849F@mac-specialist.com> References: <0EFEE3AD-C09E-4651-8C6D-35B2E83E849F@mac-specialist.com> Message-ID: <8CED4D9E-9901-428D-B288-D1BB98FAE0DF@centosprime.com> On 2009-07-09 , at 13:59 , Bill Hernandez wrote: > TRY THE PRIMARY METHOD : > [2009.22.06](07:59AM) -> [roscoe] ~ $ sudo -u mysql mysql_install_db5 > Password: what happens if you try sudo -u mysql mysql_install_db5 --basedir=/opt/local/share/mysql5/ mysql also - on my 10.5.x system the mysql username (already there from Apple) is _mysql note the leading underscore. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From philmeagher87 at gmail.com Thu Jul 9 16:49:38 2009 From: philmeagher87 at gmail.com (Phil M.) Date: Thu, 9 Jul 2009 16:49:38 -0700 Subject: mysql5-server install - FATAL ERROR: Could not find fill_help_tables.sql inside --basedir In-Reply-To: <8CED4D9E-9901-428D-B288-D1BB98FAE0DF@centosprime.com> References: <0EFEE3AD-C09E-4651-8C6D-35B2E83E849F@mac-specialist.com> <8CED4D9E-9901-428D-B288-D1BB98FAE0DF@centosprime.com> Message-ID: Actually, I got it going by uninstalling macports and reinstalling from the up-to-date dmg. Simpler than I thought, I guess. Thanks for the help everyone! On Jul 9, 2009, at 4:47 PM, Chris Janton wrote: > On 2009-07-09 , at 13:59 , Bill Hernandez wrote: > >> TRY THE PRIMARY METHOD : >> [2009.22.06](07:59AM) -> [roscoe] ~ $ sudo -u mysql >> mysql_install_db5 >> Password: > > > what happens if you try > > sudo -u mysql mysql_install_db5 --basedir=/opt/local/share/mysql5/ > mysql > > also - on my 10.5.x system the mysql username (already there from > Apple) is > > _mysql > > note the leading underscore. > > 8) > ---------------------------------- > Chris Janton - face at CentosPrime dot COM > Netminder for Opus1.COM > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From tbaldwin at uoregon.edu Thu Jul 9 18:37:12 2009 From: tbaldwin at uoregon.edu (Tom Baldwin) Date: Thu, 9 Jul 2009 18:37:12 -0700 Subject: Help: making Macports Python installation work with an older version of Tcl Message-ID: Hello everyone, I am seeking some help with a problem I am having running macports. When Macports installs Python, it updates Tcl and Tk to the latest version (8.5) as a dependency. For compatibility reasons, I want this Python installation to work with Tcl/Tk version 8.4 instead. By commanding "port deactivate Tcl" and "port deactivate Tk" I can restore these to what I had before: commanding "tclsh" and then entering "info patchlevel" at the prompt confirms that the version is now back to 8.4. I assume this is the version which comes preinstalled on the mac. However, when I go back to my python installation and "import Tkinter", it fails. How can I get my macports-installed Python version to work with Tcl and Tk which were not installed by macports? Thank you for your help. TkB -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Jul 9 18:42:12 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 9 Jul 2009 20:42:12 -0500 Subject: Macports and Scribus In-Reply-To: <014203AC-88DA-4867-BA60-5B766E4B19C8@macports.org> References: <7C95A943-D9C8-4B7D-A368-010CA0973FC4@gmail.com> <3F737EC9-CF2E-41A3-9038-7C2089DE4C82@macports.org> <014203AC-88DA-4867-BA60-5B766E4B19C8@macports.org> Message-ID: On Jul 9, 2009, at 18:05, Frank Schima wrote: > On Jul 9, 2009, at 4:58 PM, Phil M. wrote: > >> Phil-Meaghers-Computer:~ Phil$ sudo port selfupdate >> Password: >> DarwinPorts base version 1.400 installed >> Error: /opt/local/bin/port: selfupdate failed: couldn't open "/opt/ >> local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/ >> base/config/dp_version": no such file or directory >> >> Any other ideas? > > That's a really old version. Since you had no ports installed, it's > best to remove your version [1] and reinstall the latest version [2]. > > > [1] FAQ#HowdoIremoveoruninstallMacPorts> > [2] For a MacPorts installation this old, it may be easiest to delete it and start over, like Frank showed. You can use "port installed" to get a list of what's currently installed, and use that to reinstall your ports after you remove and reinstall MacPorts. If that's not too inconvenient for you, it has the greatest chance of quick success. However, the current version of MacPorts, 1.7.1, should be able to upgrade any older version. I'm not sure why it can't in your case, Phil. If you'd like to pursue why, it says you don't have the file / opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/ base/config/dp_version. Do you? If not, how much of that path do you have? FYI, the code to upgrade very old MacPorts installations has been removed and will no longer be present as of MacPorts 1.8.0. To upgrade a very old installation to MacPorts 1.8.0 or later, you will in future have to first install MacPorts 1.7.1, then upgrade from that to the current version. Note, Frank, that he didn't say he had no ports installed. He only showed us: On Jul 9, 2009, at 16:54, Phil M. wrote: > Phil-Meaghers-Computer:~ Phil$ port outdated > No ports are installed. All that means (in MacPorts 1.4) is that none of the installed ports are outdated. It doesn't tell you if any ports are actually installed. "port installed" tells you that. "port outdated" was improved some time after MacPorts 1.4 so that the message is clearer when no installed ports are outdated. From jsmorris at gmail.com Fri Jul 10 01:13:48 2009 From: jsmorris at gmail.com (jsmorris) Date: Fri, 10 Jul 2009 01:13:48 -0700 Subject: Error when upgrading port: Errno architecture does not match executable architecture In-Reply-To: <458CFC6E-9D51-446E-8CDF-E0C775168333@macports.org> References: <30e162460907080006wcbd2817w2bae76b7fc5431d7@mail.gmail.com> <30e162460907082029x75e2a7abu45a6f17ef6d9620f@mail.gmail.com> <458CFC6E-9D51-446E-8CDF-E0C775168333@macports.org> Message-ID: <30e162460907100113k64850db8v2ee1bc64d07461b9@mail.gmail.com> Success! Thanks for the help Ryan. The forced upgrade didn't have any effect, but when inspecting /opt/local/lib/perl5, I saw 5.8.8, site_perl/5.8.8, and vendor_perl/5.8.8 directories. I removed those directories and the ports upgraded successfully. I am not sure why those directories were still around. Jason On Thu, Jul 9, 2009 at 12:49 PM, Ryan Schmidt wrote: > On Jul 8, 2009, at 22:29, jsmorris wrote: > >> I tried Ryan's suggestion, but it did not work. ?I still got the same >> error message. ?The perl port seems to build just fine. ?Is this a >> problem with this version of Perl? ?I even uninstalled my perl5.8 port >> and re-installed it, but still the same error message. > > What port provides /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm on your > system? Type > > port provides /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm > > to find out. That port needs to be rebuilt (sudo port -nf upgrade). > > If /opt/local/lib/perl5/site_perl/5.8.8/Errno.pm does not belong to a port, > how did it get there? Did you install it manually, or use CPAN to install > Perl modules? If so, you may need to remove it manually or with CPAN. You > should only install Perl modules (or anything else in /opt/local) using > MacPorts. > > On my system I don't have that file; I have > /opt/local/lib/perl5/5.8.9/darwin-2level/Errno.pm and it is provided by the > perl5.8 port. > > Which brings up the point that the current version of perl in MacPorts is > 5.8.9 so I don't know why anything 5.8.8 is still showing up on your system. > Are your ports up to date? (sudo port sync && sudo port upgrade outdated) > > > From ms at mac-specialist.com Fri Jul 10 07:13:54 2009 From: ms at mac-specialist.com (Bill Hernandez) Date: Fri, 10 Jul 2009 09:13:54 -0500 Subject: [Solved]: mysql5-server install - FATAL ERROR: Could not find fill_help_tables.sql inside --basedir In-Reply-To: <8CED4D9E-9901-428D-B288-D1BB98FAE0DF@centosprime.com> References: <0EFEE3AD-C09E-4651-8C6D-35B2E83E849F@mac-specialist.com> <8CED4D9E-9901-428D-B288-D1BB98FAE0DF@centosprime.com> Message-ID: On Jul 9, 2009, at 6:47 PM, Chris Janton wrote: > On 2009-07-09 , at 13:59 , Bill Hernandez wrote: > >> TRY THE PRIMARY METHOD : >> [2009.22.06](07:59AM) -> [roscoe] ~ $ sudo -u mysql >> mysql_install_db5 >> Password: > > > what happens if you try > > sudo -u mysql mysql_install_db5 --basedir=/opt/local/share/mysql5/ > mysql > > also - on my 10.5.x system the mysql username (already there from > Apple) is > > _mysql > > note the leading underscore. > > 8) > ---------------------------------- > Chris Janton - face at CentosPrime dot COM > Netminder for Opus1.COM Chris, I had not tried re-installing mysql.server for the last couple of weeks, because I was waiting to hear back once it had been fixed, but after I got your message I installed macports, apache2, and mysql.server and apparently the "help tables" problem has been fixed since my last attempt. This time everything worked, at least so far.... As usual, thanks for the great help, Bill Hernandez Plano, Texas [2009.10.07](08:48AM) -> [roscoe] ~ $ sudo -u mysql mysql_install_db5 Password: ---> Installing MySQL system tables... ---> 090710 9:00:45 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295 ---> 090710 9:00:45 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295 ---> 090710 9:00:45 [Warning] Setting lower_case_table_names=2 because file system for /opt/local/var/db/mysql5/ is case insensitive ---> OK ---> Filling help tables... ---> 090710 9:00:45 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295 ---> 090710 9:00:45 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295 ---> 090710 9:00:45 [Warning] Setting lower_case_table_names=2 because file system for /opt/local/var/db/mysql5/ is case insensitive ---> OK ---> To start mysqld at boot time you have to copy ---> support-files/mysql.server to the right place for your system ---> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! ---> To do so, start the server, then issue the following commands: ---> /opt/local/lib/mysql5/bin/mysqladmin -u root password 'new- password' ---> /opt/local/lib/mysql5/bin/mysqladmin -u root -h eagle.local password 'new-password' ---> Alternatively you can run: ---> /opt/local/lib/mysql5/bin/mysql_secure_installation ---> which will also give you the option of removing the test ---> databases and anonymous user created by default. This is ---> strongly recommended for production servers. ---> See the manual for more instructions. ---> You can start the MySQL daemon with: ---> cd /opt/local ; /opt/local/lib/mysql5/bin/mysqld_safe & ---> You can test the MySQL daemon with mysql-test-run.pl ---> cd mysql-test ; perl mysql-test-run.pl ---> Please report any problems with the /opt/local/lib/mysql5/bin/ mysqlbug script! ---> The latest information about MySQL is available on the web at ---> http://www.mysql.com ---> Support MySQL by buying support/licenses at http://shop.mysql.com [2009.10.07](09:00AM) -> [roscoe] ~ $ -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Fri Jul 10 07:47:26 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Fri, 10 Jul 2009 08:47:26 -0600 Subject: Help: making Macports Python installation work with an older version of Tcl In-Reply-To: References: Message-ID: <26DFB84C-4090-4982-A2A1-24EEB06D7B27@macports.org> Hi Tom, On Jul 9, 2009, at 7:37 PM, Tom Baldwin wrote: > Hello everyone, > > I am seeking some help with a problem I am having running macports. > > When Macports installs Python, it updates Tcl and Tk to the latest > version (8.5) as a dependency. For compatibility reasons, I want > this Python installation to work with Tcl/Tk version 8.4 instead. By > commanding "port deactivate Tcl" and "port deactivate Tk" I can > restore these to what I had before: commanding "tclsh" and then > entering "info patchlevel" at the prompt confirms that the version > is now back to 8.4. I assume this is the version which comes > preinstalled on the mac. > > However, when I go back to my python installation and "import > Tkinter", it fails. How can I get my macports-installed Python > version to work with Tcl and Tk which were not installed by macports? > > Thank you for your help. > > TkB MacPorts is not designed to work with built-in Mac OS X libraries [1]. However, I have the same requirement because I use the blt port. What I do is replace my local tcl and tk portfiles with the latest 8.4.x versions. See ticket #14488 [2] where I have attached those versions of the portfiles. Note that if you are not running from svn, you might want to turn off the write flag on the portfiles so they don't get updated when you run selfupdate. [1] [2] Cheers! Frank From dluke at geeklair.net Fri Jul 10 07:49:02 2009 From: dluke at geeklair.net (Daniel J. Luke) Date: Fri, 10 Jul 2009 10:49:02 -0400 Subject: Help: making Macports Python installation work with an older version of Tcl In-Reply-To: <26DFB84C-4090-4982-A2A1-24EEB06D7B27@macports.org> References: <26DFB84C-4090-4982-A2A1-24EEB06D7B27@macports.org> Message-ID: On Jul 10, 2009, at 10:47 AM, Frank Schima wrote: > What I do is replace my local tcl and tk portfiles with the latest > 8.4.x versions. See ticket #14488 [2] where I have attached those > versions of the portfiles. Note that if you are not running from > svn, you might want to turn off the write flag on the portfiles so > they don't get updated when you run selfupdate. I would recommend that you set up a local portfile repository for this - so you don't have to worry about selfupdate overwriting your changes. -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part URL: From payam.minoofar at meissner.com Fri Jul 10 10:48:51 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Fri, 10 Jul 2009 10:48:51 -0700 Subject: Can't upgard qt4 Message-ID: Hi, I get this error when I try to upgrade qt4: release_ports_aqua_qt4-mac/work/qt-mac-opensource-src-4.5.2/lib -o .obj/debug-shared/GCController.o bindings/js/GCController.cpp page/DOMWindow.h:281: error: field 'm_url' has incomplete type page/DOMWindow.h: In member function 'void WebCore::DOMWindow::setURL(const WebCore::KURL&)': page/DOMWindow.h:80: error: 'm_url' was not declared in this scope page/DOMWindow.h: In member function 'WebCore::KURL WebCore::DOMWindow::url() const': page/DOMWindow.h:81: error: return type 'struct WebCore::KURL' is incomplete page/DOMWindow.h:81: error: 'm_url' was not declared in this scope make[2]: *** [.obj/debug-shared/GCController.o] Error 1 make[1]: *** [debug-all] Error 2 make: *** [sub-webkit-make_default-ordered] Error 2 Error: Unable to upgrade port: 1 Is it something at my end? Payam -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Jul 10 11:14:21 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 10 Jul 2009 13:14:21 -0500 Subject: Can't upgard qt4 In-Reply-To: References: Message-ID: <816222FB-E1F7-43A4-95B0-394A36340A34@macports.org> On Jul 10, 2009, at 12:48, Payam Minoofar wrote: > I get this error when I try to upgrade qt4: > release_ports_aqua_qt4-mac/work/qt-mac-opensource-src-4.5.2/lib - > o .obj/debug-shared/GCController.o bindings/js/GCController.cpp > page/DOMWindow.h:281: error: field 'm_url' has incomplete type > page/DOMWindow.h: In member function 'void > WebCore::DOMWindow::setURL(const WebCore::KURL&)': > page/DOMWindow.h:80: error: 'm_url' was not declared in this scope > page/DOMWindow.h: In member function 'WebCore::KURL > WebCore::DOMWindow::url() const': > page/DOMWindow.h:81: error: return type 'struct WebCore::KURL' is > incomplete > page/DOMWindow.h:81: error: 'm_url' was not declared in this scope > make[2]: *** [.obj/debug-shared/GCController.o] Error 1 > make[1]: *** [debug-all] Error 2 > make: *** [sub-webkit-make_default-ordered] Error 2 > > Error: Unable to upgrade port: 1 This has been reported before: http://trac.macports.org/ticket/20199#comment:2 The workaround for now: http://trac.macports.org/ticket/20199#comment:6 From ryandesign at macports.org Fri Jul 10 11:16:55 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 10 Jul 2009 13:16:55 -0500 Subject: Help: making Macports Python installation work with an older version of Tcl In-Reply-To: <26DFB84C-4090-4982-A2A1-24EEB06D7B27@macports.org> References: <26DFB84C-4090-4982-A2A1-24EEB06D7B27@macports.org> Message-ID: <9979000D-4ACB-4F22-AB0F-C348543B6B20@macports.org> On Jul 10, 2009, at 09:47, Frank Schima wrote: > On Jul 9, 2009, at 7:37 PM, Tom Baldwin wrote: > >> When Macports installs Python, it updates Tcl and Tk to the latest >> version (8.5) as a dependency. For compatibility reasons, I want >> this Python installation to work with Tcl/Tk version 8.4 instead. >> By commanding "port deactivate Tcl" and "port deactivate Tk" I can >> restore these to what I had before: commanding "tclsh" and then >> entering "info patchlevel" at the prompt confirms that the version >> is now back to 8.4. I assume this is the version which comes >> preinstalled on the mac. >> >> However, when I go back to my python installation and "import >> Tkinter", it fails. How can I get my macports-installed Python >> version to work with Tcl and Tk which were not installed by macports? > > MacPorts is not designed to work with built-in Mac OS X libraries > [1]. However, I have the same requirement because I use the blt > port. What I do is replace my local tcl and tk portfiles with the > latest 8.4.x versions. See ticket #14488 [2] where I have attached > those versions of the portfiles. Note that if you are not running > from svn, you might want to turn off the write flag on the > portfiles so they don't get updated when you run selfupdate. There are also general instructions for installing an older version of a port: http://trac.macports.org/wiki/howto/InstallingOlderPort The specific example I give in the instructions is how to install tcl 8.4.16. From macsforever2000 at macports.org Fri Jul 10 12:13:54 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Fri, 10 Jul 2009 13:13:54 -0600 Subject: Help: making Macports Python installation work with an older version of Tcl In-Reply-To: References: <26DFB84C-4090-4982-A2A1-24EEB06D7B27@macports.org> Message-ID: <2C24FFB3-9352-4741-9567-D0D730843F77@macports.org> Hi Tom, Please use reply-all so that the list gets a copy too. On Jul 10, 2009, at 12:13 PM, Tom Baldwin wrote: > On Fri, Jul 10, 2009 at 7:47 AM, Frank Schima > wrote: > On Jul 9, 2009, at 7:37 PM, Tom Baldwin wrote: > > Hello everyone, > > I am seeking some help with a problem I am having running macports. > > When Macports installs Python, it updates Tcl and Tk to the latest > version (8.5) as a dependency. For compatibility reasons, I want > this Python installation to work with Tcl/Tk version 8.4 instead. By > commanding "port deactivate Tcl" and "port deactivate Tk" I can > restore these to what I had before: commanding "tclsh" and then > entering "info patchlevel" at the prompt confirms that the version > is now back to 8.4. I assume this is the version which comes > preinstalled on the mac. > > However, when I go back to my python installation and "import > Tkinter", it fails. How can I get my macports-installed Python > version to work with Tcl and Tk which were not installed by macports? > > Thank you for your help. > > TkB > > MacPorts is not designed to work with built-in Mac OS X libraries > [1]. However, I have the same requirement because I use the blt > port. What I do is replace my local tcl and tk portfiles with the > latest 8.4.x versions. See ticket #14488 [2] where I have attached > those versions of the portfiles. > > Thank you for showing me this ticket, it was just what I was looking > for. Using your alternate portfiles for tcl and tk, I was able to > install version 8.4 of both. > > However, using your portfile for py25-tkinter fails for me since it > cannot find setup.py. This was mentioned in the thread [1] but it's > not clear to me how it was resolved. Do you know why this is? I > replaced the two tcl libraries as is mentioned, but I think that had > more to do with the runtime errors mentioned in comment #10. I did > skip the xorg / blt stuff, since I don't think I need that just to > run Tkinter from python. > > [1] > > I really appreciate your help. Thanks so much. > TkB You don't need the py25-tkinter port anymore due to recent changes in python25. I should note that in the ticket - or better yet, make a wiki page about this. Make sure you have the latest python25 portfile (with "sudo port selfupdate"). In any event, you will have to rebuild your python port after installing tcl/tk 8.4. Cheers! Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: From tbaldwin at uoregon.edu Fri Jul 10 13:24:55 2009 From: tbaldwin at uoregon.edu (Tom Baldwin) Date: Fri, 10 Jul 2009 13:24:55 -0700 Subject: Help: making Macports Python installation work with an older version of Tcl In-Reply-To: <2C24FFB3-9352-4741-9567-D0D730843F77@macports.org> References: <26DFB84C-4090-4982-A2A1-24EEB06D7B27@macports.org> <2C24FFB3-9352-4741-9567-D0D730843F77@macports.org> Message-ID: Thank you Frank! Recompiling python25 was the step I missed. Ryan, I must have missed your wiki page in my initial googling. I wish I had found it then, because it would have helped me a lot. I actually did at one point check out the last revision of Tcl 8.4 with svn, several days ago, but macports kept installing 8.5, and I didn't know why. This was because I initially inserted my local repository location *after*the rsync url in sources.conf. Basic mistake, I now know, but I was clueless at the time. Had I just switched them I would have had it! Thank you all for helping orient me to macports. TkB On Fri, Jul 10, 2009 at 12:13 PM, Frank Schima wrote: > Hi Tom, > > Please use reply-all so that the list gets a copy too. > > On Jul 10, 2009, at 12:13 PM, Tom Baldwin wrote: > > On Fri, Jul 10, 2009 at 7:47 AM, Frank Schima < > macsforever2000 at macports.org> wrote: > >> On Jul 9, 2009, at 7:37 PM, Tom Baldwin wrote: >> >> Hello everyone, >>> >>> I am seeking some help with a problem I am having running macports. >>> >>> When Macports installs Python, it updates Tcl and Tk to the latest >>> version (8.5) as a dependency. For compatibility reasons, I want this Python >>> installation to work with Tcl/Tk version 8.4 instead. By commanding "port >>> deactivate Tcl" and "port deactivate Tk" I can restore these to what I had >>> before: commanding "tclsh" and then entering "info patchlevel" at the prompt >>> confirms that the version is now back to 8.4. I assume this is the version >>> which comes preinstalled on the mac. >>> >>> However, when I go back to my python installation and "import Tkinter", >>> it fails. How can I get my macports-installed Python version to work with >>> Tcl and Tk which were not installed by macports? >>> >>> Thank you for your help. >>> >>> TkB >>> >> >> MacPorts is not designed to work with built-in Mac OS X libraries [1]. >> However, I have the same requirement because I use the blt port. What I do >> is replace my local tcl and tk portfiles with the latest 8.4.x versions. See >> ticket #14488 [2] where I have attached those versions of the portfiles. > > > Thank you for showing me this ticket, it was just what I was looking for. > Using your alternate portfiles for tcl and tk, I was able to install version > 8.4 of both. > > However, using your portfile for py25-tkinter fails for me since it cannot > find setup.py. This was mentioned in the thread [1] but it's not clear to me > how it was resolved. Do you know why this is? I replaced the two tcl > libraries as is mentioned, but I think that had more to do with the runtime > errors mentioned in comment #10. I did skip the xorg / blt stuff, since I > don't think I need that just to run Tkinter from python. > > [1] > > I really appreciate your help. Thanks so much. > TkB > > > You don't need the py25-tkinter port anymore due to recent changes in > python25. I should note that in the ticket - or better yet, make a wiki page > about this. Make sure you have the latest python25 portfile (with "sudo port > selfupdate"). In any event, you will have to rebuild your python port after > installing tcl/tk 8.4. > > > Cheers! > Frank > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sat Jul 11 05:12:13 2009 From: jmr at macports.org (Joshua Root) Date: Sat, 11 Jul 2009 22:12:13 +1000 Subject: Macports and Scribus In-Reply-To: References: <7C95A943-D9C8-4B7D-A368-010CA0973FC4@gmail.com> <3F737EC9-CF2E-41A3-9038-7C2089DE4C82@macports.org> <014203AC-88DA-4867-BA60-5B766E4B19C8@macports.org> Message-ID: <4A58819D.6000208@macports.org> On 2009-7-10 11:42, Ryan Schmidt wrote: > > On Jul 9, 2009, at 18:05, Frank Schima wrote: > >> On Jul 9, 2009, at 4:58 PM, Phil M. wrote: >> >>> Phil-Meaghers-Computer:~ Phil$ sudo port selfupdate >>> Password: >>> DarwinPorts base version 1.400 installed >>> Error: /opt/local/bin/port: selfupdate failed: couldn't open >>> "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base/config/dp_version": >>> no such file or directory >>> >>> Any other ideas? >> >> That's a really old version. Since you had no ports installed, it's >> best to remove your version [1] and reinstall the latest version [2]. >> >> >> [1] >> [2] > > > For a MacPorts installation this old, it may be easiest to delete it and > start over, like Frank showed. You can use "port installed" to get a > list of what's currently installed, and use that to reinstall your ports > after you remove and reinstall MacPorts. If that's not too inconvenient > for you, it has the greatest chance of quick success. > > However, the current version of MacPorts, 1.7.1, should be able to > upgrade any older version. I'm not sure why it can't in your case, Phil. > If you'd like to pursue why, it says you don't have the file > /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base/config/dp_version. > Do you? If not, how much of that path do you have? The old version's selfupdate code is failing because there isn't a dp_version file in 1.7.1 (see #17420). I'll add one back to trunk so that a more useful error message will be produced in this situation. - Josh From face at CentosPrime.COM Sat Jul 11 06:10:07 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sat, 11 Jul 2009 06:10:07 -0700 Subject: port outdated - not showing outdated port? Message-ID: <77356C2A-EC71-48D1-99DE-0F56E3D5750D@centosprime.com> port installed shows php5 @5.2.6_2+apache+darwin_7+macosx+mysql5+pear (active) php5 @5.2.10_0+apache+darwin_7+macosx+mysql5+pear php5 @5.2.10_1+apache+darwin_7+macosx+mysql5+pear port outdated shows No installed ports are outdated. port info php5 shows php5 @5.3.0 (lang, php, www) My question is "why doesn't port outdated show that php5 is now at 5.3"? thanks. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From atma at convalesco.org Sat Jul 11 07:15:17 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Sat, 11 Jul 2009 17:15:17 +0300 Subject: Outdated TOR port Message-ID: <53F679AB-B7A3-405A-A796-196BB72DA059@convalesco.org> Hello, I'd like to install via macports the new tor-2.0.35 because it fixes important issues related with dynamic ip addresses and I use a dynamic ip on my server. I installed tor and libevent manually to make it work without harassment but how can I use the new tar.gz, it's just a number with the ports, or how can I contact the developer to just switch to the new version. From a quick look it's not like we need to add support for further options, it's just a minor upgrade. Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From jmr at macports.org Sat Jul 11 07:32:52 2009 From: jmr at macports.org (Joshua Root) Date: Sun, 12 Jul 2009 00:32:52 +1000 Subject: port outdated - not showing outdated port? In-Reply-To: <77356C2A-EC71-48D1-99DE-0F56E3D5750D@centosprime.com> References: <77356C2A-EC71-48D1-99DE-0F56E3D5750D@centosprime.com> Message-ID: <4A58A294.4010205@macports.org> On 2009-7-11 23:10, Chris Janton wrote: > port installed shows > > php5 @5.2.6_2+apache+darwin_7+macosx+mysql5+pear (active) > php5 @5.2.10_0+apache+darwin_7+macosx+mysql5+pear > php5 @5.2.10_1+apache+darwin_7+macosx+mysql5+pear > > port outdated shows > > No installed ports are outdated. > > port info php5 shows > > php5 @5.3.0 (lang, php, www) > > My question is "why doesn't port outdated show that php5 is now at 5.3"? The new version might not have been indexed yet? - Josh From ryandesign at macports.org Sat Jul 11 12:37:34 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 11 Jul 2009 14:37:34 -0500 Subject: Outdated TOR port In-Reply-To: <53F679AB-B7A3-405A-A796-196BB72DA059@convalesco.org> References: <53F679AB-B7A3-405A-A796-196BB72DA059@convalesco.org> Message-ID: On Jul 11, 2009, at 09:15, Panagiotis Atmatzidis wrote: > I'd like to install via macports the new tor-2.0.35 because it > fixes important issues related with dynamic ip addresses and I use > a dynamic ip on my server. > > I installed tor and libevent manually to make it work without > harassment but how can I use the new tar.gz, it's just a number > with the ports, or how can I contact the developer to just switch > to the new version. > > From a quick look it's not like we need to add support for further > options, it's just a minor upgrade. tor was updated to 0.2.0.35 by its maintainer on July 2, 2009, so you just need to sync your ports and upgrade tor (and any other outdated ports). sudo port sync port outdated sudo port upgrade outdated From ryandesign at macports.org Sat Jul 11 12:39:05 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 11 Jul 2009 14:39:05 -0500 Subject: port outdated - not showing outdated port? In-Reply-To: <77356C2A-EC71-48D1-99DE-0F56E3D5750D@centosprime.com> References: <77356C2A-EC71-48D1-99DE-0F56E3D5750D@centosprime.com> Message-ID: <94E6DFEA-50AB-497B-B363-19089CE13149@macports.org> On Jul 11, 2009, at 08:10, Chris Janton wrote: > port installed shows > > php5 @5.2.6_2+apache+darwin_7+macosx+mysql5+pear (active) > php5 @5.2.10_0+apache+darwin_7+macosx+mysql5+pear > php5 @5.2.10_1+apache+darwin_7+macosx+mysql5+pear > > port outdated shows > > No installed ports are outdated. > > port info php5 shows > > php5 @5.3.0 (lang, php, www) > > My question is "why doesn't port outdated show that php5 is now at > 5.3"? Is your portindex up to date? Try "sudo port sync"; is it still the same? Do you have a local portindex that might be overriding ours? Or do you have a local php5 portfile that might be overriding ours? From face at CentosPrime.COM Sat Jul 11 13:00:22 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sat, 11 Jul 2009 13:00:22 -0700 Subject: port outdated - not showing outdated port? In-Reply-To: <94E6DFEA-50AB-497B-B363-19089CE13149@macports.org> References: <77356C2A-EC71-48D1-99DE-0F56E3D5750D@centosprime.com> <94E6DFEA-50AB-497B-B363-19089CE13149@macports.org> Message-ID: On 2009-07-11 , at 12:39 , Ryan Schmidt wrote: > On Jul 11, 2009, at 08:10, Chris Janton wrote: > >> port installed shows >> >> php5 @5.2.6_2+apache+darwin_7+macosx+mysql5+pear (active) >> php5 @5.2.10_0+apache+darwin_7+macosx+mysql5+pear >> php5 @5.2.10_1+apache+darwin_7+macosx+mysql5+pear >> >> port outdated shows >> >> No installed ports are outdated. >> >> port info php5 shows >> >> php5 @5.3.0 (lang, php, www) >> >> My question is "why doesn't port outdated show that php5 is now at >> 5.3"? > > Is your portindex up to date? Try "sudo port sync"; is it still the > same? > Do you have a local portindex that might be overriding ours? > Or do you have a local php5 portfile that might be overriding ours? admin at x:admin:121 $ sudo port sync admin at x:admin:122 $ port outdated No installed ports are outdated. the only 'portindex' that I can find is /opt/local/bin/portindex admin at x:admin:131 $ port file php5 /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ php5/Portfile admin at x:admin:135 $ cat /opt/local/etc/macports/sources.conf # MacPorts system wide sources configuration file # $Id: sources.conf 26177 2007-06-15 10:11:22Z jmpp at macports.org $ # # To enable your local ports repository, uncomment and customize the # following line to point at your local ports directory # Example: file:///Users/landonf/misc/MacPorts/ports # # To prevent a source from synchronizing when `port sync` is used, # append [nosync] to the end of the line # Example: file:///Users/landonf/misc/MacPorts/dports [nosync] # # To get the ports tree from the MacPorts rsync.macports.org server use: # rsync://rsync.macports.org/release/ports/ rsync://rsync.macports.org/release/ports/ [default] 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From ryandesign at macports.org Sat Jul 11 13:06:47 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 11 Jul 2009 15:06:47 -0500 Subject: port outdated - not showing outdated port? In-Reply-To: References: <77356C2A-EC71-48D1-99DE-0F56E3D5750D@centosprime.com> <94E6DFEA-50AB-497B-B363-19089CE13149@macports.org> Message-ID: On Jul 11, 2009, at 15:00, Chris Janton wrote: > On 2009-07-11 , at 12:39 , Ryan Schmidt wrote: > >> On Jul 11, 2009, at 08:10, Chris Janton wrote: >> >>> My question is "why doesn't port outdated show that php5 is now >>> at 5.3"? >> >> Is your portindex up to date? Try "sudo port sync"; is it still >> the same? >> Do you have a local portindex that might be overriding ours? >> Or do you have a local php5 portfile that might be overriding ours? > > admin at x:admin:121 $ sudo port sync > admin at x:admin:122 $ port outdated > No installed ports are outdated. That is strange indeed. > the only 'portindex' that I can find is > > /opt/local/bin/portindex I should be more precise: it's spelled "PortIndex" and it lives at the root of your ports tree, so: /opt/local/var/macports/sources/rsync.macports.org/release/ports/ PortIndex It should be getting updated along with everything else in your ports tree when you sync or selfupdate. From atma at convalesco.org Sun Jul 12 02:23:02 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Sun, 12 Jul 2009 12:23:02 +0300 Subject: problem with recursing dependencies Message-ID: Hello, Lately I'm having troubles with recursive dependencies. Every time I install a package on a mac mini acting as a server I have keep an eye on the variants and the dependencies before the installation (sudo port deps/variants pkg_name). But lately, I've tried to install rdiff-backup and although I've got a reasonable volume of packages to be installed and I have this configuration in the: devo:~ atma$ tail -n 1 /opt/local/etc/macports/variants.conf -apache -apache2 +no_x11 when I try to install rdiff-backup or duplicity (incremental backup utilities that permit remote backup via ssh/ftp) I get these packages installed: ---> Fetching xorg-xproto ---> Verifying checksum(s) for xorg-xproto ---> Extracting xorg-xproto ---> Configuring xorg-xproto ---> Building xorg-xproto ---> Staging xorg-xproto into destroot ---> Installing xorg-xproto @7.0.15_0 ---> Activating xorg-xproto @7.0.15_0 ---> Cleaning xorg-xproto ---> Fetching xorg-bigreqsproto ---> Verifying checksum(s) for xorg-bigreqsproto ---> Extracting xorg-bigreqsproto ---> Configuring xorg-bigreqsproto ---> Building xorg-bigreqsproto ---> Staging xorg-bigreqsproto into destroot ---> Installing xorg-bigreqsproto @1.0.2_0 ---> Activating xorg-bigreqsproto @1.0.2_0 ---> Cleaning xorg-bigreqsproto ---> Fetching xorg-inputproto ---> Verifying checksum(s) for xorg-inputproto ---> Extracting xorg-inputproto ---> Configuring xorg-inputproto ---> Building xorg-inputproto ---> Staging xorg-inputproto into destroot ---> Installing xorg-inputproto @1.5.1_0 ---> Activating xorg-inputproto @1.5.1_0 ---> Cleaning xorg-inputproto ---> Fetching xorg-kbproto ---> Verifying checksum(s) for xorg-kbproto ---> Extracting xorg-kbproto ---> Configuring xorg-kbproto ---> Building xorg-kbproto ---> Staging xorg-kbproto into destroot ---> Installing xorg-kbproto @1.0.3_0 ---> Activating xorg-kbproto @1.0.3_0 ---> Cleaning xorg-kbproto ---> Fetching xorg-libXau ---> Verifying checksum(s) for xorg-libXau ---> Extracting xorg-libXau ---> Configuring xorg-libXau ---> Building xorg-libXau ---> Staging xorg-libXau into destroot ---> Installing xorg-libXau @1.0.4_0 ---> Activating xorg-libXau @1.0.4_0 ---> Cleaning xorg-libXau ---> Fetching xorg-libXdmcp ---> Verifying checksum(s) for xorg-libXdmcp ---> Extracting xorg-libXdmcp ---> Configuring xorg-libXdmcp ---> Building xorg-libXdmcp [...] A dozen of xorg related packages. This machine is intended to act as a server so xorg related package should not be installed if not for libraries. Later it tries to install xorg itself. The problem is that I can't see the circular dependencies (say like gentoo) in order to determine which variants cause this mess. Can someone point me out a flexible solution here? Regards Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From jmr at macports.org Sun Jul 12 02:52:23 2009 From: jmr at macports.org (Joshua Root) Date: Sun, 12 Jul 2009 19:52:23 +1000 Subject: problem with recursing dependencies In-Reply-To: References: Message-ID: <4A59B257.2020305@macports.org> On 2009-7-12 19:23, Panagiotis Atmatzidis wrote: > Hello, > > Lately I'm having troubles with recursive dependencies. Every time I > install a package on a mac mini acting as a server I have keep an eye on > the variants and the dependencies before the installation (sudo port > deps/variants pkg_name). > > But lately, I've tried to install rdiff-backup and although I've got a > reasonable volume of packages to be installed and I have this > configuration in the: > > devo:~ atma$ tail -n 1 /opt/local/etc/macports/variants.conf > -apache -apache2 +no_x11 > > when I try to install rdiff-backup or duplicity (incremental backup > utilities that permit remote backup via ssh/ftp) I get these packages > installed: > [...] > A dozen of xorg related packages. Try this: It shows that the xorg ports are getting pulled in in via tk. It has a 'quartz' variant which will remove them. > This machine is intended to act as a > server so xorg related package should not be installed if not for > libraries. Later it tries to install xorg itself. The problem is that I > can't see the circular dependencies (say like gentoo) in order to > determine which variants cause this mess. I don't see any evidence of circular dependencies. - Josh From atma at convalesco.org Sun Jul 12 03:11:52 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Sun, 12 Jul 2009 13:11:52 +0300 Subject: problem with recursing dependencies In-Reply-To: <4A59B257.2020305@macports.org> References: <4A59B257.2020305@macports.org> Message-ID: <658EA8CC-8FBC-488F-ABA9-710348B184EC@convalesco.org> On 12 ???? 2009, at 12:52 ??, Joshua Root wrote: > On 2009-7-12 19:23, Panagiotis Atmatzidis wrote: >> Hello, >> >> Lately I'm having troubles with recursive dependencies. Every time I >> install a package on a mac mini acting as a server I have keep an >> eye on >> the variants and the dependencies before the installation (sudo port >> deps/variants pkg_name). >> >> But lately, I've tried to install rdiff-backup and although I've >> got a >> reasonable volume of packages to be installed and I have this >> configuration in the: >> >> devo:~ atma$ tail -n 1 /opt/local/etc/macports/variants.conf >> -apache -apache2 +no_x11 >> >> when I try to install rdiff-backup or duplicity (incremental backup >> utilities that permit remote backup via ssh/ftp) I get these packages >> installed: >> [...] >> A dozen of xorg related packages. > > Try this: > > > It shows that the xorg ports are getting pulled in in via tk. It has a > 'quartz' variant which will remove them. > >> This machine is intended to act as a >> server so xorg related package should not be installed if not for >> libraries. Later it tries to install xorg itself. The problem is >> that I >> can't see the circular dependencies (say like gentoo) in order to >> determine which variants cause this mess. > > I don't see any evidence of circular dependencies. > > - Josh Thanks. Yes, no circ-dep problem here, I was confused the issue here is that I can't see the entire deps tree. The script however solved this. Thank you. ps. I can resolve this by adding -quartz in the /opt/local/etc/ macports/variants.conf right? Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From jmr at macports.org Sun Jul 12 05:55:18 2009 From: jmr at macports.org (Joshua Root) Date: Sun, 12 Jul 2009 22:55:18 +1000 Subject: problem with recursing dependencies In-Reply-To: <658EA8CC-8FBC-488F-ABA9-710348B184EC@convalesco.org> References: <4A59B257.2020305@macports.org> <658EA8CC-8FBC-488F-ABA9-710348B184EC@convalesco.org> Message-ID: <4A59DD36.8070904@macports.org> On 2009-7-12 20:11, Panagiotis Atmatzidis wrote: > Thanks. Yes, no circ-dep problem here, I was confused the issue here is > that I can't see the entire deps tree. The script however solved this. > > Thank you. > > ps. I can resolve this by adding -quartz in the > /opt/local/etc/macports/variants.conf right? You would want +quartz, which in tk's case means "use quartz instead of X11". - Josh From smibrahim at gmail.com Sun Jul 12 10:07:48 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Mon, 13 Jul 2009 00:07:48 +0700 Subject: how to prevent a package from upgrade Message-ID: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> hi, in all our production server we are running php-5.2.10 , so as php-5.3 is major upgrade, and there is lot's of the change, i don't want to upgrade my development systems php version. what's the easy way to stay to php-5.2 ? thanks -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com From smibrahim at gmail.com Sun Jul 12 10:17:48 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Mon, 13 Jul 2009 00:17:48 +0700 Subject: how to prevent a package from upgrade Message-ID: <4997275b0907121017h37223f6dlf1e54bc23745e4a6@mail.gmail.com> hi, in all our production server we are running php-5.2.10 , so as php-5.3 is major upgrade, and there is lot's of the change, i don't want to upgrade my development systems php version. what's the easy way to stay to php-5.2 ? thanks -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com From ryandesign at macports.org Sun Jul 12 13:52:15 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 12 Jul 2009 15:52:15 -0500 Subject: how to prevent a package from upgrade In-Reply-To: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> References: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> Message-ID: <2F067335-765A-4ABC-9476-E72F39AECF6A@macports.org> On Jul 12, 2009, at 12:07, S. M. Ibrahim (Lavlu) wrote: > in all our production server we are running php-5.2.10 , so as php-5.3 > is major upgrade, and there is lot's of the change, i don't want to > upgrade my development systems php version. what's the easy way to > stay to php-5.2 ? Don't type "sudo port upgrade php5" or "sudo port upgrade outdated" From vincent-opdarw at vinc17.org Sun Jul 12 14:23:13 2009 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Sun, 12 Jul 2009 23:23:13 +0200 Subject: how to prevent a package from upgrade In-Reply-To: <2F067335-765A-4ABC-9476-E72F39AECF6A@macports.org> References: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> <2F067335-765A-4ABC-9476-E72F39AECF6A@macports.org> Message-ID: <20090712212313.GB7803@xvii.home> On 2009-07-12 15:52:15 -0500, Ryan Schmidt wrote: > On Jul 12, 2009, at 12:07, S. M. Ibrahim (Lavlu) wrote: > > >in all our production server we are running php-5.2.10 , so as php-5.3 > >is major upgrade, and there is lot's of the change, i don't want to > >upgrade my development systems php version. what's the easy way to > >stay to php-5.2 ? > > Don't type "sudo port upgrade php5" or "sudo port upgrade outdated" That's not sufficient because ports can also be upgraded due to dependencies. One could use "port upgrade -n", but the user may want to be able to follow all dependencies except some given port. A solution is to have one's own source. For instance, /opt/local/etc/macports/sources.conf can contain for the first source: file:///Users/username/macports and the user can put his own ports (in particular, some fixed version of some port) there (and don't forget to run portindex from this directory). -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From ryandesign at macports.org Sun Jul 12 14:35:07 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 12 Jul 2009 16:35:07 -0500 Subject: Outdated TOR port In-Reply-To: <02CE9780-AD6D-4F1C-BF3E-0B885443AC68@convalesco.org> References: <53F679AB-B7A3-405A-A796-196BB72DA059@convalesco.org> <02CE9780-AD6D-4F1C-BF3E-0B885443AC68@convalesco.org> Message-ID: On Jul 12, 2009, at 04:02, Panagiotis Atmatzidis wrote: > Thank you Ryan! > > When the ports are updated by default, the upgrade overwrites the / > opt/local/etc files? Ports should not overwrite your configuration files in etc on upgrade, but because the port maintainer must often make a special effort to cause the sample configuration files to be installed with different names, some ports unfortunately do overwrite your configuration files. This is probably a bug in that port so if you find any such port please file a ticket in the issue tracker. P.S: You should use Reply All so your reply goes to the list too, not just to me. From merlyn at stonehenge.com Sun Jul 12 17:47:37 2009 From: merlyn at stonehenge.com (Randal L. Schwartz) Date: Sun, 12 Jul 2009 17:47:37 -0700 Subject: how to prevent a package from upgrade In-Reply-To: <20090712212313.GB7803@xvii.home> (Vincent Lefevre's message of "Sun, 12 Jul 2009 23:23:13 +0200") References: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> <2F067335-765A-4ABC-9476-E72F39AECF6A@macports.org> <20090712212313.GB7803@xvii.home> Message-ID: <86hbxhpfx2.fsf@blue.stonehenge.com> >>>>> "Vincent" == Vincent Lefevre writes: Vincent> and the user can put his own ports (in particular, some fixed Vincent> version of some port) there (and don't forget to run portindex Vincent> from this directory). Or even install a dummy package that *requires* php-5.2 and won't accept 5.3 (I think that's possible), and then at least you'll get all sorts of alarms when you try to deactivate 5.2. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion From smibrahim at gmail.com Sun Jul 12 20:51:22 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Mon, 13 Jul 2009 10:51:22 +0700 Subject: how to prevent a package from upgrade In-Reply-To: <20090712212313.GB7803@xvii.home> References: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> <2F067335-765A-4ABC-9476-E72F39AECF6A@macports.org> <20090712212313.GB7803@xvii.home> Message-ID: <4997275b0907122051x74f3d53bn80e7705674c61b07@mail.gmail.com> 2009/7/13 Vincent Lefevre : > On 2009-07-12 15:52:15 -0500, Ryan Schmidt wrote: >> On Jul 12, 2009, at 12:07, S. M. Ibrahim (Lavlu) wrote: >> >> >in all our production server we are running php-5.2.10 , so as php-5.3 >> >is major upgrade, and there is lot's of the change, i don't want to >> >upgrade my development systems php version. what's the easy way to >> >stay to php-5.2 ? >> >> Don't type "sudo port upgrade php5" or "sudo port upgrade outdated" > > That's not sufficient because ports can also be upgraded due to > dependencies. One could use "port upgrade -n", but the user may > want to be able to follow all dependencies except some given port. > > A solution is to have one's own source. For instance, > /opt/local/etc/macports/sources.conf can contain for the first > source: > > ?file:///Users/username/macports > > and the user can put his own ports (in particular, some fixed > version of some port) there (and don't forget to run portindex > from this directory). so in my own repository i will host another php-5 with version php-5.2, am i right ? then what will happen if i try to upgrade phpmyadmin (not sure, but maybe it's depend on php) > > -- > Vincent Lef?vre - Web: > 100% accessible validated (X)HTML - Blog: > Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com From ryandesign at macports.org Sun Jul 12 21:05:27 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 12 Jul 2009 23:05:27 -0500 Subject: how to prevent a package from upgrade In-Reply-To: <86hbxhpfx2.fsf@blue.stonehenge.com> References: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> <2F067335-765A-4ABC-9476-E72F39AECF6A@macports.org> <20090712212313.GB7803@xvii.home> <86hbxhpfx2.fsf@blue.stonehenge.com> Message-ID: On Jul 12, 2009, at 19:47, Randal L. Schwartz wrote: > Or even install a dummy package that *requires* php-5.2 and won't > accept > 5.3 (I think that's possible), and then at least you'll get all sorts > of alarms when you try to deactivate 5.2. There is so far no syntax for depending on a specific version of a port. You can only depend on a port, and any version of that port will satisfy the dependency. From ryandesign at macports.org Sun Jul 12 21:08:59 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 12 Jul 2009 23:08:59 -0500 Subject: how to prevent a package from upgrade In-Reply-To: <4997275b0907122051x74f3d53bn80e7705674c61b07@mail.gmail.com> References: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> <2F067335-765A-4ABC-9476-E72F39AECF6A@macports.org> <20090712212313.GB7803@xvii.home> <4997275b0907122051x74f3d53bn80e7705674c61b07@mail.gmail.com> Message-ID: <545BCD3B-0E59-4AEE-A8A9-3A3777A95071@macports.org> On Jul 12, 2009, at 22:51, S. M. Ibrahim (Lavlu) wrote: > 2009/7/13 Vincent Lefevre wrote: > >> On 2009-07-12 15:52:15 -0500, Ryan Schmidt wrote: >> >>> Don't type "sudo port upgrade php5" or "sudo port upgrade outdated" >> >> That's not sufficient because ports can also be upgraded due to >> dependencies. That's true. >> One could use "port upgrade -n", but the user may >> want to be able to follow all dependencies except some given port. Yes, you could keep track of all this manually but it gets to be a pain. >> A solution is to have one's own source. For instance, >> /opt/local/etc/macports/sources.conf can contain for the first >> source: >> >> file:///Users/username/macports >> >> and the user can put his own ports (in particular, some fixed >> version of some port) there (and don't forget to run portindex >> from this directory). > > so in my own repository i will host another php-5 with version > php-5.2, am i right ? You would take a copy of the last version of the php5 port before I updated it to 5.3.0, and put it in your local ports repository. See the Guide for how to set up a local ports repository, and see the Wiki How-To entry about how to install an older version of a port for instructions on finding the older version of the php5 portfile. http://guide.macports.org/chunked/development.local-repositories.html http://trac.macports.org/wiki/howto/InstallingOlderPort > then what will happen if i try to upgrade > phpmyadmin (not sure, but maybe it's depend on php) Yes it depends on php5, but it will look at your local php5 port which will hide my upstream php5 port. From blb at macports.org Sun Jul 12 22:57:19 2009 From: blb at macports.org (Bryan Blackburn) Date: Sun, 12 Jul 2009 23:57:19 -0600 Subject: how to prevent a package from upgrade In-Reply-To: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> References: <4997275b0907121007g247c2b63x74575ba68e6ee1dc@mail.gmail.com> Message-ID: <20090713055719.GN3066@ninagal.withay.com> On Mon, Jul 13, 2009 at 12:07:48AM +0700, S. M. Ibrahim (Lavlu) said: > hi, > > in all our production server we are running php-5.2.10 , so as php-5.3 > is major upgrade, and there is lot's of the change, i don't want to > upgrade my development systems php version. what's the easy way to > stay to php-5.2 ? Long-term, this should be handled when ticket #15708 is implemented; Bryan > > > thanks > > -- > S. M. Ibrahim Lavlu > software engineer, php > somewhere in... > http://www.somewherein.net > > bangla blog: http://www.somewhereinblog.net > my blog: http://www.lavluda.com > mac blog: htttp://www.mac-talks.com From atma at convalesco.org Mon Jul 13 02:42:38 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Mon, 13 Jul 2009 12:42:38 +0300 Subject: Problem with cairo in ppc - newer xcode required Message-ID: <195D981E-913C-4F9E-9D9C-7AF927818C13@convalesco.org> Greetings to the list, I'm trying to install "cacti" but I get the following block: devo:~ atma$ sudo port install cacti ---> Fetching cairo ---> Verifying checksum(s) for cairo ---> Extracting cairo Error: On Mac OS X 10.4, cairo 1.8.8 requires Xcode 2.4.1 or later but you have Xcode 2.2. Error: Target org.macports.extract returned: incompatible Xcode version Error: The following dependencies failed to build: rrdtool pango cairo Error: Status 1 encountered during processing. My server is a mac mini running on ppc: devo:~ atma$ uname -a Darwin devo.local 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc is there any viable solution here? I think that the 2.4.1 xcode is not available for ppc, I remember installing the latest ppc G4 version of xcode when choosing the version. regards Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Mon Jul 13 02:53:11 2009 From: jmr at macports.org (Joshua Root) Date: Mon, 13 Jul 2009 19:53:11 +1000 Subject: Problem with cairo in ppc - newer xcode required In-Reply-To: <195D981E-913C-4F9E-9D9C-7AF927818C13@convalesco.org> References: <195D981E-913C-4F9E-9D9C-7AF927818C13@convalesco.org> Message-ID: <4A5B0407.3050300@macports.org> On 2009-7-13 19:42, Panagiotis Atmatzidis wrote: > Greetings to the list, > > I'm trying to install "cacti" but I get the following block: > > devo:~ atma$ sudo port install cacti > ---> Fetching cairo > ---> Verifying checksum(s) for cairo > ---> Extracting cairo > Error: On Mac OS X 10.4, cairo 1.8.8 requires Xcode 2.4.1 or later but > you have Xcode 2.2. > Error: Target org.macports.extract returned: incompatible Xcode version > Error: The following dependencies failed to build: rrdtool pango cairo > Error: Status 1 encountered during processing. > > My server is a mac mini running on ppc: > > devo:~ atma$ uname -a > Darwin devo.local 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 > 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc > > is there any viable solution here? I think that the 2.4.1 xcode is not > available for ppc, I remember installing the latest ppc G4 version of > xcode when choosing the version. I have Xcode 2.5 running fine on a G4. - Josh From gdimatteo at voo.be Mon Jul 13 03:30:37 2009 From: gdimatteo at voo.be (Giuseppe Di Matteo) Date: Mon, 13 Jul 2009 12:30:37 +0200 Subject: samba 3: Library not loaded Message-ID: <5665B560-CAB9-47E8-99ED-FA0F0E927834@voo.be> Hello, I've just installed samba3 on a iMac G4 with Mac OSX tiger ppc (XCode-2.5; gcc-4.0.1). When I try to launch smbd or nmbd I have this message: dyld: Library not loaded: bin/libtalloc.dylib.1 Referenced from: /opt/local/sbin/smbd Reason: image not found Trace/BPT trap The same problem as in http://trac.macports.org/ticket/18167: opened 6 months ago but apparently not yet resolved. Giuseppe Di Matteo gdimatteo at voo.be -------------- next part -------------- An HTML attachment was scrubbed... URL: From nuvolare at email.it Mon Jul 13 03:57:05 2009 From: nuvolare at email.it (nuvolare) Date: Mon, 13 Jul 2009 12:57:05 +0200 Subject: glade-3 with out icon and some error In-Reply-To: <4A4E6904.9000308@macports.org> References: <78CFBE33-9702-4E43-A939-54D04F17DFD6@email.it> <4A4E42EC.80302@macports.org> <8B049E09-CD2D-4877-84B5-1AE00FFB816F@email.it> <4A4E4E5A.7020406@macports.org> <4A4E52B8.6090604@macports.org> <4A4E5628.2040805@macports.org> <4A4E6904.9000308@macports.org> Message-ID: <6CB9B84E-78F8-4B85-884B-E09810522643@email.it> Hello, I'm writing now because I haven't my computer for a week. So, now after your aswer, Glade is function but there are not icons, but fit unction as normal. Can you help me to have also the icons? Those are some error MacbookPro:~ nuvolare$ glade-3 Xlib: extension "RANDR" missing on display ":0.0". (glade-3:5392): GladeUI-CRITICAL **: Impossibile caricare l'immagine (Impossibile riconoscere il formato di immagine per il file ?/opt/ local/share/glade3/pixmaps/plus.png?) (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk-window' was found for object class 'GtkWindow'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- menuitem' was found for object class 'GtkMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- imagemenuitem' was found for object class 'GtkImageMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- checkmenuitem' was found for object class 'GtkCheckMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- radiomenuitem' was found for object class 'GtkRadioMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- separatormenuitem' was found for object class 'GtkSeparatorMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- menubar' was found for object class 'GtkMenuBar'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- toolbar' was found for object class 'GtkToolbar'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- toolitem' was found for object class 'GtkToolItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- separatortoolitem' was found for object class 'GtkSeparatorToolItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- toolbutton' was found for object class 'GtkToolButton'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- toggletoolbutton' was found for object class 'GtkToggleToolButton'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- radiotoolbutton' was found for object class 'GtkRadioToolButton'. you can see also the pictures. Thank you for your help -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: VOGLIA DI VACANZA ? * Prenota la tua vacanza in un Costa Hotels! * Hotels e Agriturismo nella Riviera Romagnola. * Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9275&d=13-7 -------------- next part -------------- A non-text attachment was scrubbed... Name: Immagine 2.png Type: application/applefile Size: 74 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Immagine 2.png Type: image/png Size: 58719 bytes Desc: not available URL: -------------- next part -------------- Il giorno 03/lug/09, alle ore 22:24, David Evans ha scritto: > nuvolare wrote: >> No different it running with the same error and with out icon >> I closed X11 and Terminal and I runned again glade-3, but again with >> same error and with out icon. >> What can be? >> > I'm not really sure. Can you send me the output of the following > command? > > port installed > > so I can see what ports you have installed? Maybe something is > missing. > > I am leaving on holiday now (4 July -- US Independence Day) but > will get > back to this on Monday. > > Thanks for your patience > > Dave From norman at khine.net Mon Jul 13 06:00:37 2009 From: norman at khine.net (Norman Khine) Date: Mon, 13 Jul 2009 14:00:37 +0100 Subject: pkg-config --list-all Message-ID: <9c2c8ffb0907130600o134044afnc1d4c7273def8ea4@mail.gmail.com> Hello, I had installed from source pkg-config and some libraries. After which I installed MacPorts and now I have two pkg-config: $ which pkg-config /opt/local/bin/pkg-config $ pkg-config --version 0.23 $ pkg-config --list-all http://paste.lisp.org/display/83507#1 2) The one build from source: $ /usr/local/bin/pkg-config --version 0.23 $ /usr/local/bin/pkg-config --list-all http://paste.lisp.org/display/83507 My question, is there a way to update the default version of pkg-config? Thanks Norman From atma at convalesco.org Mon Jul 13 07:20:19 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Mon, 13 Jul 2009 17:20:19 +0300 Subject: Outdated TOR port In-Reply-To: References: <53F679AB-B7A3-405A-A796-196BB72DA059@convalesco.org> <02CE9780-AD6D-4F1C-BF3E-0B885443AC68@convalesco.org> Message-ID: On 13 ???? 2009, at 12:35 ??, Ryan Schmidt wrote: > > On Jul 12, 2009, at 04:02, Panagiotis Atmatzidis wrote: > >> Thank you Ryan! >> >> When the ports are updated by default, the upgrade overwrites the / >> opt/local/etc files? > > > Ports should not overwrite your configuration files in etc on > upgrade, but because the port maintainer must often make a special > effort to cause the sample configuration files to be installed with > different names, some ports unfortunately do overwrite your > configuration files. This is probably a bug in that port so if you > find any such port please file a ticket in the issue tracker. > > P.S: You should use Reply All so your reply goes to the list too, > not just to me. > Thanks for the tips I'll keep an eye on overwrites, regards Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From atma at convalesco.org Mon Jul 13 07:26:37 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Mon, 13 Jul 2009 17:26:37 +0300 Subject: Problem with cairo in ppc - newer xcode required In-Reply-To: <4A5B0407.3050300@macports.org> References: <195D981E-913C-4F9E-9D9C-7AF927818C13@convalesco.org> <4A5B0407.3050300@macports.org> Message-ID: <0F72CC2D-5818-4FBB-BBE7-A3038AC5294F@convalesco.org> On 13 ???? 2009, at 12:53 ??, Joshua Root wrote: > On 2009-7-13 19:42, Panagiotis Atmatzidis wrote: >> Greetings to the list, >> >> I'm trying to install "cacti" but I get the following block: >> >> devo:~ atma$ sudo port install cacti >> ---> Fetching cairo >> ---> Verifying checksum(s) for cairo >> ---> Extracting cairo >> Error: On Mac OS X 10.4, cairo 1.8.8 requires Xcode 2.4.1 or later >> but >> you have Xcode 2.2. >> Error: Target org.macports.extract returned: incompatible Xcode >> version >> Error: The following dependencies failed to build: rrdtool pango >> cairo >> Error: Status 1 encountered during processing. >> >> My server is a mac mini running on ppc: >> >> devo:~ atma$ uname -a >> Darwin devo.local 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 >> 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh >> powerpc >> >> is there any viable solution here? I think that the 2.4.1 xcode is >> not >> available for ppc, I remember installing the latest ppc G4 version of >> xcode when choosing the version. > > I have Xcode 2.5 running fine on a G4. > > - Josh I really can't find a direct link for xCode 2.5. On MacUpdate I can see xCode 2.4.1 and then 3.0 not 2.5. On developers connection I was not able to find a download link. If it's easy for you to give me a direct link, I already have an apple dev connection account. regards Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From n.oxyde at gmail.com Mon Jul 13 07:28:09 2009 From: n.oxyde at gmail.com (nox) Date: Mon, 13 Jul 2009 16:28:09 +0200 Subject: pkg-config --list-all In-Reply-To: <9c2c8ffb0907130600o134044afnc1d4c7273def8ea4@mail.gmail.com> References: <9c2c8ffb0907130600o134044afnc1d4c7273def8ea4@mail.gmail.com> Message-ID: <6DB700BF-2116-4832-9F8C-774E8B6BCFC5@gmail.com> No. You should not mix things from MacPorts with libraries you built yourself. Furthermore, you should never put anything into /usr/local: http://trac.macports.org/wiki/FAQ#WhyisoptlocalthedefaultinstalllocationforMacPorts Le 13 juil. 09 ? 15:00, Norman Khine a ?crit : > Hello, > I had installed from source pkg-config and some libraries. After which > I installed MacPorts and now I have two pkg-config: > > $ which pkg-config > /opt/local/bin/pkg-config > > $ pkg-config --version > 0.23 > > $ pkg-config --list-all > http://paste.lisp.org/display/83507#1 > > > 2) The one build from source: > > $ /usr/local/bin/pkg-config --version > 0.23 > > $ /usr/local/bin/pkg-config --list-all > > http://paste.lisp.org/display/83507 > > My question, is there a way to update the default version of pkg- > config? > > Thanks > Norman > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From n.oxyde at gmail.com Mon Jul 13 07:36:28 2009 From: n.oxyde at gmail.com (nox) Date: Mon, 13 Jul 2009 16:36:28 +0200 Subject: Problem with cairo in ppc - newer xcode required In-Reply-To: <0F72CC2D-5818-4FBB-BBE7-A3038AC5294F@convalesco.org> References: <195D981E-913C-4F9E-9D9C-7AF927818C13@convalesco.org> <4A5B0407.3050300@macports.org> <0F72CC2D-5818-4FBB-BBE7-A3038AC5294F@convalesco.org> Message-ID: <5CBC2C2B-7969-44EB-A5D5-BB2AFDB1F79D@gmail.com> https://connect.apple.com/ Log in, then click on "Downloads". Le 13 juil. 09 ? 16:26, Panagiotis Atmatzidis a ?crit : > > On 13 ???? 2009, at 12:53 ??, Joshua Root wrote: > >> On 2009-7-13 19:42, Panagiotis Atmatzidis wrote: >>> Greetings to the list, >>> >>> I'm trying to install "cacti" but I get the following block: >>> >>> devo:~ atma$ sudo port install cacti >>> ---> Fetching cairo >>> ---> Verifying checksum(s) for cairo >>> ---> Extracting cairo >>> Error: On Mac OS X 10.4, cairo 1.8.8 requires Xcode 2.4.1 or later >>> but >>> you have Xcode 2.2. >>> Error: Target org.macports.extract returned: incompatible Xcode >>> version >>> Error: The following dependencies failed to build: rrdtool pango >>> cairo >>> Error: Status 1 encountered during processing. >>> >>> My server is a mac mini running on ppc: >>> >>> devo:~ atma$ uname -a >>> Darwin devo.local 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 >>> 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power >>> Macintosh powerpc >>> >>> is there any viable solution here? I think that the 2.4.1 xcode is >>> not >>> available for ppc, I remember installing the latest ppc G4 version >>> of >>> xcode when choosing the version. >> >> I have Xcode 2.5 running fine on a G4. >> >> - Josh > > > I really can't find a direct link for xCode 2.5. On MacUpdate I can > see xCode 2.4.1 and then 3.0 not 2.5. On developers connection I was > not able to find a download link. If it's easy for you to give me a > direct link, I already have an apple dev connection account. > > regards > > Panagiotis (atma) Atmatzidis > > email: atma at convalesco.org > URL: http://www.convalesco.org > GnuPG key id: 0xFC4E8BB4 > -- > The wise man said: "Never argue with an idiot. They bring you down > to their level and beat you with experience." > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From johnbkim at gmail.com Mon Jul 13 21:50:31 2009 From: johnbkim at gmail.com (mrbigpants) Date: Mon, 13 Jul 2009 21:50:31 -0700 (PDT) Subject: Confused about installing PHP5 cli Message-ID: <24473478.post@talk.nabble.com> I need php5 to work in cli. I just did 'sudo port install php5' and it says, Image error: Another version of this port (php5 @5.2.10_1+apache2+macosx) is already active. So apparently php5 is already installed as an apache module. At this point, what must I do to get it to work on the command line? Do I have to somehow uninstall and reinstall the port? (There is php available to cli currently, but it's php4.) Thanks. -Noob -- View this message in context: http://www.nabble.com/Confused-about-installing-PHP5-cli-tp24473478p24473478.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From smibrahim at gmail.com Mon Jul 13 21:56:58 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Tue, 14 Jul 2009 11:56:58 +0700 Subject: Confused about installing PHP5 cli In-Reply-To: <24473478.post@talk.nabble.com> References: <24473478.post@talk.nabble.com> Message-ID: <4997275b0907132156w71a0b8aej4c8e3126936e639f@mail.gmail.com> looks like php5 cli already installed, try in terminal which php (will show /opt/local/bin/php) php -v it will show which php version is installed. still if you want to upgrade try sudo port upgrade php5 +apache2 2009/7/14 mrbigpants : > > I need php5 to work in cli. I just did 'sudo port install php5' and it says, > > Image error: Another version of this port (php5 @5.2.10_1+apache2+macosx) is > already active. > > So apparently php5 is already installed as an apache module. At this point, > what must I do to get it to work on the command line? Do I have to somehow > uninstall and reinstall the port? > > (There is php available to cli currently, but it's php4.) > > Thanks. > > -Noob > -- > View this message in context: http://www.nabble.com/Confused-about-installing-PHP5-cli-tp24473478p24473478.html > Sent from the MacPorts - Users mailing list archive at Nabble.com. > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com From ryandesign at macports.org Mon Jul 13 21:58:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 13 Jul 2009 23:58:53 -0500 Subject: Confused about installing PHP5 cli In-Reply-To: <24473478.post@talk.nabble.com> References: <24473478.post@talk.nabble.com> Message-ID: On Jul 13, 2009, at 23:50, mrbigpants wrote: > I need php5 to work in cli. I just did 'sudo port install php5' and > it says, > > Image error: Another version of this port (php5 @5.2.10_1+apache2 > +macosx) is > already active. Correct. You already had php5 installed. You should have used "sudo port upgrade php5" to get php 5.3.0, instead of using "sudo port install" again. Now that you have used "sudo port install", you can activate 5.3.0 by deactivating the 5.2.10 version and activating the 5.3.0 version. sudo port deactivate php5 @5.2.10_1+apache2+macosx sudo port activate php5 @5.3.0_0+apache2+macosx > So apparently php5 is already installed as an apache module. At > this point, > what must I do to get it to work on the command line? Do I have to > somehow > uninstall and reinstall the port? > > (There is php available to cli currently, but it's php4.) The php4 and php5 ports always install the php cli. It cannot be turned off. php5 installs it at /opt/local/bin/php while php4 installs it at /opt/local/bin/php4. If you do not need the apache2 module or any web support, you can save yourself some time next time by using the +no_web variant. See "port variants php5" for the list of available variants. From ryandesign at macports.org Mon Jul 13 22:00:32 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 14 Jul 2009 00:00:32 -0500 Subject: Problem with cairo in ppc - newer xcode required In-Reply-To: <5CBC2C2B-7969-44EB-A5D5-BB2AFDB1F79D@gmail.com> References: <195D981E-913C-4F9E-9D9C-7AF927818C13@convalesco.org> <4A5B0407.3050300@macports.org> <0F72CC2D-5818-4FBB-BBE7-A3038AC5294F@convalesco.org> <5CBC2C2B-7969-44EB-A5D5-BB2AFDB1F79D@gmail.com> Message-ID: <44A7B09F-6D78-49CB-B5DB-9E630C5039C3@macports.org> On Jul 13, 2009, at 09:36, nox wrote: > Le 13 juil. 09 ? 16:26, Panagiotis Atmatzidis a ?crit : > >> I really can't find a direct link for xCode 2.5. On MacUpdate I >> can see xCode 2.4.1 and then 3.0 not 2.5. On developers connection >> I was not able to find a download link. If it's easy for you to >> give me a direct link, I already have an apple dev connection >> account. > https://connect.apple.com/ > Log in, then click on "Downloads". Then click "Developer Tools" in the sidebar on the right. Then use your browser's Find function to find "2.5" on that page. From johnbkim at gmail.com Mon Jul 13 22:29:29 2009 From: johnbkim at gmail.com (mrbigpants) Date: Mon, 13 Jul 2009 22:29:29 -0700 (PDT) Subject: Confused about installing PHP5 cli In-Reply-To: References: <24473478.post@talk.nabble.com> Message-ID: <24473907.post@talk.nabble.com> Ah, so I always had CLI version there. I just didn't know it was in /opt/local/bin. Thanks for the command to upgrade to 5.3. There is PHP4 at /usr/local/bin (came w/ OSX, I think), and my PATH variable is set so that bash shell looks in /usr/local/bin before /opt/local/bin. What's the best way to handle this? Should I just modify the PATH environment variable so that bash looks in /opt/local/bin first? Thanks. Ryan Schmidt-24 wrote: > > On Jul 13, 2009, at 23:50, mrbigpants wrote: > >> I need php5 to work in cli. I just did 'sudo port install php5' and >> it says, >> >> Image error: Another version of this port (php5 @5.2.10_1+apache2 >> +macosx) is >> already active. > > Correct. You already had php5 installed. You should have used "sudo > port upgrade php5" to get php 5.3.0, instead of using "sudo port > install" again. > > Now that you have used "sudo port install", you can activate 5.3.0 by > deactivating the 5.2.10 version and activating the 5.3.0 version. > > sudo port deactivate php5 @5.2.10_1+apache2+macosx > sudo port activate php5 @5.3.0_0+apache2+macosx > > >> So apparently php5 is already installed as an apache module. At >> this point, >> what must I do to get it to work on the command line? Do I have to >> somehow >> uninstall and reinstall the port? >> >> (There is php available to cli currently, but it's php4.) > > The php4 and php5 ports always install the php cli. It cannot be > turned off. php5 installs it at /opt/local/bin/php while php4 > installs it at /opt/local/bin/php4. > > If you do not need the apache2 module or any web support, you can > save yourself some time next time by using the +no_web variant. See > "port variants php5" for the list of available variants. > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > -- View this message in context: http://www.nabble.com/Confused-about-installing-PHP5-cli-tp24473478p24473907.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From atma at convalesco.org Mon Jul 13 23:00:06 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Tue, 14 Jul 2009 09:00:06 +0300 Subject: Outdated TOR port In-Reply-To: <38CA58E1-3A29-47CF-BE78-EAF3D53E6A9E@boeyms.info> References: <53F679AB-B7A3-405A-A796-196BB72DA059@convalesco.org> <02CE9780-AD6D-4F1C-BF3E-0B885443AC68@convalesco.org> <38CA58E1-3A29-47CF-BE78-EAF3D53E6A9E@boeyms.info> Message-ID: <9877EC80-A8D1-4105-8F68-28C90CFDD7DA@convalesco.org> On 14 ???? 2009, at 8:30 ??, Boey Maun Suang wrote: > Hi Panagiotis, > > On 14/07/2009, at 12:20 AM, Panagiotis Atmatzidis wrote: > >> Thanks for the tips I'll keep an eye on overwrites, > > As the maintainer of the tor ports, can you let me know which > configuration file is being overwritten? I know that this sort of > thing really ought to be done on the bug tracker, but since we're > here... > > Kind regards, > > > Maun Suang > > -- > Boey Maun Suang > Email: correspondence at boeyms dot info > Greetings, No overwrites for tor. The config file has not been altered. regards, Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Jul 13 23:11:43 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 14 Jul 2009 01:11:43 -0500 Subject: Confused about installing PHP5 cli In-Reply-To: <24473907.post@talk.nabble.com> References: <24473478.post@talk.nabble.com> <24473907.post@talk.nabble.com> Message-ID: <1C6150AA-0094-4B5C-9FA1-BF50647AF5BA@macports.org> On Jul 14, 2009, at 00:29, mrbigpants wrote: > Ah, so I always had CLI version there. I just didn't know it was in > /opt/local/bin. Thanks for the command to upgrade to 5.3. You can always see what software a port installs by typing e.g. port contents php5 (once the port is installed and active) > There is PHP4 at /usr/local/bin (came w/ OSX, I think), and my PATH > variable > is set so that bash shell looks in /usr/local/bin before /opt/local/ > bin. > What's the best way to handle this? Should I just modify the PATH > environment variable so that bash looks in /opt/local/bin first? Apple does not supply any software in /usr/local; it is by definition a location reserved for software you install yourself. However, installing software in /usr/local often conflicts with MacPorts-installed software, therefore we recommend you do not have anything in /usr/local if you intend to use MacPorts. Ideally, you should remove or at least rename /usr/local and install all the software you need using MacPorts. From norman at khine.net Mon Jul 13 23:41:40 2009 From: norman at khine.net (Norman Khine) Date: Tue, 14 Jul 2009 07:41:40 +0100 Subject: variants Message-ID: <9c2c8ffb0907132341o36912fd0m287769afb2dd1d97@mail.gmail.com> hello, i just built boost, using the '%% sudo port install boost' command, but forgot to add some specific variants i needed. do i simply: %% sudo port upgrade boost +variants thanks norman From jmbennett at gmail.com Tue Jul 14 06:00:53 2009 From: jmbennett at gmail.com (Jon Bennett) Date: Tue, 14 Jul 2009 14:00:53 +0100 Subject: install php5 failing Message-ID: <2ad9be100907140600t5c9b1e84g9cfe521b5395b7b7@mail.gmail.com> Hi, I'm trying to get 'install php5 +apache2 +fastcgi +mysql5 +postgresql82 +pear' to work, but things seem to get stuck at this line: bash-3.2# port install php5 +apache2 +fastcgi +mysql5 +postgresql82 +pear ---> Fetching php5 ---> Attempting to fetch php-5.3.0.tar.bz2 from http://fr.php.net/distributions/ It just hangs on fetching php5.3, any ideas how I can get around this? Cheers, Jon -- jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett From norman at khine.net Tue Jul 14 06:09:32 2009 From: norman at khine.net (Norman Khine) Date: Tue, 14 Jul 2009 14:09:32 +0100 Subject: install php5 failing In-Reply-To: <2ad9be100907140600t5c9b1e84g9cfe521b5395b7b7@mail.gmail.com> References: <2ad9be100907140600t5c9b1e84g9cfe521b5395b7b7@mail.gmail.com> Message-ID: <9c2c8ffb0907140609q441f6fd5w3cf16e55bfd1a2cf@mail.gmail.com> Perhaps it is simply downloading the file and you should wait for it to do so. On a slow connection this could be the case. Not sure if it is possible to set a 'download' indicator advising the amount downloaded. On Tue, Jul 14, 2009 at 2:00 PM, Jon Bennett wrote: > Hi, > > I'm trying to get 'install php5 +apache2 +fastcgi +mysql5 > +postgresql82 +pear' to work, but things seem to get stuck at this > line: > > bash-3.2# port install php5 +apache2 +fastcgi +mysql5 +postgresql82 +pear > ---> ?Fetching php5 > ---> ?Attempting to fetch php-5.3.0.tar.bz2 from > http://fr.php.net/distributions/ > > It just hangs on fetching php5.3, any ideas how I can get around this? > > Cheers, > > Jon > > -- > > jon bennett > w: http://www.jben.net/ > iChat (AIM): jbendotnet Skype: jon-bennett > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From atma at convalesco.org Tue Jul 14 06:31:22 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Tue, 14 Jul 2009 16:31:22 +0300 Subject: variants In-Reply-To: <9c2c8ffb0907132341o36912fd0m287769afb2dd1d97@mail.gmail.com> References: <9c2c8ffb0907132341o36912fd0m287769afb2dd1d97@mail.gmail.com> Message-ID: <9B3697DD-CD07-4C52-9453-145175A616DF@convalesco.org> On 14 ???? 2009, at 9:41 ??, Norman Khine wrote: > hello, > i just built boost, using the '%% sudo port install boost' command, > but forgot to add some specific variants i needed. do i simply: > > %% sudo port upgrade boost +variants > > thanks > > norman > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users It's better to uninstall first and then re-install with the variants. sudo port uninstall boost sudo port install boost +variant1 +variant2 If your variants will be permanent you may want to put them on /opt/ local/etc/macports/variants.conf bye Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From jmbennett at gmail.com Tue Jul 14 06:37:46 2009 From: jmbennett at gmail.com (Jon Bennett) Date: Tue, 14 Jul 2009 14:37:46 +0100 Subject: install php5 failing In-Reply-To: <2ad9be100907140612k7445d01r947a23349fc6b502@mail.gmail.com> References: <2ad9be100907140600t5c9b1e84g9cfe521b5395b7b7@mail.gmail.com> <9c2c8ffb0907140609q441f6fd5w3cf16e55bfd1a2cf@mail.gmail.com> <2ad9be100907140612k7445d01r947a23349fc6b502@mail.gmail.com> Message-ID: <2ad9be100907140637l162b3ccbi31dd06f7db409f77@mail.gmail.com> Hi Norman, Seems to have righted itself, installed fine in the end. Cheers, Jon 2009/7/14 Jon Bennett : > hi Norman, > >> Perhaps it is simply downloading the file and you should wait for it to do so. >> On a slow connection this could be the case. >> Not sure if it is possible to set a 'download' indicator advising the >> amount downloaded. > > I'm on a company network, according to > http://www.broadbandspeedchecker.co.uk/ am getting 8000 Kbps - left it > a good 30 mins and nothing happened. > > is it possible to use a different version of php5? > > j > -- jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett From norman at khine.net Tue Jul 14 07:30:17 2009 From: norman at khine.net (Norman Khine) Date: Tue, 14 Jul 2009 15:30:17 +0100 Subject: variants In-Reply-To: <9B3697DD-CD07-4C52-9453-145175A616DF@convalesco.org> References: <9c2c8ffb0907132341o36912fd0m287769afb2dd1d97@mail.gmail.com> <9B3697DD-CD07-4C52-9453-145175A616DF@convalesco.org> Message-ID: <9c2c8ffb0907140730n5e987b1w2a1b75a6c3aafe4c@mail.gmail.com> Thanks, for the advise, I did uninstall and added the variants. On Tue, Jul 14, 2009 at 2:31 PM, Panagiotis Atmatzidis wrote: > > On 14 ???? 2009, at 9:41 ??, Norman Khine wrote: > >> hello, >> i just built boost, using the '%% sudo port install boost' command, >> but forgot to add some specific variants i needed. do i simply: >> >> %% sudo port upgrade boost +variants >> >> thanks >> >> norman >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > It's better to uninstall first and then re-install with the variants. > > sudo port uninstall boost > sudo port install boost +variant1 +variant2 > > If your variants will be permanent you may want to put them on > /opt/local/etc/macports/variants.conf > > > bye > > Panagiotis (atma) Atmatzidis > > email: ?atma at convalesco.org > URL: ? ?http://www.convalesco.org > GnuPG key id: 0xFC4E8BB4 > -- > The wise man said: "Never argue with an idiot. They bring you down to their > level and beat you with experience." > > From jmbennett at gmail.com Tue Jul 14 08:25:39 2009 From: jmbennett at gmail.com (Jon Bennett) Date: Tue, 14 Jul 2009 16:25:39 +0100 Subject: Downgrade to php5.2 (latest) Message-ID: <2ad9be100907140825o4cd5c7e5wa3b7f453a81f5fc8@mail.gmail.com> Hi, I need to downgrade the version of php mac ports has installed, as the codebase I'm working on is untested on 5.3, is this possible? Any pointers as to how? tia, Jon -- jon bennett w: http://www.jben.net/ iChat (AIM): jbendotnet Skype: jon-bennett From viren.patel at emory.edu Tue Jul 14 08:40:27 2009 From: viren.patel at emory.edu (Viren Patel) Date: Tue, 14 Jul 2009 11:40:27 -0400 Subject: Error: error deleting... file already exists Message-ID: <4A5CA6EB.9070502@emory.edu> Hi, I am getting the following error message when upgrading a port (sqlite in this example): Error: error deleting "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work": file already exists Is this safe to ignore and/or how do I stop them? The command I used was: sudo port -Ruc upgrade installed +universal Thanks. Viren -------------- next part -------------- A non-text attachment was scrubbed... Name: viren_patel.vcf Type: text/x-vcard Size: 345 bytes Desc: not available URL: From norman at khine.net Tue Jul 14 08:42:16 2009 From: norman at khine.net (Norman Khine) Date: Tue, 14 Jul 2009 16:42:16 +0100 Subject: Downgrade to php5.2 (latest) In-Reply-To: <2ad9be100907140825o4cd5c7e5wa3b7f453a81f5fc8@mail.gmail.com> References: <2ad9be100907140825o4cd5c7e5wa3b7f453a81f5fc8@mail.gmail.com> Message-ID: <9c2c8ffb0907140842tb64c990hc08823865d07bc8c@mail.gmail.com> maybe this is can be of help http://bangpound.org/node/7548 perhaps there is a simpler way where you can select the exact version you need, but i am not sure. On Tue, Jul 14, 2009 at 4:25 PM, Jon Bennett wrote: > Hi, > > I need to downgrade the version of php mac ports has installed, as the > codebase I'm working on is untested on 5.3, is this possible? Any > pointers as to how? > > tia, > > Jon > > -- > > jon bennett > w: http://www.jben.net/ > iChat (AIM): jbendotnet Skype: jon-bennett > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From jmr at macports.org Tue Jul 14 09:13:38 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 15 Jul 2009 02:13:38 +1000 Subject: variants In-Reply-To: <9B3697DD-CD07-4C52-9453-145175A616DF@convalesco.org> References: <9c2c8ffb0907132341o36912fd0m287769afb2dd1d97@mail.gmail.com> <9B3697DD-CD07-4C52-9453-145175A616DF@convalesco.org> Message-ID: <4A5CAEB2.8010804@macports.org> On 2009-7-14 23:31, Panagiotis Atmatzidis wrote: > > On 14 ???? 2009, at 9:41 ??, Norman Khine wrote: > >> hello, >> i just built boost, using the '%% sudo port install boost' command, >> but forgot to add some specific variants i needed. do i simply: >> >> %% sudo port upgrade boost +variants >> >> thanks >> >> norman >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > It's better to uninstall first and then re-install with the variants. > > sudo port uninstall boost > sudo port install boost +variant1 +variant2 You can add variants using upgrade just fine as explained here: - Josh From jmr at macports.org Tue Jul 14 09:14:27 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 15 Jul 2009 02:14:27 +1000 Subject: Downgrade to php5.2 (latest) In-Reply-To: <2ad9be100907140825o4cd5c7e5wa3b7f453a81f5fc8@mail.gmail.com> References: <2ad9be100907140825o4cd5c7e5wa3b7f453a81f5fc8@mail.gmail.com> Message-ID: <4A5CAEE3.7080003@macports.org> On 2009-7-15 01:25, Jon Bennett wrote: > Hi, > > I need to downgrade the version of php mac ports has installed, as the > codebase I'm working on is untested on 5.3, is this possible? Any > pointers as to how? See . - Josh From sck at nogas.org Tue Jul 14 09:36:36 2009 From: sck at nogas.org (Scott C. Kennedy) Date: Tue, 14 Jul 2009 09:36:36 -0700 Subject: Configuration Dependency issue: texlive_base @2007_7 fails to compile if icu @4.2.1_1 is installed. Message-ID: <4A5CB414.8050000@nogas.org> Just stumbled across this, and am submitting a bug report as well, but in case you are having this problem. Here is any easy fix... When you build icu BEFORE texlive_base, texlive_base fails with... Biko:~ sck$ sudo port install icu texlive_base ---> Fetching icu ---> Verifying checksum(s) for icu ---> Extracting icu ---> Applying patches to icu ---> Configuring icu ---> Building icu ---> Staging icu into destroot ---> Installing icu @4.2.1_1 ---> Activating icu @4.2.1_1 ---> Cleaning icu ---> Fetching texlive_base ---> Verifying checksum(s) for texlive_base ---> Extracting texlive_base ---> Applying patches to texlive_base ---> Configuring texlive_base ---> Building texlive_base Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_tex_texlive_base/work/texlive_base-2007" && make all " returned error 2 Command output: _main in makeconv.o "_u_errorName_3_4", referenced from: _main in makeconv.o _main in makeconv.o _main in makeconv.o "_u_strFromUTF32_3_4", referenced from: _generateToUTable in gencnvex.o _generateToUTable in gencnvex.o "_T_FileStream_write_3_4", referenced from: _main in makeconv.o "_uprv_free_3_4", referenced from: _MBCSClose in genmbcs.o _MBCSClose in genmbcs.o _MBCSClose in genmbcs.o "_T_FileStream_open_3_4", referenced from: _readFile in makeconv.o _main in makeconv.o "_T_FileStream_readLine_3_4", referenced from: _readFile in makeconv.o _readFile in makeconv.o "_T_CString_stricmp_3_4", referenced from: _main in makeconv.o "_uprv_isInvariantString_3_4", referenced from: _main in makeconv.o ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: *** [../../bin/makeconv] Error 1 make[2]: *** [all-recursive] Error 2 make[1]: *** [all-recursive] Error 2 make: *** [libs/icu-xetex/lib/libsicuuc.a] Error 2 Error: Status 1 encountered during processing. Biko:~ sck$ But, if you compile texlive_base FIRST, then icu, everything is happy!!! Biko:~ sck$ sudo port install texlive_base icu ---> Fetching texlive_base ---> Verifying checksum(s) for texlive_base ---> Extracting texlive_base ---> Applying patches to texlive_base ---> Configuring texlive_base ---> Building texlive_base ---> Staging texlive_base into destroot ---> Installing texlive_base @2007_7+motif ---> Activating texlive_base @2007_7+motif ---> Cleaning texlive_base ---> Fetching icu ---> Verifying checksum(s) for icu ---> Extracting icu ---> Applying patches to icu ---> Configuring icu ---> Building icu ---> Staging icu into destroot ---> Installing icu @4.2.1_1 ---> Activating icu @4.2.1_1 ---> Cleaning icu Biko:~ sck$ Enjoy, Scott -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Tue Jul 14 09:41:46 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 15 Jul 2009 02:41:46 +1000 Subject: Error: error deleting... file already exists In-Reply-To: <4A5CA6EB.9070502@emory.edu> References: <4A5CA6EB.9070502@emory.edu> Message-ID: <4A5CB54A.8080709@macports.org> On 2009-7-15 01:40, Viren Patel wrote: > Hi, I am getting the following error message when upgrading a port > (sqlite in this example): > > Error: error deleting > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work": > file already exists > > Is this safe to ignore and/or how do I stop them? The command I used was: > > sudo port -Ruc upgrade installed +universal That's a really weird error, if the file didn't already exist what would be the point of deleting it? :-/ You could try `sudo port clean sqlite3` first, or delete the work dir manually. The command line you're using has a few issues too: The 'installed' pseudo-port will already get every installed port, so the -R flag (which upgrades the dependents of the specified ports as well) is just going to waste time by considering some ports multiple times. The command is only going to upgrade outdated ports. Trying to add a universal variant to only some ports could be disastrous, as a universal port generally needs all of its dependencies to be universal too. If you add the -f flag, all the ports will be rebuilt regardless of whether there is a newer version available, and thus the universal variant will be selected on all of them, if available. Note that not all ports even have a universal variant, and not all of those using the default one have been tested with it. - Josh From johnbkim at gmail.com Tue Jul 14 13:00:49 2009 From: johnbkim at gmail.com (mrbigpants) Date: Tue, 14 Jul 2009 13:00:49 -0700 (PDT) Subject: Confused about installing PHP5 cli In-Reply-To: <1C6150AA-0094-4B5C-9FA1-BF50647AF5BA@macports.org> References: <24473478.post@talk.nabble.com> <24473907.post@talk.nabble.com> <1C6150AA-0094-4B5C-9FA1-BF50647AF5BA@macports.org> Message-ID: <24486760.post@talk.nabble.com> Ryan Schmidt-24 wrote: > >> There is PHP4 at /usr/local/bin (came w/ OSX, I think) > > Apple does not supply any software in /usr/local; > I misspoke. There is a php binary in /usr/bin, which I assume came w/ OS X. Should I reorder the paths in my PATH environment variable so that /opt/local/bin comes before /usr/bin? What's the best way to handle this? Thanks. -- View this message in context: http://www.nabble.com/Confused-about-installing-PHP5-cli-tp24473478p24486760.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From atma at convalesco.org Tue Jul 14 14:54:59 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Wed, 15 Jul 2009 00:54:59 +0300 Subject: Confused about installing PHP5 cli In-Reply-To: <24486760.post@talk.nabble.com> References: <24473478.post@talk.nabble.com> <24473907.post@talk.nabble.com> <1C6150AA-0094-4B5C-9FA1-BF50647AF5BA@macports.org> <24486760.post@talk.nabble.com> Message-ID: <7B486AEC-C9D8-4F58-BE17-5CA53F042DB8@convalesco.org> On 14 ???? 2009, at 11:00 ??, mrbigpants wrote: > > > Ryan Schmidt-24 wrote: >> >>> There is PHP4 at /usr/local/bin (came w/ OSX, I think) >> >> Apple does not supply any software in /usr/local; >> > > I misspoke. There is a php binary in /usr/bin, which I assume came > w/ OS X. > Should I reorder the paths in my PATH environment variable so that > /opt/local/bin comes before /usr/bin? What's the best way to handle > this? > > Thanks. > -- > View this message in context: http://www.nabble.com/Confused-about-installing-PHP5-cli-tp24473478p24486760.html > Sent from the MacPorts - Users mailing list archive at Nabble.com. > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users Greetings, actually the way that makes sense for the user is, as you noted, adjusting the path in your .bash_profile. Here is mine: devo:~ atma$ cat .bash_profile #atma's profile options export PATH=/opt/local/bin:/opt/local/sbin:$PATH export MANPATH=/opt/local/share/man:$MANPATH The $PATH variable in the end is the system's predefined. This way the user will use the binary in /opt/local/bin rather then /bin. However for a system-wide configure you should use (let's say for python): devo:~ atma$ ls /usr/bin/python /usr/bin/python devo:~ atma$ which python /opt/local/bin/python devo:~ atma$ sudo mv /usr/bin/python /usr/bin/ python.old.version_name_here devo:~ atma$ sudo ln -sf /opt/local/bin/python /usr/bin/python And the system-wide python would be the 1st one. However, I can't be sure that this method will not cause troubles (that's why I choose not to erase the original python binary). It's better though, when using configuration files to give absolute path to the binary you want to use, to avoid any envinroment issues. regards Panagiotis (atma) Atmatzidis email: atma at convalesco.org URL: http://www.convalesco.org GnuPG key id: 0xFC4E8BB4 -- The wise man said: "Never argue with an idiot. They bring you down to their level and beat you with experience." From tangle1 at mindspring.com Tue Jul 14 18:42:44 2009 From: tangle1 at mindspring.com (tangle1 at mindspring.com) Date: Tue, 14 Jul 2009 18:42:44 -0700 (GMT-07:00) Subject: error on port install py25-pyqt4 Message-ID: <25463169.1247622164771.JavaMail.root@mswamui-billy.atl.sa.earthlink.net> Hello, An error occurred during: sudo port install py25-pyqt4 Here is dump of error messages ... ... ---> Building qt4-mac ---> Staging qt4-mac into destroot ---> Installing qt4-mac @4.5.2_0 ---> Activating qt4-mac @4.5.2_0 ---> Cleaning qt4-mac ---> Fetching py25-pyqt4 ---> Attempting to fetch PyQt-mac-gpl-4.5.1.tar.gz from http://distfiles.macports.org/py25-pyqt4 ---> Verifying checksum(s) for py25-pyqt4 ---> Extracting py25-pyqt4 ---> Configuring py25-pyqt4 Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-pyqt4/work/PyQt-mac-gpl-4.5.1" && /opt/local/bin/python2.5 configure.py -g -q /opt/local/libexec/qt4-mac/bin/qmake --confirm-license LFLAGS="-F/opt/local/Library/Frameworks -L/opt/local/lib" " returned error 1 Command output: Error: This version of PyQt and the Desktop edition of Qt have incompatible licenses. Determining the layout of your Qt installation... This is the GPL version of PyQt 4.5.1 (licensed under the GNU General Public License) for Python 2.5.4 on darwin. Error: Status 1 encountered during processing. ------------------- I preceded this install with: sudo port install python25 sudo port install python_select sudo python_select python25 --------------- I did same install on another Mac with same configuration 2 weeks ago and everything worked. All help would be appreciated ... Thanks! Suzanne From tangle1 at mindspring.com Tue Jul 14 21:22:40 2009 From: tangle1 at mindspring.com (tangle1 at mindspring.com) Date: Tue, 14 Jul 2009 21:22:40 -0700 (GMT-07:00) Subject: Fw: error on port install py25-pyqt4 Message-ID: <5863991.1247631761190.JavaMail.root@mswamui-valley.atl.sa.earthlink.net> This e-mail bounced back first time -----Forwarded Message----- >From: tangle1 at mindspring.com >Sent: Jul 14, 2009 6:42 PM >To: macports-users at lists.macosforge.org >Subject: error on port install py25-pyqt4 > > >Hello, > >An error occurred during: >sudo port install py25-pyqt4 > >Here is dump of error messages ... >... >---> Building qt4-mac >---> Staging qt4-mac into destroot >---> Installing qt4-mac @4.5.2_0 >---> Activating qt4-mac @4.5.2_0 >---> Cleaning qt4-mac >---> Fetching py25-pyqt4 >---> Attempting to fetch PyQt-mac-gpl-4.5.1.tar.gz from http://distfiles.macports.org/py25-pyqt4 >---> Verifying checksum(s) for py25-pyqt4 >---> Extracting py25-pyqt4 >---> Configuring py25-pyqt4 >Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-pyqt4/work/PyQt-mac-gpl-4.5.1" && /opt/local/bin/python2.5 configure.py -g -q /opt/local/libexec/qt4-mac/bin/qmake --confirm-license LFLAGS="-F/opt/local/Library/Frameworks -L/opt/local/lib" " returned error 1 >Command output: Error: This version of PyQt and the Desktop edition of Qt have incompatible >licenses. >Determining the layout of your Qt installation... >This is the GPL version of PyQt 4.5.1 (licensed under the GNU General Public >License) for Python 2.5.4 on darwin. > >Error: Status 1 encountered during processing. > >------------------- > >I preceded this install with: >sudo port install python25 >sudo port install python_select >sudo python_select python25 > > >--------------- > >I did same install on another Mac with same configuration 2 weeks ago and everything worked. All help would be appreciated ... Thanks! > >Suzanne >_______________________________________________ >macports-users mailing list >macports-users at lists.macosforge.org >http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ram at macports.org Tue Jul 14 21:33:07 2009 From: ram at macports.org (Adam Mercer) Date: Tue, 14 Jul 2009 23:33:07 -0500 Subject: error on port install py25-pyqt4 In-Reply-To: <25463169.1247622164771.JavaMail.root@mswamui-billy.atl.sa.earthlink.net> References: <25463169.1247622164771.JavaMail.root@mswamui-billy.atl.sa.earthlink.net> Message-ID: <799406d60907142133v43fcb52fj1fd461886a2547b9@mail.gmail.com> On Tue, Jul 14, 2009 at 20:42, wrote: > An error occurred during: > sudo port install py25-pyqt4 This is Cheers Adam From norman at khine.net Wed Jul 15 07:50:26 2009 From: norman at khine.net (Norman Khine) Date: Wed, 15 Jul 2009 15:50:26 +0100 Subject: apache2 +mod_proxy +vhosts +sni Message-ID: <9c2c8ffb0907150750y442adf91k21a83605a62fa0a2@mail.gmail.com> Hello, How do I enable which modules to enable when building apache2 using macports? On gentoo for example, I can add APACHE2_MODULES= ... Is there a similar function in macports? Thanks Norman From ttelford.groups at gmail.com Wed Jul 15 08:50:13 2009 From: ttelford.groups at gmail.com (Troy Telford) Date: Wed, 15 Jul 2009 09:50:13 -0600 Subject: qt4-mac build error Message-ID: <1e30a6d10907150850y2faccccax2af9f367e77c3519@mail.gmail.com> I'm getting the following error when I try to upgrade qt4-mac: /usr/bin/g++-4.0 -c -include .pch/debug-shared/QtWebKit_debug -O2 -Xarch_i386 -mmacosx-version-min=10.4 -fconstant-cfstrings -Wreturn-type -fno-strict-aliasing -I/opt/local/include -gdwarf-2 -fvisibility=hidden -fvisibility-inlines-hidden -arch i386 -fPIC -DQT_SHARED -DBUILDING_QT__=1 -DUSE_SYSTEM_MALLOC -DNDEBUG -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DBUILD_WEBKIT -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_DATABASE=1 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_XPATH=1 -DENABLE_WML=0 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_FILTERS=1 -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_USE=1 -DENABLE_VIDEO=1 -DENABLE_NETSCAPE_PLUGIN_API=1 -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DBUILDING_QT__ -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../../../mkspecs/macx-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtGui -I../../../../include -Istorage -I../WebKit/qt/Api -I../../../../include/QtWebKit -I.rcc/debug-shared -I. -I../JavaScriptCore -I../JavaScriptCore/ForwardingHeaders -I../JavaScriptCore/interpreter -I../JavaScriptCore/bytecode -I../JavaScriptCore/debugger -I../JavaScriptCore/parser -I../JavaScriptCore/runtime -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-mac-opensource-src-4.5.2/src/3rdparty/webkit/WebCore/../JavaScriptCore/bindings -I../JavaScriptCore/wrec -I../JavaScriptCore/jit -I../JavaScriptCore/wtf -Itmp -I../JavaScriptCore -I../JavaScriptCore/parser -I../JavaScriptCore/bytecompiler -I../JavaScriptCore/debugger -I../JavaScriptCore/runtime -I../JavaScriptCore/wtf -I../JavaScriptCore/wtf/unicode -I../JavaScriptCore/interpreter -I../JavaScriptCore/jit -I../JavaScriptCore/profiler -I../JavaScriptCore/wrec -I../JavaScriptCore/API -I../../webkit -I../JavaScriptCore/ForwardingHeaders -I../JavaScriptCore/bytecode -I../JavaScriptCore/assembler -I../JavaScriptCore/pcre -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-mac-opensource-src-4.5.2/src/3rdparty/webkit/WebKitBuild/Debug/JavaScriptCore/tmp -Iplatform/qt -Iplatform/network/qt -Iplatform/graphics/filters -Iplatform/graphics/transforms -Iplatform/graphics/qt -Isvg/graphics/qt -Iloader -Ipage/qt -I../WebKit/qt/WebCoreSupport -I../WebKit/qt/Api -Ibridge/qt -I. -IForwardingHeaders -I../../webkit -Iplatform -Iplatform/animation -Iplatform/network -Iplatform/graphics -Isvg/animation -Isvg/graphics -Isvg/graphics/filters -Iplatform/sql -Iplatform/text -Iloader -Iloader/appcache -Iloader/archive -Iloader/icon -Icss -Idom -Ipage -Ipage/animation -Ibridge -Iediting -Irendering -Irendering/style -Ihistory -Iinspector -Ixml -Ihtml -Iwml -Ibindings/js -Isvg -Iplatform/image-decoders -Iplugins -Ibridge -Ibridge/c -Ibridge/qt -Igenerated -Iplatform/mac -I../../../../include/phonon -I../../../../lib/phonon.framework/Versions/4/Headers -I.moc/debug-shared -F/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-mac-opensource-src-4.5.2/lib -o .obj/debug-shared/JSHTMLOptionsCollectionCustom.o bindings/js/JSHTMLOptionsCollectionCustom.cpp html/HTMLSelectElement.h:168: error: 'DOMTimeStamp' does not name a type make[2]: *** [.obj/debug-shared/JSHTMLOptionsCollectionCustom.o] Error 1 make[1]: *** [debug-all] Error 2 make: *** [sub-webkit-make_default-ordered] Error 2 I've tried building it a number of times, cleaned it, etc. No real difference - it fails. And I really need it to work as a few things that I'm using need qt4-mac to be upgraded. (The currently installed build isn't working for a number of things, actually) From macsforever2000 at macports.org Wed Jul 15 10:20:34 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Wed, 15 Jul 2009 11:20:34 -0600 Subject: qt4-mac build error In-Reply-To: <1e30a6d10907150850y2faccccax2af9f367e77c3519@mail.gmail.com> References: <1e30a6d10907150850y2faccccax2af9f367e77c3519@mail.gmail.com> Message-ID: On Jul 15, 2009, at 9:50 AM, Troy Telford wrote: > I'm getting the following error when I try to upgrade qt4-mac: > > /usr/bin/g++-4.0 -c -include .pch/debug-shared/QtWebKit_debug -O2 > -Xarch_i386 -mmacosx-version-min=10.4 -fconstant-cfstrings > -Wreturn-type -fno-strict-aliasing -I/opt/local/include -gdwarf-2 > -fvisibility=hidden -fvisibility-inlines-hidden -arch i386 -fPIC > -DQT_SHARED -DBUILDING_QT__=1 -DUSE_SYSTEM_MALLOC -DNDEBUG > -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT > -DQT_MOC_COMPAT -DBUILD_WEBKIT -DENABLE_OFFLINE_WEB_APPLICATIONS=1 > -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_DATABASE=1 > -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_XPATH=1 -DENABLE_WML=0 > -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_FILTERS=1 > -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 > -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_USE=1 -DENABLE_VIDEO=1 > -DENABLE_NETSCAPE_PLUGIN_API=1 -DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 > -DWTF_CHANGES=1 -DBUILDING_QT__ -DQT_GUI_LIB -DQT_NETWORK_LIB > -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE > -I../../../../mkspecs/macx-g++ -I. -I../../../../include/QtCore > -I../../../../include/QtNetwork -I../../../../include/QtGui > -I../../../../include -Istorage -I../WebKit/qt/Api > -I../../../../include/QtWebKit -I.rcc/debug-shared -I. > -I../JavaScriptCore -I../JavaScriptCore/ForwardingHeaders > -I../JavaScriptCore/interpreter -I../JavaScriptCore/bytecode > -I../JavaScriptCore/debugger -I../JavaScriptCore/parser > -I../JavaScriptCore/runtime > -I/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_aqua_qt4-mac/work/qt-mac-opensource- > src-4.5.2/src/3rdparty/webkit/WebCore/../JavaScriptCore/bindings > -I../JavaScriptCore/wrec -I../JavaScriptCore/jit > -I../JavaScriptCore/wtf -Itmp -I../JavaScriptCore > -I../JavaScriptCore/parser -I../JavaScriptCore/bytecompiler > -I../JavaScriptCore/debugger -I../JavaScriptCore/runtime > -I../JavaScriptCore/wtf -I../JavaScriptCore/wtf/unicode > -I../JavaScriptCore/interpreter -I../JavaScriptCore/jit > -I../JavaScriptCore/profiler -I../JavaScriptCore/wrec > -I../JavaScriptCore/API -I../../webkit > -I../JavaScriptCore/ForwardingHeaders -I../JavaScriptCore/bytecode > -I../JavaScriptCore/assembler -I../JavaScriptCore/pcre > -I/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_aqua_qt4-mac/work/qt-mac-opensource- > src-4.5.2/src/3rdparty/webkit/WebKitBuild/Debug/JavaScriptCore/tmp > -Iplatform/qt -Iplatform/network/qt -Iplatform/graphics/filters > -Iplatform/graphics/transforms -Iplatform/graphics/qt > -Isvg/graphics/qt -Iloader -Ipage/qt -I../WebKit/qt/WebCoreSupport > -I../WebKit/qt/Api -Ibridge/qt -I. -IForwardingHeaders -I../../webkit > -Iplatform -Iplatform/animation -Iplatform/network -Iplatform/graphics > -Isvg/animation -Isvg/graphics -Isvg/graphics/filters -Iplatform/sql > -Iplatform/text -Iloader -Iloader/appcache -Iloader/archive > -Iloader/icon -Icss -Idom -Ipage -Ipage/animation -Ibridge -Iediting > -Irendering -Irendering/style -Ihistory -Iinspector -Ixml -Ihtml -Iwml > -Ibindings/js -Isvg -Iplatform/image-decoders -Iplugins -Ibridge > -Ibridge/c -Ibridge/qt -Igenerated -Iplatform/mac > -I../../../../include/phonon > -I../../../../lib/phonon.framework/Versions/4/Headers > -I.moc/debug-shared > -F/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_aqua_qt4-mac/work/qt-mac-opensource- > src-4.5.2/lib > -o .obj/debug-shared/JSHTMLOptionsCollectionCustom.o > bindings/js/JSHTMLOptionsCollectionCustom.cpp > html/HTMLSelectElement.h:168: error: 'DOMTimeStamp' does not name a > type > make[2]: *** [.obj/debug-shared/JSHTMLOptionsCollectionCustom.o] > Error 1 > make[1]: *** [debug-all] Error 2 > make: *** [sub-webkit-make_default-ordered] Error 2 > > I've tried building it a number of times, cleaned it, etc. No real > difference - it fails. And I really need it to work as a few things > that I'm using need qt4-mac to be upgraded. (The currently installed > build isn't working for a number of things, actually) There is a trac ticket [1] for this already. [1] Cheers! Frank From ryandesign at macports.org Wed Jul 15 15:33:28 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 15 Jul 2009 17:33:28 -0500 Subject: apache2 +mod_proxy +vhosts +sni In-Reply-To: <9c2c8ffb0907150750y442adf91k21a83605a62fa0a2@mail.gmail.com> References: <9c2c8ffb0907150750y442adf91k21a83605a62fa0a2@mail.gmail.com> Message-ID: On Jul 15, 2009, at 09:50, Norman Khine wrote: > How do I enable which modules to enable when building apache2 using > macports? On gentoo for example, I can add APACHE2_MODULES= ... > > Is there a similar function in macports? MacPorts offers variants. You can type "port variants apache2" to discover what variants are available. There aren't any variants letting you specify what modules you get. I believe with apache2 you just always get all of them. From ryandesign at macports.org Wed Jul 15 16:07:32 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 15 Jul 2009 18:07:32 -0500 Subject: Confused about installing PHP5 cli In-Reply-To: <24486760.post@talk.nabble.com> References: <24473478.post@talk.nabble.com> <24473907.post@talk.nabble.com> <1C6150AA-0094-4B5C-9FA1-BF50647AF5BA@macports.org> <24486760.post@talk.nabble.com> Message-ID: On Jul 14, 2009, at 15:00, mrbigpants wrote: > Ryan Schmidt wrote: > >>> There is PHP4 at /usr/local/bin (came w/ OSX, I think) >> >> Apple does not supply any software in /usr/local; > > I misspoke. There is a php binary in /usr/bin, which I assume came > w/ OS X. Yes, Apple provides a php in /usr/bin starting with Mac OS X 10.5.0. > Should I reorder the paths in my PATH environment variable so that > /opt/local/bin comes before /usr/bin? What's the best way to handle > this? The recommended way to configure your paths has /opt/local/bin and / opt/local/sbin before the other paths: http://guide.macports.org/#installing.shell From ryandesign at macports.org Wed Jul 15 16:10:14 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 15 Jul 2009 18:10:14 -0500 Subject: install php5 failing In-Reply-To: <9c2c8ffb0907140609q441f6fd5w3cf16e55bfd1a2cf@mail.gmail.com> References: <2ad9be100907140600t5c9b1e84g9cfe521b5395b7b7@mail.gmail.com> <9c2c8ffb0907140609q441f6fd5w3cf16e55bfd1a2cf@mail.gmail.com> Message-ID: On Jul 14, 2009, at 08:09, Norman Khine wrote: > Perhaps it is simply downloading the file and you should wait for > it to do so. > On a slow connection this could be the case. > Not sure if it is possible to set a 'download' indicator advising the > amount downloaded. You will get a progress indicator, and a lot of other information, using the verbose flag: sudo port -v install php5 or for even more info use the debug flag: sudo port -d install php5 From ryandesign at macports.org Wed Jul 15 16:17:45 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 15 Jul 2009 18:17:45 -0500 Subject: Outdated TOR port In-Reply-To: <9877EC80-A8D1-4105-8F68-28C90CFDD7DA@convalesco.org> References: <53F679AB-B7A3-405A-A796-196BB72DA059@convalesco.org> <02CE9780-AD6D-4F1C-BF3E-0B885443AC68@convalesco.org> <38CA58E1-3A29-47CF-BE78-EAF3D53E6A9E@boeyms.info> <9877EC80-A8D1-4105-8F68-28C90CFDD7DA@convalesco.org> Message-ID: On Jul 14, 2009, at 01:00, Panagiotis Atmatzidis wrote: > On 14 ???? 2009, at 8:30 ??, Boey Maun Suang wrote: > >> On 14/07/2009, at 12:20 AM, Panagiotis Atmatzidis wrote: >> >>> Thanks for the tips I'll keep an eye on overwrites, >> >> As the maintainer of the tor ports, can you let me know which >> configuration file is being overwritten? I know that this sort of >> thing really ought to be done on the bug tracker, but since we're >> here... > > > No overwrites for tor. The config file has not been altered. tor installs tor-tsocks.conf and torrc.sample. The latter seems properly named, but I'm not certain if the user is expected to edit the former. If so, the former might need to be installed as tor- tsocks.conf.sample for instance. From donfox1 at mac.com Wed Jul 15 17:39:43 2009 From: donfox1 at mac.com (Don Fox) Date: Wed, 15 Jul 2009 20:39:43 -0400 Subject: Difficulty installing and using PostgreSQL. Message-ID: I have been attempting to install and use PostgreSQL without success, using MacPorts. I've installed 8.3.7 and 8.4. Installation goes without apparent hitch but then postgreSQL server is not able to be accessed. I've changed the PATH as per the documentation but postgresql is never to be found. Ive done a number of previous installations via macports without any problems. I'm using an old MacPowerBook with 2gigs of memory running the current Leopard. Also, I've attempted the installation using zip files from the postgre site and disk imag from PostgreSQL for Mac. Not any luck! Any suggestions? Thanks very much, Don Fox -------------- next part -------------- An HTML attachment was scrubbed... URL: From ms at mac-specialist.com Wed Jul 15 23:10:18 2009 From: ms at mac-specialist.com (Bill Hernandez) Date: Thu, 16 Jul 2009 01:10:18 -0500 Subject: Difficulty installing and using PostgreSQL. In-Reply-To: References: Message-ID: On Jul 15, 2009, at 7:39 PM, Don Fox wrote: > > I have been attempting to install and use PostgreSQL without > success, using MacPorts. I've installed 8.3.7 and 8.4. Installation > goes without apparent hitch but then postgreSQL server is not able > to be accessed. I've changed the PATH as per the documentation but > postgresql is never to be found. > > Ive done a number of previous installations via macports without any > problems. I'm using an old MacPowerBook with 2gigs of memory running > the current Leopard. > > Also, I've attempted the installation using zip files from the > postgre site and disk imag from PostgreSQL for Mac. Not any luck! > > Any suggestions? > > Thanks very much, > > Don Fox I DON'T KNOW IF THISIS A NEW INSTALL, BUT MAKE SURE YOUR DATA IS BACKED UP.... YOU SHOULD HAVE DONE SOMETHING LIKE : $ sudo mkdir -p /backups/pgsql/databases/2009.07.14_22.58.33 $ sudo su - postgres -c "/opt/local/lib/postgresql83/bin/pg_dumpall -U postgres >> /backups/pgsql/databases/2009.07.14_22.58.33/main_db.sql" ASSUMING WE ARE ALL DONE INSTALLING postgresql83 ( 1 ) [2009.11.07](11:07AM) -> [roscoe] ~ $ sudo launchctl load -w / Library/LaunchDaemons/org.macports.postgresql83-server.plist ---> Password: ( 2 ) [2009.11.07](12:22PM) -> [roscoe] ~ $ sudo mkdir -p /opt/local/ var/db/postgresql83/defaultdb ( 3 ) [2009.11.07](12:23PM) -> [roscoe] ~ $ sudo chown postgres:postgres /opt/local/var/db/postgresql83/defaultdb ( 4 ) [2009.11.07](12:23PM) -> [roscoe] ~ $ sudo su postgres -c '/opt/ local/lib/postgresql83/bin/initdb -D /opt/local/var/db/postgresql83/ defaultdb' ---> The files belonging to this database system will be owned by user "postgres". ---> This user must also own the server process. ---> WARNING: enabling "trust" authentication for local connections ---> You can change this by editing pg_hba.conf or using the -A option the ---> next time you run initdb. ---> Success. You can now start the database server using: /opt/local/lib/postgresql83/bin/postgres -D /opt/local/var/db/ postgresql83/defaultdb ---> or /opt/local/lib/postgresql83/bin/pg_ctl -D /opt/local/var/db/ postgresql83/defaultdb -l logfile start Check and see if I have a postgres user ? ( 5 ) [2009.11.07](12:26PM) -> [roscoe] ~ $ dscl . list /users UniqueID | sort -k2 -n | grep postgres ---> postgres 505 I had forgotten my postgres password, so... login as system_root (not sudo) which requires the actual system_root password, and force change the postgres user password ( 6 ) [2009.11.07](02:50PM) -> [roscoe] ~ $ su - root ---> Password: Assign the new postgres password and don't forget it this time... ( 7 ) [2009.11.07](02:50PM) -> [root] ~ $ dscl . -passwd /Users/ postgres ( 8 ) [2009.11.07](02:50PM) -> [root] ~ $ exit ---> logout Startup PgSQL ( 9 ) [2009.11.07](02:51PM) -> [roscoe] ~ $ /opt/local/etc/ LaunchDaemons/org.macports.postgresql83-server/postgresql83- server.wrapper start ---> Password: ---> server starting ( 10 ) [2009.11.07](02:51PM) -> [roscoe] ~ $ ps aux | grep postgres ---> roscoe 92842 1.0 0.0 599740 384 s001 S+ 2:52PM 0:00.00 grep postgres ---> root 92561 0.0 0.0 75452 720 ?? Ss 12:22PM 0:00.00 /opt/local/bin/daemondo ---> --label=postgresql83-server ---> --start-cmd /opt/local/etc/LaunchDaemons/ org.macports.postgresql83-server/postgresql83-server.wrapper start ; ---> --stop-cmd /opt/local/etc/LaunchDaemons/ org.macports.postgresql83-server/postgresql83-server.wrapper stop ; ---> --restart-cmd /opt/local/etc/LaunchDaemons/ org.macports.postgresql83-server/postgresql83-server.wrapper restart ; ---> --pid=none ---> postgres 92840 0.0 0.1 88612 2204 ?? SNs 2:51PM 0:00.12 /System/Library/Frameworks/CoreServices.framework/Frameworks/ Metadata.framework/Versions/A/Support/mdworker MDSImporterWorker com.apple.Spotlight.ImporterWorker.505 ---> postgres 92837 0.0 0.0 599796 460 ?? Ss 2:51PM 0:00.00 /sbin/launchd ---> postgres 92834 0.0 0.0 608916 308 ?? Ss 2:51PM 0:00.00 postgres: stats collector process ---> postgres 92833 0.0 0.0 612852 484 ?? Ss 2:51PM 0:00.00 postgres: autovacuum launcher process ---> postgres 92832 0.0 0.0 612852 424 ?? Ss 2:51PM 0:00.00 postgres: wal writer process ---> postgres 92831 0.0 0.0 612852 468 ?? Ss 2:51PM 0:00.00 postgres: writer process ---> postgres 92827 0.0 0.0 612852 2036 s001 S 2:51PM 0:00.20 /opt/local/lib/postgresql83/bin/postgres -D /opt/local/var/db/ postgresql83/defaultdb ( 11 ) [2009.11.07](02:52PM) -> [roscoe] ~ $ If you still can't get it working try : ( 12 ) [2009.11.07](02:52PM) -> [roscoe] ~ $/opt/local/etc/ LaunchDaemons/org.macports.postgresql83-server/postgresql83- server.wrapper stop ; MAKE TRIPLE SURE YOU HAVE YOUR DATA BACKED UP BEFORE THE NEXT STEP... ( 13 ) [2009.11.07](12:22PM) -> [roscoe] ~ $ sudo rm -R /opt/local/ var/db/postgresql83/defaultdb NOW GO BACK TO STEP ( 2 ) THROUGH ( 10 ) AGAIN TO SHUTDOWN EVERYTHING : $ sudo echo $ sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.slapd.plist; \ sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.apache2.plist; \ sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.mysql5.plist; \ sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.postgresql83-server.plist TO RELAUNCH EVERYTHING $ sudo echo $ sudo launchctl load -w /Library/LaunchDaemons/ org.macports.slapd.plist; \ sudo launchctl load -w /Library/LaunchDaemons/ org.macports.apache2.plist; \ sudo launchctl load -w /Library/LaunchDaemons/ org.macports.mysql5.plist; \ sudo launchctl load -w /Library/LaunchDaemons/ org.macports.postgresql83-server.plist -------------- next part -------------- An HTML attachment was scrubbed... URL: From norman at khine.net Thu Jul 16 01:09:08 2009 From: norman at khine.net (Norman Khine) Date: Thu, 16 Jul 2009 09:09:08 +0100 Subject: apache2 +mod_proxy +vhosts +sni In-Reply-To: References: <9c2c8ffb0907150750y442adf91k21a83605a62fa0a2@mail.gmail.com> Message-ID: <9c2c8ffb0907160109n243a9fd0oc1fc3227e15777a9@mail.gmail.com> On Wed, Jul 15, 2009 at 11:33 PM, Ryan Schmidt wrote: > On Jul 15, 2009, at 09:50, Norman Khine wrote: > >> How do I enable which modules to enable when building apache2 using >> macports? On gentoo for example, I can add APACHE2_MODULES= ... >> >> Is there a similar function in macports? > > MacPorts offers variants. You can type "port variants apache2" to discover > what variants are available. > > There aren't any variants letting you specify what modules you get. I > believe with apache2 you just always get all of them. Yes, I built this and it seems all modules are there. Although not sure how to make apache support SNI. > > From ryandesign at macports.org Thu Jul 16 01:20:05 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 16 Jul 2009 03:20:05 -0500 Subject: Difficulty installing and using PostgreSQL. In-Reply-To: References: Message-ID: <22058191-D476-4561-8A5F-C8C314895B59@macports.org> On Jul 15, 2009, at 19:39, Don Fox wrote: > Installation goes without apparent hitch but then postgreSQL server > is not able to be accessed. How are you attempting to access the server? What error do you get? Have you installed the postgresql84-server (or postgresql83-server) port started the PostgreSQL server using launchctl or "port load"? Is the PostgreSQL server process running? From ryandesign at macports.org Thu Jul 16 01:32:36 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 16 Jul 2009 03:32:36 -0500 Subject: apache2 +mod_proxy +vhosts +sni In-Reply-To: <9c2c8ffb0907160109n243a9fd0oc1fc3227e15777a9@mail.gmail.com> References: <9c2c8ffb0907150750y442adf91k21a83605a62fa0a2@mail.gmail.com> <9c2c8ffb0907160109n243a9fd0oc1fc3227e15777a9@mail.gmail.com> Message-ID: <3AF7E7BA-A40D-45D5-858E-F15A9601F666@macports.org> On Jul 16, 2009, at 03:09, Norman Khine wrote: > On Wed, Jul 15, 2009 at 11:33 PM, Ryan Schmidt wrote: > >> On Jul 15, 2009, at 09:50, Norman Khine wrote: >> >>> How do I enable which modules to enable when building apache2 using >>> macports? On gentoo for example, I can add APACHE2_MODULES= ... >>> >>> Is there a similar function in macports? >> >> MacPorts offers variants. You can type "port variants apache2" to >> discover >> what variants are available. >> >> There aren't any variants letting you specify what modules you get. I >> believe with apache2 you just always get all of them. > > Yes, I built this and it seems all modules are there. Although not > sure how to make apache support SNI. Based on https://issues.apache.org/bugzilla/show_bug.cgi?id=34607 I believe SNI support will be in Apache 2.2.12 which has not yet been released. Once it is, the apache2 port will be updated to that version and if we need to add any switches to enable SNI support at that time we can. From jmbennett at gmail.com Thu Jul 16 04:39:38 2009 From: jmbennett at gmail.com (Jon Bennett) Date: Thu, 16 Jul 2009 12:39:38 +0100 Subject: Downgrade to php5.2 (latest) In-Reply-To: <9c2c8ffb0907140842tb64c990hc08823865d07bc8c@mail.gmail.com> References: <2ad9be100907140825o4cd5c7e5wa3b7f453a81f5fc8@mail.gmail.com> <9c2c8ffb0907140842tb64c990hc08823865d07bc8c@mail.gmail.com> Message-ID: <2ad9be100907160439m5c21453fredac9f51b5b5ea04@mail.gmail.com> Hi Norman/Joshua, > maybe this is can be of help > > http://bangpound.org/node/7548 > > perhaps there is a simpler way where you can select the exact version > you need, but i am not sure. I've tried a few things, with little success. When I attempt to follow the example for Drupal, I get: $ svn sw http://svn.macports.org/repository/macports/trunk/dports/lang/php5 at 53555 svn: REPORT request failed on '/repository/macports/!svn/vcc/default' svn: REPORT of '/repository/macports/!svn/vcc/default': 200 OK (http://svn.macports.org) $ I've also tried deactivating and installing again along the lines explained on the macports page, eg: svn co -r 53555 http://svn.macports.org/repository/macports/trunk/dports/lang/php5 bash-3.2# sudo port deactivate php5 ---> Deactivating php5 bash-3.2# sudo port install php5 @5.2_10+apache2+fastcgi+macosx+mysql5+pear+postgresql82 ---> Activating php5 @5.3.0_1+apache2+fastcgi+macosx+mysql5+pear+postgresql82 You may need to update your php.ini for any changes that have been made in this version of php. Compare /opt/local/etc/php5/php.ini with /opt/local/etc/php5/php.ini-development (if this is a development server) or /opt/local/etc/php5/php.ini-production (if this is a production server). If this is your first install, you need to activate PHP in your web server. ---> Cleaning php5 bash-3.2# As you can see, each time it still installs 5.3.10, even though I've CO'd 5.2.10 and have tried manually deleted the latest version from my local repro before CO'd the correct revision. What am I missing/messing up? Any ideas? Cheers, From jmr at macports.org Thu Jul 16 05:00:58 2009 From: jmr at macports.org (Joshua Root) Date: Thu, 16 Jul 2009 22:00:58 +1000 Subject: Downgrade to php5.2 (latest) In-Reply-To: <2ad9be100907160439m5c21453fredac9f51b5b5ea04@mail.gmail.com> References: <2ad9be100907140825o4cd5c7e5wa3b7f453a81f5fc8@mail.gmail.com> <9c2c8ffb0907140842tb64c990hc08823865d07bc8c@mail.gmail.com> <2ad9be100907160439m5c21453fredac9f51b5b5ea04@mail.gmail.com> Message-ID: <4A5F167A.2000002@macports.org> On 2009-7-16 21:39, Jon Bennett wrote: > svn co -r 53555 > http://svn.macports.org/repository/macports/trunk/dports/lang/php5 > bash-3.2# sudo port deactivate php5 > ---> Deactivating php5 > bash-3.2# sudo port install php5 > @5.2_10+apache2+fastcgi+macosx+mysql5+pear+postgresql82 > ---> Activating php5 @5.3.0_1+apache2+fastcgi+macosx+mysql5+pear+postgresql82 > You may need to update your php.ini for any changes that have been made > in this version of php. Compare /opt/local/etc/php5/php.ini with > /opt/local/etc/php5/php.ini-development (if this is a development server) or > /opt/local/etc/php5/php.ini-production (if this is a production server). > > If this is your first install, you need to activate PHP in your web server. > ---> Cleaning php5 > bash-3.2# > > As you can see, each time it still installs 5.3.10, even though I've > CO'd 5.2.10 and have tried manually deleted the latest version from my > local repro before CO'd the correct revision. > > What am I missing/messing up? Any ideas? The wiki page says to run `sudo port install`, not `sudo port install `. Leaving off the port name loads the portfile in the current directory. If you specify the name, it looks it up in the index, which points to the file in the normal ports tree, not the one you just downloaded. You also can't specify a version with 'port install', though you can of course specify variants. Leave off +macosx though, as it is an implicitly-selected platform variant. - Josh From nuvolare at email.it Thu Jul 16 06:54:54 2009 From: nuvolare at email.it (nuvolare) Date: Thu, 16 Jul 2009 15:54:54 +0200 Subject: glade-3 with out icon and some error Message-ID: Hello, Can you help me to have the icons? Those are some error MacbookPro:~ nuvolare$ glade-3 Xlib: extension "RANDR" missing on display ":0.0". (glade-3:5392): GladeUI-CRITICAL **: Impossibile caricare l'immagine (Impossibile riconoscere il formato di immagine per il file ?/opt/ local/share/glade3/pixmaps/plus.png?) (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk-window' was found for object class 'GtkWindow'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- menuitem' was found for object class 'GtkMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- imagemenuitem' was found for object class 'GtkImageMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- checkmenuitem' was found for object class 'GtkCheckMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- radiomenuitem' was found for object class 'GtkRadioMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- separatormenuitem' was found for object class 'GtkSeparatorMenuItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- menubar' was found for object class 'GtkMenuBar'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- toolbar' was found for object class 'GtkToolbar'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- toolitem' was found for object class 'GtkToolItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- separatortoolitem' was found for object class 'GtkSeparatorToolItem'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- toolbutton' was found for object class 'GtkToolButton'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- toggletoolbutton' was found for object class 'GtkToggleToolButton'. (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- radiotoolbutton' was found for object class 'GtkRadioToolButton'. you can see also the pictures. Thank you for your help -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: RIVIERA PARK HOTELS: * Cerchi un hotel per visitare i parchi della Romagna ? Oltremare, Aquafan, Mirabilandia e Fiabilandia ti aspettano. Scegli un RivieraParkHotels per la tua vacanza a Riccione. Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9345&d=16-7 -------------- next part -------------- A non-text attachment was scrubbed... Name: Immagine 2.png Type: application/applefile Size: 74 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Immagine 2.png Type: image/png Size: 58719 bytes Desc: not available URL: -------------- next part -------------- From ms at mac-specialist.com Thu Jul 16 07:08:48 2009 From: ms at mac-specialist.com (Bill Hernandez) Date: Thu, 16 Jul 2009 09:08:48 -0500 Subject: Difficulty installing and using PostgreSQL. In-Reply-To: References: Message-ID: <01D61002-FD68-40F3-9F3E-9CBBB9E35EFC@mac-specialist.com> On Jul 16, 2009, at 1:10 AM, Bill Hernandez wrote: > $ sudo su - postgres -c "/opt/local/lib/postgresql83/bin/pg_dumpall - > U postgres >> /backups/pgsql/databases/2009.07.14_22.58.33/ > main_db.sql" > Should have been $ sudo su - postgres -c "/opt/local/lib/postgresql83/bin/pg_dumpall -U postgres > /backups/pgsql/databases/2009.07.14_22.58.33/main_db.sql" From emmgunn at gmail.com Thu Jul 16 10:06:23 2009 From: emmgunn at gmail.com (EmmGunn) Date: Thu, 16 Jul 2009 10:06:23 -0700 Subject: Mplayer Hardware Optimization Question Message-ID: <62F04A6B-2958-4854-BD7F-747E4B569613@gmail.com> Howdy, I've been able to compile mplayer-devel via macports but I've been struggling with what seemed like subpar performance. I think I figured out the problem but I'm not sure about a solution or if there even is one. When I compare the output of an older, precompiled version of mencoder I see this: MEncoder dev-SVN-r28132-4.0.1 (C) 2000-2008 MPlayer Team CPU: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz (Family: 6, Model: 23, Stepping: 6) CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1 Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 and x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 PHADD SSE4.1 Cache64 versus this, which I get with the macports compiled mplayer-devel: MEncoder UNKNOWN-4.0.1 (C) 2000-2009 MPlayer Team 137 audio & 297 video codecs and x264 [info]: using cpu capabilities: none! It appears that the macports compile is not optimized for MMX, ... which appears to cut performance by about 50%. Anyone have any ideas on how to fixe this. I didn't see anything in the port file or among the variants that seemed related to this issue. Thanks in advance for any help. From guido.soranzio at gmail.com Thu Jul 16 10:28:42 2009 From: guido.soranzio at gmail.com (Guido Soranzio) Date: Thu, 16 Jul 2009 19:28:42 +0200 Subject: glade-3 with out icon and some error In-Reply-To: References: Message-ID: nuvolare wrote: > > Can you help me to have the icons? > Those are some error > MacbookPro:~ nuvolare$ glade-3 > Xlib: extension "RANDR" missing on display ":0.0". > > (glade-3:5392): GladeUI-CRITICAL **: Impossibile caricare l'immagine > (Impossibile riconoscere il formato di immagine per il file ?/opt/ > local/share/glade3/pixmaps/plus.png?) > > (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- > window' was found for object class 'GtkWindow'. > > [...] > > (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- > radiotoolbutton' was found for object class 'GtkRadioToolButton'. Have you already tried to delete /opt/local/share/icons/hicolor/icon- theme.cache ? -- Guido From nuvolare at email.it Thu Jul 16 11:14:50 2009 From: nuvolare at email.it (nuvolare) Date: Thu, 16 Jul 2009 20:14:50 +0200 Subject: glade-3 with out icon and some error In-Reply-To: References: Message-ID: I did and I runned again X11 and Terminal but it's again with out icon's Il giorno 16/lug/09, alle ore 19:28, Guido Soranzio ha scritto: > nuvolare wrote: > >> >> Can you help me to have the icons? >> Those are some error >> MacbookPro:~ nuvolare$ glade-3 >> Xlib: extension "RANDR" missing on display ":0.0". >> >> (glade-3:5392): GladeUI-CRITICAL **: Impossibile caricare >> l'immagine (Impossibile riconoscere il formato di immagine per il >> file ?/opt/local/share/glade3/pixmaps/plus.png?) >> >> (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- >> window' was found for object class 'GtkWindow'. >> >> [...] >> >> (glade-3:5392): GladeUI-WARNING **: No icon named 'widget-gtk- >> radiotoolbutton' was found for object class 'GtkRadioToolButton'. > > > > Have you already tried to delete /opt/local/share/icons/hicolor/ > icon-theme.cache ? > > > -- > Guido > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: VOGLIA DI VACANZE ? * A Riccione i Riviera Park Hotels sono gli alberghi specializzati per le vacanze nei parchi divertimento. * Vieni nei Riviera Park Hotels! Ti aspettano sconti per tutti i parchi della Romagna! Prenota subito on-line la tua vacanza! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9350&d=16-7 From guido.soranzio at gmail.com Thu Jul 16 11:52:35 2009 From: guido.soranzio at gmail.com (Guido Soranzio) Date: Thu, 16 Jul 2009 20:52:35 +0200 Subject: glade-3 with out icon and some error In-Reply-To: References: Message-ID: On Jul 16, 2009, at 8:14 PM, nuvolare wrote: > I did and I runned again X11 and Terminal but it's again with out > icon's > Even after executing manually /opt/local/bin/gtk-update-icon-cache ? -- Guido From nuvolare at email.it Thu Jul 16 11:57:33 2009 From: nuvolare at email.it (nuvolare) Date: Thu, 16 Jul 2009 20:57:33 +0200 Subject: glade-3 with out icon and some error In-Reply-To: References: Message-ID: No, I remouved only what you told me on the previus email /opt/local/share/icons/hicolor/icon-theme.cache With this one, /opt/local/bin/gtk-update-icon-cache what I've to do? Thank you Il giorno 16/lug/09, alle ore 20:52, Guido Soranzio ha scritto: > executing -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: Offerte per Luglio e Agosto a Riccione. Prenota ora su vacanzedivertenti.it Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9342&d=16-7 -------------- next part -------------- An HTML attachment was scrubbed... URL: From guido.soranzio at gmail.com Thu Jul 16 12:01:40 2009 From: guido.soranzio at gmail.com (Guido Soranzio) Date: Thu, 16 Jul 2009 21:01:40 +0200 Subject: glade-3 with out icon and some error In-Reply-To: References: Message-ID: <9F1409D5-CF3E-4987-A089-17603166492F@gmail.com> On Jul 16, 2009, at 8:57 PM, nuvolare wrote: > > With this one, /opt/local/bin/gtk-update-icon-cache > what I've to do? > Thank you You could try to rebuild the cache with: sudo /opt/local/bin/gtk-update-icon-cache /opt/local/share/icons/hicolor It worked for me. -- Guido From nuvolare at email.it Thu Jul 16 12:16:26 2009 From: nuvolare at email.it (nuvolare) Date: Thu, 16 Jul 2009 21:16:26 +0200 Subject: glade-3 with out icon and some error In-Reply-To: <9F1409D5-CF3E-4987-A089-17603166492F@gmail.com> References: <9F1409D5-CF3E-4987-A089-17603166492F@gmail.com> Message-ID: I did as you told me and I runned again by Terminal glade-3 but with out icon again So the icon-theme.cache is not any more inside the folder because I remouved it, and after this I did sudo /opt/local/bin/gtk-update-icon-cache /opt/local/share/icons/hicolor and Terminal answered with Cache file created successfully But glade-3 is again with aout icon Il giorno 16/lug/09, alle ore 21:01, Guido Soranzio ha scritto: > sudo /opt/local/bin/gtk-update-icon-cache /opt/local/share/icons/ > hicolor -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: Se ci racconti i tuoi gesti d'amore per il tuo cane, Cesar ti premia. Partecipa anche tu! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9205&d=16-7 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dyoken at gmail.com Thu Jul 16 19:13:14 2009 From: dyoken at gmail.com (David Yoken) Date: Thu, 16 Jul 2009 22:13:14 -0400 Subject: imapsync problem Message-ID: <4F1BDF05-4647-4034-9472-46D214A18D5F@gmail.com> Hi Folks, Just installed a fresh copy of MacPorts, and then installed imapsync. So far so good. However, now I am trying to get imapsync to work, but keep getting this error: admin$ sudo imapsync --host1 imap.gmail.com --user1 ***@gmail.com -- password1 *** --ssl1 --host2 192.168.38.10 --user2 *** --password2 *** --ssl2 Password: *** imapsync needs perl lib Mail::IMAPClient release 2.2.9, or 3.0.19 or superior Strange thing is the p5-mail-imapclient (version 3.19) is already installed: admin$ port list installed expat @2.0.1 textproc/expat gettext @0.17 devel/gettext gperf @3.0.4 devel/gperf imapsync @1.285 mail/imapsync libiconv @1.13 textproc/libiconv libidn @1.15 mail/libidn ncurses @5.7 devel/ncurses ncursesw @5.7 devel/ncursesw openssl @0.9.8k devel/openssl p5-datemanip @5.54 perl/p5-datemanip p5-digest-md5 @2.38 perl/p5-digest-md5 p5-io-socket-ssl @1.26 perl/p5-io-socket-ssl p5-mail-imapclient @3.19 perl/p5-mail-imapclient p5-net-libidn @0.10 perl/p5-net-libidn p5-net-ssleay @1.35 perl/p5-net-ssleay p5-term-readkey @2.30 perl/p5-term-readkey perl5 @5.8.9 lang/perl5 perl5.8 @5.8.9 lang/perl5.8 zlib @1.2.3 archivers/zlib Google searching doesn't really lead me anywhere useful regarding this problem. Any help would be *greatly* appreciated. Thanks in advance!! Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: From allbery at kf8nh.com Thu Jul 16 21:11:22 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Fri, 17 Jul 2009 00:11:22 -0400 Subject: imapsync problem In-Reply-To: <4F1BDF05-4647-4034-9472-46D214A18D5F@gmail.com> References: <4F1BDF05-4647-4034-9472-46D214A18D5F@gmail.com> Message-ID: On Jul 16, 2009, at 22:13 , David Yoken wrote: > admin$ sudo imapsync --host1 imap.gmail.com --user1 ***@gmail.com -- > password1 *** --ssl1 --host2 192.168.38.10 --user2 *** --password2 > *** --ssl2 > Password: *** > imapsync needs perl lib Mail::IMAPClient release 2.2.9, or 3.0.19 or > superior Make sure it's getting the MacPorts Perl, for starters... -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From ryandesign at macports.org Thu Jul 16 22:31:46 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 17 Jul 2009 00:31:46 -0500 Subject: Difficulty installing and using PostgreSQL. In-Reply-To: <565631C5-0957-4799-98C1-500FE77BECDF@mac.com> References: <22058191-D476-4561-8A5F-C8C314895B59@macports.org> <565631C5-0957-4799-98C1-500FE77BECDF@mac.com> Message-ID: > On Jul 16, 2009, at 4:20 AM, Ryan Schmidt wrote: > >> On Jul 15, 2009, at 19:39, Don Fox wrote: >> >>> Installation goes without apparent hitch but then postgreSQL >>> server is not able to be accessed. >> >> How are you attempting to access the server? What error do you get? >> >> Have you installed the postgresql84-server (or postgresql83- >> server) port started the PostgreSQL server using launchctl or >> "port load"? >> >> Is the PostgreSQL server process running? On Jul 16, 2009, at 08:38, Don Fox wrote: > Ryan, > I've installed postgresql84-server @8.4.0 checked the PATH to make > sure that this /opt/local/bin:/opt/local/sbin is appended to the > start of the path. > > typed 'psql' at cmd line > > bash-3.2$ psql > psql: FATAL: database "donfox" does not exist > > Previously I had installed 'PostgreSQLforMac' but it has been > removed and it installs in under /Library. On Jul 16, 2009, at 20:39, Don Fox wrote: > The server was running earlier today, but after an install of > GNUmed application, which required extensive ports I started > getting this? > > bash-3.2$ psql > psql: could not connect to server: No such file or directory > Is the server running locally and accepting > connections on Unix domain socket "/tmp/.s.PGSQL.5432"? > > The port selected was 5432. > > I used the "port load". I've never used PostgreSQL myself so I'm not sure what to suggest. But I was hoping your answers would help someone who knows about PostgreSQL help you further. I am sending this reply back to the mailing list. Remember to use Reply All so your reply goes to the list too, not just to the individual. It would still be good to know if the PostgreSQL server process is actually running. For example, is it shown in Activity Monitor? If not, is there a PostgreSQL log file, and if so is there anything relevant in it? From blb at macports.org Thu Jul 16 22:51:02 2009 From: blb at macports.org (Bryan Blackburn) Date: Thu, 16 Jul 2009 23:51:02 -0600 Subject: Difficulty installing and using PostgreSQL. In-Reply-To: References: <22058191-D476-4561-8A5F-C8C314895B59@macports.org> <565631C5-0957-4799-98C1-500FE77BECDF@mac.com> Message-ID: <20090717055102.GW41718@ninagal.withay.com> On Fri, Jul 17, 2009 at 12:31:46AM -0500, Ryan Schmidt said: [...] > On Jul 16, 2009, at 08:38, Don Fox wrote: > > >Ryan, > >I've installed postgresql84-server @8.4.0 checked the PATH to make > >sure that this /opt/local/bin:/opt/local/sbin is appended to the > >start of the path. > > > >typed 'psql' at cmd line > > > >bash-3.2$ psql > >psql: FATAL: database "donfox" does not exist This looks like the server is running and psql is doing what it does by default, connecting with your user ID as the DB user and trying to attach to a database of the same name. However are you sure this is the postgres with MacPorts, postgresql84 should make 'psql84' available in /opt/local/bin, not just 'psql'? [...] > On Jul 16, 2009, at 20:39, Don Fox wrote: > > >The server was running earlier today, but after an install of > >GNUmed application, which required extensive ports I started > >getting this? > > > >bash-3.2$ psql > >psql: could not connect to server: No such file or directory > > Is the server running locally and accepting > > connections on Unix domain socket "/tmp/.s.PGSQL.5432"? That definitely sounds like the server isn't running at that point, so seems like something may have shut it down. If it's running with launchd it should be restarted, so either it isn't running with launchd or it is dying/respawing. Check your system and console logs for anything interesting, also check /opt/local/var/log/postgresql84/postgres.log. Bryan > > > >The port selected was 5432. > > > >I used the "port load". > > > I've never used PostgreSQL myself so I'm not sure what to suggest. > But I was hoping your answers would help someone who knows about > PostgreSQL help you further. I am sending this reply back to the > mailing list. Remember to use Reply All so your reply goes to the > list too, not just to the individual. > > It would still be good to know if the PostgreSQL server process is > actually running. For example, is it shown in Activity Monitor? If > not, is there a PostgreSQL log file, and if so is there anything > relevant in it? From nigel at nigelking.me.uk Fri Jul 17 00:09:38 2009 From: nigel at nigelking.me.uk (Nigel King) Date: Fri, 17 Jul 2009 08:09:38 +0100 Subject: dia installation fails after update to 1.710 Message-ID: I successfully installed dia at Macports 1.6 I upgraded to 1.710 and asked for an upgrade of dia. The first time I did this many packages were upgraded before getting the error given below. I have enclosed the relevant (I hope) position below. I see fink seems to have a similar problem. Any suggestions? Thanks Nigel King nigel-kings-macbook-pro-15:~ nigelk$ sudo port selfupdate MacPorts base version 1.710 installed Downloaded MacPorts base version 1.710 The MacPorts installation is not outdated so it was not updated nigel-kings-macbook-pro-15:~ nigelk$ sudo port clean dia ---> Cleaning dia nigel-kings-macbook-pro-15:~ nigelk$ sudo port upgrade dia ---> Fetching dia ---> Verifying checksum(s) for dia ---> Extracting dia ---> Configuring dia ---> Building dia 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_dia/work/dia-0.97" && make all " returned error 2 Command output: wmf.cpp:1298: error: 'struct _WmfRenderer' has no member named 'hPrintDC' wmf.cpp:1303: error: 'GetDeviceCaps' is not a member of 'W32' wmf.cpp:1303: error: 'struct _WmfRenderer' has no member named 'hPrintDC' wmf.cpp:1303: error: 'PHYSICALWIDTH' was not declared in this scope wmf.cpp:1306: error: 'struct _WmfRenderer' has no member named 'margins' wmf.cpp:1306: error: 'GetDeviceCaps' is not a member of 'W32' wmf.cpp:1306: error: 'struct _WmfRenderer' has no member named 'hPrintDC' wmf.cpp:1306: error: 'PHYSICALOFFSETX' was not declared in this scope wmf.cpp:1307: error: 'struct _WmfRenderer' has no member named 'margins' wmf.cpp:1307: error: 'GetDeviceCaps' is not a member of 'W32' wmf.cpp:1307: error: 'struct _WmfRenderer' has no member named 'hPrintDC' wmf.cpp:1307: error: 'PHYSICALOFFSETY' was not declared in this scope wmf.cpp:1308: error: 'struct _WmfRenderer' has no member named 'margins' wmf.cpp:1308: error: 'GetDeviceCaps' is not a member of 'W32' wmf.cpp:1308: error: 'struct _WmfRenderer' has no member named 'hPrintDC' wmf.cpp:1309: error: 'struct _WmfRenderer' has no member named 'margins' wmf.cpp:1309: error: 'GetDeviceCaps' is not a member of 'W32' wmf.cpp:1309: error: 'struct _WmfRenderer' has no member named 'hPrintDC' wmf.cpp:1309: error: 'PHYSICALHEIGHT' was not declared in this scope wmf.cpp:1343: error: 'SetBkMode' is not a member of 'W32' wmf.cpp:1343: error: 'struct _WmfRenderer' has no member named 'hFileDC' wmf.cpp:1343: error: 'TRANSPARENT' was not declared in this scope wmf.cpp:1344: error: 'SetMapMode' is not a member of 'W32' wmf.cpp:1344: error: 'struct _WmfRenderer' has no member named 'hFileDC' wmf.cpp:1344: error: 'MM_TEXT' was not declared in this scope wmf.cpp:1359: error: 'ReleaseDC' is not a member of 'W32' make[3]: *** [wmf.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 From ryandesign at macports.org Fri Jul 17 00:32:21 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 17 Jul 2009 02:32:21 -0500 Subject: imapsync problem In-Reply-To: <4F1BDF05-4647-4034-9472-46D214A18D5F@gmail.com> References: <4F1BDF05-4647-4034-9472-46D214A18D5F@gmail.com> Message-ID: <0CF2B664-62B7-490C-937D-87E17088252D@macports.org> On Jul 16, 2009, at 21:13, David Yoken wrote: > imapsync needs perl lib Mail::IMAPClient release 2.2.9, or 3.0.19 > or superior I see the problem too and have filed a ticket, with a patch: http://trac.macports.org/ticket/20347 From ryandesign at macports.org Fri Jul 17 00:39:33 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 17 Jul 2009 02:39:33 -0500 Subject: dia installation fails after update to 1.710 In-Reply-To: References: Message-ID: On Jul 17, 2009, at 02:09, Nigel King wrote: > I successfully installed dia at Macports 1.6 > I upgraded to 1.710 and asked for an upgrade of dia. The first time > I did this many packages were upgraded before getting the error > given below. > I have enclosed the relevant (I hope) position below. I see fink > seems to have a similar problem. Could you please clean and try again with debug output enabled? MacPorts only prints the last 30 or so lines of error output, but I believe the first error occurred well before that. sudo port clean dia sudo port -d install dia Hopefully we will then see an error message we know how to fix. :) From nuvolare at email.it Fri Jul 17 03:02:38 2009 From: nuvolare at email.it (nuvolare) Date: Fri, 17 Jul 2009 12:02:38 +0200 Subject: glade-3 with out icon and some error In-Reply-To: <9F1409D5-CF3E-4987-A089-17603166492F@gmail.com> References: <9F1409D5-CF3E-4987-A089-17603166492F@gmail.com> Message-ID: <1BF1B2A7-4447-4D77-A9D3-C1A03309326F@email.it> As I told yesterday the problem with icon are not remouved, and at the and of the errors showed in Terminal there are (glade-3:21998): Gtk-WARNING **: Impossibile trovare l'icona ?widget- gtk-frame?. Il tema ?hicolor? non ? stato trovato e potrebbe essere necessario installarlo. ? possibile recuperarne una copia presso: http://icon-theme.freedesktop.org/releases I want in this web site and I dowloaded this release, but What I've to do? Il giorno 16/lug/09, alle ore 21:01, Guido Soranzio ha scritto: > On Jul 16, 2009, at 8:57 PM, nuvolare wrote: >> >> With this one, /opt/local/bin/gtk-update-icon-cache >> what I've to do? >> Thank you > > > You could try to rebuild the cache with: > > sudo /opt/local/bin/gtk-update-icon-cache /opt/local/share/icons/ > hicolor > > > It worked for me. > > -- > Guido > -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: Vuoi venire in vacanza a Riccione? Riccione Turismo ti aspetta con pacchetti speciali su misura. Prenota online la vacanza che preferisci! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9310&d=17-7 From pawel.veselov at gmail.com Fri Jul 17 05:51:29 2009 From: pawel.veselov at gmail.com (Pawel Veselov) Date: Fri, 17 Jul 2009 21:51:29 +0900 Subject: Macports and http proxy Message-ID: > Hey > > I'm not able to get a connection with MacPorts 1.5 running on > Leopard. It loops trying to download the files from all the mirrors > it knows but isn't able to make a connection. Arg, I didn't used to > have this problem in 10.4. > > I've set a http_proxy env variable as well as a "proxy =" line > in .curlrc. Curl itself from the commandline works perfectly fine, > however when invoked by Macports it just doesn't make the connection. I know, I know, this is 2007 post, but here am I, running into the same wall, and there wasn't an answer in the thread that worked for me. So, what I found that this is not a bug. This is what needs to be done: 1. Export the environment variable (usually http_proxy, check curl's man), to the full address of the proxy (proto://host:port). 2. Check your /etc/sudoers (under sudo), and see the variable list. If the variable doesn't find its way to libcurl, it must be sudo that clears it out. In my default Leopard coniguration, sudo had "env_reset" instruction, and then a handful of variables that are allowed. "http_proxy" wasn't one of them, of course, and adding it there (as Defaults env_keep += "http_proxy") solved the problem. -- Pawel. From jmr at macports.org Fri Jul 17 06:38:35 2009 From: jmr at macports.org (Joshua Root) Date: Fri, 17 Jul 2009 23:38:35 +1000 Subject: Macports and http proxy In-Reply-To: References: Message-ID: <4A607EDB.60809@macports.org> On 2009-7-17 22:51, Pawel Veselov wrote: >> Hey >> >> I'm not able to get a connection with MacPorts 1.5 running on >> Leopard. It loops trying to download the files from all the mirrors >> it knows but isn't able to make a connection. Arg, I didn't used to >> have this problem in 10.4. >> >> I've set a http_proxy env variable as well as a "proxy =" line >> in .curlrc. Curl itself from the commandline works perfectly fine, >> however when invoked by Macports it just doesn't make the connection. > > I know, I know, this is 2007 post, but here am I, running into the > same wall, and there wasn't an answer in the thread that worked for > me. > > So, what I found that this is not a bug. This is what needs to be done: > 1. Export the environment variable (usually http_proxy, check curl's > man), to the full address of the proxy (proto://host:port). > 2. Check your /etc/sudoers (under sudo), and see the variable list. If > the variable doesn't find its way to libcurl, it must be sudo that > clears it out. In my default Leopard coniguration, sudo had > "env_reset" instruction, and then a handful of variables that are > allowed. "http_proxy" wasn't one of them, of course, and adding it > there (as Defaults env_keep += "http_proxy") solved the problem. Right. MacPorts 1.8 will be able to get your proxy settings in a couple of other ways: - Josh From nigel at nigelking.me.uk Fri Jul 17 15:06:33 2009 From: nigel at nigelking.me.uk (Nigel King) Date: Fri, 17 Jul 2009 23:06:33 +0100 Subject: dia installation fails after update to 1.710 In-Reply-To: References: Message-ID: <3B158E0D-D888-47D9-971B-243E112DFB4A@nigelking.me.uk> Hi Ryan, I followed your instructions and the lead up to the first error seems to be below ========= creating libxfig_filter.la (cd .libs && rm -f libxfig_filter.la && ln -s ../libxfig_filter.la libxfig_filter.la) Making all in wmf /bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/g++-4.0 - DHAVE_CONFIG_H -I. -I../.. -I../../intl -I../../lib -D_REENTRANT -I/ opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/ local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/ pango-1.0 -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/ local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/ include/freetype2 -I/opt/local/include/libpng12 -I/opt/local/include/ libxml2 -I/opt/local/include/libart-2.0 -I/opt/local/include -O2 - MT wmf.lo -MD -MP -MF .deps/wmf.Tpo -c -o wmf.lo wmf.cpp mkdir .libs /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I../../ lib -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/ include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/ local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/ glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng12 - I/opt/local/include/libxml2 -I/opt/local/include/libart-2.0 -I/opt/ local/include -O2 -MT wmf.lo -MD -MP -MF .deps/wmf.Tpo -c wmf.cpp - fno-common -DPIC -o .libs/wmf.o wmf.cpp:64:19: error: emf.h: No such file or directory wmf.cpp:108: error: 'HDC' in namespace 'W32' does not name a type wmf.cpp:111: error: 'HDC' in namespace 'W32' does not name a type ========= Do you need any more-it is very long. Thanks Nigel King On 17 Jul 2009, at 08:39, Ryan Schmidt wrote: > On Jul 17, 2009, at 02:09, Nigel King wrote: > >> I successfully installed dia at Macports 1.6 >> I upgraded to 1.710 and asked for an upgrade of dia. The first time >> I did this many packages were upgraded before getting the error >> given below. >> I have enclosed the relevant (I hope) position below. I see fink >> seems to have a similar problem. > > Could you please clean and try again with debug output enabled? > MacPorts only prints the last 30 or so lines of error output, but I > believe the first error occurred well before that. > > sudo port clean dia > sudo port -d install dia > > Hopefully we will then see an error message we know how to fix. :) > From ms at mac-specialist.com Fri Jul 17 15:22:58 2009 From: ms at mac-specialist.com (Bill Hernandez) Date: Fri, 17 Jul 2009 17:22:58 -0500 Subject: Difficulty installing and using PostgreSQL. In-Reply-To: References: Message-ID: On Jul 15, 2009, at 7:39 PM, Don Fox wrote: > > I have been attempting to install and use PostgreSQL without > success, using MacPorts. I've installed 8.3.7 and 8.4. Installation > goes without apparent hitch but then postgreSQL server is not able > to be accessed. I've changed the PATH as per the documentation but > postgresql is never to be found. > > Ive done a number of previous installations via macports without any > problems. I'm using an old MacPowerBook with 2gigs of memory running > the current Leopard. > > Also, I've attempted the installation using zip files from the > postgre site and disk imag from PostgreSQL for Mac. Not any luck! > > Any suggestions? > > Thanks very much, > > Don Fox Don, Did you try the exact steps I sent you the other day ? This is short set modified for 84... I have used them many times, and they work. Sometimes during the install if things get messed up you can remove the data directory (defaultDB) and re-initialize the database and that will get you up and running. These instructions should work for you if you follow them exactly. Since you have already installed the database, if you have a backup the best course of action would be to start at step ( 8 ). I DON'T KNOW IF THIS IS A NEW INSTALL, BUT MAKE SURE YOUR DATA IS BACKED UP.... YOU SHOULD HAVE DONE SOMETHING LIKE : $ sudo mkdir -p /backups/pgsql/databases/2009.07.14_22.58.33 $ sudo su - postgres -c "/opt/local/lib/postgresql84/bin/pg_dumpall -U postgres >> /backups/pgsql/databases/2009.07.14_22.58.33/main_db.sql" ASSUMING YOU ARE ALL DONE INSTALLING postgresql84 ( 1 ) $ sudo launchctl load -w /Library/LaunchDaemons/ org.macports.postgresql84-server.plist ( 2 ) $ sudo mkdir -p /opt/local/var/db/postgresql84/defaultdb ( 3 ) $ sudo chown postgres:postgres /opt/local/var/db/postgresql84/ defaultdb ( 4 ) $ sudo su postgres -c '/opt/local/lib/postgresql84/bin/initdb - D /opt/local/var/db/postgresql84/defaultdb' ( 5 ) $ /opt/local/etc/LaunchDaemons/org.macports.postgresql84-server/ postgresql84-server.wrapper start ( 6 ) $ ps aux | grep postgres THESE ARE FOR IMMEDIATE START/STOP [start-cmd ] ---> $ /opt/local/etc/LaunchDaemons/ org.macports.postgresql84-server/postgresql84-server.wrapper start ; [stop-cmd ] ---> $ /opt/local/etc/LaunchDaemons/ org.macports.postgresql84-server/postgresql84-server.wrapper stop ; [restart-cmd] ---> /opt/local/etc/LaunchDaemons/ org.macports.postgresql84-server/postgresql84-server.wrapper restart ; If you still can't get it working try : ( 7 ) $/opt/local/etc/LaunchDaemons/org.macports.postgresql84-server/ postgresql84-server.wrapper stop ; WARNING : MAKE TRIPLE SURE YOU HAVE YOUR DATA BACKED UP BEFORE THE NEXT STEP... ( 8 ) $ sudo rm -R /opt/local/var/db/postgresql84/defaultdb NOW GO BACK TO STEP ( 1 ) THROUGH ( 6 ) AGAIN TO SHUTDOWN : $ sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.postgresql84-server.plist TO RELAUNCH $ sudo launchctl load -w /Library/LaunchDaemons/ org.macports.postgresql84-server.plist Good Luck, Bill Hernandez Plano, Texas -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Jul 17 16:09:18 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 17 Jul 2009 18:09:18 -0500 Subject: dia installation fails after update to 1.710 In-Reply-To: <3B158E0D-D888-47D9-971B-243E112DFB4A@nigelking.me.uk> References: <3B158E0D-D888-47D9-971B-243E112DFB4A@nigelking.me.uk> Message-ID: On Jul 17, 2009, at 17:06, Nigel King wrote: > I followed your instructions and the lead up to the first error > seems to be below > > ========= > creating libxfig_filter.la > (cd .libs && rm -f libxfig_filter.la && ln -s ../libxfig_filter.la > libxfig_filter.la) > Making all in wmf > /bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/g++-4.0 - > DHAVE_CONFIG_H -I. -I../.. -I../../intl -I../../lib -D_REENTRANT - > I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/ > local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/ > include/pango-1.0 -I/opt/local/include -I/opt/local/include/ > glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/ > pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/ > libpng12 -I/opt/local/include/libxml2 -I/opt/local/include/ > libart-2.0 -I/opt/local/include -O2 -MT wmf.lo -MD -MP - > MF .deps/wmf.Tpo -c -o wmf.lo wmf.cpp > mkdir .libs > /usr/bin/g++-4.0 -DHAVE_CONFIG_H -I. -I../.. -I../../intl -I../../ > lib -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/ > gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/ > cairo -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/ > local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ > local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/ > include/libpng12 -I/opt/local/include/libxml2 -I/opt/local/include/ > libart-2.0 -I/opt/local/include -O2 -MT wmf.lo -MD -MP -MF .deps/ > wmf.Tpo -c wmf.cpp -fno-common -DPIC -o .libs/wmf.o > wmf.cpp:64:19: error: emf.h: No such file or directory > wmf.cpp:108: error: 'HDC' in namespace 'W32' does not name a type > wmf.cpp:111: error: 'HDC' in namespace 'W32' does not name a type > ========= > > Do you need any more-it is very long. Thanks, that's enough to let us know where it's failing.... I don't know why though. I don't have an emf.h on my system either and dia built fine. Could you attach the config.log file? It's in the dia-* directory in the directory identified by "port work dia". I can compare the config.log to mine; maybe it's finding something different on your system and making different decisions than on mine. From nigel at nigelking.me.uk Fri Jul 17 23:58:34 2009 From: nigel at nigelking.me.uk (Nigel King) Date: Sat, 18 Jul 2009 07:58:34 +0100 Subject: dia installation fails after update to 1.710 In-Reply-To: References: <3B158E0D-D888-47D9-971B-243E112DFB4A@nigelking.me.uk> Message-ID: <70E2DEF6-76B8-4153-B861-B8719C581766@nigelking.me.uk> Hi Ryan, Here is the log from /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_gnome_dia/work/dia-0.97 Thanks Nigel King On 18 Jul 2009, at 00:09, Ryan Schmidt wrote: > > Thanks, that's enough to let us know where it's failing.... I don't > know why though. I don't have an emf.h on my system either and dia > built fine. Could you attach the config.log file? It's in the dia-* > directory in the directory identified by "port work dia". I can > compare the config.log to mine; maybe it's finding something > different on your system and making different decisions than on mine. > > -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 77522 bytes Desc: not available URL: From ryandesign at macports.org Sat Jul 18 01:46:30 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 18 Jul 2009 03:46:30 -0500 Subject: dia installation fails after update to 1.710 In-Reply-To: <70E2DEF6-76B8-4153-B861-B8719C581766@nigelking.me.uk> References: <3B158E0D-D888-47D9-971B-243E112DFB4A@nigelking.me.uk> <70E2DEF6-76B8-4153-B861-B8719C581766@nigelking.me.uk> Message-ID: <4CC55B75-41DB-40FA-A546-6A6AAB11E318@macports.org> On Jul 18, 2009, at 01:58, Nigel King wrote: > Here is the log from > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome > _dia/work/dia-0.97 That gave me a clue, and I was able to reproduce the problem, if I installed libemf. I filed a ticket: http://trac.macports.org/ticket/20359 The workaround would be to deactivate libemf, then clean and install dia, then reactivate libemf, if needed. From face at CentosPrime.COM Sat Jul 18 06:14:08 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sat, 18 Jul 2009 06:14:08 -0700 Subject: Upgrading PHP5 Message-ID: Hi I see that PHP5 is going to change its ways. I currently have the following installed php5 @5.3.0_0+apache2+macosx+mysql5+pear (active) It appears that I will need to install (eventually) php5-curl php5-gd php5-gmp php5-imap php5-mcrypt php5-pspell php5- readline php5-tidy php5-xsl php5-zlib and probably more. If I do a simple ''port upgrade php5'' will it automatically install each of the new parts? Inquiring minds want to know. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From face at CentosPrime.COM Sat Jul 18 08:07:20 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sat, 18 Jul 2009 08:07:20 -0700 Subject: php5 - the new way Message-ID: <99F42FCE-0F5E-4378-9049-4C8227A7E1B8@centosprime.com> OK - installing / upgrading php5 mac 11 # sudo port upgrade php5 Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variant does not match +darwin. Specify -f to force upgrade. Warning: Skipping upgrade since bzip2 1.0.5_2 >= bzip2 1.0.5_2, even though installed variant does not match +darwin. Specify -f to force upgrade. Warning: Skipping upgrade since readline 6.0.000_1 >= readline 6.0.000_1, even though installed variant does not match +darwin. Specify -f to force upgrade. Warning: Skipping upgrade since apache2 2.2.11_0 >= apache2 2.2.11_0, even though installed variant +darwin_9 does not match +darwin +darwin_9. Specify -f to force upgrade. ---> Computing dependencies for php5 ---> Fetching php5 ---> Verifying checksum(s) for php5 ---> Extracting php5 ---> Applying patches to php5 ---> Configuring php5 ---> Building php5 ---> Staging php5 into destroot Note: php5 installs files outside the common directory structure. ---> Deactivating php5 @5.3.0_0+apache2+macosx+mysql5+pear ---> Computing dependencies for php5 ---> Installing php5 @5.3.0_1+apache2+macosx+mysql5+pear ---> Activating php5 @5.3.0_1+apache2+macosx+mysql5+pear You may need to update your php.ini for any changes that have been made in this version of php. Compare /opt/local/etc/php5/php.ini with /opt/local/etc/php5/php.ini-development (if this is a development server) or /opt/local/etc/php5/php.ini-production (if this is a production server). If this is your first install, you need to activate PHP in your web server. To enable PHP in Apache, run cd /opt/local/apache2/modules /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so ---> Cleaning php5 I am curious about the 4 warnings for openssl, bzip2, readline, apache2. Don't know why that is showing up. I followed with port install php5-gd +t1lib port install php5-curl followed by an apachectl graceful looks like it all works. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From ryandesign at macports.org Sat Jul 18 12:23:00 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 18 Jul 2009 14:23:00 -0500 Subject: Upgrading PHP5 In-Reply-To: References: Message-ID: On Jul 18, 2009, at 08:14, Chris Janton wrote: > I see that PHP5 is going to change its ways. > > I currently have the following installed > > php5 @5.3.0_0+apache2+macosx+mysql5+pear (active) > > It appears that I will need to install (eventually) > > php5-curl php5-gd php5-gmp php5-imap php5-mcrypt php5-pspell php5- > readline php5-tidy php5-xsl php5-zlib > > and probably more. > > If I do a simple ''port upgrade php5'' will it automatically > install each of the new parts? No, they won't. They can't be, because they can't be declared as dependencies of php5, because they are dependents of php5. For each of those which was formerly a variant (imap gmp pspell readline tidy) a message will be prineted telling you to install the corresponding new port. For the other features, which used to be always-on, there is no message. I will be breaking more features out into more new ports as I have time. php5-zlib will be deleted again. I changed my mind. zlib functionality is so useful and zlib is so small that I'll make it always-on again with the next upgrade. From ryandesign at macports.org Sat Jul 18 12:23:27 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 18 Jul 2009 14:23:27 -0500 Subject: php5 - the new way In-Reply-To: <99F42FCE-0F5E-4378-9049-4C8227A7E1B8@centosprime.com> References: <99F42FCE-0F5E-4378-9049-4C8227A7E1B8@centosprime.com> Message-ID: On Jul 18, 2009, at 10:07, Chris Janton wrote: > OK - installing / upgrading php5 > > mac 11 # sudo port upgrade php5 > Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl > 0.9.8k_0, even though installed variant does not match +darwin. > Specify -f to force upgrade. > Warning: Skipping upgrade since bzip2 1.0.5_2 >= bzip2 1.0.5_2, > even though installed variant does not match +darwin. Specify -f > to force upgrade. > Warning: Skipping upgrade since readline 6.0.000_1 >= readline > 6.0.000_1, even though installed variant does not match +darwin. > Specify -f to force upgrade. > Warning: Skipping upgrade since apache2 2.2.11_0 >= apache2 > 2.2.11_0, even though installed variant +darwin_9 does not match > +darwin+darwin_9. Specify -f to force upgrade. > ---> Computing dependencies for php5 > ---> Fetching php5 > ---> Verifying checksum(s) for php5 > ---> Extracting php5 > ---> Applying patches to php5 > ---> Configuring php5 > ---> Building php5 > ---> Staging php5 into destroot > Note: php5 installs files outside the common directory structure. > ---> Deactivating php5 @5.3.0_0+apache2+macosx+mysql5+pear > ---> Computing dependencies for php5 > ---> Installing php5 @5.3.0_1+apache2+macosx+mysql5+pear > ---> Activating php5 @5.3.0_1+apache2+macosx+mysql5+pear > You may need to update your php.ini for any changes that have been > made > in this version of php. Compare /opt/local/etc/php5/php.ini with > /opt/local/etc/php5/php.ini-development (if this is a development > server) or > /opt/local/etc/php5/php.ini-production (if this is a production > server). > > If this is your first install, you need to activate PHP in your web > server. > > To enable PHP in Apache, run > cd /opt/local/apache2/modules > /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so > ---> Cleaning php5 > > I am curious about the 4 warnings for openssl, bzip2, readline, > apache2. Don't know why that is showing up. So am I. I'm not sure what those warnings are. Maybe debug mode would give us more context? From face at CentosPrime.COM Sat Jul 18 13:32:45 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sat, 18 Jul 2009 13:32:45 -0700 Subject: php5 - the new way In-Reply-To: References: <99F42FCE-0F5E-4378-9049-4C8227A7E1B8@centosprime.com> Message-ID: On 2009-07-18 , at 12:23 , Ryan Schmidt wrote: >> I am curious about the 4 warnings for openssl, bzip2, readline, >> apache2. Don't know why that is showing up. > > So am I. I'm not sure what those warnings are. Maybe debug mode > would give us more context? port installed says bzip2 @1.0.5_2 (active) apache2 @2.2.11_0+darwin_9 (active) openssl @0.9.8k_0 (active) readline @6.0.000_1 (active) mac 5 # sudo port -d upgrade php5 DEBUG: Found port in file:///opt/mports/trunk/dports/lang/php5 DEBUG: epoch: in tree: 1 installed: 1 DEBUG: php5 5.3.0_1 exists in the ports tree DEBUG: php5 5.3.0_1 +apache2+macosx+mysql5+pear is the latest installed DEBUG: php5 5.3.0_1 +apache2+macosx+mysql5+pear is active DEBUG: Merging existing variants apache2 macosx mysql5 pear into variants DEBUG: available variants are : darwin_6 darwin_7 darwin_10 macosx no_web apache apache2 fastcgi imap gmp pspell readline tidy dbase mssql snmp macports_snmp mysql3 mysql4 mysql5 mysqlnd oracle postgresql82 postgresql83 sqlite ipc pcntl pear sockets debug universal DEBUG: variant apache2 is present in php5 5.3.0 DEBUG: variant mysql5 is present in php5 5.3.0 DEBUG: variant pear is present in php5 5.3.0 DEBUG: new fully merged portvariants: pear + apache2 + mysql5 + DEBUG: Changing to port directory: /opt/mports/trunk/dports/lang/php5 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port php5. DEBUG: Requested variant i386 is not provided by port php5. DEBUG: Executing variant macosx provides macosx DEBUG: Executing variant apache2 provides apache2 DEBUG: Executing variant mysql5 provides mysql5 DEBUG: Executing variant pear provides pear DEBUG: Found port in file:///opt/mports/trunk/dports/devel/pkgconfig DEBUG: epoch: in tree: 0 installed: 0 DEBUG: pkgconfig 0.23_1 exists in the ports tree DEBUG: pkgconfig 0.23_1 is the latest installed DEBUG: pkgconfig 0.23_1 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : darwin_6 universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ pkgconfig DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port pkgconfig. DEBUG: Requested variant i386 is not provided by port pkgconfig. DEBUG: Requested variant macosx is not provided by port pkgconfig. DEBUG: No need to upgrade! pkgconfig 0.23_1 >= pkgconfig 0.23_1 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/autoconf213 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: autoconf213 2.13_1 exists in the ports tree DEBUG: autoconf213 2.13_1 is the latest installed DEBUG: autoconf213 2.13_1 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ autoconf213 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port autoconf213. DEBUG: Requested variant i386 is not provided by port autoconf213. DEBUG: Requested variant macosx is not provided by port autoconf213. DEBUG: Found port in file:///opt/mports/trunk/dports/lang/perl5 DEBUG: perl5 is *not* installed by MacPorts DEBUG: Searching for dependency: perl5 DEBUG: Didn't find receipt, going to depspec regex for: perl5 DEBUG: Found Dependency: path: /opt/local/bin filename: perl regex: ^perl$ DEBUG: perl5 not installed, soft dependency satisfied DEBUG: Found port in file:///opt/mports/trunk/dports/devel/m4 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: m4 1.4.13_0 exists in the ports tree DEBUG: m4 1.4.13_0 +with_default_names is the latest installed DEBUG: m4 1.4.13_0 +with_default_names is active DEBUG: Merging existing variants with_default_names into variants DEBUG: available variants are : with_default_names universal DEBUG: variant with_default_names is present in m4 1.4.13 DEBUG: new fully merged portvariants: with_default_names + DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/m4 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port m4. DEBUG: Requested variant i386 is not provided by port m4. DEBUG: Requested variant macosx is not provided by port m4. DEBUG: Executing variant with_default_names provides with_default_names DEBUG: No need to upgrade! m4 1.4.13_0 >= m4 1.4.13_0 DEBUG: Found port in file:///opt/mports/trunk/dports/lang/gawk DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gawk 3.1.6_0 exists in the ports tree DEBUG: gawk 3.1.6_0 is the latest installed DEBUG: gawk 3.1.6_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : darwin_6 universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/lang/gawk DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port gawk. DEBUG: Requested variant i386 is not provided by port gawk. DEBUG: Requested variant macosx is not provided by port gawk. DEBUG: Found port in file:///opt/mports/trunk/dports/textproc/libiconv DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libiconv 1.13_0 exists in the ports tree DEBUG: libiconv 1.13_0 is the latest installed DEBUG: libiconv 1.13_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal freebsd linux disable_utf8mac enable_cp932fix DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/textproc/ libiconv DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port libiconv. DEBUG: Requested variant i386 is not provided by port libiconv. DEBUG: Requested variant macosx is not provided by port libiconv. DEBUG: Found port in file:///opt/mports/trunk/dports/devel/gperf DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gperf 3.0.4_0 exists in the ports tree DEBUG: gperf 3.0.4_0 is the latest installed DEBUG: gperf 3.0.4_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/gperf DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port gperf. DEBUG: Requested variant i386 is not provided by port gperf. DEBUG: Requested variant macosx is not provided by port gperf. DEBUG: No need to upgrade! gperf 3.0.4_0 >= gperf 3.0.4_0 DEBUG: No need to upgrade! libiconv 1.13_0 >= libiconv 1.13_0 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/gettext DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gettext 0.17_4 exists in the ports tree DEBUG: gettext 0.17_4 is the latest installed DEBUG: gettext 0.17_4 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal darwin_6 DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ gettext DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port gettext. DEBUG: Requested variant i386 is not provided by port gettext. DEBUG: Requested variant macosx is not provided by port gettext. DEBUG: Found port in file:///opt/mports/trunk/dports/devel/ncurses DEBUG: epoch: in tree: 0 installed: 0 DEBUG: ncurses 5.7_0 exists in the ports tree DEBUG: ncurses 5.7_0 is the latest installed DEBUG: ncurses 5.7_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal darwin_10 freebsd DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ ncurses DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port ncurses. DEBUG: Requested variant i386 is not provided by port ncurses. DEBUG: Requested variant macosx is not provided by port ncurses. DEBUG: Found port in file:///opt/mports/trunk/dports/devel/ncursesw DEBUG: epoch: in tree: 0 installed: 0 DEBUG: ncursesw 5.7_0 exists in the ports tree DEBUG: ncursesw 5.7_0 is the latest installed DEBUG: ncursesw 5.7_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal darwin_10 DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ ncursesw DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port ncursesw. DEBUG: Requested variant i386 is not provided by port ncursesw. DEBUG: Requested variant macosx is not provided by port ncursesw. DEBUG: No need to upgrade! ncursesw 5.7_0 >= ncursesw 5.7_0 DEBUG: No need to upgrade! ncurses 5.7_0 >= ncurses 5.7_0 DEBUG: Found port in file:///opt/mports/trunk/dports/textproc/expat DEBUG: epoch: in tree: 0 installed: 0 DEBUG: expat 2.0.1_0 exists in the ports tree DEBUG: expat 2.0.1_0 is the latest installed DEBUG: expat 2.0.1_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : examples universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/textproc/ expat DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port expat. DEBUG: Requested variant i386 is not provided by port expat. DEBUG: Requested variant macosx is not provided by port expat. DEBUG: No need to upgrade! expat 2.0.1_0 >= expat 2.0.1_0 DEBUG: No need to upgrade! gettext 0.17_4 >= gettext 0.17_4 DEBUG: No need to upgrade! gawk 3.1.6_0 >= gawk 3.1.6_0 DEBUG: No need to upgrade! autoconf213 2.13_1 >= autoconf213 2.13_1 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/autoconf DEBUG: epoch: in tree: 0 installed: 0 DEBUG: autoconf 2.63_0 exists in the ports tree DEBUG: autoconf 2.63_0 is the latest installed DEBUG: autoconf 2.63_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ autoconf DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port autoconf. DEBUG: Requested variant i386 is not provided by port autoconf. DEBUG: Requested variant macosx is not provided by port autoconf. DEBUG: Found port in file:///opt/mports/trunk/dports/textproc/help2man DEBUG: epoch: in tree: 0 installed: 0 DEBUG: help2man 1.36.4_1 exists in the ports tree DEBUG: help2man 1.36.4_1 is the latest installed DEBUG: help2man 1.36.4_1 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/textproc/ help2man DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port help2man. DEBUG: Requested variant i386 is not provided by port help2man. DEBUG: Requested variant macosx is not provided by port help2man. DEBUG: Found port in file:///opt/mports/trunk/dports/perl/p5-locale-gettext DEBUG: epoch: in tree: 0 installed: 0 DEBUG: p5-locale-gettext 1.05_0 exists in the ports tree DEBUG: p5-locale-gettext 1.05_0 is the latest installed DEBUG: p5-locale-gettext 1.05_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/perl/p5- locale-gettext DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/perl5-1.0.tcl DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port p5-locale- gettext. DEBUG: Requested variant i386 is not provided by port p5-locale-gettext. DEBUG: Requested variant macosx is not provided by port p5-locale- gettext. DEBUG: No need to upgrade! p5-locale-gettext 1.05_0 >= p5-locale- gettext 1.05_0 DEBUG: No need to upgrade! help2man 1.36.4_1 >= help2man 1.36.4_1 DEBUG: No need to upgrade! autoconf 2.63_0 >= autoconf 2.63_0 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/automake DEBUG: epoch: in tree: 0 installed: 0 DEBUG: automake 1.11_0 exists in the ports tree DEBUG: automake 1.11_0 is the latest installed DEBUG: automake 1.11_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ automake DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port automake. DEBUG: Requested variant i386 is not provided by port automake. DEBUG: Requested variant macosx is not provided by port automake. DEBUG: No need to upgrade! automake 1.11_0 >= automake 1.11_0 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/libtool DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libtool 2.2.6a_0 exists in the ports tree DEBUG: libtool 2.2.6a_0 is the latest installed DEBUG: libtool 2.2.6a_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ libtool DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port libtool. DEBUG: Requested variant i386 is not provided by port libtool. DEBUG: Requested variant macosx is not provided by port libtool. DEBUG: No need to upgrade! libtool 2.2.6a_0 >= libtool 2.2.6a_0 DEBUG: Found port in file:///opt/mports/trunk/dports/textproc/gsed DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gsed 4.2.1_0 exists in the ports tree DEBUG: gsed 4.2.1_0 is the latest installed DEBUG: gsed 4.2.1_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal darwin_8 with_default_names DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/textproc/ gsed DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port gsed. DEBUG: Requested variant i386 is not provided by port gsed. DEBUG: Requested variant macosx is not provided by port gsed. DEBUG: No need to upgrade! gsed 4.2.1_0 >= gsed 4.2.1_0 DEBUG: Found port in file:///opt/mports/trunk/dports/textproc/libxml2 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libxml2 2.7.3_0 exists in the ports tree DEBUG: libxml2 2.7.3_0 is the latest installed DEBUG: libxml2 2.7.3_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal debug DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/textproc/ libxml2 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port libxml2. DEBUG: Requested variant i386 is not provided by port libxml2. DEBUG: Requested variant macosx is not provided by port libxml2. DEBUG: Found port in file:///opt/mports/trunk/dports/archivers/zlib DEBUG: epoch: in tree: 0 installed: 0 DEBUG: zlib 1.2.3_2 exists in the ports tree DEBUG: zlib 1.2.3_2 is the latest installed DEBUG: zlib 1.2.3_2 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/archivers/ zlib DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port zlib. DEBUG: Requested variant i386 is not provided by port zlib. DEBUG: Requested variant macosx is not provided by port zlib. DEBUG: No need to upgrade! zlib 1.2.3_2 >= zlib 1.2.3_2 DEBUG: No need to upgrade! libxml2 2.7.3_0 >= libxml2 2.7.3_0 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/openssl DEBUG: epoch: in tree: 1 installed: 1 DEBUG: openssl 0.9.8k_0 exists in the ports tree DEBUG: openssl 0.9.8k_0 is the latest installed DEBUG: openssl 0.9.8k_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal darwin darwin_6 rfc3779 DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ openssl DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant i386 is not provided by port openssl. DEBUG: Requested variant macosx is not provided by port openssl. DEBUG: Executing variant darwin provides darwin DEBUG: No need to upgrade! openssl 0.9.8k_0 >= openssl 0.9.8k_0 Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variant does not match +darwin. Specify -f to force upgrade. DEBUG: Found port in file:///opt/mports/trunk/dports/archivers/bzip2 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: bzip2 1.0.5_2 exists in the ports tree DEBUG: bzip2 1.0.5_2 is the latest installed DEBUG: bzip2 1.0.5_2 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : darwin freebsd linux sunos darwin_7 universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/archivers/ bzip2 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant i386 is not provided by port bzip2. DEBUG: Requested variant macosx is not provided by port bzip2. DEBUG: Executing variant darwin provides darwin DEBUG: No need to upgrade! bzip2 1.0.5_2 >= bzip2 1.0.5_2 Warning: Skipping upgrade since bzip2 1.0.5_2 >= bzip2 1.0.5_2, even though installed variant does not match +darwin. Specify -f to force upgrade. DEBUG: Found port in file:///opt/mports/trunk/dports/graphics/tiff DEBUG: epoch: in tree: 0 installed: 0 DEBUG: tiff 3.8.2_3 exists in the ports tree DEBUG: tiff 3.8.2_3 +macosx is the latest installed DEBUG: tiff 3.8.2_3 +macosx is active DEBUG: Merging existing variants macosx into variants DEBUG: available variants are : universal macosx DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/graphics/ tiff DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port tiff. DEBUG: Requested variant i386 is not provided by port tiff. DEBUG: Executing variant macosx provides macosx DEBUG: Found port in file:///opt/mports/trunk/dports/graphics/jpeg DEBUG: epoch: in tree: 0 installed: 0 DEBUG: jpeg 6b_3 exists in the ports tree DEBUG: jpeg 6b_3 is the latest installed DEBUG: jpeg 6b_3 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/graphics/ jpeg DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port jpeg. DEBUG: Requested variant i386 is not provided by port jpeg. DEBUG: Requested variant macosx is not provided by port jpeg. DEBUG: No need to upgrade! jpeg 6b_3 >= jpeg 6b_3 DEBUG: No need to upgrade! tiff 3.8.2_3 >= tiff 3.8.2_3 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/mhash DEBUG: epoch: in tree: 0 installed: 0 DEBUG: mhash 0.9.9.9_0 exists in the ports tree DEBUG: mhash 0.9.9.9_0 is the latest installed DEBUG: mhash 0.9.9.9_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/mhash DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port mhash. DEBUG: Requested variant i386 is not provided by port mhash. DEBUG: Requested variant macosx is not provided by port mhash. DEBUG: No need to upgrade! mhash 0.9.9.9_0 >= mhash 0.9.9.9_0 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/pcre DEBUG: epoch: in tree: 0 installed: 0 DEBUG: pcre 7.9_0 exists in the ports tree DEBUG: pcre 7.9_0 is the latest installed DEBUG: pcre 7.9_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal doc DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/pcre DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port pcre. DEBUG: Requested variant i386 is not provided by port pcre. DEBUG: Requested variant macosx is not provided by port pcre. DEBUG: Found port in file:///opt/mports/trunk/dports/devel/readline DEBUG: epoch: in tree: 0 installed: 0 DEBUG: readline 6.0.000_1 exists in the ports tree DEBUG: readline 6.0.000_1 is the latest installed DEBUG: readline 6.0.000_1 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal darwin DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/ readline DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant i386 is not provided by port readline. DEBUG: Requested variant macosx is not provided by port readline. DEBUG: Executing variant darwin provides darwin DEBUG: No need to upgrade! readline 6.0.000_1 >= readline 6.0.000_1 Warning: Skipping upgrade since readline 6.0.000_1 >= readline 6.0.000_1, even though installed variant does not match +darwin. Specify -f to force upgrade. DEBUG: No need to upgrade! pcre 7.9_0 >= pcre 7.9_0 DEBUG: Found port in file:///opt/mports/trunk/dports/www/apache2 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apache2 2.2.11_0 exists in the ports tree DEBUG: apache2 2.2.11_0 +darwin_9 is the latest installed DEBUG: apache2 2.2.11_0 +darwin_9 is active DEBUG: Merging existing variants darwin_9 into variants DEBUG: available variants are : darwin darwin_7 darwin_9 openbsd openldap preforkmpm workermpm eventmpm no_startupitem universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/www/apache2 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant i386 is not provided by port apache2. DEBUG: Requested variant macosx is not provided by port apache2. DEBUG: Executing variant darwin provides darwin DEBUG: Executing variant darwin_9 provides darwin_9 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/apr DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apr 1.3.5_0 exists in the ports tree DEBUG: apr 1.3.5_0 is the latest installed DEBUG: apr 1.3.5_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/apr DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port apr. DEBUG: Requested variant i386 is not provided by port apr. DEBUG: Requested variant macosx is not provided by port apr. DEBUG: No need to upgrade! apr 1.3.5_0 >= apr 1.3.5_0 DEBUG: Found port in file:///opt/mports/trunk/dports/devel/apr-util DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apr-util 1.3.7_0 exists in the ports tree DEBUG: apr-util 1.3.7_0 is the latest installed DEBUG: apr-util 1.3.7_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : no_bdb no_sqlite openldap postgresql83 postgresql82 mysql5 universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/devel/apr- util DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port apr-util. DEBUG: Requested variant i386 is not provided by port apr-util. DEBUG: Requested variant macosx is not provided by port apr-util. DEBUG: Found port in file:///opt/mports/trunk/dports/databases/db46 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: db46 4.6.21_5 exists in the ports tree DEBUG: db46 4.6.21_5 is the latest installed DEBUG: db46 4.6.21_5 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : universal tcl DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/databases/ db46 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Using group file /opt/mports/trunk/dports/_resources/port1.0/ group/muniversal-1.0.tcl DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port db46. DEBUG: Requested variant i386 is not provided by port db46. DEBUG: Requested variant macosx is not provided by port db46. DEBUG: No need to upgrade! db46 4.6.21_5 >= db46 4.6.21_5 DEBUG: Found port in file:///opt/mports/trunk/dports/databases/sqlite3 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: sqlite3 3.6.16_0 exists in the ports tree DEBUG: sqlite3 3.6.16_0 is the latest installed DEBUG: sqlite3 3.6.16_0 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : darwin_10 universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/databases/ sqlite3 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port sqlite3. DEBUG: Requested variant i386 is not provided by port sqlite3. DEBUG: Requested variant macosx is not provided by port sqlite3. DEBUG: No need to upgrade! sqlite3 3.6.16_0 >= sqlite3 3.6.16_0 DEBUG: No need to upgrade! apr-util 1.3.7_0 >= apr-util 1.3.7_0 DEBUG: No need to upgrade! apache2 2.2.11_0 >= apache2 2.2.11_0 Warning: Skipping upgrade since apache2 2.2.11_0 >= apache2 2.2.11_0, even though installed variant +darwin_9 does not match +darwin +darwin_9. Specify -f to force upgrade. DEBUG: Found port in file:///opt/mports/trunk/dports/databases/mysql5 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: mysql5 5.0.83_0 exists in the ports tree DEBUG: mysql5 5.0.83_0 is the latest installed DEBUG: no version of mysql5 is active DEBUG: Merging existing variants into variants DEBUG: available variants are : server universal DEBUG: new fully merged portvariants: DEBUG: Changing to port directory: /opt/mports/trunk/dports/databases/ mysql5 DEBUG: OS Platform: darwin DEBUG: OS Version: 9.7.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/mports/trunk/dports/ _resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port mysql5. DEBUG: Requested variant i386 is not provided by port mysql5. DEBUG: Requested variant macosx is not provided by port mysql5. DEBUG: No need to upgrade! mysql5 5.0.83_0 >= mysql5 5.0.83_0 DEBUG: No need to upgrade! php5 5.3.0_1 >= php5 5.3.0_1 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From raimue at macports.org Sat Jul 18 13:48:06 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Sat, 18 Jul 2009 22:48:06 +0200 Subject: php5 - the new way In-Reply-To: References: <99F42FCE-0F5E-4378-9049-4C8227A7E1B8@centosprime.com> Message-ID: <4A623506.2060808@macports.org> On 2009-07-18 21:23 , Ryan Schmidt wrote: > On Jul 18, 2009, at 10:07, Chris Janton wrote: > >> OK - installing / upgrading php5 >> >> mac 11 # sudo port upgrade php5 >> Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl >> 0.9.8k_0, even though installed variant does not match +darwin. >> Specify -f to force upgrade. >> Warning: Skipping upgrade since bzip2 1.0.5_2 >= bzip2 1.0.5_2, >> even though installed variant does not match +darwin. Specify -f >> to force upgrade. >> Warning: Skipping upgrade since readline 6.0.000_1 >= readline >> 6.0.000_1, even though installed variant does not match +darwin. >> Specify -f to force upgrade. >> Warning: Skipping upgrade since apache2 2.2.11_0 >= apache2 >> 2.2.11_0, even though installed variant +darwin_9 does not match >> +darwin+darwin_9. Specify -f to force upgrade. >> I am curious about the 4 warnings for openssl, bzip2, readline, >> apache2. Don't know why that is showing up. > > So am I. I'm not sure what those warnings are. Maybe debug mode would > give us more context? That just means that new platform variants have been added to the Portfile since installation. I would recommend to follow the instructions and force upgrade these. Rainer From face at CentosPrime.COM Sat Jul 18 14:41:21 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sat, 18 Jul 2009 14:41:21 -0700 Subject: php5 - the new way In-Reply-To: <4A623506.2060808@macports.org> References: <99F42FCE-0F5E-4378-9049-4C8227A7E1B8@centosprime.com> <4A623506.2060808@macports.org> Message-ID: <7CEDCE00-D08F-48BD-8102-0C4D346DF0FE@CentosPrime.COM> On 2009-07-18 , at 13:48 , Rainer M?ller wrote: >>> I am curious about the 4 warnings for openssl, bzip2, readline, >>> apache2. Don't know why that is showing up. >> >> So am I. I'm not sure what those warnings are. Maybe debug mode would >> give us more context? > > That just means that new platform variants have been added to the > Portfile since installation. I would recommend to follow the > instructions and force upgrade these. OK - did that - WARNING: went away. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From face at CentosPrime.COM Sat Jul 18 14:44:40 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sat, 18 Jul 2009 14:44:40 -0700 Subject: Upgrading PHP5 In-Reply-To: References: Message-ID: <31569C5C-B625-4B48-AD37-CB3831DA440F@CentosPrime.COM> On 2009-07-18 , at 12:23 , Ryan Schmidt wrote: > php5-zlib will be deleted again. I changed my mind. zlib > functionality is so useful and zlib is so small that I'll make it > always-on again with the next upgrade. A small gotcha for me. My phpMyAdmin stopped working. Says I needed mcrypt which I didn't install (mostly to just see what happens). In the phpmyadmin port there is a dependency on php5 that looks like this depends_run path:lib/${mysql}:${mysql} \ path:bin/php:php5 How does that work if something needs php5-mcrypt? Just make the dependency be on php5-mcrypt which would obviously depend on php5? Just curious. I installed php5-mcrypt, my phpMyAdmin (not from MacPorts) works fine again. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From gwen.barnes at gmail.com Sat Jul 18 18:37:33 2009 From: gwen.barnes at gmail.com (Gwen Barnes) Date: Sat, 18 Jul 2009 18:37:33 -0700 Subject: gmt error/known problem with netcdf? Message-ID: Hey folks, When I try to run any GMT command, I get the following error: dyld: Symbol not found: _H5P_CLS_FILE_ACCESS_g Referenced from: /opt/local/lib/libnetcdf.6.dylib Expected in: dynamic lookup Trace/BPT trap According to the following website, there is a very similar error that is a known problem with netcdf: http://www.unidata.ucar.edu/software/netcdf/docs/known_problems.html#o_problem_mac The solution they present there is "This is caused by the -O2 parameter in the build. Set CFLAGS to -g and try again." I have changed all the -O2 flags to -g in /opt/local/var/macports/sources/ rsync.macports.org/release/ports/science/netcdf/Portfile. Then I ran sudo port uninstall gmt sudo port uninstall netcdf sudo port install netcdf sudo port install gmt I got no errors on the install, but the GMT commands are still giving me the same error. Can anyone help me get my GMT running again? Thanks. -Gwen mac OSX 10.5.7 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Jul 18 22:55:36 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 19 Jul 2009 00:55:36 -0500 Subject: Upgrading PHP5 In-Reply-To: <31569C5C-B625-4B48-AD37-CB3831DA440F@CentosPrime.COM> References: <31569C5C-B625-4B48-AD37-CB3831DA440F@CentosPrime.COM> Message-ID: On Jul 18, 2009, at 16:44, Chris Janton wrote: > On 2009-07-18 , at 12:23 , Ryan Schmidt wrote: > >> php5-zlib will be deleted again. I changed my mind. zlib >> functionality is so useful and zlib is so small that I'll make it >> always-on again with the next upgrade. > > A small gotcha for me. My phpMyAdmin stopped working. Says I needed > mcrypt which I didn't install (mostly to just see what happens). > > In the phpmyadmin port there is a dependency on php5 that looks > like this > > depends_run path:lib/${mysql}:${mysql} \ > path:bin/php:php5 > > How does that work if something needs php5-mcrypt? Just make the > dependency be on php5-mcrypt which would obviously depend on php5? > > Just curious. > > I installed php5-mcrypt, my phpMyAdmin (not from MacPorts) works > fine again. Sounds like the phpmyadmin port should now declare a dependency on php5-mcrypt in addition to php5. Based on the requirements stated on the documentation web page, it should also depend on php5-gd, and once I create those ports, php5-zip, php5-mcrypt and php5-ctype. The point of breaking php's optional functionality out into separate ports is to make php5 itself much lighter, and to allow other ports to declare dependencies on those optional php functionalities they actually require, since of course that can't be done if those functionalities are in variants. Once I break php's mysql functionality out into a php5-mysql port, then phpmyadmin should depend on php5-mysql, and should not depend on any mysql port (because php's mysql support does not necessarily require mysql to be installed anymore). Once I break all php's optional functionality into separate ports, the web sapi's will be broken out into ports too, like php5-apache and php5-fastcgi. There will also be a meta-port php5-web which all web apps like phpmyadmin should depend on instead of php5. Eventually I hope for there to be a php5webapp portgroup. And now writing this, I realize that keeping php5-zlib separate might still be appropriate, since my motivation for considering to put it back in is so that web apps can gzip compress their pages, so in fact it could remain a separate port and just be a dependency of php5-web. From ryandesign at macports.org Sat Jul 18 23:15:45 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 19 Jul 2009 01:15:45 -0500 Subject: Remove mysql3 Message-ID: Anybody see a problem with working on removing mysql3? The current major version of MySQL is 5. There haven't been new releases of MySQL 4 in awhile. MySQL AB's extended support for MySQL 3 ended at the end of 2006, and support for MySQL 4 will end at the end of 2009. http://www.mysql.com/about/legal/lifecycle/#calendar From mdcrawford at gmail.com Sun Jul 19 10:32:57 2009 From: mdcrawford at gmail.com (Michael Crawford) Date: Sun, 19 Jul 2009 10:32:57 -0700 Subject: libcanberra build blocks gnucash-docs install Message-ID: libcanberra won't build. I got the same result when I try to build it: http://trac.macports.org/ticket/19705 It's a dependency for gnucash-docs. But port install gnucash-docs wants to install a boatload of dependencies, such as libogg and libvorbis, that I suspect I don't really need just to browse the gnucash documentation. Is there a way I can get just the doc to install without needing to also install all these dependencies? Thanks! Mike -- Michael David Crawford mdcrawford at gmail dot com GoingWare's Bag of Programming Tricks http://www.goingware.com/tips/ From ink_blot at att.net Sun Jul 19 11:29:01 2009 From: ink_blot at att.net (Ivan Kawaler) Date: Sun, 19 Jul 2009 13:29:01 -0500 Subject: gimp-2.6.6_2+x11 startup issue Message-ID: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> I'm still kicking myself for bothering to upgrade when I had a relatively well working v2.6.4 on my system, so please go easy. Upon startup, I get nothing but the following in my terminal: Xlib: extension "RANDR" missing on display ":0.0". Bus error I think, as I'm still trying to learn what it all means, my gimp-2.6.crash.log claims the thread that crashed was: 0 libX11.6.dylib 0x0157f0c8 _X11TransSocketUNIXConnect + 936 This all occurred on the initial startup after compiling, so it has not successfully been launched. All ports are up to date using MacPorts base 1.710 and running under 10.4.11 with Xcode 2.5. Any thoughts? From devans at macports.org Sun Jul 19 11:51:00 2009 From: devans at macports.org (David Evans) Date: Sun, 19 Jul 2009 11:51:00 -0700 Subject: gimp-2.6.6_2+x11 startup issue In-Reply-To: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> References: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> Message-ID: <4A636B14.2050905@macports.org> Ivan Kawaler wrote: > I'm still kicking myself for bothering to upgrade when I had a > relatively well working v2.6.4 on my system, so please go easy. Upon > startup, I get nothing but the following in my terminal: > > Xlib: extension "RANDR" missing on display ":0.0". > Bus error > > I think, as I'm still trying to learn what it all means, my > gimp-2.6.crash.log claims the thread that crashed was: > > 0 libX11.6.dylib 0x0157f0c8 > _X11TransSocketUNIXConnect + 936 > > This all occurred on the initial startup after compiling, so it has > not successfully been launched. All ports are up to date using > MacPorts base 1.710 and running under 10.4.11 with Xcode 2.5. Any > thoughts? > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > As maintainer for gimp2, I can't reproduce this problem on the same problem. GIMP 2.6.6 installs and works well for me on the same platform. Looks like an X11 problem so make sure that everything is up to date there. Which X11 server are you using, the one supplied by apple or the MacPorts version xorg-server. I am using the latter and recommend it. Although it should work with either. Would help to see the full crash.log Dave From jeremyhu at macports.org Sun Jul 19 12:04:16 2009 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Sun, 19 Jul 2009 12:04:16 -0700 Subject: gimp-2.6.6_2+x11 startup issue In-Reply-To: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> References: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> Message-ID: On Jul 19, 2009, at 11:29, Ivan Kawaler wrote: > I'm still kicking myself for bothering to upgrade when I had a > relatively well working v2.6.4 on my system, so please go easy. > Upon startup, I get nothing but the following in my terminal: > > Xlib: extension "RANDR" missing on display ":0.0". > Bus error > > I think, as I'm still trying to learn what it all means, my > gimp-2.6.crash.log claims the thread that crashed was: > > 0 libX11.6.dylib 0x0157f0c8 > _X11TransSocketUNIXConnect + 936 What is the rest of the crash log? I want to see the path to libX11.6.dylib. What is the output of: otool -L /opt/local/bin/gimp You might also want to run this to debug further: cd /opt/local/lib for f in *dylib; do otool -L $f | grep -q /usr/X11 && echo $f; done for f in *.la; do grep -q /usr/X11 $f && echo $f; done cd /opt/local/bin for f in *; do otool -L $f | grep -q /usr/X11 && echo $f; done Those should produce NO hits. If any file is lister, it is linking against the wrong X11 libraries (which is what I suspect your problem is). If that's the case, you need to reinstall those libraries. You probably did an 'install' without an 'upgrade outdated' first. From ink_blot at att.net Sun Jul 19 15:10:25 2009 From: ink_blot at att.net (Ivan Kawaler) Date: Sun, 19 Jul 2009 17:10:25 -0500 Subject: gimp-2.6.6_2+x11 startup issue In-Reply-To: References: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> Message-ID: <121F55CD-9BDE-41F9-AF5C-5D7EFF1930B6@att.net> On Jul 19, 2009, at 2:04 PM, Jeremy Huddleston wrote: > > On Jul 19, 2009, at 11:29, Ivan Kawaler wrote: > >> I'm still kicking myself for bothering to upgrade when I had a >> relatively well working v2.6.4 on my system, so please go easy. >> Upon startup, I get nothing but the following in my terminal: >> >> Xlib: extension "RANDR" missing on display ":0.0". >> Bus error >> >> I think, as I'm still trying to learn what it all means, my >> gimp-2.6.crash.log claims the thread that crashed was: >> >> 0 libX11.6.dylib 0x0157f0c8 >> _X11TransSocketUNIXConnect + 936 > > What is the rest of the crash log? I want to see the path to > libX11.6.dylib. > > What is the output of: > > otool -L /opt/local/bin/gimp > > You might also want to run this to debug further: > > cd /opt/local/lib > for f in *dylib; do otool -L $f | grep -q /usr/X11 && echo $f; done > for f in *.la; do grep -q /usr/X11 $f && echo $f; done > cd /opt/local/bin > for f in *; do otool -L $f | grep -q /usr/X11 && echo $f; done > > Those should produce NO hits. If any file is lister, it is linking > against the wrong X11 libraries (which is what I suspect your > problem is). If that's the case, you need to reinstall those > libraries. You probably did an 'install' without an 'upgrade > outdated' first. > > > > Since I got hits on the last suggestion, I'm leaving the log out. Let me know if it could help. I have a feeling installing a port of XTrkCAD may have screwed things up. The guy who ported it decided to install stuff into the /opt directory, but decided not to go through MacPorts so users could avoid the command line. I didn't think it would mess with the contents of /opt, but apparently it did. Can someone see what I must do to resolve this issue? otool -L /opt/local/bin/gimp /opt/local/bin/gimp: /System/Library/Frameworks/CoreServices.framework/Versions/A/ CoreServices (compatibility version 1.0.0, current version 18.0.0) /System/Library/Frameworks/ApplicationServices.framework/ Versions/A/ApplicationServices (compatibility version 1.0.0, current version 22.0.0) /opt/local/lib/libgimpwidgets-2.0.0.dylib (compatibility version 601.0.0, current version 601.6.0) /opt/local/lib/libgimpconfig-2.0.0.dylib (compatibility version 601.0.0, current version 601.6.0) /opt/local/lib/libgimpmodule-2.0.0.dylib (compatibility version 601.0.0, current version 601.6.0) /opt/local/lib/libgimpcolor-2.0.0.dylib (compatibility version 601.0.0, current version 601.6.0) /opt/local/lib/libgimpthumb-2.0.0.dylib (compatibility version 601.0.0, current version 601.6.0) /opt/local/lib/libgimpmath-2.0.0.dylib (compatibility version 601.0.0, current version 601.6.0) /opt/local/lib/libgimpbase-2.0.0.dylib (compatibility version 601.0.0, current version 601.6.0) /opt/local/lib/libgtk-x11-2.0.0.dylib (compatibility version 1601.0.0, current version 1601.4.0) /opt/local/lib/libgdk-x11-2.0.0.dylib (compatibility version 1601.0.0, current version 1601.4.0) /opt/local/lib/libatk-1.0.0.dylib (compatibility version 2610.0.0, current version 2610.1.0) /opt/local/lib/libgdk_pixbuf-2.0.0.dylib (compatibility version 1601.0.0, current version 1601.4.0) /opt/local/lib/libpangocairo-1.0.0.dylib (compatibility version 2401.0.0, current version 2401.4.0) /opt/local/lib/libXinerama.1.dylib (compatibility version 2.0.0, current version 2.0.0) /opt/local/lib/libXi.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libXrandr.2.dylib (compatibility version 5.0.0, current version 5.0.0) /opt/local/lib/libXcursor.1.dylib (compatibility version 2.0.0, current version 2.2.0) /opt/local/lib/libXcomposite.1.dylib (compatibility version 2.0.0, current version 2.0.0) /opt/local/lib/libXdamage.1.dylib (compatibility version 3.0.0, current version 3.0.0) /opt/local/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0) /opt/local/lib/libXfixes.3.dylib (compatibility version 5.0.0, current version 5.0.0) /opt/local/lib/libcairo.2.dylib (compatibility version 10803.0.0, current version 10803.8.0) /opt/local/lib/libpixman-1.0.dylib (compatibility version 15.0.0, current version 15.0.0) /opt/local/lib/libpng12.0.dylib (compatibility version 38.0.0, current version 38.0.0) /opt/local/lib/libXrender.1.dylib (compatibility version 5.0.0, current version 5.0.0) /opt/local/lib/libX11.6.dylib (compatibility version 9.0.0, current version 9.0.0) /opt/local/lib/libXau.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libXdmcp.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libpangoft2-1.0.0.dylib (compatibility version 2401.0.0, current version 2401.4.0) /opt/local/lib/libpango-1.0.0.dylib (compatibility version 2401.0.0, current version 2401.4.0) /opt/local/lib/libfontconfig.1.dylib (compatibility version 5.0.0, current version 5.0.0) /opt/local/lib/libexpat.1.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10.8.0) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /opt/local/lib/libdbus-glib-1.2.dylib (compatibility version 4.0.0, current version 4.0.0) /opt/local/lib/libdbus-1.3.dylib (compatibility version 8.0.0, current version 8.0.0) /opt/local/lib/libgegl-0.0.0.dylib (compatibility version 23.0.0, current version 23.0.0) /opt/local/lib/libgthread-2.0.0.dylib (compatibility version 2001.0.0, current version 2001.4.0) /opt/local/lib/libgio-2.0.0.dylib (compatibility version 2001.0.0, current version 2001.4.0) /opt/local/lib/libbabl-0.0.0.dylib (compatibility version 23.0.0, current version 23.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.12) /opt/local/lib/libgobject-2.0.0.dylib (compatibility version 2001.0.0, current version 2001.4.0) /opt/local/lib/libgmodule-2.0.0.dylib (compatibility version 2001.0.0, current version 2001.4.0) /opt/local/lib/libglib-2.0.0.dylib (compatibility version 2001.0.0, current version 2001.4.0) /opt/local/lib/libintl.8.dylib (compatibility version 9.0.0, current version 9.2.0) /opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) for f in *dylib; do otool -L $f | grep -q /usr/X11 && echo $f; done libXrender.1.3.0.dylib libXrender.1.dylib libXrender.dylib libcairo.2.9.2.dylib libcairo.2.9.3.dylib libgdk-1.2.0.9.1.dylib libgdk-1.2.0.dylib libgdk-x11-2.0.0.1000.3.dylib libgdk.1.dylib libgdk.dylib libgtk-x11-2.0.0.1000.3.dylib libpangocairo-1.0.0.1400.3.dylib for f in *.la; do grep -q /usr/X11 $f && echo $f; done libMagick++.la libMagickCore.la libMagickWand.la libXft.la libXrender.la libbonoboui-2.la libcairo.la libcairomm-1.0.la libgailutil.la libgcr.la libgdk-x11-2.0.la libgdk.la libgdkmm-2.4.la libgif.la libgimpui-2.0.la libgimpwidgets-2.0.la libglade-2.0.la libgnomecanvas-2.la libgnomeprintui-2-2.la libgnomeui-2.la libgtk-x11-2.0.la libgtkmm-2.4.la libpangocairo-1.0.la libpangomm-1.4.la libpangoxft-1.0.la libpoppler-glib.la librsvg-2.la for f in *; do otool -L $f | grep -q /usr/X11 && echo $f; done otool: can't open file: python-config2.5 (No such file or directory) xtrkcadd -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeremyhu at macports.org Sun Jul 19 16:41:59 2009 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Sun, 19 Jul 2009 16:41:59 -0700 Subject: gimp-2.6.6_2+x11 startup issue In-Reply-To: <121F55CD-9BDE-41F9-AF5C-5D7EFF1930B6@att.net> References: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> <121F55CD-9BDE-41F9-AF5C-5D7EFF1930B6@att.net> Message-ID: <25D27BD6-7DF1-4578-8E66-630D3DB325CC@macports.org> You need to uninstall and reinstall all these binaries: > for f in *dylib; do otool -L $f | grep -q /usr/X11 && echo $f; done > libXrender.1.3.0.dylib > libXrender.1.dylib > libXrender.dylib > libcairo.2.9.2.dylib > libcairo.2.9.3.dylib > libgdk-1.2.0.9.1.dylib > libgdk-1.2.0.dylib > libgdk-x11-2.0.0.1000.3.dylib > libgdk.1.dylib > libgdk.dylib > libgtk-x11-2.0.0.1000.3.dylib > libpangocairo-1.0.0.1400.3.dylib > > for f in *.la; do grep -q /usr/X11 $f && echo $f; done > libMagick++.la > libMagickCore.la > libMagickWand.la > libXft.la > libXrender.la > libbonoboui-2.la > libcairo.la > libcairomm-1.0.la > libgailutil.la > libgcr.la > libgdk-x11-2.0.la > libgdk.la > libgdkmm-2.4.la > libgif.la > libgimpui-2.0.la > libgimpwidgets-2.0.la > libglade-2.0.la > libgnomecanvas-2.la > libgnomeprintui-2-2.la > libgnomeui-2.la > libgtk-x11-2.0.la > libgtkmm-2.4.la > libpangocairo-1.0.la > libpangomm-1.4.la > libpangoxft-1.0.la > libpoppler-glib.la > librsvg-2.la > > for f in *; do otool -L $f | grep -q /usr/X11 && echo $f; done > otool: can't open file: python-config2.5 (No such file or directory) > xtrkcadd From j.van_den_hoff at fzd.de Mon Jul 20 02:01:12 2009 From: j.van_den_hoff at fzd.de (joerg van den hoff) Date: Mon, 20 Jul 2009 11:01:12 +0200 Subject: [OT] groff compile problems on 10.5.7. Message-ID: apologies for posting this here, since it's not (yet?) a macports problem, but maybe someone can help out here: on the 'groff' mailing list problems are reported compiling the most recent 'groff' under 10.5.7. which seem to be related to mac specific modifications of gcc. does somebody on this list know something about this which could help the groff developer fix the problem? the problem is described in this thread: http://search.gmane.org/?query=10.5.7&group=gmane.comp.printing.groff.general thanks in advance joerg From ryandesign at macports.org Mon Jul 20 17:24:50 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 20 Jul 2009 19:24:50 -0500 Subject: --with-macports-user Message-ID: My non-root MacPorts 1.7.1 install was configured with --with-install-user=rschmidt --with-install-group=admin I don't use "sudo" for most operations. This gives me some assurance that arbitrary things on my hard drive are not being modified. I only use sudo to install ports that need root access, like those that have startup scripts, like apache2 or mysql5-server. MacPorts trunk has a new --with-macports-user option. How am I meant to configure MacPorts trunk now? What should I specify for the macports-user? rschmidt? root? some new user I create? Will I need to change my habits about when I use sudo? From blb at macports.org Mon Jul 20 18:35:45 2009 From: blb at macports.org (Bryan Blackburn) Date: Mon, 20 Jul 2009 19:35:45 -0600 Subject: --with-macports-user In-Reply-To: References: Message-ID: <20090721013545.GG643@ninagal.withay.com> On Mon, Jul 20, 2009 at 07:24:50PM -0500, Ryan Schmidt said: > My non-root MacPorts 1.7.1 install was configured with > > --with-install-user=rschmidt > --with-install-group=admin > > I don't use "sudo" for most operations. This gives me some assurance > that arbitrary things on my hard drive are not being modified. I only > use sudo to install ports that need root access, like those that have > startup scripts, like apache2 or mysql5-server. > > MacPorts trunk has a new --with-macports-user option. How am I meant > to configure MacPorts trunk now? What should I specify for the > macports-user? rschmidt? root? some new user I create? Will I need to > change my habits about when I use sudo? On trunk, for non-root installs, the --with-no-root-privileges option should automatically set the install user and group to your current settings (it uses id). As for --with-macports-user, you'll want to set that to the same user when doing non-root, as otherwise it defaults to root currently (apparently due to the functionality having bugs still [1]). In the future this would be the user who would actually own the build as it happens, then port would only set to root for the actual install. Bryan [1] - From tarkawebfoot at charter.net Mon Jul 20 19:19:39 2009 From: tarkawebfoot at charter.net (Brian Myers) Date: Mon, 20 Jul 2009 19:19:39 -0700 Subject: Turbogears on Python 2.5 Message-ID: <94895CAD-708F-4CF7-98C1-BA63EB843155@charter.net> I just installed Python2.5 and py25_turbogears. I'm getting the following error from the python2.5 prompt: Traceback (most recent call last): File "", line 1, in File "/opt/local/lib/python2.5/site-packages/turbogears/ __init__.py", line 8, in from turbogears import controllers, view, database, validators, command, \ File "/opt/local/lib/python2.5/site-packages/turbogears/widgets/ __init__.py", line 1, in from turbogears.widgets.base import * File "/opt/local/lib/python2.5/site-packages/turbogears/widgets/ base.py", line 5, in from turbogears import view, validators, startup, config File "/opt/local/lib/python2.5/site-packages/turbogears/ startup.py", line 24, in pkg_resources.require("TurboGears") File "/opt/local/lib/python2.5/site-packages/pkg_resources.py", line 626, in require needed = self.resolve(parse_requirements(requirements)) File "/opt/local/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: PasteDeploy I installed py25_pastedeploy and py25_paste and TurboGears imported correctly. Looks like some dependencies are missing? From ryandesign at macports.org Mon Jul 20 20:01:49 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 20 Jul 2009 22:01:49 -0500 Subject: --with-macports-user In-Reply-To: <20090721013545.GG643@ninagal.withay.com> References: <20090721013545.GG643@ninagal.withay.com> Message-ID: On Jul 20, 2009, at 20:35, Bryan Blackburn wrote: > On Mon, Jul 20, 2009 at 07:24:50PM -0500, Ryan Schmidt said: > >> My non-root MacPorts 1.7.1 install was configured with >> >> --with-install-user=rschmidt >> --with-install-group=admin >> >> I don't use "sudo" for most operations. This gives me some assurance >> that arbitrary things on my hard drive are not being modified. I only >> use sudo to install ports that need root access, like those that have >> startup scripts, like apache2 or mysql5-server. >> >> MacPorts trunk has a new --with-macports-user option. How am I meant >> to configure MacPorts trunk now? What should I specify for the >> macports-user? rschmidt? root? some new user I create? Will I need to >> change my habits about when I use sudo? > > On trunk, for non-root installs, the --with-no-root-privileges > option should > automatically set the install user and group to your current > settings (it > uses id). What else does --with-no-root-privileges do? The help only says it will "Specify that MacPorts should be installed in your home directory". I do not want MacPorts in my home directory; I want it where I indicate with --prefix. The name of the option implies that it should be used by someone who does not have root privileges, or who does not want MacPorts to use root privileges. I have and do want MacPorts to use root privileges if necessary, but for most ports it is not necessary. Should I use the --with-no-root-privileges option? > As for --with-macports-user, you'll want to set that to the same > user when doing non-root, as otherwise it defaults to root currently > (apparently due to the functionality having bugs still [1]). In > the future > this would be the user who would actually own the build as it happens And who will that be? My user id, root, or some new user? > then > port would only set to root for the actual install. > > Bryan > > [1] - I see the comment there reads "dropping root privs is still buggy". In what way? From blb at macports.org Mon Jul 20 21:21:25 2009 From: blb at macports.org (Bryan Blackburn) Date: Mon, 20 Jul 2009 22:21:25 -0600 Subject: --with-macports-user In-Reply-To: References: <20090721013545.GG643@ninagal.withay.com> Message-ID: <20090721042125.GN643@ninagal.withay.com> On Mon, Jul 20, 2009 at 10:01:49PM -0500, Ryan Schmidt said: [...] > What else does --with-no-root-privileges do? The help only says it > will "Specify that MacPorts should be installed in your home > directory". I do not want MacPorts in my home directory; I want it > where I indicate with --prefix. The name of the option implies that > it should be used by someone who does not have root privileges, or > who does not want MacPorts to use root privileges. I have and do want > MacPorts to use root privileges if necessary, but for most ports it > is not necessary. Should I use the --with-no-root-privileges option? Which documentation are you reading, it sounds like that may be not quite correct? The comments in aclocal.m4 just say: if with user specifies --with-no-root-privileges, use current user and group. use ~/Library/Tcl as Tcl package directory so it is sort of a convenience for install user and group (to your current user and group), and for the Tcl package dir. > > >As for --with-macports-user, you'll want to set that to the same > >user when doing non-root, as otherwise it defaults to root currently > >(apparently due to the functionality having bugs still [1]). In > >the future > >this would be the user who would actually own the build as it happens > > And who will that be? My user id, root, or some new user? Good question, probably something we'd need to figure out to get it completed; at least for root installs, it could even use nobody for building, though nobody is sometimes abused for such purposes... > > >then > >port would only set to root for the actual install. > > > >Bryan > > > >[1] - > > I see the comment there reads "dropping root privs is still buggy". > In what way? No idea, as that comment is the sole source of my information concerning that. Bryan From ryandesign at macports.org Mon Jul 20 21:38:50 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 20 Jul 2009 23:38:50 -0500 Subject: --with-macports-user In-Reply-To: <20090721042125.GN643@ninagal.withay.com> References: <20090721013545.GG643@ninagal.withay.com> <20090721042125.GN643@ninagal.withay.com> Message-ID: On Jul 20, 2009, at 23:21, Bryan Blackburn wrote: > On Mon, Jul 20, 2009 at 10:01:49PM -0500, Ryan Schmidt said: > [...] >> What else does --with-no-root-privileges do? The help only says it >> will "Specify that MacPorts should be installed in your home >> directory". I do not want MacPorts in my home directory; I want it >> where I indicate with --prefix. The name of the option implies that >> it should be used by someone who does not have root privileges, or >> who does not want MacPorts to use root privileges. I have and do want >> MacPorts to use root privileges if necessary, but for most ports it >> is not necessary. Should I use the --with-no-root-privileges option? > > Which documentation are you reading, it sounds like that may be not > quite > correct? ./configure --help: --with-no-root-privileges Specify that MacPorts should be installed in your home directory From ink_blot at att.net Tue Jul 21 07:56:00 2009 From: ink_blot at att.net (Ivan Kawaler) Date: Tue, 21 Jul 2009 09:56:00 -0500 Subject: gimp-2.6.6_2+x11 startup issue In-Reply-To: References: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> Message-ID: On Jul 19, 2009, at 2:04 PM, Jeremy Huddleston wrote: > > On Jul 19, 2009, at 11:29, Ivan Kawaler wrote: > >> I'm still kicking myself for bothering to upgrade when I had a >> relatively well working v2.6.4 on my system, so please go easy. >> Upon startup, I get nothing but the following in my terminal: >> >> Xlib: extension "RANDR" missing on display ":0.0". >> Bus error >> >> I think, as I'm still trying to learn what it all means, my >> gimp-2.6.crash.log claims the thread that crashed was: >> >> 0 libX11.6.dylib 0x0157f0c8 >> _X11TransSocketUNIXConnect + 936 > > What is the rest of the crash log? I want to see the path to > libX11.6.dylib. > > What is the output of: > > otool -L /opt/local/bin/gimp > > You might also want to run this to debug further: > > cd /opt/local/lib > for f in *dylib; do otool -L $f | grep -q /usr/X11 && echo $f; done > for f in *.la; do grep -q /usr/X11 $f && echo $f; done > cd /opt/local/bin > for f in *; do otool -L $f | grep -q /usr/X11 && echo $f; done > > Those should produce NO hits. If any file is lister, it is linking > against the wrong X11 libraries (which is what I suspect your > problem is). If that's the case, you need to reinstall those > libraries. You probably did an 'install' without an 'upgrade > outdated' first. > > > > OK, I think I have everything sorted out. After a lot of uninstalling, deleting, and recompiling, I got gimp-2.6 to work. However, I'm still getting: Xlib: extension "RANDR" missing on display ":0.0". I get this when loading Inkscape as well. They both seem to run fine other than this. Anyone know where this issue might be coming from? From jmr at macports.org Tue Jul 21 08:11:11 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 22 Jul 2009 01:11:11 +1000 Subject: gimp-2.6.6_2+x11 startup issue In-Reply-To: References: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> Message-ID: <4A65DA8F.4030701@macports.org> On 2009-7-22 00:56, Ivan Kawaler wrote: > OK, I think I have everything sorted out. After a lot of uninstalling, > deleting, and recompiling, I got gimp-2.6 to work. However, I'm still > getting: > > Xlib: extension "RANDR" missing on display ":0.0". > > I get this when loading Inkscape as well. They both seem to run fine > other than this. Anyone know where this issue might be coming from? >From the X server not supporting the RANDR extension: It's really not a big deal. - Josh From pawel.veselov at gmail.com Tue Jul 21 08:14:47 2009 From: pawel.veselov at gmail.com (Pawel Veselov) Date: Wed, 22 Jul 2009 00:14:47 +0900 Subject: gimp-2.6.6_2+x11 startup issue In-Reply-To: References: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> Message-ID: [skipped] > OK, I think I have everything sorted out. ?After a lot of uninstalling, > deleting, and recompiling, I got gimp-2.6 to work. ?However, I'm still > getting: > > Xlib: ?extension "RANDR" missing on display ":0.0". > > I get this when loading Inkscape as well. ?They both seem to run fine other > than this. ?Anyone know where this issue might be coming from? Well, since XRANDR is an X extension that is responsible for on-the-fly display rotating and resizing, this is probably optional, and is not required for the well being of gimp (and linkscape), and I doubt that MacOS X11 can ever truly support this extension.Since these tools can somehow take advantage of this extension, they complain that it is not present. (Actually, they just print whatever error message Xlib produces). From LenoreHorner at sbcglobal.net Tue Jul 21 10:08:18 2009 From: LenoreHorner at sbcglobal.net (Lenore Horner) Date: Tue, 21 Jul 2009 12:08:18 -0500 Subject: upgrade outdated is making me miserable Message-ID: <381E85BF-5EC4-4A10-AE72-111493A5F461@sbcglobal.net> I thought nothing on my list of ports that were outdated was anything I had installed with options beyond what where the defaults I set (not to use X11 specifically). I thought upgrade at least obeyed the default options. I knew it didn't obey the hand ones. Now I have a ton of xorg stuff installing that I definitely absolutely do not want. Is there any way of undoing this mess other than uninstalling macports entirely and then installing the things I really want individually. Can I never do upgrade, but must always uninstall and then install port by port? Thanks, Lenore BEFORE The following ports are currently installed: aquaterm @1.0.1_4 (active) aspell @0.60.6_1+macosx (active) atk @1.26.0_1 (active) audiofile @0.2.6_2 (active) autoconf @2.63_0 (active) automake @1.11_0 (active) bison @2.4.1_0 (active) bzip2 @1.0.5_2 (active) cairo @1.8.6_4+macosx+no_x11+quartz (active) curl @7.19.5_0 (active) dbus @1.2.12_5 (active) dbus-glib @0.80_0 (active) desktop-file-utils @0.15_1 (active) docbook-xml @5.0_0 (active) docbook-xml-4.1.2 @4.1.2_1 (active) docbook-xml-4.2 @4.2_0 (active) docbook-xml-4.3 @4.3_0 (active) docbook-xml-4.4 @4.4_0 (active) docbook-xml-4.5 @4.5_0 (active) docbook-xml-5.0 @5.0_0 (active) docbook-xsl @1.75.0_0 (active) enchant @1.5.0_0 (active) esound @0.2.41_1 (active) expat @2.0.1_0+no_static (active) fftw-3 @3.2.1_2 (active) fontconfig @2.6.0_2+macosx (active) freetype @2.3.9_0+macosx (active) g95 @0.91_1+darwin_9 (active) gawk @3.1.6_0 (active) gconf @2.26.2_0 (active) gd2 @2.0.35_5+no_x11 (active) getopt @1.1.4_1 (active) gettext @0.17_4 (active) glib2 @2.20.3_0 (active) glpk @4.37_0 (active) gmp @4.3.1_0 (active) gnome-common @2.26.0_0 (active) gnome-doc-utils @0.16.1_0 (active) gnome-icon-theme @2.26.0_0 (active) gnome-keyring @2.26.1_0 (active) gnome-mime-data @2.18.0_3 (active) gnome-vfs @2.24.1_0 (active) gnucash @2.2.9_3+no_x11+without_hbci+without_ofx+without_quotes (active) gnuplot @4.2.5_0+darwin_9+no_x11 (active) gnutls @2.6.5_0 (active) goffice @0.6.6_0 (active) gperf @3.0.4_0 (active) gsed @4.2_0 (active) gtk-doc @1.11_0 (active) gtk2 @2.16.1_4+no_x11+quartz (active) guile16 @1.6.8_3 (active) hdf5 @1.6.8_0 (active) help2man @1.36.4_1 (active) hicolor-icon-theme @0.10_0 (active) hunspell @1.2.8_0 (active) icon-naming-utils @0.8.90_0 (active) intltool @0.40.6_0 (active) iso-codes @3.5_0 (active) jasper @1.900.1_4 (active) jpeg @6b_3 (active) libart_lgpl @2.3.20_0 (active) libbonobo @2.24.1_0 (active) libbonoboui @2.24.1_0 (active) libgcrypt @1.4.4_0 (active) libglade2 @2.6.4_0 (active) libgnome @2.26.0_0 (active) libgnomecanvas @2.26.0_0 (active) libgnomecups @0.2.3_1 (active) libgnomeprint @2.18.6_0 (active) libgnomeprintui @2.18.4_0 (active) libgnomeui @2.24.1_0+no_x11 (active) libgpg-error @1.7_0 (active) libgsf @1.14.14_0 (active) libgtkhtml3 @3.26.2_0 (active) libiconv @1.12_2 (active) libidl @0.8.13_0 (active) libpixman @0.14.0_0 (active) libpng @1.2.35_0 (active) libproxy @0.2.3_1+no_x11 (active) libsoup @2.26.2_0 (active) libtasn1 @1.7_0 (active) libtool @2.2.6a_0 (active) libxml2 @2.7.3_0 (active) libxslt @1.1.24_2 (active) lzmautils @4.32.7_1 (active) lzo @1.08_0 (active) m4 @1.4.13_0 (active) metis @4.0.1_0 (active) ncurses @5.7_0 (active) ncursesw @5.7_0 (active) octave @3.0.5_0 (active) opencdk @0.6.6_0 (active) openssl @0.9.8k_0 (active) orbit2 @2.14.17_0 (active) p5-locale-gettext @1.05_0 (active) p5-xml-namespacesupport @1.09_0 (active) p5-xml-parser @2.36_0 (active) p5-xml-sax @0.96_1 (active) p5-xml-simple @2.18_0 (active) pango @1.24.2_0+macosx+no_x11+quartz (active) pcre @7.9_0 (active) pdflib @7.0.4_0 (active) perl5 @5.8.9_0 (active) perl5.8 @5.8.9_3 (active) pkgconfig @0.23_1 (active) policykit @0.9_0 (active) popt @1.15_0 (active) py25-hashlib @2.5.4_0 (active) py25-libxml2 @2.6.21_1 (active) python25 @2.5.4_3+darwin_9+macosx (active) qhull @2003.1_0 (active) rarian @0.8.1_0 (active) readline @6.0.000_1 (active) shared-mime-info @0.60_0 (active) slib @3b1_0 (active) slib-guile16 @1.0_2 (active) sqlite3 @3.6.14.2_0 (active) SuiteSparse @3.3.0_0 (active) texinfo @4.13_0 (active) tiff @3.8.2_3+macosx (active) xmlcatmgr @2.2_1 (active) zlib @1.2.3_2 (active) OUTDATED (note that gnucash is not on the list so I shouldn't have to worry about the hbci etc stuff there I don't want - it's not xorg anyhow) The following installed ports are outdated: aquaterm 1.0.1_4 < 1.0.1_5 aspell 0.60.6_1 < 0.60.6_2 cairo 1.8.6_4 < 1.8.8_0 dbus 1.2.12_5 < 1.2.14_0 docbook-xsl 1.75.0_0 < 1.75.1_0 fftw-3 3.2.1_2 < 3.2.2_0 fontconfig 2.6.0_2 < 2.7.0_0 glib2 2.20.3_0 < 2.20.4_0 gnome-keyring 2.26.1_0 < 2.26.3_0 gsed 4.2_0 < 4.2.1_0 gtk2 2.16.1_4 < 2.16.4_0 hdf5 1.6.8_0 < 1.6.9_0 iso-codes 3.5_0 < 3.10.1_0 libgsf 1.14.14_0 < 1.14.15_0 libgtkhtml3 3.26.2_0 < 3.26.3_0 libiconv 1.12_2 < 1.13_0 libpng 1.2.35_0 < 1.2.38_0 libsoup 2.26.2_0 < 2.26.3_0 octave 3.0.5_0 < 3.2.0_0 p5-xml-namespacesupport 1.09_0 < 1.10_0 pango 1.24.2_0 < 1.24.5_0 py25-hashlib 2.5.4_0 < 2.5.4_1 python25 2.5.4_3 < 2.5.4_6 sqlite3 3.6.14.2_0 < 3.6.16_0 SuiteSparse 3.3.0_0 < 3.4.0_0 INSTALLATION IN PROGRESS ---> Fetching aquaterm ---> Attempting to fetch aquaterm_src.1.0.1.tar.gz from http://voxel.dl.sourceforge.net/aquaterm ---> Verifying checksum(s) for aquaterm ---> Extracting aquaterm ---> Applying patches to aquaterm ---> Configuring aquaterm ---> Building aquaterm ---> Staging aquaterm into destroot ---> Deactivating aquaterm @1.0.1_4 ---> Installing aquaterm @1.0.1_5 ---> Activating aquaterm @1.0.1_5 ---> Cleaning aquaterm ---> Fetching libiconv ---> Attempting to fetch libiconv-1.13.tar.gz from http://distfiles.macports.org/libiconv ---> Verifying checksum(s) for libiconv ---> Extracting libiconv ---> Applying patches to libiconv ---> Configuring libiconv ---> Building libiconv ---> Staging libiconv into destroot ---> Deactivating libiconv @1.12_2 ---> Installing libiconv @1.13_0 ---> Activating libiconv @1.13_0 ---> Cleaning libiconv ---> Fetching aspell ---> Attempting to fetch aspell-0.60.6.tar.gz from ftp://ftp5.freebsd.org/pub/FreeBSD/ports/distfiles/ ---> Verifying checksum(s) for aspell ---> Extracting aspell ---> Applying patches to aspell ---> Configuring aspell ---> Building aspell ---> Staging aspell into destroot ---> Deactivating aspell @0.60.6_1+macosx ---> Installing aspell @0.60.6_2+macosx ****************************************************************** You must install (at least) one of the language dictionaries after installing this port in order for it to work. ****************************************************************** ---> Activating aspell @0.60.6_2+macosx ---> Cleaning aspell ---> Fetching xorg-bigreqsproto ---> Attempting to fetch bigreqsproto-1.0.2.tar.bz2 from http://distfiles.macports.org/xorg-bigreqsproto ---> Verifying checksum(s) for xorg-bigreqsproto ---> Extracting xorg-bigreqsproto ---> Configuring xorg-bigreqsproto ---> Building xorg-bigreqsproto ---> Staging xorg-bigreqsproto into destroot ---> Installing xorg-bigreqsproto @1.0.2_0 ---> Activating xorg-bigreqsproto @1.0.2_0 ---> Cleaning xorg-bigreqsproto ---> Fetching xorg-inputproto ---> Attempting to fetch inputproto-1.5.1.tar.bz2 from http://distfiles.macports.org/xorg-inputproto ---> Verifying checksum(s) for xorg-inputproto ---> Extracting xorg-inputproto ---> Configuring xorg-inputproto ---> Building xorg-inputproto ---> Staging xorg-inputproto into destroot ---> Installing xorg-inputproto @1.5.1_0 ---> Activating xorg-inputproto @1.5.1_0 ---> Cleaning xorg-inputproto ---> Fetching xorg-kbproto ---> Attempting to fetch kbproto-1.0.3.tar.bz2 from http://www.x.org/pub/individual/proto/ ---> Verifying checksum(s) for xorg-kbproto ---> Extracting xorg-kbproto ---> Configuring xorg-kbproto ---> Building xorg-kbproto ---> Staging xorg-kbproto into destroot ---> Installing xorg-kbproto @1.0.3_0 ---> Activating xorg-kbproto @1.0.3_0 ---> Cleaning xorg-kbproto ---> Fetching xorg-xproto ---> Attempting to fetch xproto-7.0.15.tar.bz2 from http://distfiles.macports.org/xorg-xproto ---> Verifying checksum(s) for xorg-xproto ---> Extracting xorg-xproto ---> Configuring xorg-xproto ---> Building xorg-xproto ---> Staging xorg-xproto into destroot ---> Installing xorg-xproto @7.0.15_0 ---> Activating xorg-xproto @7.0.15_0 ---> Cleaning xorg-xproto ---> Fetching xorg-libXau ---> Attempting to fetch libXau-1.0.4.tar.bz2 from http://distfiles.macports.org/xorg-libXau ---> Verifying checksum(s) for xorg-libXau ---> Extracting xorg-libXau ---> Configuring xorg-libXau ---> Building xorg-libXau ---> Staging xorg-libXau into destroot ---> Installing xorg-libXau @1.0.4_0 ---> Activating xorg-libXau @1.0.4_0 ---> Cleaning xorg-libXau ---> Fetching xorg-libXdmcp ---> Attempting to fetch libXdmcp-1.0.2.tar.bz2 from http://www.x.org/pub/individual/lib/ ---> Verifying checksum(s) for xorg-libXdmcp ---> Extracting xorg-libXdmcp ---> Configuring xorg-libXdmcp ---> Building xorg-libXdmcp ---> Staging xorg-libXdmcp into destroot ---> Installing xorg-libXdmcp @1.0.2_0 ---> Activating xorg-libXdmcp @1.0.2_0 ---> Cleaning xorg-libXdmcp ---> Fetching xorg-util-macros ---> Attempting to fetch util-macros-1.2.2.tar.bz2 from http://distfiles.macports.org/xorg-util-macros ---> Verifying checksum(s) for xorg-util-macros ---> Extracting xorg-util-macros ---> Configuring xorg-util-macros ---> Building xorg-util-macros ---> Staging xorg-util-macros into destroot ---> Installing xorg-util-macros @1.2.2_0 ---> Activating xorg-util-macros @1.2.2_0 ---> Cleaning xorg-util-macros ---> Fetching xorg-xcmiscproto ---> Attempting to fetch xcmiscproto-1.1.2.tar.bz2 from http://distfiles.macports.org/xorg-xcmiscproto ---> Verifying checksum(s) for xorg-xcmiscproto ---> Extracting xorg-xcmiscproto ---> Configuring xorg-xcmiscproto ---> Building xorg-xcmiscproto ---> Staging xorg-xcmiscproto into destroot ---> Installing xorg-xcmiscproto @1.1.2_0 ---> Activating xorg-xcmiscproto @1.1.2_0 ---> Cleaning xorg-xcmiscproto ---> Fetching xorg-xextproto ---> Attempting to fetch xextproto-7.0.5.tar.bz2 from http://distfiles.macports.org/xorg-xextproto ---> Verifying checksum(s) for xorg-xextproto ---> Extracting xorg-xextproto ---> Configuring xorg-xextproto ---> Building xorg-xextproto ---> Staging xorg-xextproto into destroot ---> Installing xorg-xextproto @7.0.5_0 ---> Activating xorg-xextproto @7.0.5_0 ---> Cleaning xorg-xextproto ---> Fetching xorg-xf86bigfontproto ---> Attempting to fetch xf86bigfontproto-1.1.2.tar.bz2 from http://distfiles.macports.org/xorg-xf86bigfontproto ---> Verifying checksum(s) for xorg-xf86bigfontproto ---> Extracting xorg-xf86bigfontproto ---> Configuring xorg-xf86bigfontproto ---> Building xorg-xf86bigfontproto ---> Staging xorg-xf86bigfontproto into destroot ---> Installing xorg-xf86bigfontproto @1.1.2_0 ---> Activating xorg-xf86bigfontproto @1.1.2_0 ---> Cleaning xorg-xf86bigfontproto ---> Fetching xorg-xtrans ---> Attempting to fetch xtrans-1.2.3.tar.bz2 from http://distfiles.macports.org/xorg-xtrans ---> Verifying checksum(s) for xorg-xtrans ---> Extracting xorg-xtrans ---> Configuring xorg-xtrans ---> Building xorg-xtrans ---> Staging xorg-xtrans into destroot ---> Installing xorg-xtrans @1.2.3_0 ---> Activating xorg-xtrans @1.2.3_0 ---> Cleaning xorg-xtrans ---> Fetching xorg-libX11 ---> Attempting to fetch libX11-1.2.2.tar.bz2 from http://distfiles.macports.org/xorg-libX11 ---> Verifying checksum(s) for xorg-libX11 ---> Extracting xorg-libX11 ---> Configuring xorg-libX11 ---> Building xorg-libX11 ---> Staging xorg-libX11 into destroot ---> Installing xorg-libX11 @1.2.2_0 ---> Activating xorg-libX11 @1.2.2_0 ---> Cleaning xorg-libX11 ---> Fetching xorg-renderproto ---> Attempting to fetch renderproto-0.11.tar.bz2 from http://distfiles.macports.org/xorg-renderproto ---> Verifying checksum(s) for xorg-renderproto ---> Extracting xorg-renderproto ---> Configuring xorg-renderproto ---> Building xorg-renderproto ---> Staging xorg-renderproto into destroot ---> Installing xorg-renderproto @0.11_0 ---> Activating xorg-renderproto @0.11_0 ---> Cleaning xorg-renderproto ---> Fetching xrender ---> Attempting to fetch libXrender-0.9.4.tar.bz2 from http://distfiles.macports.org/xrender ---> Verifying checksum(s) for xrender ---> Extracting xrender ---> Configuring xrender ---> Building xrender ---> Staging xrender into destroot ---> Installing xrender @0.9.4_5 ---> Activating xrender @0.9.4_5 ---> Cleaning xrender ---> Fetching fontconfig ---> Attempting to fetch fontconfig-2.7.0.tar.gz from http://distfiles.macports.org/fontconfig ---> Verifying checksum(s) for fontconfig ---> Extracting fontconfig ---> Applying patches to fontconfig ---> Configuring fontconfig ---> Building fontconfig ---> Staging fontconfig into destroot ---> Deactivating fontconfig @2.6.0_2+macosx ---> Installing fontconfig @2.7.0_0+macosx ---> Activating fontconfig @2.7.0_0+macosx ---> Cleaning fontconfig ---> Fetching libpng ---> Attempting to fetch libpng-1.2.38.tar.bz2 from http://internap.dl.sourceforge.net/libpng ---> Verifying checksum(s) for libpng ---> Extracting libpng ---> Configuring libpng ---> Building libpng ---> Staging libpng into destroot ---> Deactivating libpng @1.2.35_0 ---> Installing libpng @1.2.38_0 ---> Activating libpng @1.2.38_0 ---> Cleaning libpng ---> Fetching cairo ---> Attempting to fetch cairo-1.8.8.tar.gz from http://distfiles.macports.org/cairo ---> Verifying checksum(s) for cairo ---> Extracting cairo ---> Configuring cairo From jmr at macports.org Tue Jul 21 10:24:30 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 22 Jul 2009 03:24:30 +1000 Subject: upgrade outdated is making me miserable In-Reply-To: <381E85BF-5EC4-4A10-AE72-111493A5F461@sbcglobal.net> References: <381E85BF-5EC4-4A10-AE72-111493A5F461@sbcglobal.net> Message-ID: <4A65F9CE.8080506@macports.org> On 2009-7-22 03:08, Lenore Horner wrote: > I thought nothing on my list of ports that were outdated was anything I > had installed with options beyond what where the defaults I set (not to > use X11 specifically). I thought upgrade at least obeyed the default > options. I knew it didn't obey the hand ones. Now I have a ton of xorg > stuff installing that I definitely absolutely do not want. Is there any > way of undoing this mess other than uninstalling macports entirely and > then installing the things I really want individually. Can I never do > upgrade, but must always uninstall and then install port by port? Pretty much: - Josh From nigel at nigelking.me.uk Tue Jul 21 13:55:24 2009 From: nigel at nigelking.me.uk (Nigel King) Date: Tue, 21 Jul 2009 21:55:24 +0100 Subject: [MacPorts] #20359: dia build fails when libemf is installed In-Reply-To: <068.603f66765a58c1f4222a27da58ecb8b6@macports.org> References: <059.eb091acc60c7828944d7820c0847c81e@macports.org> <068.603f66765a58c1f4222a27da58ecb8b6@macports.org> Message-ID: Hi, I managed to get the new dia to install by sudo cp /opt/local/var/macports/software/libemf/1.0.3_0/opt/local/ include/libEMF/emf.h /opt/local/include/ all on one line and then issuing sudo port install dia dia in principle supports python with the installation directive -- with-python which I would like I tried adding this to the dia Portfile configure.args \ --with-cairo \ --with-xslt-prefix=${prefix} \ --with-python however sudo port install dia --with-python returns Error: --with-python is not installed obviously my understanding of MacPorts is at the very dangerous stage Thanks for your help Nigel King On 18 Jul 2009, at 09:53, MacPorts wrote: > #20359: dia build fails when libemf is installed > ------------------------------------- > +-------------------------------------- > Reporter: ryandesign@? | Owner: nox@? > Type: defect | Status: new > Priority: Normal | Milestone: > Component: ports | Version: 1.7.1 > Keywords: | Port: dia > ------------------------------------- > +-------------------------------------- > > Comment(by ryandesign@?): > > Or, the build could be fixed so that emf.h can be found, and a > dependency > on libemf added. If that would be useful. > > -- > Ticket URL: > MacPorts > Ports system for Mac OS From ryandesign at macports.org Tue Jul 21 14:26:12 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 21 Jul 2009 16:26:12 -0500 Subject: [MacPorts] #20359: dia build fails when libemf is installed In-Reply-To: References: <059.eb091acc60c7828944d7820c0847c81e@macports.org> <068.603f66765a58c1f4222a27da58ecb8b6@macports.org> Message-ID: On Jul 21, 2009, at 15:55, Nigel King wrote: > Hi, > I managed to get the new dia to install by > > sudo cp /opt/local/var/macports/software/libemf/1.0.3_0/opt/local/ > include/libEMF/emf.h /opt/local/include/ > > all on one line > > and then issuing > > sudo port install dia Well... yes, that would be one way to coerce dia to build with emf support. But I still recommend the solution I mentioned earlier, which is to deactivate libemf before installing dia. > dia in principle supports python with the installation directive -- > with-python which I would like > > I tried adding this to the dia Portfile > > configure.args \ > --with-cairo \ > --with-xslt-prefix=${prefix} \ > --with-python If that's a valid configure argument for dia, then that should work. > however > sudo port install dia --with-python > returns > Error: --with-python is not installed > > obviously my understanding of MacPorts is at the very dangerous stage You cannot provide configure arguments on the "sudo port install" command line like that. You only provide them in the porfile, by adding them to configure.args, like you did. If you want python support in dia, I suggest you file a ticket in the issue tracker. From ms at mac-specialist.com Tue Jul 21 20:57:27 2009 From: ms at mac-specialist.com (Bill Hernandez) Date: Tue, 21 Jul 2009 22:57:27 -0500 Subject: upgrade outdated is making me miserable In-Reply-To: <381E85BF-5EC4-4A10-AE72-111493A5F461@sbcglobal.net> References: <381E85BF-5EC4-4A10-AE72-111493A5F461@sbcglobal.net> Message-ID: <286B9615-7981-43A8-B86F-BA0EFB17A3CF@mac-specialist.com> On Jul 21, 2009, at 12:08 PM, Lenore Horner wrote: > I thought nothing on my list of ports that were outdated was > anything I had installed with options beyond what where the defaults > I set (not to use X11 specifically). I thought upgrade at least > obeyed the default options. I knew it didn't obey the hand ones. > Now I have a ton of xorg stuff installing that I definitely > absolutely do not want. Is there any way of undoing this mess other > than uninstalling macports entirely and then installing the things I > really want individually. Can I never do upgrade, but must always > uninstall and then install port by port? > > Thanks, > Lenore Lenore, You might want to look at CarbonCopyCloner. Prior to any upgrade clone your primary drive. It takes about 15 minutes, its painless. I recently bought a hardware raid 1 Guardian Maximus from MacSales.com and it has worked spectacularly. It comes with two 1 terabyte drives running mirrored backup. I partitioned them into seven partitions, and backup using CCC which does bootable backups, so at different stages during the setup process on OS X Server, I would clone the boot drive to the next available partition, and if something got screwed up during the next phase of setup, all I had to do was boot from the previous partition, CCC clone back to the primary drive, restart and press on.... I ran into a number of problems setting up Leopard Server, and CCC saved me several times. I have since begun doing the same thing on my iMac workstation, and am really happy. An upgrade on MacPorts qualifies... PsyncX never worked correctly creating bootable partition backups for me. I have also used Synchronize Pro X for some time, and even though I use it to backup or synchronize directories, I have not been able to get any of them to work as well as CCC for bootable clones. BTW the Maximus drive can run on one drive if the other one fails for any reason, once you replace the bad drive, the good one will mirror the new one. Even when I partitioned the drive, I partitioned one, it mirrored the other one via hardware. It is awesome, especially it was only $325 which was about the same they wanted for lesser quality drives at Fry's. I was at the Apple Store yesterday and they were selling a really rinky-dink raid drive in a plastic enclosure for about the same price. THe one I got comes in a beautiful metal enclosure. http://eshop.macsales.com/shop/firewire/usb/raid_1/Gmax Disclosure : I don't know anyone at MacSales, I have no involvement with them, I found the drive on the web, and bought it. Best Regards, Bill Hernandez Plano, Texas From nigel at nigelking.me.uk Tue Jul 21 22:08:55 2009 From: nigel at nigelking.me.uk (Nigel King) Date: Wed, 22 Jul 2009 06:08:55 +0100 Subject: [MacPorts] #20359: dia build fails when libemf is installed In-Reply-To: References: <059.eb091acc60c7828944d7820c0847c81e@macports.org> <068.603f66765a58c1f4222a27da58ecb8b6@macports.org> Message-ID: <76D0734A-00BD-4CB7-891F-99F77B3A1844@nigelking.me.uk> On 21 Jul 2009, at 22:26, Ryan Schmidt wrote: > > On Jul 21, 2009, at 15:55, Nigel King wrote: > >> Hi, >> I managed to get the new dia to install by >> >> sudo cp /opt/local/var/macports/software/libemf/1.0.3_0/opt/local/ >> include/libEMF/emf.h /opt/local/include/ >> >> all on one line >> >> and then issuing >> >> sudo port install dia > > Well... yes, that would be one way to coerce dia to build with emf > support. But I still recommend the solution I mentioned earlier, > which is to deactivate libemf before installing dia. Thanks, I had misunderstood. I have now tried deactivating libemf, installing dia and reactivating libemf that definitely works. > > >> dia in principle supports python with the installation directive -- >> with-python which I would like >> >> I tried adding this to the dia Portfile >> >> configure.args \ >> --with-cairo \ >> --with-xslt-prefix=${prefix} \ >> --with-python > > If that's a valid configure argument for dia, then that should work. > > >> however >> sudo port install dia --with-python >> returns >> Error: --with-python is not installed >> >> obviously my understanding of MacPorts is at the very dangerous stage > > You cannot provide configure arguments on the "sudo port install" > command line like that. You only provide them in the porfile, by > adding them to configure.args, like you did. Again this helps me understand the process. With the change to Portfile adding --with-python the python plugin appears to be present, however import dia does not work. On Windows Python 2.3 is required, I was hoping that if built from scratch this might work. Perhaps I should try using the tarball. > > If you want python support in dia, I suggest you file a ticket in > the issue tracker. Good suggestion > > > From eborisch at ieee.org Wed Jul 22 09:33:58 2009 From: eborisch at ieee.org (Eric A. Borisch) Date: Wed, 22 Jul 2009 11:33:58 -0500 Subject: upgrade outdated is making me miserable In-Reply-To: <286B9615-7981-43A8-B86F-BA0EFB17A3CF@mac-specialist.com> References: <381E85BF-5EC4-4A10-AE72-111493A5F461@sbcglobal.net> <286B9615-7981-43A8-B86F-BA0EFB17A3CF@mac-specialist.com> Message-ID: <392f95800907220933w1e88633fj52531bea42e4a2d2@mail.gmail.com> Time machine has saved me from this pain more than once... On Tue, Jul 21, 2009 at 10:57 PM, Bill Hernandez wrote: > > On Jul 21, 2009, at 12:08 PM, Lenore Horner wrote: > > I thought nothing on my list of ports that were outdated was anything I >> had installed with options beyond what where the defaults I set (not to use >> X11 specifically). I thought upgrade at least obeyed the default options. >> I knew it didn't obey the hand ones. Now I have a ton of xorg stuff >> installing that I definitely absolutely do not want. Is there any way of >> undoing this mess other than uninstalling macports entirely and then >> installing the things I really want individually. Can I never do upgrade, >> but must always uninstall and then install port by port? >> >> Thanks, >> Lenore >> > > Lenore, > > You might want to look at CarbonCopyCloner. Prior to any upgrade clone your > primary drive. It takes about 15 minutes, its painless. > > I recently bought a hardware raid 1 Guardian Maximus from MacSales.com and > it has worked spectacularly. It comes with two 1 terabyte drives running > mirrored backup. I partitioned them into seven partitions, and backup using > CCC which does bootable backups, so at different stages during the setup > process on OS X Server, I would clone the boot drive to the next available > partition, and if something got screwed up during the next phase of setup, > all I had to do was boot from the previous partition, CCC clone back to the > primary drive, restart and press on.... > > I ran into a number of problems setting up Leopard Server, and CCC saved me > several times. I have since begun doing the same thing on my iMac > workstation, and am really happy. An upgrade on MacPorts qualifies... > > PsyncX never worked correctly creating bootable partition backups for me. I > have also used Synchronize Pro X for some time, and even though I use it to > backup or synchronize directories, I have not been able to get any of them > to work as well as CCC for bootable clones. > > BTW the Maximus drive can run on one drive if the other one fails for any > reason, once you replace the bad drive, the good one will mirror the new > one. Even when I partitioned the drive, I partitioned one, it mirrored the > other one via hardware. It is awesome, especially it was only $325 which was > about the same they wanted for lesser quality drives at Fry's. > > I was at the Apple Store yesterday and they were selling a really > rinky-dink raid drive in a plastic enclosure for about the same price. THe > one I got comes in a beautiful metal enclosure. > > http://eshop.macsales.com/shop/firewire/usb/raid_1/Gmax > > Disclosure : I don't know anyone at MacSales, I have no involvement with > them, I found the drive on the web, and bought it. > > Best Regards, > > Bill Hernandez > Plano, Texas > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Wed Jul 22 09:49:01 2009 From: devans at macports.org (David Evans) Date: Wed, 22 Jul 2009 09:49:01 -0700 Subject: gimp-2.6.6_2+x11 startup issue In-Reply-To: References: <2D14514E-84B0-4378-9348-82C4922D784F@att.net> Message-ID: <4A6742FD.4070207@macports.org> Pawel Veselov wrote: > [skipped] > >> OK, I think I have everything sorted out. After a lot of uninstalling, >> deleting, and recompiling, I got gimp-2.6 to work. However, I'm still >> getting: >> >> Xlib: extension "RANDR" missing on display ":0.0". >> >> I get this when loading Inkscape as well. They both seem to run fine other >> than this. Anyone know where this issue might be coming from? >> > > Well, since XRANDR is an X extension that is responsible for > on-the-fly display rotating and resizing, this is probably optional, > and is not required for the well being of gimp (and linkscape), and I > doubt that MacOS X11 can ever truly support this extension.Since these > tools can somehow take advantage of this extension, they complain that > it is not present. (Actually, they just print whatever error message > Xlib produces). > _______________________________________________ > Just to verify that inkscape, gimp and almost every gtk+ application emits this error message at least on startup. It is generally harmless and does not effect the operation of these programs. From ms at mac-specialist.com Wed Jul 22 10:04:59 2009 From: ms at mac-specialist.com (Bill Hernandez) Date: Wed, 22 Jul 2009 12:04:59 -0500 Subject: upgrade outdated is making me miserable In-Reply-To: <392f95800907220933w1e88633fj52531bea42e4a2d2@mail.gmail.com> References: <381E85BF-5EC4-4A10-AE72-111493A5F461@sbcglobal.net> <286B9615-7981-43A8-B86F-BA0EFB17A3CF@mac-specialist.com> <392f95800907220933w1e88633fj52531bea42e4a2d2@mail.gmail.com> Message-ID: <5DB030F6-40D9-4A10-9ED5-9684519D157C@mac-specialist.com> On Jul 22, 2009, at 11:33 AM, Eric A. Borisch wrote: > Time machine has saved me from this pain more than once... I tried Time machine, but some stuff at the OS level would not restore... So far CarbonCopyCloner has not failed me... Bill Hernandez Plano, Texas From payam.minoofar at meissner.com Wed Jul 22 10:07:43 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Wed, 22 Jul 2009 10:07:43 -0700 Subject: Can't cleanup Message-ID: I get this error when I try to some cleaning up after many rounds of updating and upgrading. [payam-imac:~] payam% sudo port clean --archive Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/payam"). Please verify that the directory and portfile syntax are correct. To use the current port, you must be in a port's directory. (you might also see this message if a pseudo-port such as outdated or installed expands to no ports). [payam-imac:~] payam% sudo port clean --all Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/payam"). Please verify that the directory and portfile syntax are correct. To use the current port, you must be in a port's directory. (you might also see this message if a pseudo-port such as outdated or installed expands to no ports). [payam-imac:~] payam% -------------- next part -------------- An HTML attachment was scrubbed... URL: From macsforever2000 at macports.org Wed Jul 22 10:21:17 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Wed, 22 Jul 2009 11:21:17 -0600 Subject: Can't cleanup In-Reply-To: References: Message-ID: <605469DC-208E-48DC-A2A1-ABEBE57C66C6@macports.org> On Jul 22, 2009, at 11:07 AM, Payam Minoofar wrote: > I get this error when I try to some cleaning up after many rounds of > updating and upgrading. > > > [payam-imac:~] payam% sudo port clean --archive > Can't map the URL 'file://.' to a port description file ("Could not > find Portfile in /Users/payam"). > Please verify that the directory and portfile syntax are correct. > To use the current port, you must be in a port's directory. > (you might also see this message if a pseudo-port such as > outdated or installed expands to no ports). > [payam-imac:~] payam% sudo port clean --all > Can't map the URL 'file://.' to a port description file ("Could not > find Portfile in /Users/payam"). > Please verify that the directory and portfile syntax are correct. > To use the current port, you must be in a port's directory. > (you might also see this message if a pseudo-port such as > outdated or installed expands to no ports). > [payam-imac:~] payam% You need to specify a port or pseudo-port. For example: sudo port clean --all installed One effective way to clean up is to remove old installed ports: sudo port uninstall inactive Fair warning: this makes it much harder to go back to an older version of a port. Cheers! Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: From daniel.furrer at gmail.com Wed Jul 22 10:31:15 2009 From: daniel.furrer at gmail.com (Daniel Furrer) Date: Wed, 22 Jul 2009 19:31:15 +0200 Subject: Creating a .pkg with dependencies Message-ID: Hi, I just upgraded my macports to the trunk to be able to build a pkg installer so that I can easily distribute binaries of my application. Is there an easy way to create a .pkg that includes dependencies? (GTK and maybe even XQuartz?) Thanks, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From payam.minoofar at meissner.com Wed Jul 22 10:52:51 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Wed, 22 Jul 2009 10:52:51 -0700 Subject: Can't cleanup In-Reply-To: <605469DC-208E-48DC-A2A1-ABEBE57C66C6@macports.org> Message-ID: Ah, thank you very much. I get my fink and macports commands mixed up. Payam On 7/22/09 10:21 AM, "Frank Schima" wrote: On Jul 22, 2009, at 11:07 AM, Payam Minoofar wrote: I get this error when I try to some cleaning up after many rounds of updating and upgrading. [payam-imac:~] payam% sudo port clean --archive Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/payam"). Please verify that the directory and portfile syntax are correct. To use the current port, you must be in a port's directory. (you might also see this message if a pseudo-port such as outdated or installed expands to no ports). [payam-imac:~] payam% sudo port clean --all Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/payam"). Please verify that the directory and portfile syntax are correct. To use the current port, you must be in a port's directory. (you might also see this message if a pseudo-port such as outdated or installed expands to no ports). [payam-imac:~] payam% You need to specify a port or pseudo-port. For example: sudo port clean --all installed One effective way to clean up is to remove old installed ports: sudo port uninstall inactive Fair warning: this makes it much harder to go back to an older version of a port. Cheers! Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Wed Jul 22 10:54:08 2009 From: jmr at macports.org (Joshua Root) Date: Thu, 23 Jul 2009 03:54:08 +1000 Subject: Creating a .pkg with dependencies In-Reply-To: References: Message-ID: <4A675240.1080109@macports.org> On 2009-7-23 03:31, Daniel Furrer wrote: > Hi, > > I just upgraded my macports to the trunk to be able to build a pkg > installer so that I can easily distribute binaries of my application. Is > there an easy way to create a .pkg that includes dependencies? (GTK and > maybe even XQuartz?) You don't need trunk to build packages, though there is a bug you might have to work around in 1.7 by disabling autoclean. Anyway, the target you want is mpkg (or mdmg), which is listed under PACKAGING TARGETS in the port man page. - Josh From jrgifford.james at gmail.com Thu Jul 23 05:11:39 2009 From: jrgifford.james at gmail.com (James Gifford) Date: Thu, 23 Jul 2009 08:11:39 -0400 Subject: Port db46 checksum error Message-ID: <80afe7e0907230511y75a84822k340c18aa8878bf87@mail.gmail.com> Hello, anyone know what this means? sandbox:~ JRG$ sudo port -d install db46 Password: DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/databases/db46 DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/databases/db46 ---> Verifying checksum(s) for db46 Error: Checksum (md5) mismatch for patch.4.6.21.3 Error: Target org.macports.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing. Mac OS X 10.3.9 500Mhz iMac G3 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Thu Jul 23 05:38:44 2009 From: jmr at macports.org (Joshua Root) Date: Thu, 23 Jul 2009 22:38:44 +1000 Subject: Port db46 checksum error In-Reply-To: <80afe7e0907230511y75a84822k340c18aa8878bf87@mail.gmail.com> References: <80afe7e0907230511y75a84822k340c18aa8878bf87@mail.gmail.com> Message-ID: <4A6859D4.5030706@macports.org> On 2009-7-23 22:11, James Gifford wrote: > Hello, > anyone know what this means? > sandbox:~ JRG$ sudo port -d install db46 > Password: > DEBUG: Found port in > file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46 > > DEBUG: Changing to port directory: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46 > > ---> Verifying checksum(s) for db46 > Error: Checksum (md5) mismatch for patch.4.6.21.3 > Error: Target org.macports.checksum returned: Unable to verify file > checksums > Error: Status 1 encountered during processing. - Josh From raimue at macports.org Thu Jul 23 05:47:08 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Thu, 23 Jul 2009 14:47:08 +0200 Subject: Port db46 checksum error In-Reply-To: <80afe7e0907230511y75a84822k340c18aa8878bf87@mail.gmail.com> References: <80afe7e0907230511y75a84822k340c18aa8878bf87@mail.gmail.com> Message-ID: <4A685BCC.9080003@macports.org> On 2009-07-23 14:11 , James Gifford wrote: > Hello, > anyone know what this means? > sandbox:~ JRG$ sudo port -d install db46 > Password: > DEBUG: Found port in > file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46 > > DEBUG: Changing to port directory: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46 > > ---> Verifying checksum(s) for db46 > Error: Checksum (md5) mismatch for patch.4.6.21.3 > Error: Target org.macports.checksum returned: Unable to verify file > checksums > Error: Status 1 encountered during processing. I assume this is exactly the checksum mismatch reported here: So it looks like you did not use selfupdate or sync for a very long time. See for more details. Solution: sudo port selfupdate sudo port clean --all db46 sudo port install db46 Rainer From craignied at gmail.com Thu Jul 23 06:39:09 2009 From: craignied at gmail.com (Craig Niederberger) Date: Thu, 23 Jul 2009 08:39:09 -0500 Subject: apr checksum mismatch Message-ID: <1b006b7b0907230639s54b4955fkaedc45ad10dc8f30@mail.gmail.com> Anyone have any idea why this may be happening? $ sudo port install git-core +doc +svn ---> Fetching apr ---> Verifying checksum(s) for apr Error: Checksum (md5) mismatch for apr-1.3.3.tar.bz2 Error: Checksum (sha1) mismatch for apr-1.3.3.tar.bz2 Error: Checksum (rmd160) mismatch for apr-1.3.3.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: p5-svn-simple subversion-perlbindings apr apr-util db46 sqlite3 cyrus-sasl2 neon serf subversion p5-term-readkey Error: Status 1 encountered during processing. TIA, Craig -------------- next part -------------- An HTML attachment was scrubbed... URL: From dluke at geeklair.net Thu Jul 23 07:15:13 2009 From: dluke at geeklair.net (Daniel J. Luke) Date: Thu, 23 Jul 2009 10:15:13 -0400 Subject: apr checksum mismatch In-Reply-To: <1b006b7b0907230639s54b4955fkaedc45ad10dc8f30@mail.gmail.com> References: <1b006b7b0907230639s54b4955fkaedc45ad10dc8f30@mail.gmail.com> Message-ID: <6D9D7142-3F72-43C5-B572-11D19299C3FD@geeklair.net> On Jul 23, 2009, at 9:39 AM, Craig Niederberger wrote: > $ sudo port install git-core +doc +svn > ---> Fetching apr > ---> Verifying checksum(s) for apr > Error: Checksum (md5) mismatch for apr-1.3.3.tar.bz2 > Error: Checksum (sha1) mismatch for apr-1.3.3.tar.bz2 > Error: Checksum (rmd160) mismatch for apr-1.3.3.tar.bz2 > Error: Target org.macports.checksum returned: Unable to verify file > checksums > Error: The following dependencies failed to build: p5-svn-simple > subversion-perlbindings apr apr-util db46 sqlite3 cyrus-sasl2 neon > serf subversion p5-term-readkey > Error: Status 1 encountered during processing. Please run port sync and try again (the current apr port version is 1.3.5) -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part URL: From jmr at macports.org Thu Jul 23 07:29:13 2009 From: jmr at macports.org (Joshua Root) Date: Fri, 24 Jul 2009 00:29:13 +1000 Subject: apr checksum mismatch In-Reply-To: <1b006b7b0907230639s54b4955fkaedc45ad10dc8f30@mail.gmail.com> References: <1b006b7b0907230639s54b4955fkaedc45ad10dc8f30@mail.gmail.com> Message-ID: <4A6873B9.2030407@macports.org> On 2009-7-23 23:39, Craig Niederberger wrote: > Anyone have any idea why this may be happening? > > $ sudo port install git-core +doc +svn > ---> Fetching apr > ---> Verifying checksum(s) for apr > Error: Checksum (md5) mismatch for apr-1.3.3.tar.bz2 > Error: Checksum (sha1) mismatch for apr-1.3.3.tar.bz2 > Error: Checksum (rmd160) mismatch for apr-1.3.3.tar.bz2 > Error: Target org.macports.checksum returned: Unable to verify file > checksums > Error: The following dependencies failed to build: p5-svn-simple > subversion-perlbindings apr apr-util db46 sqlite3 cyrus-sasl2 neon serf > subversion p5-term-readkey > Error: Status 1 encountered during processing. But your ports tree is out of date, so run `sudo port selfupdate` and `sudo port upgrade outdated` before you try anything else. - Josh From jrgifford.james at gmail.com Fri Jul 24 03:44:41 2009 From: jrgifford.james at gmail.com (James Gifford) Date: Fri, 24 Jul 2009 06:44:41 -0400 Subject: Port db46 checksum error In-Reply-To: <4A699005.1020507@gmail.com> References: <80afe7e0907230511y75a84822k340c18aa8878bf87@mail.gmail.com> <4A685BCC.9080003@macports.org> <4A699005.1020507@gmail.com> Message-ID: <4A699099.2070004@gmail.com> > Thank you for all your help. I followed Rainers advice and now I have > db46 installed. Josh, I had already looked at that and it was no help. > -James > Rainer M?ller wrote: > >> On 2009-07-23 14:11 , James Gifford wrote: >> >> >>> Hello, >>> anyone know what this means? >>> sandbox:~ JRG$ sudo port -d install db46 >>> Password: >>> DEBUG: Found port in >>> file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46 >>> >>> DEBUG: Changing to port directory: >>> /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/db46 >>> >>> ---> Verifying checksum(s) for db46 >>> Error: Checksum (md5) mismatch for patch.4.6.21.3 >>> Error: Target org.macports.checksum returned: Unable to verify file >>> checksums >>> Error: Status 1 encountered during processing. >>> >>> >> I assume this is exactly the checksum mismatch reported here: >> >> >> So it looks like you did not use selfupdate or sync for a very long >> time. See for more >> details. >> >> Solution: >> sudo port selfupdate >> sudo port clean --all db46 >> sudo port install db46 >> >> Rainer >> >> From talklists at newgeo.com Fri Jul 24 10:13:26 2009 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 24 Jul 2009 10:13:26 -0700 Subject: Darwin Ports Message-ID: <8DBBA910-E084-4603-B5F8-7EBC0D39B397@newgeo.com> This may be a silly question, and my phone only access today is preventing me from better research. Are MacPorts port files compatable with Darwin Ports? Is Darwin Ports still even alive? Where does Fink fit into all this? If Fink is still active, would it not make sense to team up and consolidate the two projects? Perhaps there are fundamental differences in Fink and MacPorts. What are the package managers for the other BSD's? If I was to desire to start using something like FreeBSD or openBSD, would I be able to have easy access to all the great software MacPorts offers? Getting a little off topic, how parallel are the other BSD's to OS X. For example, would I find launchd on free/open BSD? Thanks all. -- Scott Iphone says hello. From daveesq at gmail.com Fri Jul 24 10:25:02 2009 From: daveesq at gmail.com (David J. Haines) Date: Fri, 24 Jul 2009 13:25:02 -0400 Subject: Darwin Ports In-Reply-To: <8DBBA910-E084-4603-B5F8-7EBC0D39B397@newgeo.com> References: <8DBBA910-E084-4603-B5F8-7EBC0D39B397@newgeo.com> Message-ID: <02DDA729-2866-49D0-BAC9-70B7FE9A8CFF@gmail.com> Scott, MacPorts is DarwinPorts, just with a new name. That happened some time ago, and I would assume that the port files are largely compatible. Fink is a separate entity altogether; IIRC they do both source and binary distributions of software. Some would say that consolidation would make sense, others would say that one does things better than the other and vice versa. I personally don't like how Fink worked back in the day, so I've been on darwinports and then macports ever since. The BSDs (and I wouldn't say "other BSDs") handle packages differently. I'm mostly familiiar with FreeBSD, so that's what I'll discuss. You can install via binary packages on it, but they're usually out of date and uncustomizable. The only exception is commercial software, which is often binary package only. Other than that, there's the ports collection, which is probably the single biggest reason people use FreeBSD. Essentially, there's a huge directory tree of Makefiles and you just run "make install clean" for those you want to install and "make deinstall" for those you want to uninstall. You update the directory tree to update the Makefiles and run the uninstall and reinstall for the ports you want to update. There are a couple of ports that provide port versioning management as well as binary packaging and other features lacking in the basic ports implementation. FreeBSD has several times more software than does MacPorts available. As for compatibility, they're surprisingly similar. OS X uses, IIRC, FreeBSD's userland, so the user's command line experience is practically identical. They say that launchd will work just fine on FreeBSD, but I've never tried and it's something you'd have to install via ports or otherwise. Please feel free to correct me, everyone. It's been some time since I've really used FreeBSD seriously. David On Jul 24, 2009, at 1:13 PM, Scott Haneda wrote: > This may be a silly question, and my phone only access today is > preventing me from better research. > > Are MacPorts port files compatable with Darwin Ports? Is Darwin > Ports still even alive? > > Where does Fink fit into all this? If Fink is still active, would it > not make sense to team up and consolidate the two projects? Perhaps > there are fundamental differences in Fink and MacPorts. > > What are the package managers for the other BSD's? If I was to > desire to start using something like FreeBSD or openBSD, would I be > able to have easy access to all the great software MacPorts offers? > > Getting a little off topic, how parallel are the other BSD's to OS > X. For example, would I find launchd on free/open BSD? > > Thanks all. > -- > Scott > Iphone says hello. > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From allbery at kf8nh.com Fri Jul 24 10:28:09 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Fri, 24 Jul 2009 13:28:09 -0400 Subject: Darwin Ports In-Reply-To: <8DBBA910-E084-4603-B5F8-7EBC0D39B397@newgeo.com> References: <8DBBA910-E084-4603-B5F8-7EBC0D39B397@newgeo.com> Message-ID: On Jul 24, 2009, at 13:13 , Scott Haneda wrote: > Are MacPorts port files compatable with Darwin Ports? Is Darwin > Ports still even alive? AFAIK MacPorts *is* (or is the successor to) DarwinPorts; the two are not entirely compatible as MacPorts has evolved considerably. > What are the package managers for the other BSD's? If I was to > desire to start using something like FreeBSD or openBSD, would I be > able to have easy access to all the great software MacPorts offers? DarwinPorts/MacPorts is (very loosely) based on the ports system in FreeBSD, but FreeBSD ports is more flexible. In general if you can find it in MacPorts, it's probably in FreeBSD ports/NetBSD pkgsrc; I can't speak to OpenBSD ports though. > Getting a little off topic, how parallel are the other BSD's to OS > X. For example, would I find launchd on free/open BSD? No to launchd. In general if it involves or knows about Mach ports its portability to *BSD is dubious. (Launchd is actually designed to be somewhat portable, but I expect fitting it in place of init in the FreeBSD startup sequence would require considerable experience.) -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: From raimue at macports.org Fri Jul 24 10:47:51 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Fri, 24 Jul 2009 19:47:51 +0200 Subject: Darwin Ports In-Reply-To: <8DBBA910-E084-4603-B5F8-7EBC0D39B397@newgeo.com> References: <8DBBA910-E084-4603-B5F8-7EBC0D39B397@newgeo.com> Message-ID: <4A69F3C7.1080601@macports.org> On 2009-07-24 19:13 , Scott Haneda wrote: > Are MacPorts port files compatable with Darwin Ports? Is Darwin Ports > still even alive? DarwinPorts is the old name of MacPorts. It is the same project. What you see at that website is a scam which only wants to make money. See for details. > Where does Fink fit into all this? If Fink is still active, would it > not make sense to team up and consolidate the two projects? Perhaps > there are fundamental differences in Fink and MacPorts. Fink uses Debian-based tools like dpkg and apt-get. The project is alive to my knowledge. It is a different approach, so consolidating would rather be an either/or decision. Multiple options are good as people can decide what they want to use. > What are the package managers for the other BSD's? If I was to desire > to start using something like FreeBSD or openBSD, would I be able to > have easy access to all the great software MacPorts offers? NetBSD uses pkgsrc, FreeBSD/OpenBSD use a port system based on Makefiles. In general their collections are bigger and better maintained than the MacPorts ports tree. > Getting a little off topic, how parallel are the other BSD's to OS X. > For example, would I find launchd on free/open BSD? launchd was invented by Apple and is currently only used there (except Darwin derivates). The Apache License 2.0 does not qualify for base systems on *BSD, so I don't think it will ever be used as init there. Rainer From jmr at macports.org Fri Jul 24 11:01:30 2009 From: jmr at macports.org (Joshua Root) Date: Sat, 25 Jul 2009 04:01:30 +1000 Subject: Darwin Ports In-Reply-To: References: <8DBBA910-E084-4603-B5F8-7EBC0D39B397@newgeo.com> Message-ID: <4A69F6FA.1020402@macports.org> On 2009-7-25 03:28, Brandon Allbery wrote: > On Jul 24, 2009, at 13:13 , Scott Haneda wrote: >> Are MacPorts port files compatable with Darwin Ports? Is Darwin Ports >> still even alive? > > AFAIK MacPorts *is* (or is the successor to) DarwinPorts; the two are > not entirely compatible as MacPorts has evolved considerably. Right, DarwinPorts changed its name to MacPorts back in 2006: Note that there is a web site that falsely claims to be "the original DarwinPorts", about which there is some info here: - Josh From chagrinson at gmail.com Sat Jul 25 19:39:46 2009 From: chagrinson at gmail.com (chagrins) Date: Sat, 25 Jul 2009 22:39:46 -0400 Subject: GNUCash/AqBanking font problem Message-ID: <9a0abe970907251939k931633dp8700c5a4579a0345@mail.gmail.com> Does anyone know what might be the cause of this? http://tinypic.com/r/2qmnamd/3 That's the window that appears when I click "Start AqBanking Wizard" from Tools >> Online Banking Setup in GNUCash. Any idea how to fix this? aqbanking @3.8.2_0 (active) gnucash @2.2.9_3 (active) From suv-sf at users.sourceforge.net Thu Jul 30 06:23:19 2009 From: suv-sf at users.sourceforge.net (~suv) Date: Thu, 30 Jul 2009 15:23:19 +0200 Subject: 'no_polkit' variant for Gconf (was Re: Inkscape as non-root? (-> gnome-vs -> gconf -> policykit -> fail)) In-Reply-To: <8F4249C6-AAF0-4B68-A6BC-FC15FC9F1D7B@mac.com> References: <8F4249C6-AAF0-4B68-A6BC-FC15FC9F1D7B@mac.com> Message-ID: <4A719EC7.9060404@users.sourceforge.net> On 28/5/09 18:33, Kevin Reid wrote: > I run MacPorts as a dedicated non-root non-admin user. Attempting to > install Inkscape eventually installs policykit, which fails because it > tries to create a user. What should be changed in order to be able to > use Inkscape without any users or other administrative changes involved? My attempts to create a build-environment for Inkscape failed at the same point as Kevin describes. My local MacPorts is installed as non-admin, non-root (no sudo if avoidable) with custom prefix and macports.conf-setting 'no_startupitem'). I could not 'port install ' - gnome-vfs - libgsf - librsvg - libwpd which all finally have dependencies to gconf and thus policiykit. AFAIU Inkscape itself has no need for gconf or policykit, they just come as dependencies with current gnome-vfs and libgsf ports. To get gnome-vfs and librsvg installed anyway I tried to add a local Portfile for gconf with a new variant 'no_polkit' - basically forcing gconf to configure and build without policykit (see attached diff file). An alternative would have been to create variants for policykit to adhere to the non-admin setup (like dbus, apache2) and not create a new user/group when installing the port, but I lack the skills and knowledge about both MacPorts and Gnome/Gconf/Policykit - so following the lead in Gconf's Changelog mentioning it to be able to handle a missing policykit install seemed the easier way for me: GConf-2.26.2/ChangeLog: | 2008-08-21 Saleem Abdulrasool | * configure.in: Check for polkit-policy-file-validate if | policykit is neede to allow configure to pass on systems | without PolicyKit So far I succeeded to build inkscape and bundle it into Inkscape.app, and received no error messages complaining about missing files or libs or daemons (from gconf or policiykit) - besides the known issue with D-Bus for OCAL import. What are the risks of 'crippling' GConf in this way when I have no needs for the gnome desktop or whatever it is the essential part of? Any comments on the attached portfile patch would be highly appreciated - I'm new to MacPorts and it's my first attempt to build a software the size of Inkscape myself. tia, ~suv -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Gconf-Portfile.diff URL: From devans at macports.org Thu Jul 30 09:02:55 2009 From: devans at macports.org (David Evans) Date: Thu, 30 Jul 2009 09:02:55 -0700 Subject: 'no_polkit' variant for Gconf (was Re: Inkscape as non-root? (-> gnome-vs -> gconf -> policykit -> fail)) In-Reply-To: <4A719EC7.9060404@users.sourceforge.net> References: <8F4249C6-AAF0-4B68-A6BC-FC15FC9F1D7B@mac.com> <4A719EC7.9060404@users.sourceforge.net> Message-ID: <4A71C42F.7070502@macports.org> > > What are the risks of 'crippling' GConf in this way when I have no needs > for the gnome desktop or whatever it is the essential part of? Any > comments on the attached portfile patch would be highly appreciated - > I'm new to MacPorts and it's my first attempt to build a software the > size of Inkscape myself. > > tia, ~suv > > To answer this question specifically, GConf is used extensively by GNOME applications (and many other non-GNOME GTK+ applications as well) to store persistent preferences and configuration information both default and user selected. In the GNOME case many of these preferences may be shared between applications. Inkscape does not use GConf (yet) but uses its own preferences scheme (dot files in the users directory). The current implementation relies on dbus to communicate between the applications that are attempting to store or retreive preference information and gconfd which is launched by dbus on an as needed per user session basis. Using --disable-defaults-services disables dbus as the communications layer and may break GConf and hence many other applications that depend on it. I really haven't tried doing this so I'm not sure if GConf will use another mechanism to do this and continue to work or not. A way to test would be to install gconf-editor, which allows you to view and manipulate GConf preference items directly, and see if it still works. In addition, not that GConf does not provide a configuration item to turn off the use of PolicyKit so simply disabling the dependency on policykit is not a fool proof way to avoid using it. If policykit were already installed it would use it anyway. MacPorts policy is to include the dependency in this case to ensure that all installations of the port build in the same way. Dbus is also used directly by many applications. For instance it is used by GIMP to make sure that only one instance of GIMP is active at a time. So the short answer is, if you do this, you will likely break many other ports as well. You could do this is inkscape is the only thing you care about but I don't recommend it. So the real issue here is not with Inkscape but with the problem of installing ports that need sudo (there are others) to install properly when you are running MacPorts strictly at the user level. I don't have a solution for this -- perhaps someone else can address this. Dave From suv-sf at users.sourceforge.net Fri Jul 31 05:37:01 2009 From: suv-sf at users.sourceforge.net (~suv) Date: Fri, 31 Jul 2009 14:37:01 +0200 Subject: 'no_polkit' variant for Gconf (was Re: Inkscape as non-root? (-> gnome-vs -> gconf -> policykit -> fail)) In-Reply-To: <4A71C42F.7070502@macports.org> References: <8F4249C6-AAF0-4B68-A6BC-FC15FC9F1D7B@mac.com> <4A719EC7.9060404@users.sourceforge.net> <4A71C42F.7070502@macports.org> Message-ID: <4A72E56D.801@users.sourceforge.net> On 30/7/09 18:02, David Evans wrote: >> What are the risks of 'crippling' GConf in this way when I have no needs >> for the gnome desktop or whatever it is the essential part of? Any >> comments on the attached portfile patch would be highly appreciated - >> I'm new to MacPorts and it's my first attempt to build a software the >> size of Inkscape myself. > > To answer this question specifically, GConf is used extensively by GNOME > applications (and many other non-GNOME > GTK+ applications as well) to store persistent preferences and > configuration information both default and user selected. > In the GNOME case many of these preferences may be shared between > applications. Thank you for your insightful introduction to GConf, some of GNOMEs basic principles and the necessity to have dbus enabled and running. > Inkscape does not use GConf (yet) but uses its own preferences scheme > (dot files in the users directory). To clarify my initial intentions: I used MacPorts to install all needed libraries and helper applications for Inkscape, but then proceeded to build the application itself using the instructions on the Inkscape Wiki page as guidelines (i.e. I didn't not use the MacPorts Portfile for Inkscape). My goal was to create the 'Inkscape.app' bundle with the most recent updates from SVN. <...> > Dbus is also used directly by many applications. For instance it is > used by GIMP to make sure that only one instance > of GIMP is active at a time. I currently have GIMP 2.6.6 from gimponosx.sf.net installed, and had a look at how it implements its dbus-dependencies by including its own dbus-daemon/launcher into the application bundle. Dbus will need to be part of the Inkscape port (and any Inkscape application bundle) as soon as the new GSoC 2009 project implementing a scripting API via dbus makes it into the trunk. Until then Inkscape seems to run fine without it, even with a broken GConf install (except Open ClipArt Library access). > So the short answer is, if you do this, you will likely break many other > ports as well. You could do this is inkscape > is the only thing you care about but I don't recommend it. I already noticed the limitations when installing other Inkscape helper applications and then some more ;-). The 'old' tools like ghostscript, ImageMagick, xv run fine but using ggv instead of gv already reveals the intertwined nature of current GNOME applications. Even Dia depends on GConf/dbus to open its help pages in the browser. > So the real issue here is not with Inkscape but with the problem of > installing ports that need sudo (there are others) to install properly > when you are running MacPorts strictly at the user level. I don't have > a solution for this -- perhaps someone else > can address this. In my limited experience the increasingly(?) complex nature of GNOME seems to undermine the ability of MacPorts to run as non-admin at user level. How many ports of applications like Inkscape, Dia or Gimp can still be installed without some of the deeply nested dependencies requiring sudo-access in the destroot/install/activation phase? I will try to figure out how launch and controll a dbus-session at user level next, before I have to give up and acknowledge that the use of sudo/admin rights is definitely not avoidable. ~suv From boris.dusek at gmail.com Fri Jul 31 06:38:39 2009 From: boris.dusek at gmail.com (=?UTF-8?B?Qm9yaXMgRHXFoWVr?=) Date: Fri, 31 Jul 2009 15:38:39 +0200 Subject: pv@sysutils with universal_archs i386 x86_64 fails to build Message-ID: Hi, I have installed MacPorts 1.7.1 with the installer, ran selfupdate, set universal_archs to "i386 x86_64" in my macports.conf, and have set +universal (and nothing else) in my variants.conf. When installing pv, all the dependencies (e.g. ncurses, expat, gettext) get compiled fine with universal, but pv itself fails. Below is the output. Am I doing something wrong, or is this a bug that I should create a ticket for? Thanks, Boris Du?ek ---> Fetching pv ---> Verifying checksum(s) for pv ---> Extracting pv ---> Configuring pv ---> Building pv Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_pv/work/pv-1.1.4" && nice -n 20 make all " returned error 2 Command output: /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/main/main.o src/main/main.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/main/options.o src/main/options.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/main/remote.o src/main/remote.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/main/version.o src/main/version.c ld -r -o src/main.o src/main/help.o src/main/main.o src/main/options.o src/main/remote.o src/main/version.o ld warning: -arch not specified /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/library/getopt.o src/library/getopt.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/library/gettext.o src/library/gettext.c ld -r -o src/library.o src/library/getopt.o src/library/gettext.o ld warning: -arch not specified /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/pv/cursor.o src/pv/cursor.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/pv/display.o src/pv/display.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/pv/file.o src/pv/file.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/pv/loop.o src/pv/loop.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/pv/number.o src/pv/number.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/pv/signal.o src/pv/signal.c /usr/bin/gcc-4.0 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -I/opt/local/include -isysroot /Developer/SDKs/MacOSX10.5.sdk -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/opt/local/share/locale\" -c -o src/pv/transfer.o src/pv/transfer.c ld -r -o src/pv.o src/pv/cursor.o src/pv/display.o src/pv/file.o src/pv/loop.o src/pv/number.o src/pv/signal.o src/pv/transfer.o ld warning: -arch not specified /usr/bin/gcc-4.0 -L/opt/local/lib -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -O2 -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -o pv src/main.o src/library.o src/pv.o -lintl ld warning: in src/main.o, file is not of required architecture ld warning: in src/library.o, file is not of required architecture ld warning: in src/pv.o, file is not of required architecture Undefined symbols for architecture x86_64: "_main", referenced from: start in crt1.10.5.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status lipo: can't open input file: /var/tmp//ccL7Fz8Q.out (No such file or directory) make: *** [pv] Error 1 Error: Status 1 encountered during processing. -------------- next part -------------- An HTML attachment was scrubbed... URL: From devans at macports.org Fri Jul 31 08:05:07 2009 From: devans at macports.org (David Evans) Date: Fri, 31 Jul 2009 08:05:07 -0700 Subject: 'no_polkit' variant for Gconf (was Re: Inkscape as non-root? (-> gnome-vs -> gconf -> policykit -> fail)) In-Reply-To: <4A72E56D.801@users.sourceforge.net> References: <8F4249C6-AAF0-4B68-A6BC-FC15FC9F1D7B@mac.com> <4A719EC7.9060404@users.sourceforge.net> <4A71C42F.7070502@macports.org> <4A72E56D.801@users.sourceforge.net> Message-ID: <4A730823.4030600@macports.org> ~suv wrote: > To clarify my initial intentions: I used MacPorts to install all needed > libraries and helper applications for Inkscape, but then proceeded to > build the application itself using the instructions on the Inkscape Wiki > page as > guidelines (i.e. I didn't not use the MacPorts Portfile for Inkscape). > My goal was to create the 'Inkscape.app' bundle with the most recent > updates from SVN. > I'm aware of this approach and am working to implement a similar approach within the Inkscape port for the release of 0.47 that will hopefully build either as an X11 app or a native quartz build (+quartz variant on MacPorts) so be aware that some parallel work is going on. The latest 0.47 prerelease is available as port inkscape-devel (but as yet without the .app bundling). > <...> > >> Dbus is also used directly by many applications. For instance it is >> used by GIMP to make sure that only one instance >> of GIMP is active at a time. >> > > I currently have GIMP 2.6.6 from gimponosx.sf.net installed, and had a > look at how it implements its dbus-dependencies by including its own > dbus-daemon/launcher into the application bundle. > Port gimp-app provides the .app bundling on MacPorts. The meta port gimp will install GIMP with all dependencies and additional plugins as well. Use +animation to get gimp-gap 2.6 as well. > Dbus will need to be part of the Inkscape port (and any Inkscape > application bundle) as soon as the new GSoC 2009 project implementing a > scripting API via dbus makes it into the trunk. Until then Inkscape > seems to run fine without it, even with a broken GConf install (except > Open ClipArt Library access). > > In my limited experience the increasingly(?) complex nature of GNOME > seems to undermine the ability of MacPorts to run as non-admin at user > level. How many ports of applications like Inkscape, Dia or Gimp can > still be installed without some of the deeply nested dependencies > requiring sudo-access in the destroot/install/activation phase? > Note that the ability to use MacPorts without the need to use sudo is a relatively new feature. The historical usage has always to use sudo. This is consistent with the way applications are installed on MacOS X where you are prompted to supply a password to complete the install. So there are gotchas in the process when you try to avoid this entirely. A good class of ports that probably need sudo are those that provide a server such as apache, mysql, bind9 etc. All of these use launchd to lauch the server at startup. > I will try to figure out how launch and controll a dbus-session at user > level next, before I have to give up and acknowledge that the use of > sudo/admin rights is definitely not avoidable. > > ~suv > > You might want to search our trac for tickets reported against dbus for some historical perspective on how the current configuration evolved and the problems that people have run into before. Note also that the primary assumption of MacPorts is that you will be using MacPorts for all phases of building your software and so mixing MacPorts builds with non-MacPorts builds is not recommended. See http://trac.macports.org/wiki/FAQ#ownlibs for a partial explaination of the rationale. Good luck Dave From ryandesign at macports.org Fri Jul 31 11:39:43 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 31 Jul 2009 13:39:43 -0500 Subject: pv@sysutils with universal_archs i386 x86_64 fails to build In-Reply-To: References: Message-ID: <30694A48-598F-47B7-AE9E-BDE58942C98C@macports.org> On Jul 31, 2009, at 08:38, Boris Du?ek wrote: > I have installed MacPorts 1.7.1 with the installer, ran selfupdate, > set universal_archs to "i386 x86_64" in my macports.conf, and have > set +universal (and nothing else) in my variants.conf. When > installing pv, all the dependencies (e.g. ncurses, expat, gettext) > get compiled fine with universal, but pv itself fails. Below is the > output. Am I doing something wrong, or is this a bug that I should > create a ticket for? [snip] > ld -r -o src/main.o src/main/help.o src/main/main.o src/main/ > options.o src/main/remote.o src/main/version.o > ld warning: -arch not specified [snip] > ld warning: in src/main.o, file is not of required architecture Yes, please file a ticket. I see the same with universal_archs ppc i386. From boris.dusek at gmail.com Fri Jul 31 12:14:16 2009 From: boris.dusek at gmail.com (=?UTF-8?B?Qm9yaXMgRHXFoWVr?=) Date: Fri, 31 Jul 2009 21:14:16 +0200 Subject: pv@sysutils with universal_archs i386 x86_64 fails to build In-Reply-To: <30694A48-598F-47B7-AE9E-BDE58942C98C@macports.org> References: <30694A48-598F-47B7-AE9E-BDE58942C98C@macports.org> Message-ID: 2009/7/31 Ryan Schmidt > On Jul 31, 2009, at 08:38, Boris Du?ek wrote: > > Yes, please file a ticket. I see the same with universal_archs ppc i386. > > Done: https://trac.macports.org/ticket/20501 -------------- next part -------------- An HTML attachment was scrubbed... URL: From meissnem at gmail.com Fri Jul 31 14:00:08 2009 From: meissnem at gmail.com (Matthew K. Meissner) Date: Fri, 31 Jul 2009 16:00:08 -0500 Subject: pv@sysutils with universal_archs i386 x86_64 fails to build In-Reply-To: References: <30694A48-598F-47B7-AE9E-BDE58942C98C@macports.org> Message-ID: <2FC8BD70-545A-4ABA-BF6A-266B5960D481@gmail.com> On Jul 31, 2009, at 2:14 PM, Boris Du?ek wrote: > 2009/7/31 Ryan Schmidt > On Jul 31, 2009, at 08:38, Boris Du?ek wrote: > > Yes, please file a ticket. I see the same with universal_archs ppc > i386. > > Done: https://trac.macports.org/ticket/20501 I'm the maintainer of pv. I propose using the muniversal portgroup to get around this problem. I've attached a patch to the ticket. Would a committer please take a look and commit the patch if all looks well? Thanks, Matt -- Matt Meissner meissnem at gmail.com From ryandesign at macports.org Fri Jul 31 14:26:03 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 31 Jul 2009 16:26:03 -0500 Subject: pv@sysutils with universal_archs i386 x86_64 fails to build In-Reply-To: <2FC8BD70-545A-4ABA-BF6A-266B5960D481@gmail.com> References: <30694A48-598F-47B7-AE9E-BDE58942C98C@macports.org> <2FC8BD70-545A-4ABA-BF6A-266B5960D481@gmail.com> Message-ID: On Jul 31, 2009, at 16:00, Matthew K. Meissner wrote: > On Jul 31, 2009, at 2:14 PM, Boris Du?ek wrote: > >> 2009/7/31 Ryan Schmidt >> On Jul 31, 2009, at 08:38, Boris Du?ek wrote: >> >> Yes, please file a ticket. I see the same with universal_archs ppc >> i386. >> >> Done: https://trac.macports.org/ticket/20501 > > > I'm the maintainer of pv. I propose using the muniversal portgroup > to get around this problem. I've attached a patch to the ticket. > > Would a committer please take a look and commit the patch if all > looks well? Committed; thanks. From motoservo at bitbeyond.com Fri Jul 31 18:50:17 2009 From: motoservo at bitbeyond.com (Troy Dalmasso) Date: Fri, 31 Jul 2009 20:50:17 -0500 Subject: php5 with pear and curl Message-ID: I first installed MacPorts two years ago and haven't really touched it since so my knowledge of this is lacking. My MAMP stack has been working fine, for the most part. But now I find that I need curl and pear. I ran through much of the documentation and quickly remembered how to add a variant while adding a port. I got php+pear running with little effort. My problem, is that I can't seem to figure out how to get curl to work. I did find the php5-http port, and that would solve my curl issue, but it doesn't allow pear as a dependency. So, I'm guessing that somehow, by having both of the php5+pear and php- curl ports, I'm supposed to have the capability I need now? I can't seem to get curl to work, however, and the word curl only appears once in my phpinfo() and that is where an additional .ini file is read: Additional .ini files parsed /opt/local/var/db/php5/curl.ini Can someone explain what further steps I need to take to get this php- curl (extension?) port to work in tandem, or be recognized, by my php5+pear port? It's obvious just *having* these two ports isn't enough. -=- Troy Dalmasso Bit Beyond, LLC "Anything you can imagine." mobile: 512 496-4874 aim: motoservo -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Jul 31 22:57:26 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 1 Aug 2009 00:57:26 -0500 Subject: php5 with pear and curl In-Reply-To: References: Message-ID: <9DD9CD06-EDBE-4F07-A30A-11C08BC0459B@macports.org> On Jul 31, 2009, at 20:50, Troy Dalmasso wrote: > I first installed MacPorts two years ago and haven't really touched > it since so my knowledge of this is lacking. My MAMP stack has been > working fine, for the most part. But now I find that I need curl > and pear. I ran through much of the documentation and quickly > remembered how to add a variant while adding a port. I got php+pear > running with little effort. > > My problem, is that I can't seem to figure out how to get curl to > work. I did find the php5-http port, and that would solve my curl > issue, but it doesn't allow pear as a dependency. > > So, I'm guessing that somehow, by having both of the php5+pear and > php-curl ports, I'm supposed to have the capability I need now? I > can't seem to get curl to work, however, and the word curl only > appears once in my phpinfo() and that is where an additional .ini > file is read: > > Additional .ini files parsed/opt/local/var/db/php5/curl.ini > > Can someone explain what further steps I need to take to get this > php-curl (extension?) port to work in tandem, or be recognized, by > my php5+pear port? It's obvious just *having* these two ports isn't > enough. Yes, just having those two ports installed should be enough. Unfortunately, the default php.ini files distributed with versions of php prior to 5.3.0 have an extensions_dir line which is broken. Simply removing any extensions_dir lines from your php.ini should allow php5-curl and other php module ports to work. From ryandesign at macports.org Fri Jul 31 23:13:19 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 1 Aug 2009 01:13:19 -0500 Subject: php5 with pear and curl In-Reply-To: <9DD9CD06-EDBE-4F07-A30A-11C08BC0459B@macports.org> References: <9DD9CD06-EDBE-4F07-A30A-11C08BC0459B@macports.org> Message-ID: On Aug 1, 2009, at 00:57, Ryan Schmidt wrote: > Yes, just having those two ports installed should be enough. > Unfortunately, the default php.ini files distributed with versions > of php prior to 5.3.0 have an extensions_dir line which is broken. > Simply removing any extensions_dir lines from your php.ini should > allow php5-curl and other php module ports to work. Correction: it's extension_dir, not extensions_dir.