From drechsel at verkehrsplanung.com Mon Nov 2 03:08:57 2009 From: drechsel at verkehrsplanung.com (Wolf Drechsel) Date: Mon, 2 Nov 2009 12:08:57 +0100 Subject: gnuplot CVS compilation In-Reply-To: <0A19B979-F86A-480B-AFDB-7837D63CD0EB@macports.org> References: <8F915C6C-9350-4080-97F5-1299430D9F42@verkehrsplanung.com> <0A19B979-F86A-480B-AFDB-7837D63CD0EB@macports.org> Message-ID: <43E7DD4C-E508-4B8C-8184-96B50CB83041@verkehrsplanung.com> Am 21.10.2009 um 23:48 Ryan Schmidt wrote: > > On Oct 21, 2009, at 03:44, Wolf Drechsel wrote: > >> I'd like to use gnuplot 4.3 on my Mac 10.4.11 - which is not yet >> available as a port > > 4.2.x appears to be the latest stable version, according to the web > site, therefore that's what MacPorts provides. > > >> One can obtain it via CVS - but on my machine the compilation >> results in several errors I cannot resolve. > > What errors do you get? Hello, please excuse a greater delay in replying. I hoped time would resolve things for me? - but it didnt. So I tried compiling gnuplot 4.3 from the CVS again. The gnuplot website provides a script which is supposed to do the job: http://www.gnuplot.info/development/sample_osx_installation.html I tried this script on a Tiger 10.4.11 PPC with macports 1.8.1 installed, and get the following output messages: http://verkehrsplanung.com/TerminalAusgabeGnuplot.txt There comes the line "You need automake newer 1.8 (fink helps)!!" AFAIK macports does only provide automake 1.1 and 1.7 - do I have to bother? Allthough the issue a bit off-topic - anybody who's willing to have a brief look on the file and tell me what's going wrong will be very wellcome. Greetings, Wolf -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Mon Nov 2 04:01:21 2009 From: jmr at macports.org (Joshua Root) Date: Mon, 02 Nov 2009 23:01:21 +1100 Subject: gnuplot CVS compilation In-Reply-To: <43E7DD4C-E508-4B8C-8184-96B50CB83041@verkehrsplanung.com> References: <8F915C6C-9350-4080-97F5-1299430D9F42@verkehrsplanung.com> <0A19B979-F86A-480B-AFDB-7837D63CD0EB@macports.org> <43E7DD4C-E508-4B8C-8184-96B50CB83041@verkehrsplanung.com> Message-ID: <4AEECA11.5070302@macports.org> On 2009-11-2 22:08, Wolf Drechsel wrote: > So I tried compiling gnuplot 4.3 from the CVS again. The gnuplot website > provides a script which is supposed to do the job: > > http://www.gnuplot.info/development/sample_osx_installation.html The script looks reasonable enough, so the problems are probably coming from gnuplot's build system. > I tried this script on a Tiger 10.4.11 PPC with macports 1.8.1 > installed, and get the following output messages: > > http://verkehrsplanung.com/TerminalAusgabeGnuplot.txt The proximate cause of the failure appears to be: ld: Undefined symbols: typeinfo for wxMemoryDC typeinfo for wxDataObject typeinfo for wxTopLevelWindowMac typeinfo for wxApp typeinfo for wxFrame typeinfo for wxPanel typeinfo for wxDialog typeinfo for wxObject typeinfo for wxThread typeinfo for wxControl However, the preceding warnings about many symbols being taken from /usr/lib/libwx_macud-2.5.dylib instead of libraries in /opt/local/lib are highly suspect. Quite possibly what is being warned about beforehand: "warning suggest use of -bind_at_load, as lazy binding may result in errors or different symbols being used" > There comes the line > /"You need automake newer 1.8 (fink helps)!!"/ > > AFAIK macports does only provide automake 1.1 and 1.7 - do I have to bother? The current automake port is 1.11. - Josh From max.e.brown at gmail.com Tue Nov 3 01:36:38 2009 From: max.e.brown at gmail.com (max.e.brown at gmail.com) Date: Tue, 03 Nov 2009 10:36:38 +0100 Subject: KOffice 2.1 RC1 Message-ID: Hi, Is KOffice 2.1 Release Candidate 1 available via MacPorts? I would like to try this out because 2.1 will be the first version (?) with Mac OS X as a supported platform. I can see the port koffice2-devel @1.9.98.7 --- is that 2.1 RC1? Thanks. Max (Using 10.4.11, macports v1.8.1) From abe.gillespie.lists at gmail.com Tue Nov 3 09:43:12 2009 From: abe.gillespie.lists at gmail.com (Abram Gillespie) Date: Tue, 3 Nov 2009 12:43:12 -0500 Subject: Error during pgadmin3 install Message-ID: <283a65ca0911030943x4fd3fbb5x4ae04768ec0c0798@mail.gmail.com> I'm getting this: ../src/common/intl.cpp: In static member function 'static int wxLocale::GetSystemLanguage()': ../src/common/intl.cpp:2060: error: 'smScriptLang' was not declared in this scope ../src/common/intl.cpp:2060: error: 'GetScriptVariable' was not declared in this scope ../src/common/intl.cpp:2061: warning: 'GetScriptManagerVariable' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:993) ../src/common/intl.cpp:2061: warning: 'GetScriptManagerVariable' is deprecated (declared at /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Script.h:993) make: *** [monodll_intl.o] Error 1 Thanks for any help. -Abe From abe.gillespie.lists at gmail.com Tue Nov 3 10:09:58 2009 From: abe.gillespie.lists at gmail.com (Abram Gillespie) Date: Tue, 3 Nov 2009 13:09:58 -0500 Subject: Starting postgres84 Message-ID: <283a65ca0911031009o6c5def7lbada74b5255df10@mail.gmail.com> I'm getting this error in my log when I attempt to start postgres via /opt/local/lib/postgresql84/bin/pg_ctl sh: /opt/local/lib/postgresql83/bin/postgres: No such file or directory Is it possible 8.4 pg_ctl is compiled with old, 8.3 paths? Or is my system being probed for the path and I have old junk laying around that's confusing things? Thanks. -Abe From vince at macports.org Tue Nov 3 10:14:37 2009 From: vince at macports.org (vincent habchi) Date: Tue, 3 Nov 2009 19:14:37 +0100 Subject: Starting postgres84 In-Reply-To: <283a65ca0911031009o6c5def7lbada74b5255df10@mail.gmail.com> References: <283a65ca0911031009o6c5def7lbada74b5255df10@mail.gmail.com> Message-ID: <7EAD91B2-0762-4E3C-9F09-41F522BB90BB@macports.org> Le 3 nov. 2009 ? 19:09, Abram Gillespie a ?crit : > I'm getting this error in my log when I attempt to start postgres via > /opt/local/lib/postgresql84/bin/pg_ctl > > sh: /opt/local/lib/postgresql83/bin/postgres: No such file or > directory > > Is it possible 8.4 pg_ctl is compiled with old, 8.3 paths? Or is my > system being probed for the path and I have old junk laying around > that's confusing things? Normally, no, of course :) Look at the output of : strings /opt/local/lib/postgresql84/bin/pg_ctl You should get, at the end, postgresql84 hard coded paths. Vincent From abe.gillespie.lists at gmail.com Tue Nov 3 10:17:54 2009 From: abe.gillespie.lists at gmail.com (Abram Gillespie) Date: Tue, 3 Nov 2009 13:17:54 -0500 Subject: Starting postgres84 In-Reply-To: <7EAD91B2-0762-4E3C-9F09-41F522BB90BB@macports.org> References: <283a65ca0911031009o6c5def7lbada74b5255df10@mail.gmail.com> <7EAD91B2-0762-4E3C-9F09-41F522BB90BB@macports.org> Message-ID: <283a65ca0911031017v19cad748n90df655d04033906@mail.gmail.com> Yep, I see that. Thanks for the idea. I think the problem is that I'm trying to start 8.4 against a DB cluster I had in 8.3. Is there a way to upgrade the DB? Thanks. -Abe On Tue, Nov 3, 2009 at 1:14 PM, vincent habchi wrote: > Le 3 nov. 2009 ? 19:09, Abram Gillespie a ?crit : > >> I'm getting this error in my log when I attempt to start postgres via >> /opt/local/lib/postgresql84/bin/pg_ctl >> >> sh: /opt/local/lib/postgresql83/bin/postgres: No such file or directory >> >> Is it possible 8.4 pg_ctl is compiled with old, 8.3 paths? ?Or is my >> system being probed for the path and I have old junk laying around >> that's confusing things? > > Normally, no, of course :) > > Look at the output of : > strings /opt/local/lib/postgresql84/bin/pg_ctl > > You should get, at the end, postgresql84 hard coded paths. > > Vincent From abe.gillespie.lists at gmail.com Tue Nov 3 10:18:45 2009 From: abe.gillespie.lists at gmail.com (Abram Gillespie) Date: Tue, 3 Nov 2009 13:18:45 -0500 Subject: Starting postgres84 In-Reply-To: <283a65ca0911031017v19cad748n90df655d04033906@mail.gmail.com> References: <283a65ca0911031009o6c5def7lbada74b5255df10@mail.gmail.com> <7EAD91B2-0762-4E3C-9F09-41F522BB90BB@macports.org> <283a65ca0911031017v19cad748n90df655d04033906@mail.gmail.com> Message-ID: <283a65ca0911031018l6adf6fdan3da020ea44bd2f90@mail.gmail.com> Um ... yes: http://www.digipedia.pl/man/doc/view/pg_upgradecluster.8.html Sorry for all the noise, folks. -Abe On Tue, Nov 3, 2009 at 1:17 PM, Abram Gillespie wrote: > Yep, I see that. ?Thanks for the idea. > > I think the problem is that I'm trying to start 8.4 against a DB > cluster I had in 8.3. ?Is there a way to upgrade the DB? > > Thanks. > -Abe > > On Tue, Nov 3, 2009 at 1:14 PM, vincent habchi wrote: >> Le 3 nov. 2009 ? 19:09, Abram Gillespie a ?crit : >> >>> I'm getting this error in my log when I attempt to start postgres via >>> /opt/local/lib/postgresql84/bin/pg_ctl >>> >>> sh: /opt/local/lib/postgresql83/bin/postgres: No such file or directory >>> >>> Is it possible 8.4 pg_ctl is compiled with old, 8.3 paths? ?Or is my >>> system being probed for the path and I have old junk laying around >>> that's confusing things? >> >> Normally, no, of course :) >> >> Look at the output of : >> strings /opt/local/lib/postgresql84/bin/pg_ctl >> >> You should get, at the end, postgresql84 hard coded paths. >> >> Vincent > From deliverable at gmail.com Tue Nov 3 12:39:27 2009 From: deliverable at gmail.com (Alexy Khrabrov) Date: Tue, 3 Nov 2009 16:39:27 -0400 Subject: ghc as an upgrade-stopper Message-ID: <7c737f300911031239h5a22693fy127d608aa867247e@mail.gmail.com> So I wanted to effect a cheap Snow Leopard upgrade with time sudo port upgrade --enforce-variants installed However, I used to have a ghc, and now it stops the process with: ... Error: Target org.macports.fetch returned: ghc is not yet supported on Mac OS X 10.6.x (SnowLeopard) Now I did port uninstall clean ghc... Do I need further obliteration efforts to make upgrade go past it? Cheers, Alexy From petersj at in.tum.de Tue Nov 3 13:09:22 2009 From: petersj at in.tum.de (Janosch Peters) Date: Tue, 3 Nov 2009 21:09:22 +0000 (UTC) Subject: Gimp bus error Message-ID: Hi, Since a few weeks, gimp crashes shortly after the UI comes up. If I drag the picture window over the desktop it crashes every time. This is the output: zaphod:skript jp$ gimp --g-fatal-warnings --stack-trace-mode=always gimp: fatal error: Bus error #0 0x9716b851 in __wait4 () #1 0x9716b847 in waitpid$UNIX2003 () #2 0x010422ec in g_on_error_stack_trace () #3 0x00002be0 in gimp_eek () #4 0x00002c64 in gimp_fatal_error () #5 0x000036cc in gimp_sigfatal_handler () #6 #7 0x00000000 in ?? () #8 0x00b654b9 in send_crossing_event () #9 0x00b6650e in _gdk_windowing_got_event () #10 0x00b7257c in _gdk_events_queue () #11 0x00b7117c in gdk_event_dispatch () #12 0x01068a0d in g_main_context_dispatch () #13 0x0106c48b in g_main_context_iterate () #14 0x0106c767 in g_main_loop_run () #15 0x00002319 in app_run () #16 0x00003493 in main () (script-fu:48431): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error But DBus IS running: zaphod:skript jp$ ps ax|grep dbus 48275 ?? Ss 0:00.00 /opt/local/bin/dbus-daemon --system --nofork 48373 s002 R+ 0:00.00 grep dbus Im really lost now. I rebuilt all dependencies of gimp to single out any errors which may be caused by linking to old libraries. BTW I use the quartz variant: The following ports are currently installed: gimp2 @2.6.7_0+darwin_9+debug+no_x11+quartz (active) gimp2 @2.6.7_0+darwin_9+no_x11+quartz Any help is appreciated. cheers, Janosch From blb at macports.org Tue Nov 3 13:11:20 2009 From: blb at macports.org (Bryan Blackburn) Date: Tue, 3 Nov 2009 14:11:20 -0700 Subject: can't selfupdate, can't install invalid command name "license" In-Reply-To: <4AF07C00.30203@mat.ucm.es> References: <4AF07C00.30203@mat.ucm.es> Message-ID: <20091103211120.GM476@ninagal.withay.com> On Tue, Nov 03, 2009 at 07:52:48PM +0100, Uwe Brauer said: > Hello First, note that you don't want to send emails to the macports-tickets list, you want the macports-users list instead: > > I just downloaded the last darwin port (1.7) for Leopard. Now 2 > problems occur 1.7 is old, and DarwinPorts has not existed for several years now, see for the current MacPorts version and for info on naming. > > sudo port -d selfupdate > > gives me > "macports::selfupdate [array get global_options]" > Error: /opt/local/bin/port: port selfupdate failed: Error installing new > MacPorts base: shell command "cd > /opt/local/var/macports/sources/rsync.macports.org/release/base && > ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl > --with-install-user=root --with-install-group=admin > --with-directory-mode=0755 && make && make install" returned error 1 > configure: error: in > `/opt/local/var/macports/sources/rsync.macports.org/release/base': > configure: error: no acceptable C compiler found in $PATH > See `config.log' for more details. Sounds like you may not have Xcode installed, which is a requirement as MacPorts usually builds from source; see for help on installing. > > > and when I try to install say xemacs > sudo port install xemacs > > I obtain > Error: Unable to execute port: invalid command name "license" This should be fixed once you get 1.8.1 installed, as well as the livecheck.type error. Bryan > > So I thought the reason lies in the missing CC compiler > sudo port install apple-gcc40 > > gives > > Error: Unable to open port: invalid command name "livecheck.type" > > > > what can I do > > thanks very much > > Uwe Brauer From allbery at kf8nh.com Tue Nov 3 13:30:48 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Tue, 3 Nov 2009 16:30:48 -0500 Subject: ghc as an upgrade-stopper In-Reply-To: <7c737f300911031239h5a22693fy127d608aa867247e@mail.gmail.com> References: <7c737f300911031239h5a22693fy127d608aa867247e@mail.gmail.com> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Nov 3, 2009, at 15:39 , Alexy Khrabrov wrote: > Error: Target org.macports.fetch returned: ghc is not yet supported on > Mac OS X 10.6.x (SnowLeopard) > > Now I did port uninstall clean ghc... Do I need further obliteration > efforts to make upgrade go past it? You have something installed which has ghc as a build dependency, and you'll have to remove it. - -- 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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) iEYEARECAAYFAkrwoRMACgkQIn7hlCsL25XJZACfX6KUFZRoP5VOa4mfXparZ9kW nkEAoMtlLO5KRnbMd1n8M0byNo3rOasn =iyJu -----END PGP SIGNATURE----- From dweber at macports.org Wed Nov 4 11:29:07 2009 From: dweber at macports.org (Darren Weber) Date: Wed, 4 Nov 2009 11:29:07 -0800 Subject: X11 flicker (using imagemagick::animate) Message-ID: Does anyone see a lot of flicker and poor interaction behavior when using the animate tool from ImageMagick? It's almost useless on 10.5.8, with XQuartz 2.4.0. It looks like ImageMagick builds against MacPorts X11 libs, not the XQuartz installation: $ otool -L /opt/local/bin/animate /opt/local/bin/animate: /opt/local/lib/libMagickCore.2.dylib (compatibility version 3.0.0, current version 3.0.0) /opt/local/lib/libMagickWand.2.dylib (compatibility version 3.0.0, current version 3.0.0) /opt/local/lib/libtiff.3.dylib (compatibility version 13.0.0, current version 13.1.0) /opt/local/lib/libjbig.2.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.4) /opt/local/lib/libjpeg.62.dylib (compatibility version 63.0.0, current version 63.0.0) /opt/local/lib/libfftw3.3.dylib (compatibility version 6.0.0, current version 6.4.0) /opt/local/lib/libfontconfig.1.dylib (compatibility version 6.0.0, current version 6.3.0) /opt/local/lib/libexpat.1.dylib (compatibility version 7.0.0, current version 7.2.0) /opt/local/lib/libfreetype.6.dylib (compatibility version 10.0.0, current version 10.20.0) /opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current version 8.0.0) /opt/local/lib/libXext.6.dylib (compatibility version 11.0.0, current version 11.0.0) /opt/local/lib/libXt.6.dylib (compatibility version 7.0.0, current version 7.0.0) /opt/local/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.5) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3) /opt/local/lib/libltdl.7.dylib (compatibility version 10.0.0, current version 10.0.0) /opt/local/lib/libSM.6.dylib (compatibility version 7.0.0, current version 7.1.0) /opt/local/lib/libICE.6.dylib (compatibility version 10.0.0, current version 10.0.0) /opt/local/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.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/libgomp.1.dylib (compatibility version 2.0.0, current version 2.0.0) /opt/local/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) -------------- next part -------------- An HTML attachment was scrubbed... URL: From rechner at vlado-do.de Wed Nov 4 11:40:24 2009 From: rechner at vlado-do.de (Vlado Plaga) Date: Wed, 4 Nov 2009 20:40:24 +0100 Subject: KOffice 2.1 RC1 In-Reply-To: References: Message-ID: <20091104204024.4db43369@platypus.fritz.box> Am Tue, 03 Nov 2009 10:36:38 +0100 schrieb max.e.brown at gmail.com: > I can see the port koffice2-devel > @1.9.98.7 --- is that 2.1 RC1? Sounds more like a pre 2.0 version to me. Anyway, to me it seems like KDE in MacPorts is in quite a bad state. Maybe you should try Fink instead. I got a working digiKam 0.10 from Fink without hassles (apart from the endless compile time: expect more than a day, if your system still is a PowerPC). Fink also seems to have a newer KOffice (no 2.1 yet, though). http://pdb.finkproject.org/pdb/package.php/koffice2-mac I haven't used KOffice yet, OpenOffice.org is ok for me. Regards, Vlado From jeremyhu at macports.org Wed Nov 4 12:52:33 2009 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Wed, 4 Nov 2009 12:52:33 -0800 Subject: X11 flicker (using imagemagick::animate) In-Reply-To: References: Message-ID: <826D0699-D6AC-4646-B2B2-951F18E08A0B@macports.org> On Nov 4, 2009, at 11:29, Darren Weber wrote: > Does anyone see a lot of flicker and poor interaction behavior when using > the animate tool from ImageMagick? > > It's almost useless on 10.5.8, with XQuartz 2.4.0. > > It looks like ImageMagick builds against MacPorts X11 libs, not the XQuartz > installation: Right, that's per MacPorts policy to use internal libs rather than system ones where practical. The MacPorts libs are actually newer than the ones in XQuartz 2.4.0. My guess is that animate uses normal Xlib calls to render its images. Is there an option to use the RENDER extension instead? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5820 bytes Desc: not available URL: From talklists at newgeo.com Wed Nov 4 15:54:32 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 4 Nov 2009 15:54:32 -0800 Subject: A few pointers about launchd and daemondo In-Reply-To: References: Message-ID: On Oct 30, 2009, at 2:55 PM, Panagiotis Atmatzidis wrote: > Greetings, > > I've created my first launchd script. It's for OpenVPN2. Here are > the files I've created so far: Just out of general curiosity, why use openVPN2? I have been meaning to create a set of launchd items that start the built in VPN server on OS X. It is really quite trivial with the inbuilt one. Just start it up, give it a range, plop in some user:pass stuff, and you have a pretty nice VPN ready to go. Apparently OS X Sever has a GUI for this, but OS X Client does not even claim to support it, though it does, and has been every day I am at the coffee shop :) What advantages, and what am I missing out on by using this method over openVPN? > devo:/opt/local/etc/LaunchDaemons root# ls -l org.macports.OpenVPN2/ > total 16 > -rwxr-xr-x 1 root admin 957 Oct 30 23:06 OpenVPN2.wrapper > -rw-r--r-- 1 root admin 1026 Oct 30 23:39 > org.macports.OpenVPN2.plist I do not like the way in which launchd scrips are put into play in MacPorts. I never could understand the magic it was doing under the hood. Since I consider them almost always starting servers of some form, I have moved to making my own normal .plist files and putting them in files/tld.app.binary.plist, so org.pure-ftpd.ftpd.plist or similar. it would seem every time I needed to add something a little out of the ordinary I was getting stuck, whereas a plist is rather simple for me to understand, and just as easy to copy into place. > The Wrapper > > [snip... removed wrapper code] > > > the .plist which is an: ln -sf /opt/local/etc/LaunchDaemons/ > org.macports.OpenVPN2/org.macports.OpenVPN2.plist /Library/ > LaunchDaemons/.... > ------------------------ > > "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > > > > Labelorg.macports.OpenVPN2 > ProgramArguments > > /opt/local/bin/daemondo > --label=OpenVPN2 > --start-cmd > /opt/local/etc/LaunchDaemons/org.macports.OpenVPN2/ > OpenVPN2.wrapper > start > ; > --stop-cmd > /opt/local/etc/LaunchDaemons/org.macports.OpenVPN2/ > OpenVPN2.wrapper > stop > ; > --restart-cmd > /opt/local/etc/LaunchDaemons/org.macports.OpenVPN2/ > OpenVPN2.wrapper > restart > ; > --pid=none > > Debug > Disabled > OnDemand > RunAtLoad > NetworkState > > > > > However, there are two issues that I can't seem to be able to manage > right now. > > The first is that OpenVPN does not start at boot while the module is > loaded succesfully. When I login to the system and kill daemondo, it > relaunches itself and ovpn works fine. I suspect that the problem is > en0. Launchd tries to launchd openvpn before en0 comes up. That's > why I put the NetworkState keyword, but it does not seem to effect > *any* startup script. I had issues with dnsmasq also in the recent > past. Are you sure that "NetworkState" is what you are looking for? From the man page $man 5 launchd.plist NetworkState If true, the job will be kept alive as long as the network is up, where up is defined as at least one non-loopback interface being up and having IPv4 or IPv6 addresses assigned to them. If false, the job will be kept alive in the inverse condition. NetworkState seems to be for keeping a job alive if the network is up, or keeping it dead if the network is down. In your case, the app is not up yet. My interpretation is that since the app never launched via launchd, the NetworkState test never comes into play. I could be wrong, that is just how I am reading that man page. I have a machine that loads a good chunk of IP's into an interface, and I need to make sure they are all up before moving on, or the final app will not work correctly. I used `ipconfig` to make sure this happened in a "wrapper" script. $man ipconfig There is a lot of good stuff in there that could help you, even just the logging verbosity you can kick up and see what is going on. The argument I used was waitall Blocks until all network services have completed configuring, or have timed out in the process of configuring. This is only useful for initial system start-up time synchronization for legacy network services that are inca- pable of dealing with dynamic network configuration changes. If you were to add to your wrapper/start script: /usr/sbin/ipconfig waitall Then a basic test of the result of that command: $? tests the last command ran, as far as I now, or set the result to a variable... if [[ $? -eq 0 ]] then echo "Interfaces are NOT up" else echo "Interfaces are up" fi You probably have to put that in a while loop, and keep on trying until the interfaces are all up. I would be inclined to put a little `sleep 1` in there to reduce the number of checks. And a counter to make sure it does not accidentally run wild and keep running forever, sort of a safety net to exit. If loopcount > 100 then exit type of thing. > The second problem with this script is that when I unload it via > launchd it does not kill the process. Launchd unloads the script and > (probably) will not be launchd (if -w is added) in the next boot but > daemondo keeps running the process nevertheless. Is this a normal > behaviour? I can not help on this one, unload should not only remove the job, but also stop it if it is running. Though I find this very dependent on how the app itself works. For example, I never seem to get a unloading of Apache2 to stop apache, which I assume is why there are tools like `apachectl stop`. Apache spawns a number of processes of itself as needed, so to me, it make sense that launchd would only be able to track the initial app it started. If I had a launchd item that started 10 copies of `find`, and then unloaded that launchd, I would imagine I would only stop 9 of those copies, the rest would keep running. Or maybe I only stop the script itself, and all the copies of `find` keep running. Maybe keep that in mind when working on this. > I'm not *that* worried about the second. I'd prefer to have a > solution about the first one, which is the most important for me. I would get a standalone launchd plist calling a script that does the work of starting the job as you want it. While you can jam all sorts of commands and scripting into a launchd file, I find them to be messy and hard to debug. You have to take special care with spaces, quotes, and paths and some other little "gotcha" areas. I find if I can get a local script to start my app as I want it, then I just have one command in my plist to call that script, things are a lot cleaner. Once you have that working, it is up to you to use `daemondo` or not. Hopefully some of this is of help. I am not very versed in much of this, so it is mostly just to point you in a direction that hopefully gets you where you need to go. -- Scott * If you contact me off list replace talklists@ with scott@ * From atma at convalesco.org Wed Nov 4 22:10:55 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Thu, 5 Nov 2009 08:10:55 +0200 Subject: A few pointers about launchd and daemondo In-Reply-To: References: Message-ID: <041678D7-3F92-43B7-965A-B4DA5157FE4F@convalesco.org> On 05 ??? 2009, at 1:54 ?.?., Scott Haneda wrote: > On Oct 30, 2009, at 2:55 PM, Panagiotis Atmatzidis wrote: > >> Greetings, >> >> I've created my first launchd script. It's for OpenVPN2. Here are >> the files I've created so far: > > Just out of general curiosity, why use openVPN2? I have been > meaning to create a set of launchd items that start the built in VPN > server on OS X. It is really quite trivial with the inbuilt one. > Just start it up, give it a range, plop in some user:pass stuff, and > you have a pretty nice VPN ready to go. > > Apparently OS X Sever has a GUI for this, but OS X Client does not > even claim to support it, though it does, and has been every day I > am at the coffee shop :) > > What advantages, and what am I missing out on by using this method > over openVPN? None I believe. I run a mac mini G4 ppc with MacOSX Tiger Desktop edition though and I don't plan to buy the server edition of tiger for home usage only. So actually I don't have that option. I can't recall now, but there are also a few more advantages to openvpn over the standard L2TP/IPsec implementation. > >> devo:/opt/local/etc/LaunchDaemons root# ls -l org.macports.OpenVPN2/ >> total 16 >> -rwxr-xr-x 1 root admin 957 Oct 30 23:06 OpenVPN2.wrapper >> -rw-r--r-- 1 root admin 1026 Oct 30 23:39 >> org.macports.OpenVPN2.plist > > I do not like the way in which launchd scrips are put into play in > MacPorts. I never could understand the magic it was doing under the > hood. Since I consider them almost always starting servers of some > form, I have moved to making my own normal .plist files and putting > them in files/tld.app.binary.plist, so org.pure-ftpd.ftpd.plist or > similar. It works with abstractions. In some cases even triple ones. Launchd calles a script, which calls a second script, which (it may) call a third script. While the magic of launchd should be the capability to handle everything using a clean .plist file, but apparently that's not the case. > > it would seem every time I needed to add something a little out of > the ordinary I was getting stuck, whereas a plist is rather simple > for me to understand, and just as easy to copy into place. True. plist and XML in general is *easy* to understand. Launchd is easy to explain, it's hard to make it work though. I believe that it is a great idea, implemented badly. But that's my opinion, I don't plan to start a flamewar, but for me (and I've lost several hours on it) lacks of flexibility and I fail to see how it will replace cron (among other things). > >> The Wrapper >> >> [snip... removed wrapper code] >> >> >> the .plist which is an: ln -sf /opt/local/etc/LaunchDaemons/ >> org.macports.OpenVPN2/org.macports.OpenVPN2.plist /Library/ >> LaunchDaemons/.... >> ------------------------ >> >> > "http://www.apple.com/DTDs/PropertyList-1.0.dtd" > >> >> >> Labelorg.macports.OpenVPN2 >> ProgramArguments >> >> /opt/local/bin/daemondo >> --label=OpenVPN2 >> --start-cmd >> /opt/local/etc/LaunchDaemons/org.macports.OpenVPN2/ >> OpenVPN2.wrapper >> start >> ; >> --stop-cmd >> /opt/local/etc/LaunchDaemons/org.macports.OpenVPN2/ >> OpenVPN2.wrapper >> stop >> ; >> --restart-cmd >> /opt/local/etc/LaunchDaemons/org.macports.OpenVPN2/ >> OpenVPN2.wrapper >> restart >> ; >> --pid=none >> >> Debug >> Disabled >> OnDemand >> RunAtLoad >> NetworkState >> >> >> >> >> However, there are two issues that I can't seem to be able to >> manage right now. >> >> The first is that OpenVPN does not start at boot while the module >> is loaded succesfully. When I login to the system and kill >> daemondo, it relaunches itself and ovpn works fine. I suspect that >> the problem is en0. Launchd tries to launchd openvpn before en0 >> comes up. That's why I put the NetworkState keyword, but it does >> not seem to effect *any* startup script. I had issues with dnsmasq >> also in the recent past. > > Are you sure that "NetworkState" is what you are looking for? > From the man page $man 5 launchd.plist > > NetworkState > If true, the job will be kept alive as long as the network is up, > where up is defined as at least one non-loopback interface being > up > and having IPv4 or IPv6 addresses assigned to them. If false, the > job will be kept alive in the inverse condition. > > NetworkState seems to be for keeping a job alive if the network is > up, or keeping it dead if the network is down. In your case, the > app is not up yet. My interpretation is that since the app never > launched via launchd, the NetworkState test never comes into play. > > I could be wrong, that is just how I am reading that man page. > > I have a machine that loads a good chunk of IP's into an interface, > and I need to make sure they are all up before moving on, or the > final app will not work correctly. I used `ipconfig` to make sure > this happened in a "wrapper" script. > > $man ipconfig > There is a lot of good stuff in there that could help you, even just > the logging verbosity you can kick up and see what is going on. > > The argument I used was > > waitall Blocks until all network services have completed > configuring, > or have timed out in the process of configuring. > This is only useful for initial system start-up time > synchronization for legacy network services that are inca- > pable of dealing with dynamic network configuration > changes. > > If you were to add to your wrapper/start script: > /usr/sbin/ipconfig waitall Thanks, I figure this out [1]. Here is my solution on the problem. I have just two interfaces here, en0 and tun. We need to load tun, after en0 is up. >> The second problem with this script is that when I unload it via >> launchd it does not kill the process. Launchd unloads the script >> and (probably) will not be launchd (if -w is added) in the next >> boot but daemondo keeps running the process nevertheless. Is this a >> normal behaviour? > > I can not help on this one, unload should not only remove the job, > but also stop it if it is running. Though I find this very > dependent on how the app itself works. For example, I never seem to > get a unloading of Apache2 to stop apache, which I assume is why > there are tools like `apachectl stop`. > > Apache spawns a number of processes of itself as needed, so to me, > it make sense that launchd would only be able to track the initial > app it started. If I had a launchd item that started 10 copies of > `find`, and then unloaded that launchd, I would imagine I would only > stop 9 of those copies, the rest would keep running. Or maybe I > only stop the script itself, and all the copies of `find` keep > running. > > Maybe keep that in mind when working on this. This one was also bad shell script. Apparently now it does [1]. However, the shell script I wrote can be done a lot better, I just don't have the time (and will at this point) to polish it. > >> I'm not *that* worried about the second. I'd prefer to have a >> solution about the first one, which is the most important for me. > > > I would get a standalone launchd plist calling a script that does > the work of starting the job as you want it. While you can jam all > sorts of commands and scripting into a launchd file, I find them to > be messy and hard to debug. You have to take special care with > spaces, quotes, and paths and some other little "gotcha" areas. Yes, this is true. > > I find if I can get a local script to start my app as I want it, > then I just have one command in my plist to call that script, things > are a lot cleaner. > > Once you have that working, it is up to you to use `daemondo` or not. > > Hopefully some of this is of help. I am not very versed in much of > this, so it is mostly just to point you in a direction that > hopefully gets you where you need to go. > -- > Scott * If you contact me off list replace talklists@ with scott@ * > Thank you nevertheless. I was "saved" by the 'ipconfig wait' keyword. I thought that launchd came up to make us get rid of the script lying all over the place in /. Probably it's not like that. Still I fail to see the "greatness" in launchd. [1] http://www.convalesco.org/2009/10/31/manage-to-launch-openvpn-at-boot-under-macosx/ Panagiotis (atmosx) 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 nospaming at aedon.eu Thu Nov 5 00:08:41 2009 From: nospaming at aedon.eu (Nico Nachtigall) Date: Thu, 05 Nov 2009 09:08:41 +0100 Subject: Localized GTK Apps? How to do it? In-Reply-To: References: Message-ID: <4AF28809.50301@aedon.eu> Hi guys, I'd like to have gtk apps localized. At the moment e.g wireshark is english only on my system and pan2 got translated only in 1/3 or so. /> locale LANG="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_CTYPE="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_ALL= Am I missing some packages or there are just no translations in macports? Cheers Nico -- http://www.hochzeit-fotograf.org/ http://www.hochzeitsbuch.info/ From nospaming at aedon.eu Thu Nov 5 00:16:34 2009 From: nospaming at aedon.eu (Nico Nachtigall) Date: Thu, 05 Nov 2009 09:16:34 +0100 Subject: Localized GTK Apps? How to do it? Message-ID: <4AF289E2.1070603@aedon.eu> Hi guys, I'd like to have gtk apps localized. At the moment e.g wireshark is english only on my system and pan2 got translated only in 1/3 or so. /> locale LANG="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_CTYPE="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_ALL= Am I missing some packages or there are just no translations in macports? Cheers Nico http://www.hochzeit-fotograf.org/ http://www.hochzeitsbuch.info/ From as at wearemortensen.com Thu Nov 5 01:03:16 2009 From: as at wearemortensen.com (Alex Sancho) Date: Thu, 5 Nov 2009 10:03:16 +0100 Subject: Apache + subversion: Segmentation fault Message-ID: I'm not really sure what's happening on my enviroment, but after upgrading to snow leopard and Mac Ports 1.8.1 each time i try to do a svn commit apache dies. Other subversion commands runs fine. I've make a fresh macports install with no luck. Can anyone help me to solve this? Thanks in advance From atma at convalesco.org Thu Nov 5 01:33:06 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Thu, 5 Nov 2009 11:33:06 +0200 Subject: Apache + subversion: Segmentation fault In-Reply-To: References: Message-ID: <92561047-4DFA-45B4-9A3F-03DE64F4AE23@convalesco.org> On 05 ??? 2009, at 11:03 ?.?., Alex Sancho wrote: > I'm not really sure what's happening on my enviroment, but after > upgrading to snow leopard and Mac Ports 1.8.1 each time i try to do > a svn commit apache dies. Other subversion commands runs fine. > > I've make a fresh macports install with no luck. > > Can anyone help me to solve this? > > Thanks in advance > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users Hello, Can you post some more info? Maybe apache and svn logs for instance? regards Panagiotis (atmosx) 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 as at wearemortensen.com Thu Nov 5 01:48:24 2009 From: as at wearemortensen.com (Alex Sancho) Date: Thu, 5 Nov 2009 10:48:24 +0100 Subject: Apache + subversion: Segmentation fault In-Reply-To: <92561047-4DFA-45B4-9A3F-03DE64F4AE23@convalesco.org> References: <92561047-4DFA-45B4-9A3F-03DE64F4AE23@convalesco.org> Message-ID: <4BF4E520-23A9-42FD-9849-4864B9196BF7@wearemortensen.com> Sure, subversion response: Commit failed (details follow): MKACTIVITY of '/svn/project/!svn/act/20f251cd-5cd0-4d08- a7d7-44b9bb6ee585': Could not read status line: connection was closed by server Apache error log: [Thu Nov 05 10:44:39 2009] [info] mod_unique_id: using ip addr 192.168.1.5 [Thu Nov 05 10:44:40 2009] [info] mod_fcgid: Process manager 8272 started [Thu Nov 05 10:44:41 2009] [notice] Digest: generating secret for digest authentication ... [Thu Nov 05 10:44:41 2009] [notice] Digest: done [Thu Nov 05 10:44:41 2009] [notice] Apache/2.2.14 (Unix) DAV/2 PHP/ 5.3.0 SVN/1.6.5 mod_perl/2.0.4 Perl/v5.8.9 configured -- resuming normal operations [Thu Nov 05 10:44:41 2009] [info] Server built: Oct 28 2009 11:32:02 [Thu Nov 05 10:44:41 2009] [debug] prefork.c(1013): AcceptMutex: sysvsem (default: sysvsem) [Thu Nov 05 10:45:00 2009] [notice] child pid 8278 exit signal Segmentation fault (11) [Thu Nov 05 10:45:00 2009] [notice] child pid 8277 exit signal Segmentation fault (11) I can send apache crash log if helps thanks for your interest El 05/11/2009, a las 10:33, Panagiotis Atmatzidis escribi?: > > On 05 ??? 2009, at 11:03 ?.?., Alex Sancho wrote: > >> I'm not really sure what's happening on my enviroment, but after >> upgrading to snow leopard and Mac Ports 1.8.1 each time i try to do >> a svn commit apache dies. Other subversion commands runs fine. >> >> I've make a fresh macports install with no luck. >> >> Can anyone help me to solve this? >> >> Thanks in advance >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > > > Hello, > > Can you post some more info? Maybe apache and svn logs for instance? > > regards > > Panagiotis (atmosx) 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." > Alex: Coding at Mortensen contact | as at wearemortensen.com | gtalk: as at wearemortensen.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From atma at convalesco.org Thu Nov 5 06:41:40 2009 From: atma at convalesco.org (Panagiotis Atmatzidis) Date: Thu, 5 Nov 2009 16:41:40 +0200 Subject: Apache + subversion: Segmentation fault In-Reply-To: <4BF4E520-23A9-42FD-9849-4864B9196BF7@wearemortensen.com> References: <92561047-4DFA-45B4-9A3F-03DE64F4AE23@convalesco.org> <4BF4E520-23A9-42FD-9849-4864B9196BF7@wearemortensen.com> Message-ID: <338BAEEC-6831-4C68-B510-3133D42106FE@convalesco.org> Hello, Well yes, post a link or post here the apache logs just the 6-7 last lines which may help. On 05 ??? 2009, at 11:48 ?.?., Alex Sancho wrote: > Sure, > > subversion response: > > Commit failed (details follow): > MKACTIVITY of '/svn/project/!svn/act/20f251cd-5cd0-4d08- > a7d7-44b9bb6ee585': Could not read status line: connection was > closed by server > > > Apache error log: > > [Thu Nov 05 10:44:39 2009] [info] mod_unique_id: using ip addr > 192.168.1.5 > [Thu Nov 05 10:44:40 2009] [info] mod_fcgid: Process manager 8272 > started > [Thu Nov 05 10:44:41 2009] [notice] Digest: generating secret for > digest authentication ... > [Thu Nov 05 10:44:41 2009] [notice] Digest: done > [Thu Nov 05 10:44:41 2009] [notice] Apache/2.2.14 (Unix) DAV/2 PHP/ > 5.3.0 SVN/1.6.5 mod_perl/2.0.4 Perl/v5.8.9 configured -- resuming > normal operations > [Thu Nov 05 10:44:41 2009] [info] Server built: Oct 28 2009 11:32:02 > [Thu Nov 05 10:44:41 2009] [debug] prefork.c(1013): AcceptMutex: > sysvsem (default: sysvsem) > [Thu Nov 05 10:45:00 2009] [notice] child pid 8278 exit signal > Segmentation fault (11) > [Thu Nov 05 10:45:00 2009] [notice] child pid 8277 exit signal > Segmentation fault (11) > > > I can send apache crash log if helps > > thanks for your interest > > El 05/11/2009, a las 10:33, Panagiotis Atmatzidis escribi?: > > > >> >> On 05 ??? 2009, at 11:03 ?.?., Alex Sancho wrote: >> >>> I'm not really sure what's happening on my enviroment, but after >>> upgrading to snow leopard and Mac Ports 1.8.1 each time i try to >>> do a svn commit apache dies. Other subversion commands runs fine. >>> >>> I've make a fresh macports install with no luck. >>> >>> Can anyone help me to solve this? >>> >>> Thanks in advance >>> _______________________________________________ >>> macports-users mailing list >>> macports-users at lists.macosforge.org >>> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> >> >> Hello, >> >> Can you post some more info? Maybe apache and svn logs for instance? >> >> regards >> >> Panagiotis (atmosx) 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." >> > > > Alex: Coding at Mortensen > contact | as at wearemortensen.com | gtalk: as at wearemortensen.com > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users Panagiotis (atmosx) 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 dluke at geeklair.net Thu Nov 5 07:16:59 2009 From: dluke at geeklair.net (Daniel J. Luke) Date: Thu, 5 Nov 2009 10:16:59 -0500 Subject: Apache + subversion: Segmentation fault In-Reply-To: <4BF4E520-23A9-42FD-9849-4864B9196BF7@wearemortensen.com> References: <92561047-4DFA-45B4-9A3F-03DE64F4AE23@convalesco.org> <4BF4E520-23A9-42FD-9849-4864B9196BF7@wearemortensen.com> Message-ID: <5ECA6CA4-3B40-4DCF-A406-B5285C4637F2@geeklair.net> On Nov 5, 2009, at 4:48 AM, Alex Sancho wrote: > Commit failed (details follow): > MKACTIVITY of '/svn/project/!svn/act/20f251cd-5cd0-4d08- > a7d7-44b9bb6ee585': Could not read status line: connection was > closed by server one person has said that reverting to apr 1.3.8 and rebuilding subversion fixed this (I haven't seen it, so I can't verify if that will help or not). [https://trac.macports.org/ticket/22129] Since you upgraded to SL, you may want to make sure your install of subversion and all of its dependencies were built fresh (and don't contain parts that were built on a previous Mac OS X). > Apache error log: > > [Thu Nov 05 10:44:39 2009] [info] mod_unique_id: using ip addr > 192.168.1.5 > [Thu Nov 05 10:44:40 2009] [info] mod_fcgid: Process manager 8272 > started > [Thu Nov 05 10:44:41 2009] [notice] Digest: generating secret for > digest authentication ... > [Thu Nov 05 10:44:41 2009] [notice] Digest: done > [Thu Nov 05 10:44:41 2009] [notice] Apache/2.2.14 (Unix) DAV/2 PHP/ > 5.3.0 SVN/1.6.5 mod_perl/2.0.4 Perl/v5.8.9 configured -- resuming > normal operations > [Thu Nov 05 10:44:41 2009] [info] Server built: Oct 28 2009 11:32:02 > [Thu Nov 05 10:44:41 2009] [debug] prefork.c(1013): AcceptMutex: > sysvsem (default: sysvsem) > [Thu Nov 05 10:45:00 2009] [notice] child pid 8278 exit signal > Segmentation fault (11) > [Thu Nov 05 10:45:00 2009] [notice] child pid 8277 exit signal > Segmentation fault (11) -- 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. | +========================================================+ From alex at cuafamily.com Thu Nov 5 07:51:28 2009 From: alex at cuafamily.com (Alexander Cua) Date: Thu, 5 Nov 2009 10:51:28 -0500 Subject: Using on Snow Leopard Server Message-ID: I have the server up and running but I need PHP mcrypt and imap modules in order to use SugarCRM and phpMyAdmin. I have macports running on the server tried the ports install php_mcrypt. I think it must have recompiled everything on another location since my phpinfo() says mcrypt is still not installed? Can someone help me out? I'm a new user on the Mac OS server so don't know my way around everything yet. From brad at pixilla.com Thu Nov 5 08:03:54 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Thu, 5 Nov 2009 08:03:54 -0800 Subject: Using on Snow Leopard Server In-Reply-To: References: Message-ID: <4F1FC6D9-E04D-4EF1-A8C5-4CA2A1C48A07@pixilla.com> On Nov 5, 2009, at 7:51 AM, Alexander Cua wrote: > I have the server up and running but I need PHP mcrypt and imap > modules in order to use SugarCRM and phpMyAdmin. > I have macports running on the server tried the ports install > php_mcrypt. > I think it must have recompiled everything on another location since > my phpinfo() says mcrypt is still not installed? > > Can someone help me out? I'm a new user on the Mac OS server so > don't know my way around everything yet. Are you running the Apple supplied Apache2? If so try stopping Apple apache and starting macports apache. Macports apache will be at /opt/local/apache unless you changed the macports prefix. // Brad From as at wearemortensen.com Thu Nov 5 08:07:54 2009 From: as at wearemortensen.com (Alex Sancho) Date: Thu, 5 Nov 2009 17:07:54 +0100 Subject: Apache + subversion: Segmentation fault In-Reply-To: <5ECA6CA4-3B40-4DCF-A406-B5285C4637F2@geeklair.net> References: <92561047-4DFA-45B4-9A3F-03DE64F4AE23@convalesco.org> <4BF4E520-23A9-42FD-9849-4864B9196BF7@wearemortensen.com> <5ECA6CA4-3B40-4DCF-A406-B5285C4637F2@geeklair.net> Message-ID: <98531CFA-8390-44A6-A42E-C40AAA24141B@wearemortensen.com> Many thanks David, i've downgraded apr to 1.3.8 and now all is working :D El 05/11/2009, a las 16:16, Daniel J. Luke escribi?: > On Nov 5, 2009, at 4:48 AM, Alex Sancho wrote: >> Commit failed (details follow): >> MKACTIVITY of '/svn/project/!svn/act/20f251cd-5cd0-4d08- >> a7d7-44b9bb6ee585': Could not read status line: connection was >> closed by server > > one person has said that reverting to apr 1.3.8 and rebuilding > subversion fixed this (I haven't seen it, so I can't verify if that > will help or not). [https://trac.macports.org/ticket/22129] > > Since you upgraded to SL, you may want to make sure your install of > subversion and all of its dependencies were built fresh (and don't > contain parts that were built on a previous Mac OS X). > >> Apache error log: >> >> [Thu Nov 05 10:44:39 2009] [info] mod_unique_id: using ip addr >> 192.168.1.5 >> [Thu Nov 05 10:44:40 2009] [info] mod_fcgid: Process manager 8272 >> started >> [Thu Nov 05 10:44:41 2009] [notice] Digest: generating secret for >> digest authentication ... >> [Thu Nov 05 10:44:41 2009] [notice] Digest: done >> [Thu Nov 05 10:44:41 2009] [notice] Apache/2.2.14 (Unix) DAV/2 PHP/ >> 5.3.0 SVN/1.6.5 mod_perl/2.0.4 Perl/v5.8.9 configured -- resuming >> normal operations >> [Thu Nov 05 10:44:41 2009] [info] Server built: Oct 28 2009 11:32:02 >> [Thu Nov 05 10:44:41 2009] [debug] prefork.c(1013): AcceptMutex: >> sysvsem (default: sysvsem) >> [Thu Nov 05 10:45:00 2009] [notice] child pid 8278 exit signal >> Segmentation fault (11) >> [Thu Nov 05 10:45:00 2009] [notice] child pid 8277 exit signal >> Segmentation fault (11) > > -- > 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. | > +========================================================+ > > > Alex: Coding at Mortensen contact | as at wearemortensen.com | gtalk: as at wearemortensen.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From fnasser at redhat.com Thu Nov 5 08:26:32 2009 From: fnasser at redhat.com (Fernando Nasser) Date: Thu, 05 Nov 2009 11:26:32 -0500 Subject: Looking for a port that installs a .app in /Applications/MacPorts/ Message-ID: <4AF2FCB8.6000001@redhat.com> Hi all, I am looking for a port that installs a .app in /Applications/MacPorts/ so I can use it as an example to add that for other posts. Can someone tell me a port that has this feature? Thanks in advance. --Fernando From jeff.pitman at gmail.com Thu Nov 5 08:35:05 2009 From: jeff.pitman at gmail.com (Jeff Pitman) Date: Fri, 6 Nov 2009 00:35:05 +0800 Subject: Gimp.app crashing Message-ID: <6b9c17630911050835u20a9e332nbf4c1c5ddfbdac61@mail.gmail.com> For some reason Gimp.app started crashing for me. I then did a full update of all outdated packages, but no effect. Anyone else having the same issue? Process: gimp-2.6 [96847] Path: /opt/local/bin/gimp-2.6 Identifier: gimp-2.6 Version: ??? (???) Code Type: X86 (Native) Parent Process: Gimp [96846] Interval Since Last Report: 13425 sec Crashes Since Last Report: 3 Per-App Interval Since Last Report: 0 sec Per-App Crashes Since Last Report: 1 Date/Time: 2009-11-06 00:33:00.366 +0800 OS Version: Mac OS X 10.5.8 (9L30) Report Version: 6 Anonymous UUID: B1EC737A-141A-43F4-82BC-88443D270FAF Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000 Crashed Thread: 0 Thread 0 Crashed: 0 ??? 0000000000 0 + 0 1 libgdk-quartz-2.0.0.dylib 0x00a3d50e _gdk_windowing_got_event + 766 2 libgdk-quartz-2.0.0.dylib 0x00a4957c _gdk_events_queue + 828 3 libgdk-quartz-2.0.0.dylib 0x00a4817c gdk_event_dispatch + 44 4 libglib-2.0.0.dylib 0x00f3fa0d g_main_context_dispatch + 573 5 libglib-2.0.0.dylib 0x00f4348b g_main_context_iterate + 1179 6 libglib-2.0.0.dylib 0x00f43767 g_main_loop_run + 439 7 gimp-2.6 0x00002369 app_run + 601 8 gimp-2.6 0x000034e3 main + 1075 9 gimp-2.6 0x00002016 start + 54 Thread 1: 0 libSystem.B.dylib 0x9191746e __semwait_signal + 10 1 libSystem.B.dylib 0x91941dcd pthread_cond_wait$UNIX2003 + 73 2 libglib-2.0.0.dylib 0x00f188fe g_async_queue_pop_intern_unlocked + 158 3 libglib-2.0.0.dylib 0x00f6af7e g_thread_pool_thread_proxy + 446 4 libglib-2.0.0.dylib 0x00f69018 g_thread_create_proxy + 152 5 libSystem.B.dylib 0x91941155 _pthread_start + 321 6 libSystem.B.dylib 0x91941012 thread_start + 34 Thread 2: 0 libSystem.B.dylib 0x9191746e __semwait_signal + 10 1 libSystem.B.dylib 0x91941dcd pthread_cond_wait$UNIX2003 + 73 2 libglib-2.0.0.dylib 0x00f188fe g_async_queue_pop_intern_unlocked + 158 3 libglib-2.0.0.dylib 0x00f6af7e g_thread_pool_thread_proxy + 446 4 libglib-2.0.0.dylib 0x00f69018 g_thread_create_proxy + 152 5 libSystem.B.dylib 0x91941155 _pthread_start + 321 6 libSystem.B.dylib 0x91941012 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x9191746e __semwait_signal + 10 1 libSystem.B.dylib 0x91941dcd pthread_cond_wait$UNIX2003 + 73 2 libglib-2.0.0.dylib 0x00f188fe g_async_queue_pop_intern_unlocked + 158 3 libglib-2.0.0.dylib 0x00f6af7e g_thread_pool_thread_proxy + 446 4 libglib-2.0.0.dylib 0x00f69018 g_thread_create_proxy + 152 5 libSystem.B.dylib 0x91941155 _pthread_start + 321 6 libSystem.B.dylib 0x91941012 thread_start + 34 Thread 4: 0 libSystem.B.dylib 0x9191746e __semwait_signal + 10 1 libSystem.B.dylib 0x91941dcd pthread_cond_wait$UNIX2003 + 73 2 libglib-2.0.0.dylib 0x00f188fe g_async_queue_pop_intern_unlocked + 158 3 libglib-2.0.0.dylib 0x00f6af7e g_thread_pool_thread_proxy + 446 4 libglib-2.0.0.dylib 0x00f69018 g_thread_create_proxy + 152 5 libSystem.B.dylib 0x91941155 _pthread_start + 321 6 libSystem.B.dylib 0x91941012 thread_start + 34 Thread 5: 0 libSystem.B.dylib 0x9191746e __semwait_signal + 10 1 libSystem.B.dylib 0x919679f8 pthread_cond_timedwait$UNIX2003 + 72 2 libgthread-2.0.0.dylib 0x00df863b g_cond_timed_wait_posix_impl + 107 3 libglib-2.0.0.dylib 0x00f18941 g_async_queue_pop_intern_unlocked + 225 4 libglib-2.0.0.dylib 0x00f18c11 g_async_queue_timed_pop + 65 5 libglib-2.0.0.dylib 0x00f6aed0 g_thread_pool_thread_proxy + 272 6 libglib-2.0.0.dylib 0x00f69018 g_thread_create_proxy + 152 7 libSystem.B.dylib 0x91941155 _pthread_start + 321 8 libSystem.B.dylib 0x91941012 thread_start + 34 Thread 6: 0 libSystem.B.dylib 0x9195f6fa select$DARWIN_EXTSN + 10 1 libgdk-quartz-2.0.0.dylib 0x00a47917 select_thread_func + 295 2 libSystem.B.dylib 0x91941155 _pthread_start + 321 3 libSystem.B.dylib 0x91941012 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x012338e0 ebx: 0x00a3d224 ecx: 0x00000000 edx: 0x00000001 edi: 0x011fd2a0 esi: 0x00001000 ebp: 0xbffff7c8 esp: 0xbffff79c ss: 0x0000001f efl: 0x00210246 eip: 0x00000000 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x00000000 Binary Images: 0x1000 - 0x3bfff7 +gimp-2.6 ??? (???) <37f712e06efbfc1a2fb4ac75ab5394bc> /opt/local/bin/gimp-2.6 0x4ad000 - 0x5aafeb +libgimpwidgets-2.0.0.dylib ??? (???) <43f238aa0a6705efeb6abeccb0a75e94> /opt/local/lib/libgimpwidgets-2.0.0.dylib 0x5cc000 - 0x5d4fff +libgimpconfig-2.0.0.dylib ??? (???) <6ddbb45ec452679ea75524826b97a963> /opt/local/lib/libgimpconfig-2.0.0.dylib 0x5db000 - 0x5ddff2 +libgimpmodule-2.0.0.dylib ??? (???) <104b5dc709d13725b10aa9471f682b2e> /opt/local/lib/libgimpmodule-2.0.0.dylib 0x5e2000 - 0x5e9fff +libgimpcolor-2.0.0.dylib ??? (???) /opt/local/lib/libgimpcolor-2.0.0.dylib 0x5ef000 - 0x5f3ff8 +libgimpthumb-2.0.0.dylib ??? (???) <502367d43bab242accd8c7200a16cc29> /opt/local/lib/libgimpthumb-2.0.0.dylib 0x5f8000 - 0x5fafe7 +libgimpmath-2.0.0.dylib ??? (???) <5f41e0b3c1c57bc01a185d22f1113ce3> /opt/local/lib/libgimpmath-2.0.0.dylib 0x5ff000 - 0x60afff +libgimpbase-2.0.0.dylib ??? (???) /opt/local/lib/libgimpbase-2.0.0.dylib 0x614000 - 0x94ffe7 +libgtk-quartz-2.0.0.dylib ??? (???) <76de4264b9454b79d4d1316829eba153> /opt/local/lib/libgtk-quartz-2.0.0.dylib 0xa16000 - 0xa7eff3 +libgdk-quartz-2.0.0.dylib ??? (???) /opt/local/lib/libgdk-quartz-2.0.0.dylib 0xaa0000 - 0xab1ff6 +libatk-1.0.0.dylib ??? (???) /opt/local/lib/libatk-1.0.0.dylib 0xabe000 - 0xad0ff7 +libgdk_pixbuf-2.0.0.dylib ??? (???) <5d258b2ddf6cd75de4b1d35720b1d951> /opt/local/lib/libgdk_pixbuf-2.0.0.dylib 0xad8000 - 0xae0fff +libpangocairo-1.0.0.dylib ??? (???) /opt/local/lib/libpangocairo-1.0.0.dylib 0xaea000 - 0xb4efe3 +libcairo.2.dylib ??? (???) <92597dd570672703dc6d8b7e76e72545> /opt/local/lib/libcairo.2.dylib 0xb69000 - 0xbb7fef +libpixman-1.0.dylib ??? (???) <9841c5599a93410eee670937943da212> /opt/local/lib/libpixman-1.0.dylib 0xbc4000 - 0xbe3ffb +libpng12.0.dylib ??? (???) /opt/local/lib/libpng12.0.dylib 0xbea000 - 0xc0bfeb +libpangoft2-1.0.0.dylib ??? (???) /opt/local/lib/libpangoft2-1.0.0.dylib 0xc15000 - 0xc48fef +libpango-1.0.0.dylib ??? (???) /opt/local/lib/libpango-1.0.0.dylib 0xc59000 - 0xc81fe7 +libfontconfig.1.dylib ??? (???) <68237de33c6cb05a5445910e56f79fa6> /opt/local/lib/libfontconfig.1.dylib 0xc8b000 - 0xca7fe3 +libexpat.1.dylib ??? (???) <86bb4cce4c61a5db862ebfb991656809> /opt/local/lib/libexpat.1.dylib 0xcaf000 - 0xd1ffe9 +libfreetype.6.dylib ??? (???) /opt/local/lib/libfreetype.6.dylib 0xd33000 - 0xd43ffd +libz.1.dylib ??? (???) /opt/local/lib/libz.1.dylib 0xd48000 - 0xd5cff4 +libdbus-glib-1.2.dylib ??? (???) /opt/local/lib/libdbus-glib-1.2.dylib 0xd67000 - 0xd97fff +libdbus-1.3.dylib ??? (???) <32f02c759b5c05d9d0a39b2e5c0509ad> /opt/local/lib/libdbus-1.3.dylib 0xda8000 - 0xde3fff +libgegl-0.0.0.dylib ??? (???) /opt/local/lib/libgegl-0.0.0.dylib 0xdf7000 - 0xdf9ff1 +libgthread-2.0.0.dylib ??? (???) <34a1238422ed07e124056bb514710cec> /opt/local/lib/libgthread-2.0.0.dylib 0xdfd000 - 0xe6ffec +libgio-2.0.0.dylib ??? (???) <0f3272f5deddbd2fc666bec05232af17> /opt/local/lib/libgio-2.0.0.dylib 0xe9c000 - 0xeb1fff +libbabl-0.0.0.dylib ??? (???) <40512ec78236a4665fc4a1091430473f> /opt/local/lib/libbabl-0.0.0.dylib 0xecd000 - 0xf00ff7 +libgobject-2.0.0.dylib ??? (???) /opt/local/lib/libgobject-2.0.0.dylib 0xf11000 - 0xf12ffd +libgmodule-2.0.0.dylib ??? (???) <7532581b3338382375bab0c90e656417> /opt/local/lib/libgmodule-2.0.0.dylib 0xf16000 - 0xfd6fe7 +libglib-2.0.0.dylib ??? (???) /opt/local/lib/libglib-2.0.0.dylib 0xff5000 - 0xffcff3 +libintl.8.dylib ??? (???) <69b3f62060fabb97ea4838cf8ab75214> /opt/local/lib/libintl.8.dylib 0x1001000 - 0x10f9ff4 +libiconv.2.dylib ??? (???) <56e0608768d0bcfc4a75df4b5a299ad0> /opt/local/lib/libiconv.2.dylib 0x111d000 - 0x111fff3 +exr-load.so ??? (???) <67ad7c8371f41e8251b81ad74e48498d> /opt/local/lib/gegl-0.0/exr-load.so 0x1123000 - 0x11b4fef +libIlmImf.6.dylib ??? (???) /opt/local/lib/libIlmImf.6.dylib 0x11e8000 - 0x11eaffe +libImath.6.dylib ??? (???) /opt/local/lib/libImath.6.dylib 0x11ef000 - 0x11f1ff7 +libIlmThread.6.dylib ??? (???) /opt/local/lib/libIlmThread.6.dylib 0x1300000 - 0x1340fff +libHalf.6.dylib ??? (???) /opt/local/lib/libHalf.6.dylib 0x1344000 - 0x134cfff +libIex.6.dylib ??? (???) /opt/local/lib/libIex.6.dylib 0x137c000 - 0x137eff0 +libpixbufloader-png.so ??? (???) <9d5da0b53f2bbd32d83a4cea69c26cd4> /opt/local/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so 0x138e000 - 0x1398fff +com.unsanity.smartcrashreports Smart Crash Reports version 1.5b3 (1.5b3) <7e3e7d42bb626d09e2620140ba963851> /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0x13a5000 - 0x13a6fff +com.ecamm.pluginloader Ecamm Plugin Loader v1.0.5 (1.0.5) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader 0x13ab000 - 0x13abff0 +com.google.GearsEnabler ??? (1.0) /Library/InputManagers/GearsEnabler/GearsEnabler.bundle/Contents/MacOS/GearsEnabler 0x13b0000 - 0x13b1ffd +com.1passwd.InputManager 2.9.4 (7316) /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM 0x13b6000 - 0x13b8fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL 0x1785000 - 0x1785ff7 +pango-basic-atsui.so ??? (???) <9e2096f70d16e33d4e231e12cefba741> /opt/local/lib/pango/1.6.0/modules/pango-basic-atsui.so 0x16cf4000 - 0x16cf5ff9 +libdisplay-filter-lcms.so ??? (???) <1fcb4fd4109a60b2579a7d692f34a5ba> /opt/local/lib/gimp/2.0/modules/libdisplay-filter-lcms.so 0x16e9c000 - 0x16ec4fef +liblcms.1.dylib ??? (???) <35ada6068a84876ba0fead56ffdea30f> /opt/local/lib/liblcms.1.dylib 0x17290000 - 0x17497fef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x17f67000 - 0x17f6cfff com.apple.DictionaryServiceComponent 1.1 (1.1) <8edc1180f52db18e9ddfb4e95debe61b> /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService 0x17fd0000 - 0x17ff7fe7 +com.google.talk.camera 1.0.15.1351 (1.0.15.1351) /Library/Components/Google Camera Adapter 0.component/Contents/MacOS/Google Camera Adapter 0 0x1800d000 - 0x18034fe7 +com.google.talk.camera 1.0.15.1351 (1.0.15.1351) /Library/Components/Google Camera Adapter 1.component/Contents/MacOS/Google Camera Adapter 1 0x18075000 - 0x18135fff +net.sourceforge.webcam-osx.common 0.9.2 (0.9.2) /Library/QuickTime/macam.component/Contents/MacOS/macam 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld 0x90003000 - 0x9030bfe7 com.apple.HIToolbox 1.5.6 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9125d000 - 0x912dcff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x912dd000 - 0x914aeffb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x914af000 - 0x914afffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x914b0000 - 0x914b0ff8 com.apple.Cocoa 6.5 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x914b1000 - 0x914bdff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x914be000 - 0x914fdfef libTIFF.dylib ??? (???) <801873cbd85ba7bdfe7646fe97a54ca3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x914fe000 - 0x9189bfef com.apple.QuartzCore 1.5.8 (1.5.8) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9190f000 - 0x91a76ff3 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib 0x91a77000 - 0x91a87ffc com.apple.LangAnalysis 1.6.5 (1.6.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91a88000 - 0x91a8efff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x91afd000 - 0x91b28fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x91b66000 - 0x91b6dffe libbsm.dylib ??? (???) /usr/lib/libbsm.dylib 0x91b6f000 - 0x91bfcff7 com.apple.LaunchServices 292 (292) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x91cbb000 - 0x91f37fe7 com.apple.Foundation 6.5.9 (677.26) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x91f38000 - 0x91fe8fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x92115000 - 0x921bcfeb com.apple.QD 3.11.56 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x921bd000 - 0x9268efbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x9268f000 - 0x9268fffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x92821000 - 0x92850fe3 com.apple.AE 402.3 (402.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x9285b000 - 0x92864fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x92865000 - 0x92865fff com.apple.Carbon 136 (136) <9961570a497d79f13b8ea159826af42d> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x9289b000 - 0x928f8ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x928fc000 - 0x928fcffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x928fd000 - 0x92900fff com.apple.help 1.1 (36) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x92901000 - 0x9295bff7 com.apple.CoreText 2.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x9295c000 - 0x92d6cfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x92d73000 - 0x93099fe2 com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x9309a000 - 0x9317afff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x9317b000 - 0x931bcfe7 libRIP.A.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x931bd000 - 0x931beffc libffi.dylib ??? (???) /usr/lib/libffi.dylib 0x931de000 - 0x93298fe3 com.apple.CoreServices.OSServices 228 (228) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x93299000 - 0x93316feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x93317000 - 0x93327fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x93328000 - 0x93384ff7 com.apple.htmlrendering 68 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x93385000 - 0x933a4ffa libJPEG.dylib ??? (???) <50b881dd5a5795d38405c9c88c2806fa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x933a5000 - 0x933affeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x93531000 - 0x93549ff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x935fe000 - 0x93609fe7 libCSync.A.dylib ??? (???) <94faf3571527a99d0a8809024aa9e1be> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x9376e000 - 0x93776fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x93777000 - 0x9379fff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x937a0000 - 0x93a7aff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x93ce4000 - 0x93e2cff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <7f73ef328c8e8566f3f204b5a540a7f0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x93e2d000 - 0x93e67fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x93e6d000 - 0x93f00fff com.apple.ink.framework 101.3 (86) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x93f34000 - 0x93ffbff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x940d8000 - 0x94121fef com.apple.Metadata 10.5.8 (398.26) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x94122000 - 0x944e0fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x944e1000 - 0x9461aff7 libicucore.A.dylib ??? (???) /usr/lib/libicucore.A.dylib 0x9461b000 - 0x94659fff libGLImage.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x9465a000 - 0x94725fef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x94726000 - 0x9477fff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x9478c000 - 0x94833fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x9487f000 - 0x94883fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x94884000 - 0x94899ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x948f3000 - 0x949a5ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib 0x95233000 - 0x9523aff7 libCGATS.A.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x9523b000 - 0x9536efe7 com.apple.CoreFoundation 6.5.7 (476.19) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x95377000 - 0x953f4fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x953fb000 - 0x95485fe3 com.apple.DesktopServices 1.4.8 (1.4.8) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x95486000 - 0x954d7ff7 com.apple.HIServices 1.7.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x954dd000 - 0x954dffff com.apple.securityhi 3.0 (30817) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x954e0000 - 0x954e5fff com.apple.CommonPanels 1.2.4 (85) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x954e6000 - 0x9550afff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib 0x9550b000 - 0x95585ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x95586000 - 0x95586ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x95651000 - 0x9565efe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x9565f000 - 0x956e6ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib 0x956f9000 - 0x95707ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x958c5000 - 0x95f65fef com.apple.CoreGraphics 1.409.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x95f66000 - 0x95f6afff libGIF.dylib ??? (???) <3c7100e80b7f7ca8809cf9512c1a6004> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x96072000 - 0x96074ff5 libRadiance.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x96075000 - 0x96075ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x9611b000 - 0x961aeff3 com.apple.ApplicationServices.ATS 3.7 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x961bc000 - 0x961dafff libresolv.9.dylib ??? (???) /usr/lib/libresolv.9.dylib 0x961db000 - 0x962bcff7 libxml2.2.dylib ??? (???) <9a5d410de57c87f71e2d530a1859b897> /usr/lib/libxml2.2.dylib 0x962c3000 - 0x962c3ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x966b6000 - 0x9679eff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x9679f000 - 0x967bbff3 libPng.dylib ??? (???) <271373dd41f56369a3dfca0ed2be579a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x967bc000 - 0x967c3fe9 libgcc_s.1.dylib ??? (???) /usr/lib/libgcc_s.1.dylib 0x967c4000 - 0x967d0ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x967d1000 - 0x9685eff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x9685f000 - 0x96877fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x96879000 - 0x968a6feb libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x968a7000 - 0x968d0fff libcups.2.dylib ??? (???) <764c74a71785aa10f3cac2eae06f372b> /usr/lib/libcups.2.dylib 0x968d1000 - 0x96913fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x96964000 - 0x96964ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x96965000 - 0x9697bfff com.apple.DictionaryServices 1.0.0 (1.0.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x96bd1000 - 0x96d23ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x96d24000 - 0x97522fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x97523000 - 0x9755afff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib -------------- next part -------------- An HTML attachment was scrubbed... URL: From kuepper.jochen at googlemail.com Thu Nov 5 09:33:55 2009 From: kuepper.jochen at googlemail.com (=?iso-8859-1?Q?Jochen_K=FCpper?=) Date: Thu, 5 Nov 2009 18:33:55 +0100 Subject: Looking for a port that installs a .app in /Applications/MacPorts/ In-Reply-To: <4AF2FCB8.6000001@redhat.com> References: <4AF2FCB8.6000001@redhat.com> Message-ID: <5542B862-8CD2-4871-9BF0-4F4B4B3027B6@googlemail.com> On 05.11.2009, at 17:26, Fernando Nasser wrote: > Hi all, > > I am looking for a port that installs a .app in /Applications/ > MacPorts/ so I can use it as an example to add that for other posts. > > Can someone tell me a port that has this feature? Emacs.app From dcswest at gmail.com Thu Nov 5 10:38:25 2009 From: dcswest at gmail.com (Dennis C) Date: Thu, 5 Nov 2009 10:38:25 -0800 Subject: Bad CPU type in executable In-Reply-To: References: <830DA4CA-FE4A-4847-AECB-A1992827D20E@macports.org> <3AF9B206-EA2F-4225-9A9F-D3C448390C62@macports.org> <71550C65-A7AE-4304-B2E7-41A367C06986@macports.org> Message-ID: Just a follow-up to let you know that getting the Core 2 Duo CPU back in this mini Mac seems to have definitely cleared up everything including a development version of Qtstalker now running based on Qt4 which did also seem to build fine for me through MacPorts on Snow Leopard, since you mentioned about tickets for this... Thanks again for all your help!!! >> You could file a port request ticket in the issue tracker. I looked into >> qtstalker briefly just now, and didn't get very far, because it requires qt3 >> (is not compatible with qt4), whereas qt3 is not compatible with Snow >> Leopard (see #21459). Then again, I can't get the current qt4 to build on >> Snow Leopard either; there are tickets for this as well. Qt is an >> unimaginably huge piece of library, which probably means it has a bazillion >> things that could go wrong. To get qtstalker in MacPorts, you should either >> work with the authors of qt to get qt3 working properly on Snow Leopard, or >> work with the authors of qtstalker to get it working with qt4 and work with >> the authors of qt to get qt4 working properly in MacPorts. In the mean time, >> someone who still uses Leopard could work on the portfile. (I don't have >> Leopard with me at the moment.) >> >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From olaf at foellinger.de Thu Nov 5 11:19:20 2009 From: olaf at foellinger.de (Olaf Foellinger) Date: Thu, 5 Nov 2009 20:19:20 +0100 Subject: Looking for a port that installs a .app in /Applications/MacPorts/ In-Reply-To: <4AF2FCB8.6000001@redhat.com> References: <4AF2FCB8.6000001@redhat.com> Message-ID: <20091105191920.GA86960@foellinger.de> * Fernando Nasser [05.11.09 17:26]wrote: > Hi all, > > I am looking for a port that installs a .app in > /Applications/MacPorts/ so I can use it as an example to add that > for other posts. > > Can someone tell me a port that has this feature? Gimp.app Gru? Olaf From dreamcat4 at gmail.com Thu Nov 5 11:48:40 2009 From: dreamcat4 at gmail.com (dreamcat four) Date: Thu, 5 Nov 2009 19:48:40 +0000 Subject: Looking for a port that installs a .app in /Applications/MacPorts/ In-Reply-To: <5542B862-8CD2-4871-9BF0-4F4B4B3027B6@googlemail.com> References: <4AF2FCB8.6000001@redhat.com> <5542B862-8CD2-4871-9BF0-4F4B4B3027B6@googlemail.com> Message-ID: <99cf22520911051148h42b72f72jbe820b45eda42561@mail.gmail.com> CocoaDialog is another. They all appear to belong in the group named aqua. $ ls /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/ On Thu, Nov 5, 2009 at 5:33 PM, Jochen K?pper wrote: > On 05.11.2009, at 17:26, Fernando Nasser wrote: > >> Hi all, >> >> I am looking for a port that installs a .app in /Applications/MacPorts/ so >> I can use it as an example to add that for other posts. >> >> Can someone tell me a port that has this feature? > > Emacs.app > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From fnasser at redhat.com Thu Nov 5 13:08:28 2009 From: fnasser at redhat.com (Fernando Nasser) Date: Thu, 05 Nov 2009 16:08:28 -0500 Subject: Looking for a port that installs a .app in /Applications/MacPorts/ In-Reply-To: <99cf22520911051148h42b72f72jbe820b45eda42561@mail.gmail.com> References: <4AF2FCB8.6000001@redhat.com> <5542B862-8CD2-4871-9BF0-4F4B4B3027B6@googlemail.com> <99cf22520911051148h42b72f72jbe820b45eda42561@mail.gmail.com> Message-ID: <4AF33ECC.6080709@redhat.com> Thanks for all the suggestions guys. I found a good model that has the .app stuff under files and processes it at post-destroot time: 'pspp'. For me this one has the advantage that I can add these to the ports independently of being in the apps sources or if it is distributed in source or binary. Now it is time to start working on it. Regards to all, Fernando dreamcat four wrote: > CocoaDialog is another. They all appear to belong in the group named aqua. > > $ ls /opt/local/var/macports/sources/rsync.macports.org/release/ports/aqua/ > > On Thu, Nov 5, 2009 at 5:33 PM, Jochen K?pper > wrote: > >> On 05.11.2009, at 17:26, Fernando Nasser wrote: >> >> >>> Hi all, >>> >>> I am looking for a port that installs a .app in /Applications/MacPorts/ so >>> I can use it as an example to add that for other posts. >>> >>> Can someone tell me a port that has this feature? >>> >> Emacs.app >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> >> > > From neukomp at profitanalytics.com Thu Nov 5 13:27:00 2009 From: neukomp at profitanalytics.com (Philip Neukom) Date: Thu, 05 Nov 2009 16:27:00 -0500 Subject: Error 2 while installing pstoedit Message-ID: <4AF34324.6090104@profitanalytics.com> Hi all. I am getting an error when trying to install pstoedit. The error listing is HUGE, but included it below. I really don't know much about using Macports except the basic commands, so would appreciate any help in getting this to compile. Running Macports 1.8.1, 10.5.8 on MBP. Thanks Nuke ---cut--- removed a bunch of other dependency compile that ran before this ... ---> Building pstoedit Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_pstoedit/work/pstoedit-3.45" && /usr/bin/make -j2 all " returned error 2 Command output: then mv -f ".deps/drvfig.Tpo" ".deps/drvfig.Plo"; else rm -f ".deps/drvfig.Tpo"; exit 1; fi /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" "-DPACKAGE_STRING=\"pstoedit 3.45\"" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR=\"/opt/local/share/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/local/lib/pstoedit\" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvfig.lo -MD -MP -MF .deps/drvfig.Tpo -c drvfig.cpp -fno-common -DPIC -o .libs/drvfig.o if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" -DPACKAGE_STRING=\"pstoedit\ 3.45\" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR="\"/opt/local/share/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/local/lib/pstoedit\"" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvidraw.lo -MD -MP -MF ".deps/drvidraw.Tpo" -c -o drvidraw.lo drvidraw.cpp; \ then mv -f ".deps/drvidraw.Tpo" ".deps/drvidraw.Plo"; else rm -f ".deps/drvidraw.Tpo"; exit 1; fi /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" "-DPACKAGE_STRING=\"pstoedit 3.45\"" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR=\"/opt/local/share/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/local/lib/pstoedit\" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvidraw.lo -MD -MP -MF .deps/drvidraw.Tpo -c drvidraw.cpp -fno-common -DPIC -o .libs/drvidraw.o if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" -DPACKAGE_STRING=\"pstoedit\ 3.45\" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR="\"/opt/local/share/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/local/lib/pstoedit\"" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvsampl.lo -MD -MP -MF ".deps/drvsampl.Tpo" -c -o drvsampl.lo drvsampl.cpp; \ then mv -f ".deps/drvsampl.Tpo" ".deps/drvsampl.Plo"; else rm -f ".deps/drvsampl.Tpo"; exit 1; fi /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" "-DPACKAGE_STRING=\"pstoedit 3.45\"" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR=\"/opt/local/share/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/local/lib/pstoedit\" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvsampl.lo -MD -MP -MF .deps/drvsampl.Tpo -c drvsampl.cpp -fno-common -DPIC -o .libs/drvsampl.o if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" -DPACKAGE_STRING=\"pstoedit\ 3.45\" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR="\"/opt/local/share/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/local/lib/pstoedit\"" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvlplot.lo -MD -MP -MF ".deps/drvlplot.Tpo" -c -o drvlplot.lo drvlplot.cpp; \ then mv -f ".deps/drvlplot.Tpo" ".deps/drvlplot.Plo"; else rm -f ".deps/drvlplot.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" -DPACKAGE_STRING=\"pstoedit\ 3.45\" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR="\"/opt/local/share/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/local/lib/pstoedit\"" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvmagick++.lo -MD -MP -MF ".deps/drvmagick++.Tpo" -c -o drvmagick++.lo drvmagick++.cpp; \ then mv -f ".deps/drvmagick++.Tpo" ".deps/drvmagick++.Plo"; else rm -f ".deps/drvmagick++.Tpo"; exit 1; fi /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" "-DPACKAGE_STRING=\"pstoedit 3.45\"" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR=\"/opt/local/share/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/local/lib/pstoedit\" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvlplot.lo -MD -MP -MF .deps/drvlplot.Tpo -c drvlplot.cpp -fno-common -DPIC -o .libs/drvlplot.o /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" "-DPACKAGE_STRING=\"pstoedit 3.45\"" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR=\"/opt/local/share/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/local/lib/pstoedit\" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvmagick++.lo -MD -MP -MF .deps/drvmagick++.Tpo -c drvmagick++.cpp -fno-common -DPIC -o .libs/drvmagick++.o if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" -DPACKAGE_STRING=\"pstoedit\ 3.45\" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR="\"/opt/local/share/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/local/lib/pstoedit\"" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvwmf.lo -MD -MP -MF ".deps/drvwmf.Tpo" -c -o drvwmf.lo drvwmf.cpp; \ then mv -f ".deps/drvwmf.Tpo" ".deps/drvwmf.Plo"; else rm -f ".deps/drvwmf.Tpo"; exit 1; fi /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" "-DPACKAGE_STRING=\"pstoedit 3.45\"" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR=\"/opt/local/share/pstoedit\" -DPSTOEDITLIBDIR=\"/opt/local/lib/pstoedit\" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT drvwmf.lo -MD -MP -MF .deps/drvwmf.Tpo -c drvwmf.cpp -fno-common -DPIC -o .libs/drvwmf.o if /usr/bin/g++-4.0 -DPACKAGE_NAME=\"pstoedit\" -DPACKAGE_TARNAME=\"pstoedit\" -DPACKAGE_VERSION=\"3.45\" -DPACKAGE_STRING=\"pstoedit\ 3.45\" -DPACKAGE_BUGREPORT=\"wglunz34_AT_pstoedit.net\" -DPACKAGE=\"pstoedit\" -DVERSION=\"3.45\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -I. -I. -DHAVE_LIBPLOTTER -DHAVE_MKSTEMP -DHAVE_MAGIC -I/opt/local/include/ImageMagick -DHAVE_LIBEMF -DHAVE_LIBPNG -DDEFAULTGS=/opt/local/bin/gs -DPSTOEDITDATADIR="\"/opt/local/share/pstoedit\"" -DPSTOEDITLIBDIR="\"/opt/local/lib/pstoedit\"" -DBUGGYGPP -pedantic -Wall -Wwrite-strings -Wcast-qual -Wpointer-arith -I/opt/local/include -Wno-long-long -D_LITTLE_ENDIAN -g -MT cmdmain.o -MD -MP -MF ".deps/cmdmain.Tpo" -c -o cmdmain.o cmdmain.cpp; \ then mv -f ".deps/cmdmain.Tpo" ".deps/cmdmain.Po"; else rm -f ".deps/cmdmain.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/g++-4.0 -g -L/opt/local/lib -o libpstoedit.la -rpath /opt/local/lib -no-undefined dynload.lo callgs.lo lexyy.lo miscutil.lo cbstream.lo psimage.lo drvbase.lo base64writer.lo poptions.lo subpath.lo pstoedit.lo -lstdc++ -ldl /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/g++-4.0 -g -L/opt/local/lib -o pstoedit -no-undefined -L. libpstoedit.la -ldl cmdmain.o libtool: link: cannot find the library `libpstoedit.la' make[1]: *** [pstoedit] Error 1 make[1]: *** Waiting for unfinished jobs.... /usr/bin/g++-4.0 -dynamiclib -single_module -o .libs/libpstoedit.0.0.0.dylib .libs/dynload.o .libs/callgs.o .libs/lexyy.o .libs/miscutil.o .libs/cbstream.o .libs/psimage.o .libs/drvbase.o .libs/base64writer.o .libs/poptions.o .libs/subpath.o .libs/pstoedit.o -L/opt/local/lib -lstdc++ -ldl -install_name /opt/local/lib/libpstoedit.0.dylib -Wl,-compatibility_version -Wl,1 -Wl,-current_version -Wl,1.0 (cd .libs && rm -f libpstoedit.0.dylib && ln -s libpstoedit.0.0.0.dylib libpstoedit.0.dylib) (cd .libs && rm -f libpstoedit.dylib && ln -s libpstoedit.0.0.0.dylib libpstoedit.dylib) creating libpstoedit.la (cd .libs && rm -f libpstoedit.la && ln -s ../libpstoedit.la libpstoedit.la) make: *** [all-recursive] Error 1 Error: Status 1 encountered during processing. ---end cut--- From ryandesign at macports.org Thu Nov 5 15:54:54 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 06 Nov 2009 00:54:54 +0100 Subject: Looking for a port that installs a .app in /Applications/MacPorts/ In-Reply-To: <20091105191920.GA86960@foellinger.de> References: <4AF2FCB8.6000001@redhat.com> <20091105191920.GA86960@foellinger.de> Message-ID: <20091106005453.36957j5x24zmtp0c@webmail.df.eu> Olaf Foellinger wrote: > Fernando Nasser wrote: > >> I am looking for a port that installs a .app in >> /Applications/MacPorts/ so I can use it as an example to add that >> for other posts. >> >> Can someone tell me a port that has this feature? > > Gimp.app And FYI, you can figure this out, by searching all portfiles for the string "applications_dir", which is the MacPorts variable which by default has the value /Applications/MacPorts (though the user can change it in macports.conf). To search all portfiles for this, you could do: cd $(port dir MacPorts)/../.. grep applications_dir */*/Portfile There are also still some ports that hardcode /Applications/MacPorts. These ports should be updated to use the ${applications_dir} variable. To find these ports: cd $(port dir MacPorts)/../.. grep /Applications/MacPorts */*/Portfile From gchen9 at gmail.com Thu Nov 5 19:07:40 2009 From: gchen9 at gmail.com (guangshan chen) Date: Thu, 5 Nov 2009 21:07:40 -0600 Subject: Have anybody installed ncarg on Mac OS 10.6 Message-ID: Hi there, Today I install ncarg on my Mac OS 10.6 using Macport. It shows that ncarg has been installed. But when I check /opt/local/bin, there is no "ncl" executable command created. guangshan% sudo port install ncarg ---> Computing dependencies for ncarg ---> Fetching ncarg ---> Verifying checksum(s) for ncarg ---> Extracting ncarg ---> Configuring ncarg ---> Building ncarg ---> Staging ncarg into destroot ---> Installing ncarg @5.1.1_1 ---> Activating ncarg @5.1.1_1 ---> Cleaning ncarg The following binary file installed: -rwxr-xr-x 2 root admin 1742552 Nov 5 21:00 nnalg* -rwxr-xr-x 2 root admin 451112 Nov 5 21:00 rascat* -rwxr-xr-x 2 root admin 28528 Nov 5 21:00 ncgm2cgm* -rwxr-xr-x 2 root admin 533 Nov 5 21:00 ncarvversion* -rwxr-xr-x 2 root admin 63272 Nov 5 21:00 med* -rwxr-xr-x 2 root admin 712840 Nov 5 21:00 ictrans* -rwxr-xr-x 2 root admin 1003 Nov 5 21:00 gcaps* -rwxr-xr-x 2 root admin 851 Nov 5 21:00 fcaps* -rwxr-xr-x 2 root admin 653888 Nov 5 21:00 ctrans* -rwxr-xr-x 2 root admin 846 Nov 5 21:00 ctlib* -rwxr-xr-x 2 root admin 28600 Nov 5 21:00 cgm2ncgm* -rwxr-xr-x 2 root admin 448928 Nov 5 21:00 rasview* -rwxr-xr-x 2 root admin 433624 Nov 5 21:00 rasstat* -rwxr-xr-x 2 root admin 420496 Nov 5 21:00 rassplit* -rwxr-xr-x 2 root admin 433728 Nov 5 21:00 rasls* -rwxr-xr-x 2 root admin 429936 Nov 5 21:00 rasgetpal* -rwxr-xr-x 2 root admin 442408 Nov 5 21:00 ras2ccir601* -rwxr-xr-x 2 root admin 38960 Nov 5 21:00 ncgmstat* -rwxr-xr-x 2 root admin 73048 Nov 5 21:00 idt* -rwxr-xr-x 2 root admin 59272 Nov 5 21:00 wrapit77* -rwxr-xr-x 2 root admin 6322 Nov 5 21:00 scrip_check_input* -rwxr-xr-x 2 root admin 2234 Nov 5 21:00 nhlf90* -rwxr-xr-x 2 root admin 2234 Nov 5 21:00 nhlf77* -rwxr-xr-x 2 root admin 2438 Nov 5 21:00 nhlcc* -rwxr-xr-x 2 root admin 30531 Nov 5 21:00 ng4ex* -rwxr-xr-x 2 root admin 2540 Nov 5 21:00 ncl_grib2nc* -rwxr-xr-x 2 root admin 14179 Nov 5 21:00 ncl_filedump* -rwxr-xr-x 2 root admin 47762 Nov 5 21:00 ncl_convert2nc* -rwxr-xr-x 2 root admin 26600 Nov 5 21:00 WRAPIT* drwxr-xr-x 803 root admin 27302 Nov 5 21:01 ./ From luis.beca at gmail.com Fri Nov 6 04:15:05 2009 From: luis.beca at gmail.com (=?iso-8859-1?Q?Lu=EDs_Be=E7a?=) Date: Fri, 6 Nov 2009 07:15:05 -0500 Subject: View/Hide /opt folder from Finder Message-ID: How can I View/Hide the /opt folder from Finder? I have a laptop with macports installed that for some reason does not display the /opt folder in the Finder... Thanks Lu?s From brad at pixilla.com Fri Nov 6 09:36:03 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Fri, 6 Nov 2009 09:36:03 -0800 Subject: Using on Snow Leopard Server In-Reply-To: References: <4F1FC6D9-E04D-4EF1-A8C5-4CA2A1C48A07@pixilla.com> Message-ID: Alexander, please use "Reply All" so your replies also go to the macports list. On Nov 5, 2009, at 8:26 AM, Alexander Cua wrote: > Is there a cheat sheet on how to do this without breaking anything? An option is to use the macports php5 with apples apache by installing php5-mcrypt and changing your mod_php in your Apache GUI to point to the macports php5. It has not happened to me yet but it's possible an apple update would change this back so you would have to point it back to macports php5 if this happens. // Brad > On Nov 5, 2009, at 11:23 AM, Bradley Giesbrecht wrote: > >> >> On Nov 5, 2009, at 8:11 AM, Alexander Cua wrote: >> >>> Brad, >>> >>> Thanks for the quick response. >>> Yes. I'm still running the Apple Apache. >>> >>> This are the last messages from the port: >>> To enable PHP in Apache, run >>> cd /opt/local/apache2/modules >>> /opt/local/apache2/bin/apxs -a -e -n "php5" libphp5.so >>> ---> Cleaning php5 >>> ---> Fetching php5-mcrypt >>> ---> Verifying checksum(s) for php5-mcrypt >>> ---> Extracting php5-mcrypt >>> ---> Configuring php5-mcrypt >>> ---> Building php5-mcrypt >>> ---> Staging php5-mcrypt into destroot >>> ---> Installing php5-mcrypt @5.3.0_1 >>> ---> Activating php5-mcrypt @5.3.0_1 >>> ---> Cleaning php5-mcrypt >>> >>> I have not run - /opt/local/apache2/bin/apxs -a -e -n "php5" >>> libphp5.so. I'm concerned it might break things and this is a >>> running server. >>> >>> How do I proceed with the Macports Apache. If I do this, does it >>> break the Apache GUI in the Server Admin? >> >> Yes. >> >> If you want to use Apples Apache your best to not use MacPorts and >> just compile your apache and php modules from source. >> >> >> // Brad > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Nov 6 10:30:24 2009 From: dweber at macports.org (Darren Weber) Date: Fri, 6 Nov 2009 10:30:24 -0800 Subject: how to remove distfiles etc. (short of disk space on a laptop) Message-ID: We have a laptop that is very short on disk space. There is a bunch of stuff lying around in: /opt/local/var/macports/distfiles/ /opt/local/var/macports/build/ /opt/local/var/macports/packages/darwin/i386/*.tbz2 One way to clean up is to run the following: sudo rm -rf /opt/local/var/macports/distfiles/* sudo rm -rf /opt/local/var/macports/build/* sudo rm -rf /opt/local/var/macports/packages/* Are there any problems with that? Is it preferable to use a port command to cleanup all of this? Is it still true that activation entails hard-links from: /opt/local/var/macports/software into /opt/local If so, it would be a disaster to run (right?): sudo rm -rf /opt/local/var/macports/software/* TIA, Darren -------------- next part -------------- An HTML attachment was scrubbed... URL: From allbery at kf8nh.com Fri Nov 6 10:38:13 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Fri, 6 Nov 2009 13:38:13 -0500 Subject: View/Hide /opt folder from Finder In-Reply-To: References: Message-ID: <6B17B0CA-B049-4380-B2E9-AE20009366D1@kf8nh.com> On Nov 6, 2009, at 07:15 , Lu?s Be?a wrote: > How can I View/Hide the /opt folder from Finder? I have a laptop > with macports installed > that for some reason does not display the /opt folder in the Finder... chflags(1) to set/clear the "hidden" flag, "ls -lO" to see what flags are set. -- 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 srogers1 at gmail.com Fri Nov 6 10:53:33 2009 From: srogers1 at gmail.com (Steven Rogers) Date: Fri, 6 Nov 2009 12:53:33 -0600 Subject: View/Hide /opt folder from Finder In-Reply-To: References: Message-ID: <4444AA77-2008-4700-AD0E-EBE9A9FF05EF@gmail.com> On Nov 6, 2009, at 6:15 AM, Lu?s Be?a wrote: > How can I View/Hide the /opt folder from Finder? I have a laptop > with macports installed > that for some reason does not display the /opt folder in the Finder... You can temporarily get around it by just going to Finder => Go => Go to folder . . . and typing in /opt - that will give you a finder window. There are ways to change the defaults for what is hidden and what isn't. If you want to change visibility permanently - give it a google. I think there are some apps which provide an easy interface for it. I just use shift-command-G which usually has /opt/local or ~/.ssh already in it . . . SR From kuepper.jochen at googlemail.com Fri Nov 6 11:30:48 2009 From: kuepper.jochen at googlemail.com (=?iso-8859-1?Q?Jochen_K=FCpper?=) Date: Fri, 6 Nov 2009 20:30:48 +0100 Subject: View/Hide /opt folder from Finder In-Reply-To: References: Message-ID: On 06.11.2009, at 13:15, Lu?s Be?a wrote: > How can I View/Hide the /opt folder from Finder? I have a laptop > with macports installed > that for some reason does not display the /opt folder in the Finder? sudo /Developer/Tools/SetFile -a v /opt Jochen From kuepper.jochen at googlemail.com Fri Nov 6 11:32:16 2009 From: kuepper.jochen at googlemail.com (=?iso-8859-1?Q?Jochen_K=FCpper?=) Date: Fri, 6 Nov 2009 20:32:16 +0100 Subject: how to remove distfiles etc. (short of disk space on a laptop) In-Reply-To: References: Message-ID: <3BE77B5E-3828-463B-BA82-A405E20CE181@googlemail.com> On 06.11.2009, at 19:30, Darren Weber wrote: > We have a laptop that is very short on disk space. There is a bunch > of stuff lying around in: It would be a start to run port clean ?-all all From face at CentosPrime.COM Fri Nov 6 11:42:42 2009 From: face at CentosPrime.COM (Chris Janton) Date: Fri, 06 Nov 2009 12:42:42 -0700 Subject: View/Hide /opt folder from Finder In-Reply-To: References: Message-ID: <82B716F6-9DC5-42FB-A559-DB3670934B48@centosprime.com> On 2009-11-06 , at 05:15 , Lu?s Be?a wrote: > How can I View/Hide the /opt folder from Finder? I have a laptop > with macports installed > that for some reason does not display the /opt folder in the Finder... sudo chflags nohidden /opt Handy to be able to see /opt 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From dweber at macports.org Fri Nov 6 12:17:03 2009 From: dweber at macports.org (Darren Weber) Date: Fri, 6 Nov 2009 12:17:03 -0800 Subject: how to remove distfiles etc. (short of disk space on a laptop) In-Reply-To: <3BE77B5E-3828-463B-BA82-A405E20CE181@googlemail.com> References: <3BE77B5E-3828-463B-BA82-A405E20CE181@googlemail.com> Message-ID: On Fri, Nov 6, 2009 at 11:32 AM, Jochen K?pper < kuepper.jochen at googlemail.com> wrote: > On 06.11.2009, at 19:30, Darren Weber wrote: > > We have a laptop that is very short on disk space. There is a bunch of >> stuff lying around in: >> > > It would be a start to run > port clean ?-all all > > There are some warnings, like: ---> Cleaning arm-aout-binutils Warning: Distfiles directory '/opt/local/var/macports/ distfiles/binutils' may contain distfiles needed for other ports, use the -f flag to force removal -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Nov 6 15:17:47 2009 From: dweber at macports.org (Darren Weber) Date: Fri, 6 Nov 2009 15:17:47 -0800 Subject: port inactive - not really inactive? Message-ID: What's an explanation for this apparent anomaly: $ port echo inactive binutils @2.20_0 g95 @0.91_1+darwin_9 gnupg @1.4.10_0 gnutar @1.22_0 hdf5-18 @1.8.3_0 hdf5-18 @1.8.3_1 $ sudo port uninstall inactive ---> Uninstalling binutils @2.20_0 ---> Uninstalling g95 @0.91_1+darwin_9 ---> Unable to uninstall gnupg 1.4.10_0, the following ports depend on it: ---> p5-module-signature Error: port uninstall failed: Please uninstall the ports that depend on gnupg first. $ port installed gnupg The following ports are currently installed: gnupg @1.4.10_0 $ port installed gnupg* The following ports are currently installed: gnupg @1.4.10_0 gnupg2 @2.0.13_0+darwin (active) $ port installed p5-module* The following ports are currently installed: p5-module-build @0.35_0 (active) p5-module-signature @0.55_0 (active) $ port deps p5-module-signature Full Name: p5-module-signature @0.55 Library Dependencies: perl5, gnupg, p5-digest-sha How is it possible for p5-module-signature to depend on an inactive port? Is this an indication to fix this with: $ sudo port install gnupg Password: ---> Computing dependencies for gnupg ---> Activating gnupg @1.4.10_0 ---> Cleaning gnupg $ port installed gnupg* The following ports are currently installed: gnupg @1.4.10_0 (active) gnupg2 @2.0.13_0+darwin (active) TIA, Darren -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Nov 6 15:34:30 2009 From: dweber at macports.org (Darren Weber) Date: Fri, 6 Nov 2009 15:34:30 -0800 Subject: HDF5 dilemma Message-ID: I've got a hdf5 dilemma ;-) $ port installed hdf5* The following ports are currently installed: hdf5 @1.6.9_0+threadsafe (active) hdf5-18 @1.8.3_0 hdf5-18 @1.8.3_1 $ sudo port activate hdf5-18 @1.8.3_1 ---> Activating hdf5-18 @1.8.3_1 Error: port activate failed: Image error: /opt/local/bin/gif2h5 is being used by the active hdf5 port. Please deactivate this port first, or use 'port -f activate hdf5-18' to force the activation. The hdf5 and hdf5-18 ports are behaving like separate ports, up to the point of activation conflicts. There are two maintainers for these ports (in the CC list of this email); can we get together on this and work out the activation conflict? Is it possible to have multiple version specific libs/bins installed? Is it as simple as providing some version specific file-name mangles (with symlinks and maybe a hdf5_select utility like the gcc_select or python_select utility)? A quick search on the user email list brings up a number of ports that depend on hdf5 with dependency build issues. What is the current status of play on hdf5 and what is the recommended version to have installed? Take care, Darren -------------- next part -------------- An HTML attachment was scrubbed... URL: From dweber at macports.org Fri Nov 6 15:43:59 2009 From: dweber at macports.org (Darren Weber) Date: Fri, 6 Nov 2009 15:43:59 -0800 Subject: HDF5 dilemma In-Reply-To: References: Message-ID: On Fri, Nov 6, 2009 at 3:34 PM, Darren Weber wrote: > > I've got a hdf5 dilemma ;-) > > $ port installed hdf5* > The following ports are currently installed: > hdf5 @1.6.9_0+threadsafe (active) > hdf5-18 @1.8.3_0 > hdf5-18 @1.8.3_1 > > $ sudo port activate hdf5-18 @1.8.3_1 > ---> Activating hdf5-18 @1.8.3_1 > Error: port activate failed: Image error: /opt/local/bin/gif2h5 is being > used by the active hdf5 port. Please deactivate this port first, or use > 'port -f activate hdf5-18' to force the activation. > > The hdf5 and hdf5-18 ports are behaving like separate ports, up to the > point of activation conflicts. There are two maintainers for these ports > (in the CC list of this email); can we get together on this and work out the > activation conflict? > > Is it possible to have multiple version specific libs/bins installed? Is > it as simple as providing some version specific file-name mangles (with > symlinks and maybe a hdf5_select utility like the gcc_select or > python_select utility)? > > A quick search on the user email list brings up a number of ports that > depend on hdf5 with dependency build issues. > > What is the current status of play on hdf5 and what is the recommended > version to have installed? > > Take care, > Darren > > PS, $ for f in `find macports.svn/dports -name Portfile`; do grep -H "hdf5" $f; done macports.svn/dports/math/gnudatalanguage/Portfile: port:hdf5-18 \ macports.svn/dports/math/gnudatalanguage/Portfile: reinplace "s|-L\$with_hdf5/lib/hdf -L\$with_hdf5/lib/hdf5||" \ macports.svn/dports/math/gnudatalanguage/Portfile: reinplace "s|-I\$with_hdf5/include/hdf -I\$with_hdf5/include/hdf5||" \ macports.svn/dports/math/gnudatalanguage/Portfile: --with-hdf5=${prefix} \ macports.svn/dports/math/octave/Portfile: port:hdf5-18 \ macports.svn/dports/math/octave/Portfile: --with-hdf5 \ macports.svn/dports/math/petsc/Portfile:variant hdf5 description {build with support for HDF5 file format} { macports.svn/dports/math/petsc/Portfile: configure.args-append --with-hdf5=1 --with-hdf5-dir=${prefix} \ macports.svn/dports/math/petsc/Portfile: depends_lib-append port:hdf5-18 macports.svn/dports/python/py-tables/Portfile:depends_lib-append port:hdf5 port:py-numpy port:bzip2 macports.svn/dports/python/py-tables/Portfile: --hdf5=${prefix} macports.svn/dports/python/py-tables/Portfile:destroot.args --hdf5=${prefix} macports.svn/dports/python/py25-h5py/Portfile:configure.args --api=18 --hdf5=${prefix} macports.svn/dports/python/py25-h5py/Portfile:depends_lib-append port:py25-numpy port:hdf5-18 macports.svn/dports/python/py25-tables/Portfile:depends_lib-append port:hdf5-18 \ macports.svn/dports/python/py25-tables/Portfile: --hdf5=${prefix} \ macports.svn/dports/python/py25-tables/Portfile:destroot.args --hdf5=${prefix} \ macports.svn/dports/python/py26-h5py/Portfile:configure.args --api=18 --hdf5=${prefix} macports.svn/dports/python/py26-h5py/Portfile:depends_lib-append port:py26-numpy port:hdf5-18 macports.svn/dports/python/py26-tables/Portfile:depends_lib-append port:hdf5-18 \ macports.svn/dports/python/py26-tables/Portfile: --hdf5=${prefix} \ macports.svn/dports/python/py26-tables/Portfile:destroot.args --hdf5=${prefix} \ macports.svn/dports/science/cdo/Portfile: depends_lib-append port:hdf5-18 macports.svn/dports/science/cdo/Portfile: configure.args-append --with-hdf5=${prefix} \ macports.svn/dports/science/gdal/Portfile: --without-ogdi --without-fme --without-hdf4 --without-hdf5 \ macports.svn/dports/science/gdal/Portfile:variant hdf5 description {Enable HDF5 file format} { macports.svn/dports/science/gdal/Portfile: depends_lib-append port:hdf5 macports.svn/dports/science/gdal/Portfile: configure.args-delete --without-hdf5 macports.svn/dports/science/gdal/Portfile: configure.args-append --with-hdf5=${prefix} macports.svn/dports/science/h4h5tools/Portfile:depends_lib-append port:hdf5 \ macports.svn/dports/science/hdf5/Portfile:name hdf5 macports.svn/dports/science/hdf5/Portfile: ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${version}/src/ macports.svn/dports/science/hdf5-18/Portfile:set realname hdf5 macports.svn/dports/science/hdf5-18/Portfile: ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${version}/src/ macports.svn/dports/science/nco/Portfile: depends_lib-append port:hdf5-18 \ macports.svn/dports/science/netcdf/Portfile:variant netcdf4 description {compile with hdf5} { macports.svn/dports/science/netcdf/Portfile: configure.env-append LDFLAGS=-L${prefix}/lib LIBS="-lhdf5 -lhdf5_hl" macports.svn/dports/science/netcdf/Portfile: --with-hdf5=${prefix} \ macports.svn/dports/science/netcdf/Portfile: port:hdf5-18 macports.svn/dports/science/vis5d/Portfile:# reinplace "s|-lnetcdf \$V5D_LIBS_AUX|-lnetcdf -lhdf5_hl -lhdf5 -lz -lcurl \$V5D_LIBS_AUX|" \ macports.svn/dports/science/wgrib2/Portfile: -lgrib2c -ljasper -lnetcdf -lhdf5_hl -lhdf5 -lpng -lz\" " macports.svn/dports/science/wgrib2/Portfile: depends_lib-append port:hdf5-18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From emer at emer.net Fri Nov 6 16:10:48 2009 From: emer at emer.net (Mark Anderson) Date: Fri, 6 Nov 2009 19:10:48 -0500 Subject: View/Hide /opt folder from Finder In-Reply-To: <4444AA77-2008-4700-AD0E-EBE9A9FF05EF@gmail.com> References: <4444AA77-2008-4700-AD0E-EBE9A9FF05EF@gmail.com> Message-ID: <2cf4100f0911061610l1d0aacc1meabd17056b7e1d33@mail.gmail.com> If you've Setfile -a V, you can Cmd-Shift-Period from the Open/Save Dialog, and it will show hidden files. (10.6 only) Mark On Fri, Nov 6, 2009 at 1:53 PM, Steven Rogers wrote: > > On Nov 6, 2009, at 6:15 AM, Lu?s Be?a wrote: > >> How can I View/Hide the /opt folder from Finder? I have a laptop with >> macports installed >> that for some reason does not display the /opt folder in the Finder... > > You can temporarily get around it by just going to Finder => Go => Go to > folder . . . ? and typing in /opt ?- that will give you a finder window. > There are ways to change the defaults for what is hidden and what isn't. If > you want to change visibility permanently - give it a google. I think there > are some apps which provide an easy interface for it. I just use > shift-command-G which usually has /opt/local or ~/.ssh already in it . . . > > SR > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From trog24 at comcast.net Fri Nov 6 17:15:24 2009 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Fri, 6 Nov 2009 17:15:24 -0800 Subject: Wine error message Message-ID: <406BB931-4C8F-43E3-A05F-D8F87A205859@comcast.net> Hello, I realize that wine is a Mactel only program; but, the error message: Error: wine can only be used on an Intel Mac or other computer with a little-endian processor. Error: Target org.macports.fetch returned: incompatible processor Error: Status 1 encountered during processing. is misleading with the "or other computer with a little-endian processor" since a PowerPC could run as both big-endian and little- endian. Frank J. R. Hanstick trog24 at comcast.net From trog24 at comcast.net Fri Nov 6 17:20:34 2009 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Fri, 6 Nov 2009 17:20:34 -0800 Subject: gnustep error. Message-ID: <1F067682-9516-4409-B5E4-71885F2C571D@comcast.net> Hello, I am still getting the gnustep error: c-24-19-218-170:~ frank$ sudo port install gnustep ---> Computing dependencies for gnustep ---> Configuring gnustep-make 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_gnustep_gnustep-make/work/gnustep- make-2.2.0" && ./configure --prefix=/opt/local/GNUstep CC=gcc-mp-4.2 -- with-library-combo=gnu-gnu-gnu --with-objc-lib-flag=-lobjc-gnu --with- config-file=/opt/local/GNUstep/System/Library/GNUstep.conf " returned error 77 Command output: checking for gcc... gcc-mp-4.2 checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. Error: The following dependencies failed to build: ArtResources gnustep-core gnustep-back gnustep-gui gnustep-base gnustep-make libffi gnutls libgcrypt libgpg-error libtasn1 lzo opencdk libungif libart_lgpl GMastermind GMines GNUMail Etoile SQLClient Performance oniguruma5 poppler gtk2 atk glib2 gtk-doc docbook-xml docbook- xml-4.1.2 xmlcatmgr docbook-xml-4.2 docbook-xml-4.3 docbook-xml-4.4 docbook-xml-4.5 docbook-xml-5.0 docbook-xsl gnome-doc-utils iso-codes p5-xml-parser py26-libxml2 python26 gdbm rarian getopt intltool gnome- common p5-getopt-long p5-pathtools p5-scalar-list-utils cairo libpixman jasper pango shared-mime-info xorg-libXcomposite xorg- compositeproto xorg-libXdamage xorg-damageproto openjpeg poppler-data Pantomime PRICE TalkSoup netclasses Yap.app ImageMagick p7zip a2ps psutils gworkspace system-preferences PreferencePanes windowmaker giflib xpm Error: Status 1 encountered during processing. and wondering when this will be addressed. Frank J. R. Hanstick trog24 at comcast.net From ram at macports.org Sat Nov 7 08:04:40 2009 From: ram at macports.org (Adam Mercer) Date: Sat, 7 Nov 2009 10:04:40 -0600 Subject: Significant delay in receiving mailing list posts Message-ID: <799406d60911070804n73a378aep484e3bafb93bcfbd@mail.gmail.com> Hi For the past day or so I have noticed that there seems to be a significant delay (between 8 and 20 hours) between the time a message was posted, according to it's headers, and the time at which receive the email in my mailer. Is anyone experiencing anything similar? Cheers Adam From jmr at macports.org Sat Nov 7 08:38:44 2009 From: jmr at macports.org (Joshua Root) Date: Sun, 08 Nov 2009 03:38:44 +1100 Subject: port inactive - not really inactive? In-Reply-To: References: Message-ID: <4AF5A294.6040800@macports.org> On 2009-11-7 10:17, Darren Weber wrote: > How is it possible for p5-module-signature to depend on an inactive > port? You have to be able to deactivate ports with dependents, or you would never be able to activate a different version... - Josh From petersj at in.tum.de Sat Nov 7 09:59:38 2009 From: petersj at in.tum.de (Janosch Peters) Date: Sat, 7 Nov 2009 17:59:38 +0000 (UTC) Subject: Gimp.app crashing References: <6b9c17630911050835u20a9e332nbf4c1c5ddfbdac61@mail.gmail.com> Message-ID: On 11-05-2009, Jeff Pitman wrote: > For some reason Gimp.app started crashing for me. I then did a full > update of all outdated packages, but no effect. Anyone else having the > same issue? Yes, I do. If we can verify that it is the same error, we could open a bug report. Are you running the no_x11/quartz variant? Could your run gimp from the command line and have a look if there occures a "Bus error"? It would be even better if you could install the debug version: gimp2 @2.6.7_0+darwin_9+debug+no_x11+quartz and run gimp --g-fatal-warnings --stack-trace-mode=always on the console. cheers, Janosch From richard.delaurell at gmail.com Sat Nov 7 14:01:34 2009 From: richard.delaurell at gmail.com (Richard DeLaurell) Date: Sat, 7 Nov 2009 16:01:34 -0600 Subject: kdebase4 apps fail to start w/LSOpenFromURLSpec() failed with error -10810 Message-ID: <4324dbec0911071401q2201c8fbhc501e19921881c96@mail.gmail.com> Probably a very newbie question, but all of my kdebase4 apps (konsole, e.g.) fail to start and return this error: LSOpenFromURLSpec() failed with error -10810 for the file /Applications/MacPorts/KDE4/ konsole.app I searched the archive, but the only reference seems to be about doxygen which is installed, active and up-to-date on my system. All of the kdegames4 apps do start, however, via this command: >open /Applications/MacPorts/KDE4/.app or even via the dock. What am I doing/have done wrong? Thanks for any help. Richard MBP-Core2Duo, 4G; OS X 10.5.8; MacPorts v. 1.8.1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Sun Nov 8 00:18:53 2009 From: talklists at newgeo.com (Scott Haneda) Date: Sun, 8 Nov 2009 00:18:53 -0800 Subject: Significant delay in receiving mailing list posts In-Reply-To: <799406d60911070804n73a378aep484e3bafb93bcfbd@mail.gmail.com> References: <799406d60911070804n73a378aep484e3bafb93bcfbd@mail.gmail.com> Message-ID: <97F6826D-B472-401B-9EF2-E1FCCEAC9997@newgeo.com> I do not think so, but this should serve as a good test, sent on [11/08/2009 12:18:42 AM PST] -- Scott * If you contact me off list replace talklists@ with scott@ * On Nov 7, 2009, at 8:04 AM, Adam Mercer wrote: > For the past day or so I have noticed that there seems to be a > significant delay (between 8 and 20 hours) between the time a message > was posted, according to it's headers, and the time at which receive > the email in my mailer. Is anyone experiencing anything similar? From talklists at newgeo.com Sun Nov 8 00:20:02 2009 From: talklists at newgeo.com (Scott Haneda) Date: Sun, 8 Nov 2009 00:20:02 -0800 Subject: Significant delay in receiving mailing list posts In-Reply-To: <97F6826D-B472-401B-9EF2-E1FCCEAC9997@newgeo.com> References: <799406d60911070804n73a378aep484e3bafb93bcfbd@mail.gmail.com> <97F6826D-B472-401B-9EF2-E1FCCEAC9997@newgeo.com> Message-ID: <08616D92-F8D5-490D-9CCD-9D5FB98FD8CF@newgeo.com> Well, that was near instant... [11/08/2009 12:19:53 AM PST] -- Scott * If you contact me off list replace talklists@ with scott@ * On Nov 8, 2009, at 12:18 AM, Scott Haneda wrote: > I do not think so, but this should serve as a good test, sent on > [11/08/2009 12:18:42 AM PST] > -- > Scott * If you contact me off list replace talklists@ with scott@ * > > On Nov 7, 2009, at 8:04 AM, Adam Mercer wrote: > >> For the past day or so I have noticed that there seems to be a >> significant delay (between 8 and 20 hours) between the time a message >> was posted, according to it's headers, and the time at which receive >> the email in my mailer. Is anyone experiencing anything similar? > From jmr at macports.org Sun Nov 8 00:41:22 2009 From: jmr at macports.org (Joshua Root) Date: Sun, 08 Nov 2009 19:41:22 +1100 Subject: Significant delay in receiving mailing list posts In-Reply-To: <799406d60911070804n73a378aep484e3bafb93bcfbd@mail.gmail.com> References: <799406d60911070804n73a378aep484e3bafb93bcfbd@mail.gmail.com> Message-ID: <4AF68432.7030106@macports.org> On 2009-11-8 03:04, Adam Mercer wrote: > Hi > > For the past day or so I have noticed that there seems to be a > significant delay (between 8 and 20 hours) between the time a message > was posted, according to it's headers, and the time at which receive > the email in my mailer. Is anyone experiencing anything similar? The macosforge mail server was having problems. Bill has implemented a temporary fix, with a permanent one to come on Monday. - Josh From richard.delaurell at gmail.com Sun Nov 8 07:20:53 2009 From: richard.delaurell at gmail.com (Richard DeLaurell) Date: Sun, 8 Nov 2009 09:20:53 -0600 Subject: kdebase4 apps fail to start w/LSOpenFromURLSpec() failed with error -10810 Message-ID: <4324dbec0911080720pb87002dx2a85c25eaa8be93c@mail.gmail.com> (Apologies if this is a double-post; I sent this yesterday, but it does not seem to have posted properly.) This is likely a very simple question as I'm a bit new to this, but all of my kdebase4 apps (konsole, e.g.) fail to start and return this error: LSOpenFromURLSpec() failed with error -10810 for the file /Applications/MacPorts/KDE4/ konsole.app I searched the archive, but the only reference seems to be about doxygen which is installed, active and up-to-date on my system. All of the kdegames4 apps do start, however, via this command: >open /Applications/MacPorts/KDE4/.app or even via the dock. What am I doing/have done wrong? Thanks for any help. Richard MBP-Core2Duo, 4G; OS X 10.5.8; MacPorts v. 1.8.1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ram at macports.org Sun Nov 8 07:50:53 2009 From: ram at macports.org (Adam Mercer) Date: Sun, 8 Nov 2009 09:50:53 -0600 Subject: Significant delay in receiving mailing list posts In-Reply-To: <4AF68432.7030106@macports.org> References: <799406d60911070804n73a378aep484e3bafb93bcfbd@mail.gmail.com> <4AF68432.7030106@macports.org> Message-ID: <799406d60911080750x2649833aie84701597813aa53@mail.gmail.com> On Sun, Nov 8, 2009 at 02:41, Joshua Root wrote: > The macosforge mail server was having problems. Bill has implemented a > temporary fix, with a permanent one to come on Monday. Thanks for the update, things do seem to be much better now. Cheers Adam From jeff.pitman at gmail.com Sun Nov 8 08:09:49 2009 From: jeff.pitman at gmail.com (Jeff Pitman) Date: Mon, 9 Nov 2009 00:09:49 +0800 Subject: Gimp.app crashing Message-ID: <6b9c17630911080809u22270754s53c10688fc4c6c57@mail.gmail.com> On Sat, 7 Nov 2009 17:59:38, Janosch Peters wrote: > On 11-05-2009, Jeff Pitman wrote: > > For some reason Gimp.app started crashing for me. I then did a full > > update of all outdated packages, but no effect. Anyone else having > the > > same issue? > > Yes, I do. If we can verify that it is the same error, we could open a > bug report. Are you running the no_x11/quartz variant? > > Yes, I was running the no_x11/quartz version. However, I mixed everything up and upgraded to Snow Leopard over the weekend. But, Gimp.app won't work until at least tk is fixed: http://trac.macports.org/ticket/20799 Unfortunately, I won't be able to get the debug information below.. > Could your run gimp from the command line and have a look if there > occures a "Bus error"? It would be even better if you could install the > debug version: > > gimp2 @2.6.7_0+darwin_9+debug+no_x11+quartz > > and run > > gimp --g-fatal-warnings --stack-trace-mode=always > > on the console. > > cheers, > Janosch > -------------- next part -------------- An HTML attachment was scrubbed... URL: From olaf at foellinger.de Sun Nov 8 09:33:03 2009 From: olaf at foellinger.de (Olaf Foellinger) Date: Sun, 8 Nov 2009 18:33:03 +0100 Subject: Gimp.app crashing In-Reply-To: <6b9c17630911080809u22270754s53c10688fc4c6c57@mail.gmail.com> References: <6b9c17630911080809u22270754s53c10688fc4c6c57@mail.gmail.com> Message-ID: <20091108173303.GB19049@foellinger.de> * Jeff Pitman [08.11.09 17:09]wrote: > On Sat, 7 Nov 2009 17:59:38, Janosch Peters > <[1]petersj at in.tum.de> wrote: > > On 11-05-2009, Jeff Pitman <[2]jeff.pitman at gmail.com> wrote: > > For some reason Gimp.app started crashing for me. I then did a > full > > update of all outdated packages, but no effect. Anyone else having > the > > same issue? > Yes, I do. If we can verify that it is the same error, we could open > a > bug report. Are you running the no_x11/quartz variant? > > Yes, I was running the no_x11/quartz version. However, I mixed > everything up and upgraded to Snow Leopard over the weekend. But, > Gimp.app won't work until at least tk is fixed: > [3]http://trac.macports.org/ticket/20799 > Unfortunately, I won't be able to get the debug information below.. Here Gimp.app quartz version works on Snow Leopard. It's been a clean install of MacPorts. Gru? Olaf From richard.delaurell at gmail.com Sun Nov 8 10:17:30 2009 From: richard.delaurell at gmail.com (Richard DeLaurell) Date: Sun, 8 Nov 2009 12:17:30 -0600 Subject: SOLVED: kdebase4 apps fail to start w/LSOpenFromURLSpec() failed with error -10810 Message-ID: <4324dbec0911081017h3a06adebwea638ab360e01793@mail.gmail.com> Here is the answer to my previous question: http://old.nabble.com/nothing-found-to-load-td23147834.html It seems that the -w flag is needed with "launchctl load". It has solved my problem at least for now. I have yet to test it after a shutdown, but the kdebase4 apps seem to be starting now from both the dock and the terminal (>open -a ). I hope this helps out the next newbie. Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From dreamcat4 at gmail.com Sun Nov 8 11:39:55 2009 From: dreamcat4 at gmail.com (dreamcat four) Date: Sun, 8 Nov 2009 19:39:55 +0000 Subject: daemondo / launchd just being silly on me Message-ID: <99cf22520911081139h4722d8b4jb76a36a74975ce88@mail.gmail.com> Hi, I've got the following: $ gem install stompserver Portfile: startupitem.create yes startupitem.name rb-stompserver startupitem.logevents yes startupitem.logfile /var/log/stompserver.log startupitem.pidfile auto /var/log/stompserver.pid # startupitem.executable "ruby ${prefix}/lib/ruby/gems/1.8/bin/stompserver --working_dir=/var" # startupitem.executable "/opt/local/bin/ruby ${prefix}/lib/ruby/gems/1.8/bin/stompserver --working_dir=/var" # startupitem.executable "/opt/local/bin/ruby ${prefix}/lib/ruby/gems/1.8/bin/stompserver --working_dir /var" startupitem.executable "${prefix}/lib/ruby/gems/1.8/bin/stompserver --working_dir /var" which creates the attached plist file. But for the life of me it just won't start. $ sudo port uninstall rb-stompserver && sudo port clean --dist rb-stompserver && sudo port install stompserver $ sudo port load rb-stompserver $ cat /var/log/stompserver.log: 2009-11-08 19:22:39 rb-stompserver: Unable to launch process /opt/local/lib/ruby/gems/1.8/bin/stompserver --working_dir /var. 2009-11-08 19:23:09 rb-stompserver: error while starting 2009-11-08 19:23:09 rb-stompserver: Starting process 2009-11-08 19:23:09 rb-stompserver: Unable to launch process /opt/local/lib/ruby/gems/1.8/bin/stompserver --working_dir /var. 2009-11-08 19:23:39 rb-stompserver: error while starting 2009-11-08 19:23:39 rb-stompserver: Starting process 2009-11-08 19:23:39 rb-stompserver: Unable to launch process /opt/local/lib/ruby/gems/1.8/bin/stompserver --working_dir /var. 2009-11-08 19:24:09 rb-stompserver: error while starting 2009-11-08 19:24:09 rb-stompserver: Starting process 2009-11-08 19:24:09 rb-stompserver: Unable to launch process /opt/local/lib/ruby/gems/1.8/bin/stompserver --working_dir /var. You get the picture. Such error message corresponds to forking execvp() call in the Daemondo C code: http://svn.macosforge.org/repository/macports/branches/images-and-archives/base/src/programs/daemondo/main.c main.c, line 514: pid_t Exec(const char* const argv[], int sync) { if (!argv || !argv[0] || !*argv[0]) return -1; pid_t pid = fork(); switch (pid) { case 0: // In the child process { // Child process has no stdin, but shares stdout and stderr with us // Is that the right behavior? int nullfd = 0; if ((nullfd = open("/dev/null", O_RDONLY)) == -1) _exit(1); dup2(nullfd, STDIN_FILENO); // Launch the child execvp(argv[0], (char* const*)argv); // <------------- xml params are put here from the plist // We get here only if the exec fails. LogMessage("Unable to launch process %s.\n", argv[0]); // <----------- execvp() fails ??? _exit(1); } break; But it just doesn't make any sense to me. I can see no reason why the ruby script should fall through and error out here. Have tried prefixing with / without ruby binary eg 'ruby