From rob at jlab.org Tue Sep 1 00:11:23 2009 From: rob at jlab.org (Rob Mahurin) Date: Tue, 1 Sep 2009 03:11:23 -0400 Subject: can't install gcc43 or gcc44 In-Reply-To: <799406d60908311401i14baabd0kca7751033d689363@mail.gmail.com> References: <20090831180700.GA98459@zed.local> <799406d60908311401i14baabd0kca7751033d689363@mail.gmail.com> Message-ID: <20090901071122.GA92245@zed.local> On Mon, Aug 31, 2009 at 04:01:28PM -0500, Adam Mercer wrote: > On Mon, Aug 31, 2009 at 13:07, Rob Mahurin wrote: > > > I'm trying to use MacPorts to install Octave and its dependencies on a > > new Mac running 10.5.8. ?The install fails during the build of gcc. > > (I have tried gcc43 and gcc44.) ?Attached is the output of > > > > ? ? ? ?sudo port install octave +gcc44 > > > > It looks like last error is > > > > ? ? ? ?../../../../gcc-4.4.1/libgcc/../gcc/config/soft-fp/fixtfti.c:34: > > ? ? ? ?error: expected '=', ',', ';', 'asm' or '__attribute__' before > > ? ? ? ?'__fixtfti' > > > > which refers to a sensible-looking function declaration in that file. > > So I am out of my depth. ?Help? > > Looks the same as: > > So it does, thanks. I was able to compile gcc44 after changing the Portfile as attached. It's not obvious to me how to add new information to the bug tracker. Cheers, Rob -------------- next part -------------- --- Portfile 2009-08-29 08:19:02.000000000 -0400 +++ /tmp/Portfile 2009-09-01 01:24:06.000000000 -0400 @@ -46,15 +46,7 @@ # the generated compiler doesn't accept -arch if {[info exists build_arch] && ${os.platform} == "darwin"} { - if {(${os.arch} == "i386" && $build_arch == "i386") || (${os.arch} == "powerpc" && $build_arch == "ppc")} { - configure.env-append CFLAGS_FOR_TARGET="-m32 ${configure.cflags}" - } elseif {(${os.arch} == "i386" && $build_arch == "x86_64") || (${os.arch} == "powerpc" && $build_arch == "ppc64")} { - configure.env-append CFLAGS_FOR_TARGET="-m64 ${configure.cflags}" - } else { - pre-fetch { - return -code error "Cannot build $name for $build_arch" - } - } + configure.env-append CFLAGS_FOR_TARGET="${configure.cflags}" configure.env-append CFLAGS_FOR_BUILD="${configure.cc_archflags} ${configure.cflags}" configure.cc_archflags configure.cxx_archflags From rppass at rppass.com Tue Sep 1 05:24:14 2009 From: rppass at rppass.com (Ralph Pass) Date: Tue, 01 Sep 2009 08:24:14 -0400 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> Message-ID: <4A9D126E.2080603@rppass.com> Naive question: Did you get libiconv? I do not see it in the link command. Ralph Pass Peter B. West wrote: > I'm trying to build odt2txt, which, unfortunately, is not in Mac Ports. > > When I try to make it, I get: > > lydia-2:odt2txt-0.4 pbw$ make > cc -O2 -c -o odt2txt.o odt2txt.c > cc -O2 -c -o regex.o regex.c > cc -O2 -c -o mem.o mem.c > cc -O2 -c -o strbuf.o strbuf.c > cc -O2 -c -o kunzip/fileio.o kunzip/fileio.c > cc -O2 -c -o kunzip/zipfile.o kunzip/zipfile.c > cc -o odt2txt odt2txt.o regex.o mem.o strbuf.o kunzip/fileio.o > kunzip/zipfile.o -lz > Undefined symbols: > "_iconv_open", referenced from: > _main in odt2txt.o > _main in odt2txt.o > "_iconv", referenced from: > _main in odt2txt.o > _main in odt2txt.o > "_iconv_close", referenced from: > _main in odt2txt.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [odt2txt] Error 1 > > So, iconv is causing problems. I see that various iconv bits and > pieces seem to be available in Mac Ports. Can anyone suggest things I > might try to get this to build? > > Peter > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From daniel.furrer at gmail.com Tue Sep 1 06:13:56 2009 From: daniel.furrer at gmail.com (Daniel Furrer) Date: Tue, 1 Sep 2009 15:13:56 +0200 Subject: Problems with gtk2 installer Message-ID: Hi all, I have a problem with the installer for an application (EiffelStudio) that I am building for our first semester "Introduction to Programming" course. The problem seems to be related to the gtk2 MacPorts package: EiffelStudio will work fine if I install it with: > sudo port install eiffelstudio64 installing it from the mpkg built with: > port mpkg eiffelstudio64 on a freshly set-up Leopard (10.5.8) will hang eiffelstudio during startup. (It starts X11 then nothing happens) If I install MacPorts, build the gtk2 dependency and then install only the eiffelstudio.pkg it works as expected. Do you have any idea what could be causing this behavior? Is there anything missing/different when installing gtk2 from the mpkg than when I build it on the system itself? Thanks and best regards, Daniel ps. It seems not to be not strictly a gtk2 problem either as when I disable some parts of eiffelstudio (most notably image loading) I do get the expected GTK window. I have posted a similar question to the eiffelsoftware mailing list and will let you know if/how we were able to solve the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jkorchok at hotmail.com Tue Sep 1 10:22:51 2009 From: jkorchok at hotmail.com (John Korchok) Date: Tue, 1 Sep 2009 12:22:51 -0500 Subject: Third-party PHP extensions In-Reply-To: References: Message-ID: I have a third party (not installed by MacPorts) php extension module "libpdf_php.so" that I formerly called using the extension_dir and extension settings in php.ini. When I upgraded to php 5.3 plus php-oracle and php-mysql, the installation warned me to remove the extension_dir setting, or my MacPorts-installed extensions would not work. I finally figured out that the new MacPorts extensions were in opt/local/lib/php/extensions/no-debug-non-zts-20090626/, so I copied my third-party extension to that directory and also to opt/local/lib/php/extensions/, just for good measure. Unfortunately, php is not able to find the extension in the new location. I am not clear where I can install third-party extensions now that I cannot use the extension_dir setting. _________________________________________________________________ With Windows Live, you can organize, edit, and share your photos. http://www.windowslive.com/Desktop/PhotoGallery -------------- next part -------------- An HTML attachment was scrubbed... URL: From noah-list at enabled.com Tue Sep 1 12:10:38 2009 From: noah-list at enabled.com (Noah Garrett Wallach) Date: Tue, 01 Sep 2009 12:10:38 -0700 Subject: installed graphviz Message-ID: <4A9D71AE.6040709@enabled.com> Hi there, I installed graphviz from the macports repository and I cant seem to find the actual binary. What is going on? $ sudo find / -name graphviz /opt/local/include/graphviz /opt/local/lib/graphviz /opt/local/share/graphviz /opt/local/var/macports/distfiles/graphviz /opt/local/var/macports/receipts/graphviz /opt/local/var/macports/software/graphviz /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/include/graphviz /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/lib/graphviz /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/share/graphviz /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/graphviz Cheers, Noah From macsforever2000 at macports.org Tue Sep 1 12:20:43 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Tue, 1 Sep 2009 13:20:43 -0600 Subject: installed graphviz In-Reply-To: <4A9D71AE.6040709@enabled.com> References: <4A9D71AE.6040709@enabled.com> Message-ID: <9420B6DE-2D5E-41EB-BE6F-DF66589E079B@macports.org> On Sep 1, 2009, at 1:10 PM, Noah Garrett Wallach wrote: > Hi there, > > I installed graphviz from the macports repository and I cant seem to > find the actual binary. What is going on? > > $ sudo find / -name graphviz > /opt/local/include/graphviz > /opt/local/lib/graphviz > /opt/local/share/graphviz > /opt/local/var/macports/distfiles/graphviz > /opt/local/var/macports/receipts/graphviz > /opt/local/var/macports/software/graphviz > /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/ > include/graphviz > /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/ > lib/graphviz > /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/ > share/graphviz > /opt/local/var/macports/sources/rsync.macports.org/release/ports/ > graphics/graphviz You can find all of the files installed by graphiz as follows: port contents graphviz Which shows a number of files in /opt/local/bin Cheers! Frank From noah-list at enabled.com Tue Sep 1 12:23:01 2009 From: noah-list at enabled.com (Noah Garrett Wallach) Date: Tue, 01 Sep 2009 12:23:01 -0700 Subject: installed graphviz [solved] In-Reply-To: <9420B6DE-2D5E-41EB-BE6F-DF66589E079B@macports.org> References: <4A9D71AE.6040709@enabled.com> <9420B6DE-2D5E-41EB-BE6F-DF66589E079B@macports.org> Message-ID: <4A9D7495.3070300@enabled.com> Frank Schima wrote: > > On Sep 1, 2009, at 1:10 PM, Noah Garrett Wallach wrote: > >> Hi there, >> >> I installed graphviz from the macports repository and I cant seem to >> find the actual binary. What is going on? >> >> $ sudo find / -name graphviz >> /opt/local/include/graphviz >> /opt/local/lib/graphviz >> /opt/local/share/graphviz >> /opt/local/var/macports/distfiles/graphviz >> /opt/local/var/macports/receipts/graphviz >> /opt/local/var/macports/software/graphviz >> /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/include/graphviz >> >> /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/lib/graphviz >> >> /opt/local/var/macports/software/graphviz/2.24.0_0+macosx/opt/local/share/graphviz >> >> /opt/local/var/macports/sources/rsync.macports.org/release/ports/graphics/graphviz >> > > You can find all of the files installed by graphiz as follows: > > port contents graphviz > > Which shows a number of files in /opt/local/bin > > > Cheers! > Frank ah ha! thanks frank From peter at asgalon.net Tue Sep 1 12:23:35 2009 From: peter at asgalon.net (Peter Koellner) Date: Tue, 1 Sep 2009 21:23:35 +0200 (CEST) Subject: macports 1.8 upgrade from scratch: python build failed Message-ID: Hi! After installing Mac OS X 10.6, I had to upgrade Xcode to 3,2 and macPorts 1.6 to 1.8. Unfortunately, nothing short of uninstalling all packages worked, and I am in the process of reinstalling everything. So while installing the prerequisites of gimp, the following error shows up. Any idea how to fix this? ---> Attempting to fetch Python-2.6.2.tar.bz2 from http://www.python.org//ftp/python/2.6.2/ ---> Verifying checksum(s) for python26 ---> Extracting python26 ---> Applying patches to python26 ---> Configuring python26 ---> Building python26 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.2" && /usr/bin/make all MAKE="/usr/bin/make CC=/usr/bin/gcc-4.2" " returned error 2 Command output: if test ""; then \ /usr/bin/gcc-4.2 -o Python.framework/Versions/2.6/Python -dynamiclib \ -isysroot "" \ -all_load libpython2.6.a -Wl,-single_module \ -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python \ -compatibility_version 2.6 \ -current_version 2.6; \ else \ /usr/bin/libtool -o Python.framework/Versions/2.6/Python -dynamic libpython2.6.a \ -lSystem -lSystemStubs -arch_only i386 -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python -compatibility_version 2.6 -current_version 2.6 ;\ fi /usr/bin/install -c -d -m 755 \ Python.framework/Versions/2.6/Resources/English.lproj /usr/bin/install -c -m 644 Mac/Resources/framework/Info.plist \ Python.framework/Versions/2.6/Resources/Info.plist ln -fsn 2.6 Python.framework/Versions/Current ln -fsn Versions/Current/Python Python.framework/Python ln -fsn Versions/Current/Headers Python.framework/Headers ln -fsn Versions/Current/Resources Python.framework/Resources /usr/bin/gcc-4.2 -L/opt/local/lib -u _PyMac_Error Python.framework/Versions/2.6/Python -o python.exe \ Modules/python.o \ -ldl ld: warning: in Python.framework/Versions/2.6/Python, file is not of required architecture Undefined symbols: "_PyMac_Error", referenced from: "_Py_Main", referenced from: _main in python.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [python.exe] Error 1 Error: The following dependencies failed to build: gimp-app gimp2 gegl babl librsvg libgsf gnome-vfs gconf gtk2 atk gtk-doc gnome-doc-utils py26-libxml2 python26 rarian getopt intltool gnome-common p5-getopt-long p5-pathtools p5-scalar-list-utils cairo libpixman libpng jasper jpeg pango shared-mime-info tiff xorg-libXcomposite xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXrandr xorg-randrproto orbit2 libidl policykit gnome-mime-data libbonobo w3m boehmgc ffmpeg XviD dirac cppunit faac mp4v2 faad2 gmake lame libogg libsdl-devel libtheora libvorbis schroedinger liboil x264 graphviz gd2 xpm urw-fonts xorg-libXaw xorg-libXmu xorg-libXt xorg-libsm xorg-libice libopenraw boost boost-jam libsdl libspiro lua openexr ilmbase lcms libexif libgnomeui gnome-icon-theme hicolor-icon-theme icon-naming-utils p5-xml-simple p5-xml-namespacesupport p5-xml-sax gnome-keyring libgcrypt libgpg-error libtasn1 libbonoboui libglade2 libgnome esound audiofile libgnomecanvas libmng libwmf poppler openjpeg poppler-data py25-gtk py25-cairo py25-numpy fftw-3 py25-nose py25-setuptools python25 py25-gobject gimp-jp2 gimp-lqr-plugin liblqr gtk-nodoka-engine coreutils gmp gutenprint icns-gimp macclipboard-gimp macfile-gimp ufraw exiv2 gtkimageview xsane sane-backends libusb-compat libusb Error: Status 1 encountered during processing. -- peter koellner From jeremyhu at macports.org Tue Sep 1 12:42:47 2009 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Tue, 1 Sep 2009 12:42:47 -0700 Subject: macports 1.8 upgrade from scratch: python build failed In-Reply-To: References: Message-ID: <03E970A8-8804-45B2-8918-CAD79DAF5D65@macports.org> What you want to know is located on this page: http://trac.macports.org/wiki/snc/snowleopard http://trac.macports.org/ticket/20284 On Sep 1, 2009, at 12:23, Peter Koellner wrote: > Hi! > > After installing Mac OS X 10.6, I had to upgrade Xcode to 3,2 and > macPorts 1.6 to > 1.8. Unfortunately, nothing short of uninstalling all packages worked, > and I am in the process of reinstalling everything. > So while installing the prerequisites of gimp, the following error > shows up. Any idea how to fix this? > > > ---> Attempting to fetch Python-2.6.2.tar.bz2 from > http://www.python.org//ftp/python/2.6.2/ > ---> Verifying checksum(s) for python26 > ---> Extracting python26 > ---> Applying patches to python26 > ---> Configuring python26 > ---> Building python26 > Error: Target org.macports.build returned: shell command " cd > "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync > .macports.org_release_ports_lang_python26/work/Python-2.6.2" > && /usr/bin/make all MAKE="/usr/bin/make CC=/usr/bin/gcc-4.2" " > returned error 2 > Command output: if test ""; then \ > /usr/bin/gcc-4.2 -o > Python.framework/Versions/2.6/Python -dynamiclib \ > -isysroot "" \ > -all_load > libpython2.6.a -Wl,-single_module \ > -install_name > /opt/local/Library/Frameworks/Python.framework/Versions/2.6/ > Python > \ > -compatibility_version 2.6 \ > -current_version 2.6; \ > else \ > /usr/bin/libtool -o Python.framework/Versions/2.6/Python > -dynamic libpython2.6.a \ > -lSystem -lSystemStubs -arch_only i386 > -install_name > /opt/local/Library/Frameworks/Python.framework/Versions/2.6/ > Python > -compatibility_version 2.6 -current_version 2.6 ;\ > fi > /usr/bin/install -c -d -m 755 \ > Python.framework/Versions/2.6/Resources/English.lproj > /usr/bin/install -c -m 644 Mac/Resources/framework/Info.plist \ > Python.framework/Versions/2.6/Resources/Info.plist > ln -fsn 2.6 Python.framework/Versions/Current > ln -fsn Versions/Current/Python Python.framework/Python > ln -fsn Versions/Current/Headers Python.framework/Headers > ln -fsn Versions/Current/Resources Python.framework/Resources > /usr/bin/gcc-4.2 -L/opt/local/lib -u _PyMac_Error > Python.framework/Versions/2.6/Python -o python.exe \ > Modules/python.o \ > -ldl ld: warning: in Python.framework/Versions/2.6/Python, > file is not of > required architecture > Undefined symbols: > "_PyMac_Error", referenced from: > "_Py_Main", referenced from: > _main in python.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [python.exe] Error 1 > > Error: The following dependencies failed to build: gimp-app gimp2 gegl > babl librsvg libgsf gnome-vfs gconf gtk2 atk gtk-doc gnome-doc-utils > py26-libxml2 python26 rarian getopt intltool gnome-common > p5-getopt-long p5-pathtools p5-scalar-list-utils cairo libpixman > libpng jasper jpeg pango shared-mime-info tiff xorg-libXcomposite > xorg-compositeproto xorg-libXfixes xorg-fixesproto xorg-libXcursor > xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXinerama > xorg-xineramaproto xorg-libXrandr xorg-randrproto orbit2 libidl > policykit gnome-mime-data libbonobo w3m boehmgc ffmpeg XviD dirac > cppunit faac mp4v2 faad2 gmake lame libogg libsdl-devel libtheora > libvorbis schroedinger liboil x264 graphviz gd2 xpm urw-fonts > xorg-libXaw xorg-libXmu xorg-libXt xorg-libsm xorg-libice libopenraw > boost boost-jam libsdl libspiro lua openexr ilmbase lcms libexif > libgnomeui gnome-icon-theme hicolor-icon-theme icon-naming-utils > p5-xml-simple p5-xml-namespacesupport p5-xml-sax gnome-keyring > libgcrypt libgpg-error libtasn1 libbonoboui libglade2 libgnome esound > audiofile libgnomecanvas libmng libwmf poppler openjpeg poppler-data > py25-gtk py25-cairo py25-numpy fftw-3 py25-nose py25-setuptools > python25 py25-gobject gimp-jp2 gimp-lqr-plugin liblqr > gtk-nodoka-engine coreutils gmp gutenprint icns-gimp macclipboard-gimp > macfile-gimp ufraw exiv2 gtkimageview xsane sane-backends > libusb-compat libusb > Error: Status 1 encountered during processing. > > > > -- > peter koellner > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From gonhidi at gmail.com Tue Sep 1 13:10:43 2009 From: gonhidi at gmail.com (=?ISO-8859-1?Q?Gonzalo_HIGUERA_D=CDAZ?=) Date: Tue, 1 Sep 2009 22:10:43 +0200 Subject: macports 1.8 upgrade from scratch: python build failed In-Reply-To: References: Message-ID: <411f59bd0909011310j113c684cue07f3fb3b783dfee@mail.gmail.com> 2009-09-01 Peter Koellner 21:23 +0200, : > Hi! > > After installing Mac OS X 10.6, I had to upgrade Xcode to 3,2 and macPorts 1.6 to > 1.8. Unfortunately, nothing short of uninstalling all packages worked, > and I am in the process of reinstalling everything. More on migrating a Macports installation to another system: http://trac.macports.org/wiki/Migration > So while installing the prerequisites of gimp, the following error > shows up. Any idea how to fix this? > > [...] It seems to be the (yet unsolved) error reported in http://trac.macports.org/ticket/20284 Cheers. -- Gonzalo HIGUERA D?AZ From payam.minoofar at meissner.com Tue Sep 1 13:57:08 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Tue, 1 Sep 2009 13:57:08 -0700 Subject: Two errors compiling wine-devel Message-ID: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> I upgraded to 10.6. I installed the 64-bit version of Macports 1.8, I uninstalled everything, and I am now slowly recompiling everything. Most packages are installing fine, but I get this when Port tries to compoine wine-devel (with freetype error at bottom). Thanks in advance. 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_x11_wine -devel/work/wine-1.1.28" && ./configure --prefix=/opt/local --x- include=/opt/local/include --x-lib=/opt/local/lib --disable-win16 " returned error 1 Command output: checking for xmlParseMemory in -lxml2... no checking for xmlReadMemory in -lxml2... no checking for xmlNewDocPI in -lxml2... no checking for libxslt/pattern.h... yes checking for libxslt/transform.h... yes checking for -lxslt... not found checking dbus/dbus.h usability... no checking dbus/dbus.h presence... no checking for dbus/dbus.h... no checking hal/libhal.h usability... no checking hal/libhal.h presence... no checking for hal/libhal.h... no checking gnutls/gnutls.h usability... no checking gnutls/gnutls.h presence... no checking for gnutls/gnutls.h... no checking for -lncurses... not found checking for mousemask... no checking for sane-config... no checking sane/sane.h usability... no checking sane/sane.h presence... no checking for sane/sane.h... no checking for gphoto2-config... no checking for gphoto2-port-config... no checking gphoto2-camera.h usability... no checking gphoto2-camera.h presence... no checking for gphoto2-camera.h... no checking for freetype-config... freetype-config checking for -lfreetype... not found configure: error: FreeType 32-bit development files not found. Fonts will not be built. Use the --without-freetype option if you really want this. Error: Status 1 encountered during processing. From peter at asgalon.net Tue Sep 1 14:12:06 2009 From: peter at asgalon.net (Peter Koellner) Date: Tue, 1 Sep 2009 23:12:06 +0200 (CEST) Subject: macports 1.8 upgrade from scratch: python build failed In-Reply-To: <411f59bd0909011310j113c684cue07f3fb3b783dfee@mail.gmail.com> References: <411f59bd0909011310j113c684cue07f3fb3b783dfee@mail.gmail.com> Message-ID: On Tue, 1 Sep 2009, Gonzalo HIGUERA D?AZ wrote: > More on migrating a Macports installation to another system: > http://trac.macports.org/wiki/Migration Well, yes, the manual method did not work too well since port failed to start before updating the system. Actually this failure was the only reason why I bothered starting the update. The automatic method also failed because of some error with libz while updating grep etc..., it told me to use --enforce-variants, but that did not help either. since it lead to more errors further down the line. I had not updated port for some time because the last time I did that I could not use the machine for work for a couple of days until everything worked fine again. Maybe the differences have added up a bit so I uninstalled everything and went on with reinstalling everything I need. Maybe I should have erased the /opt/local directory completely, but I did not want to loose my configurations. > It seems to be the (yet unsolved) error reported in > http://trac.macports.org/ticket/20284 Yeah, this looks like I'll have lots of fun more with this update. Luckily, all my remote tools work again - considering the fact that openssh unexpectedly started installing some X11 libraries, it could have been worse. I hope things will get sorted out on the way to macports 2.0 -- peter koellner From jmr at macports.org Tue Sep 1 14:27:49 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 02 Sep 2009 07:27:49 +1000 Subject: macports 1.8 upgrade from scratch: python build failed In-Reply-To: References: <411f59bd0909011310j113c684cue07f3fb3b783dfee@mail.gmail.com> Message-ID: <4A9D91D5.8070704@macports.org> On 2009-9-2 07:12, Peter Koellner wrote: > On Tue, 1 Sep 2009, Gonzalo HIGUERA D?AZ wrote: > >> More on migrating a Macports installation to another system: >> http://trac.macports.org/wiki/Migration > > Well, yes, the manual method did not work too well since port failed > to start before updating the system. The wiki page says, "you will first need to install the base MacPorts system again, either from the appropriate disk image or from source." Did your port command still not work after doing that? - Josh From peter at asgalon.net Tue Sep 1 15:03:38 2009 From: peter at asgalon.net (Peter Koellner) Date: Wed, 2 Sep 2009 00:03:38 +0200 (CEST) Subject: macports 1.8 upgrade from scratch: python build failed In-Reply-To: <4A9D91D5.8070704@macports.org> References: <411f59bd0909011310j113c684cue07f3fb3b783dfee@mail.gmail.com> <4A9D91D5.8070704@macports.org> Message-ID: On Wed, 2 Sep 2009, Joshua Root wrote: > The wiki page says, "you will first need to install the base MacPorts > system again, either from the appropriate disk image or from source." > Did your port command still not work after doing that? Yes, it worked after that, but then I tried the "automatic" method until I ran into the library errors since going through variants lists manually did not sound too inviting to me, and I got the feeling that there was already much deprecated junk built up. Then I ran uninstall installed to start from scratch. I am now one step further after replacing the "uname -m" machine test in python's configure with a "x86_64" string literal. Now it has some problem in staging to destroot, not in building. -- peter koellner From peter at asgalon.net Tue Sep 1 15:28:45 2009 From: peter at asgalon.net (Peter Koellner) Date: Wed, 2 Sep 2009 00:28:45 +0200 (CEST) Subject: macports 1.8 upgrade from scratch: python build failed In-Reply-To: References: <411f59bd0909011310j113c684cue07f3fb3b783dfee@mail.gmail.com> <4A9D91D5.8070704@macports.org> Message-ID: On Wed, 2 Sep 2009, Peter Koellner wrote: > I am now one step further after replacing the "uname -m" machine test > in python's configure with a "x86_64" string literal. Now it has some > problem in staging to destroot, not in building. Please disregard this, it did not do anything useful. I am going to downgrade everything to the port 1.6 from the time machine backup now. I can live better with a broken port engine than without gimp, xsane etc. -- peter koellner From jeremyhu at macports.org Tue Sep 1 19:16:32 2009 From: jeremyhu at macports.org (Jeremy Huddleston) Date: Tue, 1 Sep 2009 19:16:32 -0700 Subject: Two errors compiling wine-devel In-Reply-To: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> Message-ID: <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> wine needs to build 32bit which means that you need to build macports 2-way (i386/x86_64) to use wine. On Sep 1, 2009, at 13:57, Payam Minoofar wrote: > I upgraded to 10.6. I installed the 64-bit version of Macports 1.8, I > uninstalled everything, and I am now slowly recompiling everything. > > Most packages are installing fine, but I get this when Port tries to > compoine wine-devel (with freetype error at bottom). > > Thanks in advance. > > 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_x11_wine > -devel/work/wine-1.1.28" && ./configure --prefix=/opt/local --x- > include=/opt/local/include --x-lib=/opt/local/lib --disable-win16 " > returned error 1 > Command output: checking for xmlParseMemory in -lxml2... no > checking for xmlReadMemory in -lxml2... no > checking for xmlNewDocPI in -lxml2... no > checking for libxslt/pattern.h... yes > checking for libxslt/transform.h... yes > checking for -lxslt... not found > checking dbus/dbus.h usability... no > checking dbus/dbus.h presence... no > checking for dbus/dbus.h... no > checking hal/libhal.h usability... no > checking hal/libhal.h presence... no > checking for hal/libhal.h... no > checking gnutls/gnutls.h usability... no > checking gnutls/gnutls.h presence... no > checking for gnutls/gnutls.h... no > checking for -lncurses... not found > checking for mousemask... no > checking for sane-config... no > checking sane/sane.h usability... no > checking sane/sane.h presence... no > checking for sane/sane.h... no > checking for gphoto2-config... no > checking for gphoto2-port-config... no > checking gphoto2-camera.h usability... no > checking gphoto2-camera.h presence... no > checking for gphoto2-camera.h... no > checking for freetype-config... freetype-config > checking for -lfreetype... not found > configure: error: FreeType 32-bit development files not found. Fonts > will not be built. > Use the --without-freetype option if you really want this. > > Error: Status 1 encountered during processing. > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From ryandesign at macports.org Wed Sep 2 00:24:27 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 02:24:27 -0500 Subject: can't install gcc43 or gcc44 In-Reply-To: <20090901071122.GA92245@zed.local> References: <20090831180700.GA98459@zed.local> <799406d60908311401i14baabd0kca7751033d689363@mail.gmail.com> <20090901071122.GA92245@zed.local> Message-ID: <706E9B11-B7BC-4D0F-BC8F-E956D5933242@macports.org> On Sep 1, 2009, at 02:11, Rob Mahurin wrote: > On Mon, Aug 31, 2009 at 04:01:28PM -0500, Adam Mercer wrote: > >> Looks the same as: >> >> > > So it does, thanks. I was able to compile gcc44 after changing the > Portfile as attached. It's not obvious to me how to add new > information to the bug tracker. Adam already attached your patch to the ticket for you, but for future reference, you can log in using the button at the top right of every Trac page. Then you can make changes to tickets. From ryandesign at macports.org Wed Sep 2 00:28:49 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 02:28:49 -0500 Subject: Trying to rebuild on 10.6 In-Reply-To: References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <42C55876-0343-49B7-9762-4071AF15489E@dxradio.demon.co.uk> <6DE805A5-F7C1-45EE-AEED-FE5727F6D757@macports.org> Message-ID: <0272C1CB-78F6-4998-94A2-9F0A7D4EF5AD@macports.org> On Aug 31, 2009, at 20:54, Mark Hattam wrote: > Also found a few more apparently "orphaned" installed items, which > have now bitten the dust. > autoconf @2.64_2 (active) > automake @1.11_0 (active) > gmake @3.81_0 (active) > gperf @3.0.4_0 (active) > m4 @1.4.13_0 (active) > > If they're needed by the building of something, I'm sure they'll > reappear again when required. Yup, they will. If you want to locate and uninstall more unneeded ports, you can use program installed by the port_cutleaves port. From ryandesign at macports.org Wed Sep 2 00:33:58 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 02:33:58 -0500 Subject: Problems with gtk2 installer In-Reply-To: References: Message-ID: <75AB481F-79B6-4844-8E21-F087B89034DF@macports.org> On Sep 1, 2009, at 08:13, Daniel Furrer wrote: > I have a problem with the installer for an application > (EiffelStudio) that I am building for our first semester > "Introduction to Programming" course. > The problem seems to be related to the gtk2 MacPorts package: > > EiffelStudio will work fine if I install it with: > > sudo port install eiffelstudio64 > > installing it from the mpkg built with: > > port mpkg eiffelstudio64 > > on a freshly set-up Leopard (10.5.8) will hang eiffelstudio during > startup. (It starts X11 then nothing happens) > > If I install MacPorts, build the gtk2 dependency and then install > only the eiffelstudio.pkg it works as expected. > > Do you have any idea what could be causing this behavior? > Is there anything missing/different when installing gtk2 from the > mpkg than when I build it on the system itself? Creating an mpkg can be tricky, because you need to turn off auto- clean, and you need to install the port and all of its dependencies and all of its dependencies' dependencies and so on before you can port mpkg it. To properly do that, probably all of those ports cannot already be installed when you begin the process, otherwise they may be missing from the mpkg. What procedure did you follow to create the mpkg? From ryandesign at macports.org Wed Sep 2 00:35:32 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 02:35:32 -0500 Subject: Third-party PHP extensions In-Reply-To: References: Message-ID: <309503F9-B085-4F46-A0BB-DD4EF9A1A2D9@macports.org> On Sep 1, 2009, at 12:22, John Korchok wrote: > I have a third party (not installed by MacPorts) php extension > module "libpdf_php.so" that I formerly called using the > extension_dir and extension settings in php.ini. When I upgraded to > php 5.3 plus php-oracle and php-mysql, the installation warned me to > remove the extension_dir setting, or my MacPorts-installed > extensions would not work. I finally figured out that the new > MacPorts extensions were in opt/local/lib/php/extensions/no-debug- > non-zts-20090626/, so I copied my third-party extension to that > directory and also to opt/local/lib/php/extensions/, just for good > measure. > > Unfortunately, php is not able to find the extension in the new > location. I am not clear where I can install third-party extensions > now that I cannot use the extension_dir setting. /opt/local/lib/php/extensions/no-debug-non-zts-20090626/ is the correct place to put your extension. You then need to write a text file in /opt/local/var/db/php5/ (for example libpdf_php.ini) containing the following line: extension=libpdf_php.so Or, I think you can put that line in your main php.ini if you prefer. P.S: You shouldn't start a new thread on a mailing list by replying to an unrelated message. This messes up threaded mail readers and the mail archive. Instead, please use the New Message function in your email program and then address the message to the mailing list's address. From ryandesign at macports.org Wed Sep 2 00:39:48 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 02:39:48 -0500 Subject: attempt to build on Mac OS 10.6 (Snow Leopard) In-Reply-To: <1CDDE50B-0D4B-429F-ABA4-2FC1349C1E29@sbcglobal.net> References: <9DFDF37E-059B-42EC-BE56-72ACC952364E@mac.com> <1CDDE50B-0D4B-429F-ABA4-2FC1349C1E29@sbcglobal.net> Message-ID: On Aug 31, 2009, at 21:00, Lenore Horner wrote: > (Forwarding Octave list exchange as they try to figure out why > Octave won't build except with g95. The previously said it must be > a MP fault.) Perhaps this information should be added to http://trac.macports.org/ticket/20636 or filed as a new ticket (if it's not the same issue). From ryandesign at macports.org Wed Sep 2 02:12:51 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 04:12:51 -0500 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> Message-ID: <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> On Aug 31, 2009, at 22:50, Peter B. West wrote: > I'm trying to build odt2txt, which, unfortunately, is not in Mac > Ports. It is now. :) > When I try to make it, I get: > > lydia-2:odt2txt-0.4 pbw$ make > cc -O2 -c -o odt2txt.o odt2txt.c > cc -O2 -c -o regex.o regex.c > cc -O2 -c -o mem.o mem.c > cc -O2 -c -o strbuf.o strbuf.c > cc -O2 -c -o kunzip/fileio.o kunzip/fileio.c > cc -O2 -c -o kunzip/zipfile.o kunzip/zipfile.c > cc -o odt2txt odt2txt.o regex.o mem.o strbuf.o kunzip/fileio.o > kunzip/zipfile.o -lz > Undefined symbols: > "_iconv_open", referenced from: > _main in odt2txt.o > _main in odt2txt.o > "_iconv", referenced from: > _main in odt2txt.o > _main in odt2txt.o > "_iconv_close", referenced from: > _main in odt2txt.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [odt2txt] Error 1 > > So, iconv is causing problems. I see that various iconv bits and > pieces seem to be available in Mac Ports. Can anyone suggest things > I might try to get this to build? The problem was "-L/opt/local/lib" was not present (which tells it to look for libraries in /opt/local/lib) and "-liconv" was not present (which tells it to look for symbols in the libiconv.dylib library). But now that there's a port, you don't need to know that :) -- just "sudo port install odt2txt" once the index catches up (in an hour or so). From jmr at macports.org Wed Sep 2 02:39:53 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 02 Sep 2009 19:39:53 +1000 Subject: Problems with gtk2 installer In-Reply-To: <75AB481F-79B6-4844-8E21-F087B89034DF@macports.org> References: <75AB481F-79B6-4844-8E21-F087B89034DF@macports.org> Message-ID: <4A9E3D69.3010509@macports.org> On 2009-9-2 17:33, Ryan Schmidt wrote: > Creating an mpkg can be tricky, because you need to turn off auto-clean, > and you need to install the port and all of its dependencies and all of > its dependencies' dependencies and so on before you can port mpkg it. To > properly do that, probably all of those ports cannot already be > installed when you begin the process, otherwise they may be missing from > the mpkg. This is only true for MacPorts versions prior to 1.8.0. - Josh From raimue at macports.org Wed Sep 2 06:13:18 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Wed, 02 Sep 2009 15:13:18 +0200 Subject: /usr/local? In-Reply-To: <487835A6-4EC3-4A02-B069-FD5E2CD4F8AD@gmail.com> References: <20090830232742.GA1094@ninagal.withay.com> <487835A6-4EC3-4A02-B069-FD5E2CD4F8AD@gmail.com> Message-ID: <4A9E6F6E.9000006@macports.org> On 2009-08-31 01:36 , David J. Haines wrote: > That's exactly what I was talking about. I understand the potential > problems, but that's OK with me (and, presumably others like me). If > one is savvy enough to be using the "--prefix" flag, one should be > willing to put up with the potential problems doing so entails. Getting up to ./configure --prefix=$foo is quite easy and does not require any special knowledge. > Perhaps a warning - even one saying that such installs are unsupported > - would be in order but outright denying such installs isn't. We know it would not work, so we do not allow it. Why do you insist on /usr/local even if it does not work? Rainer From ryandesign at macports.org Wed Sep 2 07:26:21 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 09:26:21 -0500 Subject: Trying to rebuild on 10.6 In-Reply-To: <4A9C97FE.6060105@macports.org> References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> Message-ID: On Aug 31, 2009, at 22:41, Joshua Root wrote: > On 2009-9-1 11:06, Ryan Schmidt wrote: >> I updated the Migration page BTW. I have not tested the new >> instructions >> so they may still need tweaking. > > With the instructions as written, "sudo port install grep" will fail > because its dependencies have not been reinstalled yet. So it is. Thanks for fixing it. The new instructions to simply uninstall grep, gawk and gsed first seem correct to me. And if they're not, I'm sure somebody will let us know! :) From raimue at macports.org Wed Sep 2 07:35:57 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Wed, 02 Sep 2009 16:35:57 +0200 Subject: any way to make --enforce-variants the default? In-Reply-To: <43137843-7BCE-4507-AD7A-9F210D2A544D@dxradio.demon.co.uk> References: <86ocpvbibg.fsf@blue.stonehenge.com> <4A9C78A8.5000109@macports.org> <43137843-7BCE-4507-AD7A-9F210D2A544D@dxradio.demon.co.uk> Message-ID: <4A9E82CD.7070100@macports.org> On 2009-09-01 03:38 , Mark Hattam wrote: > So can I use this to remove the +server variant from my already > installed mysql5 > > mysql5 @5.0.85_0+server (active) > > which is no longer needed, and reminds me so everytime I do a sudo > port upgrade mysql5, as it's now handled by the > > mysql5-server @5.0.85_0 (active) > > eg > sudo port upgrade --enforce-variants mysql5 -server > > or does a "-" not negate a "+" This has also been possible before 1.8, but required the global force option. Rainer From zack.galbreath at gmail.com Wed Sep 2 08:15:34 2009 From: zack.galbreath at gmail.com (Zack Galbreath) Date: Wed, 02 Sep 2009 11:15:34 -0400 Subject: openssl failing to link against libz [solved] In-Reply-To: <4A9C34C4.7040007@gmail.com> References: <4A9C34C4.7040007@gmail.com> Message-ID: <4A9E8C16.90508@gmail.com> I managed to workaround this issue by completely blowing away my /opt directory, and then reinstalling from scratch following the subversion install guide: http://guide.macports.org/#installing.macports.subversion There was probably a cleaner, simpler way of getting libz built properly, but I couldn't figure it out. -Zack From ryandesign at macports.org Wed Sep 2 08:18:23 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 10:18:23 -0500 Subject: openssl failing to link against libz [solved] In-Reply-To: <4A9E8C16.90508@gmail.com> References: <4A9C34C4.7040007@gmail.com> <4A9E8C16.90508@gmail.com> Message-ID: <1FD3945D-FEFB-4ADF-9008-075EFBD5CED1@macports.org> On Sep 2, 2009, at 10:15, Zack Galbreath wrote: > I managed to workaround this issue by completely blowing away my / > opt directory, and then reinstalling from scratch following the > subversion install guide: > > http://guide.macports.org/#installing.macports.subversion > > There was probably a cleaner, simpler way of getting libz built > properly, but I couldn't figure it out. Did you read the Migration page? http://trac.macports.org/wiki/Migration From ryandesign at macports.org Wed Sep 2 08:21:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 10:21:53 -0500 Subject: Non-working non-root install In-Reply-To: <43771CA8-30A2-4C3D-AACF-B0AEE9B03FD7@macports.org> References: <45A47C20-AD25-4AD6-9698-A04F9B84CCC6@macports.org> <20090829192955.GL1094@ninagal.withay.com> <350D9C67-7132-4059-993C-C3B888272469@macports.org> <20090830194439.GZ1094@ninagal.withay.com> <43771CA8-30A2-4C3D-AACF-B0AEE9B03FD7@macports.org> Message-ID: <21A896FB-0943-4E8C-9596-E8CCC0134075@macports.org> On Aug 31, 2009, at 11:25, Ryan Schmidt wrote: > I am attaching a script which reproduces the problem on my system > (clean install of Snow Leopard), and the output I get. When you run > it, do you see the problem on your system as well? You need to edit > the user in the script. Note that it installs MacPorts in /tmp/mp > and downloads the MacPorts source to /tmp/macportsbase. You can edit > these at the top of the script too if you want. Can somebody please test what happens when they run this script on their system? It will not affect your current MacPorts install. The version of the script attached to this email is updated so that you don't need to enter your username manually. -------------- next part -------------- A non-text attachment was scrubbed... Name: macports.sh Type: application/octet-stream Size: 1281 bytes Desc: not available URL: From payam.minoofar at meissner.com Wed Sep 2 08:39:33 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Wed, 2 Sep 2009 08:39:33 -0700 Subject: Two errors compiling wine-devel In-Reply-To: <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> Message-ID: <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> How do I do that? Thanks. Payam On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: > wine needs to build 32bit which means that you need to build macports > 2-way (i386/x86_64) to use wine. > > On Sep 1, 2009, at 13:57, Payam Minoofar wrote: > >> I upgraded to 10.6. I installed the 64-bit version of Macports 1.8, I >> uninstalled everything, and I am now slowly recompiling everything. >> >> Most packages are installing fine, but I get this when Port tries to >> compoine wine-devel (with freetype error at bottom). >> >> Thanks in advance. >> >> 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_x11_wine >> -devel/work/wine-1.1.28" && ./configure --prefix=/opt/local --x- >> include=/opt/local/include --x-lib=/opt/local/lib --disable-win16 " >> returned error 1 >> Command output: checking for xmlParseMemory in -lxml2... no >> checking for xmlReadMemory in -lxml2... no >> checking for xmlNewDocPI in -lxml2... no >> checking for libxslt/pattern.h... yes >> checking for libxslt/transform.h... yes >> checking for -lxslt... not found >> checking dbus/dbus.h usability... no >> checking dbus/dbus.h presence... no >> checking for dbus/dbus.h... no >> checking hal/libhal.h usability... no >> checking hal/libhal.h presence... no >> checking for hal/libhal.h... no >> checking gnutls/gnutls.h usability... no >> checking gnutls/gnutls.h presence... no >> checking for gnutls/gnutls.h... no >> checking for -lncurses... not found >> checking for mousemask... no >> checking for sane-config... no >> checking sane/sane.h usability... no >> checking sane/sane.h presence... no >> checking for sane/sane.h... no >> checking for gphoto2-config... no >> checking for gphoto2-port-config... no >> checking gphoto2-camera.h usability... no >> checking gphoto2-camera.h presence... no >> checking for gphoto2-camera.h... no >> checking for freetype-config... freetype-config >> checking for -lfreetype... not found >> configure: error: FreeType 32-bit development files not found. Fonts >> will not be built. >> Use the --without-freetype option if you really want this. >> >> Error: Status 1 encountered during processing. >> >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From perry at macports.org Wed Sep 2 08:41:34 2009 From: perry at macports.org (Perry Lee) Date: Wed, 02 Sep 2009 08:41:34 -0700 Subject: Non-working non-root install In-Reply-To: <21A896FB-0943-4E8C-9596-E8CCC0134075@macports.org> References: <45A47C20-AD25-4AD6-9698-A04F9B84CCC6@macports.org> <20090829192955.GL1094@ninagal.withay.com> <350D9C67-7132-4059-993C-C3B888272469@macports.org> <20090830194439.GZ1094@ninagal.withay.com> <43771CA8-30A2-4C3D-AACF-B0AEE9B03FD7@macports.org> <21A896FB-0943-4E8C-9596-E8CCC0134075@macports.org> Message-ID: <4A9E922E.7090205@macports.org> Ryan Schmidt wrote: > On Aug 31, 2009, at 11:25, Ryan Schmidt wrote: > >> I am attaching a script which reproduces the problem on my system >> (clean install of Snow Leopard), and the output I get. When you run >> it, do you see the problem on your system as well? You need to edit >> the user in the script. Note that it installs MacPorts in /tmp/mp and >> downloads the MacPorts source to /tmp/macportsbase. You can edit these >> at the top of the script too if you want. > > Can somebody please test what happens when they run this script on their > system? It will not affect your current MacPorts install. The version of > the script attached to this email is updated so that you don't need to > enter your username manually. I just ran the script on my system (also a clean install of Snow Leopard). Following is the output from `$PREFIX/bin/port install zlib`: MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Computing dependencies for zlib MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Fetching zlib ---> Attempting to fetch zlib-1.2.3.tar.bz2 from http://distfiles.macports.org/zlib MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Verifying checksum(s) for zlib MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Extracting zlib MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Applying patches to zlib MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Configuring zlib MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Building zlib MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Staging zlib into destroot MacPorts running without privileges. You may be unable to complete certain actions (eg install). ---> Installing zlib @1.2.3_2 Error: Target org.macports.install returned: could not set attributes of "/tmp/mp/var/macports/software/zlib/1.2.3_2/tmp/mp/share/man/man3/zlib.3.gz": permission denied Error: Status 1 encountered during processing. From frstan at bellsouth.net Wed Sep 2 08:55:08 2009 From: frstan at bellsouth.net (William Davis) Date: Wed, 2 Sep 2009 11:55:08 -0400 Subject: report of Migration document edit Message-ID: <09DA8942-EE3A-48B9-A91D-B6305BF7CCDD@bellsouth.net> Removed the words "installed and" and the angle brackets from Automatic 1. command so the it now reads : sudo port -f uninstall gawk grep gsed William Davis frstanATbellsouthDOTnet Mac OS X ver 10.6 Darwin 10.6 XQuartz 2.4.0 (xorg-server 1.5.3-apple14) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non -------------- next part -------------- An HTML attachment was scrubbed... URL: From jkorchok at hotmail.com Wed Sep 2 09:49:16 2009 From: jkorchok at hotmail.com (John Korchok) Date: Wed, 2 Sep 2009 11:49:16 -0500 Subject: Third-party PHP extensions In-Reply-To: <309503F9-B085-4F46-A0BB-DD4EF9A1A2D9@macports.org> References: <309503F9-B085-4F46-A0BB-DD4EF9A1A2D9@macports.org> Message-ID: > > I have a third party (not installed by MacPorts) php extension > > module "libpdf_php.so" that I formerly called using the > > extension_dir and extension settings in php.ini. When I upgraded to > > php 5.3 plus php-oracle and php-mysql, the installation warned me to > > remove the extension_dir setting, or my MacPorts-installed > > extensions would not work. I finally figured out that the new > > MacPorts extensions were in opt/local/lib/php/extensions/no-debug- > > non-zts-20090626/, so I copied my third-party extension to that > > directory and also to opt/local/lib/php/extensions/, just for good > > measure. > > > > Unfortunately, php is not able to find the extension in the new > > location. I am not clear where I can install third-party extensions > > now that I cannot use the extension_dir setting. > > /opt/local/lib/php/extensions/no-debug-non-zts-20090626/ is the > correct place to put your extension. You then need to write a text > file in /opt/local/var/db/php5/ (for example libpdf_php.ini) > containing the following line: > > extension=libpdf_php.so > > Or, I think you can put that line in your main php.ini if you prefer. - I already had "extension=libpdf_php.so" in php.ini. That doesn't work. - I created libpdf_php.ini in /opt/local/var/db/php5/ and put the same line in there, but that doesn't work either. - I removed libpdf_php.ini, added the extension line back into php.ini and also added extension_dir = "opt/local/lib/php/extensions/no-debug-non-zts-20090626/" to php.ini. That doesn't work. It looks to me like the ability to add modules is broken, but I am open to further instructions or suggestions. _________________________________________________________________ Get back to school stuff for them and cashback for you. http://www.bing.com/cashback?form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Wed Sep 2 09:54:23 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 11:54:23 -0500 Subject: report of Migration document edit In-Reply-To: <09DA8942-EE3A-48B9-A91D-B6305BF7CCDD@bellsouth.net> References: <09DA8942-EE3A-48B9-A91D-B6305BF7CCDD@bellsouth.net> Message-ID: <3245B8E1-B2B6-401C-AFE9-148078300186@macports.org> On Sep 2, 2009, at 10:55, William Davis wrote: > Removed the words "installed and" and the angle brackets from > Automatic 1. command so the it now reads : > sudo port -f uninstall gawk grep gsed Why? The instructions were correct before, and are now incorrect. Before, port would only attempt to uninstall gawk, grep and gsed if they are installed. Now, port will attempt to uninstall them even if they are not installed, in which case an error will occur. If, say, gawk was not installed, the error will be printed and port will exit before attempting to uninstall grep and gsed. I returned the document to its prior state. From ryandesign at macports.org Wed Sep 2 09:56:44 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 11:56:44 -0500 Subject: Third-party PHP extensions In-Reply-To: References: <309503F9-B085-4F46-A0BB-DD4EF9A1A2D9@macports.org> Message-ID: On Sep 2, 2009, at 11:49, John Korchok wrote: > > > I have a third party (not installed by MacPorts) php extension > > > module "libpdf_php.so" that I formerly called using the > > > extension_dir and extension settings in php.ini. When I upgraded > to > > > php 5.3 plus php-oracle and php-mysql, the installation warned > me to > > > remove the extension_dir setting, or my MacPorts-installed > > > extensions would not work. I finally figured out that the new > > > MacPorts extensions were in opt/local/lib/php/extensions/no-debug- > > > non-zts-20090626/, so I copied my third-party extension to that > > > directory and also to opt/local/lib/php/extensions/, just for good > > > measure. > > > > > > Unfortunately, php is not able to find the extension in the new > > > location. I am not clear where I can install third-party > extensions > > > now that I cannot use the extension_dir setting. > > > > /opt/local/lib/php/extensions/no-debug-non-zts-20090626/ is the > > correct place to put your extension. You then need to write a text > > file in /opt/local/var/db/php5/ (for example libpdf_php.ini) > > containing the following line: > > > > extension=libpdf_php.so > > > > Or, I think you can put that line in your main php.ini if you > prefer. > > - I already had "extension=libpdf_php.so" in php.ini. That doesn't > work. > - I created libpdf_php.ini in /opt/local/var/db/php5/ and put the > same line in there, but that doesn't work either. > - I removed libpdf_php.ini, added the extension line back into > php.ini and also added extension_dir = "opt/local/lib/php/extensions/ > no-debug-non-zts-20090626/" to php.ini. That doesn't work. > > It looks to me like the ability to add modules is broken, but I am > open to further instructions or suggestions. But the oracle and mysql modules you installed are working, right? They're not doing anything special; you can read their .ini files in / opt/local/var/db/php5/. How was libpdf_php.so compiled? Did you compile it or is it a binary distribution? Is it compatible with PHP 5.3? Does the error log say anything? From frstan at bellsouth.net Wed Sep 2 10:22:48 2009 From: frstan at bellsouth.net (William Davis) Date: Wed, 2 Sep 2009 13:22:48 -0400 Subject: [Bulk] Re: report of Migration document edit In-Reply-To: <3245B8E1-B2B6-401C-AFE9-148078300186@macports.org> References: <09DA8942-EE3A-48B9-A91D-B6305BF7CCDD@bellsouth.net> <3245B8E1-B2B6-401C-AFE9-148078300186@macports.org> Message-ID: On Sep 2, 2009, at 12:54 PM, Ryan Schmidt wrote: > On Sep 2, 2009, at 10:55, William Davis wrote: > >> Removed the words "installed and" and the angle brackets from >> Automatic 1. command so the it now reads : >> sudo port -f uninstall gawk grep gsed > > Why? The instructions were correct before, and are now incorrect. > > Before, port would only attempt to uninstall gawk, grep and gsed if > they are installed. Now, port will attempt to uninstall them even if > they are not installed, in which case an error will occur. If, say, > gawk was not installed, the error will be printed and port will exit > before attempting to uninstall grep and gsed. > > I returned the document to its prior state. > > So "and" is a keyword. duh.... well thanks for fixing it back. I'll ask next time.... William Davis frstanATbellsouthDOTnet Mac OS X ver 10.6 Darwin 10.6 XQuartz 2.3.4 (xorg-server 1.4.2-apple45) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From daveesq at gmail.com Wed Sep 2 10:25:37 2009 From: daveesq at gmail.com (David J. Haines) Date: Wed, 2 Sep 2009 13:25:37 -0400 Subject: /usr/local? In-Reply-To: <4A9E6F6E.9000006@macports.org> References: <20090830232742.GA1094@ninagal.withay.com> <487835A6-4EC3-4A02-B069-FD5E2CD4F8AD@gmail.com> <4A9E6F6E.9000006@macports.org> Message-ID: <9C39BED3-065B-41D6-BD76-2EB966D01ABA@gmail.com> On Sep 2, 2009, at 9:13 AM, Rainer M?ller wrote: > On 2009-08-31 01:36 , David J. Haines wrote: >> That's exactly what I was talking about. I understand the potential >> problems, but that's OK with me (and, presumably others like me). If >> one is savvy enough to be using the "--prefix" flag, one should be >> willing to put up with the potential problems doing so entails. > > Getting up to ./configure --prefix=$foo is quite easy and does not > require any special knowledge. > Neither does realizing that when something doesn't work right, it might be because of the unrecommended installation location. >> Perhaps a warning - even one saying that such installs are >> unsupported >> - would be in order but outright denying such installs isn't. > > We know it would not work, so we do not allow it. Why do you insist on > /usr/local even if it does not work? > > Rainer Has something changed between 1.8.0 and the previous version that would affect this? If not, then it works just fine in /usr/local, at least for everything I was using MacPorts for. In any event, it's spelled out that it's unsupported, I don't see why the maintainers couldn't just let the users do as they please, without having to worry about whether the next version of MacPorts won't install with the selfupdate action. David From jkorchok at hotmail.com Wed Sep 2 12:59:11 2009 From: jkorchok at hotmail.com (John Korchok) Date: Wed, 2 Sep 2009 14:59:11 -0500 Subject: Third-party PHP extensions - Solved In-Reply-To: References: <309503F9-B085-4F46-A0BB-DD4EF9A1A2D9@macports.org> Message-ID: > > > > I have a third party (not installed by MacPorts) php extension > > > > module "libpdf_php.so" that I formerly called using the > > > > extension_dir and extension settings in php.ini. When I upgraded > > to > > > > php 5.3 plus php-oracle and php-mysql, the installation warned > > me to > > > > remove the extension_dir setting, or my MacPorts-installed > > > > extensions would not work. I finally figured out that the new > > > > MacPorts extensions were in opt/local/lib/php/extensions/no-debug- > > > > non-zts-20090626/, so I copied my third-party extension to that > > > > directory and also to opt/local/lib/php/extensions/, just for good > > > > measure. > > > > > > > > Unfortunately, php is not able to find the extension in the new > > > > location. I am not clear where I can install third-party > > extensions > > > > now that I cannot use the extension_dir setting. > > > > > > /opt/local/lib/php/extensions/no-debug-non-zts-20090626/ is the > > > correct place to put your extension. You then need to write a text > > > file in /opt/local/var/db/php5/ (for example libpdf_php.ini) > > > containing the following line: > > > > > > extension=libpdf_php.so > > > > > > Or, I think you can put that line in your main php.ini if you > > prefer. > > > > - I already had "extension=libpdf_php.so" in php.ini. That doesn't > > work. > > - I created libpdf_php.ini in /opt/local/var/db/php5/ and put the > > same line in there, but that doesn't work either. > > - I removed libpdf_php.ini, added the extension line back into > > php.ini and also added extension_dir = "opt/local/lib/php/extensions/ > > no-debug-non-zts-20090626/" to php.ini. That doesn't work. > > > > It looks to me like the ability to add modules is broken, but I am > > open to further instructions or suggestions. > > But the oracle and mysql modules you installed are working, right? > They're not doing anything special; you can read their .ini files in / > opt/local/var/db/php5/. > > How was libpdf_php.so compiled? Did you compile it or is it a binary > distribution? Is it compatible with PHP 5.3? Does the error log say > anything? > Thank you very much for the help, libpdf_php.so comes as a binary distribution. I downloaded the the newest version from the PDFlib site and it works either with extension=libpdf_php.so in php.ini or in /opt/local/var/db/php5/libpdf_php.ini. Could I suggest that when the php5.3 installation detects that extension_dir in php.ini is set to something else, that the user be told where to copy their extension(s) in addition to the request to disable extension_dir? _________________________________________________________________ Windows Live: Make it easier for your friends to see what you?re up to on Facebook. http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_facebook:082009 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bjoernhaeuser at googlemail.com Wed Sep 2 13:00:01 2009 From: bjoernhaeuser at googlemail.com (=?ISO-8859-15?Q?Bj=F6rn_H=E4user?=) Date: Wed, 02 Sep 2009 22:00:01 +0200 Subject: Strange behaviour with postgresql84-server Message-ID: <4A9ECEC1.4080508@gmail.com> Hello List! I have a problem with the postgresql84-server port. I refuses to load: bjoern at tango /Library/LaunchDaemons $ sudo port load postgresql84-server Error: Status 1 encountered during processing. There is nothing in the Console. When i take the start command out of the .plist it just starts without any error. Any suggestions where to start digging? Thanks in advance, Bjoern From pgbackup at yahoo.com Wed Sep 2 14:11:15 2009 From: pgbackup at yahoo.com (pgbackup) Date: Wed, 2 Sep 2009 14:11:15 -0700 (PDT) Subject: Building php5 on Snow Leopard. Message-ID: <25265809.post@talk.nabble.com> I'm on a Snow Leopard, running macports 1.8. I installed php5 as follows: sudo port install php5 +apache2+pear+mysql5 Apparently, that didn't add in mysql support. To fix that, I had to install php5-mysql by saying "sudo port install php5-mysql +mysql5". I'm looking at my phpinfo() output and I see php5 was configured as follows: './configure' '--prefix=/opt/local' '--mandir=/opt/local/share/man' '--infodir=/opt/local/share/info' '--with-config-file-path=/opt/local/etc/php5' '--with-config-file-scan-dir=/opt/local/var/db/php5' '--disable-all' '--enable-bcmath' '--enable-ctype' '--enable-dba' '--enable-dom' '--enable-fileinfo' '--enable-filter' '--enable-hash' '--enable-json' '--enable-libxml' '--enable-pdo' '--enable-phar' '--enable-session' '--enable-simplexml' '--enable-tokenizer' '--enable-xml' '--enable-xmlreader' '--enable-xmlwriter' '--with-bz2=/opt/local' '--with-mhash=/opt/local' '--with-pcre-regex=/opt/local' '--with-readline=/opt/local' '--with-libxml-dir=/opt/local' '--with-zlib=/opt/local' '--disable-cgi' '--with-ldap=/usr' '--with-iodbc=/usr' '--with-apxs2=/opt/local/apache2/bin/apxs' '--with-pear=/opt/local/lib/php' How do I enable gd2 support, curl support, gettext etc? on anoher machine i have php5 5.2.10 running and it was configured as follows (by typing sudo port install php5 +apache2+macosx+mysql5+pear) './configure' '--prefix=/opt/local' '--mandir=/opt/local/share/man' '--infodir=/opt/local/share/info' '--with-config-file-path=/opt/local/etc/php5' '--with-config-file-scan-dir=/opt/local/var/db/php5' '--enable-calendar' '--with-iconv=/opt/local' '--enable-exif' '--enable-ftp' '--enable-wddx' '--with-zlib=/opt/local' '--with-bz2=/opt/local' '--without-sqlite' '--without-pdo-sqlite' '--with-libxml-dir=/opt/local' '--with-gettext=/opt/local' '--with-libexpat-dir=/opt/local' '--with-xmlrpc' '--enable-soap' '--enable-bcmath' '--enable-mbstring' '--enable-dba' '--enable-zip' '--with-openssl=/opt/local' '--with-mhash=/opt/local' '--with-mcrypt=/opt/local' '--with-mime-magic' '--with-xsl=/opt/local' '--with-curl=/opt/local' '--with-pcre-regex=/opt/local' '--with-gd' '--with-jpeg-dir=/opt/local' '--with-png-dir=/opt/local' '--enable-gd-native-ttf' '--with-freetype-dir=/opt/local' '--with-ldap=/usr' '--with-kerberos=/usr' '--with-iodbc=/usr' '--with-apxs2=/opt/local/apache2/bin/apxs' '--with-mysql=/opt/local/var/macports/build/_Users_pgupta_tmp_php5/work/mysql5' '--with-pdo-mysql=/opt/local/bin/mysql_config5' '--with-mysql-sock=/opt/local/var/run/mysql5/mysqld.sock' '--with-mysqli=/opt/local/bin/mysql_config5' '--with-pear=/opt/local/lib/php' In /opt/local/lib/php/extensions/no-debug-non-zts-20090626, I only see three extensions built: mysql.so mysqli.so pdo_mysql.so How do I build the rest? Thanks. -- View this message in context: http://www.nabble.com/Building-php5-on-Snow-Leopard.-tp25265809p25265809.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From arno at alum.wpi.edu Wed Sep 2 15:57:57 2009 From: arno at alum.wpi.edu (Arno Hautala) Date: Wed, 2 Sep 2009 18:57:57 -0400 Subject: /usr/local? In-Reply-To: <9C39BED3-065B-41D6-BD76-2EB966D01ABA@gmail.com> References: <20090830232742.GA1094@ninagal.withay.com> <487835A6-4EC3-4A02-B069-FD5E2CD4F8AD@gmail.com> <4A9E6F6E.9000006@macports.org> <9C39BED3-065B-41D6-BD76-2EB966D01ABA@gmail.com> Message-ID: <6adc49070909021557m22175699nb08ff91ee6edec4@mail.gmail.com> On Wed, Sep 2, 2009 at 13:25, David J. Haines wrote: > > On Sep 2, 2009, at 9:13 AM, Rainer M?ller wrote: > >> We know it would not work, so we do not allow it. Why do you insist on >> /usr/local even if it does not work? > > Has something changed between 1.8.0 and the previous version that would > affect this? Shouldn't it be possible to install in /opt, then manually edit the macports.conf file to use /usr/local and move the directories? Or would MacPorts then complain that it has been installed in an inappropriate location? Or break in some other way ( ignoring all the known reasons why it is unsupported :-) ). -- arno s hautala /-\ arno at alum.wpi.edu pgp eabb6fe6 d47c500f b2458f5d a7cc7abb f81c4e00 From husam at senussi.com Wed Sep 2 17:44:52 2009 From: husam at senussi.com (Husam Senussi) Date: Thu, 3 Sep 2009 01:44:52 +0100 Subject: build xercesc failed in SL Message-ID: <46E21D47-BECB-4178-A823-0B18734C0333@senussi.com> Just in case someone had this installed in SL I'm getting below error Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_xercesc /work/xerces-c-src_2_8_0/src/xercesc" && /usr/bin/gnumake -j2 all " returned error 2 Command output: MacOSPlatformUtils.cpp:1165: error: 'struct FSSpec' has no member named 'name' MacOSPlatformUtils.cpp:1184: error: 'struct FSSpec' has no member named 'vRefNum' MacOSPlatformUtils.cpp:1184: error: 'struct FSSpec' has no member named 'parID' MacOSPlatformUtils.cpp:1184: error: 'FSMakeFSSpec' was not declared in this scope MacOSPlatformUtils.cpp: In function 'XMLCh* xercesc_2_8::XMLCreateFullPathFromFSSpec(const FSSpec&, xercesc_2_8::MemoryManager*)': MacOSPlatformUtils.cpp:1358: error: 'FSpMakeFSRef' was not declared in this scope MacOSPlatformUtils.cpp: In function 'XMLCh* xercesc_2_8::XMLCreateFullPathFromFSSpec_Classic(const FSSpec&, xercesc_2_8::MemoryManager*)': MacOSPlatformUtils.cpp:1395: error: 'CInfoPBRec' was not declared in this scope MacOSPlatformUtils.cpp:1395: error: expected `;' before 'catInfo' MacOSPlatformUtils.cpp:1396: error: 'catInfo' was not declared in this scope MacOSPlatformUtils.cpp:1396: error: 'struct FSSpec' has no member named 'name' MacOSPlatformUtils.cpp:1397: error: 'struct FSSpec' has no member named 'vRefNum' MacOSPlatformUtils.cpp:1399: error: 'struct FSSpec' has no member named 'parID' MacOSPlatformUtils.cpp:1400: error: 'PBGetCatInfoSync' was not declared in this scope MacOSPlatformUtils.cpp:1404: error: 'struct FSSpec' has no member named 'name' MacOSPlatformUtils.cpp:1432: error: 'struct FSSpec' has no member named 'name' MacOSPlatformUtils.cpp:1440: error: 'struct FSSpec' has no member named 'parID' MacOSPlatformUtils.cpp:1443: error: 'struct FSSpec' has no member named 'parID' gnumake[3]: *** [MacOSPlatformUtils.o] Error 1 gnumake[2]: *** [all] Error 2 gnumake[1]: *** [platforms] Error 2 gnumake: *** [Util] Error 2 gnumake: *** Waiting for unfinished jobs.... (C++) XMLScanner.o (C++) XMLScannerResolver.o (C++) XProtoType.o (C++) XSAXMLScanner.o (C++) XSerializeEngine.o (C++) XSObjectFactory.o (C++) XTemplateSerializer.o Error: Status 1 encountered during processing. From ryandesign at macports.org Wed Sep 2 17:48:08 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 19:48:08 -0500 Subject: Building php5 on Snow Leopard. In-Reply-To: <25265809.post@talk.nabble.com> References: <25265809.post@talk.nabble.com> Message-ID: On Sep 2, 2009, at 16:11, pgbackup wrote: > I'm on a Snow Leopard, running macports 1.8. I installed php5 as > follows: > sudo port install php5 +apache2+pear+mysql5 > > Apparently, that didn't add in mysql support. To fix that, I had to > install > php5-mysql by saying "sudo port install php5-mysql +mysql5". Right, between php5 @5.3.0_0 and @5.3.0_2 I have been moving features which have either been available as variants or turned on by default out of the php5 port and into separate module ports. This makes php5 smaller and faster to build and makes it easier to select what features you want because you don't have to recompile php5 to add or remove modules. > How do I enable gd2 support, curl support, gettext etc? [snip] > In /opt/local/lib/php/extensions/no-debug-non-zts-20090626, I only > see three > extensions built: > mysql.so mysqli.so pdo_mysql.so > > How do I build the rest? Those extensions were installed by the php5-mysql port. To get gd2, curl and gettext, install the ports php5-gd, php5-curl and php5- gettext. There are many other php5-* module ports; check out "port search php5" to see if you might want any of them. From ryandesign at macports.org Wed Sep 2 17:49:46 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 19:49:46 -0500 Subject: build xercesc failed in SL In-Reply-To: <46E21D47-BECB-4178-A823-0B18734C0333@senussi.com> References: <46E21D47-BECB-4178-A823-0B18734C0333@senussi.com> Message-ID: <03C75C36-02B5-4A90-86B7-3EAD290F3373@macports.org> On Sep 2, 2009, at 19:44, Husam Senussi wrote: > Just in case someone had this installed in SL I'm getting below error Yes, we have a ticket for this: http://trac.macports.org/ticket/20979 From ryandesign at macports.org Wed Sep 2 17:54:03 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 19:54:03 -0500 Subject: Two errors compiling wine-devel In-Reply-To: <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> Message-ID: <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> On Sep 2, 2009, at 10:39, Payam Minoofar wrote: > On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: > >> wine needs to build 32bit which means that you need to build macports >> 2-way (i386/x86_64) to use wine. > > How do I do that? For each port that is a dependency of wine, e.g. freetype: sudo port upgrade --force freetype +universal (I think this is the new correct syntax for 1.8.0.) But dependencies must be done first. For example, freetype depends on zlib, so zlib must be universal first. From ryandesign at macports.org Wed Sep 2 17:58:49 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 19:58:49 -0500 Subject: MacPorts 1.8.0 -> MPlayer does not upgrade properly In-Reply-To: <3159E34E-78A1-4AFB-BC49-9D4ECCCDC1C6@laas.fr> References: <2FB2C8CD-44F3-4306-8EA0-54B55467E64D@comcast.net> <42EDBF6D-9293-4247-AF8C-28773241936B@macports.org> <220E3F7E-5607-4068-A64B-4CD1663CC64D@comcast.net> <1B620EC9-DD91-4624-AF71-BFF14EF11355@bellsouth.net> <4A98EB1E.3010606@macports.org> <4F86A5BF-6307-4C9B-A491-3E802D61D66F@dxradio.demon.co.uk> <659540A2-86B8-414E-B87C-22FE25054745@macports.org> <04F1E785-7B48-49FD-B54A-332FD5B57921@macports.org> <7514C90D-7135-4626-AEED-0E91A2053E15@dxradio.demon.co.uk> <05308FD5-6F9F-4764-AADC-55F855F12A79@macports.org> <64AFF927-2E8F-4FBD-806E-1EF33DF4A0B5@dxradio.demon.co.uk> <0A6118FA-3C26-4261-82BF-6CFCD453EC56@macports.org> <5D141677-6B1B-4042-A20E-A53DE013FC1C@macports.org> <3159E34E-78A1-4AFB-BC49-9D4ECCCDC1C6@laas.fr> Message-ID: Yes, we have several open tickets about MPlayer not building. http://trac.macports.org/query?status=new&status=assigned&status=reopened&summary=~MPlayer From jmr at macports.org Wed Sep 2 18:15:12 2009 From: jmr at macports.org (Joshua Root) Date: Thu, 03 Sep 2009 11:15:12 +1000 Subject: Two errors compiling wine-devel In-Reply-To: <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> Message-ID: <4A9F18A0.4030702@macports.org> On 2009-9-3 10:54, Ryan Schmidt wrote: > > On Sep 2, 2009, at 10:39, Payam Minoofar wrote: > >> On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: >> >>> wine needs to build 32bit which means that you need to build macports >>> 2-way (i386/x86_64) to use wine. >> >> How do I do that? > > For each port that is a dependency of wine, e.g. freetype: > > sudo port upgrade --force freetype +universal > > (I think this is the new correct syntax for 1.8.0.) I'd use --enforce-variants rather than --force to avoid rebuilding anything that happens to be universal already. - Josh From husam at senussi.com Wed Sep 2 18:22:43 2009 From: husam at senussi.com (Husam Senussi) Date: Thu, 3 Sep 2009 02:22:43 +0100 Subject: build xercesc failed in SL In-Reply-To: <03C75C36-02B5-4A90-86B7-3EAD290F3373@macports.org> References: <46E21D47-BECB-4178-A823-0B18734C0333@senussi.com> <03C75C36-02B5-4A90-86B7-3EAD290F3373@macports.org> Message-ID: I have applied the patches attached to the ticket but still getting different errors, so is there any working version I can use or this still work in progress. This the error I'm getting. Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_xercesc /work/xerces-c-src_2_8_0/src/xercesc" && /usr/bin/gnumake -j2 all " returned error 2 Command output: (C++) XML88591Transcoder.o (CP) /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_xercesc /work/xerces-c-src_2_8_0/include/xercesc/util/Platforms/MacOS (C++) MacOSPlatformUtils.o (C++) VecAttrListImpl.o (C++) VecAttributesImpl.o (C++) WFXMLScanner.o (C++) MacPosixFile.o (CP) /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_xercesc /work/xerces-c-src_2_8_0/include/xercesc/util/Transcoders/ MacOSUnicodeConverter (C++) MacOSUnicodeConverter.o (C++) XMLGrammarPoolImpl.o MacOSUnicodeConverter.cpp: In constructor 'xercesc_2_8::MacOSUnicodeConverter::MacOSUnicodeConverter()': MacOSUnicodeConverter.cpp:101: error: 'kUnresolvedCFragSymbolAddress' was not declared in this scope MacOSUnicodeConverter.cpp: In member function 'virtual xercesc_2_8::XMLTranscoder* xercesc_2_8::MacOSUnicodeConverter::makeNewXMLTranscoder(const XMLCh*, xercesc_2_8::XMLTransService::Codes&, unsigned int, xercesc_2_8::MemoryManager*)': MacOSUnicodeConverter.cpp:447: error: 'CopyCStringToPascal' was not declared in this scope MacOSUnicodeConverter.cpp: In static member function 'static bool xercesc_2_8::MacOSUnicodeConverter::IsMacOSUnicodeConverterSupported()': MacOSUnicodeConverter.cpp:518: error: 'kUnresolvedCFragSymbolAddress' was not declared in this scope MacOSUnicodeConverter.cpp: In member function 'virtual unsigned int xercesc_2_8::MacOSTranscoder::transcodeTo(const XMLCh*, unsigned int, XMLByte*, unsigned int, unsigned int&, xercesc_2_8::XMLTranscoder::UnRepOpts)': MacOSUnicodeConverter.cpp:629: error: cast from 'const XMLCh*' to 'unsigned int' loses precision gnumake[2]: *** [MacOSUnicodeConverter.o] Error 1 gnumake[1]: *** [transcoders] Error 2 gnumake: *** [Util] Error 2 gnumake: *** Waiting for unfinished jobs.... (C++) XMLReader.o (C++) XMLScanner.o (C++) XMLScannerResolver.o (C++) XProtoType.o (C++) XSAXMLScanner.o (C++) XSerializeEngine.o (C++) XSObjectFactory.o (C++) XTemplateSerializer.o Error: Status 1 encountered during processing. On 3 Sep 2009, at 01:49, Ryan Schmidt wrote: > > On Sep 2, 2009, at 19:44, Husam Senussi wrote: > >> Just in case someone had this installed in SL I'm getting below >> error > > Yes, we have a ticket for this: > > http://trac.macports.org/ticket/20979 > > > From ryandesign at macports.org Wed Sep 2 18:45:39 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 20:45:39 -0500 Subject: Help In-Reply-To: References: <980D4B30-B96A-40DC-9A01-26A8EC97D2C5@me.com> <561F6871-FB7D-4FAB-98B7-DB778D8EECE0@macports.org> Message-ID: <9D2A6F88-5A95-43C2-96A8-E3E38416E4F8@macports.org> On Sep 2, 2009, at 18:51, Erik Mont?n wrote: > 3 sep 2009 kl. 01.48 skrev Ryan Schmidt : > >> On Sep 2, 2009, at 10:47, Erik Monten wrote: >> >>> I am not proud of this "sneaky" approach to my problem, though I >>> could not find a better solution. I am as a matter of fact having >>> problems with php5 and the ports that are found on Macports. I >>> have installed the php5-mysql5 port >> >> You mean the php5-mysql port. >> >>> since I will mainly be using php5 heavily depending on mysql. >>> However, I would also like to have mbstring, mcrypt and gd but I >>> do not know how to best add the listed modules. >> >> All you should need to do is to additionally install the ports php5- >> mbstring, php5-mcrypt and php5-gd. > > Thank you for yor help. So just installing the additional ports will > complement the php5-mysql port, rather than replacing my current > php5-mysql? Can i have multiple php5 ports active at the same time? > > Sorry for the question, i am fairly new to using ports. Welcome to MacPorts! php5-mysql is not PHP; it is the set of MySQL modules *for* PHP. The port php5 *is* PHP. So, to use the PHP language, you install the PHP language (the php5 port), and if you want additional functionality, you install any of the modules available in the separate php5-* ports. So yes, it is intended for you to have multiple php5-* module ports installed and active at the same time, if you want the functionality those modules offer. P.S: Use Reply All so your reply goes to the list too, not just to me. From ryandesign at macports.org Wed Sep 2 18:46:39 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 20:46:39 -0500 Subject: Help In-Reply-To: <9D2A6F88-5A95-43C2-96A8-E3E38416E4F8@macports.org> References: <980D4B30-B96A-40DC-9A01-26A8EC97D2C5@me.com> <561F6871-FB7D-4FAB-98B7-DB778D8EECE0@macports.org> <9D2A6F88-5A95-43C2-96A8-E3E38416E4F8@macports.org> Message-ID: On Sep 2, 2009, at 20:45, Ryan Schmidt wrote: > P.S: Use Reply All so your reply goes to the list too, not just to me. Eh, sorry, you didn't send the message to the list in the first place. Well, now it's there. :) From ryandesign at macports.org Wed Sep 2 18:52:37 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 20:52:37 -0500 Subject: old CLI options removed (was: Re: Two errors compiling wine-devel) In-Reply-To: <4A9F18A0.4030702@macports.org> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> Message-ID: On Sep 2, 2009, at 20:15, Joshua Root wrote: > On 2009-9-3 10:54, Ryan Schmidt wrote: >> > >> For each port that is a dependency of wine, e.g. freetype: >> >> sudo port upgrade --force freetype +universal >> >> (I think this is the new correct syntax for 1.8.0.) > > I'd use --enforce-variants rather than --force to avoid rebuilding > anything that happens to be universal already. I guess I don't fully understand what these new options do. Could you provide a mapping from the old knowledge we already have of how MacPorts 1.7.1 worked to how these new 1.8.0 options fit in? I must also say I'm unhappy that existing command line mechanisms were removed from MacPorts entirely in 1.8.0, rather than for example being marked as deprecated and/or printing a warning. I have for some time been using "port -ux upgrade" to upgrade ports, because I wanted MacPorts to stop on errors, which is what "-x" did. We decided the functionality of "-x" was so useful it should be the default in 1.8.0. But now when I "port -ux upgrade" I'm just shown the usage message (which even still lists the removed "-x" as a valid option -- a bug I have already fixed on trunk). It would have been better to keep "-x" for a few versions and make it a no-op (or make it print a warning) rather than make it fail. Similarly for rebuilding. I have been using "port -nf upgrade" for years to force a rebuild of a port. Now it doesn't do that anymore, and you closed my ticket [1] saying it behaves correctly. If there is new syntax we prefer now for forcing rebuilds, fine, but it would have been nice if MacPorts would have continued to honor the commands it has up until 1.8.0 required in order to perform this function. There are a few ports (graphviz, graphviz-devel, py26-scipy, pure, pure- devel, and webdot) that print messages for the user advising them to use "port -nf upgrade" to rebuild something; now those instructions are inaccurate. [1] http://trac.macports.org/ticket/20931 From ryandesign at macports.org Wed Sep 2 18:59:24 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 20:59:24 -0500 Subject: old CLI options removed In-Reply-To: References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> Message-ID: On Sep 2, 2009, at 20:52, Ryan Schmidt wrote: > On Sep 2, 2009, at 20:15, Joshua Root wrote: > >> I'd use --enforce-variants rather than --force to avoid rebuilding >> anything that happens to be universal already. > > I guess I don't fully understand what these new options do. Could > you provide a mapping from the old knowledge we already have of how > MacPorts 1.7.1 worked to how these new 1.8.0 options fit in? Ok, I see now you've already described the behavior in the ChangeLog entry: - The upgrade action now accepts --force and --enforce-variants options. The former causes ports to be rebuilt even if they are not outdated, and the global -f option no longer has this effect (it had too many effects already). The latter causes ports to be rebuilt if the requested variants do not match those installed (even if they are not outdated). (#20156, jmr in r54376) So... when we used to use "port -f upgrade foo" (which was never because it used to rebuild ports multiple times) we should now use "port upgrade --force foo" when we used to use "port -nf upgrade foo +new_variant" we should now use "port upgrade --enforce-variants foo +nev_variant" when we used to use "port -nf upgrade foo" (no change in variants) we should now use what? "port -n upgrade --force foo"? I was wondering what "port -f" now does, and it appears you've already described it here: http://trac.macports.org/ticket/16061#comment:2 From lists at pbw.id.au Wed Sep 2 20:14:45 2009 From: lists at pbw.id.au (Peter B. West) Date: Thu, 3 Sep 2009 13:14:45 +1000 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> Message-ID: <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> On 02/09/2009, at 7:12 PM, Ryan Schmidt wrote: > On Aug 31, 2009, at 22:50, Peter B. West wrote: > >> I'm trying to build odt2txt, which, unfortunately, is not in Mac >> Ports. > > It is now. :) > > > The problem was "-L/opt/local/lib" was not present (which tells it > to look for libraries in /opt/local/lib) and "-liconv" was not > present (which tells it to look for symbols in the libiconv.dylib > library). > > But now that there's a port, you don't need to know that :) -- just > "sudo port install odt2txt" once the index catches up (in an hour or > so). Not happening yet. Is there anything else I need to do? Peter From ryandesign at macports.org Wed Sep 2 20:40:52 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 22:40:52 -0500 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> Message-ID: <3519D98F-6642-45FA-9D3D-87596488D3AF@macports.org> On Sep 2, 2009, at 22:14, Peter B. West wrote: > On 02/09/2009, at 7:12 PM, Ryan Schmidt wrote: > >> On Aug 31, 2009, at 22:50, Peter B. West wrote: >> >>> I'm trying to build odt2txt, which, unfortunately, is not in Mac >>> Ports. >> >> It is now. :) >> >> >> The problem was "-L/opt/local/lib" was not present (which tells it >> to look for libraries in /opt/local/lib) and "-liconv" was not >> present (which tells it to look for symbols in the libiconv.dylib >> library). >> >> But now that there's a port, you don't need to know that :) -- just >> "sudo port install odt2txt" once the index catches up (in an hour >> or so). > > > Not happening yet. Is there anything else I need to do? Did you sync your ports tree? sudo port sync From ryandesign at macports.org Wed Sep 2 21:53:03 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 2 Sep 2009 23:53:03 -0500 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: <831C9863-1424-4283-ACA6-D4C78093B42A@pbw.id.au> References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> <3519D98F-6642-45FA-9D3D-87596488D3AF@macports.org> <831C9863-1424-4283-ACA6-D4C78093B42A@pbw.id.au> Message-ID: <80292999-8461-4574-8894-115D3BE43E2E@macports.org> On Sep 2, 2009, at 23:46, Peter B. West wrote: > lydia:Desktop pbw$ sudo port sync > Error: Synchronization of the local ports tree failed doing rsync > port sync failed: Synchronization of 1 source(s) failed Ok, try the debug switch to find out why. sudo port -d sync From lists at pbw.id.au Wed Sep 2 22:43:03 2009 From: lists at pbw.id.au (Peter B. West) Date: Thu, 3 Sep 2009 15:43:03 +1000 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: <80292999-8461-4574-8894-115D3BE43E2E@macports.org> References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> <3519D98F-6642-45FA-9D3D-87596488D3AF@macports.org> <831C9863-1424-4283-ACA6-D4C78093B42A@pbw.id.au> <80292999-8461-4574-8894-115D3BE43E2E@macports.org> Message-ID: On 03/09/2009, at 2:53 PM, Ryan Schmidt wrote: > > On Sep 2, 2009, at 23:46, Peter B. West wrote: > >> lydia:Desktop pbw$ sudo port sync >> Error: Synchronization of the local ports tree failed doing rsync >> port sync failed: Synchronization of 1 source(s) failed > > Ok, try the debug switch to find out why. > > sudo port -d sync > > lydia:Desktop pbw$ sudo port -d sync DEBUG: Synchronizing ports tree(s) Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/ DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/ports/ /opt/local/var/macports/sources/rsync.macports.org/release/ports rsync: failed to connect to rsync.macports.org: Connection refused (61) rsync error: error in socket IO (code 10) at /SourceCache/rsync/ rsync-37.3/rsync/clientserver.c(105) [receiver=2.6.9] Error: Synchronization of the local ports tree failed doing rsync DEBUG: Synchronization of 1 source(s) failed while executing "mportsync [array get global_options]" port sync failed: Synchronization of 1 source(s) failed From frstan at bellsouth.net Wed Sep 2 22:56:05 2009 From: frstan at bellsouth.net (William Davis) Date: Thu, 3 Sep 2009 01:56:05 -0400 Subject: Two errors compiling wine-devel In-Reply-To: <4A9F18A0.4030702@macports.org> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> Message-ID: <44BD0E59-29AE-44E6-88CB-E5230A1239C8@bellsouth.net> On Sep 2, 2009, at 9:15 PM, Joshua Root wrote: > On 2009-9-3 10:54, Ryan Schmidt wrote: >> >> On Sep 2, 2009, at 10:39, Payam Minoofar wrote: >> >>> On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: >>> >>>> wine needs to build 32bit which means that you need to build >>>> macports >>>> 2-way (i386/x86_64) to use wine. >>> >>> How do I do that? >> >> For each port that is a dependency of wine, e.g. freetype: >> >> sudo port upgrade --force freetype +universal >> >> (I think this is the new correct syntax for 1.8.0.) > > I'd use --enforce-variants rather than --force to avoid rebuilding > anything that happens to be universal already. > > - Josh Couldn't --enforce-variants be used to fix the 32bit/64bit problem we were discussing earlier? Would sudo port install [or upgrade] --enforce-variants wine +universal cause all of wines dependents that weren't already universal to be (re) built universal? Or if it doesn't how hard would it be to make it behave that way? The --enforce-variants code is already there..........Could it be invoked in the portfile off wine instead of being on the command line?? William Davis frstanATbellsouthDOTnet Mac OS X ver 10.6 Darwin 10.6 XQuartz 2.3.4 (xorg-server 1.4.2-apple45) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From ryandesign at macports.org Wed Sep 2 22:56:09 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 3 Sep 2009 00:56:09 -0500 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> <3519D98F-6642-45FA-9D3D-87596488D3AF@macports.org> <831C9863-1424-4283-ACA6-D4C78093B42A@pbw.id.au> <80292999-8461-4574-8894-115D3BE43E2E@macports.org> Message-ID: <1EFFB80F-7BC6-4B75-9A39-6100B020B7B2@macports.org> On Sep 3, 2009, at 00:43, Peter B. West wrote: > On 03/09/2009, at 2:53 PM, Ryan Schmidt wrote: > >> On Sep 2, 2009, at 23:46, Peter B. West wrote: >> >>> lydia:Desktop pbw$ sudo port sync >>> Error: Synchronization of the local ports tree failed doing rsync >>> port sync failed: Synchronization of 1 source(s) failed >> >> Ok, try the debug switch to find out why. >> >> sudo port -d sync >> > > lydia:Desktop pbw$ sudo port -d sync > DEBUG: Synchronizing ports tree(s) > Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/ > DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/ports/ > /opt/local/var/macports/sources/rsync.macports.org/release/ports > rsync: failed to connect to rsync.macports.org: Connection refused > (61) > rsync error: error in socket IO (code 10) at /SourceCache/rsync/ > rsync-37.3/rsync/clientserver.c(105) [receiver=2.6.9] > Error: Synchronization of the local ports tree failed doing rsync > DEBUG: Synchronization of 1 source(s) failed > while executing > "mportsync [array get global_options]" > port sync failed: Synchronization of 1 source(s) failed I assume you have been able to sync before? Has anything changed on your network since then? Is the rsync port (873) blocked perhaps? You may want to switch to using our new Australian mirror for your ports. It might be faster. Once you get it working at all. http://trac.macports.org/wiki/Mirrors If rsync just won't work on your network, you can switch to using a Subversion working copy for your ports. http://trac.macports.org/wiki/howto/SyncingWithSVN From ryandesign at macports.org Wed Sep 2 22:57:59 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 3 Sep 2009 00:57:59 -0500 Subject: Two errors compiling wine-devel In-Reply-To: <44BD0E59-29AE-44E6-88CB-E5230A1239C8@bellsouth.net> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> <44BD0E59-29AE-44E6-88CB-E5230A1239C8@bellsouth.net> Message-ID: <559C807F-41B6-40A0-A0AF-88F556D1661F@macports.org> On Sep 3, 2009, at 00:56, William Davis wrote: > On Sep 2, 2009, at 9:15 PM, Joshua Root wrote: > >> On 2009-9-3 10:54, Ryan Schmidt wrote: >>> >>> On Sep 2, 2009, at 10:39, Payam Minoofar wrote: >>> >>>> On Sep 1, 2009, at 7:16 PM, Jeremy Huddleston wrote: >>>> >>>>> wine needs to build 32bit which means that you need to build >>>>> macports >>>>> 2-way (i386/x86_64) to use wine. >>>> >>>> How do I do that? >>> >>> For each port that is a dependency of wine, e.g. freetype: >>> >>> sudo port upgrade --force freetype +universal >>> >>> (I think this is the new correct syntax for 1.8.0.) >> >> I'd use --enforce-variants rather than --force to avoid rebuilding >> anything that happens to be universal already. > > Couldn't --enforce-variants be used to fix the 32bit/64bit problem > we were discussing earlier? Would > sudo port install [or upgrade] --enforce-variants wine +universal > cause all of wines dependents that weren't already universal to be > (re)built universal? That sounds plausible. I have not tried it yet. > Or if it doesn't how hard would it be to make it behave that way? > The --enforce-variants code is already there..........Could it be > invoked in the portfile off wine instead of being on the command > line?? No, a port cannot invoke code that would cause another upgrade to occur. From blb at macports.org Wed Sep 2 22:59:11 2009 From: blb at macports.org (Bryan Blackburn) Date: Wed, 2 Sep 2009 23:59:11 -0600 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> <3519D98F-6642-45FA-9D3D-87596488D3AF@macports.org> <831C9863-1424-4283-ACA6-D4C78093B42A@pbw.id.au> <80292999-8461-4574-8894-115D3BE43E2E@macports.org> Message-ID: <20090903055911.GJ827@ninagal.withay.com> On Thu, Sep 03, 2009 at 03:43:03PM +1000, Peter B. West said: > > On 03/09/2009, at 2:53 PM, Ryan Schmidt wrote: > > > > >On Sep 2, 2009, at 23:46, Peter B. West wrote: > > > >>lydia:Desktop pbw$ sudo port sync > >>Error: Synchronization of the local ports tree failed doing rsync > >>port sync failed: Synchronization of 1 source(s) failed > > > >Ok, try the debug switch to find out why. > > > >sudo port -d sync > > > > > lydia:Desktop pbw$ sudo port -d sync > DEBUG: Synchronizing ports tree(s) > Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/ > DEBUG: /usr/bin/rsync -rtzv --delete-after > rsync://rsync.macports.org/release/ports/ > /opt/local/var/macports/sources/rsync.macports.org/release/ports > rsync: failed to connect to rsync.macports.org: Connection refused (61) > rsync error: error in socket IO (code 10) at /SourceCache/rsync/ > rsync-37.3/rsync/clientserver.c(105) [receiver=2.6.9] > Error: Synchronization of the local ports tree failed doing rsync > DEBUG: Synchronization of 1 source(s) failed > while executing > "mportsync [array get global_options]" > port sync failed: Synchronization of 1 source(s) failed See if anything at the following helps: Bryan From frstan at bellsouth.net Wed Sep 2 23:03:36 2009 From: frstan at bellsouth.net (William Davis) Date: Thu, 3 Sep 2009 02:03:36 -0400 Subject: [Bulk] Re: old CLI options removed (was: Re: Two errors compiling wine-devel) In-Reply-To: References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> Message-ID: <1535C686-F512-48AB-8574-D25ED0051148@bellsouth.net> On Sep 2, 2009, at 9:52 PM, Ryan Schmidt wrote: > > On Sep 2, 2009, at 20:15, Joshua Root wrote: > >> On 2009-9-3 10:54, Ryan Schmidt wrote: >>> >> >>> For each port that is a dependency of wine, e.g. freetype: >>> >>> sudo port upgrade --force freetype +universal >>> >>> (I think this is the new correct syntax for 1.8.0.) >> >> I'd use --enforce-variants rather than --force to avoid rebuilding >> anything that happens to be universal already. > > I guess I don't fully understand what these new options do. Could > you provide a mapping from the old knowledge we already have of how > MacPorts 1.7.1 worked to how these new 1.8.0 options fit in? > > I must also say I'm unhappy that existing command line mechanisms > were removed from MacPorts entirely in 1.8.0, rather than for > example being marked as deprecated and/or printing a warning. I have > for some time been using "port -ux upgrade" to upgrade ports, > because I wanted MacPorts to stop on errors, which is what "-x" did. > We decided the functionality of "-x" was so useful it should be the > default in 1.8.0. But now when I "port -ux upgrade" I'm just shown > the usage message (which even still lists the removed "-x" as a > valid option -- a bug I have already fixed on trunk). It would have > been better to keep "-x" for a few versions and make it a no-op (or > make it print a warning) rather than make it fail. > > Similarly for rebuilding. I have been using "port -nf upgrade" for > years to force a rebuild of a port. Now it doesn't do that anymore, > and you closed my ticket [1] saying it behaves correctly. If there > is new syntax we prefer now for forcing rebuilds, fine, but it would > have been nice if MacPorts would have continued to honor the > commands it has up until 1.8.0 required in order to perform this > function. There are a few ports (graphviz, graphviz-devel, py26- > scipy, pure, pure-devel, and webdot) that print messages for the > user advising them to use "port -nf upgrade" to rebuild something; > now those instructions are inaccurate. > > [1] http://trac.macports.org/ticket/20931 > I agree with that, Ryan. When I did sudo port -dup upgrade --force installed I did not get debug output, and port stopped on an error instead of continuing...... William Davis frstanATbellsouthDOTnet Mac OS X ver 10.6 Darwin 10.6 XQuartz 2.3.4 (xorg-server 1.4.2-apple45) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From lists at pbw.id.au Thu Sep 3 01:08:45 2009 From: lists at pbw.id.au (Peter B. West) Date: Thu, 3 Sep 2009 18:08:45 +1000 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: <1EFFB80F-7BC6-4B75-9A39-6100B020B7B2@macports.org> References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> <3519D98F-6642-45FA-9D3D-87596488D3AF@macports.org> <831C9863-1424-4283-ACA6-D4C78093B42A@pbw.id.au> <80292999-8461-4574-8894-115D3BE43E2E@macports.org> <1EFFB80F-7BC6-4B75-9A39-6100B020B7B2@macports.org> Message-ID: On 03/09/2009, at 3:56 PM, Ryan Schmidt wrote: > On Sep 3, 2009, at 00:43, Peter B. West wrote: > >> On 03/09/2009, at 2:53 PM, Ryan Schmidt wrote: >> >>> On Sep 2, 2009, at 23:46, Peter B. West wrote: >>> >>>> lydia:Desktop pbw$ sudo port sync >>>> Error: Synchronization of the local ports tree failed doing rsync >>>> port sync failed: Synchronization of 1 source(s) failed >>> >>> Ok, try the debug switch to find out why. >>> >>> sudo port -d sync >>> >> >> lydia:Desktop pbw$ sudo port -d sync >> DEBUG: Synchronizing ports tree(s) >> Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/ >> DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/ports/ >> /opt/local/var/macports/sources/rsync.macports.org/release/ports >> rsync: failed to connect to rsync.macports.org: Connection refused >> (61) >> rsync error: error in socket IO (code 10) at /SourceCache/rsync/ >> rsync-37.3/rsync/clientserver.c(105) [receiver=2.6.9] >> Error: Synchronization of the local ports tree failed doing rsync >> DEBUG: Synchronization of 1 source(s) failed >> while executing >> "mportsync [array get global_options]" >> port sync failed: Synchronization of 1 source(s) failed > > I assume you have been able to sync before? Has anything changed on > your network since then? Is the rsync port (873) blocked perhaps? > > You may want to switch to using our new Australian mirror for your > ports. It might be faster. Once you get it working at all. > > http://trac.macports.org/wiki/Mirrors > > If rsync just won't work on your network, you can switch to using a > Subversion working copy for your ports. > > http://trac.macports.org/wiki/howto/SyncingWithSVN No, I had never done a sync before - new Mac user, new MacPorts user. Yes, it's working now because I'm back at home, so presumably the firewall at work is no longer blocking traffic (or some such work- related problem.) Thanks for your patient input. Peter From ryandesign at macports.org Thu Sep 3 03:32:33 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 3 Sep 2009 05:32:33 -0500 Subject: O.T. Can I use my Mac Ports install to build odt2txt? In-Reply-To: References: <8EBE4B1D-E0F5-4453-964A-4B3719876A04@pbw.id.au> <60A7EBFD-2383-4C76-9C9F-C424821F7D6F@macports.org> <16A5428C-FA83-43F9-8489-8BD7E9DA6531@pbw.id.au> <3519D98F-6642-45FA-9D3D-87596488D3AF@macports.org> <831C9863-1424-4283-ACA6-D4C78093B42A@pbw.id.au> <80292999-8461-4574-8894-115D3BE43E2E@macports.org> <1EFFB80F-7BC6-4B75-9A39-6100B020B7B2@macports.org> Message-ID: On Sep 3, 2009, at 03:08, Peter B. West wrote: > On 03/09/2009, at 3:56 PM, Ryan Schmidt wrote: > >> I assume you have been able to sync before? Has anything changed on >> your network since then? Is the rsync port (873) blocked perhaps? >> >> You may want to switch to using our new Australian mirror for your >> ports. It might be faster. Once you get it working at all. >> >> http://trac.macports.org/wiki/Mirrors >> >> If rsync just won't work on your network, you can switch to using a >> Subversion working copy for your ports. >> >> http://trac.macports.org/wiki/howto/SyncingWithSVN > > No, I had never done a sync before - new Mac user, new MacPorts user. Welcome! You will want to "sudo port sync" often, for example before you begin using MacPorts on any given day. Then use "port outdated" to see if anything is outdated, and "sudo port upgrade" it if so. > Yes, it's working now because I'm back at home, so presumably the > firewall at work is no longer blocking traffic (or some such work- > related problem.) Ok, good. Then you will either need to talk to your network people at work about opening up the rsync port, or just go the Subversion working copy route per above. I use this, as I'm sure do many of the developers, for a number of reasons. Our Subversion setup uses http over port 80 so that's unlikely to be blocked by your network. And while the regular rsync ports collection updates itself every 30 minutes from the Subversion repository, if you check out directly from Subversion there is no delay at all. The Subversion working copy will take more disk space, but that's probably not a big deal. From payam.minoofar at meissner.com Thu Sep 3 09:17:24 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Thu, 3 Sep 2009 09:17:24 -0700 Subject: Two errors compiling wine-devel In-Reply-To: <559C807F-41B6-40A0-A0AF-88F556D1661F@macports.org> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> <44BD0E59-29AE-44E6-88CB-E5230A1239C8@bellsouth.net> <559C807F-41B6-40A0-A0AF-88F556D1661F@macports.org> Message-ID: <67F65D8D-59C4-4EB3-A977-29C7A7C98B95@meissner.com> On Sep 2, 2009, at 10:57 PM, Ryan Schmidt wrote: >> >> Couldn't --enforce-variants be used to fix the 32bit/64bit problem >> we were discussing earlier? Would >> sudo port install [or upgrade] --enforce-variants wine +universal >> cause all of wines dependents that weren't already universal to be >> (re)built universal? > > That sounds plausible. I have not tried it yet. I get this error: [mac0023329b341a:~] payam% sudo port install --enforce-variants wine +universal Error: install does not accept --enforce-variants So, if install doesn't accept enforce-variants, how do I upgrade a port that hasn't been installed yet? I guess I have to force install freetype, get wine to install, and then use enforce-variants to upgrade? Thank you all very much. Payam From ryandesign at macports.org Thu Sep 3 09:27:47 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 3 Sep 2009 11:27:47 -0500 Subject: Two errors compiling wine-devel In-Reply-To: <67F65D8D-59C4-4EB3-A977-29C7A7C98B95@meissner.com> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> <44BD0E59-29AE-44E6-88CB-E5230A1239C8@bellsouth.net> <559C807F-41B6-40A0-A0AF-88F556D1661F@macports.org> <67F65D8D-59C4-4EB3-A977-29C7A7C98B95@meissner.com> Message-ID: <2403A93D-A70E-4B4A-9204-3C6E0E77E707@macports.org> On Sep 3, 2009, at 11:17, Payam Minoofar wrote: > On Sep 2, 2009, at 10:57 PM, Ryan Schmidt wrote: > >>> Couldn't --enforce-variants be used to fix the 32bit/64bit problem >>> we were discussing earlier? Would >>> sudo port install [or upgrade] --enforce-variants wine +universal >>> cause all of wines dependents that weren't already universal to be >>> (re)built universal? >> >> That sounds plausible. I have not tried it yet. > > I get this error: > > [mac0023329b341a:~] payam% sudo port install --enforce-variants wine > +universal > Error: install does not accept --enforce-variants That's correct. --enforce-variants forces "port upgrade" to do upgrades it wouldn't ordinarily do. If the port isn't installed yet, there's nothing to upgrade. > So, if install doesn't accept enforce-variants, how do I upgrade a > port that hasn't been installed yet? I guess I have to force install > freetype, get wine to install, and then use enforce-variants to > upgrade? Well... I was going to say if the dependencies aren't installed yet, just sudo port install wine +universal and all dependencies will inherit the variant. But of course wine itself doesn't have a universal variant. I don't know what will happen. You could try it. From payam.minoofar at meissner.com Thu Sep 3 10:44:30 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Thu, 3 Sep 2009 10:44:30 -0700 Subject: Two errors compiling wine-devel In-Reply-To: <2403A93D-A70E-4B4A-9204-3C6E0E77E707@macports.org> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> <44BD0E59-29AE-44E6-88CB-E5230A1239C8@bellsouth.net> <559C807F-41B6-40A0-A0AF-88F556D1661F@macports.org> <67F65D8D-59C4-4EB3-A977-29C7A7C98B95@meissner.com> <2403A93D-A70E-4B4A-9204-3C6E0E77E707@macports.org> Message-ID: <9C28F231-B9D3-4D46-98A3-14C35792B210@meissner.com> On Sep 3, 2009, at 9:27 AM, Ryan Schmidt wrote: > sudo port install wine +universal > > and all dependencies will inherit the variant. But of course wine > itself doesn't have a universal variant. I don't know what will > happen. You could try it. Right you are. I managed to get freetype, the last wine dependency to compile and install. This is what happened when I tried to build wine. I have included the output from two different commands. [mac0023329b341a:~] payam% sudo port install wine-devel ---> Computing dependencies for wine-devel ---> Configuring wine-devel ---> Building wine-devel Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine -devel/work/wine-1.1.28" && /usr/bin/make -j2 depend all " returned error 2 Command output: _X11DRV_SetupGCForPatBlt in graphics.o _X11DRV_SetCursor in mouse.o _X11DRV_SetCursor in mouse.o "_XQueryColor", referenced from: _X11DRV_PALETTE_ToLogical in palette.o _X11DRV_PALETTE_Init in palette.o _X11DRV_PALETTE_Init in palette.o "_XQueryColors", referenced from: _X11DRV_PALETTE_Init in palette.o "_XBell", referenced from: _X11DRV_Beep in keyboard.o "_XSetWMIconName", referenced from: _sync_window_text in window.o ld: symbol(s) not found collect2: ld returned 1 exit status winegcc: /usr/bin/gcc-4.2 failed make[2]: *** [winex11.drv.so] Error 2 make[1]: *** [winex11.drv] Error 2 make[1]: *** Waiting for unfinished jobs.... ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../ include -D__WINESRC__ -D_WINX32_ -fowininet_Pt.res wininet_Pt.rc ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../ include -D__WINESRC__ -D_WINX32_ -fowininet_Ro.res wininet_Ro.rc ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../ include -D__WINESRC__ -D_WINX32_ -fowininet_Ru.res wininet_Ru.rc ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../ include -D__WINESRC__ -D_WINX32_ -fowininet_Si.res wininet_Si.rc ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../ include -D__WINESRC__ -D_WINX32_ -fowininet_Sv.res wininet_Sv.rc ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../ include -D__WINESRC__ -D_WINX32_ -fowininet_Tr.res wininet_Tr.rc ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../ include -D__WINESRC__ -D_WINX32_ -fowininet_Uk.res wininet_Uk.rc ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../ include -D__WINESRC__ -D_WINX32_ -fowininet_Zh.res wininet_Zh.rc ../../tools/winegcc/winegcc -m32 -B../../tools/winebuild -- sysroot=../.. -shared ./wininet.spec cookie.o dialogs.o ftp.o gopher.o http.o internet.o netconnection.o urlcache.o utility.o wininet_main.o version.res wininet_Bg.res wininet_Cs.res wininet_Da.res wininet_De.res wininet_En.res wininet_Eo.res wininet_Es.res wininet_Fi.res wininet_Fr.res wininet_Hu.res wininet_It.res wininet_Ja.res wininet_Ko.res wininet_Lt.res wininet_Nl.res wininet_No.res wininet_Pl.res wininet_Pt.res wininet_Ro.res wininet_Ru.res wininet_Si.res wininet_Sv.res wininet_Tr.res wininet_Uk.res wininet_Zh.res -o wininet.dll.so - lsecur32 -lcrypt32 -lmpr -lshlwapi -lshell32 -luser32 -ladvapi32 - lkernel32 -lntdll -Wb,-dsecur32 -Wb,-dcrypt32 ../../libs/port/ libwine_port.a -lz -L/opt/local/lib -framework CoreServices -lz ../../tools/winegcc/winegcc -m32 -B../../tools/winebuild -- sysroot=../.. -shared ./wininet.spec cookie.o dialogs.o ftp.o gopher.o http.o internet.o netconnection.o urlcache.o utility.o wininet_main.o version.res wininet_Bg.res wininet_Cs.res wininet_Da.res wininet_De.res wininet_En.res wininet_Eo.res wininet_Es.res wininet_Fi.res wininet_Fr.res wininet_Hu.res wininet_It.res wininet_Ja.res wininet_Ko.res wininet_Lt.res wininet_Nl.res wininet_No.res wininet_Pl.res wininet_Pt.res wininet_Ro.res wininet_Ru.res wininet_Si.res wininet_Sv.res wininet_Tr.res wininet_Uk.res wininet_Zh.res -o wininet.dll.fake - lsecur32 -lcrypt32 -lmpr -lshlwapi -lshell32 -luser32 -ladvapi32 - lkernel32 -lntdll -Wb,-dsecur32 -Wb,-dcrypt32 ../../libs/port/ libwine_port.a -lz -L/opt/local/lib -framework CoreServices -lz make: *** [dlls] Error 2 Error: Status 1 encountered during processing. And then: [mac0023329b341a:~] payam% sudo port install wine-devel +universal Password: ---> Computing dependencies for wine-devel ---> Building wine-devel Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_wine -devel/work/wine-1.1.28" && /usr/bin/make -j2 depend all " returned error 2 Command output: ../../../tools/makedep -xo -xcross.o -C. -S../../.. - T../../.. editor.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. cstub.c generated.c ndr_marshall.c rpc.c rpc_async.c rpc_protseq.c server.c server.idl server.idl server_c.c server_s.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. rsaenh.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. main.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. main.c ntlm.c schannel.c secur32.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. confdlg.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. devinst.c install.c misc.c parser.c query.c stringtable.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. intshcut.c shdocvw.c shortcut.c webbrowser.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. appbar.c autocomplete.c generated.c shelllink.c shellpath.c shfldr_special.c shlexec.c shlfileop.c shlfolder.c string.c systray.c rsrc.rc ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. assoc.c clist.c clsid.c generated.c istream.c ordinal.c path.c shreg.c string.c url.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. util.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. spoolss.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. dsm.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. generated.c misc.c protocol.c sec_mgr.c stream.c url.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. broadcast.c class.c clipboard.c combo.c cursoricon.c dce.c dde.c dialog.c edit.c generated.c input.c listbox.c menu.c monitor.c msg.c resource.c scroll.c static.c sysparams.c text.c win.c winstation.c wsprintf.c resource.rc ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. userenv.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. usp10.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. system.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. info.c install.c version.rc ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. bmpformat.c converter.c palette.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. notification.c url.c winhttp.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. ftp.c generated.c http.c internet.c url.c urlcache.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. capture.c mci.c mixer.c mmio.c timer.c wave.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. info.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. context.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. asn.c crypt.c register.c softpub.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. parse.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. protocol.c sock.c ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. xinput.c ../tools/makedep -C. -S.. -T.. Error: Status 1 encountered during processing. From ryandesign at macports.org Thu Sep 3 11:05:54 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 3 Sep 2009 13:05:54 -0500 Subject: Two errors compiling wine-devel In-Reply-To: <9C28F231-B9D3-4D46-98A3-14C35792B210@meissner.com> References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> <44BD0E59-29AE-44E6-88CB-E5230A1239C8@bellsouth.net> <559C807F-41B6-40A0-A0AF-88F556D1661F@macports.org> <67F65D8D-59C4-4EB3-A977-29C7A7C98B95@meissner.com> <2403A93D-A70E-4B4A-9204-3C6E0E77E707@macports.org> <9C28F231-B9D3-4D46-98A3-14C35792B210@meissner.com> Message-ID: On Sep 3, 2009, at 12:44, Payam Minoofar wrote: > On Sep 3, 2009, at 9:27 AM, Ryan Schmidt wrote: > >> sudo port install wine +universal >> >> and all dependencies will inherit the variant. But of course wine >> itself doesn't have a universal variant. I don't know what will >> happen. You could try it. > > Right you are. I managed to get freetype, the last wine dependency to > compile and install. This is what happened when I tried to build wine. > I have included the output from two different commands. I need to see the full debug output to look into what's going wrong. sudo port -d install ... From aaron at tenderlovemaking.com Thu Sep 3 19:47:26 2009 From: aaron at tenderlovemaking.com (Aaron Patterson) Date: Thu, 3 Sep 2009 19:47:26 -0700 Subject: installing i386-mingw32-binutils Message-ID: <7E4E1A59-262B-4E06-8F63-09FF55C4C0BF@tenderlovemaking.com> Hi, I'm having a hard time installing i386-mingw32-binutils on OS X 10.6. I've pasted the error here: http://gist.github.com/180700 Am I doing something wrong? Is there more information I can provide to help debug the issue? Thanks in advance! --- Aaron Patterson http://tenderlovemaking.com From LenoreHorner at sbcglobal.net Fri Sep 4 01:25:30 2009 From: LenoreHorner at sbcglobal.net (Lenore Horner) Date: Fri, 4 Sep 2009 03:25:30 -0500 Subject: attempt to build on Mac OS 10.6 (Snow Leopard) In-Reply-To: References: <9DFDF37E-059B-42EC-BE56-72ACC952364E@mac.com> <1CDDE50B-0D4B-429F-ABA4-2FC1349C1E29@sbcglobal.net> Message-ID: On Sep 2, 2009, at 02:39 , Ryan Schmidt wrote: > > On Aug 31, 2009, at 21:00, Lenore Horner wrote: > >> (Forwarding Octave list exchange as they try to figure out why >> Octave won't build except with g95. The previously said it must be >> a MP fault.) > > Perhaps this information should be added to > > http://trac.macports.org/ticket/20636 > > or filed as a new ticket (if it's not the same issue). > > Done. 21077. (Sorry for the delay - first weeks of classes so I'm all but drowning.) Lenore From ryandesign at macports.org Fri Sep 4 05:13:25 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 07:13:25 -0500 Subject: MacPorts 1.8.0 has been released In-Reply-To: <86iqg7kim9.fsf@blue.stonehenge.com> References: <4A9776DC.3010707@macports.org> <86iqg7kim9.fsf@blue.stonehenge.com> Message-ID: <1D56A8A0-9825-4F9B-B200-7F71BAE05821@macports.org> On Aug 28, 2009, at 11:28, Randal L. Schwartz wrote: > This port broke my system. Good thing I had backups, so I could > figure out > what went wrong. > > $ sudo port -v selfupdate > [upgrade to 1.8.0] > $ port outdated > The following installed ports are outdated: > libcanberra 0.15_0 < 0.16_0 > $ sudo port -puv upgrade libcanberra > ... warnings about skipping upgrades ... > ---> Cleaning libcanberra > ---> Removing build directory for libcanberra > ---> Uninstalling libcanberra @0.15_0 > ---> Uninstall is removing libcanberra from the port registry. > $ port outdated > zsh: command not found: port > > What the F. > > Turns out the install is *removing* my /opt symlink, which > points at private/opt. > > Why is the new installer removing my symlink? That's none of its > business. Thank you for letting us know about this problem. I can reproduce it, and have filed a ticket: http://trac.macports.org/ticket/21082 Now we just need to do some testing to find out what broke this, so that we can fix it. A test script is attached to the ticket, so somebody just needs to go through and do the testing. From ryandesign at macports.org Fri Sep 4 05:15:49 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 07:15:49 -0500 Subject: installing i386-mingw32-binutils In-Reply-To: <7E4E1A59-262B-4E06-8F63-09FF55C4C0BF@tenderlovemaking.com> References: <7E4E1A59-262B-4E06-8F63-09FF55C4C0BF@tenderlovemaking.com> Message-ID: <627E1A01-7D10-4F01-A831-A40EE3F7FF91@macports.org> On Sep 3, 2009, at 21:47, Aaron Patterson wrote: > Hi, I'm having a hard time installing i386-mingw32-binutils on OS X > 10.6. > > I've pasted the error here: http://gist.github.com/180700 > > Am I doing something wrong? Is there more information I can provide > to help debug the issue? It would be best if you could file a ticket in our issue tracker for this problem. http://guide.macports.org/chunked/project.html#project.tickets From ryandesign at macports.org Fri Sep 4 05:34:07 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 07:34:07 -0500 Subject: Two errors compiling wine-devel In-Reply-To: References: <959C93B5-8F09-4A07-807C-87EF49D3F959@meissner.com> <0217B8D9-C9C1-45FF-B51C-8B9D8364CDC9@macports.org> <1A97D324-108C-4FDE-A7EE-FDC1DFE34741@meissner.com> <8B371ABB-1F5B-415C-AE3E-92EA7FB28314@macports.org> <4A9F18A0.4030702@macports.org> <44BD0E59-29AE-44E6-88CB-E5230A1239C8@bellsouth.net> <559C807F-41B6-40A0-A0AF-88F556D1661F@macports.org> <67F65D8D-59C4-4EB3-A977-29C7A7C98B95@meissner.com> <2403A93D-A70E-4B4A-9204-3C6E0E77E707@macports.org> <9C28F231-B9D3-4D46-98A3-14C35792B210@meissner.com> Message-ID: <62A7B70A-1EDE-4E15-B8E9-F6CB6CE9DCE0@macports.org> On Sep 3, 2009, at 15:29, Payam Minoofar wrote: > On Sep 3, 2009, at 11:05 AM, Ryan Schmidt wrote: > >> I need to see the full debug output to look into what's going wrong. >> >> sudo port -d install ... > > HTH. It's not critical, though. I can live without wine. I hope it is > helpful in the general context of getting macports fluent on snow > leopard. > > Payam > > [mac0023329b341a:~] payam% sudo port -d install wine +universal [snip] > ld: warning: in casemap.o, file is not of required architecture [snip] > ld: warning: in ../../libs/wine/libwine.dylib, file is not of required > architecture > Undefined symbols: > "_wine_utf8_wcstombs", referenced from: > _convert_string in utils.o > _convert_string in utils.o [snip] I can confirm this problem with the wine port. I have added a warning to the wine port advising users that it is not compatible with Snow Leopard, and to use the wine-devel port for now instead. But we were originally talking about the wine-devel port, weren't we? It builds for me, but you showed that it didn't build for you. If that's still the case, please clean wine-devel and send me the debug output from wine-devel so that I can see what's going on. sudo port -d install wine-devel build.jobs=1 2>&1 \ | tee ~/Desktop/wine-devel.txt From ryandesign at macports.org Fri Sep 4 08:10:52 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 10:10:52 -0500 Subject: Non-working non-root install In-Reply-To: <4A9E922E.7090205@macports.org> References: <45A47C20-AD25-4AD6-9698-A04F9B84CCC6@macports.org> <20090829192955.GL1094@ninagal.withay.com> <350D9C67-7132-4059-993C-C3B888272469@macports.org> <20090830194439.GZ1094@ninagal.withay.com> <43771CA8-30A2-4C3D-AACF-B0AEE9B03FD7@macports.org> <21A896FB-0943-4E8C-9596-E8CCC0134075@macports.org> <4A9E922E.7090205@macports.org> Message-ID: On Sep 2, 2009, at 10:41, Perry Lee wrote: > Ryan Schmidt wrote: > > Can somebody please test what happens when they run this script on > their > > system? It will not affect your current MacPorts install. The > version of > > the script attached to this email is updated so that you don't > need to > > enter your username manually. > > I just ran the script on my system (also a clean install of Snow > Leopard). Following is the output from `$PREFIX/bin/port install > zlib`: [snip] > Error: Target org.macports.install returned: could not set > attributes of "/tmp/mp/var/macports/software/zlib/1.2.3_2/tmp/mp/ > share/man/man3/zlib.3.gz": permission denied Ok, so Perry sees the same issue I did. Bryan, can you try my script on your system and see if you see it too? From frstan at bellsouth.net Fri Sep 4 09:28:30 2009 From: frstan at bellsouth.net (William Davis) Date: Fri, 4 Sep 2009 12:28:30 -0400 Subject: thanks for 1.8 Message-ID: This works in 1.8: port installed inactive and lists all your installed but inactive ports. Thanks!! :) William Davis frstanATbellsouthDOTnet Mac OS X ver 10.6 Darwin 10.6 XQuartz 2.3.4 (xorg-server 1.4.2-apple45) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From ryandesign at macports.org Fri Sep 4 09:34:14 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 11:34:14 -0500 Subject: thanks for 1.8 In-Reply-To: References: Message-ID: On Sep 4, 2009, at 11:28, William Davis wrote: > This works in 1.8: > port installed inactive > and lists all your installed but inactive ports. > > Thanks!! 1.7.1 could already do that, I'm pretty sure it's been around quite awhile before that too. :) But I agree it certainly is useful. From trog24 at comcast.net Fri Sep 4 10:01:22 2009 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Fri, 4 Sep 2009 10:01:22 -0700 Subject: gmp failed build In-Reply-To: <4A9BB975.8040205@macports.org> References: <4A2D2DEB-1DA6-47A5-9FB5-2317FFD3095E@comcast.net> <044C5FB7-563D-486A-BD96-00B50A823069@macports.org> <4CA274F7-0CAB-4A11-B63A-34402BEA4480@comcast.net> <4A9BB975.8040205@macports.org> Message-ID: <1A3F94BE-6DE0-4524-8B82-2C3CE46E1BC8@comcast.net> Hello, I just upgraded my PPC to 10.5 and still got the gmp error when trying to install. On Aug 31, 2009, at 4:52 AM, David Evans wrote: > >> >> Hm, ok, looks like it's just more of the same. >> >>> The system is PPC Tiger (10.4.11). >> >> I'm sure I've installed gmp on Tiger PPC, so I suppose gmp must not >> like the -arch flag that MacPorts 1.8.0 now adds. I can try to >> reproduce the problem on my Tiger PPC Mac later today. You may want >> to >> file a ticket already. >> >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> > I'm also seeing this on tiger ppc and it has been reported on trac > against the older occurance of the same problem (#18755). > > As the error logs show the problem is the lack of the compile flag > -force_cpusubtype_ALL. > > I think you're right that the assertion of -arch is breaking the trick > that was used previously to get this flag included. See comments in > the > port for what was done previously. > > Frank J. R. Hanstick trog24 at comcast.net From bathanh at gmail.com Fri Sep 4 10:06:01 2009 From: bathanh at gmail.com (Jason Dinh Ba Thanh) Date: Sat, 5 Sep 2009 01:06:01 +0800 Subject: Install PHP 5.2 with Macports 1.8? Message-ID: Hi all, I just did a clean install of Snow Leopard on my Mac. After I installed macports 1.8, 'sudo port install php5' now gives me 5.3 instead of 5.2. There's many projects I'm working on could not run on 5.3. Anyone knows a quick and easy way to downgrade to 5.2? I searched php ports but there was no option for this. Thanks. Best Regards, Dinh Ba Thanh, Jason bathanh at gmail.com From blb at macports.org Fri Sep 4 11:46:59 2009 From: blb at macports.org (Bryan Blackburn) Date: Fri, 4 Sep 2009 12:46:59 -0600 Subject: Install PHP 5.2 with Macports 1.8? In-Reply-To: References: Message-ID: <20090904184659.GD614@ninagal.withay.com> On Sat, Sep 05, 2009 at 01:06:01AM +0800, Jason Dinh Ba Thanh said: > Hi all, > > I just did a clean install of Snow Leopard on my Mac. After I > installed macports 1.8, 'sudo port install php5' now gives me 5.3 > instead of 5.2. There's many projects I'm working on could not run on > 5.3. Anyone knows a quick and easy way to downgrade to 5.2? I > searched php ports but there was no option for this. Thanks. There's also a php52 port, see 'port info php52' and 'port variants php52'. Bryan > > Best Regards, > Dinh Ba Thanh, Jason > bathanh at gmail.com From Damien at Clauzel.nom.fr Fri Sep 4 11:48:56 2009 From: Damien at Clauzel.nom.fr (Damien Clauzel) Date: Fri, 4 Sep 2009 20:48:56 +0200 Subject: thanks for 1.8 In-Reply-To: References: Message-ID: <8BE4C147-4771-4536-AA22-3497F24FA3CF@Clauzel.nom.fr> Le 4 sept. 2009 ? 18:28, William Davis a ?crit : > This works in 1.8: > port installed inactive > and lists all your installed but inactive ports. Oh, I didn't know that was possible. I was always complaining that I have to run a bash script for getting those information. So it is definitely very great, thanks a lot! Damien From eijkhout at tacc.utexas.edu Fri Sep 4 11:54:32 2009 From: eijkhout at tacc.utexas.edu (Victor Eijkhout) Date: Fri, 4 Sep 2009 13:54:32 -0500 Subject: strange error installing wxpython Message-ID: <3C9D843C-7247-4EA0-8754-A80C9C8872CB@tacc.utexas.edu> [albook:~] %% sudo port install py25-wxpython Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since tcl 8.5.6_0 >= tcl 8.5.6_0, even though installed variants "" do not match "+darwin". Use 'upgrade -- enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since tk 8.5.6_1 >= tk 8.5.6_1, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce- variants' to switch to the requested variants. Warning: Skipping upgrade since readline 6.0.000_1 >= readline 6.0.000_1, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since bzip2 1.0.5_2 >= bzip2 1.0.5_2, even though installed variants "" do not match "+darwin". Use 'upgrade -- enforce-variants' to switch to the requested variants. ---> Computing dependencies for py25-wxpython ---> Building py25-wxpython Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_python_py25-wxpython/work/wxPython- src-2.8.9.1/wxPython" && /opt/local/bin/python2.5 setup.py build " returned error 1 Command output: sh: line 0: cd: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_python_py25-wxpython/work/wxPython- src-2.8.9.1/wxPython: No such file or directory Error: Status 1 encountered during processing. Any idea how I repair this? Victor. -- Victor Eijkhout, 512 471 5809 (w) Texas Advanced Computing Center, The University of Texas at Austin From payam.minoofar at meissner.com Fri Sep 4 11:57:43 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Fri, 4 Sep 2009 11:57:43 -0700 Subject: macports-users Digest, Vol 37, Issue 4 In-Reply-To: References: Message-ID: My sincere apologies. I had forgotten to clean up wine before compiling wine-devel. Wine-devel built for me as well. Now, I get this from Winetricks. [mac0023329b341a:~] payam% sudo port install winetricks ---> Computing dependencies for winetricks ---> Fetching cabextract ---> Attempting to fetch cabextract-1.2.tar.gz from http://distfiles.macports.org/cabextract ---> Verifying checksum(s) for cabextract ---> Extracting cabextract ---> Configuring cabextract ---> Building cabextract ---> Staging cabextract into destroot ---> Installing cabextract @1.2_0 ---> Activating cabextract @1.2_0 ---> Cleaning cabextract ---> Fetching wine Error: wine 1.0.1 is not compatible with Mac OS X 10.6 or later. Until wine 1.2 is released, please install wine-devel instead. Error: Target org.macports.fetch returned: incompatible Mac OS X version Error: The following dependencies failed to build: wine xmessage xorg- libXaw xpm Error: Status 1 encountered during processing. On Sep 4, 2009, at 7:00 AM, wrote: > sudo port -d install wine-devel build.jobs=1 2>&1 \ > | tee ~/Desktop/wine-devel.txt From ryandesign at macports.org Fri Sep 4 12:04:25 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 14:04:25 -0500 Subject: strange error installing wxpython In-Reply-To: <3C9D843C-7247-4EA0-8754-A80C9C8872CB@tacc.utexas.edu> References: <3C9D843C-7247-4EA0-8754-A80C9C8872CB@tacc.utexas.edu> Message-ID: <1D132BCD-7055-4271-B976-20BE9356AEAF@macports.org> On Sep 4, 2009, at 13:54, Victor Eijkhout wrote: > ---> Computing dependencies for py25-wxpython > ---> Building py25-wxpython > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25 > -wxpython/work/wxPython-src-2.8.9.1/wxPython" && /opt/local/bin/ > python2.5 setup.py build " returned error 1 > Command output: sh: line 0: cd: /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25 > -wxpython/work/wxPython-src-2.8.9.1/wxPython: No such file or > directory Please clean py25-wxpython and try again with the debug switch, and if it still fails, send us all of the output. sudo port clean py25-wxypthon sudo port -d install py25-wxpython From ryandesign at macports.org Fri Sep 4 12:06:48 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 14:06:48 -0500 Subject: Two errors compiling wine-devel In-Reply-To: References: Message-ID: On Sep 4, 2009, at 13:57, Payam Minoofar wrote: > [mac0023329b341a:~] payam% sudo port install winetricks [snip] > ---> Fetching wine > Error: wine 1.0.1 is not compatible with Mac OS X 10.6 or later. Until > wine 1.2 is released, please install wine-devel instead. If wine-devel is installed and active, winetricks should see that and use that instead of trying to install wine. Is wine-devel installed and active? What does "port installed wine- devel" show? Is there a file /opt/local/bin/wine now? From ryandesign at macports.org Fri Sep 4 12:33:15 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 14:33:15 -0500 Subject: strange error installing wxpython In-Reply-To: <1AECFAD7-5A8D-4A85-9D2C-4F43CBE802DA@tacc.utexas.edu> References: <3C9D843C-7247-4EA0-8754-A80C9C8872CB@tacc.utexas.edu> <1D132BCD-7055-4271-B976-20BE9356AEAF@macports.org> <1AECFAD7-5A8D-4A85-9D2C-4F43CBE802DA@tacc.utexas.edu> Message-ID: <4F8A476F-1265-4569-9337-FE3DDB0BE3CA@macports.org> On Sep 4, 2009, at 14:30, Victor Eijkhout wrote: > On 2009/09/04, at 2:04 PM, Ryan Schmidt wrote: > >> sudo port clean py25-wxypthon >> sudo port -d install py25-wxpython > > That did it. Thanks. Ok, glad you got it working. There was probably stuff left over from a previous failed build attempt. From boxerab at gmail.com Fri Sep 4 13:47:09 2009 From: boxerab at gmail.com (Aaron Boxer) Date: Fri, 4 Sep 2009 16:47:09 -0400 Subject: tomcat 5 has errors on Snow Leopard Message-ID: Hello, The install chokes on commons-dbcp: ---> Building commons-dbcp Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src" && ant dist -Djunit.jar=/opt/local/share/java/junit.jar -Dcommons-collections.jar=/opt/local/share/java/commons-collections.jar -Dcommons-pool.jar=/opt/local/share/java/commons-pool.jar " returned error 1 Command output: [javac] ^ [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src/src/java/org/apache/commons/dbcp/PoolingConnection.java:42: org.apache.commons.dbcp.PoolingConnection is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection [javac] public class PoolingConnection extends DelegatingConnection implements Connection, KeyedPoolableObjectFactory { [javac] ^ [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src/src/java/org/apache/commons/dbcp/PoolingDataSource.java:45: org.apache.commons.dbcp.PoolingDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper [javac] public class PoolingDataSource implements DataSource { [javac] ^ [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src/src/java/org/apache/commons/dbcp/cpdsadapter/ConnectionImpl.java:41: org.apache.commons.dbcp.cpdsadapter.ConnectionImpl is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection [javac] class ConnectionImpl implements Connection { [javac] ^ [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src/src/java/org/apache/commons/dbcp/cpdsadapter/PooledConnectionImpl.java:43: org.apache.commons.dbcp.cpdsadapter.PooledConnectionImpl is not abstract and does not override abstract method removeStatementEventListener(javax.sql.StatementEventListener) in javax.sql.PooledConnection [javac] class PooledConnectionImpl [javac] ^ [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src/src/java/org/apache/commons/dbcp/cpdsadapter/PoolablePreparedStatementStub.java:34: isClosed() in org.apache.commons.dbcp.DelegatingStatement cannot implement isClosed() in java.sql.Statement; attempting to assign weaker access privileges; was public [javac] class PoolablePreparedStatementStub extends PoolablePreparedStatement { [javac] ^ [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src/src/java/org/apache/commons/dbcp/datasources/PerUserPoolDataSource.java:52: org.apache.commons.dbcp.datasources.PerUserPoolDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper [javac] public class PerUserPoolDataSource [javac] ^ [javac] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java:45: org.apache.commons.dbcp.datasources.SharedPoolDataSource is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper [javac] public class SharedPoolDataSource [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 15 errors Thanks!! From artemiog at mac.com Fri Sep 4 13:50:38 2009 From: artemiog at mac.com (Artemio Gonzalez Lopez) Date: Fri, 04 Sep 2009 22:50:38 +0200 Subject: emacs-app-devel fails to build under Snow Leopard Message-ID: Hi everybody, emacs-app-devel does not build under Snow Leopard (yes, I uninstalled first all my ports and rebuilt from scratch with Snow Leopard). More specifically, the error I get is: make[1]: *** [nsterm.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from nsterm.h:20, from nsfns.m:37: dispextern.h:1250: error: array type has incomplete element type nsfns.m: In function 'Fxw_color_values': nsfns.m:2292: warning: passing argument 1 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 2 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 3 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 4 of 'getRed:green:blue:alpha:' from incompatible pointer type make[1]: *** [nsfns.o] Error 1 make: *** [src] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs -app-devel/work/emacs" && /usr/bin/make -j2 all " returned error 2 Command output: nsterm.m:5125: warning: class 'EmacsView' does not implement the 'NSWindowDelegate' protocol nsterm.m: In function '-[EmacsView draggingEntered:]': nsterm.m:5379: warning: conflicting types for '-(unsigned int) draggingEntered:(id )sender' /System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:56: warning: previous declaration of '-(NSDragOperation)draggingEntered: (id )sender' nsterm.m: In function '+[EmacsScroller scrollerWidth]': nsterm.m:5642: warning: conflicting types for '+(float)scrollerWidth' /System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:76: warning: previous declaration of '+(CGFloat)scrollerWidth' nsterm.m: In function '-[EmacsScroller setPosition:portion:whole:]': nsterm.m:5772: warning: 'setFloatValue:knobProportion:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/ NSScroller.h:107) nsterm.m:5779: warning: 'setFloatValue:knobProportion:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/ NSScroller.h:107) nsterm.m: In function '-[EmacsScroller mouseDown:]': nsterm.m:5884: warning: format '%d' expects type 'int', but argument 3 has type 'NSScrollerPart' nsterm.m: In function 'ns_font_to_xlfd': nsterm.m:6252: warning: 'NSFont' may not respond to '-widthOfString:' nsterm.m:6252: warning: (Messages without a matching method signature nsterm.m:6252: warning: will be assumed to return 'id' and accept nsterm.m:6252: warning: '...' as arguments.) nsterm.m:6252: error: invalid operands to binary * (have 'double' and 'id') make[1]: *** [nsterm.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from nsterm.h:20, from nsfns.m:37: dispextern.h:1250: error: array type has incomplete element type nsfns.m: In function 'Fxw_color_values': nsfns.m:2292: warning: passing argument 1 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 2 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 3 of 'getRed:green:blue:alpha:' from incompatible pointer type nsterm.m: In function '-[EmacsScroller mouseDown:]': nsterm.m:5884: warning: format '%d' expects type 'int', but argument 3 has type 'NSScrollerPart' nsterm.m: In function 'ns_font_to_xlfd': nsterm.m:6252: warning: 'NSFont' may not respond to '-widthOfString:' nsterm.m:6252: warning: (Messages without a matching method signature nsterm.m:6252: warning: will be assumed to return 'id' and accept nsterm.m:6252: warning: '...' as arguments.) nsterm.m:6252: error: invalid operands to binary * (have 'double' and 'id') make[1]: *** [nsterm.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from nsterm.h:20, from nsfns.m:37: dispextern.h:1250: error: array type has incomplete element type nsfns.m: In function 'Fxw_color_values': nsfns.m:2292: warning: passing argument 1 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 2 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 3 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 4 of 'getRed:green:blue:alpha:' from incompatible pointer type make[1]: *** [nsfns.o] Error 1 make: *** [src] Error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_emacs -app-devel/work/emacs" && /usr/bin/make -j2 all " returned error 2 Command output: nsterm.m:5125: warning: class 'EmacsView' does not implement the 'NSWindowDelegate' protocol nsterm.m: In function '-[EmacsView draggingEntered:]': nsterm.m:5379: warning: conflicting types for '-(unsigned int) draggingEntered:(id )sender' /System/Library/Frameworks/AppKit.framework/Headers/NSDragging.h:56: warning: previous declaration of '-(NSDragOperation)draggingEntered: (id )sender' nsterm.m: In function '+[EmacsScroller scrollerWidth]': nsterm.m:5642: warning: conflicting types for '+(float)scrollerWidth' /System/Library/Frameworks/AppKit.framework/Headers/NSScroller.h:76: warning: previous declaration of '+(CGFloat)scrollerWidth' nsterm.m: In function '-[EmacsScroller setPosition:portion:whole:]': nsterm.m:5772: warning: 'setFloatValue:knobProportion:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/ NSScroller.h:107) nsterm.m:5779: warning: 'setFloatValue:knobProportion:' is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/ NSScroller.h:107) nsterm.m: In function '-[EmacsScroller mouseDown:]': nsterm.m:5884: warning: format '%d' expects type 'int', but argument 3 has type 'NSScrollerPart' nsterm.m: In function 'ns_font_to_xlfd': nsterm.m:6252: warning: 'NSFont' may not respond to '-widthOfString:' nsterm.m:6252: warning: (Messages without a matching method signature nsterm.m:6252: warning: will be assumed to return 'id' and accept nsterm.m:6252: warning: '...' as arguments.) nsterm.m:6252: error: invalid operands to binary * (have 'double' and 'id') make[1]: *** [nsterm.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from nsterm.h:20, from nsfns.m:37: dispextern.h:1250: error: array type has incomplete element type nsfns.m: In function 'Fxw_color_values': nsfns.m:2292: warning: passing argument 1 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 2 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 3 of 'getRed:green:blue:alpha:' from incompatible pointer type nsfns.m:2292: warning: passing argument 4 of 'getRed:green:blue:alpha:' from incompatible pointer type make[1]: *** [nsfns.o] Error 1 make: *** [src] Error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for emacs-app-devel): org.macports.build Error: Status 1 encountered during processing. Any ideas? Cheers, Artemio -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1893 bytes Desc: not available URL: From ryandesign at macports.org Fri Sep 4 13:59:56 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 15:59:56 -0500 Subject: php-oracle workaround In-Reply-To: References: <89ce7f740908280020n4708bf73i3a9296ddc572c6ab@mail.gmail.com><0D47E7F1-D64B-42F0-AA66-853DE8B1B48B@macports.org><89ce7f740908281118r3a5f18b1t7ffb87856c2cf688@mail.gmail.com> Message-ID: On Aug 28, 2009, at 16:26, John Korchok wrote: > After installing the new Oracle PHP port, I was getting an error: > > Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() > failed. > There is something wrong with your system - please check that > DYLD_LIBRARY_PATH includes the directory with Oracle Instant Client > libraries in /Library/WebServer/Documents/Admin/getConnection.php on > line 3 > > To get the new port running on my server, I had to add the following > to > /opt/local/apache2/bin/envvars: > > DYLD_LIBRARY_PATH=/opt/local/lib/oracle > export DYLD_LIBRARY_PATH > > /opt/local/lib/oracle is the path to the Oracle Instant Client. Now > it works > fine. Thanks for reminding me of this. I've now added a message to the oracle-instantclient port telling users to set this in their environment. From ryandesign at macports.org Fri Sep 4 14:22:44 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 16:22:44 -0500 Subject: tomcat 5 has errors on Snow Leopard In-Reply-To: References: Message-ID: On Sep 4, 2009, at 15:47, Aaron Boxer wrote: > The install chokes on commons-dbcp: This error has already been filed here: http://trac.macports.org/ticket/21037 You can Cc yourself on that ticket if you would like to be informed about it. From ryandesign at macports.org Fri Sep 4 14:23:45 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 4 Sep 2009 16:23:45 -0500 Subject: emacs-app-devel fails to build under Snow Leopard In-Reply-To: References: Message-ID: On Sep 4, 2009, at 15:50, Artemio Gonzalez Lopez wrote: > emacs-app-devel does not build under Snow Leopard (yes, I > uninstalled first all my ports and rebuilt from scratch with Snow > Leopard). More specifically, the error I get is: Please file a ticket for this problem in the issue tracker. http://guide.macports.org/chunked/project.html#project.tickets From m_nez_j at mac.com Fri Sep 4 15:35:05 2009 From: m_nez_j at mac.com (Mack Johnson) Date: Fri, 04 Sep 2009 15:35:05 -0700 Subject: hellanzbHelp Message-ID: <49EA0ED4-D1C1-427B-9335-88B1FAEE666D@mac.com> Can someone help me apply the patches to get "hellanzb" to work? mack From mark at dxradio.demon.co.uk Fri Sep 4 17:02:10 2009 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Sat, 5 Sep 2009 01:02:10 +0100 Subject: Trying to rebuild on 10.6 In-Reply-To: References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> Message-ID: <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> On 2 Sep 2009, at 15:26, Ryan Schmidt wrote: > > On Aug 31, 2009, at 22:41, Joshua Root wrote: > >> On 2009-9-1 11:06, Ryan Schmidt wrote: >>> I updated the Migration page BTW. I have not tested the new >>> instructions >>> so they may still need tweaking. >> >> With the instructions as written, "sudo port install grep" will fail >> because its dependencies have not been reinstalled yet. > > So it is. Thanks for fixing it. The new instructions to simply > uninstall grep, gawk and gsed first seem correct to me. And if > they're not, I'm sure somebody will let us know! :) Another day, another 4 hours wasted ... TimeMachine backup OS 10.6 install XCode install Macports install (for SnowLeopard) Follow the "Automatic method" instructions at http://trac.macports.org/wiki/Migration Last login: Fri Sep 4 21:34:34 on console iMac:~ mark$ sudo port -f uninstall installed and \( gawk grep gsed \) WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information. To proceed, enter your password, or type Ctrl-C to abort. Password: ---> Unable to uninstall gawk 3.1.7_0, the following ports depend on it: ---> autoconf213 Warning: Uninstall forced. Proceeding despite dependencies. ---> Deactivating gawk @3.1.7_0 ---> Uninstalling gawk @3.1.7_0 ---> Unable to uninstall gsed 4.2.1_0, the following ports depend on it: ---> php5 Warning: Uninstall forced. Proceeding despite dependencies. ---> Deactivating gsed @4.2.1_0 ---> Uninstalling gsed @4.2.1_0 So ... iMac:~ mark$ sudo port upgrade --force installed sit back and wait ... not too long ---> Activating p5-locale-gettext @1.05_0 ---> Cleaning p5-locale-gettext ---> Computing dependencies for help2man ---> Fetching help2man ---> Verifying checksum(s) for help2man ---> Extracting help2man ---> Applying patches to help2man ---> Configuring help2man 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_textproc_help2man/work/help2man-1.36.4" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man -- infodir=/opt/local/share/info " returned error 1 Command output: checking for perl... /opt/local/bin/perl checking for gcc... /usr/bin/gcc-4.2 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.2 accepts -g... yes checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed checking for library containing dlsym... none required checking for module Locale::gettext... no configure: error: perl module Locale::gettext required Error: Unable to upgrade port: 1 Which after some searching of tickets comes up looking like (plus a few others marked as duplicates) http://trac.macports.org/ticket/20953 resolution "wontfix" that's handy So as the Migration page says ... "please report it so we can fix it." ... [[ TimeMachine'd it back to 10.5.8 ... why does Mail then insist on reimporting mail ... which is exactly the same mail that it had on the TimeMachine backup? Just adds another half hour to the process. ]] Mark From msavory1 at nzbox.com Fri Sep 4 17:25:32 2009 From: msavory1 at nzbox.com (Savory Michael) Date: Fri, 4 Sep 2009 17:25:32 -0700 Subject: Trying to rebuild on 10.6 In-Reply-To: <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> Message-ID: Hi Mark If you only have one machine, and that one is critical for you. Then I suggest you buy a USB external drive (available for around $60 now). Then you can clone your current install play with Snow Leopard and port upgrades until you are satisfied. Restoration to your untouched system is then just a reboot away. Once you are happy with the USB based system upgrade, then just clone it back to your internal drive. That is how I manage all my upgrades/major changes. Mike p.s. I use Super Duper for cloning http://www.shirt-pocket.com/ On Sep 4, 2009, at 5:02 PM, Mark Hattam wrote: > > On 2 Sep 2009, at 15:26, Ryan Schmidt wrote: > >> >> On Aug 31, 2009, at 22:41, Joshua Root wrote: >> >>> On 2009-9-1 11:06, Ryan Schmidt wrote: >>>> I updated the Migration page BTW. I have not tested the new >>>> instructions >>>> so they may still need tweaking. >>> >>> With the instructions as written, "sudo port install grep" will fail >>> because its dependencies have not been reinstalled yet. >> >> So it is. Thanks for fixing it. The new instructions to simply >> uninstall grep, gawk and gsed first seem correct to me. And if >> they're not, I'm sure somebody will let us know! :) > > > Another day, another 4 hours wasted ... > > TimeMachine backup > OS 10.6 install > XCode install > Macports install (for SnowLeopard) > > Follow the "Automatic method" instructions at > http://trac.macports.org/wiki/Migration > > Last login: Fri Sep 4 21:34:34 on console > iMac:~ mark$ sudo port -f uninstall installed and \( gawk grep gsed \) > > WARNING: Improper use of the sudo command could lead to data loss > or the deletion of important system files. Please double-check your > typing when using sudo. Type "man sudo" for more information. > > To proceed, enter your password, or type Ctrl-C to abort. > > Password: > ---> Unable to uninstall gawk 3.1.7_0, the following ports depend > on it: > ---> autoconf213 > Warning: Uninstall forced. Proceeding despite dependencies. > ---> Deactivating gawk @3.1.7_0 > ---> Uninstalling gawk @3.1.7_0 > ---> Unable to uninstall gsed 4.2.1_0, the following ports depend > on it: > ---> php5 > Warning: Uninstall forced. Proceeding despite dependencies. > ---> Deactivating gsed @4.2.1_0 > ---> Uninstalling gsed @4.2.1_0 > > So ... > iMac:~ mark$ sudo port upgrade --force installed > > sit back and wait ... not too long > > ---> Activating p5-locale-gettext @1.05_0 > ---> Cleaning p5-locale-gettext > ---> Computing dependencies for help2man > ---> Fetching help2man > ---> Verifying checksum(s) for help2man > ---> Extracting help2man > ---> Applying patches to help2man > ---> Configuring help2man > 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_textproc_help2man > /work/help2man-1.36.4" && ./configure --prefix=/opt/local --mandir=/ > opt/local/share/man --infodir=/opt/local/share/info " returned error 1 > Command output: checking for perl... /opt/local/bin/perl > checking for gcc... /usr/bin/gcc-4.2 > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /usr/bin/gcc-4.2 accepts -g... yes > checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed > checking for library containing dlsym... none required > checking for module Locale::gettext... no > configure: error: perl module Locale::gettext required > > Error: Unable to upgrade port: 1 > > > Which after some searching of tickets comes up looking like (plus a > few others marked as duplicates) > http://trac.macports.org/ticket/20953 > resolution "wontfix" > > that's handy > > So as the Migration page says ... "please report it so we can fix > it." ... > > > [[ TimeMachine'd it back to 10.5.8 ... why does Mail then insist on > reimporting mail ... which is exactly the same mail that it had on > the TimeMachine backup? Just adds another half hour to the process. ]] > > > > Mark > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From keybounce at gmail.com Fri Sep 4 22:29:20 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Fri, 4 Sep 2009 22:29:20 -0700 Subject: Open Al: No universal variant in the port tree In-Reply-To: <1bd71ad80909042219xfe1a222l7b1bd948d453c4ba@mail.gmail.com> References: <068.f020099ad5468fcad18c55497364e584@macports.org> <74c219d30909040315vfc5e3c1t5aff292c0829c4c5@mail.gmail.com> <1bd71ad80909040955i50af9f1u6156c248ff7884f5@mail.gmail.com> <1bd71ad80909041318s6f96b85blf91310dced9926f5@mail.gmail.com> <5E9D7E57-E607-451C-A0D1-645E55FDD82D@macports.org> <1bd71ad80909041411n193d0e8dse66218db63dc8f2d@mail.gmail.com> <4AA1C26C.4030707@macports.org> <1bd71ad80909042219xfe1a222l7b1bd948d453c4ba@mail.gmail.com> Message-ID: <1bd71ad80909042229n5e51d14dye7529708f9893749@mail.gmail.com> (I sent this to macports-dev by mistake.) "openal" does not have a +universal option defined. Manually adding the line PortGroup ? ? ? ? ? ? ? muniversal 1.0 to the port file did NOT suffice -- this is the output sudo port install openal +universal ---> ?Computing dependencies for openal ---> ?Fetching openal ---> ?Verifying checksum(s) for openal ---> ?Extracting openal ---> ?Configuring openal ---> ?Configuring openal for architecture ppc ---> ?Configuring openal for architecture i386 ---> ?Building openal ---> ?Building openal for architecture ppc ---> ?Building openal for architecture i386 Error: Target org.macports.build returned: shell command "cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_audio_openal/work/openal-1.0/macosx && make all PREFIX=/opt/local" returned error 2 Command output: g++ -dynamiclib -install_name /opt/local/lib/libopenal1.0.0.dylib -o libopenal1.0.0.dylib -L./build/Default -F./build/Default -filelist ./build/al_osx.build/Default/openal.dylib.build/Objects-normal/LinkFileList -framework vecLib -framework CoreAudio -framework CoreFoundation -framework AudioToolbox -framework AudioUnit -framework CoreServices -compatibility_version 1 -current_version 1 ld: -filelist file not found: ./build/al_osx.build/Default/openal.dylib.build/Objects-normal/LinkFileList collect2: ld returned 1 exit status make: *** [libopenal1.0.0.dylib] Error 1 Error: Status 1 encountered during processing. Kleiman-ibook:Preferences michael$ OpenAl is listed as having no maintainer. Can someone help with this? From artie.ziff at gmail.com Fri Sep 4 23:00:09 2009 From: artie.ziff at gmail.com (Artie Ziff) Date: Fri, 04 Sep 2009 23:00:09 -0700 Subject: livecheck error Message-ID: <4AA1FE69.8030400@gmail.com> Hello, Wow! Such a busy list. Personal computers are really catching on! Does anyone recognize this message and what a remedy may be? $ sudo port install git-core +svn Error: Unable to open port: invalid command name "livecheck.type" Mac OS v10.5.8 MacPorts 1.710 Thanks! Cheers, AZ From artie.ziff at gmail.com Fri Sep 4 23:14:48 2009 From: artie.ziff at gmail.com (Artie Ziff) Date: Fri, 04 Sep 2009 23:14:48 -0700 Subject: livecheck error In-Reply-To: <4AA1FE69.8030400@gmail.com> References: <4AA1FE69.8030400@gmail.com> Message-ID: <4AA201D8.5020507@gmail.com> FWIW, I thnk this helps: $ sudo port -v selfupdate $ port -v MacPorts 1.8.0 $ sudo port install git-core +svn +doc +bash_completion +gitweb Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since readline 6.0.000_1 >= readline 6.0.000_1, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. ---> Computing dependencies for git-core ---> Fetching git-core etc... Is there a main config file where I can edit variants that may have been set a long time ago? Cheers, AZ From ryandesign at macports.org Sat Sep 5 00:26:18 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 5 Sep 2009 02:26:18 -0500 Subject: Trying to rebuild on 10.6 In-Reply-To: <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> Message-ID: <6C1460F7-3EF0-4AE3-BD13-72270254133F@macports.org> On Sep 4, 2009, at 19:02, Mark Hattam wrote: > Another day, another 4 hours wasted ... I apologize for your frustration. Please remember that Snow Leopard is quite different from Leopard internally, so there are many ports failing to build properly and we are all scrambling to figure out how to fix them. Not all of the MacPorts maintainers are running Snow Leopard yet, and most of those of us who are have only had access to it for a few days so far. We're also dealing with what will over the next months probably become the majority of the MacPorts population upgrading from Leopard to Snow Leopard and having to deal with upgrading their MacPorts installs. Until MacPorts 1.8.0, which was also just released days ago, the only method available to upgrade MacPorts when switching to a major new OS version is the one described first on the Migration page: to uninstall everything and install everything again from scratch. The in-place forced upgrade method described second on the Migration page is an entirely new feature that most of us have also only been aware of for a few days. We're trying our best to identify and fix the problems with this method, but you'll have to be patient and if you can help us out with this process we of course appreciate it. Keep in mind that most of us are volunteers not getting paid to work on MacPorts, and are doing so in our free time. > TimeMachine backup > OS 10.6 install > XCode install > Macports install (for SnowLeopard) > > Follow the "Automatic method" instructions at > http://trac.macports.org/wiki/Migration > > Last login: Fri Sep 4 21:34:34 on console > iMac:~ mark$ sudo port -f uninstall installed and \( gawk grep gsed \) [...] > iMac:~ mark$ sudo port upgrade --force installed > > sit back and wait ... not too long > > ---> Activating p5-locale-gettext @1.05_0 > ---> Cleaning p5-locale-gettext > ---> Computing dependencies for help2man > ---> Fetching help2man > ---> Verifying checksum(s) for help2man > ---> Extracting help2man > ---> Applying patches to help2man > ---> Configuring help2man > 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_textproc_help2man > /work/help2man-1.36.4" && ./configure --prefix=/opt/local --mandir=/ > opt/local/share/man --infodir=/opt/local/share/info " returned error 1 > Command output: checking for perl... /opt/local/bin/perl > checking for gcc... /usr/bin/gcc-4.2 > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether /usr/bin/gcc-4.2 accepts -g... yes > checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed > checking for library containing dlsym... none required > checking for module Locale::gettext... no > configure: error: perl module Locale::gettext required > > Error: Unable to upgrade port: 1 > > > Which after some searching of tickets comes up looking like (plus a > few others marked as duplicates) > http://trac.macports.org/ticket/20953 > resolution "wontfix" > > that's handy > > So as the Migration page says ... "please report it so we can fix > it." ... I added that sentence to the instructions because of course it's beneficial if bugs get reported and fixed. Sometimes reports aren't bugs, but in the case of #20953, I'm not sure, and I've reopened it with some additional comments. I'm not convinced a 32-bit perl would be the cause, since according to the declared dependencies of the port in question, perl should already have been rebuild, which would have made it 64-bit. To test this, you could try explicitly rebuilding the perl5 and perl5.8 ports first, or uninstalling them like the instructions say to uninstall gawk, grep and gsed. help2man builds correctly for me, but I did not follow the Migration page; I installed Snow Leopard and MacPorts 1.8.0 from scratch. > [[ TimeMachine'd it back to 10.5.8 ... why does Mail then insist on > reimporting mail ... which is exactly the same mail that it had on > the TimeMachine backup? Just adds another half hour to the process. ]] I'm afraid I don't know. From ryandesign at macports.org Sat Sep 5 00:29:34 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 5 Sep 2009 02:29:34 -0500 Subject: Open Al: No universal variant in the port tree In-Reply-To: <1bd71ad80909042229n5e51d14dye7529708f9893749@mail.gmail.com> References: <068.f020099ad5468fcad18c55497364e584@macports.org> <74c219d30909040315vfc5e3c1t5aff292c0829c4c5@mail.gmail.com> <1bd71ad80909040955i50af9f1u6156c248ff7884f5@mail.gmail.com> <1bd71ad80909041318s6f96b85blf91310dced9926f5@mail.gmail.com> <5E9D7E57-E607-451C-A0D1-645E55FDD82D@macports.org> <1bd71ad80909041411n193d0e8dse66218db63dc8f2d@mail.gmail.com> <4AA1C26C.4030707@macports.org> <1bd71ad80909042219xfe1a222l7b1bd948d453c4ba@mail.gmail.com> <1bd71ad80909042229n5e51d14dye7529708f9893749@mail.gmail.com> Message-ID: On Sep 5, 2009, at 00:29, Michael_google gmail_Gersten wrote: > (I sent this to macports-dev by mistake.) > > "openal" does not have a +universal option defined. > > Manually adding the line > PortGroup muniversal 1.0 > to the port file did NOT suffice -- this is the output The port says "use_configure no"; the default universal variant is turned off automatically by this line because it expects there to be a configure script. openal appears to build using xcode. You should try updating the portgroup to use the xcode portgroup, which has its own universal variant which might work. From ryandesign at macports.org Sat Sep 5 00:30:17 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 5 Sep 2009 02:30:17 -0500 Subject: livecheck error In-Reply-To: <4AA1FE69.8030400@gmail.com> References: <4AA1FE69.8030400@gmail.com> Message-ID: On Sep 5, 2009, at 01:00, Artie Ziff wrote: > Does anyone recognize this message and what a remedy may be? > > $ sudo port install git-core +svn > Error: Unable to open port: invalid command name "livecheck.type" > > Mac OS v10.5.8 > MacPorts 1.710 Yes, "livecheck.type" is a new keyword for MacPorts 1.8.0, so you must upgrade. From ryandesign at macports.org Sat Sep 5 00:31:16 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 5 Sep 2009 02:31:16 -0500 Subject: livecheck error In-Reply-To: <4AA201D8.5020507@gmail.com> References: <4AA1FE69.8030400@gmail.com> <4AA201D8.5020507@gmail.com> Message-ID: <4C856EC2-90E8-497F-987C-4C407AF4F264@macports.org> On Sep 5, 2009, at 01:14, Artie Ziff wrote: > $ sudo port install git-core +svn +doc +bash_completion +gitweb > Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, > even though installed variants "" do not match "+darwin". Use 'upgrade > --enforce-variants' to switch to the requested variants. > Warning: Skipping upgrade since readline 6.0.000_1 >= readline > 6.0.000_1, even though installed variants "" do not match "+darwin". > Use > 'upgrade --enforce-variants' to switch to the requested variants. > ---> Computing dependencies for git-core > ---> Fetching git-core > > etc... > > > Is there a main config file where I can edit variants that may have > been > set a long time ago? /opt/local/etc/macports/variants.conf The specific case of "+darwin" not being recorded in the registry was a bug in MacPorts 1.7.1 and earlier. If that's all the warning complains about, you can ignore it, or upgrade with --enforce-variants if it bugs you. From ryandesign at macports.org Sat Sep 5 01:15:14 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 5 Sep 2009 03:15:14 -0500 Subject: Open Al: No universal variant in the port tree In-Reply-To: References: <068.f020099ad5468fcad18c55497364e584@macports.org> <74c219d30909040315vfc5e3c1t5aff292c0829c4c5@mail.gmail.com> <1bd71ad80909040955i50af9f1u6156c248ff7884f5@mail.gmail.com> <1bd71ad80909041318s6f96b85blf91310dced9926f5@mail.gmail.com> <5E9D7E57-E607-451C-A0D1-645E55FDD82D@macports.org> <1bd71ad80909041411n193d0e8dse66218db63dc8f2d@mail.gmail.com> <4AA1C26C.4030707@macports.org> <1bd71ad80909042219xfe1a222l7b1bd948d453c4ba@mail.gmail.com> <1bd71ad80909042229n5e51d14dye7529708f9893749@mail.gmail.com> Message-ID: On Sep 5, 2009, at 02:29, Ryan Schmidt wrote: > On Sep 5, 2009, at 00:29, Michael_google gmail_Gersten wrote: > >> "openal" does not have a +universal option defined. >> >> Manually adding the line >> PortGroup muniversal 1.0 >> to the port file did NOT suffice -- this is the output > > The port says "use_configure no"; the default universal variant is > turned off automatically by this line because it expects there to be > a configure script. > > openal appears to build using xcode. You should try updating the > portgroup to use the xcode portgroup, which has its own universal > variant which might work. If you look into this, you might also want to update the version. The request to update to version 1.1 was filed almost two years ago: http://trac.macports.org/ticket/13587 Perhaps an even newer version is available by now. From blb at macports.org Sat Sep 5 01:33:10 2009 From: blb at macports.org (Bryan Blackburn) Date: Sat, 5 Sep 2009 02:33:10 -0600 Subject: Non-working non-root install In-Reply-To: References: <45A47C20-AD25-4AD6-9698-A04F9B84CCC6@macports.org> <20090829192955.GL1094@ninagal.withay.com> <350D9C67-7132-4059-993C-C3B888272469@macports.org> <20090830194439.GZ1094@ninagal.withay.com> <43771CA8-30A2-4C3D-AACF-B0AEE9B03FD7@macports.org> <21A896FB-0943-4E8C-9596-E8CCC0134075@macports.org> <4A9E922E.7090205@macports.org> Message-ID: <20090905083310.GR614@ninagal.withay.com> On Fri, Sep 04, 2009 at 10:10:52AM -0500, Ryan Schmidt said: > On Sep 2, 2009, at 10:41, Perry Lee wrote: > > >Ryan Schmidt wrote: > >> Can somebody please test what happens when they run this script > >on their > >> system? It will not affect your current MacPorts install. The > >version of > >> the script attached to this email is updated so that you don't > >need to > >> enter your username manually. > > > >I just ran the script on my system (also a clean install of Snow > >Leopard). Following is the output from `$PREFIX/bin/port install > >zlib`: > [snip] > >Error: Target org.macports.install returned: could not set > >attributes of "/tmp/mp/var/macports/software/zlib/1.2.3_2/tmp/mp/ > >share/man/man3/zlib.3.gz": permission denied > > Ok, so Perry sees the same issue I did. Bryan, can you try my script > on your system and see if you see it too? No problems here (other than excessive "MacPorts running without privileges..." messages). I did update the script for 10.5 use, but otherwise no changes. Perhaps some permissions changes on 10.6? Bryan From trog24 at comcast.net Sat Sep 5 01:56:26 2009 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Sat, 5 Sep 2009 01:56:26 -0700 Subject: gmp failed build In-Reply-To: <1A3F94BE-6DE0-4524-8B82-2C3CE46E1BC8@comcast.net> References: <4A2D2DEB-1DA6-47A5-9FB5-2317FFD3095E@comcast.net> <044C5FB7-563D-486A-BD96-00B50A823069@macports.org> <4CA274F7-0CAB-4A11-B63A-34402BEA4480@comcast.net> <4A9BB975.8040205@macports.org> <1A3F94BE-6DE0-4524-8B82-2C3CE46E1BC8@comcast.net> Message-ID: Hello, Is #18755 still open or am I going to have to file another ticket? On Sep 4, 2009, at 10:01 AM, Frank J. R. Hanstick wrote: > Hello, > I just upgraded my PPC to 10.5 and still got the gmp error when > trying to install. > > On Aug 31, 2009, at 4:52 AM, David Evans wrote: > >> >>> >>> Hm, ok, looks like it's just more of the same. >>> >>>> The system is PPC Tiger (10.4.11). >>> >>> I'm sure I've installed gmp on Tiger PPC, so I suppose gmp must not >>> like the -arch flag that MacPorts 1.8.0 now adds. I can try to >>> reproduce the problem on my Tiger PPC Mac later today. You may >>> want to >>> file a ticket already. >>> >>> _______________________________________________ >>> macports-users mailing list >>> macports-users at lists.macosforge.org >>> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >>> >> I'm also seeing this on tiger ppc and it has been reported on trac >> against the older occurance of the same problem (#18755). >> >> As the error logs show the problem is the lack of the compile flag >> -force_cpusubtype_ALL. >> >> I think you're right that the assertion of -arch is breaking the >> trick >> that was used previously to get this flag included. See comments >> in the >> port for what was done previously. >> >> > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users Frank J. R. Hanstick trog24 at comcast.net From ryandesign at macports.org Sat Sep 5 02:13:35 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 5 Sep 2009 04:13:35 -0500 Subject: gmp failed build In-Reply-To: References: <4A2D2DEB-1DA6-47A5-9FB5-2317FFD3095E@comcast.net> <044C5FB7-563D-486A-BD96-00B50A823069@macports.org> <4CA274F7-0CAB-4A11-B63A-34402BEA4480@comcast.net> <4A9BB975.8040205@macports.org> <1A3F94BE-6DE0-4524-8B82-2C3CE46E1BC8@comcast.net> Message-ID: <7737F13F-113F-4D93-A548-97461B2393E7@macports.org> On Sep 5, 2009, at 03:56, Frank J. R. Hanstick wrote: > Is #18755 still open or am I going to have to file another ticket? Marcus, would you like to handle it in #18755 or in a new ticket? From email at reghellin.com Sat Sep 5 05:50:47 2009 From: email at reghellin.com (stratboy) Date: Sat, 5 Sep 2009 05:50:47 -0700 (PDT) Subject: Upgrading to ruby 1.9 on Leopard 1.5.8 + Message-ID: <25308092.post@talk.nabble.com> Hi! I posted to ruby-forum.com (http://www.ruby-forum.com/topic/182612#846898) but not found a real solution. My problem is that port updates to ruby19 aren't recognized by the system: ruby -v: 1.8.6 which ruby: /usr/bin/ruby .profile: ## # DELUXE-USR-LOCAL-BIN-INSERT # (do not remove this comment) ## echo $PATH | grep -q -s "/usr/local/bin" if [ $? -eq 1 ] ; then PATH=$PATH:/usr/local/bin export PATH fi ## # Your previous /Users/stratboy2/.profile file was backed up as /Users/stratboy2/.profile.macports-saved_2009-02-22_at_15:45:25 ## # MacPorts Installer addition on 2009-02-22_at_15:45:25: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment variable for use with MacPorts. # MacPorts Installer addition on 2009-02-22_at_15:45:25: adding an appropriate MANPATH variable for use with MacPorts. export MANPATH=/opt/local/share/man:$MANPATH # Finished adapting your MANPATH environment variable for use with MacPorts. ------------------------- Any of you could help me please? -- View this message in context: http://www.nabble.com/Upgrading-to-ruby-1.9-on-Leopard-1.5.8-%2B-tp25308092p25308092.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From cssdev at mac.com Sat Sep 5 05:53:00 2009 From: cssdev at mac.com (cssdev at mac.com) Date: Sat, 05 Sep 2009 08:53:00 -0400 Subject: emacs-app-devel fails to build under Snow Leopard In-Reply-To: References: Message-ID: On Sep 4, 2009, at 4:50 PM, Artemio Gonzalez Lopez wrote: > emacs-app-devel does not build under Snow Leopard (yes, I > uninstalled first all my ports and rebuilt from scratch with Snow > Leopard). More specifically, the error I get is: It looks like there are larger issues trying to build Cocoa emacs on Snow Leopard. I tried a couple small changes, but getting the Cocoa build working on Snow Leopard looks like it's going to take some upstream fixes by someone much more familiar with the code. I'll upstate status to the existing ticket. http://trac.macports.org/attachment/ticket/20244 Thanks, Chris From ryandesign at macports.org Sat Sep 5 06:02:15 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 5 Sep 2009 08:02:15 -0500 Subject: Trying to rebuild on 10.6 In-Reply-To: <9F1FEC7D-DF8F-41AF-B3CA-1C8403698B45@dxradio.demon.co.uk> References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> <6C1460F7-3EF0-4AE3-BD13-72270254133F@macports.org> <9F1FEC7D-DF8F-41AF-B3CA-1C8403698B45@dxradio.demon.co.uk> Message-ID: On Sep 5, 2009, at 07:48, Mark Hattam wrote: > > > In case this helps work out a workaround ... this is the outcome of > the forced update, as far as it got > > You can see which ports had been rebuilt and which hadn't. Clearly > the order of rebuilding is important, though it's not configurable > other than by uninstalling ones beforehand that might cause problems > (like gawk, grep. gsed already identified) I don't see perl5 or perl5.8 listed there, so please upgrade those. Joshua said in #21069 that "the way things are set up, perl doesn't get rebuilt". I don't understand why yet, so we have to work around it for now. Please keep the discussion on the list so others can learn the solution once we find it. From ryandesign at macports.org Sat Sep 5 06:27:23 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 5 Sep 2009 08:27:23 -0500 Subject: Upgrading to ruby 1.9 on Leopard 1.5.8 + In-Reply-To: <25308092.post@talk.nabble.com> References: <25308092.post@talk.nabble.com> Message-ID: On Sep 5, 2009, at 07:50, stratboy wrote: > Hi! I posted to ruby-forum.com > (http://www.ruby-forum.com/topic/182612#846898) but not found a real > solution. My problem is that port updates to ruby19 aren't > recognized by the > system: > > ruby -v: 1.8.6 > which ruby: /usr/bin/ruby The ruby19 port does not install a program called "ruby"; it installs a program called "ruby1.9". You can verify this with "port contents ruby19". > .profile: > > > ## > # DELUXE-USR-LOCAL-BIN-INSERT > # (do not remove this comment) > ## > echo $PATH | grep -q -s "/usr/local/bin" > if [ $? -eq 1 ] ; then > PATH=$PATH:/usr/local/bin > export PATH > fi [snip] Software installed in /usr/local often interferes with the operation of MacPorts. I recommend you remove this part from your .profile and verify that you do not have any files in /usr/local/bin, /usr/local/ include, /usr/local/lib and related directories before continuing with MacPorts. From email at reghellin.com Sat Sep 5 07:38:38 2009 From: email at reghellin.com (Luca Reghellin) Date: Sat, 05 Sep 2009 16:38:38 +0200 Subject: Upgrading to ruby 1.9 on Leopard 1.5.8 + In-Reply-To: References: <25308092.post@talk.nabble.com> Message-ID: <4AA277EE.3070004@reghellin.com> Hi. First: I'm new to mailing-lists, so I don't know if I'm doing right by answering directly to the email with 'answer-all'. Please correct me if this is not the right way to use the mailing-list. Well, ok, - removed the wrong part from .profile - installed ruby19 - now ruby1.9 seems to work fine. Now: how do I know if when I run rails and gem commands, they're under ruby1.9 or not? And if not, how can I do it? My final goal in fact, would be to have and use all the latest versions of [gem], rails and ruby. I've updated rails to 2.3.4, but I suspect the gem I used is under ruby 1.8.6, isn't it? Or should I use something like gem1.9 and install another version of rails? But in that case, the command 'rails', which would be? Yes, quite a mess, please excuse me, I'm not an expert in this field. Bye! Ryan Schmidt ha scritto: > On Sep 5, 2009, at 07:50, stratboy wrote: > >> Hi! I posted to ruby-forum.com >> (http://www.ruby-forum.com/topic/182612#846898) but not found a real >> solution. My problem is that port updates to ruby19 aren't recognized >> by the >> system: >> >> ruby -v: 1.8.6 >> which ruby: /usr/bin/ruby > > The ruby19 port does not install a program called "ruby"; it installs a > program called "ruby1.9". You can verify this with "port contents ruby19". > >> .profile: >> >> >> ## >> # DELUXE-USR-LOCAL-BIN-INSERT >> # (do not remove this comment) >> ## >> echo $PATH | grep -q -s "/usr/local/bin" >> if [ $? -eq 1 ] ; then >> PATH=$PATH:/usr/local/bin >> export PATH >> fi > > [snip] > > Software installed in /usr/local often interferes with the operation of > MacPorts. I recommend you remove this part from your .profile and verify > that you do not have any files in /usr/local/bin, /usr/local/include, > /usr/local/lib and related directories before continuing with MacPorts. > > > From chenggao at gmail.com Sat Sep 5 07:47:23 2009 From: chenggao at gmail.com (CHENG Gao) Date: Sat, 05 Sep 2009 22:47:23 +0800 Subject: emacs-app-devel fails to build under Snow Leopard References: Message-ID: *On Sat, 05 Sep 2009 08:53:00 -0400 * Also sprach cssdev at mac.com: > On Sep 4, 2009, at 4:50 PM, Artemio Gonzalez Lopez wrote: > >> emacs-app-devel does not build under Snow Leopard (yes, I >> uninstalled first all my ports and rebuilt from scratch with Snow >> Leopard). More specifically, the error I get is: > > It looks like there are larger issues trying to build Cocoa emacs on > Snow Leopard. I tried a couple small changes, but getting the Cocoa > build working on Snow Leopard looks like it's going to take some > upstream fixes by someone much more familiar with the code. I'll > upstate status to the existing ticket. > > http://trac.macports.org/attachment/ticket/20244 > > Thanks, > Chris With YAMAMOTO Mitsuharu's help, I get it build successfully (from cvs source, not macports). Only 32bit Emacs can be built, as: $CC='gcc -arch i386' ./configure --with-ns --disable-ns-self-contained --without-dbus $make bootstrap Setting -disable-ns-self-contained does not matter. It's just my style. If you have dbus installed (from Macports or source), you need to use --without-dbus, otherwise it fails. In this case I think emacs-app-devel Portfile can be revised to achieve successful build. From ghe at slsware.com Sat Sep 5 08:22:58 2009 From: ghe at slsware.com (ghe) Date: Sat, 5 Sep 2009 09:22:58 -0600 Subject: Trying to rebuild on 10.6 In-Reply-To: References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> <6C1460F7-3EF0-4AE3-BD13-72270254133F@macports.org> <9F1FEC7D-DF8F-41AF-B3CA-1C8403698B45@dxradio.demon.co.uk> Message-ID: <63509DE3-F595-456F-B94B-68A526D3CCAC@slsware.com> On Sep 5, 2009, at 7:02 AM, Ryan Schmidt wrote: > Please keep the discussion on the list so others can learn the > solution once we find it. I installed SL yesterday, and I can't live without kmymoney. So... I tried the '-f upgrade' path. No joy. It died a tidy death. So I deleted /opt (thanks for sticking it all in one place), reinstalled the 1.8 Snow Leopard flavor, and installed kmymoney. It died in the middle, but it looks like simply issuing the install command again picks up where it failed. Like there's a fixed size array in there filling up or something. FWIW, on an Air with an SSD, the compiles maxed out both CPU cores (actual 0.00% idle in ActivityMonitor). On a Mac Pro with a software RAID1, the cores are loafing (~70% idle), but the compiles still run faster than on the Air... -- Glenn English ghe at slsware.com From trog24 at comcast.net Sat Sep 5 13:28:17 2009 From: trog24 at comcast.net (Frank J. R. Hanstick) Date: Sat, 5 Sep 2009 13:28:17 -0700 Subject: libsdl-devel did not build Message-ID: <6E9A1D5B-9904-41DC-975A-E361A935279F@comcast.net> Hello, The following occurred when trying to install libsdl-devel into MacOS 10.5.8 on a PPC: Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_devel_libsdl-devel/work/SDL-1.3.0-4645" && /usr/bin/make -j1 all " returned error 2 Command output: /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 - arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/haptic/SDL_haptic.c -o build/SDL_haptic.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/haptic/ SDL_haptic.c -fno-common -DPIC -o build/.libs/SDL_haptic.o libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/haptic/ SDL_haptic.c -o build/SDL_haptic.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/ local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/power/SDL_power.c -o build/SDL_power.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/power/ SDL_power.c -fno-common -DPIC -o build/.libs/SDL_power.o libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/power/ SDL_power.c -o build/SDL_power.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/ local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/video/dummy/ SDL_nullevents.c -fno-common -DPIC -o build/.libs/SDL_nullevents.o libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/video/dummy/ SDL_nullevents.c -o build/SDL_nullevents.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/ local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/video/dummy/SDL_nullrender.c -o build/SDL_nullrender.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/video/dummy/ SDL_nullrender.c -fno-common -DPIC -o build/.libs/SDL_nullrender.o libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/video/dummy/ SDL_nullrender.c -o build/SDL_nullrender.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/ local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/video/dummy/ SDL_nullvideo.c -fno-common -DPIC -o build/.libs/SDL_nullvideo.o libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/video/dummy/ SDL_nullvideo.c -o build/SDL_nullvideo.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/ local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/audio/disk/ SDL_diskaudio.c -fno-common -DPIC -o build/.libs/SDL_diskaudio.o libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/audio/disk/ SDL_diskaudio.c -o build/SDL_diskaudio.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/ local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/audio/dummy/ SDL_dummyaudio.c -fno-common -DPIC -o build/.libs/SDL_dummyaudio.o libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/audio/dummy/ SDL_dummyaudio.c -o build/SDL_dummyaudio.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/ local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/loadso/dlopen/ SDL_sysloadso.c -fno-common -DPIC -o build/.libs/SDL_sysloadso.o libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/loadso/dlopen/ SDL_sysloadso.c -o build/SDL_sysloadso.o >/dev/null 2>&1 /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/ local/include -I./include -D_GNU_SOURCE=1 -maltivec - DTARGET_API_MAC_CARBON -DTARGET_API_MAC_OSX -fvisibility=hidden - D_THREAD_SAFE -falign-loops=16 -force_cpusubtype_ALL -fpascal-strings - c ./src/video/cocoa/SDL_cocoaevents.m -o build/SDL_cocoaevents.lo libtool: compile: /usr/bin/gcc-4.0 -O2 -arch ppc -I/opt/local/include -I./include -D_GNU_SOURCE=1 -maltivec -DTARGET_API_MAC_CARBON - DTARGET_API_MAC_OSX -fvisibility=hidden -D_THREAD_SAFE -falign- loops=16 -force_cpusubtype_ALL -fpascal-strings -c ./src/video/cocoa/ SDL_cocoaevents.m -fno-common -DPIC -o build/.libs/SDL_cocoaevents.o In file included from ./src/video/cocoa/SDL_cocoavideo.h:40, from ./src/video/cocoa/SDL_cocoaevents.m:25: ./src/video/cocoa/SDL_cocoawindow.h:30: error: cannot find protocol declaration for 'NSWindowDelegate' make: *** [build/SDL_cocoaevents.lo] Error 1 Error: Status 1 encountered during processing. Frank J. R. Hanstick trog24 at comcast.net From keybounce at gmail.com Sat Sep 5 14:38:48 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Sat, 5 Sep 2009 14:38:48 -0700 Subject: Open Al: No universal variant in the port tree In-Reply-To: References: <068.f020099ad5468fcad18c55497364e584@macports.org> <1bd71ad80909041318s6f96b85blf91310dced9926f5@mail.gmail.com> <5E9D7E57-E607-451C-A0D1-645E55FDD82D@macports.org> <1bd71ad80909041411n193d0e8dse66218db63dc8f2d@mail.gmail.com> <4AA1C26C.4030707@macports.org> <1bd71ad80909042219xfe1a222l7b1bd948d453c4ba@mail.gmail.com> <1bd71ad80909042229n5e51d14dye7529708f9893749@mail.gmail.com> Message-ID: <1bd71ad80909051438t634dca01n995b9c2a92fabf3f@mail.gmail.com> > If you look into this, you might also want to update the version. The > request to update to version 1.1 was filed almost two years ago: > > http://trac.macports.org/ticket/13587 > > Perhaps an even newer version is available by now. . OpenAl has been part of the OsX distribution since 10.4. This program (up til now) has worked fine on 10.3, and I think 10.2. Does anyone know an easy way, in general, to create a program such that it will link with a system provided library, if present, or a user provided version if it is not? If so, I can just make a PPC version for the old people, and not worry about it after that. From mark at dxradio.demon.co.uk Sat Sep 5 17:45:49 2009 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Sun, 6 Sep 2009 01:45:49 +0100 Subject: Trying to rebuild on 10.6 In-Reply-To: References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> <6C1460F7-3EF0-4AE3-BD13-72270254133F@macports.org> <9F1FEC7D-DF8F-41AF-B3CA-1C8403698B45@dxradio.demon.co.uk> Message-ID: <3C78FC5D-D561-496F-842D-0019BE0C98B1@dxradio.demon.co.uk> On 5 Sep 2009, at 14:02, Ryan Schmidt wrote: > On Sep 5, 2009, at 07:48, Mark Hattam wrote: > >> >> >> In case this helps work out a workaround ... this is the outcome of >> the forced update, as far as it got >> >> You can see which ports had been rebuilt and which hadn't. Clearly >> the order of rebuilding is important, though it's not configurable >> other than by uninstalling ones beforehand that might cause >> problems (like gawk, grep. gsed already identified) > > I don't see perl5 or perl5.8 listed there, so please upgrade those. > Joshua said in #21069 that "the way things are set up, perl doesn't > get rebuilt". I don't understand why yet, so we have to work around > it for now. > > Please keep the discussion on the list so others can learn the > solution once we find it. Up on 10.6 now using the "manual method" as shown on http://trac.macports.org/wiki/Migration Had to choose an order of installation based on the previously installed port list (myports.txt), but seemed to go OK. Issues: 1. The iMac froze solid while staging python25 into destroot ... python25 was by install of getmail. After 10 mins of frozen cursor, I switched off the machine, restarted, typed sudo port install getmail and it carried on where it left off and seems fine. Nothing apparently in Console logs to indicate a problem. 2. DSPAM overwrote /opt/local/etc/dspam.conf with its default file of the same name. TimeMachine did a good job of putting my version back in. 3. various permission issues on ... /opt/local/bin/dspam ... changed from ... -r-x--s--- 2 root mail ... to .... -rwxr-xr-x 2 root mail /opt/local/var/dspam/data ... changed from ... drwxrwx--- 3 root mail ... to ... drwxrwxrwx (and the folders & files (.stats and .log) inside /data Probably a fault of my own making / lack of understanding as to its "different" user/group. 4. SMTP problems with my ISP ... in common with many 10.6 users on various ISPs ... http://discussions.apple.com/thread.jspa?threadID=2131516&start=0&start=1 two solutions to this ... both work for me here i) enable outgoing SSL and username and password. Thunderbird is still happy to send mail without all that. ii) specify port 25 in "use custom port" despite the default port having 25 in it ... and the "Connection Doctor" in Mail saying it was happily connected. 5. other Macports quirks ... installing php5 +apache2 installed perl5 as well as perl5.8 ... I didn't appear to have perl5 on the 10.5.8 install (and I'd rebuilt it just the other day) installed autoconf ... I expected that anyway from previous discussion about build requirement ports Having finished all the installs, I've not yet found what previously had installed tiff @3.8.2_3+macosx (active) I can't image I installed it for its own sake. Is there a way (via TimeMachine) to see what caused it to be installed before? I can't see that gd or exif requires it today. Mark From keybounce at gmail.com Sat Sep 5 18:14:04 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Sat, 5 Sep 2009 18:14:04 -0700 Subject: Help needed uninstalling / reinstalling ports Message-ID: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> I'm running into lots of issues trying to get gtk2 to install; it keeps generating an invalid cache. So, I figured I'd uninstall, and re-install, all of the packages that it uses -- to make sure that everything is up to date, and +universal. But I'm stuck on a few of them: Kleiman-ibook:trunk michael$ sudo port -p uninstall -f pkgconfig cairo fontconfig freetype glib2 jpeg tiff libiconv libpng jasper atk pango gettext zlib xorg-libXi xorg-libXrandr xorg-libXcursor xorg-libXinerama xorg-libXdamage xorg-libXcomposite xorg-libXfixes ---> The following versions of fontconfig are currently installed: ---> fontconfig @2.7.1_0+macosx ---> fontconfig @2.7.2_0+macosx ---> fontconfig @2.7.2_0+macosx+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of freetype are currently installed: ---> freetype @2.3.8_0+macosx+universal ---> freetype @2.3.9_0+macosx+universal ---> freetype @2.3.9_1+macosx+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of libiconv are currently installed: ---> libiconv @1.12_2+universal ---> libiconv @1.13_0+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of libpng are currently installed: ---> libpng @1.2.35_0+universal ---> libpng @1.2.38_0+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of zlib are currently installed: ---> zlib @1.2.3_2+universal ---> zlib @1.2.3_3+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of xorg-libXrandr are currently installed: ---> xorg-libXrandr @1.2.3_0+universal ---> xorg-libXrandr @1.3.0_1+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. Kleiman-ibook:trunk michael$ I was not aware that upgrading packages does not uninstall the now out-of-date package. And, it's blocking progress. But, all is not lost. RT?M, and I find the -u option -- uninstall inactive ports when upgrading/uninstalling. Kleiman-ibook:trunk michael$ sudo port -u -p uninstall -f pkgconfig cairo fontconfig freetype glib2 jpeg tiff libiconv libpng jasper atk pango gettext zlib xorg-libXi xorg-libXrandr xorg-libXcursor xorg-libXinerama xorg-libXdamage xorg-libXcomposite xorg-libXfixes ---> The following versions of fontconfig are currently installed: ---> fontconfig @2.7.1_0+macosx ---> fontconfig @2.7.2_0+macosx ---> fontconfig @2.7.2_0+macosx+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of freetype are currently installed: ---> freetype @2.3.8_0+macosx+universal ---> freetype @2.3.9_0+macosx+universal ---> freetype @2.3.9_1+macosx+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of libiconv are currently installed: ---> libiconv @1.12_2+universal ---> libiconv @1.13_0+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of libpng are currently installed: ---> libpng @1.2.35_0+universal ---> libpng @1.2.38_0+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of zlib are currently installed: ---> zlib @1.2.3_2+universal ---> zlib @1.2.3_3+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> The following versions of xorg-libXrandr are currently installed: ---> xorg-libXrandr @1.2.3_0+universal ---> xorg-libXrandr @1.3.0_1+universal (active) Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry. ---> Uninstalling autoconf @2.63_0+universal ---> Uninstalling automake @1.10.2_0+universal ---> Uninstalling fontconfig @2.7.1_0+macosx ---> Uninstalling fontconfig @2.7.2_0+macosx ---> Uninstalling freetype @2.3.8_0+macosx+universal ---> Uninstalling freetype @2.3.9_0+macosx+universal ---> Uninstalling libiconv @1.12_2+universal ---> Uninstalling libogg @1.1.3_2+universal ---> Uninstalling libpng @1.2.35_0+universal ---> Uninstalling libsdl @1.2.13_5+universal ---> Uninstalling libtheora @1.0_0+universal ---> Uninstalling libvorbis @1.2.0_1+universal ---> Uninstalling m4 @1.4.12_1+universal ---> Uninstalling p5-locale-gettext @1.05_0+universal ---> Uninstalling perl5.8 @5.8.9_2 ---> Uninstalling python25 @2.5.4_0+darwin_9+macosx+universal ---> Uninstalling python_select @0.2.1_0+darwin_9 ---> Uninstalling tcl @8.5.6_0+darwin ---> Uninstalling Xft2 @2.1.13_2 ---> Uninstalling xorg-bigreqsproto @1.0.2_0 ---> Uninstalling xorg-inputproto @1.5.0_0 ---> Uninstalling xorg-libX11 @1.2_0+universal ---> Uninstalling xorg-libXau @1.0.4_0+universal ---> Uninstalling xorg-libXdmcp @1.0.2_0+universal ---> Uninstalling xorg-libXext @1.0.5_0+universal ---> Uninstalling xorg-libXrandr @1.2.3_0+universal ---> Uninstalling xorg-randrproto @1.2.1_0 ---> Uninstalling xorg-renderproto @0.9.3_0 ---> Uninstalling xorg-xcmiscproto @1.1.2_0 ---> Uninstalling xorg-xextproto @7.0.5_0 ---> Uninstalling xorg-xf86bigfontproto @1.1.2_0 ---> Uninstalling xorg-xproto @7.0.14_1 ---> Uninstalling xorg-xtrans @1.2.3_0 ---> Uninstalling xrender @0.9.4_5+universal ---> Uninstalling XviD @1.1.3_1+universal ---> Uninstalling zlib @1.2.3_2+universal Kleiman-ibook:trunk michael$ That's not what I wanted. That's still not uninstalling what I wanted, and it uninstalled a bunch more that I don't know if I wanted removed or not. So, how do I get rid of the unwanted duplicates? And, how do I check to see if I've clobbered something I needed with that last command? From mark at dxradio.demon.co.uk Sat Sep 5 18:26:03 2009 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Sun, 6 Sep 2009 02:26:03 +0100 Subject: Help needed uninstalling / reinstalling ports In-Reply-To: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> References: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> Message-ID: sudo port uninstall inactive would lose the all the inactive installations, leaving just the (active) ones. What version of Macports are you using? Mark -- On 6 Sep 2009, at 02:14, Michael_google gmail_Gersten wrote: > I'm running into lots of issues trying to get gtk2 to install; it > keeps generating an invalid cache. > > So, I figured I'd uninstall, and re-install, all of the packages that > it uses -- to make sure that everything is up to date, and +universal. > > But I'm stuck on a few of them: > Kleiman-ibook:trunk michael$ sudo port -p uninstall -f pkgconfig cairo > fontconfig freetype glib2 jpeg tiff libiconv libpng jasper atk pango > gettext zlib xorg-libXi xorg-libXrandr xorg-libXcursor > xorg-libXinerama xorg-libXdamage xorg-libXcomposite xorg-libXfixes > ---> The following versions of fontconfig are currently installed: > ---> fontconfig @2.7.1_0+macosx > ---> fontconfig @2.7.2_0+macosx > ---> fontconfig @2.7.2_0+macosx+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of freetype are currently installed: > ---> freetype @2.3.8_0+macosx+universal > ---> freetype @2.3.9_0+macosx+universal > ---> freetype @2.3.9_1+macosx+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of libiconv are currently installed: > ---> libiconv @1.12_2+universal > ---> libiconv @1.13_0+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of libpng are currently installed: > ---> libpng @1.2.35_0+universal > ---> libpng @1.2.38_0+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of zlib are currently installed: > ---> zlib @1.2.3_2+universal > ---> zlib @1.2.3_3+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of xorg-libXrandr are currently > installed: > ---> xorg-libXrandr @1.2.3_0+universal > ---> xorg-libXrandr @1.3.0_1+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > Kleiman-ibook:trunk michael$ > > I was not aware that upgrading packages does not uninstall the now > out-of-date package. And, it's blocking progress. > > But, all is not lost. RT?M, and I find the -u option -- uninstall > inactive ports when upgrading/uninstalling. > > Kleiman-ibook:trunk michael$ sudo port -u -p uninstall -f pkgconfig > cairo fontconfig freetype glib2 jpeg tiff libiconv libpng jasper atk > pango gettext zlib xorg-libXi xorg-libXrandr xorg-libXcursor > xorg-libXinerama xorg-libXdamage xorg-libXcomposite xorg-libXfixes > ---> The following versions of fontconfig are currently installed: > ---> fontconfig @2.7.1_0+macosx > ---> fontconfig @2.7.2_0+macosx > ---> fontconfig @2.7.2_0+macosx+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of freetype are currently installed: > ---> freetype @2.3.8_0+macosx+universal > ---> freetype @2.3.9_0+macosx+universal > ---> freetype @2.3.9_1+macosx+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of libiconv are currently installed: > ---> libiconv @1.12_2+universal > ---> libiconv @1.13_0+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of libpng are currently installed: > ---> libpng @1.2.35_0+universal > ---> libpng @1.2.38_0+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of zlib are currently installed: > ---> zlib @1.2.3_2+universal > ---> zlib @1.2.3_3+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of xorg-libXrandr are currently > installed: > ---> xorg-libXrandr @1.2.3_0+universal > ---> xorg-libXrandr @1.3.0_1+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> Uninstalling autoconf @2.63_0+universal > ---> Uninstalling automake @1.10.2_0+universal > ---> Uninstalling fontconfig @2.7.1_0+macosx > ---> Uninstalling fontconfig @2.7.2_0+macosx > ---> Uninstalling freetype @2.3.8_0+macosx+universal > ---> Uninstalling freetype @2.3.9_0+macosx+universal > ---> Uninstalling libiconv @1.12_2+universal > ---> Uninstalling libogg @1.1.3_2+universal > ---> Uninstalling libpng @1.2.35_0+universal > ---> Uninstalling libsdl @1.2.13_5+universal > ---> Uninstalling libtheora @1.0_0+universal > ---> Uninstalling libvorbis @1.2.0_1+universal > ---> Uninstalling m4 @1.4.12_1+universal > ---> Uninstalling p5-locale-gettext @1.05_0+universal > ---> Uninstalling perl5.8 @5.8.9_2 > ---> Uninstalling python25 @2.5.4_0+darwin_9+macosx+universal > ---> Uninstalling python_select @0.2.1_0+darwin_9 > ---> Uninstalling tcl @8.5.6_0+darwin > ---> Uninstalling Xft2 @2.1.13_2 > ---> Uninstalling xorg-bigreqsproto @1.0.2_0 > ---> Uninstalling xorg-inputproto @1.5.0_0 > ---> Uninstalling xorg-libX11 @1.2_0+universal > ---> Uninstalling xorg-libXau @1.0.4_0+universal > ---> Uninstalling xorg-libXdmcp @1.0.2_0+universal > ---> Uninstalling xorg-libXext @1.0.5_0+universal > ---> Uninstalling xorg-libXrandr @1.2.3_0+universal > ---> Uninstalling xorg-randrproto @1.2.1_0 > ---> Uninstalling xorg-renderproto @0.9.3_0 > ---> Uninstalling xorg-xcmiscproto @1.1.2_0 > ---> Uninstalling xorg-xextproto @7.0.5_0 > ---> Uninstalling xorg-xf86bigfontproto @1.1.2_0 > ---> Uninstalling xorg-xproto @7.0.14_1 > ---> Uninstalling xorg-xtrans @1.2.3_0 > ---> Uninstalling xrender @0.9.4_5+universal > ---> Uninstalling XviD @1.1.3_1+universal > ---> Uninstalling zlib @1.2.3_2+universal > Kleiman-ibook:trunk michael$ > > That's not what I wanted. That's still not uninstalling what I wanted, > and it uninstalled a bunch more that I don't know if I wanted removed > or not. > > So, how do I get rid of the unwanted duplicates? And, how do I check > to see if I've clobbered something I needed with that last command? > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From keybounce at gmail.com Sat Sep 5 18:36:09 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Sat, 5 Sep 2009 18:36:09 -0700 Subject: Help needed uninstalling / reinstalling ports In-Reply-To: References: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> Message-ID: <1bd71ad80909051836t7c1582f6l55112eb555b29785@mail.gmail.com> On Sat, Sep 5, 2009 at 6:26 PM, Mark Hattam wrote: > sudo port uninstall inactive > > would lose the all the inactive installations, leaving just the (active) > ones. What version of Macports are you using? Latest, 1.8 From keybounce at gmail.com Sat Sep 5 18:39:16 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Sat, 5 Sep 2009 18:39:16 -0700 Subject: Help needed uninstalling / reinstalling ports In-Reply-To: <1bd71ad80909051836t7c1582f6l55112eb555b29785@mail.gmail.com> References: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> <1bd71ad80909051836t7c1582f6l55112eb555b29785@mail.gmail.com> Message-ID: <1bd71ad80909051839p7d79ed84u65dea56ffdd5095@mail.gmail.com> Even better-- repeating the same command succeeds the second time. From luomo1138 at yahoo.com Sat Sep 5 20:37:11 2009 From: luomo1138 at yahoo.com (Dexter Douglas) Date: Sat, 5 Sep 2009 20:37:11 -0700 (PDT) Subject: macports deleting my opt symlink Message-ID: <294156.38671.qm@web65604.mail.ac4.yahoo.com> Hello, I have MacPorts installed in a separate partition with a symbolic link in / pointing to it. I have never had a problem with this setup until I upgraded to 1.8. Now whenever I encounter an error, my symbolic link is deleted. $ sudo port upgrade libmp4v2 Password: ---> Deactivating libmp4v2 @1.5.0.1_1 Error: Deactivating libmp4v2 1.5.0.1_1 failed: No such file or directory $ port outdated bash: /opt/local/bin/port: No such file or directory Here my symbolic link to opt is missing. When I recreate it, everything works. Has anyone else encountered this problem? Thanks. From keybounce at gmail.com Sat Sep 5 21:50:24 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Sat, 5 Sep 2009 21:50:24 -0700 Subject: Freetype: Does not mark /opt/local/bin/freetype-config as executable Message-ID: <1bd71ad80909052150l71ba341clffecb9bef5abd22@mail.gmail.com> Freetype installed /opt/local/bin/freetype-config as mode 644 (non-executable); this caused fontconfig to fail to configure. Kleiman-ibook:~ michael$ port info freetype freetype @2.3.9, Revision 1 (print, graphics) Variants: bytecode, darwin_7, macosx, universal Description: FreeType2 is a software font engine that is designed to be small, efficient, highly customizable and portable while capable of producing high-quality output (glyph images). It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well. Homepage: http://freetype.sourceforge.net/ Library Dependencies: zlib Platforms: darwin License: unknown Maintainers: ryandesign at macports.org Kleiman-ibook:fontconfig-2.7.2-ppc michael$ ls -l /opt/local/bin/freetype-config 4 -rw-r--r-- 2 root admin 3832 Sep 5 20:32 /opt/local/bin/freetype-config Kleiman-ibook:fontconfig-2.7.2-ppc michael$ less !$ less /opt/local/bin/freetype-config #! /bin/sh # # Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType project license, # LICENSE.TXT. By continuing to use, modify, or distribute this file you # indicate that you have read the license and understand and accept it # fully. prefix=/opt/local exec_prefix=${prefix} exec_prefix_set=no ... Setting the executable bit was sufficient to let fontconfig continue. From and.damore at macports.org Sat Sep 5 23:12:50 2009 From: and.damore at macports.org (Andrea D'Amore) Date: Sun, 6 Sep 2009 08:12:50 +0200 Subject: hellanzbHelp In-Reply-To: <49EA0ED4-D1C1-427B-9335-88B1FAEE666D@mac.com> References: <49EA0ED4-D1C1-427B-9335-88B1FAEE666D@mac.com> Message-ID: <7AC5ACEB-9A24-4BB1-AF4D-7CD0AF256329@macports.org> On 05/set/09, at 00:35, Mack Johnson wrote: > Can someone help me apply the patches to get "hellanzb" to work? What patch are you referring to? What problem are you having applying the patch? > mack -- A. From gonhidi at gmail.com Sun Sep 6 03:25:30 2009 From: gonhidi at gmail.com (=?ISO-8859-1?Q?Gonzalo_HIGUERA_D=CDAZ?=) Date: Sun, 6 Sep 2009 12:25:30 +0200 Subject: macports deleting my opt symlink In-Reply-To: <294156.38671.qm@web65604.mail.ac4.yahoo.com> References: <294156.38671.qm@web65604.mail.ac4.yahoo.com> Message-ID: <411f59bd0909060325x52aaccfeh28c475aa572dce86@mail.gmail.com> 2009-09-06 05:37 +0200, Dexter Douglas: > Hello, > > I have MacPorts installed in a separate partition with a symbolic link in / pointing to it. ?I have never had a problem with this setup until I upgraded to 1.8. > > Now whenever I encounter an error, my symbolic link is deleted. Check out the following report: http://trac.macports.org/ticket/21082 -- Gonzalo HIGUERA D?AZ From nospaming at aedon.eu Sun Sep 6 04:18:24 2009 From: nospaming at aedon.eu (Peter J. Nachtigall) Date: Sun, 06 Sep 2009 13:18:24 +0200 Subject: Problem with hunspell +universal Message-ID: <4AA39A80.6070503@aedon.eu> ---> Fetching hunspell ---> Attempting to fetch hunspell-1.2.8.tar.gz from http://mesh.dl.sourceforge.net/hunspell ---> Verifying checksum(s) for hunspell ---> Extracting hunspell ---> Applying patches to hunspell ---> Configuring hunspell ---> Building hunspell Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_hunspell/work/hunspell-1.2.8" && /usr/bin/make -j2 all " returned error 2 Command output: /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../.. -I/opt/local/include -O2 -DLIBDIR=\"/opt/local/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\" -arch x86_64 -arch i386 -c -o firstparser.o firstparser.cxx /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../.. -I/opt/local/include -O2 -DLIBDIR=\"/opt/local/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\" -arch x86_64 -arch i386 -c -o htmlparser.o htmlparser.cxx /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../.. -I/opt/local/include -O2 -DLIBDIR=\"/opt/local/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\" -arch x86_64 -arch i386 -c -o latexparser.o latexparser.cxx /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../.. -I/opt/local/include -O2 -DLIBDIR=\"/opt/local/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\" -arch x86_64 -arch i386 -c -o manparser.o manparser.cxx /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../.. -I/opt/local/include -O2 -DLIBDIR=\"/opt/local/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\" -arch x86_64 -arch i386 -c -o textparser.o textparser.cxx /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../.. -I/opt/local/include -O2 -DLIBDIR=\"/opt/local/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\" -arch x86_64 -arch i386 -c -o testparser.o testparser.cxx rm -f libparsers.a ar cru libparsers.a firstparser.o htmlparser.o latexparser.o manparser.o textparser.o /bin/sh ../../libtool --tag=CXX --mode=link /usr/bin/g++-4.2 -O2 -DLIBDIR=\"/opt/local/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\" -arch x86_64 -arch i386 -L/opt/local/lib -arch x86_64 -arch i386 -o testparser firstparser.o htmlparser.o latexparser.o manparser.o testparser.o textparser.o ../hunspell/libhunspell-1.2.la ranlib libparsers.a mkdir .libs /usr/bin/g++-4.2 -O2 -DLIBDIR=\"/opt/local/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts\" -arch x86_64 -arch i386 -arch x86_64 -arch i386 -o .libs/testparser firstparser.o htmlparser.o latexparser.o manparser.o testparser.o textparser.o -Wl,-bind_at_load -L/opt/local/lib ../hunspell/.libs/libhunspell-1.2.dylib ld: warning: in ../hunspell/.libs/libhunspell-1.2.dylib, file is not of required architecture Undefined symbols for architecture i386: "u8_u16(w_char*, int, char const*)", referenced from: TextParser::is_wordchar(char*) in textparser.o "mystrdup(char const*)", referenced from: TextParser::get_prevline(int) in textparser.o TextParser::change_token(char const*)in textparser.o "flag_bsearch(unsigned short*, unsigned short, int)", referenced from: TextParser::is_wordchar(char*) in textparser.o "unicodeisalpha(unsigned short)", referenced from: TextParser::is_wordchar(char*) in textparser.o ld: symbol(s) not found for architecture i386 collect2: ld returned 1 exit status lipo: can't open input file: /var/tmp//ccQ0dP2p.out (No such file or directory) make[3]: *** [testparser] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: The following dependencies failed to build: gtkspell2 enchant hunspell 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 libxslt py26-libxml2 python26 db46 gdbm sqlite3 tk tcl xorg-libXScrnSaver xorg-scrnsaverproto rarian getopt pcre Error: Status 1 encountered during processing. ~ Shall I create a Ticket? Where then? BTW I'm trying to fetch && compile pan2 +universal Cheers Peter -- aedon DESIGNS http://www.aedon.eu/ http://www.hochzeitsbuch.info/ From ryandesign at macports.org Sun Sep 6 04:49:56 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 06:49:56 -0500 Subject: Trying to rebuild on 10.6 In-Reply-To: <3C78FC5D-D561-496F-842D-0019BE0C98B1@dxradio.demon.co.uk> References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> <6C1460F7-3EF0-4AE3-BD13-72270254133F@macports.org> <9F1FEC7D-DF8F-41AF-B3CA-1C8403698B45@dxradio.demon.co.uk> <3C78FC5D-D561-496F-842D-0019BE0C98B1@dxradio.demon.co.uk> Message-ID: On Sep 5, 2009, at 19:45, Mark Hattam wrote: > Up on 10.6 now using the "manual method" as shown on > http://trac.macports.org/wiki/Migration > > Had to choose an order of installation based on the previously > installed port list (myports.txt), but seemed to go OK. > > Issues: > 1. The iMac froze solid while staging python25 into destroot ... > python25 was by install of getmail. After 10 mins of frozen cursor, > I switched off the machine, restarted, typed sudo port install > getmail and it carried on where it left off and seems fine. Nothing > apparently in Console logs to indicate a problem. I wouldn't expect MacPorts or any other regular program to be able to cause your computer to freeze. Could have been a fluke, or it could be an OS corruption (weird since you just installed 10.6) or a hardware defect (bad RAM, bad hard drive, bad processor, etc.) You could check / Library/Logs/panic.log to see if a kernel panic occurred. > 2. DSPAM overwrote /opt/local/etc/dspam.conf with its default file > of the same name. TimeMachine did a good job of putting my version > back in. Please file a ticket so the maintainer of dspam can correct this problem. > 5. other Macports quirks ... > > installing php5 +apache2 > installed perl5 as well as perl5.8 ... I didn't appear to have > perl5 on the 10.5.8 install (and I'd rebuilt it just the other day) perl is required by autoconf, autoconf213, automake, and help2man. It is normal to have both the perl5 and perl5.8 ports installed and active. The preferred way to declare a dependency on perl at this time is to depend on the perl5 port. The perl5 port installs practically nothing and depends on the perl5.8 port to actually install perl. There is a very long ticket you can read if you want more information: http://trac.macports.org/ticket/16830 > installed autoconf ... I expected that anyway from previous > discussion about build requirement ports Yes, php5 requires autoconf213 to build. php5 also links with libtool, and libtool requires autoconf to build. > Having finished all the installs, I've not yet found what previously > had installed > tiff @3.8.2_3+macosx (active) > > I can't image I installed it for its own sake. Is there a way (via > TimeMachine) to see what caused it to be installed before? I can't > see that gd or exif requires it today. php5 used to declare a dependency on tiff. I was unable to find any part of php that actually used tiff so I recently removed the dependency. If you are able to find out why the php5 port used to have the tiff dependency, and it is still needed, I'm of course happy to add it back in. From ryandesign at macports.org Sun Sep 6 05:08:46 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 07:08:46 -0500 Subject: Help needed uninstalling / reinstalling ports In-Reply-To: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> References: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> Message-ID: On Sep 5, 2009, at 20:14, Michael_google gmail_Gersten wrote: > I'm running into lots of issues trying to get gtk2 to install; it > keeps generating an invalid cache. > > So, I figured I'd uninstall, and re-install, all of the packages that > it uses -- to make sure that everything is up to date, and +universal. > > But I'm stuck on a few of them: > Kleiman-ibook:trunk michael$ sudo port -p uninstall -f pkgconfig cairo > fontconfig freetype glib2 jpeg tiff libiconv libpng jasper atk pango > gettext zlib xorg-libXi xorg-libXrandr xorg-libXcursor > xorg-libXinerama xorg-libXdamage xorg-libXcomposite xorg-libXfixes If you want to force an uninstallation, "-f" needs to go before the word "uninstall", not after. > ---> The following versions of fontconfig are currently installed: > ---> fontconfig @2.7.1_0+macosx > ---> fontconfig @2.7.2_0+macosx > ---> fontconfig @2.7.2_0+macosx+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. MacPorts doesn't know which of these three fontconfigs you want it to uninstall. Specify it: sudo port uninstall fontconfig @2.7.1_0+macosx > I was not aware that upgrading packages does not uninstall the now > out-of-date package. That is correct. This makes it easy for you to return to the old version of the package, should you need to do so. When you are certain you don't need to go back to the old version, you can uninstall it. If you do not want the old version retained on upgrade, use "-u", e.g.: sudo port -u upgrade fontconfig would upgrade fontconfig and uninstall the old version. I routinely use "sudo port -u upgrade", but sometimes I wish I hadn't when I realize I do need to go back and test something with an older version. > And, it's blocking progress. > > But, all is not lost. RT?M, and I find the -u option -- uninstall > inactive ports when upgrading/uninstalling. > > Kleiman-ibook:trunk michael$ sudo port -u -p uninstall -f pkgconfig > cairo fontconfig freetype glib2 jpeg tiff libiconv libpng jasper atk > pango gettext zlib xorg-libXi xorg-libXrandr xorg-libXcursor > xorg-libXinerama xorg-libXdamage xorg-libXcomposite xorg-libXfixes > ---> The following versions of fontconfig are currently installed: > ---> fontconfig @2.7.1_0+macosx > ---> fontconfig @2.7.2_0+macosx > ---> fontconfig @2.7.2_0+macosx+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of freetype are currently installed: > ---> freetype @2.3.8_0+macosx+universal > ---> freetype @2.3.9_0+macosx+universal > ---> freetype @2.3.9_1+macosx+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of libiconv are currently installed: > ---> libiconv @1.12_2+universal > ---> libiconv @1.13_0+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of libpng are currently installed: > ---> libpng @1.2.35_0+universal > ---> libpng @1.2.38_0+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of zlib are currently installed: > ---> zlib @1.2.3_2+universal > ---> zlib @1.2.3_3+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> The following versions of xorg-libXrandr are currently > installed: > ---> xorg-libXrandr @1.2.3_0+universal > ---> xorg-libXrandr @1.3.0_1+universal (active) > Error: port uninstall failed: Registry error: Please specify the full > version as recorded in the port registry. > ---> Uninstalling autoconf @2.63_0+universal > ---> Uninstalling automake @1.10.2_0+universal > ---> Uninstalling fontconfig @2.7.1_0+macosx > ---> Uninstalling fontconfig @2.7.2_0+macosx > ---> Uninstalling freetype @2.3.8_0+macosx+universal > ---> Uninstalling freetype @2.3.9_0+macosx+universal > ---> Uninstalling libiconv @1.12_2+universal > ---> Uninstalling libogg @1.1.3_2+universal > ---> Uninstalling libpng @1.2.35_0+universal > ---> Uninstalling libsdl @1.2.13_5+universal > ---> Uninstalling libtheora @1.0_0+universal > ---> Uninstalling libvorbis @1.2.0_1+universal > ---> Uninstalling m4 @1.4.12_1+universal > ---> Uninstalling p5-locale-gettext @1.05_0+universal > ---> Uninstalling perl5.8 @5.8.9_2 > ---> Uninstalling python25 @2.5.4_0+darwin_9+macosx+universal > ---> Uninstalling python_select @0.2.1_0+darwin_9 > ---> Uninstalling tcl @8.5.6_0+darwin > ---> Uninstalling Xft2 @2.1.13_2 > ---> Uninstalling xorg-bigreqsproto @1.0.2_0 > ---> Uninstalling xorg-inputproto @1.5.0_0 > ---> Uninstalling xorg-libX11 @1.2_0+universal > ---> Uninstalling xorg-libXau @1.0.4_0+universal > ---> Uninstalling xorg-libXdmcp @1.0.2_0+universal > ---> Uninstalling xorg-libXext @1.0.5_0+universal > ---> Uninstalling xorg-libXrandr @1.2.3_0+universal > ---> Uninstalling xorg-randrproto @1.2.1_0 > ---> Uninstalling xorg-renderproto @0.9.3_0 > ---> Uninstalling xorg-xcmiscproto @1.1.2_0 > ---> Uninstalling xorg-xextproto @7.0.5_0 > ---> Uninstalling xorg-xf86bigfontproto @1.1.2_0 > ---> Uninstalling xorg-xproto @7.0.14_1 > ---> Uninstalling xorg-xtrans @1.2.3_0 > ---> Uninstalling xrender @0.9.4_5+universal > ---> Uninstalling XviD @1.1.3_1+universal > ---> Uninstalling zlib @1.2.3_2+universal > Kleiman-ibook:trunk michael$ > > That's not what I wanted. That's still not uninstalling what I wanted, > and it uninstalled a bunch more that I don't know if I wanted removed > or not. I believe it did what you asked: it tried to uninstall various ports you requested, could not because it did not know which of multiple available versions of those ports to uninstall, proceeded despite errors because you used "-p", and then uninstalled inactive ports because you used "-u". The fact that we allow "-u" with "sudo port uninstall" seems weird to me. As Mark pointed out, "sudo port uninstall inactive" does the same thing. > So, how do I get rid of the unwanted duplicates? And, how do I check > to see if I've clobbered something I needed with that last command? I think you've only uninstalled the inactive ports so far, so that should not have any negative effect on anything. On Sep 5, 2009, at 20:39, Michael_google gmail_Gersten wrote: > Even better-- repeating the same command succeeds the second time. Yes, because now that the inactive versions of the ports are gone, e.g. "sudo port uninstall fontconfig" can do so because there is only one version of fontconfig installed now and so there is no ambiguity that it needs you to resolve. From ryandesign at macports.org Sun Sep 6 05:10:30 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 07:10:30 -0500 Subject: Problem with hunspell +universal In-Reply-To: <4AA39A80.6070503@aedon.eu> References: <4AA39A80.6070503@aedon.eu> Message-ID: <119973A8-42B7-4814-BC2A-CFCC74ADBD7E@macports.org> On Sep 6, 2009, at 06:18, Peter J. Nachtigall wrote: > ld: warning: in ../hunspell/.libs/libhunspell-1.2.dylib, file is not > of > required architecture > Undefined symbols for architecture i386: > "u8_u16(w_char*, int, char const*)", referenced from: > TextParser::is_wordchar(char*) in textparser.o > "mystrdup(char const*)", referenced from: > TextParser::get_prevline(int) in textparser.o > TextParser::change_token(char const*)in textparser.o > "flag_bsearch(unsigned short*, unsigned short, int)", referenced > from: > TextParser::is_wordchar(char*) in textparser.o > "unicodeisalpha(unsigned short)", referenced from: > TextParser::is_wordchar(char*) in textparser.o > ld: symbol(s) not found for architecture i386 > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//ccQ0dP2p.out (No such file or > directory) > make[3]: *** [testparser] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Error: The following dependencies failed to build: gtkspell2 enchant > hunspell 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 libxslt py26-libxml2 python26 > db46 > gdbm sqlite3 tk tcl xorg-libXScrnSaver xorg-scrnsaverproto rarian > getopt > pcre > Error: Status 1 encountered during processing. > ~ > > Shall I create a Ticket? Where then? One has already been filed: http://trac.macports.org/ticket/19803 The port has no maintainer so someone will need to volunteer to look into this and fix it if possible. From ryandesign at macports.org Sun Sep 6 05:13:39 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 07:13:39 -0500 Subject: Open Al: No universal variant in the port tree In-Reply-To: <1bd71ad80909051438t634dca01n995b9c2a92fabf3f@mail.gmail.com> References: <068.f020099ad5468fcad18c55497364e584@macports.org> <1bd71ad80909041318s6f96b85blf91310dced9926f5@mail.gmail.com> <5E9D7E57-E607-451C-A0D1-645E55FDD82D@macports.org> <1bd71ad80909041411n193d0e8dse66218db63dc8f2d@mail.gmail.com> <4AA1C26C.4030707@macports.org> <1bd71ad80909042219xfe1a222l7b1bd948d453c4ba@mail.gmail.com> <1bd71ad80909042229n5e51d14dye7529708f9893749@mail.gmail.com> <1bd71ad80909051438t634dca01n995b9c2a92fabf3f@mail.gmail.com> Message-ID: On Sep 5, 2009, at 16:38, Michael_google gmail_Gersten wrote: >> If you look into this, you might also want to update the version. The >> request to update to version 1.1 was filed almost two years ago: >> >> http://trac.macports.org/ticket/13587 >> >> Perhaps an even newer version is available by now. > > . > > OpenAl has been part of the OsX distribution since 10.4. > > This program (up til now) has worked fine on 10.3, and I think 10.2. > > Does anyone know an easy way, in general, to create a program such > that it will link with a system provided library, if present, or a > user provided version if it is not? If so, I can just make a PPC > version for the old people, and not worry about it after that. Usually, we want MacPorts to use its own copies of software, and not use the ones Apple provides. http://trac.macports.org/wiki/FAQ#syslibs I don't know enough about OpenAL to know if it should be an exception to this rule. If it should, then the port can just be deleted, since MacPorts 1.8.0 does not work on Mac OS X 10.3 or earlier. From lists at pbw.id.au Sun Sep 6 05:21:20 2009 From: lists at pbw.id.au (Peter B. West) Date: Sun, 6 Sep 2009 22:21:20 +1000 Subject: cairo fails to build. Message-ID: lydia:Downloads pbw$ sudo port install cairo ---> Computing dependencies for cairo ---> Building cairo 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_cairo /work/cairo-1.8.8" && /usr/bin/make -j2 all " returned error 2 Command output: "_png_get_error_ptr", referenced from: _png_simple_warning_callback in cairo-png.o _png_simple_error_callback in cairo-png.o _stream_read_func in cairo-png.o _stream_write_func in cairo-png.o _stdio_read_func in cairo-png.o _stdio_write_func in cairo-png.o "_png_create_write_struct", referenced from: _write_png in cairo-png.o "_png_destroy_read_struct", referenced from: _read_png in cairo-png.o "_png_create_info_struct", referenced from: _read_png in cairo-png.o _write_png in cairo-png.o "_png_get_io_ptr", referenced from: _stream_read_func in cairo-png.o _stream_write_func in cairo-png.o _stdio_read_func in cairo-png.o _stdio_write_func in cairo-png.o "_png_set_read_user_transform_fn", referenced from: _read_png in cairo-png.o _read_png in cairo-png.o "_png_read_image", referenced from: _read_png in cairo-png.o ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: *** [libcairo.la] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. From brad at pixilla.com Sun Sep 6 05:47:11 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Sun, 6 Sep 2009 08:47:11 -0400 Subject: moving to new machine same arch Message-ID: I have an intel c2d iMac and MacBook. I need to do some development on my MacBook using the same tools that or on my iMac. Couldn't I just copy /opt and the /Library/LaunchDaemons/ org.macports.* files to my MacBook? Do I need anything from /Library/TCL? I think there is something on the wiki or somewhere else. If someone could point me to so docs that would be so helpful. I'm traveling with limited time to track this down. Thanks for any help, Brad From ryandesign at macports.org Sun Sep 6 05:54:16 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 07:54:16 -0500 Subject: cairo fails to build. In-Reply-To: References: Message-ID: On Sep 6, 2009, at 07:21, Peter B. West wrote: > lydia:Downloads pbw$ sudo port install cairo > ---> Computing dependencies for cairo > ---> Building cairo > 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_cairo > /work/cairo-1.8.8" && /usr/bin/make -j2 all " returned error 2 > Command output: "_png_get_error_ptr", referenced from: > _png_simple_warning_callback in cairo-png.o > _png_simple_error_callback in cairo-png.o > _stream_read_func in cairo-png.o > _stream_write_func in cairo-png.o > _stdio_read_func in cairo-png.o > _stdio_write_func in cairo-png.o > "_png_create_write_struct", referenced from: > _write_png in cairo-png.o > "_png_destroy_read_struct", referenced from: > _read_png in cairo-png.o > "_png_create_info_struct", referenced from: > _read_png in cairo-png.o > _write_png in cairo-png.o > "_png_get_io_ptr", referenced from: > _stream_read_func in cairo-png.o > _stream_write_func in cairo-png.o > _stdio_read_func in cairo-png.o > _stdio_write_func in cairo-png.o > "_png_set_read_user_transform_fn", referenced from: > _read_png in cairo-png.o > _read_png in cairo-png.o > "_png_read_image", referenced from: > _read_png in cairo-png.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[3]: *** [libcairo.la] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Error: Status 1 encountered during processing. Did you migrate from Leopard to Snow Leopard recently? If so, did you rebuild all your ports as shown in the migration instructions? http://trac.macports.org/wiki/Migration If that's not the problem, please file a ticket in the issue tracker and attach the full debug output so that I can see what's going on. From ryandesign at macports.org Sun Sep 6 05:58:48 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 07:58:48 -0500 Subject: moving to new machine same arch In-Reply-To: References: Message-ID: On Sep 6, 2009, at 07:47, Bradley Giesbrecht wrote: > I have an intel c2d iMac and MacBook. > > I need to do some development on my MacBook using the same tools > that or on my iMac. > > Couldn't I just copy /opt and the /Library/LaunchDaemons/ > org.macports.* files to my MacBook? > > Do I need anything from /Library/TCL? > > > I think there is something on the wiki or somewhere else. If someone > could point me to so docs that would be so helpful. > > I'm traveling with limited time to track this down. I don't know if there is any documentation on this topic but it should work, assuming both machines are running the same Mac OS X version. You should copy all these directories, which I took from the uninstall instructions [1] /opt/local /Applications/MacPorts /Library/Tcl/macports1.0 /Library/LaunchDaemons/org.macports.* /Library/Receipts/MacPorts*.pkg This should give you a fully functional copy of your MacPorts installation on your second computer. Depending on how you do the copy, I'm not certain the hardlinks MacPorts creates during activation will be preserved. If they aren't, it will take more disk space on the second computer, but shouldn't be a problem otherwise. If you want to fix this, I think you can just deactivate and then reactivate each port. You could probably do that all at once with "sudo port uninstall inactive && sudo port deactivate installed && sudo port activate installed" or something like that. [1] http://trac.macports.org/wiki/FAQ#uninstall From stewhouston at gmail.com Sun Sep 6 09:35:09 2009 From: stewhouston at gmail.com (Stew Houston) Date: Sun, 6 Sep 2009 12:35:09 -0400 Subject: ports troubles on 10.6 -- perl5.8 Message-ID: <5a1fc34c0909060935n35d7d810i1386d45beb044f4f@mail.gmail.com> Since upgrading to 10.6 ports has been disasterous for me. I don't think I've had a single port install cleanly. I'm stuck on getting perl5.8 installed. The error it spits out isn't very indicative, so I'm clueless. Can anyone help me forward? $ sudo port install perl5.8 ---> Computing dependencies for perl5.8 ---> Building perl5.8 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/perl-5.8.9" && /usr/bin/make -j2 all " returned error 2 Command output: `sh cflags "optimize='-O3'" toke.o` toke.c `sh cflags "optimize='-O3'" perly.o` perly.c CCCMD = /usr/bin/gcc-4.2 -DPERL_CORE -c -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -std=c89 -O3 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat CCCMD = /usr/bin/gcc-4.2 -DPERL_CORE -c -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -std=c89 -O3 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat toke.c: In function 'Perl_yylex': toke.c:5516: error: lvalue required as unary '&' operand toke.c:5516: error: lvalue required as unary '&' operand toke.c: In function 'S_pending_ident': toke.c:5755: error: lvalue required as unary '&' operand toke.c:5755: error: lvalue required as unary '&' operand toke.c: In function 'S_scan_heredoc': toke.c:9785: error: invalid operands to binary + (have 'char *' and 'char *') toke.c:9785: error: lvalue required as unary '&' operand toke.c:9785: error: lvalue required as unary '&' operand toke.c: In function 'S_scan_formline': toke.c:10814: error: invalid operands to binary + (have 'char *' and 'char *') toke.c:10814: error: lvalue required as unary '&' operand toke.c:10814: error: lvalue required as unary '&' operand make: *** [toke.o] Error 1 make: *** Waiting for unfinished jobs.... Error: Status 1 encountered during processing. Regards Stew -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghe at slsware.com Sun Sep 6 10:09:25 2009 From: ghe at slsware.com (ghe) Date: Sun, 6 Sep 2009 11:09:25 -0600 Subject: ports troubles on 10.6 -- perl5.8 In-Reply-To: <5a1fc34c0909060935n35d7d810i1386d45beb044f4f@mail.gmail.com> References: <5a1fc34c0909060935n35d7d810i1386d45beb044f4f@mail.gmail.com> Message-ID: On Sep 6, 2009, at 10:35 AM, Stew Houston wrote: > Since upgrading to 10.6 ports has been disasterous for me. I don't > think I've had a single port install cleanly. You're seeing things saying that things weren't where they were expected to be and that there are oopsies in the source. Did you upgrade MacPorts to the Snow Leopard flavor of 1.8? And reinstall Xcode from the SL DVD? I did, and it still didn't work. So I moved /opt to /optqw and created a new /opt, then reinstalled the SL MacPorts. After that, it was better, but still not perfect. But it did make it through perl5.8 with no trouble. See if you can build perl5.8 on a bare naked fresh install of MacPorts. I had several problems due to architecture mis-matches in programs built on 10.5 that MacPorts didn't flag as outdated, so they weren't rebuilt. As has been said before, big builds seem to quit in the middle, but issuing the install command again picks up where it left off and the error no longer happens. Did here, anyway... -- Glenn English ghe at slsware.com From james.applemac at gmail.com Sun Sep 6 10:11:41 2009 From: james.applemac at gmail.com (Chang James) Date: Mon, 7 Sep 2009 01:11:41 +0800 Subject: Cannot compile and install net-snmp 5.4.2.1_1 from macports Message-ID: Hi, I try to install net-snmp 5.4.2.1_1 from macport tody, but it shows me compiling error and install failed! OS:Mac OS X 10.5.8 CPU: INTEL Mac Mini 3.1 Following is the error logs: port install net-snmp Port command started with PID 1820 ---> Computing dependencies for net-snmp ---> Fetching net-snmp ---> Verifying checksum(s) for net-snmp ---> Extracting net-snmp ---> Applying patches to net-snmp ---> Configuring net-snmp ---> Building net-snmp Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_net-snmp/work/net-snmp-5.4.2.1" && /usr/bin/make -j2 all " returned error 2 Command output: /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_D ARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c -o table_data.lo table_data.c /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-al iasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_container.c -fno-common -DPIC -o .libs/table_container.o /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/ include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_data.c -fno-common -DPIC -o .libs/table_data.o /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/ local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_container.c -o table_container.o >/dev/null 2>&1 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_data.c -o table_data.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c -o table_dataset.lo table_dataset.c /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c -o table_iterator.lo table_iterator.c /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_dataset.c -fno-common -DPIC -o .libs/table_dataset.o /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_iterator.c -fno-common -DPIC -o .libs/table_iterator.o table_dataset.c: In function 'netsnmp_table_data_set_helper_handler': table_dataset.c:514: warning: pointer targets in passing argument 2 of 'netsnmp_table_get_or_create_row_stash' differ in signedness table_dataset.c:694: warning: pointer targets in assignment differ in signedness table_dataset.c: In function 'netsnmp_set_row_column': table_dataset.c:1255: warning: pointer targets in passing argument 2 of 'memdup' differ in signedness /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_iterator.c -o table_iterator.o >/dev/null 2>&1 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_dataset.c -o table_dataset.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c -o table_row.lo table_row.c /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c -o table_tdata.lo table_tdata.c /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_row.c -fno-common -DPIC -o .libs/table_row.o /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_tdata.c -fno-common -DPIC -o .libs/table_tdata.o /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_row.c -o table_row.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c -o watcher.lo watcher.c /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c table_tdata.c -o table_tdata.o >/dev/null 2>&1 /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c watcher.c -fno-common -DPIC -o .libs/watcher.o /usr/bin/gcc-4.0 -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/opt/local/include -I/opt/local/include -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -c watcher.c -o watcher.o >/dev/null 2>&1 /bin/sh ../../libtool --mode=link /usr/bin/gcc-4.0 -DNETSNMP_ENABLE_IPV6 -O2 -arch i386 -Udarwin9 -Ddarwin9=darwin9 -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include -I/opt/local/include -I/opt/local/include/db47 -I/opt/local/lib/perl5/5.8.9/darwin-thread-multi-2level/CORE -rpath /opt/local/lib -version-info 16:2:1 -o libnetsnmphelpers.la all_helpers.lo baby_steps.lo bulk_to_next.lo cache_handler.lo debug_handler.lo instance.lo mode_end_call.lo multiplexer.lo null.lo old_api.lo read_only.lo row_merge.lo scalar.lo scalar_group.lo serialize.lo stash_cache.lo stash_to_next.lo table.lo table_array.lo table_container.lo table_data.lo table_dataset.lo table_iterator.lo table_row.lo table_tdata.lo watcher.lo ../ libnetsnmpagent.la ../../snmplib/libnetsnmp.la -L/opt/local/lib -L/opt/local/lib libtool: link: cannot find the library `../libnetsnmpagent.la' or unhandled argument `../libnetsnmpagent.la' make[2]: *** [libnetsnmphelpers.la] Error 1 make[1]: *** [subdirs] Error 1 make: *** [subdirs] Error 1 Error: Status 1 encountered during processing. ---> Executing: /opt/local/bin/port install net-snmp port clean net-snmp Port command started with PID 30761 ---> Cleaning net-snmp ---> Executing: /opt/local/bin/port clean net-snmp Could someone tell me how to solve this problem? Best Regards! James Chang -------------- next part -------------- An HTML attachment was scrubbed... URL: From keybounce at gmail.com Sun Sep 6 12:46:10 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Sun, 6 Sep 2009 12:46:10 -0700 Subject: Open Al: No universal variant in the port tree In-Reply-To: <1bd71ad80909051438t634dca01n995b9c2a92fabf3f@mail.gmail.com> References: <068.f020099ad5468fcad18c55497364e584@macports.org> <5E9D7E57-E607-451C-A0D1-645E55FDD82D@macports.org> <1bd71ad80909041411n193d0e8dse66218db63dc8f2d@mail.gmail.com> <4AA1C26C.4030707@macports.org> <1bd71ad80909042219xfe1a222l7b1bd948d453c4ba@mail.gmail.com> <1bd71ad80909042229n5e51d14dye7529708f9893749@mail.gmail.com> <1bd71ad80909051438t634dca01n995b9c2a92fabf3f@mail.gmail.com> Message-ID: <1bd71ad80909061246l22128262tb4798a2c001cf8ed@mail.gmail.com> > OpenAl has been part of the OsX distribution since 10.4. > > This program (up til now) has worked fine on 10.3, and I think 10.2. > > Does anyone know an easy way, in general, to create a program such > that it will link with a system provided library, if present, or a > user provided version if it is not? If so, I can just make a PPC > version for the old people, and not worry about it after that. And it's a non-issue anyways; other aspects of the program's current version also require 10.4. From keybounce at gmail.com Sun Sep 6 12:50:31 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Sun, 6 Sep 2009 12:50:31 -0700 Subject: Help needed uninstalling / reinstalling ports In-Reply-To: References: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> Message-ID: <1bd71ad80909061250u5b26ad7hbaac59348127cb65@mail.gmail.com> >> That's not what I wanted. That's still not uninstalling what I wanted, >> and it uninstalled a bunch more that I don't know if I wanted removed >> or not. > > I believe it did what you asked: it tried to uninstall various ports you > requested, could not because it did not know which of multiple available > versions of those ports to uninstall, proceeded despite errors because you > used "-p", and then uninstalled inactive ports because you used "-u". > > The fact that we allow "-u" with "sudo port uninstall" seems weird to me. As > Mark pointed out, "sudo port uninstall inactive" does the same thing. Then perhaps the meaning needs to be changed. I thought "sudo port uninstall -u" would mean: Uninstall the inactive versions of these ports. Not: Uninstall ALL inactive versions of ALL ports. From blb at macports.org Sun Sep 6 13:11:23 2009 From: blb at macports.org (Bryan Blackburn) Date: Sun, 6 Sep 2009 14:11:23 -0600 Subject: Trying to rebuild on 10.6 In-Reply-To: References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> <6C1460F7-3EF0-4AE3-BD13-72270254133F@macports.org> <9F1FEC7D-DF8F-41AF-B3CA-1C8403698B45@dxradio.demon.co.uk> <3C78FC5D-D561-496F-842D-0019BE0C98B1@dxradio.demon.co.uk> Message-ID: <20090906201123.GK614@ninagal.withay.com> On Sun, Sep 06, 2009 at 06:49:56AM -0500, Ryan Schmidt said: [...] > php5 used to declare a dependency on tiff. I was unable to find any > part of php that actually used tiff so I recently removed the > dependency. If you are able to find out why the php5 port used to > have the tiff dependency, and it is still needed, I'm of course happy > to add it back in. That is most likely #13054: 'port dependents tiff' here also says php5 since I upgraded to 5.3.0 from 5.2.whatever... Bryan From blb at macports.org Sun Sep 6 13:20:11 2009 From: blb at macports.org (Bryan Blackburn) Date: Sun, 6 Sep 2009 14:20:11 -0600 Subject: Cannot compile and install net-snmp 5.4.2.1_1 from macports In-Reply-To: References: Message-ID: <20090906202011.GL614@ninagal.withay.com> On Mon, Sep 07, 2009 at 01:11:41AM +0800, Chang James said: > Hi, > I try to install net-snmp 5.4.2.1_1 from macport tody, but it shows me > compiling error and install failed! > > OS:Mac OS X 10.5.8 > CPU: INTEL > Mac Mini 3.1 > > Following is the error logs: > > port install net-snmp [...] > /opt/local/lib -version-info 16:2:1 -o libnetsnmphelpers.la all_helpers.lo > baby_steps.lo bulk_to_next.lo cache_handler.lo debug_handler.lo instance.lo > mode_end_call.lo multiplexer.lo null.lo old_api.lo read_only.lo row_merge.lo > scalar.lo scalar_group.lo serialize.lo stash_cache.lo stash_to_next.lo > table.lo table_array.lo table_container.lo table_data.lo table_dataset.lo > table_iterator.lo table_row.lo table_tdata.lo watcher.lo ../ > libnetsnmpagent.la ../../snmplib/libnetsnmp.la -L/opt/local/lib > -L/opt/local/lib > libtool: link: cannot find the library `../libnetsnmpagent.la' or unhandled > argument `../libnetsnmpagent.la' > make[2]: *** [libnetsnmphelpers.la] Error 1 > make[1]: *** [subdirs] Error 1 > make: *** [subdirs] Error 1 > Error: Status 1 encountered during processing. > ---> Executing: /opt/local/bin/port install net-snmp Looks like #20981: which I just (hopefully) fixed in r57134. After waiting at least 30 minutes from this reply, run $ sudo port selfupdate then try again (I would also say to clean, but you did that part already). Bryan > > port clean net-snmp > Port command started with PID 30761 > ---> Cleaning net-snmp > ---> Executing: /opt/local/bin/port clean net-snmp > > Could someone tell me how to solve this problem? > Best Regards! > > James > Chang From blb at macports.org Sun Sep 6 13:22:08 2009 From: blb at macports.org (Bryan Blackburn) Date: Sun, 6 Sep 2009 14:22:08 -0600 Subject: Help needed uninstalling / reinstalling ports In-Reply-To: <1bd71ad80909061250u5b26ad7hbaac59348127cb65@mail.gmail.com> References: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> <1bd71ad80909061250u5b26ad7hbaac59348127cb65@mail.gmail.com> Message-ID: <20090906202208.GM614@ninagal.withay.com> On Sun, Sep 06, 2009 at 12:50:31PM -0700, Michael_google gmail_Gersten said: > >> That's not what I wanted. That's still not uninstalling what I wanted, > >> and it uninstalled a bunch more that I don't know if I wanted removed > >> or not. > > > > I believe it did what you asked: it tried to uninstall various ports you > > requested, could not because it did not know which of multiple available > > versions of those ports to uninstall, proceeded despite errors because you > > used "-p", and then uninstalled inactive ports because you used "-u". > > > > The fact that we allow "-u" with "sudo port uninstall" seems weird to me. As > > Mark pointed out, "sudo port uninstall inactive" does the same thing. > > Then perhaps the meaning needs to be changed. > > I thought "sudo port uninstall -u" would mean: Uninstall the inactive > versions of these ports. > > Not: Uninstall ALL inactive versions of ALL ports. The man page does say -u uninstall non-active ports when upgrading and uninstalling Perhaps that should just say 'when upgrading'? Bryan From ryandesign at macports.org Sun Sep 6 13:44:07 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 15:44:07 -0500 Subject: Help needed uninstalling / reinstalling ports In-Reply-To: <1bd71ad80909061250u5b26ad7hbaac59348127cb65@mail.gmail.com> References: <1bd71ad80909051814l511636d1nacfbc4787da89ae@mail.gmail.com> <1bd71ad80909061250u5b26ad7hbaac59348127cb65@mail.gmail.com> Message-ID: On Sep 6, 2009, at 14:50, Michael_google gmail_Gersten wrote: >>> That's not what I wanted. That's still not uninstalling what I >>> wanted, >>> and it uninstalled a bunch more that I don't know if I wanted >>> removed >>> or not. >> >> I believe it did what you asked: it tried to uninstall various >> ports you >> requested, could not because it did not know which of multiple >> available >> versions of those ports to uninstall, proceeded despite errors >> because you >> used "-p", and then uninstalled inactive ports because you used "-u". >> >> The fact that we allow "-u" with "sudo port uninstall" seems weird >> to me. As >> Mark pointed out, "sudo port uninstall inactive" does the same thing. > > Then perhaps the meaning needs to be changed. > > I thought "sudo port uninstall -u" would mean: Uninstall the inactive > versions of these ports. > > Not: Uninstall ALL inactive versions of ALL ports. Remember: the "-u" needs to go before the word "uninstall", not after. I would agree the current behavior of "sudo port -u uninstall foo" makes no sense. Like you, I would have expected it to uninstall only ports called foo. After all, that is what it means when using "sudo port -u upgrade foo". But the man page says: uninstall Deactivate and uninstall portname. To uninstall all installed but inactive ports, use -u. [snip] I would be in favor of either removing the "-u" option from "sudo port uninstall" entirely (since in its current form it's exactly the same as "sudo port uninstall inactive") or changing it to behave as you and I expected. Unless someone can explain why it currently does what it does? From ryandesign at macports.org Sun Sep 6 13:58:01 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 15:58:01 -0500 Subject: Trying to rebuild on 10.6 In-Reply-To: <20090906201123.GK614@ninagal.withay.com> References: <3C4D0202-518F-479A-A914-79821EC58260@dxradio.demon.co.uk> <4F604DCA-20AC-42A9-8749-88C54D73B52E@macports.org> <4A9C97FE.6060105@macports.org> <31F759BD-5028-4CDE-BD7D-7CFDD263F31B@dxradio.demon.co.uk> <6C1460F7-3EF0-4AE3-BD13-72270254133F@macports.org> <9F1FEC7D-DF8F-41AF-B3CA-1C8403698B45@dxradio.demon.co.uk> <3C78FC5D-D561-496F-842D-0019BE0C98B1@dxradio.demon.co.uk> <20090906201123.GK614@ninagal.withay.com> Message-ID: <0A41E76D-E388-471B-BD67-1EB3A4A1222D@macports.org> On Sep 6, 2009, at 15:11, Bryan Blackburn wrote: > On Sun, Sep 06, 2009 at 06:49:56AM -0500, Ryan Schmidt said: > [...] >> php5 used to declare a dependency on tiff. I was unable to find any >> part of php that actually used tiff so I recently removed the >> dependency. If you are able to find out why the php5 port used to >> have the tiff dependency, and it is still needed, I'm of course happy >> to add it back in. > > That is most likely #13054: > > > > 'port dependents tiff' here also says php5 since I upgraded to 5.3.0 > from > 5.2.whatever... No no, I'm saying, as the current maintainer of the php5 port, I have no idea why it ever declared a dependency on tiff. It was there when the php5 port was initially added in r7760, likely having been copied from the php4 port. It was added to the php4 port in r4061 as a result of ticket #775 but I can't find any explanation of why the tiff dependency was added. Perhaps the php software used the tiff library at that time, but I can find no indication that it does now. From ryandesign at macports.org Sun Sep 6 13:59:43 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 15:59:43 -0500 Subject: ports troubles on 10.6 -- perl5.8 In-Reply-To: <5a1fc34c0909060935n35d7d810i1386d45beb044f4f@mail.gmail.com> References: <5a1fc34c0909060935n35d7d810i1386d45beb044f4f@mail.gmail.com> Message-ID: <88877824-730E-41CA-9617-9D68885D6A6A@macports.org> On Sep 6, 2009, at 11:35, Stew Houston wrote: > Since upgrading to 10.6 ports has been disasterous for me. I don't > think I've had a single port install cleanly. I'm sorry to hear that! If you could provide more details, perhaps we can help. > I'm stuck on getting perl5.8 installed. The error it spits out > isn't very indicative, so I'm clueless. Can anyone help me forward? > > $ sudo port install perl5.8 > ---> Computing dependencies for perl5.8 > ---> Building perl5.8 > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8 > /work/perl-5.8.9" && /usr/bin/make -j2 all " returned error 2 > Command output: `sh cflags "optimize='-O3'" toke.o` toke.c > `sh cflags "optimize='-O3'" perly.o` perly.c > CCCMD = /usr/bin/gcc-4.2 -DPERL_CORE -c -fno-common - > DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict- > aliasing -pipe -I/usr/local/include -I/opt/local/include -std=c89 - > O3 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif- > labels -Wc++-compat > CCCMD = /usr/bin/gcc-4.2 -DPERL_CORE -c -fno-common - > DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict- > aliasing -pipe -I/usr/local/include -I/opt/local/include -std=c89 - > O3 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif- > labels -Wc++-compat > toke.c: In function 'Perl_yylex': > toke.c:5516: error: lvalue required as unary '&' operand > toke.c:5516: error: lvalue required as unary '&' operand > toke.c: In function 'S_pending_ident': > toke.c:5755: error: lvalue required as unary '&' operand > toke.c:5755: error: lvalue required as unary '&' operand > toke.c: In function 'S_scan_heredoc': > toke.c:9785: error: invalid operands to binary + (have 'char *' and > 'char *') > toke.c:9785: error: lvalue required as unary '&' operand > toke.c:9785: error: lvalue required as unary '&' operand > toke.c: In function 'S_scan_formline': > toke.c:10814: error: invalid operands to binary + (have 'char *' and > 'char *') > toke.c:10814: error: lvalue required as unary '&' operand > toke.c:10814: error: lvalue required as unary '&' operand > make: *** [toke.o] Error 1 > make: *** Waiting for unfinished jobs.... > > Error: Status 1 encountered during processing. I think we need to see the debug output to help with this. Normally MacPorts only shows the last 30 lines of error, and it looks like there was more output than that here. Can you clean the port and try again with the debug switch? sudo port clean perl5.8 sudo port -d install perl5.8 2>&1 | tee ~/Desktop/perl5.8.txt bzip2 ~/Desktop/perl5.8.txt Then attach perl5.8.txt.bz2 from your desktop to your reply email. From cjsvance at gmail.com Sun Sep 6 14:36:02 2009 From: cjsvance at gmail.com (Christopher Vance) Date: Mon, 7 Sep 2009 07:36:02 +1000 Subject: libusb on Leopard with Macports 1.8.0 Message-ID: $ sudo port -d install libusb 2>&1 | tee /tmp/libusb DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libusb DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libusb DEBUG: OS Platform: darwin DEBUG: OS Version: 9.8.0 DEBUG: Mac OS X Version: 10.5 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port libusb. DEBUG: Requested variant i386 is not provided by port libusb. DEBUG: Requested variant macosx is not provided by port libusb. DEBUG: Attempting ln -sf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libusb/work /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libusb/work ---> Computing dependencies for libusb DEBUG: Executing org.macports.main (libusb) ---> Fetching libusb DEBUG: Executing org.macports.fetch (libusb) ---> Verifying checksum(s) for libusb DEBUG: Executing org.macports.checksum (libusb) ---> Checksumming libusb-1.0.3.tar.bz2 DEBUG: Correct (md5) checksum for libusb-1.0.3.tar.bz2 DEBUG: Correct (sha1) checksum for libusb-1.0.3.tar.bz2 DEBUG: Correct (rmd160) checksum for libusb-1.0.3.tar.bz2 DEBUG: setting option extract.cmd to /usr/bin/bzip2 ---> Extracting libusb DEBUG: Executing org.macports.extract (libusb) ---> Extracting libusb-1.0.3.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/libusb/libusb-1.0.3.tar.bz2 DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libusb/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/libusb/libusb-1.0.3.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing org.macports.patch (libusb) ---> Applying patches to libusb ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libusb/files/patch-libusb__io.c DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libusb/work/libusb-1.0.3" && /usr/bin/patch -p0' patching file libusb/io.c ---> Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/libusb/files/patch-libusb__os__darwin_usb.c DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libusb/work/libusb-1.0.3" && /usr/bin/patch -p0' patching file libusb/os/darwin_usb.c ---> Configuring libusb DEBUG: Using compiler 'Mac OS X gcc 4.0' DEBUG: Executing org.macports.configure (libusb) DEBUG: Environment: CFLAGS='-O2 -arch i386' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch i386' MACOSX_DEPLOYMENT_TARGET='10.5' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2 -m32' LDFLAGS='-L/opt/local/lib' OBJC='/usr/bin/gcc-4.0' FCFLAGS='-O2 -m32' INSTALL='/usr/bin/install -c' OBJCFLAGS='-O2 -arch i386' FFLAGS='-O2 -m32' CC='/usr/bin/gcc-4.0' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libusb/work/libusb-1.0.3" && ./configure --prefix=/opt/local' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.0 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.0... gcc3 checking build system type... i386-apple-darwin9.8.0 checking host system type... i386-apple-darwin9.8.0 checking for a sed that does not truncate output... /opt/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r checking for objdump... no checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking how to run the C preprocessor... /usr/bin/gcc-4.0 -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common -DPIC checking if /usr/bin/gcc-4.0 PIC flag -fno-common -DPIC works... yes checking if /usr/bin/gcc-4.0 static flag -static works... no checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes checking if /usr/bin/gcc-4.0 supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin9.8.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for inline... inline checking whether /usr/bin/gcc-4.0 and cc understand -c and -o together... yes checking operating system... Darwin/MacOS X configure: creating ./config.status config.status: creating libusb-1.0.pc config.status: creating Makefile config.status: creating libusb/Makefile config.status: creating examples/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen.cfg config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ---> Building libusb DEBUG: Executing org.macports.build (libusb) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libusb/work/libusb-1.0.3" && /usr/bin/make -j1 all' /usr/bin/make all-recursive Making all in libusb /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -fvisibility=hidden -std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -pthread -O2 -arch i386 -MT libusb_1_0_la-core.lo -MD -MP -MF .deps/libusb_1_0_la-core.Tpo -c -o libusb_1_0_la-core.lo `test -f 'core.c' || echo './'`core.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -fvisibility=hidden -std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -pthread -O2 -arch i386 -MT libusb_1_0_la-core.lo -MD -MP -MF .deps/libusb_1_0_la-core.Tpo -c core.c -fno-common -DPIC -o .libs/libusb_1_0_la-core.o In file included from core.c:32: libusb.h:1115: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here libusb.h:1169: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here In file included from core.c:33: libusbi.h:739: error: syntax error before 'nfds_t' libusbi.h:739: warning: function declaration isn't a prototype make[2]: *** [libusb_1_0_la-core.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libusb/work/libusb-1.0.3" && /usr/bin/make -j1 all " returned error 2 Command output: /usr/bin/make all-recursive Making all in libusb /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -fvisibility=hidden -std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -pthread -O2 -arch i386 -MT libusb_1_0_la-core.lo -MD -MP -MF .deps/libusb_1_0_la-core.Tpo -c -o libusb_1_0_la-core.lo `test -f 'core.c' || echo './'`core.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -fvisibility=hidden -std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -pthread -O2 -arch i386 -MT libusb_1_0_la-core.lo -MD -MP -MF .deps/libusb_1_0_la-core.Tpo -c core.c -fno-common -DPIC -o .libs/libusb_1_0_la-core.o In file included from core.c:32: libusb.h:1115: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here libusb.h:1169: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here In file included from core.c:33: libusbi.h:739: error: syntax error before 'nfds_t' libusbi.h:739: warning: function declaration isn't a prototype make[2]: *** [libusb_1_0_la-core.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libusb/work/libusb-1.0.3" && /usr/bin/make -j1 all " returned error 2 Command output: /usr/bin/make all-recursive Making all in libusb /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -fvisibility=hidden -std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -pthread -O2 -arch i386 -MT libusb_1_0_la-core.lo -MD -MP -MF .deps/libusb_1_0_la-core.Tpo -c -o libusb_1_0_la-core.lo `test -f 'core.c' || echo './'`core.c libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/include -fvisibility=hidden -std=gnu99 -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow -pthread -O2 -arch i386 -MT libusb_1_0_la-core.lo -MD -MP -MF .deps/libusb_1_0_la-core.Tpo -c core.c -fno-common -DPIC -o .libs/libusb_1_0_la-core.o In file included from core.c:32: libusb.h:1115: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here libusb.h:1169: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here In file included from core.c:33: libusbi.h:739: error: syntax error before 'nfds_t' libusbi.h:739: warning: function declaration isn't a prototype make[2]: *** [libusb_1_0_la-core.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for libusb): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. $ -- Christopher Vance From ryandesign at macports.org Sun Sep 6 14:44:34 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 6 Sep 2009 16:44:34 -0500 Subject: libusb on Leopard with Macports 1.8.0 In-Reply-To: References: Message-ID: <28CDB396-D5ED-4A9C-9617-80B3A573F677@macports.org> On Sep 6, 2009, at 16:36, Christopher Vance wrote: > In file included from core.c:32: > libusb.h:1115: warning: declaration of 'index' shadows a global > declaration > /usr/include/string.h:125: warning: shadowed declaration is here > libusb.h:1169: warning: declaration of 'index' shadows a global > declaration > /usr/include/string.h:125: warning: shadowed declaration is here > In file included from core.c:33: > libusbi.h:739: error: syntax error before 'nfds_t' > libusbi.h:739: warning: function declaration isn't a prototype http://trac.macports.org/ticket/20886 From stewhouston at gmail.com Sun Sep 6 16:28:25 2009 From: stewhouston at gmail.com (Stew Houston) Date: Sun, 6 Sep 2009 19:28:25 -0400 Subject: ports troubles on 10.6 -- perl5.8 In-Reply-To: <88877824-730E-41CA-9617-9D68885D6A6A@macports.org> References: <5a1fc34c0909060935n35d7d810i1386d45beb044f4f@mail.gmail.com> <88877824-730E-41CA-9617-9D68885D6A6A@macports.org> Message-ID: <5a1fc34c0909061628r62f2bd18vedd780fcc5bfa733@mail.gmail.com> Hi Ryan, Beautiful. I've got the output attached for you. Cheers Stew On Sun, Sep 6, 2009 at 4:59 PM, Ryan Schmidt wrote: > > On Sep 6, 2009, at 11:35, Stew Houston wrote: > > Since upgrading to 10.6 ports has been disasterous for me. I don't think >> I've had a single port install cleanly. >> > > I'm sorry to hear that! If you could provide more details, perhaps we can > help. > > > > I'm stuck on getting perl5.8 installed. The error it spits out isn't very >> indicative, so I'm clueless. Can anyone help me forward? >> >> $ sudo port install perl5.8 >> ---> Computing dependencies for perl5.8 >> ---> Building perl5.8 >> Error: Target org.macports.build returned: shell command " cd >> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/perl-5.8.9" >> && /usr/bin/make -j2 all " returned error 2 >> Command output: `sh cflags "optimize='-O3'" toke.o` toke.c >> `sh cflags "optimize='-O3'" perly.o` perly.c >> CCCMD = /usr/bin/gcc-4.2 -DPERL_CORE -c -fno-common -DPERL_DARWIN >> -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe >> -I/usr/local/include -I/opt/local/include -std=c89 -O3 -Wall -ansi -W >> -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat >> CCCMD = /usr/bin/gcc-4.2 -DPERL_CORE -c -fno-common -DPERL_DARWIN >> -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -pipe >> -I/usr/local/include -I/opt/local/include -std=c89 -O3 -Wall -ansi -W >> -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat >> toke.c: In function 'Perl_yylex': >> toke.c:5516: error: lvalue required as unary '&' operand >> toke.c:5516: error: lvalue required as unary '&' operand >> toke.c: In function 'S_pending_ident': >> toke.c:5755: error: lvalue required as unary '&' operand >> toke.c:5755: error: lvalue required as unary '&' operand >> toke.c: In function 'S_scan_heredoc': >> toke.c:9785: error: invalid operands to binary + (have 'char *' and 'char >> *') >> toke.c:9785: error: lvalue required as unary '&' operand >> toke.c:9785: error: lvalue required as unary '&' operand >> toke.c: In function 'S_scan_formline': >> toke.c:10814: error: invalid operands to binary + (have 'char *' and 'char >> *') >> toke.c:10814: error: lvalue required as unary '&' operand >> toke.c:10814: error: lvalue required as unary '&' operand >> make: *** [toke.o] Error 1 >> make: *** Waiting for unfinished jobs.... >> >> Error: Status 1 encountered during processing. >> > > I think we need to see the debug output to help with this. Normally > MacPorts only shows the last 30 lines of error, and it looks like there was > more output than that here. Can you clean the port and try again with the > debug switch? > > sudo port clean perl5.8 > sudo port -d install perl5.8 2>&1 | tee ~/Desktop/perl5.8.txt > bzip2 ~/Desktop/perl5.8.txt > > Then attach perl5.8.txt.bz2 from your desktop to your reply email. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: perl5.8.txt.bz2 Type: application/x-bzip2 Size: 9765 bytes Desc: not available URL: From nospaming at aedon.eu Sun Sep 6 18:29:09 2009 From: nospaming at aedon.eu (Peter J. Nachtigall) Date: Mon, 07 Sep 2009 03:29:09 +0200 Subject: Problem with pan2 deps (again) Message-ID: <4AA461E5.8060906@aedon.eu> Now compiling pan2 on leopard: ---> Extracting pan2 ---> Configuring pan2 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_news_pan2/work/pan-0.133" && ./configure --prefix=/opt/local " returned error 1 Command output: checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... no checking for bindtextdomain in -lintl... yes checking for ngettext in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /opt/local/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... (cached) /opt/local/bin/xgettext checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PCRE... yes checking for pkg-config... (cached) /opt/local/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.4.0... yes (version 2.20.4) checking for GMIME... configure: error: Package requirements (gmime-2.0 >= 2.1.9) were not met: No package 'gmime-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GMIME_CFLAGS and GMIME_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Error: Status 1 encountered during processing. -- Peter J. Nachtigall aedon DESIGNS http://www.hochzeitsbuch.info/ From mvfranz at gmail.com Sun Sep 6 20:56:15 2009 From: mvfranz at gmail.com (Michael Franz) Date: Sun, 6 Sep 2009 23:56:15 -0400 Subject: xalanj on Snow Leopard and 1.8 - Very long build process Message-ID: Hi, I upgraded from Tiger to Snow Leopard. I uninstalled all ports and removed macports 1.7 (followed the FAQ instructions). Installed the Snow Leopard Xcode. Installed macports 1.8 (Snow Leopard version). I then tried to install xalanj. xercesj installed fine, but the xalanj build has been running for almost an hour. 2544 ttys000 0:07.95 /usr/bin/tclsh /opt/local/bin/port install xalanj 2708 ttys000 0:00.00 sh -c cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_xalanj/work/xalan-j_2_7_0" && ant all docs javadocs 2709 ttys000 0:20.73 /System/Library/Frameworks/JavaVM.framework/Home/bin/java -classpath /usr/share/ant/lib/ant-launcher.jar -Dant.home=/usr/share/ant -Dant.library.dir=/usr/share/ant/lib -Djikes.class.p 2724 ttys000 52:30.53 /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/javadoc -breakiterator -d /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ Is there anyway to figure out what is happening? I had no problem with this on Tiger and Leopard. thanks Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: From artie.ziff at gmail.com Sun Sep 6 21:02:11 2009 From: artie.ziff at gmail.com (Artie Ziff) Date: Sun, 06 Sep 2009 21:02:11 -0700 Subject: python26 error... seeking help Message-ID: <4AA485C3.8060207@gmail.com> Hello! :) Any ideas what went wrong here with python26? Building on Mac OS 10.5.8 $ sudo port install python26 python_select ---> Computing dependencies for python26 ---> Fetching xorg-scrnsaverproto ---> Attempting to fetch scrnsaverproto-1.2.0.tar.bz2 from http://distfiles.macports.org/xorg-scrnsaverproto ---> Verifying checksum(s) for xorg-scrnsaverproto ---> Extracting xorg-scrnsaverproto ---> Configuring xorg-scrnsaverproto ---> Building xorg-scrnsaverproto ---> Staging xorg-scrnsaverproto into destroot ---> Installing xorg-scrnsaverproto @1.2.0_0 ---> Activating xorg-scrnsaverproto @1.2.0_0 ---> Cleaning xorg-scrnsaverproto ---> Fetching xorg-libXScrnSaver ---> Attempting to fetch libXScrnSaver-1.2.0.tar.bz2 from http://distfiles.macports.org/xorg-libXScrnSaver ---> Verifying checksum(s) for xorg-libXScrnSaver ---> Extracting xorg-libXScrnSaver ---> Configuring xorg-libXScrnSaver ---> Building xorg-libXScrnSaver ---> Staging xorg-libXScrnSaver into destroot ---> Installing xorg-libXScrnSaver @1.2.0_0 ---> Activating xorg-libXScrnSaver @1.2.0_0 ---> Cleaning xorg-libXScrnSaver ---> Fetching tk ---> Attempting to fetch tk8.5.6-src.tar.gz from http://voxel.dl.sourceforge.net/tcl ---> Verifying checksum(s) for tk ---> Extracting tk ---> Configuring tk ---> Building tk ---> Staging tk into destroot ---> Installing tk @8.5.6_1+darwin ---> Activating tk @8.5.6_1+darwin ---> Cleaning tk ---> Fetching python26 ---> Attempting to fetch Python-2.6.2.tar.bz2 from http://distfiles.macports.org/python26 ---> Verifying checksum(s) for python26 ---> Extracting python26 ---> Applying patches to python26 ---> Configuring python26 ---> Building python26 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.2" && /usr/bin/make -j2 all MAKE="/usr/bin/make CC=/usr/bin/gcc-4.0" " returned error 2 Command output: if test ""; then \ /usr/bin/gcc-4.0 -o Python.framework/Versions/2.6/Python -dynamiclib \ -isysroot "" \ -all_load libpython2.6.a -Wl,-single_module \ -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python \ -compatibility_version 2.6 \ -current_version 2.6; \ else \ /usr/bin/libtool -o Python.framework/Versions/2.6/Python -dynamic libpython2.6.a \ -lSystem -lSystemStubs -arch_only x86_64 -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python -compatibility_version 2.6 -current_version 2.6 ;\ fi /usr/bin/install -c -d -m 755 \ Python.framework/Versions/2.6/Resources/English.lproj /usr/bin/install -c -m 644 Mac/Resources/framework/Info.plist \ Python.framework/Versions/2.6/Resources/Info.plist ln -fsn 2.6 Python.framework/Versions/Current ln -fsn Versions/Current/Python Python.framework/Python ln -fsn Versions/Current/Headers Python.framework/Headers ln -fsn Versions/Current/Resources Python.framework/Resources /usr/bin/gcc-4.0 -L/opt/local/lib -u _PyMac_Error Python.framework/Versions/2.6/Python -o python.exe \ Modules/python.o \ -ldl ld warning: in Python.framework/Versions/2.6/Python, file is not of required architecture Undefined symbols: "_Py_Main", referenced from: _main in python.o "_PyMac_Error", referenced from: ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [python.exe] Error 1 Error: Status 1 encountered during processing. Cheers, AZ From jmr at macports.org Sun Sep 6 22:55:58 2009 From: jmr at macports.org (Joshua Root) Date: Mon, 07 Sep 2009 15:55:58 +1000 Subject: python26 error... seeking help In-Reply-To: <4AA485C3.8060207@gmail.com> References: <4AA485C3.8060207@gmail.com> Message-ID: <4AA4A06E.9060908@macports.org> On 2009-9-7 14:02, Artie Ziff wrote: > Any ideas what went wrong here with python26? > Building on Mac OS 10.5.8 > ld warning: in Python.framework/Versions/2.6/Python, file is not of > required architecture > Undefined symbols: > "_Py_Main", referenced from: > _main in python.o > "_PyMac_Error", referenced from: > ld: symbol(s) not found It appears that the upstream patch we added to fix 64-bit issues introduced the equivalent problem on 32-bit. A fix has been checked in and should be available through rsync within 30 minutes. - Josh From jbusser at interchange.ubc.ca Mon Sep 7 00:55:00 2009 From: jbusser at interchange.ubc.ca (Jim Busser) Date: Mon, 07 Sep 2009 00:55:00 -0700 Subject: Portfile clarifications Message-ID: Hi all I am new to MacPorts but have it installed (on Leopard), and have further installed some ports both from the command line and using the GUI Porticus. I am working on a first portfile for client software GNUmed-client which connects to a database. What the Portfile needs to mediate is - user downloads the archive - checksums applied and directory and contents extracted - check and take care of dependencies - there is no build (compilation) needed, because what is being downloaded is just a directory containing subdirectories and python source, which does not need compilation - copy the extracted directory to a suitable machine directory (owned by root) but also to the logged-in user's home directory - also create some hard links but this bit I am not (at this time) worried about :-) I have read the following http://guide.macports.org/ http://trac.macports.org/wiki/PortfileRecipes http://trac.macports.org/wiki/BuildPhases but still have a few questions: 1. Am I right to surmise that the phases fetch checksum extract execute by default (without having to be declared), so long as distfiles and checksums had been specified? Does extraction rely on the value of "extract.suffix" or is the latter used only for the fetch phase? 2. As our distfile is actually a directory which needs no compilation, do I need to explicitly eliminate the following phases, using: configure {} build {} destroot {} or (in the case of configure) do I instead declare a keyword use_configure no or if configure {} is the same as use_configure no then it doesn't matter? either gives identical results ?? 3. If I would eliminate destroot, then there will exist no destrooted files on which the install phase can act. So do I need to do install{} ? 4. On Debian, in order to keep a copy of our client (owned by root) available to supply machine-wide defaults, our project installs a copy of the client in /etc/ In MacPorts, I take it this should instead reside in: /opt/local/var/macports/software/ as (for example) /opt/local/var/macports/software/GNUmed-client-0.5.0 but we will also want creation of ~/GNUmed-client-0.5.0 So for this, would I declare a post-destroot phase, and how do I achieve the two copying tasks above, since I am not sure whether the source would be ${worksrcpath} = ${prefix}/var/macports/build/${name}/work/${worksrcdir} or would it instead be ${prefix}/var/macports/build/${name}/work/${name} and if xinstall even copies recursively? I was guessing maybe post-destroot { / xinstall -m 755 -W ${worksrcpath} ${prefix}/var/macports/software/ xinstall -m 700 -d ~/{name} xinstall -m 700 -W ${worksrcpath} ~/{name} } but would appreciate the guidance. As I figure this out, I am identifying some possible improvements to the guide that I will like to suggest for consideration. From blb at macports.org Mon Sep 7 01:24:45 2009 From: blb at macports.org (Bryan Blackburn) Date: Mon, 7 Sep 2009 02:24:45 -0600 Subject: Portfile clarifications In-Reply-To: References: Message-ID: <20090907082445.GU614@ninagal.withay.com> On Mon, Sep 07, 2009 at 12:55:00AM -0700, Jim Busser said: > Hi all > > I am new to MacPorts but have it installed (on Leopard), and have > further installed some ports both from the command line and using the > GUI Porticus. > > I am working on a first portfile for client software GNUmed-client > which connects to a database. What the Portfile needs to mediate is > > - user downloads the archive > - checksums applied and directory and contents extracted > - check and take care of dependencies > - there is no build (compilation) needed, because what is being > downloaded is just a directory containing subdirectories and python > source, which does not need compilation > - copy the extracted directory to a suitable machine directory (owned > by root) but also to the logged-in user's home directory Note that (with a couple of important exceptions), installing files outside of ${prefix} (/opt/local by default) is very much frowned upon. > - also create some hard links but this bit I am not (at this time) > worried about :-) > > I have read the following > > http://guide.macports.org/ > http://trac.macports.org/wiki/PortfileRecipes > http://trac.macports.org/wiki/BuildPhases > > but still have a few questions: > > 1. Am I right to surmise that the phases > fetch > checksum > extract > execute by default (without having to be declared), so long as > distfiles and checksums had been specified? Yes, all phases are run unless you either set something which causes them to be skipped (like clearing distfiles skips fetch, checksum, and extract) or by overriding the phase completely. > > Does extraction rely on the value of "extract.suffix" or is the > latter used only for the fetch phase? extract.suffix is used for fetch, checksum, and extract since it is usually append to distname to build the full file name. > > 2. As our distfile is actually a directory which needs no > compilation, do I need to explicitly eliminate the following phases, > using: > configure {} > build {} > destroot {} > > or (in the case of configure) do I instead declare a keyword > use_configure no > > or if configure {} is the same as use_configure no > then it doesn't matter? either gives identical results ?? "use_configure no" is preferred (in fact, port lint will complain if you use "configure {}" instead); to override build, yes "build {}" is the right way. > > 3. If I would eliminate destroot, then there will exist no destrooted > files on which the install phase can act. So do I need to do > > install{} ? Actually you want to setup your own destroot phase, and install the files in that step, to ${destroot}${prefix}/... so that port sees what files are considered to be part of the final install. See the mediawiki port for one example, which simply copies everything in destroot: > > 4. On Debian, in order to keep a copy of our client (owned by root) > available to supply machine-wide defaults, our project installs a > copy of the client in > /etc/ > > In MacPorts, I take it this should instead reside in: > > /opt/local/var/macports/software/ > > as (for example) > > /opt/local/var/macports/software/GNUmed-client-0.5.0 The stuff installed into var/macports/software is what's called an image, which is the full (from destroot) set of the port's files. When a port is activated, the stuff in var/macports/software is then hardlinked into just ${prefix} (and removed when deactivated). Hence, if you properly do the destroot, installing the port will populate var/macports/software. > > but we will also want creation of > > ~/GNUmed-client-0.5.0 Depending on what's actually needed in someone's homedir, you may be able to either use ui_msg to tell the user what to do, or perhaps install a script with the port which does any necessary setup. Note that whatever that script would do would obviously not be part of the port itself. I do something similar to this (though into /usr instead of ~) with the cups-pdf port, which installs ${prefix}/libexec/cups-pdf_links.sh: Bryan > > So for this, would I declare a post-destroot phase, and how do I > achieve the two copying tasks above, since I am not sure whether the > source would be > > ${worksrcpath} > > = > > ${prefix}/var/macports/build/${name}/work/${worksrcdir} > > or would it instead be > > ${prefix}/var/macports/build/${name}/work/${name} > > and if xinstall even copies recursively? I was guessing maybe > > post-destroot { / > xinstall -m 755 -W ${worksrcpath} ${prefix}/var/macports/software/ > xinstall -m 700 -d ~/{name} > xinstall -m 700 -W ${worksrcpath} ~/{name} > } > > but would appreciate the guidance. As I figure this out, I am > identifying some possible improvements to the guide that I will like > to suggest for consideration. From bdesgraupes at orange.fr Mon Sep 7 04:16:48 2009 From: bdesgraupes at orange.fr (Bernard Desgraupes) Date: Mon, 7 Sep 2009 13:16:48 +0200 Subject: python26 error... seeking help In-Reply-To: <4AA4A06E.9060908@macports.org> References: <4AA485C3.8060207@gmail.com> <4AA4A06E.9060908@macports.org> Message-ID: <772F1B59-35EE-479C-9328-1230D3046F80@orange.fr> Le 7 sept. 09 ? 07:55, Joshua Root a ?crit : > > On 2009-9-7 14:02, Artie Ziff wrote: >> Any ideas what went wrong here with python26? >> Building on Mac OS 10.5.8 > >> ld warning: in Python.framework/Versions/2.6/Python, file is not of >> required architecture >> Undefined symbols: >> "_Py_Main", referenced from: >> _main in python.o >> "_PyMac_Error", referenced from: >> ld: symbol(s) not found > > It appears that the upstream patch we added to fix 64-bit issues > introduced the equivalent problem on 32-bit. A fix has been checked in > and should be available through rsync within 30 minutes. > > - I had got the same error message yesterday while building Python as a dep of mercurial. I confirm the patch fixes the bug for me. Thanks. Bernard From ryandesign at macports.org Mon Sep 7 05:13:55 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 07:13:55 -0500 Subject: xalanj on Snow Leopard and 1.8 - Very long build process In-Reply-To: References: Message-ID: On Sep 6, 2009, at 22:56, Michael Franz wrote: > I upgraded from Tiger to Snow Leopard. I uninstalled all ports and > removed macports 1.7 (followed the FAQ instructions). Installed the > Snow Leopard Xcode. Installed macports 1.8 (Snow Leopard version). > I then tried to install xalanj. xercesj installed fine, but the > xalanj build has been running for almost an hour. > 2544 ttys000 0:07.95 /usr/bin/tclsh /opt/local/bin/port install > xalanj > 2708 ttys000 0:00.00 sh -c cd "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_java_xalanj > /work/xalan-j_2_7_0" && ant all docs javadocs > 2709 ttys000 0:20.73 /System/Library/Frameworks/JavaVM.framework/ > Home/bin/java -classpath /usr/share/ant/lib/ant-launcher.jar - > Dant.home=/usr/share/ant -Dant.library.dir=/usr/share/ant/lib - > Djikes.class.p > 2724 ttys000 52:30.53 /System/Library/Frameworks/JavaVM.framework/ > Versions/1.6.0/Home/bin/javadoc -breakiterator -d /opt/local/var/ > macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ > > Is there anyway to figure out what is happening? I had no problem > with this on Tiger and Leopard. It built for me in under ten minutes on Snow Leopard (I didn't time it). You can look at Activity Monitor to see if any processes are using the CPU heavily, which would indicate something is still going on. MacPorts will tell you what it's doing if you use the debug switch, but if you did not start port with the debug switch, there isn't a way to make it now start showing that information. You would have to cancel the port install attempt and try again. You can add the debug switch now: sudo port -d install xalanj If it gets stuck at some point you should now be able to see it. From antonio.pozuelo at gmail.com Mon Sep 7 05:45:03 2009 From: antonio.pozuelo at gmail.com (Antonio Pozuelo) Date: Mon, 7 Sep 2009 14:45:03 +0200 Subject: Error in playerstage port Message-ID: <220fd9d0909070545gdc2a0e2tdb853cb3553bd07b@mail.gmail.com> Hallo: I have a installation error in playerstage port. The error seems to be: ld: library not found for -ljpeg but in mac, libjpeg is installed. * odiseo:~ Antonio$ port installed jpeg The following ports are currently installed: jpeg @6b_3 (active) * *odiseo:~ Antonio$ port contents jpeg Port jpeg contains: /opt/local/bin/cjpeg /opt/local/bin/djpeg /opt/local/bin/jpegtran /opt/local/bin/rdjpgcom /opt/local/bin/wrjpgcom /opt/local/include/jconfig.h /opt/local/include/jerror.h /opt/local/include/jmorecfg.h /opt/local/include/jpeglib.h /opt/local/lib/libjpeg.62.0.0.dylib /opt/local/lib/libjpeg.62.dylib /opt/local/lib/libjpeg.a /opt/local/lib/libjpeg.dylib /opt/local/lib/libjpeg.la /opt/local/share/man/man1/cjpeg.1.gz /opt/local/share/man/man1/djpeg.1.gz /opt/local/share/man/man1/jpegtran.1.gz /opt/local/share/man/man1/rdjpgcom.1.gz /opt/local/share/man/man1/wrjpgcom.1.gz * At the end of the mail shows you the log of installation of playerstage. Does anyone have any idea? Thank you Antonio odiseo:~ Antonio$ sudo port install playerstage-player ---> Building playerstage-player Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_playerstage-player/work/player-2.0.4" && make all " returned error 2 Command output: building '_playerc' extension swigging playerc.i to playerc_wrap.c swig -python -o playerc_wrap.c playerc.i playerc.i:44: Warning(124): Specifying the language name in %typemap is deprecated - use #ifdef SWIG instead. playerc.i:82: Warning(124): Specifying the language name in %typemap is deprecated - use #ifdef SWIG instead. playerc.i:121: Warning(124): Specifying the language name in %typemap is deprecated - use #ifdef SWIG instead. playerc.i:127: Warning(124): Specifying the language name in %typemap is deprecated - use #ifdef SWIG instead. gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -I./../.. -I../../../.. -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c playerc_wrap.c -o build/temp.macosx-10.5-i386-2.5/playerc_wrap.o playerc_wrap.c: In function '_wrap_playerc_mclient_client_set': playerc_wrap.c:40354: warning: assignment from incompatible pointer type playerc_wrap.c: In function '_wrap_playerc_mclient_addclient': playerc_wrap.c:40557: warning: passing argument 2 of 'playerc_mclient_addclient' from incompatible pointer type playerc_wrap.c: In function '_wrap_playerc_mclient_client_set': playerc_wrap.c:40354: warning: assignment from incompatible pointer type playerc_wrap.c: In function '_wrap_playerc_mclient_addclient': playerc_wrap.c:40557: warning: passing argument 2 of 'playerc_mclient_addclient' from incompatible pointer type gcc -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch ppc build/temp.macosx-10.5-i386-2.5/playerc_wrap.o -L./../../.libs -L../../../../libplayerxdr/.libs -L../../../../libplayercore/.libs -L../../../../libplayerjpeg/.libs -lplayerxdr -lplayerc -lplayerjpeg -ljpeg -lplayererror -o build/lib.macosx-10.5-i386-2.5/_playerc.so ld: library not found for -ljpeg collect2: ld returned 1 exit status ld: library not found for -ljpeg collect2: ld returned 1 exit status lipo: can't open input file: /var/tmp//ccXq4ByG.out (No such file or directory) error: command 'gcc' failed with exit status 1 make[6]: *** [pythonbuild] Error 1 make[5]: *** [all] Error 2 make[4]: *** [all-recursive] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mvfranz at gmail.com Mon Sep 7 06:15:06 2009 From: mvfranz at gmail.com (Michael Franz) Date: Mon, 7 Sep 2009 09:15:06 -0400 Subject: xalanj on Snow Leopard and 1.8 - Very long build process In-Reply-To: References: Message-ID: Ryan, It finally finished after 90 minutes. I will retry with the debug switch. I do not remember how log it took on leopard, but I am sure even 10 minutes is long. Thanks On Mon, Sep 7, 2009 at 8:13 AM, Ryan Schmidt wrote: > > On Sep 6, 2009, at 22:56, Michael Franz wrote: > > I upgraded from Tiger to Snow Leopard. I uninstalled all ports and >> removed macports 1.7 (followed the FAQ instructions). Installed the Snow >> Leopard Xcode. Installed macports 1.8 (Snow Leopard version). I then tried >> to install xalanj. xercesj installed fine, but the xalanj build has been >> running for almost an hour. >> 2544 ttys000 0:07.95 /usr/bin/tclsh /opt/local/bin/port install xalanj >> 2708 ttys000 0:00.00 sh -c cd >> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_xalanj/work/xalan-j_2_7_0" >> && ant all docs javadocs >> 2709 ttys000 0:20.73 >> /System/Library/Frameworks/JavaVM.framework/Home/bin/java -classpath >> /usr/share/ant/lib/ant-launcher.jar -Dant.home=/usr/share/ant >> -Dant.library.dir=/usr/share/ant/lib -Djikes.class.p >> 2724 ttys000 52:30.53 >> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/javadoc >> -breakiterator -d >> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ >> >> Is there anyway to figure out what is happening? I had no problem with >> this on Tiger and Leopard. >> > > > It built for me in under ten minutes on Snow Leopard (I didn't time it). > > You can look at Activity Monitor to see if any processes are using the CPU > heavily, which would indicate something is still going on. > > MacPorts will tell you what it's doing if you use the debug switch, but if > you did not start port with the debug switch, there isn't a way to make it > now start showing that information. You would have to cancel the port > install attempt and try again. You can add the debug switch now: > > sudo port -d install xalanj > > If it gets stuck at some point you should now be able to see it. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Sep 7 06:20:01 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 08:20:01 -0500 Subject: Error in playerstage port In-Reply-To: <220fd9d0909070545gdc2a0e2tdb853cb3553bd07b@mail.gmail.com> References: <220fd9d0909070545gdc2a0e2tdb853cb3553bd07b@mail.gmail.com> Message-ID: <21BA3D54-A4D1-4ECB-8F5F-096CD374D509@macports.org> On Sep 7, 2009, at 07:45, Antonio Pozuelo wrote: > I have a installation error in playerstage port. > > The error seems to be: > ld: library not found for -ljpeg > > but in mac, libjpeg is installed. > > odiseo:~ Antonio$ port installed jpeg > The following ports are currently installed: > jpeg @6b_3 (active) > > > odiseo:~ Antonio$ port contents jpeg > Port jpeg contains: > /opt/local/bin/cjpeg > /opt/local/bin/djpeg > /opt/local/bin/jpegtran > /opt/local/bin/rdjpgcom > /opt/local/bin/wrjpgcom > /opt/local/include/jconfig.h > /opt/local/include/jerror.h > /opt/local/include/jmorecfg.h > /opt/local/include/jpeglib.h > /opt/local/lib/libjpeg.62.0.0.dylib > /opt/local/lib/libjpeg.62.dylib > /opt/local/lib/libjpeg.a > /opt/local/lib/libjpeg.dylib > /opt/local/lib/libjpeg.la > /opt/local/share/man/man1/cjpeg.1.gz > /opt/local/share/man/man1/djpeg.1.gz > /opt/local/share/man/man1/jpegtran.1.gz > /opt/local/share/man/man1/rdjpgcom.1.gz > /opt/local/share/man/man1/wrjpgcom.1.gz > > > At the end of the mail shows you the log of installation of > playerstage. > > Does anyone have any idea? > > Thank you > Antonio > > > odiseo:~ Antonio$ sudo port install playerstage-player > ---> Building playerstage-player > Error: Target org.macports.build returned: shell command " cd "/ > opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_science_playerstage > -player/work/player-2.0.4" && make all " returned error 2 > Command output: building '_playerc' extension > swigging playerc.i to playerc_wrap.c > swig -python -o playerc_wrap.c playerc.i > playerc.i:44: Warning(124): Specifying the language name in > %typemap is deprecated - use #ifdef SWIG instead. > playerc.i:82: Warning(124): Specifying the language name in > %typemap is deprecated - use #ifdef SWIG instead. > playerc.i:121: Warning(124): Specifying the language name in > %typemap is deprecated - use #ifdef SWIG instead. > playerc.i:127: Warning(124): Specifying the language name in > %typemap is deprecated - use #ifdef SWIG instead. > gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno- > fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict- > prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 - > arch ppc -pipe -I./../.. -I../../../.. -I/System/Library/Frameworks/ > Python.framework/Versions/2.5/include/python2.5 -c playerc_wrap.c -o > build/temp.macosx-10.5-i386-2.5/playerc_wrap.o > playerc_wrap.c: In function '_wrap_playerc_mclient_client_set': > playerc_wrap.c:40354: warning: assignment from incompatible > pointer type > playerc_wrap.c: In function '_wrap_playerc_mclient_addclient': > playerc_wrap.c:40557: warning: passing argument 2 of > 'playerc_mclient_addclient' from incompatible pointer type > playerc_wrap.c: In function '_wrap_playerc_mclient_client_set': > playerc_wrap.c:40354: warning: assignment from incompatible > pointer type > playerc_wrap.c: In function '_wrap_playerc_mclient_addclient': > playerc_wrap.c:40557: warning: passing argument 2 of > 'playerc_mclient_addclient' from incompatible pointer type > gcc -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch > ppc build/temp.macosx-10.5-i386-2.5/playerc_wrap.o -L./../../.libs - > L../../../../libplayerxdr/.libs -L../../../../libplayercore/.libs - > L../../../../libplayerjpeg/.libs -lplayerxdr -lplayerc -lplayerjpeg - > ljpeg -lplayererror -o build/lib.macosx-10.5-i386-2.5/_playerc.so > ld: library not found for -ljpeg > collect2: ld returned 1 exit status > ld: library not found for -ljpeg > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//ccXq4ByG.out (No such > file or directory) > error: command 'gcc' failed with exit status 1 > make[6]: *** [pythonbuild] Error 1 > make[5]: *** [all] Error 2 > make[4]: *** [all-recursive] Error 1 > make[3]: *** [all-recursive] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Error: Status 1 encountered during processing. Please file a ticket, but probably a first step will be to update playerstage-player and playerstage-stage to the latest versions. From mvfranz at gmail.com Mon Sep 7 07:09:47 2009 From: mvfranz at gmail.com (Michael Franz) Date: Mon, 7 Sep 2009 10:09:47 -0400 Subject: xalanj on Snow Leopard and 1.8 - Very long build process In-Reply-To: References: Message-ID: All of the time is spent in the javadoc task of the build. (which is what I saw before the debug). The ant task does not have enough memory, thus slowing down the javadoc and causing some of the calls to fail. [javadoc] /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_xalanj/work/xalan-j_2_7_0/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.java:307: warning - @param argument "namespaceURI" is not a parameter name. [javadoc] java.lang.OutOfMemoryError: Java heap space [javadoc] at java.util.ArrayList.(ArrayList.java:112) [javadoc] at java.util.ArrayList.(ArrayList.java:119) [javadoc] at com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap$ClassMembers.addMembers(VisibleMemberMap.java:312) [javadoc] at com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap$ClassMembers.mapClass(VisibleMemberMap.java:285) [javadoc] at com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap$ClassMembers.mapClass(VisibleMemberMap.java:290) [javadoc] at com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap$ClassMembers.mapClass(VisibleMemberMap.java:297) [javadoc] at com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap$ClassMembers.build(VisibleMemberMap.java:280) [javadoc] at com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap$ClassMembers.access$100(VisibleMemberMap.java:230) [javadoc] at com.sun.tools.doclets.internal.toolkit.util.VisibleMemberMap.(VisibleMemberMap.java:93) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder.init(MemberSummaryBuilder.java:88) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.MemberSummaryBuilder.getInstance(MemberSummaryBuilder.java:64) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.BuilderFactory.getMemberSummaryBuilder(BuilderFactory.java:191) [javadoc] at com.sun.tools.doclets.formats.html.ClassWriterImpl.navSummaryLinks(ClassWriterImpl.java:474) [javadoc] at com.sun.tools.doclets.formats.html.ClassWriterImpl.printSummaryDetailLinks(ClassWriterImpl.java:456) [javadoc] at com.sun.tools.doclets.formats.html.HtmlDocletWriter.navLinks(HtmlDocletWriter.java:462) [javadoc] at com.sun.tools.doclets.formats.html.ClassWriterImpl.writeHeader(ClassWriterImpl.java:125) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.buildClassHeader(ClassBuilder.java:164) [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [javadoc] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [javadoc] at java.lang.reflect.Method.invoke(Method.java:597) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.invokeMethod(ClassBuilder.java:101) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder.build(AbstractBuilder.java:90) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.buildClassDoc(ClassBuilder.java:124) [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [javadoc] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [javadoc] at java.lang.reflect.Method.invoke(Method.java:597) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.invokeMethod(ClassBuilder.java:101) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder.build(AbstractBuilder.java:90) [javadoc] at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.build(ClassBuilder.java:108) [javadoc] at com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:155) So, either the build script changed to not specify the memory or Snow Leopard lowered the default memory setting on a Java process. On Mon, Sep 7, 2009 at 9:15 AM, Michael Franz wrote: > Ryan, > > It finally finished after 90 minutes. I will retry with the debug switch. > I do not remember how log it took on leopard, but I am sure even 10 minutes > is long. > > Thanks > > > On Mon, Sep 7, 2009 at 8:13 AM, Ryan Schmidt wrote: > >> >> On Sep 6, 2009, at 22:56, Michael Franz wrote: >> >> I upgraded from Tiger to Snow Leopard. I uninstalled all ports and >>> removed macports 1.7 (followed the FAQ instructions). Installed the Snow >>> Leopard Xcode. Installed macports 1.8 (Snow Leopard version). I then tried >>> to install xalanj. xercesj installed fine, but the xalanj build has been >>> running for almost an hour. >>> 2544 ttys000 0:07.95 /usr/bin/tclsh /opt/local/bin/port install xalanj >>> 2708 ttys000 0:00.00 sh -c cd >>> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_xalanj/work/xalan-j_2_7_0" >>> && ant all docs javadocs >>> 2709 ttys000 0:20.73 >>> /System/Library/Frameworks/JavaVM.framework/Home/bin/java -classpath >>> /usr/share/ant/lib/ant-launcher.jar -Dant.home=/usr/share/ant >>> -Dant.library.dir=/usr/share/ant/lib -Djikes.class.p >>> 2724 ttys000 52:30.53 >>> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/javadoc >>> -breakiterator -d >>> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ >>> >>> Is there anyway to figure out what is happening? I had no problem with >>> this on Tiger and Leopard. >>> >> >> >> It built for me in under ten minutes on Snow Leopard (I didn't time it). >> >> You can look at Activity Monitor to see if any processes are using the CPU >> heavily, which would indicate something is still going on. >> >> MacPorts will tell you what it's doing if you use the debug switch, but if >> you did not start port with the debug switch, there isn't a way to make it >> now start showing that information. You would have to cancel the port >> install attempt and try again. You can add the debug switch now: >> >> sudo port -d install xalanj >> >> If it gets stuck at some point you should now be able to see it. >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From face at CentosPrime.COM Mon Sep 7 08:34:40 2009 From: face at CentosPrime.COM (Chris Janton) Date: Mon, 07 Sep 2009 08:34:40 -0700 Subject: p5-xxx - How do I get a PERL module (or 2) added? Message-ID: <86B42F6E-CEE4-4352-9AFF-EE44A43BA364@centosprime.com> In the past I messed around with CPAN, and things worked. Doing a "clean" macports on Snow Leopard and trying to keep CPAN out of it. I used the following #!/usr/bin/env perl use POSIX qw(strftime); use Date::Parse; use Astro::Coord::ECI::Utils qw{:all}; in my PERL code. I have installed a whole bunch of p5- routines (date related), but I obviously haven't found the right one for Date::Parse... face at mac:bin:123 $ dates-rss Can't locate Date/Parse.pm in @INC (@INC contains: /opt/local/lib/ perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/ 5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/ 5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/ lib/perl5/vendor_perl /opt/local/lib/perl5/5.8.9/darwin-2level /opt/ local/lib/perl5/5.8.9 .) at ./dates-rss line 4. BEGIN failed--compilation aborted at ./dates-rss line 4. p5-archive-tar @1.52_0 (active) p5-bit-vector @6.4_0 (active) p5-carp-clan @6.00_0 (active) p5-class-factory-util @1.7_0 (active) p5-class-singleton @1.4_0 (active) p5-compress-raw-bzip2 @2.021_0 (active) p5-compress-raw-zlib @2.021_0 (active) p5-compress-zlib @2.015_0 (active) p5-crypt-ssleay @0.57_0 (active) p5-date-calc @5.4_0 (active) p5-datemanip @5.54_0 (active) p5-datetime @0.50_0 (active) p5-datetime-format-builder @0.7901_0 (active) p5-datetime-format-iso8601 @0.04.02_0 (active) p5-datetime-format-mail @0.30_0 (active) p5-datetime-format-pg @0.16004_0 (active) p5-datetime-format-strptime @1.1000_0 (active) p5-datetime-format-w3cdtf @0.04_0 (active) p5-datetime-locale @0.43_0 (active) p5-datetime-timezone @0.96_0 (active) p5-dbi @1.609_0 (active) p5-digest-sha @5.47_0 (active) p5-extutils-cbuilder @0.260301_0 (active) p5-extutils-parsexs @2.2002_0 (active) p5-getopt-long @2.38_0 (active) p5-html-parser @3.62_0 (active) p5-html-tableextract @2.10_0 (active) p5-html-tagset @3.20_0 (active) p5-io-compress @2.021_0 (active) p5-io-compress-base @2.015_0 (active) p5-io-compress-zlib @2.015_0 (active) p5-io-zlib @1.10_0 (active) p5-list-moreutils @0.22_0 (active) p5-locale-gettext @1.05_0 (active) p5-module-build @0.35_0 (active) p5-module-signature @0.55_0 (active) p5-package-constants @0.02_0 (active) p5-params-validate @0.91_0 (active) p5-sub-uplevel @0.2002_0 (active) p5-task-weaken @1.03_0 (active) p5-test-exception @0.27_0 (active) p5-test-simple @0.94_0 (active) p5-uri @1.40_0 (active) p5-version @0.7701_0 (active) p5-yaml @0.68_0 (active) 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From stewhouston at gmail.com Mon Sep 7 08:40:02 2009 From: stewhouston at gmail.com (Stew Houston) Date: Mon, 7 Sep 2009 11:40:02 -0400 Subject: ports troubles on 10.6 -- perl5.8 Message-ID: <5a1fc34c0909070840r4e6c7850oe82a113dd021e005@mail.gmail.com> Thank you ghe: I hadn't installed SL's Xcode. After doing this perl5.8 builds fine. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From jeffrey at goldmark.org Mon Sep 7 10:42:08 2009 From: jeffrey at goldmark.org (Jeffrey Goldberg) Date: Mon, 7 Sep 2009 12:42:08 -0500 Subject: xorg-libX{cursor,inerama} build failures Message-ID: % port version Version: 1.8.0 % sudo port clean xorg-libXinerama ---> Cleaning xorg-libXinerama % sudo port -u upgrade xorg-libXinerama ---> Computing dependencies for xorg-libXinerama ---> Fetching xorg-libXinerama ---> Verifying checksum(s) for xorg-libXinerama ---> Extracting xorg-libXinerama ---> Configuring xorg-libXinerama ---> Building xorg-libXinerama Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg -libXinerama/work/libXinerama-1.0.99.1" && /usr/bin/make -j6 all " returned error 2 Command output: _XPanoramiXGetScreenSize in Xinerama.o _XPanoramiXGetScreenCount in Xinerama.o _XPanoramiXGetState in Xinerama.o _XPanoramiXQueryVersion in Xinerama.o "_XMissingExtension", referenced from: _XineramaQueryScreens in Xinerama.o _XPanoramiXGetScreenSize in Xinerama.o _XPanoramiXGetScreenCount in Xinerama.o _XPanoramiXGetState in Xinerama.o _XPanoramiXQueryVersion in Xinerama.o "__XRead", referenced from: _XineramaQueryScreens in Xinerama.o "__XFlush", referenced from: _XineramaQueryScreens in Xinerama.o _XineramaIsActive in Xinerama.o _XPanoramiXGetScreenSize in Xinerama.o _XPanoramiXGetScreenCount in Xinerama.o _XPanoramiXGetState in Xinerama.o _XPanoramiXQueryVersion in Xinerama.o "__XEatData", referenced from: _XineramaQueryScreens in Xinerama.o "_XextFindDisplay", referenced from: _find_display in Xinerama.o "_XextAddDisplay", referenced from: _find_display in Xinerama.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [libXinerama.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Unable to upgrade port: 1 With xorg-libXcursor I get a similar ld error, but other symbols aren't found. I can post those details if needed. Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From mspreitz at wipux2.wifo.uni-mannheim.de Mon Sep 7 11:17:35 2009 From: mspreitz at wipux2.wifo.uni-mannheim.de (Michael Spreitzenbarth) Date: Mon, 7 Sep 2009 20:17:35 +0200 Subject: Problems with installing of htmlgen Message-ID: <91C9F15B-9BEC-4A9A-AA40-DA57254FDC24@wipux2.wifo.uni-mannheim.de> Hi, When trying to install htmlgen on Mac OS X Snow Leopard I get the following error: $ sudo port install py-htmlgen ---> Computing dependencies for py-htmlgen ---> Fetching py-htmlgen ---> Attempting to fetch HTMLgen.tar.gz from http://starship.python.net/crew/friedrich/ ---> Attempting to fetch HTMLgen.tar.gz from http://arn.se.distfiles.macports.org/python ---> Attempting to fetch HTMLgen.tar.gz from http://distfiles.macports.org/python ---> Attempting to fetch HTMLgen.tar.gz from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/python ---> Attempting to fetch HTMLgen.tar.gz from http://svn.macports.org/repository/macports/distfiles/py-htmlgen ---> Attempting to fetch HTMLgen.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch HTMLgen.tar.gz from http://svn.macports.org/repository/macports/downloads/py-htmlgen Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing. It would be great if someone can help me, I need this package for my diploma thesis and after the update to Snow Leopard the old installation doesn`t work any longer. Best Regards, Michael From jreese99 at verizon.net Mon Sep 7 12:23:13 2009 From: jreese99 at verizon.net (James Reese) Date: Mon, 07 Sep 2009 15:23:13 -0400 Subject: Can't install MacPorts-1.8.0 on Snow Leopard Message-ID: <13394897-D901-4EA4-9D8A-5AEA3F6402B9@verizon.net> Help, please. I am unable to successfully install MacPorts 1.8.0 on Snow Leopard running on an iMac. After several failed attempts I completely removed the prior version using this command from the FAQ: sudo rm -rf /opt/local \ /Applications/MacPorts \ /Applications/DarwinPorts \ /Library/Tcl/macports1.0 \ /Library/Tcl/darwinports1.0 \ /Library/LaunchDaemons/org.macports.* \ /Library/StartupItems/DarwinPortsStartup \ /Library/Receipts/MacPorts*.pkg \ /Library/Receipts/DarwinPorts*.pkg \ ~/.macports It completed without complaint. I then ran the Snow Leopard installer package. This is what appears in the installer log: Sep 7 14:40:19 Gauss Installer[1144]: @(#)PROGRAM:Install PROJECT:Install-572 Sep 7 14:40:19 Gauss Installer[1144]: @(#)PROGRAM:Installer PROJECT:Installer-430.1 Sep 7 14:40:19 Gauss Installer[1144]: Hardware: iMac6,1 @ 2.16 GHz (x 2), 3072 MB RAM Sep 7 14:40:19 Gauss Installer[1144]: Running OS Build: Mac OS X 10.6 (10A432) Sep 7 14:40:19 Gauss Installer[1144]: Env: PATH=/usr/bin:/bin:/usr/ sbin:/sbin Sep 7 14:40:19 Gauss Installer[1144]: Env: TMPDIR=/var/folders/ 69/69pGQvNQEpab8JpkQKOui++++TQ/-Tmp-/ Sep 7 14:40:19 Gauss Installer[1144]: Env: SHELL=/bin/bash Sep 7 14:40:19 Gauss Installer[1144]: Env: HOME=/Users/jreese Sep 7 14:40:19 Gauss Installer[1144]: Env: USER=jreese Sep 7 14:40:19 Gauss Installer[1144]: Env: LOGNAME=jreese Sep 7 14:40:19 Gauss Installer[1144]: Env: CVS_RSH=ssh Sep 7 14:40:19 Gauss Installer[1144]: Env: TNS_ADMIN=/Users/jreese/ Library/instant_client10_1 Sep 7 14:40:19 Gauss Installer[1144]: Env: SSH_AUTH_SOCK=/tmp/launch- GZ0wLx/Listeners Sep 7 14:40:19 Gauss Installer[1144]: Env: DISPLAY=/tmp/ launch-0GNwyY/:0 Sep 7 14:40:19 Gauss Installer[1144]: Env: Apple_PubSub_Socket_Render=/tmp/launch-3RBEWi/Render Sep 7 14:40:19 Gauss Installer[1144]: Env: COMMAND_MODE=unix2003 Sep 7 14:40:19 Gauss Installer[1144]: Env: __CF_USER_TEXT_ENCODING=0x1F7:0:0 Sep 7 14:40:19 Gauss Installer[1144]: MacPorts-1.8.0 Installation Log Sep 7 14:40:19 Gauss Installer[1144]: Opened from: /Volumes/ MacPorts-1.8.0/MacPorts-1.8.0.pkg Sep 7 14:40:19 Gauss Installer[1144]: fileURLForURL = x-disc://MacPorts-1.8.0/MacPorts-1.8.0.pkg Sep 7 14:40:19 Gauss Installer[1144]: fileURLForURL = file://localhost/Volumes/MacPorts-1.8.0/MacPorts-1.8.0.pkg Sep 7 14:40:38 Gauss runner[1155]: Administrator authorization granted. Sep 7 14:40:38 Gauss Installer[1144]: = = = = = = = = ======================================================================== Sep 7 14:40:38 Gauss Installer[1144]: User picked Standard Install Sep 7 14:40:38 Gauss Installer[1144]: Choices selected for installation: Sep 7 14:40:38 Gauss Installer[1144]: Install: "MacPorts-1.8.0" Sep 7 14:40:38 Gauss Installer[1144]: MacPorts-1.8.0.pkg : org.macports.MacPorts : 1.8.0.0.0 Sep 7 14:40:38 Gauss Installer[1144]: = = = = = = = = ======================================================================== Sep 7 14:40:38 Gauss Installer[1144]: It took 0.00 seconds to summarize the package selections. Sep 7 14:40:38 Gauss Installer[1144]: -[IFPKGDerivedDocument sortedPackageLocations]: result = (\n "file://localhost"\n) Sep 7 14:40:38 Gauss Installer[1144]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost Sep 7 14:40:38 Gauss Installer[1144]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/MacPorts-1.8.0/MacPorts-1.8.0.pkg Sep 7 14:40:38 Gauss Installer[1144]: Will use PK session Sep 7 14:40:38 Gauss Installer[1144]: Starting installation: Sep 7 14:40:38 Gauss Installer[1144]: Configuring volume "Macintosh HD" Sep 7 14:40:38 Gauss Installer[1144]: Preparing disk for local booted install. Sep 7 14:40:38 Gauss Installer[1144]: Free space on "Macintosh HD": 111.18 GB (111181459456 bytes). Sep 7 14:40:38 Gauss Installer[1144]: Create temporary directory "/ var/folders/69/69pGQvNQEpab8JpkQKOui++++TQ/-Tmp-//Install.1144uzFLy9" Sep 7 14:40:38 Gauss Installer[1144]: IFPKInstallElement (1 packages) Sep 7 14:40:38 Gauss installd[1158]: PackageKit: ----- Begin install ----- Sep 7 14:40:38 Gauss installd[1158]: PackageKit: request=PKInstallRequest <1 packages, destination=/> Sep 7 14:40:38 Gauss installd[1158]: PackageKit: packages=(\n "PKJaguarPackage "\n) Sep 7 14:40:39 Gauss installd[1158]: PackageKit: Extracting /Volumes/ MacPorts-1.8.0/MacPorts-1.8.0.pkg/Contents/Archive.pax.gz (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Tmp-/ PKInstallSandbox-tmp/Root, uid=0) Sep 7 14:40:39 Gauss installd[1158]: PackageKit: Shoving /var/folders/ zz/zzzivhrRnAmviuee+++++++++++/-Tmp-/PKInstallSandbox-tmp/Root (2 items) to / Sep 7 14:40:39 Gauss installd[1158]: PackageKit: Executing script "./ postflight" in /Volumes/MacPorts-1.8.0/MacPorts-1.8.0.pkg/Contents/ Resources Sep 7 14:40:39 Gauss installd[1158]: ./postflight: The MacPorts Project, postflight script version 1.8.0: checking the shell environment for user "jreese". Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Removing old man pages... Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Done. Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Detected the bash shell. Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Backing up your / Users/jreese/.bash_profile shell confguration file as /Users/ jreese/.bash_profile.macports-saved_2009-09-07_at_14:40:39 before adapting it for MacPorts. Sep 7 14:40:40 Gauss installd[1158]: ./postflight: An appropriate PATH variable has been added to your shell environment by the MacPorts installer. Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Your shell already has the right MANPATH environment variable for use with MacPorts! Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Your shell already has the right DISPLAY environment variable for use with MacPorts! Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Synchronizing the MacPorts installation with the project's rsync server... Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Warning: No index (es) found! Have you synced your source indexes? Sep 7 14:40:40 Gauss installd[1158]: ./postflight: ---> Updating the ports tree Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/ Sep 7 14:40:44 Gauss installd[1158]: ./postflight: receiving file list ... done Sep 7 14:40:44 Gauss installd[1158]: ./postflight: ./ Sep 7 14:40:44 Gauss installd[1158]: ./postflight: PortIndex Sep 7 14:40:49 Gauss installd[1158]: ./postflight: PortIndex.quick Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ variant_descriptions.conf Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ fetch/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ fetch/mirror_sites.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/cmake-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/gnustep-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/haskell-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/kde4-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/muniversal-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/perl5-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/php5extension-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/python24-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/python25-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/python26-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/python31-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/ruby-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/select-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/x11font-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/xcode-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/xcodeversion-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/zope-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/tests/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/tests/ruby-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/fallback.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/freshmeat.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/gnome.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/gnu.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/googlecode.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/sourceforge.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ package/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ package/background.tiff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/AppKiDo/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/AppKiDo/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/AquaLess/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/AquaLess/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ArpSpyX/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ArpSpyX/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ AssignmentTrackerX/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ AssignmentTrackerX/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BigSQL/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BigSQL/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BigSQL/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BigSQL/files/ patch-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BiggerSQL/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BiggerSQL/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Books/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Books/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BwanaDik/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BwanaDik/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/files/ patch-Cenon.xcodeproj-georg.pbxuser Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/files/ patch-Cenon.xcodeproj-project.pbxproj Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Chmox/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Chmox/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Chmox/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Chmox/files/ patch-chmox.xcode-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CocoaDialog/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CocoaDialog/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CosmicDebris/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CosmicDebris/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CronniX/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CronniX/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/DateLine/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/DateLine/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/DesktopManager/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ DesktopManager/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/FFView/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/FFView/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/FScript/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/FScript/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Fluid/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Fluid/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Freecell/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Freecell/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/GPGAppKit/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/GPGAppKit/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/files/ patch-Growl.xcodeproj__project.pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/files/ patch-Growl.xcodeproj__project.pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/files/ patch-Makefile.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/HandBrake/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/HandBrake/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/IcyJuice/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/IcyJuice/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/IcyJuice/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/IcyJuice/ files/patch-libicq2000__src__FileTransferClient.cpp Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/JHymn/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/JHymn/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Lingon/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Lingon/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/LyX/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/LyX/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MacBiff/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MacBiff/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MailtoMutt/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MailtoMutt/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ManOpen/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ManOpen/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ManOpen/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ManOpen/files/ patch-ManOpen_ManDocument.m.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MenuMeters/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MenuMeters/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/NicePlayer/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/NicePlayer/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ NotificationWatcher/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ NotificationWatcher/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ NotificationWatcher/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/OSXPal/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/OSXPal/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/PRICE-aqua/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/PRICE-aqua/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Platypus/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Platypus/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/QMK- Groundstation/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/QMK- Groundstation/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SSHKeychain/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SSHKeychain/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SSHKeychain/ files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SSHKeychain/ files/patch-SSHKeychain_xcodeproj__project_pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTAppKit_xcodeproj__project_pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTAppKit_xcodeproj__project_pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTFoundation_xcodeproj__project_pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTFoundation_xcodeproj__project_pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTWebKit_xcodeproj__project_pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTWebKit_xcodeproj__project_pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-Shiira_xcodeproj__project_pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-Shiira_xcodeproj__project_pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SleepTight/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SleepTight/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Smultron/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Smultron/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TeXShop/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TeXShop/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TeXShop/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TeXShop/files/ lilypond.engine Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TrailBlazer/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TrailBlazer/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/X-MasTree/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/X-MasTree/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/files/patch-Readme.html.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/files/patch-setup.py.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/aquaterm/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/aquaterm/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/aquaterm/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/aquaterm/ files/patch-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/arrsync/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/arrsync/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/arrsync/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/arrsync/files/ patch-mainUIController.m Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/binclocken/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/binclocken/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/cotvnc/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/cotvnc/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/djview/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/djview/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ files/patch-logmessages.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ files/patch-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/patch-DNSUpdate2.pbproj-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/patch-DUInterface.h.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/patch-logmessages.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/emacs-app- devel/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/emacs-app- devel/Portfile The installer displays this message: Running package scripts... Install time remaining: Less than a minute This process never completes. If I look to see what is running, I get this: > ps -ax | grep postflight 1164 ?? 0:00.02 /bin/bash /Volumes/MacPorts-1.8.0/ MacPorts-1.8.0.pkg/Contents/Resources/postflight /Volumes/ MacPorts-1.8.0/MacPorts-1.8.0.pkg / / Running this command at 10 minute intervals shows that the CPU time never goes up, and I see no disk or network activity. Something in the installation process appears to be hung. Any suggestions will be greatly appreciated. Jim From jreese99 at verizon.net Mon Sep 7 12:41:18 2009 From: jreese99 at verizon.net (James Reese) Date: Mon, 07 Sep 2009 15:41:18 -0400 Subject: Can't Install MacPorts-1.8.0 on Snow Leopard Message-ID: <06BF7CE3-8EFC-4D5A-A5F7-AD49170A6D77@verizon.net> Help, please. I am unable to successfully install MacPorts 1.8.0 on Snow Leopard running on an iMac. After several failed attempts I completely removed the prior version using this command from the FAQ: sudo rm -rf /opt/local \ /Applications/MacPorts \ /Applications/DarwinPorts \ /Library/Tcl/macports1.0 \ /Library/Tcl/darwinports1.0 \ /Library/LaunchDaemons/org.macports.* \ /Library/StartupItems/DarwinPortsStartup \ /Library/Receipts/MacPorts*.pkg \ /Library/Receipts/DarwinPorts*.pkg \ ~/.macports It completed without complaint. I then ran the Snow Leopard installer package. This is what appears in the installer log: Sep 7 14:40:19 Gauss Installer[1144]: @(#)PROGRAM:Install PROJECT:Install-572 Sep 7 14:40:19 Gauss Installer[1144]: @(#)PROGRAM:Installer PROJECT:Installer-430.1 Sep 7 14:40:19 Gauss Installer[1144]: Hardware: iMac6,1 @ 2.16 GHz (x 2), 3072 MB RAM Sep 7 14:40:19 Gauss Installer[1144]: Running OS Build: Mac OS X 10.6 (10A432) Sep 7 14:40:19 Gauss Installer[1144]: Env: PATH=/usr/bin:/bin:/usr/ sbin:/sbin Sep 7 14:40:19 Gauss Installer[1144]: Env: TMPDIR=/var/folders/ 69/69pGQvNQEpab8JpkQKOui++++TQ/-Tmp-/ Sep 7 14:40:19 Gauss Installer[1144]: Env: SHELL=/bin/bash Sep 7 14:40:19 Gauss Installer[1144]: Env: HOME=/Users/jreese Sep 7 14:40:19 Gauss Installer[1144]: Env: USER=jreese Sep 7 14:40:19 Gauss Installer[1144]: Env: LOGNAME=jreese Sep 7 14:40:19 Gauss Installer[1144]: Env: CVS_RSH=ssh Sep 7 14:40:19 Gauss Installer[1144]: Env: TNS_ADMIN=/Users/jreese/ Library/instant_client10_1 Sep 7 14:40:19 Gauss Installer[1144]: Env: SSH_AUTH_SOCK=/tmp/launch- GZ0wLx/Listeners Sep 7 14:40:19 Gauss Installer[1144]: Env: DISPLAY=/tmp/ launch-0GNwyY/:0 Sep 7 14:40:19 Gauss Installer[1144]: Env: Apple_PubSub_Socket_Render=/tmp/launch-3RBEWi/Render Sep 7 14:40:19 Gauss Installer[1144]: Env: COMMAND_MODE=unix2003 Sep 7 14:40:19 Gauss Installer[1144]: Env: __CF_USER_TEXT_ENCODING=0x1F7:0:0 Sep 7 14:40:19 Gauss Installer[1144]: MacPorts-1.8.0 Installation Log Sep 7 14:40:19 Gauss Installer[1144]: Opened from: /Volumes/ MacPorts-1.8.0/MacPorts-1.8.0.pkg Sep 7 14:40:19 Gauss Installer[1144]: fileURLForURL = x-disc://MacPorts-1.8.0/MacPorts-1.8.0.pkg Sep 7 14:40:19 Gauss Installer[1144]: fileURLForURL = file://localhost/Volumes/MacPorts-1.8.0/MacPorts-1.8.0.pkg Sep 7 14:40:38 Gauss runner[1155]: Administrator authorization granted. Sep 7 14:40:38 Gauss Installer[1144]: = = = = = = = = ======================================================================== Sep 7 14:40:38 Gauss Installer[1144]: User picked Standard Install Sep 7 14:40:38 Gauss Installer[1144]: Choices selected for installation: Sep 7 14:40:38 Gauss Installer[1144]: Install: "MacPorts-1.8.0" Sep 7 14:40:38 Gauss Installer[1144]: MacPorts-1.8.0.pkg : org.macports.MacPorts : 1.8.0.0.0 Sep 7 14:40:38 Gauss Installer[1144]: = = = = = = = = ======================================================================== Sep 7 14:40:38 Gauss Installer[1144]: It took 0.00 seconds to summarize the package selections. Sep 7 14:40:38 Gauss Installer[1144]: -[IFPKGDerivedDocument sortedPackageLocations]: result = (\n "file://localhost"\n) Sep 7 14:40:38 Gauss Installer[1144]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost Sep 7 14:40:38 Gauss Installer[1144]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/MacPorts-1.8.0/MacPorts-1.8.0.pkg Sep 7 14:40:38 Gauss Installer[1144]: Will use PK session Sep 7 14:40:38 Gauss Installer[1144]: Starting installation: Sep 7 14:40:38 Gauss Installer[1144]: Configuring volume "Macintosh HD" Sep 7 14:40:38 Gauss Installer[1144]: Preparing disk for local booted install. Sep 7 14:40:38 Gauss Installer[1144]: Free space on "Macintosh HD": 111.18 GB (111181459456 bytes). Sep 7 14:40:38 Gauss Installer[1144]: Create temporary directory "/ var/folders/69/69pGQvNQEpab8JpkQKOui++++TQ/-Tmp-//Install.1144uzFLy9" Sep 7 14:40:38 Gauss Installer[1144]: IFPKInstallElement (1 packages) Sep 7 14:40:38 Gauss installd[1158]: PackageKit: ----- Begin install ----- Sep 7 14:40:38 Gauss installd[1158]: PackageKit: request=PKInstallRequest <1 packages, destination=/> Sep 7 14:40:38 Gauss installd[1158]: PackageKit: packages=(\n "PKJaguarPackage "\n) Sep 7 14:40:39 Gauss installd[1158]: PackageKit: Extracting /Volumes/ MacPorts-1.8.0/MacPorts-1.8.0.pkg/Contents/Archive.pax.gz (destination=/var/folders/zz/zzzivhrRnAmviuee+++++++++++/-Tmp-/ PKInstallSandbox-tmp/Root, uid=0) Sep 7 14:40:39 Gauss installd[1158]: PackageKit: Shoving /var/folders/ zz/zzzivhrRnAmviuee+++++++++++/-Tmp-/PKInstallSandbox-tmp/Root (2 items) to / Sep 7 14:40:39 Gauss installd[1158]: PackageKit: Executing script "./ postflight" in /Volumes/MacPorts-1.8.0/MacPorts-1.8.0.pkg/Contents/ Resources Sep 7 14:40:39 Gauss installd[1158]: ./postflight: The MacPorts Project, postflight script version 1.8.0: checking the shell environment for user "jreese". Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Removing old man pages... Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Done. Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Detected the bash shell. Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Backing up your / Users/jreese/.bash_profile shell confguration file as /Users/ jreese/.bash_profile.macports-saved_2009-09-07_at_14:40:39 before adapting it for MacPorts. Sep 7 14:40:40 Gauss installd[1158]: ./postflight: An appropriate PATH variable has been added to your shell environment by the MacPorts installer. Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Your shell already has the right MANPATH environment variable for use with MacPorts! Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Your shell already has the right DISPLAY environment variable for use with MacPorts! Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Synchronizing the MacPorts installation with the project's rsync server... Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Warning: No index (es) found! Have you synced your source indexes? Sep 7 14:40:40 Gauss installd[1158]: ./postflight: ---> Updating the ports tree Sep 7 14:40:40 Gauss installd[1158]: ./postflight: Synchronizing local ports tree from rsync://rsync.macports.org/release/ports/ Sep 7 14:40:44 Gauss installd[1158]: ./postflight: receiving file list ... done Sep 7 14:40:44 Gauss installd[1158]: ./postflight: ./ Sep 7 14:40:44 Gauss installd[1158]: ./postflight: PortIndex Sep 7 14:40:49 Gauss installd[1158]: ./postflight: PortIndex.quick Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ variant_descriptions.conf Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ fetch/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ fetch/mirror_sites.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/cmake-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/gnustep-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/haskell-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/kde4-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/muniversal-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/perl5-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/php5extension-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/python24-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/python25-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/python26-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/python31-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/ruby-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/select-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/x11font-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/xcode-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/xcodeversion-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/zope-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/tests/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ group/tests/ruby-1.0.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/fallback.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/freshmeat.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/gnome.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/gnu.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/googlecode.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ livecheck/sourceforge.tcl Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ package/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: _resources/port1.0/ package/background.tiff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/AppKiDo/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/AppKiDo/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/AquaLess/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/AquaLess/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ArpSpyX/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ArpSpyX/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ AssignmentTrackerX/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ AssignmentTrackerX/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BigSQL/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BigSQL/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BigSQL/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BigSQL/files/ patch-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BiggerSQL/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BiggerSQL/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Books/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Books/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BwanaDik/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/BwanaDik/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/files/ patch-Cenon.xcodeproj-georg.pbxuser Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Cenon/files/ patch-Cenon.xcodeproj-project.pbxproj Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Chmox/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Chmox/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Chmox/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Chmox/files/ patch-chmox.xcode-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CocoaDialog/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CocoaDialog/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CosmicDebris/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CosmicDebris/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CronniX/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/CronniX/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/DateLine/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/DateLine/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/DesktopManager/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ DesktopManager/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/FFView/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/FFView/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/FScript/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/FScript/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Fluid/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Fluid/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Freecell/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Freecell/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/GPGAppKit/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/GPGAppKit/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/files/ patch-Growl.xcodeproj__project.pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/files/ patch-Growl.xcodeproj__project.pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Growl/files/ patch-Makefile.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/HandBrake/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/HandBrake/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/IcyJuice/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/IcyJuice/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/IcyJuice/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/IcyJuice/ files/patch-libicq2000__src__FileTransferClient.cpp Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/JHymn/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/JHymn/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Lingon/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Lingon/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/LyX/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/LyX/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MacBiff/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MacBiff/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MailtoMutt/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MailtoMutt/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ManOpen/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ManOpen/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ManOpen/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ManOpen/files/ patch-ManOpen_ManDocument.m.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MenuMeters/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/MenuMeters/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/NicePlayer/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/NicePlayer/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ NotificationWatcher/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ NotificationWatcher/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ NotificationWatcher/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/OSXPal/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/OSXPal/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/PRICE-aqua/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/PRICE-aqua/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Platypus/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Platypus/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/QMK- Groundstation/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/QMK- Groundstation/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SSHKeychain/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SSHKeychain/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SSHKeychain/ files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SSHKeychain/ files/patch-SSHKeychain_xcodeproj__project_pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTAppKit_xcodeproj__project_pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTAppKit_xcodeproj__project_pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTFoundation_xcodeproj__project_pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTFoundation_xcodeproj__project_pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTWebKit_xcodeproj__project_pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-HMDTWebKit_xcodeproj__project_pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-Shiira_xcodeproj__project_pbxproj.i386.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Shiira2/files/ patch-Shiira_xcodeproj__project_pbxproj.powerpc.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SleepTight/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/SleepTight/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Smultron/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/Smultron/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TeXShop/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TeXShop/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TeXShop/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TeXShop/files/ lilypond.engine Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TrailBlazer/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/TrailBlazer/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/X-MasTree/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/X-MasTree/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/files/patch-Readme.html.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ ZopeEditManager/files/patch-setup.py.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/aquaterm/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/aquaterm/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/aquaterm/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/aquaterm/ files/patch-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/arrsync/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/arrsync/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/arrsync/files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/arrsync/files/ patch-mainUIController.m Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/binclocken/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/binclocken/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/cotvnc/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/cotvnc/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/djview/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/djview/Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ files/patch-logmessages.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate/ files/patch-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ Portfile Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/patch-DNSUpdate2.pbproj-project.pbxproj.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/patch-DUInterface.h.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ files/patch-logmessages.diff Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/emacs-app- devel/ Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/emacs-app- devel/Portfile The installer displays this message: Running package scripts... Install time remaining: Less than a minute This process never completes. If I look to see what is running, I get this: > ps -ax | grep postflight 1164 ?? 0:00.02 /bin/bash /Volumes/MacPorts-1.8.0/ MacPorts-1.8.0.pkg/Contents/Resources/postflight /Volumes/ MacPorts-1.8.0/MacPorts-1.8.0.pkg / / Running this command at 10 minute intervals shows that the CPU time never goes up, and I see no disk or network activity. Something in the installation process appears to be hung. Any suggestions will be greatly appreciated. Jim From ryandesign at macports.org Mon Sep 7 14:46:56 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 16:46:56 -0500 Subject: Can't Install MacPorts-1.8.0 on Snow Leopard In-Reply-To: <06BF7CE3-8EFC-4D5A-A5F7-AD49170A6D77@verizon.net> References: <06BF7CE3-8EFC-4D5A-A5F7-AD49170A6D77@verizon.net> Message-ID: On Sep 7, 2009, at 14:41, James Reese wrote: [snip] > I then ran the Snow Leopard installer package. This is what appears > in the installer log: [snip] > Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ > files/patch-DNSUpdate2.pbproj-project.pbxproj.diff > Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ > files/patch-DUInterface.h.diff > Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/dnsupdate27/ > files/patch-logmessages.diff > Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/emacs-app- > devel/ > Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/emacs-app- > devel/Portfile [snip] And it stops there? MacPorts is trying to download its portfiles from our rsync server, and apparently stalling at some point. I believe MacPorts has been successfully installed at this point, just your portfiles are not completely there. I think you can cancel (or, worst case, force-quit) the Installer and use "sudo port sync" to try again to get the portfiles. You may want to use the verbose option ("sudo port -d sync") so you can see if it stalls again. If rsync is problematic on your network, you can use a Subversion working copy instead; instructions are in the wiki. From ryandesign at macports.org Mon Sep 7 14:50:16 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 16:50:16 -0500 Subject: Problems with installing of htmlgen In-Reply-To: <91C9F15B-9BEC-4A9A-AA40-DA57254FDC24@wipux2.wifo.uni-mannheim.de> References: <91C9F15B-9BEC-4A9A-AA40-DA57254FDC24@wipux2.wifo.uni-mannheim.de> Message-ID: On Sep 7, 2009, at 13:17, Michael Spreitzenbarth wrote: > When trying to install htmlgen on Mac OS X Snow Leopard I get the > following error: > > $ sudo port install py-htmlgen > ---> Computing dependencies for py-htmlgen > ---> Fetching py-htmlgen > ---> Attempting to fetch HTMLgen.tar.gz from http://starship.python.net/crew/friedrich/ > ---> Attempting to fetch HTMLgen.tar.gz from http://arn.se.distfiles.macports.org/python > ---> Attempting to fetch HTMLgen.tar.gz from http://distfiles.macports.org/python > ---> Attempting to fetch HTMLgen.tar.gz from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/python > ---> Attempting to fetch HTMLgen.tar.gz from http://svn.macports.org/repository/macports/distfiles/py-htmlgen > ---> Attempting to fetch HTMLgen.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ > ---> Attempting to fetch HTMLgen.tar.gz from http://svn.macports.org/repository/macports/downloads/py-htmlgen > Error: Target org.macports.fetch returned: fetch failed > Error: Status 1 encountered during processing. > > It would be great if someone can help me, I need this package for my > diploma thesis and after the update to Snow Leopard the old > installation doesn`t work any longer. I have filed a ticket for you: http://trac.macports.org/ticket/21187 From ryandesign at macports.org Mon Sep 7 14:52:19 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 16:52:19 -0500 Subject: xorg-libX{cursor,inerama} build failures In-Reply-To: References: Message-ID: <3B541457-685A-43F0-A698-A8A1E41DCEEC@macports.org> On Sep 7, 2009, at 12:42, Jeffrey Goldberg wrote: > % port version > Version: 1.8.0 > > % sudo port clean xorg-libXinerama > ---> Cleaning xorg-libXinerama > % sudo port -u upgrade xorg-libXinerama > ---> Computing dependencies for xorg-libXinerama > ---> Fetching xorg-libXinerama > ---> Verifying checksum(s) for xorg-libXinerama > ---> Extracting xorg-libXinerama > ---> Configuring xorg-libXinerama > ---> Building xorg-libXinerama > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg > -libXinerama/work/libXinerama-1.0.99.1" && /usr/bin/make -j6 all " > returned error 2 > Command output: _XPanoramiXGetScreenSize in Xinerama.o > _XPanoramiXGetScreenCount in Xinerama.o > _XPanoramiXGetState in Xinerama.o > _XPanoramiXQueryVersion in Xinerama.o > "_XMissingExtension", referenced from: > _XineramaQueryScreens in Xinerama.o > _XPanoramiXGetScreenSize in Xinerama.o > _XPanoramiXGetScreenCount in Xinerama.o > _XPanoramiXGetState in Xinerama.o > _XPanoramiXQueryVersion in Xinerama.o > "__XRead", referenced from: > _XineramaQueryScreens in Xinerama.o > "__XFlush", referenced from: > _XineramaQueryScreens in Xinerama.o > _XineramaIsActive in Xinerama.o > _XPanoramiXGetScreenSize in Xinerama.o > _XPanoramiXGetScreenCount in Xinerama.o > _XPanoramiXGetState in Xinerama.o > _XPanoramiXQueryVersion in Xinerama.o > "__XEatData", referenced from: > _XineramaQueryScreens in Xinerama.o > "_XextFindDisplay", referenced from: > _find_display in Xinerama.o > "_XextAddDisplay", referenced from: > _find_display in Xinerama.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[2]: *** [libXinerama.la] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Error: Unable to upgrade port: 1 > > With xorg-libXcursor I get a similar ld error, but other symbols > aren't found. I can post those details if needed. I think we need to see the debug output to help with this. Normally MacPorts only shows the last 30 lines of error, and it looks like there was more output than that here. Please file a ticket in the issue tracker, if one has not already been filed for this, and attach the debug output, obtained this way: sudo port clean xorg-libXinerama sudo port -d install xorg-libXinerama 2>&1 \ | tee ~/Desktop/xorg-libXinerama.txt bzip2 ~/Desktop/xorg-libXinerama.txt Then attach xorg-libXinerama.txt.bz2 from your desktop to your ticket. From ryandesign at macports.org Mon Sep 7 14:52:58 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 16:52:58 -0500 Subject: xalanj on Snow Leopard and 1.8 - Very long build process In-Reply-To: References: Message-ID: <33495DA2-9FAD-458A-95E3-4307035A3480@macports.org> On Sep 7, 2009, at 09:09, Michael Franz wrote: > All of the time is spent in the javadoc task of the build. (which > is what I saw before the debug). The ant task does not have enough > memory, thus slowing down the javadoc and causing some of the calls > to fail. How much memory do you have? I have 4 GB. From mvfranz at gmail.com Mon Sep 7 15:15:17 2009 From: mvfranz at gmail.com (Michael Franz) Date: Mon, 7 Sep 2009 18:15:17 -0400 Subject: xalanj on Snow Leopard and 1.8 - Very long build process In-Reply-To: <33495DA2-9FAD-458A-95E3-4307035A3480@macports.org> References: <33495DA2-9FAD-458A-95E3-4307035A3480@macports.org> Message-ID: I have 2GB. On Mon, Sep 7, 2009 at 5:52 PM, Ryan Schmidt wrote: > > On Sep 7, 2009, at 09:09, Michael Franz wrote: > > All of the time is spent in the javadoc task of the build. (which is what >> I saw before the debug). The ant task does not have enough memory, thus >> slowing down the javadoc and causing some of the calls to fail. >> > > How much memory do you have? I have 4 GB. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jreese99 at verizon.net Mon Sep 7 15:40:21 2009 From: jreese99 at verizon.net (James Reese) Date: Mon, 07 Sep 2009 18:40:21 -0400 Subject: Can't Install MacPorts-1.8.0 on Snow Leopard In-Reply-To: References: <06BF7CE3-8EFC-4D5A-A5F7-AD49170A6D77@verizon.net> Message-ID: Ryan, Thanks, that was the information I needed. I was having a network issue that I still don't quite understand, but I was able to get around it. Jim On Sep 7, 2009, at 5:46 PM, Ryan Schmidt wrote: > > On Sep 7, 2009, at 14:41, James Reese wrote: > > [snip] > >> I then ran the Snow Leopard installer package. This is what appears >> in the installer log: > > [snip] > >> Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ >> dnsupdate27/files/patch-DNSUpdate2.pbproj-project.pbxproj.diff >> Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ >> dnsupdate27/files/patch-DUInterface.h.diff >> Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/ >> dnsupdate27/files/patch-logmessages.diff >> Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/emacs-app- >> devel/ >> Sep 7 14:40:49 Gauss installd[1158]: ./postflight: aqua/emacs-app- >> devel/Portfile > > [snip] > > And it stops there? MacPorts is trying to download its portfiles > from our rsync server, and apparently stalling at some point. I > believe MacPorts has been successfully installed at this point, just > your portfiles are not completely there. I think you can cancel (or, > worst case, force-quit) the Installer and use "sudo port sync" to > try again to get the portfiles. You may want to use the verbose > option ("sudo port -d sync") so you can see if it stalls again. If > rsync is problematic on your network, you can use a Subversion > working copy instead; instructions are in the wiki. > > From jeffrey at goldmark.org Mon Sep 7 16:31:12 2009 From: jeffrey at goldmark.org (Jeffrey Goldberg) Date: Mon, 7 Sep 2009 18:31:12 -0500 Subject: xorg-libX{cursor,inerama} build failures In-Reply-To: <3B541457-685A-43F0-A698-A8A1E41DCEEC@macports.org> References: <3B541457-685A-43F0-A698-A8A1E41DCEEC@macports.org> Message-ID: On Sep 7, 2009, at 4:52 PM, Ryan Schmidt wrote: > I think we need to see the debug output to help with this. Done. https://trac.macports.org/ticket/21190 > [...] and attach the debug output, obtained this way: > > sudo port clean xorg-libXinerama > sudo port -d install xorg-libXinerama 2>&1 \ > | tee ~/Desktop/xorg-libXinerama.txt > bzip2 ~/Desktop/xorg-libXinerama.txt The single most annoying documented bug of csh/tcsh is that there is no equivalent of the 2>&1 construct. I was already aware of this, but you may wish to keep that in mind when you spell out instructions for others. Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From ryandesign at macports.org Mon Sep 7 16:39:41 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 18:39:41 -0500 Subject: xorg-libX{cursor,inerama} build failures In-Reply-To: References: <3B541457-685A-43F0-A698-A8A1E41DCEEC@macports.org> Message-ID: On Sep 7, 2009, at 18:31, Jeffrey Goldberg wrote: >> sudo port clean xorg-libXinerama >> sudo port -d install xorg-libXinerama 2>&1 \ >> | tee ~/Desktop/xorg-libXinerama.txt >> bzip2 ~/Desktop/xorg-libXinerama.txt > > The single most annoying documented bug of csh/tcsh is that there is > no equivalent of the 2>&1 construct. I was already aware of this, > but you may wish to keep that in mind when you spell out > instructions for others. I didn't know that; I haven't used tcsh in a long time. The default shell in Mac OS X has been bash since Mac OS X 10.3 so hopefully there aren't many users still using tcsh. From mta at umich.edu Mon Sep 7 17:21:20 2009 From: mta at umich.edu (Mike Alexander) Date: Mon, 07 Sep 2009 20:21:20 -0400 Subject: xorg-libX{cursor,inerama} build failures In-Reply-To: References: <3B541457-685A-43F0-A698-A8A1E41DCEEC@macports.org> Message-ID: --On September 7, 2009 6:31:12 PM -0500 Jeffrey Goldberg wrote: >> [...] and attach the debug output, obtained this way: >> >> sudo port clean xorg-libXinerama >> sudo port -d install xorg-libXinerama 2>&1 \ >> | tee ~/Desktop/xorg-libXinerama.txt >> bzip2 ~/Desktop/xorg-libXinerama.txt > > The single most annoying documented bug of csh/tcsh is that there is > no equivalent of the 2>&1 construct. I was already aware of this, > but you may wish to keep that in mind when you spell out instructions > for others. It's true that bash has more general redirection operators than tcsh, but this particular case is easy in tcsh too. You can pipe both standard error and standard output somewhere using the "|&" operator, or you can send both to a file using ">&". Mike From husam at senussi.com Mon Sep 7 18:04:22 2009 From: husam at senussi.com (Husam Senussi) Date: Tue, 8 Sep 2009 02:04:22 +0100 Subject: i386-mingw32-gcc Message-ID: <13FC4788-9652-4789-A8FF-C78659BFB5F0@senussi.com> I'm having problem building the above package because the following errors 2 Command output: Configuring in i386-mingw32/libiberty configure: creating cache ./config.cache configure: creating cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... makeinfo checking build system type... checking for perl... perl i686-apple-darwin10.0.0 checking build system type... checking host system type... i386-pc- mingw32 i686-apple-darwin10.0.0 checking target system type... checking host system type... i386-pc- mingw32 i386-pc-mingw32 checking for a BSD-compatible install... checking for i386-mingw32- ar... i386-mingw32-ar checking for i386-mingw32-ranlib... i386-mingw32-ranlib checking for i386-mingw32-gcc... /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -mingw32-gcc/work/build/gcc/xgcc -B/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -mingw32-gcc/work/build/gcc/ -B/opt/local/i386-mingw32/bin/ -B/opt/ local/i386-mingw32/lib/ -isystem /opt/local/i386-mingw32/include - isystem /opt/local/i386-mingw32/sys-include /opt/local/bin/ginstall -c checking whether build environment is sane... checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make: *** [configure-target-libiberty] Error 1 make: *** Waiting for unfinished jobs.... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for i386-mingw32-strip... i386-mingw32-strip checking for i386-mingw32-gcc... /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -mingw32-gcc/work/build/gcc/xgcc -B/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -mingw32-gcc/work/build/gcc/ -B/opt/local/i386-mingw32/bin/ -B/opt/ local/i386-mingw32/lib/ -isystem /opt/local/i386-mingw32/include - isystem /opt/local/i386-mingw32/sys-include checking for suffix of object files... configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make: *** [configure-target-libstdc++-v3] Error 1 Do I need open ticket for this or some one already seen the problem Thanks From ryandesign at macports.org Mon Sep 7 18:41:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 20:41:53 -0500 Subject: i386-mingw32-gcc In-Reply-To: <13FC4788-9652-4789-A8FF-C78659BFB5F0@senussi.com> References: <13FC4788-9652-4789-A8FF-C78659BFB5F0@senussi.com> Message-ID: <3EBA570C-C349-4B03-B417-7993E0B0A593@macports.org> On Sep 7, 2009, at 20:04, Husam Senussi wrote: > I'm having problem building the above package because the following > errors > checking for suffix of object files... configure: error: cannot > compute suffix of object files: cannot compile > See `config.log' for more details. > Do I need open ticket for this or some one already seen the problem Looks like: http://trac.macports.org/ticket/21194 From husam at senussi.com Mon Sep 7 18:44:21 2009 From: husam at senussi.com (Husam Senussi) Date: Tue, 8 Sep 2009 02:44:21 +0100 Subject: i386-mingw32-gcc In-Reply-To: <3EBA570C-C349-4B03-B417-7993E0B0A593@macports.org> References: <13FC4788-9652-4789-A8FF-C78659BFB5F0@senussi.com> <3EBA570C-C349-4B03-B417-7993E0B0A593@macports.org> Message-ID: <1E8EE37D-030A-4557-9F1E-D95CABDB5FC5@senussi.com> > Looks like: > > http://trac.macports.org/ticket/21194 > > Yes thats wat I found as will. From orphen.leiliu at gmail.com Mon Sep 7 19:07:22 2009 From: orphen.leiliu at gmail.com (Liu Lei) Date: Tue, 8 Sep 2009 10:07:22 +0800 Subject: Install i386-elf-binutils error Message-ID: <30F736B9-20FB-4CC8-9368-B351E80BBDAE@gmail.com> Hi, all: An error in build i386-elf-binutils. macport version: 1.8.0 on OS X 10.6. The error is: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/strings.c:100:8: error: macro names must be identifiers The full messages below. --------------------------------------------------- ShadowStar ~ $ uname -a Darwin localhost 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 ShadowStar ~ $ gcc -v Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5646~6/src/configure --disable- checking --enable-werror --prefix=/usr --mandir=/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/ $/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --with-gxx- include-dir=/include/c++/4.2.1 --program-prefix=i686-apple-darwin10- -- host=x86_64-apple-darwin10 --target=i686-apple-darwin10 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5646) ShadowStar ~ $ sudo port install i386-elf-gcc Password: ---> Computing dependencies for i386-elf-gcc ---> Fetching i386-elf-binutils ---> Verifying checksum(s) for i386-elf-binutils ---> Extracting i386-elf-binutils ---> Applying patches to i386-elf-binutils ---> Configuring i386-elf-binutils ---> Building i386-elf-binutils Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/build" && /usr/bin/make -j2 all " returned error 2 Command output: cc -no-cpp-precomp -I/opt/local/include - DHAVE_CONFIG_H -I. -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/remap.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/sb.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/stabs.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/subsegs.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/symbols.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/ieee.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/write.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config/tc-i386.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/rdcoff.c /bin/sh /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../ylwrap /opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/arparse.y y.tab.c arparse.c y.tab.h arparse.h y.output arparse.output -- bison -y -d updating arparse.h /bin/sh /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../ylwrap /opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/arlex.l lex.yy.c arlex.c -- flex cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/ar.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/not-ranlib.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/arsup.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/rename.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/binemul.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/emul_vanilla.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I. -I. -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils -I../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../bfd -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/../include - DLOCALEDIR="\"/opt/local/share/locale\"" - Dbin_dummy_emulation=bin_vanilla_emulation -I/opt/local/include -W - Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/strings.c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/binutils/strings.c:100:8: error: macro names must be identifiers make[4]: *** [strings.o] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-binutils] Error 2 make[1]: *** Waiting for unfinished jobs.... cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config/obj-elf.c cc -no-cpp-precomp -I/opt/local/include -DHAVE_CONFIG_H -I. -I/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I. -I. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas -I../bfd -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../include -I/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/.. -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/../bfd -DLOCALEDIR="\"/opt/ local/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing- prototypes -Werror -O2 -arch x86_64 -c /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386 -elf-binutils/work/binutils-2.18.50.0.9/gas/config/atof-ieee.c /bin/sh ./libtool --tag=CC --mode=link cc -no-cpp-precomp -I/opt/local/ include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -O2 - arch x86_64 -L/opt/local/lib -o as-new app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum- copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input- scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-elf.o atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/ libiberty.a -lintl -liconv -lc libtool: link: cc -no-cpp-precomp -I/opt/local/include -W -Wall - Wstrict-prototypes -Wmissing-prototypes -Werror -O2 -arch x86_64 -o as- new app.o as.o atof-generic.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o tc-i386.o obj-elf.o atof-ieee.o -L/opt/local/lib ../ opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a -lz ../libiberty/ libiberty.a /opt/local/lib/libintl.dylib /opt/local/lib/libiconv.dylib -lc make: *** [all] Error 2 Error: The following dependencies failed to build: i386-elf-binutils Error: Status 1 encountered during processing. ShadowStar ~ $ ---------------------------------------------------------------------- Anyone help? ???????????????????????????? Liu Lei From psimonso at illinois.edu Mon Sep 7 20:04:54 2009 From: psimonso at illinois.edu (Paul Simonson) Date: Mon, 7 Sep 2009 22:04:54 -0500 (CDT) Subject: Upgrading to Snow Leopard makes my programs no longer link to ports Message-ID: <20090907220454.BRV23457@expms3.cites.uiuc.edu> Help! I have recently upgraded to Snow Leopard and upgraded to the new MacPorts for Snow Leopard (and I completely removed the old version of MacPorts). I have tried to reinstall my ports. The ports download and compile fine, but when I try to link to them (for example, to freeimage.a) in XCode, I get the following messages: Warnings: in /opt/local/libfreeimage.dylib, file is not of required architecture and then all the files that use the freeimage library produce errors, saying symbols not found. First of all, why does it return an error about freeimage.dylib when I am trying to link to freeimage.a? Also, what can I do to get the architecture problems to go away? Change settings in XCode? Change settings in MacPorts? This same type of error occurs for any library I try to link to. Any help would be greatly appreciated! From psimonso at illinois.edu Mon Sep 7 20:15:44 2009 From: psimonso at illinois.edu (Paul Simonson) Date: Mon, 7 Sep 2009 22:15:44 -0500 (CDT) Subject: Creating programs for 10.5 using MacPorts for 10.6 Message-ID: <20090907221544.BRV24586@expms3.cites.uiuc.edu> Can I still write programs using XCode, link to libraries installed by MacPorts for Snow Leopard (10.6), and have those programs run on Leopard (10.5)? From jmr at macports.org Mon Sep 7 20:48:35 2009 From: jmr at macports.org (Joshua Root) Date: Tue, 08 Sep 2009 13:48:35 +1000 Subject: Creating programs for 10.5 using MacPorts for 10.6 In-Reply-To: <20090907221544.BRV24586@expms3.cites.uiuc.edu> References: <20090907221544.BRV24586@expms3.cites.uiuc.edu> Message-ID: <4AA5D413.20806@macports.org> On 2009-9-8 13:15, Paul Simonson wrote: > Can I still write programs using XCode, link to libraries installed by MacPorts for > Snow Leopard (10.6), and have those programs run on Leopard (10.5)? Probably not. Leaving aside the CPU architecture issue (which you may or may not be able to get around using build_arch), MacPorts can't target a different OS version: - Josh From luomo1138 at yahoo.com Mon Sep 7 20:58:57 2009 From: luomo1138 at yahoo.com (Dexter Douglas) Date: Mon, 7 Sep 2009 20:58:57 -0700 (PDT) Subject: macports deleting my opt symlink In-Reply-To: <411f59bd0909060325x52aaccfeh28c475aa572dce86@mail.gmail.com> Message-ID: <886689.74211.qm@web65606.mail.ac4.yahoo.com> Hello, This is my problem. Thanks for the pointer to the report. Thanks. --- On Sun, 9/6/09, Gonzalo HIGUERA D?AZ wrote: > From: Gonzalo HIGUERA D?AZ > Subject: Re: macports deleting my opt symlink > To: macports-users at lists.macosforge.org > Date: Sunday, September 6, 2009, 6:25 AM > 2009-09-06 05:37 +0200, Dexter > Douglas: > > Hello, > > > > I have MacPorts installed in a separate partition with > a symbolic link in / pointing to it. ?I have never had a > problem with this setup until I upgraded to 1.8. > > > > Now whenever I encounter an error, my symbolic link is > deleted. > > Check out the following report: http://trac.macports.org/ticket/21082 > > -- > Gonzalo HIGUERA D?AZ > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From ryandesign at macports.org Mon Sep 7 21:08:50 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 7 Sep 2009 23:08:50 -0500 Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: <20090907220454.BRV23457@expms3.cites.uiuc.edu> References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> Message-ID: On Sep 7, 2009, at 22:04, Paul Simonson wrote: > Help! I have recently upgraded to Snow Leopard and upgraded to the > new > MacPorts for Snow Leopard (and I completely removed the old version of > MacPorts). I have tried to reinstall my ports. The ports download > and compile > fine, but when I try to link to them (for example, to freeimage.a) > in XCode, I get > the following messages: > > Warnings: in /opt/local/libfreeimage.dylib, file is not of required > architecture > > and then all the files that use the freeimage library produce > errors, saying > symbols not found. First of all, why does it return an error about > freeimage.dylib > when I am trying to link to freeimage.a? Also, what can I do to get > the > architecture problems to go away? Change settings in XCode? Change > settings in > MacPorts? This same type of error occurs for any library I try to > link to. > > Any help would be greatly appreciated! On Snow Leopard (in MacPorts and otherwise), software builds for architecture x86_64 by default, as opposed to i386, which is what Leopard and Tiger used by default on Intel Macs. If you are not also building for x86_64 in Xcode, then that's the problem. You can either rebuild your ports with the +universal variant to build both x86_64 and i386, or change build_arch to i386 in macports.conf and rebuild everything for just i386, if you don't want to build 64-bit. From peter at asgalon.net Tue Sep 8 05:09:55 2009 From: peter at asgalon.net (Peter Koellner) Date: Tue, 8 Sep 2009 14:09:55 +0200 (CEST) Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: <20090907220454.BRV23457@expms3.cites.uiuc.edu> References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> Message-ID: On Mon, 7 Sep 2009, Paul Simonson wrote: > Warnings: in /opt/local/libfreeimage.dylib, file is not of required architecture > Any help would be greatly appreciated! Did you upgrade XCode to version 3.2? You'll find it under additional installations on the Snow Leopard DVD. -- peter koellner From jay+macports at covariant.org Tue Sep 8 07:54:38 2009 From: jay+macports at covariant.org (Jay Sachs) Date: Tue, 08 Sep 2009 10:54:38 -0400 Subject: emacs-app-devel fails to build under Snow Leopard In-Reply-To: References: Message-ID: On Sep 5, 2009, at 10:47 AM, CHENG Gao wrote: > *On Sat, 05 Sep 2009 08:53:00 -0400 > * Also sprach cssdev at mac.com: > >> On Sep 4, 2009, at 4:50 PM, Artemio Gonzalez Lopez wrote: >> >>> emacs-app-devel does not build under Snow Leopard (yes, I >>> uninstalled first all my ports and rebuilt from scratch with Snow >>> Leopard). More specifically, the error I get is: >> >> It looks like there are larger issues trying to build Cocoa emacs on >> Snow Leopard. I tried a couple small changes, but getting the Cocoa >> build working on Snow Leopard looks like it's going to take some >> upstream fixes by someone much more familiar with the code. I'll >> upstate status to the existing ticket. >> >> http://trac.macports.org/attachment/ticket/20244 >> >> Thanks, >> Chris > > With YAMAMOTO Mitsuharu's help, I get it build successfully (from cvs > source, not macports). Only 32bit Emacs can be built, as: > > $CC='gcc -arch i386' ./configure --with-ns --disable-ns-self-contained > --without-dbus > $make bootstrap > > Setting -disable-ns-self-contained does not matter. It's just my > style. > If you have dbus installed (from Macports or source), you need to > use --without-dbus, otherwise it fails. > > In this case I think emacs-app-devel Portfile can be revised to > achieve > successful build. Thank you. I can confirm that this works. I built from HEAD this morning. Just to be clear, this didn't work with the 2009-01-04 version from CVS, which is what the current Portfile specifies, nor does it work for release 23.1, which the emacs-app port specifies. (Neither of those failures surprised me.) Also, I had ncurses and ncursesw installed with the "+universal" variant (which for me includes i386). I'm not sure if that's required or not. From psimonso at illinois.edu Tue Sep 8 11:48:40 2009 From: psimonso at illinois.edu (Paul Dennis Simonson) Date: Tue, 8 Sep 2009 13:48:40 -0500 Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> Message-ID: <4AEEE616-DA3D-4E91-9C1C-7BB1579929D1@illinois.edu> How exactly do I rebuild the ports with the +universal variant? I am not familiar with this. On Sep 7, 2009, at 11:08 PM, Ryan Schmidt wrote: > > On Sep 7, 2009, at 22:04, Paul Simonson wrote: > >> Help! I have recently upgraded to Snow Leopard and upgraded to the >> new >> MacPorts for Snow Leopard (and I completely removed the old version >> of >> MacPorts). I have tried to reinstall my ports. The ports download >> and compile >> fine, but when I try to link to them (for example, to freeimage.a) >> in XCode, I get >> the following messages: >> >> Warnings: in /opt/local/libfreeimage.dylib, file is not of required >> architecture >> >> and then all the files that use the freeimage library produce >> errors, saying >> symbols not found. First of all, why does it return an error about >> freeimage.dylib >> when I am trying to link to freeimage.a? Also, what can I do to >> get the >> architecture problems to go away? Change settings in XCode? >> Change settings in >> MacPorts? This same type of error occurs for any library I try to >> link to. >> >> Any help would be greatly appreciated! > > On Snow Leopard (in MacPorts and otherwise), software builds for > architecture x86_64 by default, as opposed to i386, which is what > Leopard and Tiger used by default on Intel Macs. If you are not also > building for x86_64 in Xcode, then that's the problem. You can > either rebuild your ports with the +universal variant to build both > x86_64 and i386, or change build_arch to i386 in macports.conf and > rebuild everything for just i386, if you don't want to build 64-bit. > From ryandesign at macports.org Tue Sep 8 11:52:18 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 8 Sep 2009 13:52:18 -0500 Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: <4AEEE616-DA3D-4E91-9C1C-7BB1579929D1@illinois.edu> References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> <4AEEE616-DA3D-4E91-9C1C-7BB1579929D1@illinois.edu> Message-ID: <7F460AE9-0D2C-4EFD-A5C7-FD1D015E50C0@macports.org> On Sep 8, 2009, at 13:48, Paul Dennis Simonson wrote: > On Sep 7, 2009, at 11:08 PM, Ryan Schmidt wrote: >> On Snow Leopard (in MacPorts and otherwise), software builds for >> architecture x86_64 by default, as opposed to i386, which is what >> Leopard and Tiger used by default on Intel Macs. If you are not >> also building for x86_64 in Xcode, then that's the problem. You can >> either rebuild your ports with the +universal variant to build both >> x86_64 and i386, or change build_arch to i386 in macports.conf and >> rebuild everything for just i386, if you don't want to build 64-bit. > > How exactly do I rebuild the ports with the +universal variant? I > am not familiar with this. sudo port upgrade --enforce-variants installed +universal ...I think. You can replace "installed" with particular port names, if you don't want to rebuild all installed ports. Not all our ports can build universal at this time so you may encounter errors. If you do, please file tickets, if there aren't already any for those ports. From dweber at macports.org Tue Sep 8 12:53:16 2009 From: dweber at macports.org (Darren Weber) Date: Tue, 8 Sep 2009 12:53:16 -0700 Subject: [MacPorts] #20773: Add zope2.10 In-Reply-To: <051.818f2d3754ed051bb460f2d4d6dca658@macports.org> References: <051.818f2d3754ed051bb460f2d4d6dca658@macports.org> Message-ID: I'm curious about using Plone, which is currently at version 3.3. I've downloaded the "unified installer" from http://plone.org/products/plone and I'll take a look at the content of that package to see what the latest dependencies are (most likely they are satisfied by some MacPorts). However, it appears the zope port is outdated. Is anyone else working on the Zope port? Is it a significant dependency of many other ports that are in wide use now? That is, what reason is there for the zope port to be "outdated", if any? Are there functional reasons, politics, superceded software, or what? Thanks, Darren On Sat, Aug 22, 2009 at 3:44 PM, MacPorts wrote: > #20773: Add zope2.10 > > -----------------------------+---------------------------------------------- > Reporter: martin@? | Owner: macports-tickets@? > Type: submission | Status: new > Priority: Normal | Milestone: > Component: ports | Version: 1.7.1 > Keywords: | Port: zope zope2.10 > > -----------------------------+---------------------------------------------- > As stated on the mailing list ( http://lists.macosforge.org/pipermail > /macports-users/2009-February/013697.html ) I think there should be a port > for zope2.10 (and probably zope2.9, zope2.11). As with the different > Python versions it is a dependency for other applications like Plone. > > The attached port file is tested with MacPorts 1.710, Mac OS X 10.5, > Intel. > > -- > Ticket URL: > MacPorts > Ports system for Mac OS > _______________________________________________ > macports-tickets mailing list > macports-tickets at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-tickets > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghe at slsware.com Tue Sep 8 12:55:55 2009 From: ghe at slsware.com (ghe) Date: Tue, 8 Sep 2009 13:55:55 -0600 Subject: n00b help Message-ID: <2380C690-258A-4B4D-8D03-E64CA71551A4@slsware.com> Is KMail in there somewhere? I've looked and can't find it. If it's in one of the big KDE ports, is there a way to see the files contained in a port? -- Glenn English ghe at slsware.com From ryandesign at macports.org Tue Sep 8 12:57:13 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 8 Sep 2009 14:57:13 -0500 Subject: [MacPorts] #20773: Add zope2.10 In-Reply-To: References: <051.818f2d3754ed051bb460f2d4d6dca658@macports.org> Message-ID: <086BB7F8-0B61-4CAF-9C07-9610D34F3BC4@macports.org> On Sep 8, 2009, at 14:53, Darren Weber wrote: > I'm curious about using Plone, which is currently at version 3.3. > I've downloaded the "unified installer" from http://plone.org/products/plone > and I'll take a look at the content of that package to see what the > latest dependencies are (most likely they are satisfied by some > MacPorts). However, it appears the zope port is outdated. > > Is anyone else working on the Zope port? Is it a significant > dependency of many other ports that are in wide use now? That is, > what reason is there for the zope port to be "outdated", if any? > Are there functional reasons, politics, superceded software, or what? As far as I know, the zope ports (there are 43 ports with "zope" in the name) are outdated because nobody maintains them. (Only the three py*-zopeinterface ports are maintained.) It would be great if somebody would maintain the rest of them and update them. From ryandesign at macports.org Tue Sep 8 12:57:57 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 8 Sep 2009 14:57:57 -0500 Subject: n00b help In-Reply-To: <2380C690-258A-4B4D-8D03-E64CA71551A4@slsware.com> References: <2380C690-258A-4B4D-8D03-E64CA71551A4@slsware.com> Message-ID: On Sep 8, 2009, at 14:55, ghe wrote: > Is KMail in there somewhere? I've looked and can't find it. By typing "port search kmail" I can't find it either. But I don't know KDE. > If it's in one of the big KDE ports, is there a way to see the files > contained in a port? Unfortunately, you can only ask what files are in a port that is already installed. From mnick at macports.org Tue Sep 8 13:10:09 2009 From: mnick at macports.org (Maximilian Nickel) Date: Tue, 8 Sep 2009 22:10:09 +0200 Subject: n00b help In-Reply-To: References: <2380C690-258A-4B4D-8D03-E64CA71551A4@slsware.com> Message-ID: <7bad5d350909081310l6067adcr9357094eecb57515@mail.gmail.com> KMail should be in the kdepim{3|4} package An overview about what programms the kde modules include can be found here http://techbase.kde.org/Projects/Release_Team#Coordinator_List /Max On Tue, Sep 8, 2009 at 9:57 PM, Ryan Schmidt wrote: > > On Sep 8, 2009, at 14:55, ghe wrote: > >> Is KMail in there somewhere? I've looked and can't find it. > > By typing "port search kmail" I can't find it either. But I don't know KDE. > > >> If it's in one of the big KDE ports, is there a way to see the files >> contained in a port? > > Unfortunately, you can only ask what files are in a port that is already > installed. > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From dweber at macports.org Tue Sep 8 13:29:26 2009 From: dweber at macports.org (Darren Weber) Date: Tue, 8 Sep 2009 13:29:26 -0700 Subject: [MacPorts] #20773: Add zope2.10 In-Reply-To: <086BB7F8-0B61-4CAF-9C07-9610D34F3BC4@macports.org> References: <051.818f2d3754ed051bb460f2d4d6dca658@macports.org> <086BB7F8-0B61-4CAF-9C07-9610D34F3BC4@macports.org> Message-ID: I'm curious about zope/plone, so not the best option to be a maintainer. I can, however, take a shot at the update, although it's not looking like a trivial process to get up to speed on this one! Check out this list of ports in the dports/zope tree: zope-archetypes/ zope-btreefolder2/ zope-cmf/ zope-cmfactionicons/ zope-cmfformcontroller/ zope-cmfmessage/ zope-cmfphoto/ zope-cmfphotoalbum/ zope-cmfplone/ zope-cmfquickinstallertool/ zope-cmfusertracktool/ zope-cvsfile/ zope-emil_email_client/ zope-externaleditor/ zope-externalfile/ zope-extfile/ zope-formulator/ zope-generator/ zope-groupuserfolder/ zope-localfs/ zope-localizer/ zope-mimetypesregistry/ zope-placelesstranslationservice/ zope-ploneerrorreporting/ zope-plonekeywordmanager/ zope-ploneloginhistory/ zope-plonewebmail/ zope-portaltransforms/ zope-revisionmanager/ zope-stripogram/ zope-usersniffer/ zope-usertrack/ zope-validation/ zope-zopetree/ zope-zopezen/ zope-zphotoslides/ zope-zsyncer/ The download link looks simple enough: http://www.zope.org/Products/ Zope appears to be stable at 2.11.4 and 3.4.0, so the dilemma may be which one or how many to port? >From the zope site, we have options to download/install various python CMF too: http://www.zope.org/Products/CMF/ The recent stable versions of the python CMF available are 2.1.1, which is not the same as the python-zopeinterface version (3.3.0). The plot thickens when we get to the level of a Plone dependency tree, i.e.: http://plone.org/documentation/faq/plone-versions >From this FAQ, it appears the plone installation may require it's own "tailor-made" CMF. For my part, I want to focus on Plone. I may work out a way to install plone with the bundled dependencies to avoid conflicts with other ports OR try to massage a Plone port to work with other ports. Note the specific dependency for Plone 3.x on python2.4.4 - it just doesn't get more specific than that ;-) As a general note about MacPorts, the general philosophy to maintain the most up to date packages is good. It's best to avoid multiple installation versions, wherever possible. In this case (Plone 3.x), it appears the very specific dependency requirements may force us to adopt some very version specific ports to satisfy those dependencies (eg, a port for python2.4.4 and zope2.10.x. Take care, Darren On Tue, Sep 8, 2009 at 12:57 PM, Ryan Schmidt wrote: > > On Sep 8, 2009, at 14:53, Darren Weber wrote: > > I'm curious about using Plone, which is currently at version 3.3. I've >> downloaded the "unified installer" from http://plone.org/products/plone and >> I'll take a look at the content of that package to see what the latest >> dependencies are (most likely they are satisfied by some MacPorts). >> However, it appears the zope port is outdated. >> >> Is anyone else working on the Zope port? Is it a significant dependency >> of many other ports that are in wide use now? That is, what reason is there >> for the zope port to be "outdated", if any? Are there functional reasons, >> politics, superceded software, or what? >> > > As far as I know, the zope ports (there are 43 ports with "zope" in the > name) are outdated because nobody maintains them. (Only the three > py*-zopeinterface ports are maintained.) It would be great if somebody would > maintain the rest of them and update them. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From payam.minoofar at meissner.com Tue Sep 8 13:31:00 2009 From: payam.minoofar at meissner.com (Payam Minoofar) Date: Tue, 8 Sep 2009 13:31:00 -0700 Subject: compiling pan2 Message-ID: In the final step of compiling pan2, I get these errors: ---> Configuring pan2 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_news_pan2 /work/pan-0.133" && ./configure --prefix=/opt/local " returned error 1 Command output: checking libintl.h usability... yes checking libintl.h presence... yes ... checking for GLIB - version >= 2.4.0... yes (version 2.20.5) checking for GMIME... configure: error: Package requirements (gmime-2.0 >= 2.1.9) were not met: No package 'gmime-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GMIME_CFLAGS and GMIME_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Error: Status 1 encountered during processing. When I check for gmime, port reports an adequately version: [payam-imac:~] payam% port search gmime gmime @2.4.8 (mail) MIME mail utilities which port list installed reports as being installed. Is this an incorrectly set header? Thanks. Payam From ghe at slsware.com Tue Sep 8 15:37:36 2009 From: ghe at slsware.com (ghe) Date: Tue, 8 Sep 2009 16:37:36 -0600 Subject: n00b help In-Reply-To: <7bad5d350909081310l6067adcr9357094eecb57515@mail.gmail.com> References: <2380C690-258A-4B4D-8D03-E64CA71551A4@slsware.com> <7bad5d350909081310l6067adcr9357094eecb57515@mail.gmail.com> Message-ID: On Sep 8, 2009, at 2:10 PM, Maximilian Nickel wrote: > KMail should be in the kdepim{3|4} package Indeed it is. Thank you. > An overview about what programms the kde modules include can be found > here http://techbase.kde.org/Projects/Release_Team#Coordinator_List >> >> Unfortunately, you can only ask what files are in a port that is >> already >> installed. egrep -ri 'kmail' /opt/local/var/macports/sources/rsync.macports.org/ release/ports/* found it :-) -- Glenn English ghe at slsware.com From allbery at kf8nh.com Tue Sep 8 18:29:28 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Tue, 8 Sep 2009 21:29:28 -0400 Subject: xorg-libX{cursor,inerama} build failures In-Reply-To: References: <3B541457-685A-43F0-A698-A8A1E41DCEEC@macports.org> Message-ID: <6AD4D495-D4E6-4A08-834D-A0D199C5EFDB@kf8nh.com> On Sep 7, 2009, at 19:31 , Jeffrey Goldberg wrote: > The single most annoying documented bug of csh/tcsh is that there is > no equivalent of the 2>&1 construct. I was already aware of this, > but you may wish to keep that in mind when you spell out > instructions for others. Er, what? foo >& logfile -- 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 ryandesign at macports.org Tue Sep 8 18:38:32 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 8 Sep 2009 20:38:32 -0500 Subject: compiling pan2 In-Reply-To: References: Message-ID: <08D5270B-E864-4164-AA7C-AFA417F4BD46@macports.org> Please file an issue in the issue tracker for this problem. On Sep 8, 2009, at 15:31, Payam Minoofar wrote: > In the final step of compiling pan2, I get these errors: > > ---> Configuring pan2 > 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_news_pan2 > /work/pan-0.133" && ./configure --prefix=/opt/local " returned error 1 > Command output: checking libintl.h usability... yes > checking libintl.h presence... yes > ... > checking for GLIB - version >= 2.4.0... yes (version 2.20.5) > checking for GMIME... configure: error: Package requirements > (gmime-2.0 >= 2.1.9) were not met: > > No package 'gmime-2.0' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables GMIME_CFLAGS > and GMIME_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > > Error: Status 1 encountered during processing. > > > When I check for gmime, port reports an adequately version: > [payam-imac:~] payam% port search gmime > gmime @2.4.8 (mail) > MIME mail utilities > > > which port list installed reports as being installed. > > Is this an incorrectly set header? > > Thanks. > > Payam > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From jeffrey at goldmark.org Tue Sep 8 19:39:09 2009 From: jeffrey at goldmark.org (Jeffrey Goldberg) Date: Tue, 8 Sep 2009 21:39:09 -0500 Subject: xorg-libX{cursor,inerama} build failures In-Reply-To: <6AD4D495-D4E6-4A08-834D-A0D199C5EFDB@kf8nh.com> References: <3B541457-685A-43F0-A698-A8A1E41DCEEC@macports.org> <6AD4D495-D4E6-4A08-834D-A0D199C5EFDB@kf8nh.com> Message-ID: <3151911E-D9E5-493F-AA87-7C9E094B9B96@goldmark.org> On Sep 8, 2009, at 8:29 PM, Brandon Allbery wrote: > On Sep 7, 2009, at 19:31 , Jeffrey Goldberg wrote: >> The single most annoying documented bug of csh/tcsh is that there >> is no equivalent of the 2>&1 construct. I was already aware of >> this, but you may wish to keep that in mind when you spell out >> instructions for others. > > Er, what? > > foo >& logfile Indeed. Of course I know this (or at least should know this). I don't know what my brain was doing when I wrote my post. But thank you and Mike Alexander for correcting for the record my idiocy. Somehow I had got it into my head the case were one only wants to redirect stderr. csh is not as flexible as sh in that sort of case. Cheers, -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/ From and.damore at macports.org Wed Sep 9 00:37:18 2009 From: and.damore at macports.org (Andrea D'Amore) Date: Wed, 9 Sep 2009 09:37:18 +0200 Subject: n00b help In-Reply-To: References: <2380C690-258A-4B4D-8D03-E64CA71551A4@slsware.com> <7bad5d350909081310l6067adcr9357094eecb57515@mail.gmail.com> Message-ID: <45A48F96-6D9F-42B1-B3AB-5A4551C073D9@macports.org> On 09/set/09, at 00:37, ghe wrote: > egrep -ri 'kmail' /opt/local/var/macports/sources/rsync.macports.org/ > release/ports/* port echo name:kde and long_description:mail kdepim3 won't appear as its long description doesn't contain the word "mail", probably its descriptions should be more descriptive. -- Andrea From drechsel at verkehrsplanung.com Wed Sep 9 01:59:50 2009 From: drechsel at verkehrsplanung.com (Wolf Drechsel) Date: Wed, 9 Sep 2009 10:59:50 +0200 Subject: system hosed? In-Reply-To: References: Message-ID: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> Hello everybody, I'm quite new to macports and hardly know anything what it is all about. But after some success with ffmpeg I'm looking for new challenges. I tried to compile inkscape natively for aqua and had trouble, especially with installing cairomm (http://trac.macports.org/ ticket/21230) As adviced I reinstalled macports from scratch - but this seems not to resolve the issue - I get the same result as before: dsl01:~ bub$ lipo -info /usr/bin/tee lipo: can't figure out the architecture type of: /usr/bin/tee dsl01:~ bub$ tee -xyz -bash: /usr/bin/tee: cannot execute binary file Can somebody give me some dummie-proof advice? Thanks and greetings, Wolf From jmr at macports.org Wed Sep 9 02:55:20 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 09 Sep 2009 19:55:20 +1000 Subject: system hosed? In-Reply-To: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> References: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> Message-ID: <4AA77B88.7060302@macports.org> On 2009-9-9 18:59, Wolf Drechsel wrote: > Hello everybody, > > I'm quite new to macports and hardly know anything what it is all about. > But after some success with ffmpeg I'm looking for new challenges. I > tried to compile inkscape natively for aqua and had trouble, especially > with installing cairomm (http://trac.macports.org/ticket/21230) > > As adviced I reinstalled macports from scratch - but this seems not to > resolve the issue - I get the same result as before: > > > dsl01:~ bub$ lipo -info /usr/bin/tee > lipo: can't figure out the architecture type of: /usr/bin/tee > > dsl01:~ bub$ tee -xyz > -bash: /usr/bin/tee: cannot execute binary file > > > Can somebody give me some dummie-proof advice? The advice being given in was to reinstall your OS, not MacPorts. - Josh From jmr at macports.org Wed Sep 9 04:37:02 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 09 Sep 2009 21:37:02 +1000 Subject: system hosed? In-Reply-To: References: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> <4AA77B88.7060302@macports.org> Message-ID: <4AA7935E.9040000@macports.org> On 2009-9-9 20:41, Wolf Drechsel wrote: >>> with installing cairomm (http://trac.macports.org/ticket/21230) >>> >>> As adviced I reinstalled macports from scratch - but this seems not to >>> resolve the issue - I get the same result as before: >>> >>> >>> dsl01:~ bub$ lipo -info /usr/bin/tee >>> lipo: can't figure out the architecture type of: /usr/bin/tee >>> >>> dsl01:~ bub$ tee -xyz >>> -bash: /usr/bin/tee: cannot execute binary file >>> >>> >>> Can somebody give me some dummie-proof advice? >> >> The advice being given in >> was to reinstall your >> OS, not MacPorts. > > Hello Josh, > > thanks for that hint. As my Tiger used to work very proper up to now, > the idea of reinstalling the OS didnt come to my mind. Up to now my idea > was that reinstalling the OS is something poor windows victims do to > make things go? (-; > > Hm. - Is there no other way? - Parts of your operating system have apparently been replaced with parts of an entirely different operating system. As for how, well, you tell me... Unless you know exactly what happened and how to reverse it, then no, there isn't really an alternative to an OS reinstall. - Josh From kokieultra at gmail.com Wed Sep 9 07:33:11 2009 From: kokieultra at gmail.com (Jiang kokie) Date: Wed, 9 Sep 2009 22:33:11 +0800 Subject: About soft already installed on mac Message-ID: <3662CEE0-0401-47D2-B249-6E454EF3A22B@gmail.com> Hi,all Recently, I'm trying to install mercurial, which depends on python26. But we have python2.6 installed in snow leopard 10.6. How can I tell macports to use the system python26 and do not download & build a new python26, i.e. install mercurial directly? Thanks and best wishes. Kevin From macports.users at gmail.com Wed Sep 9 07:34:43 2009 From: macports.users at gmail.com (Charles Darwin) Date: Wed, 9 Sep 2009 10:34:43 -0400 Subject: Fwd: PortFile for the uzbl browser In-Reply-To: <336C9CDC-DCE7-41B8-A278-33EE03547586@gmail.com> References: <336C9CDC-DCE7-41B8-A278-33EE03547586@gmail.com> Message-ID: <786b562e0909090734u2d3cff9dq7e07fe6555be73bb@mail.gmail.com> ---------- Forwarded message ---------- From: Charles Darwin Date: Wed, Sep 9, 2009 at 10:33 AM Subject: Fwd: PortFile for the uzbl browser To: macports.users at gmail.com Begin forwarded message: > From: Aaron Griffin > Date: September 8, 2009 3:51:11 PM EDT > To: Charles Darwin > Subject: Re: PortFile for the uzbl browser > > On Tue, Sep 8, 2009 at 12:54 PM, Charles Darwin wrote: >> >> On Sep 8, 2009, at 1:46 PM, Aaron Griffin wrote: >> >>> On Sun, Sep 6, 2009 at 10:27 AM, Charles Darwin >>> wrote: >>>> >>>> Hello, >>>> >>>> Could you please elaborate on this: >>>> >>>> http://www.uzbl.org/wiki/macports_portfile >>> >>> What would you like me to elaborate on? Can you ask some specific >>> questions? It is a PortFile for MacPorts. More documentation can be >>> found here: http://guide.macports.org/ >> >> Hello, >> There is no uzbl port on macports, is this a proposal/hack to get uzbl >> installed using macports? have you been able to compile it in OS X? I did >> notice some screenshots of uzbl running on mac but I couldn't get it to >> compile from source code. I also have filed these two related tickets: >> >> http://trac.macports.org/ticket/21146 >> http://trac.macports.org/ticket/21151 > > A portfile does not need to be in the MacPorts repository to use it. > You can install via a PortFile. I do not remember the commands > exactly, so you'd have to rummage through the man page. I believe it > was something like : post install -f PortFile > > As for remaining the maintainer - I do not have the time to do it. I > simply attempted to get uzbl building under OSX and provided the file > for others to use. > > When I did this, the code compiled. If it does not now, I'd recommend > contacting the uzbl devs and informing them of errors. > > Cheers, > Aaron From macsforever2000 at macports.org Wed Sep 9 08:00:05 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Wed, 9 Sep 2009 09:00:05 -0600 Subject: About soft already installed on mac In-Reply-To: <3662CEE0-0401-47D2-B249-6E454EF3A22B@gmail.com> References: <3662CEE0-0401-47D2-B249-6E454EF3A22B@gmail.com> Message-ID: On Sep 9, 2009, at 8:33 AM, Jiang kokie wrote: > Hi,all > > Recently, I'm trying to install mercurial, which depends on > python26. But we have python2.6 installed in snow leopard 10.6. > > How can I tell macports to use the system python26 and do not > download & build a new python26, i.e. install mercurial directly? You cannot. Please read the FAQ on this topic [1]. [1] Cheers! Frank From ghe at slsware.com Wed Sep 9 08:47:14 2009 From: ghe at slsware.com (ghe) Date: Wed, 9 Sep 2009 09:47:14 -0600 Subject: n00b help In-Reply-To: <45A48F96-6D9F-42B1-B3AB-5A4551C073D9@macports.org> References: <2380C690-258A-4B4D-8D03-E64CA71551A4@slsware.com> <7bad5d350909081310l6067adcr9357094eecb57515@mail.gmail.com> <45A48F96-6D9F-42B1-B3AB-5A4551C073D9@macports.org> Message-ID: <80D1FC9F-7F4B-4335-A97A-3BB539F17E5F@slsware.com> On Sep 9, 2009, at 1:37 AM, Andrea D'Amore wrote: > port echo name:kde and long_description:mail Much tidier. Thanks. > kdepim3 won't appear as its long description doesn't contain the > word "mail", probably its descriptions should be more descriptive. You're going to fix that right up, right? :-) -- Glenn English ghe at slsware.com From keybounce at gmail.com Wed Sep 9 10:05:13 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Wed, 9 Sep 2009 10:05:13 -0700 Subject: system hosed? In-Reply-To: <4AA7935E.9040000@macports.org> References: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> <4AA77B88.7060302@macports.org> <4AA7935E.9040000@macports.org> Message-ID: <1bd71ad80909091005l16f77d9aie6e3c597177ac434@mail.gmail.com> Regarding the comment of, > Unluckily I cant switch to Leopard - having a G4. Isn't Leopard 10.5.x? If so, that runs nicely on G4's. It's snow leopard that is 10.6. (Why does Apple use confusing names instead of simple numbers, and what do they do after Ocelot? Is there another big cat for 10.8, or do they switch to small cats?) From raimue at macports.org Wed Sep 9 10:07:27 2009 From: raimue at macports.org (=?UTF-8?B?UmFpbmVyIE3DvGxsZXI=?=) Date: Wed, 09 Sep 2009 19:07:27 +0200 Subject: Install i386-elf-binutils error In-Reply-To: <30F736B9-20FB-4CC8-9368-B351E80BBDAE@gmail.com> References: <30F736B9-20FB-4CC8-9368-B351E80BBDAE@gmail.com> Message-ID: <4AA7E0CF.7060003@macports.org> Liu Lei wrote: > An error in build i386-elf-binutils. > macport version: 1.8.0 on OS X 10.6. > > The error is: > /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_cross_i386-elf-binutils/work/binutils-2.18.50.0.9/binutils/strings.c:100:8: > error: macro names must be identifiers The code line in question is: #ifdef 0 Looks like some autoconf macro got replaced there or something. Or probably this should be #if 0. I would say this needs to be patched. Rainer From ryandesign at macports.org Wed Sep 9 11:38:07 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 9 Sep 2009 13:38:07 -0500 Subject: sudo port install foo now fails in non-root MacPorts Message-ID: <4E4E189B-22A9-44AC-9B2A-4EB714BAF959@macports.org> Non-root MacPorts installs are not working well in 1.8.0. Can't install any port with manpages on Snow Leopard: http://trac.macports.org/ticket/20887 Can't install any port that does a reinplace on a file that was patched: http://trac.macports.org/ticket/20896 And now, I see that I can't actually install anything that requires root anymore. The following is on 10.5.8: $ sudo port install apache2 Warning: Skipping upgrade since readline 6.0.000_1 >= readline 6.0.000_1, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since bzip2 1.0.5_2 >= bzip2 1.0.5_2, even though installed variants "+universal" do not match "+darwin +universal". Use 'upgrade --enforce-variants' to switch to the requested variants. ---> Computing dependencies for apache2 ---> Fetching apache2 ---> Verifying checksum(s) for apache2 ---> Extracting apache2 ---> Applying patches to apache2 ---> Configuring apache2 ---> Building apache2 ---> Staging apache2 into destroot ---> Creating launchd control script ########################################################### # A startup item has been generated that will aid in # starting apache2 with launchd. It is disabled # by default. Execute the following command to start it, # and to cause it to launch at startup: # # sudo launchctl load -w /Library/LaunchDaemons/ org.macports.apache2.plist ########################################################### Note: apache2 installs files outside the common directory structure. ---> Installing apache2 @2.2.13_2+darwin+darwin_9+preforkmpm Error: Target org.macports.install returned: could not set owner for file "/mp/var/macports/software/apache2/2.2.13_2+darwin +darwin_9+preforkmpm/Library": not owner Error: Status 1 encountered during processing. This is a non-root install because for the majority of ports that do not require root access, I do not want to provide root access. But for the few ports that do require root access, I want to be able to provide it. This was working fine until MacPorts 1.8.0. I am using --with-macports-user=rschmidt --with-install-user=rschmidt --with-install-group=staff I am not using --with-no-root-privileges because I do have and do want occasionally to use root privileges, and I do not want MacPorts to do things in ~/.macports. Shall I file a ticket for this or am I misunderstanding how this is now meant to work? From artemiog at mac.com Wed Sep 9 12:28:44 2009 From: artemiog at mac.com (Artemio Gonzalez Lopez) Date: Wed, 09 Sep 2009 21:28:44 +0200 Subject: emacs-app-devel fails to build under Snow Leopard In-Reply-To: References: Message-ID: <571CFADB-15C9-4D8A-8CF5-61C21829FC74@mac.com> On Sep 9, 2009, at 4:00 PM, macports-users- request at lists.macosforge.org wrote: > On Sep 5, 2009, at 10:47 AM, CHENG Gao wrote: > >> *On Sat, 05 Sep 2009 08:53:00 -0400 >> * Also sprach cssdev at mac.com: >> >>> On Sep 4, 2009, at 4:50 PM, Artemio Gonzalez Lopez wrote: >>> >>>> emacs-app-devel does not build under Snow Leopard (yes, I >>>> uninstalled first all my ports and rebuilt from scratch with Snow >>>> Leopard). More specifically, the error I get is: >>> >>> It looks like there are larger issues trying to build Cocoa emacs on >>> Snow Leopard. I tried a couple small changes, but getting the Cocoa >>> build working on Snow Leopard looks like it's going to take some >>> upstream fixes by someone much more familiar with the code. I'll >>> upstate status to the existing ticket. >>> >>> http://trac.macports.org/attachment/ticket/20244 >>> >>> Thanks, >>> Chris >> >> With YAMAMOTO Mitsuharu's help, I get it build successfully (from cvs >> source, not macports). Only 32bit Emacs can be built, as: >> >> $CC='gcc -arch i386' ./configure --with-ns --disable-ns-self- >> contained >> --without-dbus >> $make bootstrap >> >> Setting -disable-ns-self-contained does not matter. It's just my >> style. >> If you have dbus installed (from Macports or source), you need to >> use --without-dbus, otherwise it fails. >> >> In this case I think emacs-app-devel Portfile can be revised to >> achieve >> successful build. > > Thank you. I can confirm that this works. I built from HEAD this > morning. Just to be clear, this didn't work with the 2009-01-04 > version from CVS, which is what the current Portfile specifies, nor > does it work for release 23.1, which the emacs-app port specifies. > (Neither of those failures surprised me.) Also, I had ncurses and > ncursesw installed with the "+universal" variant (which for me > includes i386). I'm not sure if that's required or not. What exact version of emacs did you build, and how? I tried this tip with 22.3 (since Cheng Gao stated that it doesn't work with 23.1), with both CC='gcc -arch i386' ./configure --with-ns --disable-ns-self-contained (I didn't expect the option --with-ns to work witht this version, anyway) and CC='gcc -arch i386' ./configure --with-carbon-app (since I don't have dbus, I omitted --without-dbus), and "make bootstrap" failed with similar error messages right before dumping temacs: temacs(64115,0xa0809500) malloc: *** error for object 0x83e7f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug Loading /Users/artemio/Archive/emacs-22.3/lisp/button.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/startup.el (source)... Lists of integers (garbage collection statistics) are normal output while building Emacs; they do not indicate a problem. ((101419 . 27772) (5721 . 0) (594 . 107) 383595 15512 (21 . 1) (18 . 0) (7937 . 253)) Loading /Users/artemio/Archive/emacs-22.3/lisp/loaddefs.el (source)... ((124091 . 6234) (8660 . 0) (601 . 100) 1297759 15512 (47 . 31) (18 . 0) (16387 . 56)) Loading /Users/artemio/Archive/emacs-22.3/lisp/simple.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/help.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/jka-cmpr-hook.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/mule- cmds.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/case-table.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/utf-8.el (source)... temacs(64115,0xa0809500) malloc: *** error for object 0x21267f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x21223f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x211dff8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug Loading /Users/artemio/Archive/emacs-22.3/lisp/international/utf-16.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ characters.el (source)... temacs(64115,0xa0809500) malloc: *** error for object 0x214cbf8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x21377f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x21333f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x21553f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ latin-1.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ latin-2.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ latin-3.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ latin-4.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ latin-5.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ latin-8.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ latin-9.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/chinese.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/cyrillic.el (source)... temacs(64115,0xa0809500) malloc: *** error for object 0x897bf8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x8a47f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x8a03f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug Loading /Users/artemio/Archive/emacs-22.3/lisp/language/indian.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/devanagari.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/malayalam.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/tamil.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/kannada.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/english.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/ethiopic.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/european.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/czech.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/slovak.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/romanian.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/greek.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/hebrew.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/japanese.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/korean.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/lao.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/thai.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/tibetan.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/vietnamese.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/misc-lang.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/utf-8-lang.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/language/georgian.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ucs- tables.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/indent.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/window.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/frame.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/term/tty-colors.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/font-core.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/facemenu.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/emacs-lisp/syntax.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/font-lock.el (source)... temacs(64115,0xa0809500) malloc: *** error for object 0x8c23f8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x8bdff8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug temacs(64115,0xa0809500) malloc: *** error for object 0x8b9bf8: Non- aligned pointer being freed *** set a breakpoint in malloc_error_break to debug Loading /Users/artemio/Archive/emacs-22.3/lisp/jit-lock.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/mouse.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/scroll-bar.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/select.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/emacs-lisp/timer.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/isearch.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/rfn-eshadow.el (source)... ((219402 . 10372) (11802 . 2) (635 . 88) 1687418 245586 (79 . 2) (19 . 43) (24504 . 759)) Loading /Users/artemio/Archive/emacs-22.3/lisp/menu-bar.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/paths.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/emacs-lisp/lisp.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/textmodes/page.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/register.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/textmodes/paragraphs.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/emacs-lisp/lisp-mode.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/textmodes/text-mode.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/textmodes/fill.el (source)... ((241663 . 10883) (12329 . 3) (638 . 129) 1765672 247274 (79 . 2) (19 . 43) (26215 . 1001)) Loading /Users/artemio/Archive/emacs-22.3/lisp/replace.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/abbrev.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/buff-menu.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/fringe.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/image.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/international/ fontset.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/dnd.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/mwheel.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/tool-bar.el (source)... ((256457 . 9430) (12714 . 6) (641 . 128) 1831472 247935 (88 . 1) (19 . 43) (27280 . 944)) Loading /Users/artemio/Archive/emacs-22.3/lisp/emacs-lisp/float-sup.el (source)... ((256499 . 9263) (12718 . 2) (641 . 128) 1831797 247935 (94 . 4) (19 . 43) (27286 . 875)) Loading /Users/artemio/Archive/emacs-22.3/lisp/vc-hooks.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/ediff-hook.el (source)... Loading /Users/artemio/Archive/emacs-22.3/lisp/tooltip.el (source)... ((260780 . 7208) (12872 . 2) (642 . 127) 1851924 247986 (96 . 2) (19 . 43) (27707 . 580)) Finding pointers to doc strings... Finding pointers to doc strings...done Dumping under names emacs and emacs-22.3 --- List of All Regions --- address size prot maxp 0 0x1000 none none ... 0x800000 0xc00000 rw rwx --- Header Information --- Magic = 0xfeedface CPUType = 7 CPUSubType = 3 FileType = 0x2 NCmds = 16 SizeOfCmds = 1972 Flags = 0x00000085 Highest address of load commands in input file: 0x392000 Lowest offset of all sections in __TEXT segment: 0x1160 --- List of Load Commands in Input File --- # cmd cmdsize name address size 0 LC_SEGMENT 56 __PAGEZERO 0 0x1000 1 LC_SEGMENT 464 __TEXT 0x1000 0x18c000 __text 0x2160 0x174135 __symbol_stub 0x176296 0x1056 __stub_helper 0x1772ec 0x1b46 __cstring 0x178e34 0x13804 __const 0x18c640 0x960 __unwind_info 0x18cfa0 0x48 2 LC_SEGMENT 600 __DATA 0x18d000 0x161000 __program_vars 0x18d000 0x14 __la_symbol_ptr 0x18d014 0xae4 __nl_symbol_ptr 0x18daf8 0x18ac __const 0x18f3c0 0x1b88 __cfstring 0x190f48 0xb0 __data 0x191000 0x11f70c __bss 0x2b0720 0x31be1 __common 0x2e2320 0xacf5 3 LC_SEGMENT 56 __LINKEDIT 0x2ee000 0xa4000 4 unknown 48 5 LC_SYMTAB 24 6 LC_DYSYMTAB 80 7 LC_LOAD_DYLINKER 28 8 LC_UUID 24 9 LC_UNIXTHREAD 80 10 LC_LOAD_DYLIB 88 11 LC_LOAD_DYLIB 56 12 LC_LOAD_DYLIB 52 13 LC_LOAD_DYLIB 100 14 LC_LOAD_DYLIB 104 15 LC_LOAD_DYLIB 112 0x5fc080 (sz: 0x3f18/ 0x3f1c) 0x500000 (sz: 0x5cb2f/ 0xfc080) 0x15fc080 (sz: 0x3f18/ 0x3f1c) 0x1500000 (sz: 0x9b261/ 0xfc080) 0x6ff8000 (sz: 0x2cbe/ 0x7f94) 0x6800000 (sz: 0x2ca7ff/0x7f8000) 0x1ff8000 (sz: 0x1e34/ 0x7f94) 0x1800000 (sz: 0x1e1dff/0x7f8000) 0x7b7000 (sz: 0/ 0x1000) --- Load Commands written to Output File --- Writing segment __PAGEZERO @ 0 ( 0/ 0x1000 @ 0) Writing segment __TEXT @ 0 (0x18c000/0x18c000 @ 0x1000) Writing segment __DATA @ 0x18c000 (0x161000/0x161000 @ 0x18d000) unexec: unrecognized section name in __DATA segment make[2]: *** [bootstrap-emacs] Error 1 make[1]: *** [bootstrap-build] Error 2 make: *** [bootstrap] Error 2 Cheers, Artemio -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1893 bytes Desc: not available URL: From psimonso at illinois.edu Wed Sep 9 13:10:58 2009 From: psimonso at illinois.edu (Paul Dennis Simonson) Date: Wed, 9 Sep 2009 15:10:58 -0500 Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: <7F460AE9-0D2C-4EFD-A5C7-FD1D015E50C0@macports.org> References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> <4AEEE616-DA3D-4E91-9C1C-7BB1579929D1@illinois.edu> <7F460AE9-0D2C-4EFD-A5C7-FD1D015E50C0@macports.org> Message-ID: Thanks for the tip. I tried using sudo port upgrade --enforce-variants freeimage +universal and it seemed to compile just fine. I then went back to XCode and added the i386 architecture (in addition to x86_64). I compiled and still got a warning (and error messages) saying that libfreeimage.dylib (again, I was trying to link to libfreeimage.a) was of the wrong architecture. This seems to indicate to me that it did not in fact build the i386. When I try to just use the x86_64 architecture in XCode, it builds just fine. I have not tested it on other ports. On Sep 8, 2009, at 1:52 PM, Ryan Schmidt wrote: > > On Sep 8, 2009, at 13:48, Paul Dennis Simonson wrote: > >> On Sep 7, 2009, at 11:08 PM, Ryan Schmidt wrote: > >>> On Snow Leopard (in MacPorts and otherwise), software builds for >>> architecture x86_64 by default, as opposed to i386, which is what >>> Leopard and Tiger used by default on Intel Macs. If you are not >>> also building for x86_64 in Xcode, then that's the problem. You >>> can either rebuild your ports with the +universal variant to build >>> both x86_64 and i386, or change build_arch to i386 in >>> macports.conf and rebuild everything for just i386, if you don't >>> want to build 64-bit. > >> >> How exactly do I rebuild the ports with the +universal variant? I >> am not familiar with this. > > > sudo port upgrade --enforce-variants installed +universal > > ...I think. > > You can replace "installed" with particular port names, if you don't > want to rebuild all installed ports. > > Not all our ports can build universal at this time so you may > encounter errors. If you do, please file tickets, if there aren't > already any for those ports. > > From ryandesign at macports.org Wed Sep 9 13:11:57 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 9 Sep 2009 15:11:57 -0500 Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> <4AEEE616-DA3D-4E91-9C1C-7BB1579929D1@illinois.edu> <7F460AE9-0D2C-4EFD-A5C7-FD1D015E50C0@macports.org> Message-ID: <24FEACF4-589F-4A1D-B892-9668756530AF@macports.org> On Sep 9, 2009, at 15:10, Paul Dennis Simonson wrote: > Thanks for the tip. I tried using > > sudo port upgrade --enforce-variants freeimage +universal > > and it seemed to compile just fine. I then went back to XCode and > added the i386 architecture (in addition to x86_64). I compiled and > still got a warning (and error messages) saying that > libfreeimage.dylib (again, I was trying to link to libfreeimage.a) > was of the wrong architecture. This seems to indicate to me that it > did not in fact build the i386. When I try to just use the x86_64 > architecture in XCode, it builds just fine. I have not tested it on > other ports. > "lipo -info" should be able to tell you what architecture libfreeimage.dylib is. From vince at macports.org Wed Sep 9 13:16:40 2009 From: vince at macports.org (vincent habchi) Date: Wed, 9 Sep 2009 22:16:40 +0200 Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: <24FEACF4-589F-4A1D-B892-9668756530AF@macports.org> References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> <4AEEE616-DA3D-4E91-9C1C-7BB1579929D1@illinois.edu> <7F460AE9-0D2C-4EFD-A5C7-FD1D015E50C0@macports.org> <24FEACF4-589F-4A1D-B892-9668756530AF@macports.org> Message-ID: <5B651A4E-B60F-48A6-9E20-E22BA46F7769@macports.org> Le 9 sept. 2009 ? 22:11, Ryan Schmidt a ?crit : > "lipo -info" should be able to tell you what architecture > libfreeimage.dylib is. file(1) does it also and requires less typing :) V. From ryandesign at macports.org Wed Sep 9 13:22:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 9 Sep 2009 15:22:53 -0500 Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> <4AEEE616-DA3D-4E91-9C1C-7BB1579929D1@illinois.edu> <7F460AE9-0D2C-4EFD-A5C7-FD1D015E50C0@macports.org> Message-ID: <5BF79DC3-B058-4B07-BA55-061299EB85B3@macports.org> On Sep 9, 2009, at 15:10, Paul Dennis Simonson wrote: > Thanks for the tip. I tried using > > sudo port upgrade --enforce-variants freeimage +universal > > and it seemed to compile just fine. I then went back to XCode and > added the i386 architecture (in addition to x86_64). I compiled and > still got a warning (and error messages) saying that > libfreeimage.dylib (again, I was trying to link to libfreeimage.a) > was of the wrong architecture. This seems to indicate to me that it > did not in fact build the i386. When I try to just use the x86_64 > architecture in XCode, it builds just fine. I have not tested it on > other ports. I can confirm the problem and have filed a ticket for you: http://trac.macports.org/ticket/21254 From psimonso at illinois.edu Wed Sep 9 13:29:07 2009 From: psimonso at illinois.edu (Paul Dennis Simonson) Date: Wed, 9 Sep 2009 15:29:07 -0500 Subject: Upgrading to Snow Leopard makes my programs no longer link to ports In-Reply-To: <24FEACF4-589F-4A1D-B892-9668756530AF@macports.org> References: <20090907220454.BRV23457@expms3.cites.uiuc.edu> <4AEEE616-DA3D-4E91-9C1C-7BB1579929D1@illinois.edu> <7F460AE9-0D2C-4EFD-A5C7-FD1D015E50C0@macports.org> <24FEACF4-589F-4A1D-B892-9668756530AF@macports.org> Message-ID: I tried "file libfreeimage.dylib" and "lipo -info libfreeimage.dylib" and they both said it is of x86_64--no mention of i386. I guess I will have to try it on some other ports to know whether this happens for all ports. I still do not understand why I get warning messages about foo.dylib when I am linking to foo.a. Can anyone explain this to me? Thanks, Paul On Sep 9, 2009, at 3:11 PM, Ryan Schmidt wrote: > On Sep 9, 2009, at 15:10, Paul Dennis Simonson wrote: > >> Thanks for the tip. I tried using >> >> sudo port upgrade --enforce-variants freeimage +universal >> >> and it seemed to compile just fine. I then went back to XCode and >> added the i386 architecture (in addition to x86_64). I compiled >> and still got a warning (and error messages) saying that >> libfreeimage.dylib (again, I was trying to link to libfreeimage.a) >> was of the wrong architecture. This seems to indicate to me that >> it did not in fact build the i386. When I try to just use the >> x86_64 architecture in XCode, it builds just fine. I have not >> tested it on other ports. >> > > "lipo -info" should be able to tell you what architecture > libfreeimage.dylib is. > From nospaming at aedon.eu Wed Sep 9 15:34:12 2009 From: nospaming at aedon.eu (Peter J. Nachtigall) Date: Thu, 10 Sep 2009 00:34:12 +0200 Subject: compiling pan2 In-Reply-To: <08D5270B-E864-4164-AA7C-AFA417F4BD46@macports.org> References: <08D5270B-E864-4164-AA7C-AFA417F4BD46@macports.org> Message-ID: <4AA82D64.10102@aedon.eu> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ryan Schmidt schrieb: > Please file an issue in the issue tracker for this problem. For the third time? It's there for at least 2 weeks: http://trac.macports.org/ticket/20781 And here check them all: http://trac.macports.org/search?q=pan2 Cheers Peter - -- aedon DESIGNS http://www.aedon.eu/ http://www.hochzeitsbuch.info/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqoLWQACgkQwIipPo4gL86GDQCgicjIbxYlGUPpmzCq0caPgfut xUcAn0+RGDLk7TZxUfawthdeBb8dcft+ =yM3k -----END PGP SIGNATURE----- From ryandesign at macports.org Wed Sep 9 15:37:48 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 9 Sep 2009 17:37:48 -0500 Subject: compiling pan2 In-Reply-To: <4AA82D64.10102@aedon.eu> References: <08D5270B-E864-4164-AA7C-AFA417F4BD46@macports.org> <4AA82D64.10102@aedon.eu> Message-ID: <4DBA078B-F50F-474F-8F20-F0CDF4EFB8B2@macports.org> On Sep 9, 2009, at 17:34, Peter J. Nachtigall wrote: > Ryan Schmidt schrieb: >> Please file an issue in the issue tracker for this problem. > > For the third time? > It's there for at least 2 weeks: > http://trac.macports.org/ticket/20781 > > And here check them all: > http://trac.macports.org/search?q=pan2 http://trac.macports.org/ticket/20741 Sorry, as I'm sure you've seen, we are getting flooded with issues following the release of both MacPorts 1.8.0 and Snow Leopard and I cannot remember them all. In this case, there is nothing for MacPorts to fix; the developers of pan2 need to do so. From jay+macports at covariant.org Wed Sep 9 15:52:08 2009 From: jay+macports at covariant.org (Jay Sachs) Date: Wed, 09 Sep 2009 18:52:08 -0400 Subject: emacs-app-devel fails to build under Snow Leopard In-Reply-To: <571CFADB-15C9-4D8A-8CF5-61C21829FC74@mac.com> References: <571CFADB-15C9-4D8A-8CF5-61C21829FC74@mac.com> Message-ID: On Sep 9, 2009, at 3:28 PM, Artemio Gonzalez Lopez wrote: > On Sep 9, 2009, at 4:00 PM, macports-users-request at lists.macosforge.org > wrote: > >> On Sep 5, 2009, at 10:47 AM, CHENG Gao wrote: >> >>> With YAMAMOTO Mitsuharu's help, I get it build successfully (from >>> cvs >>> source, not macports). Only 32bit Emacs can be built, as: >>> >>> $CC='gcc -arch i386' ./configure --with-ns --disable-ns-self- >>> contained >>> --without-dbus >>> $make bootstrap >>> >>> Setting -disable-ns-self-contained does not matter. It's just my >>> style. >>> If you have dbus installed (from Macports or source), you need to >>> use --without-dbus, otherwise it fails. >>> >>> In this case I think emacs-app-devel Portfile can be revised to >>> achieve >>> successful build. >> >> Thank you. I can confirm that this works. I built from HEAD this >> morning. Just to be clear, this didn't work with the 2009-01-04 >> version from CVS, which is what the current Portfile specifies, nor >> does it work for release 23.1, which the emacs-app port specifies. >> (Neither of those failures surprised me.) Also, I had ncurses and >> ncursesw installed with the "+universal" variant (which for me >> includes i386). I'm not sure if that's required or not. > > > What exact version of emacs did you build, and how? I tried this tip > with 22.3 (since Cheng Gao stated that it doesn't work with 23.1), > with both I used HEAD of the CVS tree from yesterday morning (about 1400 GMT). From jbusser at interchange.ubc.ca Wed Sep 9 15:53:35 2009 From: jbusser at interchange.ubc.ca (Jim Busser) Date: Wed, 09 Sep 2009 15:53:35 -0700 Subject: Portfile clarifications In-Reply-To: <20090907082445.GU614@ninagal.withay.com> References: <20090907082445.GU614@ninagal.withay.com> Message-ID: <42E765E0-AE98-4BB2-9A5D-C334199A2AF1@interchange.ubc.ca> On 7-Sep-09, at 1:24 AM, Bryan Blackburn wrote: a lot that was helpful... thanks, but still referencing http://guide.macports.org/#reference.variables ... Are portpath, filesdir and filespath all pointing to Portfiles and patchfiles (to be) downloaded as part of the install and post- installation, are these retained locally even after the install? Is it likewise for distpath in regard to distfiles? The Portfile and patch files get downloaded into ${portpath}/$ {filedir} = ${portpath}/files or in other words ${prefix}/var/macports/sources/rsync.macports.org/release/ports/ //files whereas distfiles are downloaded into some whole other location ${sysportpath}/distfiles/${dist_subdir}/ which do or don't need values to be set (they're undefined in the guide)? How does the (undefined) ${portbuildpath} relate to ${portpath} ... does it involve a real temp directory "work" being created at the same level as (or inside) "files" ? Inside that 'work" subdirectory, is there a further subdirectory $ {worksrcdir} created, does it take a name that is relevant to any understanding, and is it in here (= worksrcpath) that the files are extracted, but only temporarily? Extracted files and compiled source (when relevant) gets cleared out from the above, and from destroot, after any resulting image (set of files) had been relocated, plus all remaining phases of the install completed? "Destroot" -- please accept my apology that this remains confusing because the Guide (in 5.2 above) defines it as a full path, and yet includes "destroot" recursively within its own path as destroot ... Value: ${workpath}/destroot ... another subdirectory within an actual "work" subdirectory? ... actually named "destroot" or taking a Portfile value from "name"? ... serving in part to allow port to "see" what goes into ${destroot}$ {prefix}/... ... specifies a location within which anything is "built"? And the "image" that ends up in /opt/local/var/macports/software/ ... is it a full set of what got extracted, plus anything that got built (in cases where there was a build phase), in other words is everything that was downloaded in the tarballs (even if not everything was immediately to be used, say various resources, docs, shell scripts for possible later use by local admin) kept above under /opt/local/var/macports/software/ For the actual destroot phase, if (in Debian) the procedure would normally be to - copy (+- remove extensions) two executables into /usr/bin - copy (+- remove extensions) scripts into /usr/share/${name}/bin - copy files into /usr/share/locale /usr/share/man/man1 /usr/share/doc/${name} /usr/share/${name}/ /etc/${name}/ do I just do all of the above in destroot { xinstall ... } and prepending ${prefix} From drechsel at verkehrsplanung.com Thu Sep 10 01:01:07 2009 From: drechsel at verkehrsplanung.com (Wolf Drechsel) Date: Thu, 10 Sep 2009 10:01:07 +0200 Subject: ffmpeg Message-ID: <391A69C3-4409-49D8-97F4-CFDAE1B385A0@verkehrsplanung.com> Hello, it's me again? I did a reinstall of Tiger, reinstalled macports and tried to do ffmpeg, which compiled flawlessly on the first go a few months ago. Now I get stuck - Mac OS X 10.4.11, G4, Macports 1.8.0 A few things go through: XviD, bzip2, cppunit, dirac And I'm failing at mp4v2: ---> Attempting to fetch mp4v2-1.9.1.tar.bz2 from http:// mp4v2.googlecode.com/files/ ---> Verifying checksum(s) for mp4v2 ---> Extracting mp4v2 ---> Configuring mp4v2 ---> Building mp4v2 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_multime dia_mp4v2/work/mp4v2-1.9.1" && /usr/bin/make -j1 all " returned error 2 Command output: /bin/sh ./libtool --tag=CXX --mode=link /usr/bin/g+ +-4.0 -Wall -Wformat -O2 -arch ppc -fvisibility=hidden -L/opt/local/ lib -o libmp4v2.la -rpath /opt/local/lib -version-number 1:9:1 -Wl,- current_version,1.9.1 -Wl,-compatibility_version,1.0.0 src/3gp.lo src/ atom_ac3.lo src/atom_amr.lo src/atom_avc1.lo src/atom_avcC.lo src/ atom_chpl.lo src/atom_colr.lo src/atom_d263.lo src/atom_dac3.lo src/ atom_damr.lo src/atom_dref.lo src/atom_elst.lo src/atom_enca.lo src/ atom_encv.lo src/atom_free.lo src/atom_ftyp.lo src/atom_ftab.lo src/ atom_gmin.lo src/atom_hdlr.lo src/atom_hinf.lo src/atom_hnti.lo src/ atom_href.lo src/atom_mdat.lo src/atom_mdhd.lo src/atom_meta.lo src/ atom_mp4s.lo src/atom_mp4v.lo src/atom_mvhd.lo src/atom_nmhd.lo src/ atom_ohdr.lo src/atom_pasp.lo src/atom_root.lo src/atom_rtp.lo src/ atom_s263.lo src/atom_sdp.lo src/atom_sdtp.lo src/atom_smi.lo src/ atom_sound.lo src/atom_standard.lo src/atom_stbl.lo src/atom_stdp.lo src/atom_stsc.lo src/atom_stsd.lo src/atom_stsz.lo src/atom_stz2.lo src/atom_text.lo src/atom_tfhd.lo src/atom_tkhd.lo src/ atom_treftype.lo src/atom_trun.lo src/atom_tx3g.lo src/atom_udta.lo src/atom_url.lo src/atom_urn.lo src/atom_uuid.lo src/atom_video.lo src/atom_vmhd.lo src/cmeta.lo src/descriptors.lo src/exception.lo src/ isma.lo src/mp4.lo src/mp4atom.lo src/mp4container.lo src/ mp4descriptor.lo src/mp4file.lo src/mp4file_io.lo src/mp4info.lo src/ mp4meta.lo src/mp4property.lo src/mp4track.lo src/mp4util.lo src/ ocidescriptors.lo src/odcommands.lo src/qosqualifiers.lo src/ rtphint.lo src/text.lo src/bmff/typebmff.lo src/itmf/CoverArtBox.lo src/itmf/Tags.lo src/itmf/generic.lo src/itmf/type.lo src/qtff/ ColorParameterBox.lo src/qtff/PictureAspectRatioBox.lo src/qtff/ coding.lo libplatform/io/File.lo libplatform/io/FileSystem.lo libplatform/prog/option.lo libplatform/sys/error.lo libplatform/time/ time.lo libplatform/io/File_posix.lo libplatform/io/ FileSystem_posix.lo libplatform/number/random_posix.lo libplatform/ process/process_posix.lo libplatform/time/time_posix.lo libutil/ Database.lo libutil/Timecode.lo libutil/TrackModifier.lo libutil/ Utility.lo libutil/crc.lo libutil/other.lo /usr/bin/g++-4.0 -dynamiclib ${wl}-undefined ${wl}dynamic_lookup - o .libs/libmp4v2.1.9.1.dylib src/.libs/3gp.o src/.libs/atom_ac3.o src/.libs/atom_amr.o src/.libs/atom_avc1.o src/.libs/atom_avcC.o src/.libs/atom_chpl.o src/.libs/atom_colr.o src/.libs/atom_d263.o src/.libs/atom_dac3.o src/.libs/atom_damr.o src/.libs/atom_dref.o src/.libs/atom_elst.o src/.libs/atom_enca.o src/.libs/atom_encv.o src/.libs/atom_free.o src/.libs/atom_ftyp.o src/.libs/atom_ftab.o src/.libs/atom_gmin.o src/.libs/atom_hdlr.o src/.libs/atom_hinf.o src/.libs/atom_hnti.o src/.libs/atom_href.o src/.libs/atom_mdat.o src/.libs/atom_mdhd.o src/.libs/atom_meta.o src/.libs/atom_mp4s.o src/.libs/atom_mp4v.o src/.libs/atom_mvhd.o src/.libs/atom_nmhd.o src/.libs/atom_ohdr.o src/.libs/atom_pasp.o src/.libs/atom_root.o src/.libs/atom_rtp.o src/.libs/atom_s263.o src/.libs/atom_sdp.o src/.libs/atom_sdtp.o src/.libs/atom_smi.o src/.libs/atom_sound.o src/.libs/atom_standard.o src/.libs/atom_stbl.o src/.libs/atom_stdp.o src/.libs/atom_stsc.o src/.libs/atom_stsd.o src/.libs/atom_stsz.o src/.libs/atom_stz2.o src/.libs/atom_text.o src/.libs/atom_tfhd.o src/.libs/atom_tkhd.o src/.libs/atom_treftype.o src/.libs/atom_trun.o src/.libs/atom_tx3g.o src/.libs/atom_udta.o src/.libs/atom_url.o src/.libs/atom_urn.o src/.libs/atom_uuid.o src/.libs/atom_video.o src/.libs/atom_vmhd.o src/.libs/cmeta.o src/.libs/descriptors.o src/.libs/exception.o src/.libs/isma.o src/.libs/mp4.o src/.libs/ mp4atom.o src/.libs/mp4container.o src/.libs/mp4descriptor.o src/.libs/mp4file.o src/.libs/mp4file_io.o src/.libs/mp4info.o src/.libs/mp4meta.o src/.libs/mp4property.o src/.libs/mp4track.o src/.libs/mp4util.o src/.libs/ocidescriptors.o src/.libs/odcommands.o src/.libs/qosqualifiers.o src/.libs/rtphint.o src/.libs/text.o src/ bmff/.libs/typebmff.o src/itmf/.libs/CoverArtBox.o src/itmf/.libs/ Tags.o src/itmf/.libs/generic.o src/itmf/.libs/type.o src/qtff/.libs/ ColorParameterBox.o src/qtff/.libs/PictureAspectRatioBox.o src/ qtff/.libs/coding.o libplatform/io/.libs/File.o libplatform/io/.libs/ FileSystem.o libplatform/prog/.libs/option.o libplatform/sys/.libs/ error.o libplatform/time/.libs/time.o libplatform/io/.libs/ File_posix.o libplatform/io/.libs/FileSystem_posix.o libplatform/ number/.libs/random_posix.o libplatform/process/.libs/process_posix.o libplatform/time/.libs/time_posix.o libutil/.libs/Database.o libutil/.libs/Timecode.o libutil/.libs/TrackModifier.o libutil/.libs/ Utility.o libutil/.libs/crc.o libutil/.libs/other.o -L/opt/local/ lib -arch ppc -Wl,-current_version -Wl,1.9.1 -Wl,- compatibility_version -Wl,1.0.0 -install_name /opt/local/lib/ libmp4v2.1.dylib -compatibility_version 11 -current_version 11.1 -Wl,- single_module /usr/bin/libtool: more than one: -current_version option specified Usage: /usr/bin/libtool -static [-] file [...] [-filelist listfile [,dirname]] [-arch_only arch] [-sacLT] Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist listfile [,dirname]] [-arch_only arch] [-o output] [-install_name name] [- compatibility_version #] [-current_version #] [-seg1addr 0x#] [- segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table ] [-seg_addr_table_filename ] [-all_load] [-noall_load] make: *** [libmp4v2.la] Error 1 Error: The following dependencies failed to build: faac mp4v2 faad2 gmake lame libogg libsdl xorg-libXext xorg-libXrandr xorg-randrproto libtheora libvorbis schroedinger liboil glib2 x264 Error: Status 1 encountered during processing. Any hint would be appreciated. Greetings, Wolf ++++++++++++++++++++++++++++++++++++++++++++++++++++ + Wolf Drechsel + K?hnstr. 54 + D - 90478 N?rnberg + Tel.: 0911 / 4 71 98 49 + drechsel at verkehrsplanung.com ++++++++++++++++++++++++++++++++++++++++++++++++++++ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Thu Sep 10 02:19:54 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 10 Sep 2009 04:19:54 -0500 Subject: ffmpeg In-Reply-To: <391A69C3-4409-49D8-97F4-CFDAE1B385A0@verkehrsplanung.com> References: <391A69C3-4409-49D8-97F4-CFDAE1B385A0@verkehrsplanung.com> Message-ID: <55D39E51-5DF9-4F5E-A083-DAB4A24BD0B6@macports.org> On Sep 10, 2009, at 03:01, Wolf Drechsel wrote: > I did a reinstall of Tiger, reinstalled macports and tried to do > ffmpeg, which compiled flawlessly on the first go a few months ago. > Now I get stuck - Mac OS X 10.4.11, G4, Macports 1.8.0 > > A few things go through: > > XviD, bzip2, cppunit, dirac > > And I'm failing at mp4v2: > > ---> Attempting to fetch mp4v2-1.9.1.tar.bz2 from http://mp4v2.googlecode.com/files/ > ---> Verifying checksum(s) for mp4v2 > ---> Extracting mp4v2 > ---> Configuring mp4v2 > ---> Building mp4v2 [snip] > /usr/bin/libtool: more than one: -current_version option specified I see that too on Tiger PPC. Could you please file a ticket in the issue tracker? From ryandesign at macports.org Thu Sep 10 02:55:51 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 10 Sep 2009 04:55:51 -0500 Subject: ffmpeg In-Reply-To: <55D39E51-5DF9-4F5E-A083-DAB4A24BD0B6@macports.org> References: <391A69C3-4409-49D8-97F4-CFDAE1B385A0@verkehrsplanung.com> <55D39E51-5DF9-4F5E-A083-DAB4A24BD0B6@macports.org> Message-ID: <3E3E0407-C9E7-48B1-9DC5-404FCCDCA63D@macports.org> On Sep 10, 2009, at 04:19, Ryan Schmidt wrote: > On Sep 10, 2009, at 03:01, Wolf Drechsel wrote: > >> I did a reinstall of Tiger, reinstalled macports and tried to do >> ffmpeg, which compiled flawlessly on the first go a few months ago. >> Now I get stuck - Mac OS X 10.4.11, G4, Macports 1.8.0 >> >> A few things go through: >> >> XviD, bzip2, cppunit, dirac >> >> And I'm failing at mp4v2: >> >> ---> Attempting to fetch mp4v2-1.9.1.tar.bz2 from http://mp4v2.googlecode.com/files/ >> ---> Verifying checksum(s) for mp4v2 >> ---> Extracting mp4v2 >> ---> Configuring mp4v2 >> ---> Building mp4v2 > [snip] >> /usr/bin/libtool: more than one: -current_version option specified > > I see that too on Tiger PPC. Could you please file a ticket in the > issue tracker? Sorry -- a ticket has already been filed: http://trac.macports.org/ticket/21007 From face at CentosPrime.COM Thu Sep 10 09:20:26 2009 From: face at CentosPrime.COM (Chris Janton) Date: Thu, 10 Sep 2009 09:20:26 -0700 Subject: Macports and CPAN Message-ID: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> Hi Macports 1.8 - Snow Leopard I have old PERL programs that use Astro::Coord::ECI::Utils I cannot find an equivalent p5-xyz port to install. If I attempt to install it using /opt/local/bin/cpan I get the following cpan[4]> install Astro::Coord::ECI::Utils Running install for module 'Astro::Coord::ECI::Utils' Running make for W/WY/WYANT/Astro-satpass-0.025.tar.gz Use of inherited AUTOLOAD for non-method Digest::SHA::shaopen() is deprecated at /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/ Digest/SHA.pm line 55. Catching error: "Can't locate auto/Digest/SHA/shaopen.al in \@INC (\@INC contains: /opt/local/lib/perl5/site_perl/5.8.9/darwin-2level / opt/local/lib/perl5/site_perl/5.8.9 /opt/local/lib/perl5/site_perl/ 5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/ lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.9/ darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/lib/ perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl/5.8.8/ darwin-2level /opt/local/lib/perl5/vendor_perl /opt/local/lib/ perl5/5.8.9/darwin-2level /opt/local/lib/perl5/5.8.9 /Users/system) at /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level/Digest/SHA.pm line 55\cJ" at /opt/local/lib/perl5/5.8.9/CPAN.pm line 359 CPAN::shell() called at /opt/local/bin/cpan line 198 If I run /usr/bin/cpan and install Astro::Coord::ECI::Utils it works, and is now available to /usr/bin/perl I would much rather keep my PERLs clean, using "/usr/bin/env perl" but that gets me in trouble. any hints, suggestions, workarounds (besides simply using #!/usr/bin/ perl for that particular application) Thanks. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From brad at pixilla.com Thu Sep 10 10:00:42 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Thu, 10 Sep 2009 13:00:42 -0400 Subject: system hosed? In-Reply-To: <1bd71ad80909091005l16f77d9aie6e3c597177ac434@mail.gmail.com> References: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> <4AA77B88.7060302@macports.org> <4AA7935E.9040000@macports.org> <1bd71ad80909091005l16f77d9aie6e3c597177ac434@mail.gmail.com> Message-ID: <4C36757B-AB07-4157-BD3D-D06B4D078BA4@pixilla.com> On Sep 9, 2009, at 1:05 PM, Michael_google gmail_Gersten wrote: > Regarding the comment of, >> Unluckily I cant switch to Leopard - having a G4. > > Isn't Leopard 10.5.x? If so, that runs nicely on G4's. > > It's snow leopard that is 10.6. > > (Why does Apple use confusing names instead of simple numbers, and > what do they do after Ocelot? Is there another big cat for 10.8, or do > they switch to small cats?) Sabre Tooth Pink Panther From talklists at newgeo.com Thu Sep 10 10:28:39 2009 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 10 Sep 2009 10:28:39 -0700 Subject: Apache 2 - am I doing it wrong? Message-ID: I have apache 2 via MacPorts running. First issue, reloading I use apachectl. Often times I forget to cd to the macports area and enable Apples distro. Is chmod -x apachectl sufficient to solve that? I can move, rename, symblink, or alias, but wanted opinions on the suggested way. After a apachectl graceful, which I'm doing often as I secure and tune phi.ini, looking at output from ps I see all httpd processes. Each has the graceful command in the ps output There are usually 10-15 threads running like this. I am used to just seeing httpd listed, sans the graceful line. Is apachectl the incorrect way to start, stop, or allow a friendly reload where connections can finish? I've seen another command used to starts and stop, httpd I believe, is that the preferred method? What's the difference? Thanks -- Scott Iphone says hello. From brad at pixilla.com Thu Sep 10 10:31:56 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Thu, 10 Sep 2009 13:31:56 -0400 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: On Sep 10, 2009, at 1:28 PM, Scott Haneda wrote: > I have apache 2 via MacPorts running. > > First issue, reloading I use apachectl. Often times I forget to cd > to the macports area and enable Apples distro. Is chmod -x apachectl > sufficient to solve that? > > I can move, rename, symblink, or alias, but wanted opinions on the > suggested way. > > After a apachectl graceful, which I'm doing often as I secure and > tune phi.ini, looking at output from ps I see all httpd processes. > Each has the graceful command in the ps output > > There are usually 10-15 threads running like this. I am used to just > seeing httpd listed, sans the graceful line. > > Is apachectl the incorrect way to start, stop, or allow a friendly > reload where connections can finish? > > I've seen another command used to starts and stop, httpd I believe, > is that the preferred method? What's the difference? I can't answer your questions but I like to just write shell scripts that load, unload and reload services or combinations of services using launchctl. // Brad From talklists at newgeo.com Thu Sep 10 11:46:12 2009 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 10 Sep 2009 11:46:12 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: <6FEE2C71-BB5C-4F1C-B004-80F4057F089B@newgeo.com> On Sep 10, 2009, at 10:31 AM, Bradley Giesbrecht wrote: > On Sep 10, 2009, at 1:28 PM, Scott Haneda wrote: > >> I have apache 2 via MacPorts running. >> >> First issue, reloading I use apachectl. Often times I forget to cd >> to the macports area and enable Apples distro. Is chmod -x >> apachectl sufficient to solve that? >> >> I can move, rename, symblink, or alias, but wanted opinions on the >> suggested way. >> >> After a apachectl graceful, which I'm doing often as I secure and >> tune phi.ini, looking at output from ps I see all httpd processes. >> Each has the graceful command in the ps output >> >> There are usually 10-15 threads running like this. I am used to >> just seeing httpd listed, sans the graceful line. >> >> Is apachectl the incorrect way to start, stop, or allow a friendly >> reload where connections can finish? >> >> I've seen another command used to starts and stop, httpd I believe, >> is that the preferred method? What's the difference? > > I can't answer your questions but I like to just write shell scripts > that load, unload and reload services or combinations of services > using launchctl. What do you get for: `ps aux | grep http` I have about 10 lines of _www 74642 0.0 0.1 94448 4636 ?? S Sun05PM 0:00.39 /opt/local/apache2/bin/httpd -k graceful I actually have a hack of a time stopping apache. Is the idea to start and stop it via launchctl? Or is trying to start and stop it via apachectl or httpd -k stop just mean that launchd is going to kick it in start again? I had to unload the plist, kilall httpd, and then finally got a clean ps output. What does your apache shell script look like that starts, stops, and reloads? -- Scott * If you contact me off list replace talklists@ with scott@ * From brad at pixilla.com Thu Sep 10 12:28:37 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Thu, 10 Sep 2009 15:28:37 -0400 Subject: Apache 2 - am I doing it wrong? In-Reply-To: <6FEE2C71-BB5C-4F1C-B004-80F4057F089B@newgeo.com> References: <6FEE2C71-BB5C-4F1C-B004-80F4057F089B@newgeo.com> Message-ID: <339A66F1-C078-4A3A-AFAE-C5D06A34FE7F@pixilla.com> On Sep 10, 2009, at 2:46 PM, Scott Haneda wrote: > On Sep 10, 2009, at 10:31 AM, Bradley Giesbrecht wrote: > >> On Sep 10, 2009, at 1:28 PM, Scott Haneda wrote: >> >>> I have apache 2 via MacPorts running. >>> >>> First issue, reloading I use apachectl. Often times I forget to cd >>> to the macports area and enable Apples distro. Is chmod -x >>> apachectl sufficient to solve that? >>> >>> I can move, rename, symblink, or alias, but wanted opinions on the >>> suggested way. >>> >>> After a apachectl graceful, which I'm doing often as I secure and >>> tune phi.ini, looking at output from ps I see all httpd processes. >>> Each has the graceful command in the ps output >>> >>> There are usually 10-15 threads running like this. I am used to >>> just seeing httpd listed, sans the graceful line. >>> >>> Is apachectl the incorrect way to start, stop, or allow a friendly >>> reload where connections can finish? >>> >>> I've seen another command used to starts and stop, httpd I >>> believe, is that the preferred method? What's the difference? >> >> I can't answer your questions but I like to just write shell >> scripts that load, unload and reload services or combinations of >> services using launchctl. > > > What do you get for: `ps aux | grep http` > I have about 10 lines of > _www 74642 0.0 0.1 94448 4636 ?? S Sun05PM > 0:00.39 /opt/local/apache2/bin/httpd -k graceful > > I actually have a hack of a time stopping apache. Is the idea to > start and stop it via launchctl? Or is trying to start and stop it > via apachectl or httpd -k stop just mean that launchd is going to > kick it in start again? > > I had to unload the plist, kilall httpd, and then finally got a > clean ps output. > > What does your apache shell script look like that starts, stops, and > reloads? If you have launchd monitoring a service that launchd is supposed to launch if it crashes I'm afraid all your apachectl type apps that kill and then start services will not work well. Launchd will see the service go away and fire it back up and apachectl type apps will also be starting the service. Things like postfix/postconf that can alter a configuration without bouncing the process shouldn't have this problem. So I just write very simple scripts like: loadapache.sh #!/bin/bash launchctl load -w /Library/LaunchDaemons/org.macports.apache.plist unloadapache.sh #!/bin/bash launchctl unload -w /Library/LaunchDaemons/org.macports.apache.plist reloadapache.sh #!/bin/bash unloadapache.sh sleep 5 loadapache.sh // Brad From talklists at newgeo.com Thu Sep 10 12:26:32 2009 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 10 Sep 2009 12:26:32 -0700 Subject: Macports and CPAN In-Reply-To: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> Message-ID: On Sep 10, 2009, at 9:20 AM, Chris Janton wrote: > Macports 1.8 - Snow Leopard > > I have old PERL programs that use > > Astro::Coord::ECI::Utils I do not see a port for this. I believe the suggested method is to open a ticket asking for it, or to make one yourself. I know very little about this, and have managed to put out many perl ports, most of which are not too bad. > I cannot find an equivalent p5-xyz port to install. I am not sure if you are asking if there is a "xys" port, or if you were just being generic in stating you can not find many p5's that you need. > If I attempt to install it using /opt/local/bin/cpan I get the > following > > cpan[4]> install Astro::Coord::ECI::Utils > Running install for module 'Astro::Coord::ECI::Utils' [snip...errors output by MacPorts ] > CPAN::shell() called at /opt/local/bin/cpan line 198 > > > If I run /usr/bin/cpan and install Astro::Coord::ECI::Utils it > works, and is now available to /usr/bin/perl > > I would much rather keep my PERLs clean, using "/usr/bin/env perl" > but that gets me in trouble. This from what I understand, goes against the philosophy of how MacPorts works. You really do not want to mix and match. Either use perl and cpan outside of MacPorts, or use it exclusively inside of MacPorts. > any hints, suggestions, workarounds (besides simply using #!/usr/bin/ > perl for that particular application) I am going to try to make this port for you. First you will need to set up your own local repo as per this doc: http://guide.macports.org/#development.local-repositories It looks like you need 'Astro-satpass', which contains the util that you desire. $cd ~/macports/perl $cp -R p5-www-urltoys p5-astro-satpass $cd p5-astro-satpass $port edit All I do is change to my MacPorts working directory, you can put yours whereever you like and call it as you like. I copy an old p5 I made, and open the Portfile and edit it Modified the file to these changes: PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Astro-satpass 0.025 maintainers hostwizard.com:scott description Astro-satpass - Predict satellite passes over an observer. long_description This package contains classes needed to predict \ satellite visibility, and a demonstration application \ (satpass) that makes use of these classes. checksums md5 36cc8cd5a525e9a027e6bdd25eb67fdb \ sha1 e970596e594bae96ef1d7cabf6d8aa071250e3f5 \ rmd160 6701e6b04b2ed42cb1f676e9543eb08759bc2698 platforms darwin $sudo port install * Since I am in the directory of the PortFile, I need not call it by name. That gives me an error of course, as I do not have the checksums, so I copy and paste them in. $sudo port -d install I should also run portindex to update the index to know about this port. $cd ~/macports/ $portindex Creating software index in /Users/me/macports Adding port perl/p5-astro-satpass [snip... Shows output for all my local ports as well] Check that it all made it: $port info p5-astro-satpass p5-astro-satpass @0.025 (perl) Variants: universal This package contains classes needed to predict satellite visibility, and a demonstration application (satpass) that makes use of these classes. Homepage: http://search.cpan.org/dist/Astro-satpass/ Library Dependencies: perl5 Platforms: darwin Maintainers: *** Check that is is installed: $port installed | grep satpass p5-astro-satpass @0.025_0 (active) Make a test: #!/opt/local/bin/perl use Astro::Coord::ECI::Utils qw{:all}; my $now = time (); print "The current Julian day is ", julianday ($now); Run the test: ./test.pl The current Julian day is 2455085.30760417 I will submit this port to MacPorts, however, you should have what you need here, to make it work now, as that submission will require approval, and I no doubt have made an error somewhere, as is almost always the case :) -- Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Thu Sep 10 13:18:49 2009 From: talklists at newgeo.com (Scott Haneda) Date: Thu, 10 Sep 2009 13:18:49 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: <339A66F1-C078-4A3A-AFAE-C5D06A34FE7F@pixilla.com> References: <6FEE2C71-BB5C-4F1C-B004-80F4057F089B@newgeo.com> <339A66F1-C078-4A3A-AFAE-C5D06A34FE7F@pixilla.com> Message-ID: On Sep 10, 2009, at 12:28 PM, Bradley Giesbrecht wrote: >> What does your apache shell script look like that starts, stops, >> and reloads? > > If you have launchd monitoring a service that launchd is supposed to > launch if it crashes I'm afraid all your apachectl type apps that > kill and then start services will not work well. Launchd will see > the service go away and fire it back up and apachectl type apps will > also be starting the service. Things like postfix/postconf that can > alter a configuration without bouncing the process shouldn't have > this problem. > > So I just write very simple scripts like: > > loadapache.sh > #!/bin/bash > launchctl load -w /Library/LaunchDaemons/org.macports.apache.plist > > unloadapache.sh > #!/bin/bash > launchctl unload -w /Library/LaunchDaemons/org.macports.apache.plist > > reloadapache.sh > #!/bin/bash > unloadapache.sh > sleep 5 > loadapache.sh Ok, you are using -w to write out a kill of it. I have tried that too. Try it, unload it, and then look at `ps` and it is still alive. How long do those take to die? This is also pretty brute force, whereas apachectl graceful does not interrupt users on the site. The above method, you could have a halfway completed account registration for a user, and very easily create a account record, they get the site is down on a insert for the user record, and you now have a mess to clean. Maybe graceful works as it is supposed to, I am just not used to seeing those processes in the ps list. -- Scott * If you contact me off list replace talklists@ with scott@ * From joshuaxls at gmail.com Thu Sep 10 13:21:49 2009 From: joshuaxls at gmail.com (Joshua Slayton) Date: Thu, 10 Sep 2009 13:21:49 -0700 Subject: Error building git-core Message-ID: <91ff228a0909101321q3c58981cg3c31f78a52df8ac1@mail.gmail.com> I'm receiving the following error while attempting to build git-core. Normally I can handle issues like this but I can't decipher what exactly the error is. Do I have an out of date library? Something missing from my library path? This is on an iMac which was newly upgraded to Snow Leopard. xcode was also upgraded to version 3.2 (1610). I upgraded libxml2 to 2.7.3 but that didn't help. Any help is appreciated. iJosh-2:~ joshuaxls$ sudo port install git-core ---> Computing dependencies for git-core ---> Building git-core Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_git-core/work/git-1.6.4.2" && /usr/bin/make -j2 all CFLAGS="-Wall -O2 -I/opt/local/include" LDFLAGS="-L/opt/local/lib" CC=/usr/bin/gcc-4.2 prefix=/opt/local CURLDIR=/opt/local OPENSSLDIR=/opt/local ICONVDIR=/opt/local PERL_PATH="/opt/local/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 NO_R_TO_GCC_LINKER=1 " returned error 2 Command output: _lock_remote in http-push.o _main in http-push.o "_XML_GetErrorCode", referenced from: _remote_ls in http-push.o _lock_remote in http-push.o _main in http-push.o "_XML_SetElementHandler", referenced from: _remote_ls in http-push.o _lock_remote in http-push.o _main in http-push.o "_XML_ParserCreate", referenced from: _remote_ls in http-push.o _lock_remote in http-push.o _main in http-push.o "_XML_ParserFree", referenced from: _remote_ls in http-push.o _lock_remote in http-push.o _main in http-push.o "_XML_SetUserData", referenced from: _remote_ls in http-push.o _lock_remote in http-push.o _main in http-push.o "_XML_Parse", referenced from: _remote_ls in http-push.o _lock_remote in http-push.o _main in http-push.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [git-http-push] Error 1 make: *** Waiting for unfinished jobs.... Error: Status 1 encountered during processing. -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Thu Sep 10 13:35:58 2009 From: blb at macports.org (Bryan Blackburn) Date: Thu, 10 Sep 2009 14:35:58 -0600 Subject: Error building git-core In-Reply-To: <91ff228a0909101321q3c58981cg3c31f78a52df8ac1@mail.gmail.com> References: <91ff228a0909101321q3c58981cg3c31f78a52df8ac1@mail.gmail.com> Message-ID: <20090910203558.GI694@ninagal.withay.com> On Thu, Sep 10, 2009 at 01:21:49PM -0700, Joshua Slayton said: > I'm receiving the following error while attempting to build git-core. > Normally I can handle issues like this but I can't decipher what exactly the > error is. Do I have an out of date library? Something missing from my > library path? > This is on an iMac which was newly upgraded to Snow Leopard. xcode was also > upgraded to version 3.2 (1610). I upgraded libxml2 to 2.7.3 but that didn't > help. Any help is appreciated. If you did an upgrade, first be sure to read the Migration info page: Bryan [...] From face at CentosPrime.COM Thu Sep 10 16:17:59 2009 From: face at CentosPrime.COM (Chris Janton) Date: Thu, 10 Sep 2009 16:17:59 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: On 2009-09-10 , at 10:28 , Scott Haneda wrote: > First issue, reloading I use apachectl. Often times I forget to cd > to the macports area and enable Apples distro. Is chmod -x apachectl > sufficient to solve that? > > I can move, rename, symblink, or alias, but wanted opinions on the > suggested way. mac 2 # ps -axww | grep [h]ttpd 237 ?? 0:03.47 /opt/local/apache2/bin/httpd -k start 8657 ?? 0:02.64 /opt/local/apache2/bin/httpd -k start 8755 ?? 0:02.42 /opt/local/apache2/bin/httpd -k start 8844 ?? 0:00.80 /opt/local/apache2/bin/httpd -k start 8903 ?? 0:00.68 /opt/local/apache2/bin/httpd -k start 8904 ?? 0:01.14 /opt/local/apache2/bin/httpd -k start 8917 ?? 0:00.56 /opt/local/apache2/bin/httpd -k start 8918 ?? 0:00.18 /opt/local/apache2/bin/httpd -k start 8921 ?? 0:00.82 /opt/local/apache2/bin/httpd -k start 8939 ?? 0:00.58 /opt/local/apache2/bin/httpd -k start 8978 ?? 0:00.17 /opt/local/apache2/bin/httpd -k start mac 3 # sudo /opt/local/apache2/bin/apachectl graceful mac 4 # ps -axww | grep [h]ttpd 237 ?? 0:03.63 /opt/local/apache2/bin/httpd -k start 9015 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start 9016 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start 9017 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start 9018 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start 9019 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start mac 7 # ps -axww | grep [a]pache 69 ?? 0:00.37 /opt/local/bin/daemondo --label=apache2 -- start-cmd /opt/local/etc/LaunchDaemons/org.macports.apache2/ apache2.wrapper start ; --stop-cmd /opt/local/etc/LaunchDaemons/ org.macports.apache2/apache2.wrapper stop ; --restart-cmd /opt/local/ etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart ; -- pid=none 237 ?? 0:03.64 /opt/local/apache2/bin/httpd -k start 9015 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start 9016 ?? 0:00.23 /opt/local/apache2/bin/httpd -k start 9017 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start 9018 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start 9019 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start 9031 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start launchctl is starting process 69 (and keeping an eye on it), not the httpd processes. You could always do sudo kill -SIGHUP 69 which is how you get daemondo to issue the "restart" command. I use apachectl graceful a *lot* and have not ever had difficulty with launchctl (mysql, a different story) If you change permissions on /usr/sbin/apachectl like this mac 11 # sudo chmod -x /usr/sbin/httpd mac 12 # apachectl /usr/sbin/apachectl: line 119: /usr/sbin/httpd: Permission denied you will get the reminder you need to actually execute /opt/local/ apache2/bin/apachectl or you could just put this in your profile alias apachectl=/opt/local/apache2/bin/apachectl 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From ryandesign at macports.org Thu Sep 10 17:25:19 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 10 Sep 2009 19:25:19 -0500 Subject: PHP 5.3 error with apache 2.2.11 (worker mode mpm) In-Reply-To: References: <2376B12E-1F66-4192-AB14-0D925BC204F3@macports.org> Message-ID: On Aug 2, 2009, at 00:21, Ryan Schmidt wrote: >> And, if you enable "worker-mode mpm" variant in apache 2.2.X >> every php module will be compile with thread-safe flag (aka zts), >> this is same as FreeBSD ports. > > Hmm, I see. I don't know much about FreeBSD ports. I've never tried > anything other than the default mpm for apache2. I have now been able to verify that trying to build php5 with both the +apache2 and +fastcgi variants does not work when apache2 is compiled with the +workermpm variant. http://trac.macports.org/ticket/21281 I believe my solution will be to prevent installation of php5 when apache2 is not compiled with its default +preforkmpm variant. > Curiously, the apache2 port doesn't define its mpm variants very > well. I'll file a ticket about that. This was fixed: http://trac.macports.org/ticket/20516 From face at CentosPrime.COM Fri Sep 11 06:35:25 2009 From: face at CentosPrime.COM (Chris Janton) Date: Fri, 11 Sep 2009 06:35:25 -0700 Subject: ffmpeg - can't deactivate Message-ID: SL 10.6 - Macports 1.8 - selfupdated I now have multiple versions of ffmpeg installed/active ffmpeg @0.5_3 (active) ffmpeg @0.5_3+darwin_10 (active) I cannot discover any command which will deactivate mac 12 # sudo port uninstall -f ffmpeg @0.5_3+dawwin_10 Error: port uninstall failed: Registry error: ffmpeg 0.5_3+dawwin_10 not registered as installed. mac 13 # sudo port uninstall -f ffmpeg @0.5_3 Error: port uninstall failed: Registry error: Please specify the name of the port. The following installed ports are outdated: ffmpeg 0.5_3 < 0.5_4 ffmpeg 0.5_3 < 0.5_4 I can't upgrade (activate fails) due to above errors. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From devans at macports.org Fri Sep 11 07:01:16 2009 From: devans at macports.org (David Evans) Date: Fri, 11 Sep 2009 07:01:16 -0700 Subject: ffmpeg - can't deactivate In-Reply-To: References: Message-ID: <4AAA582C.1060205@macports.org> Chris Janton wrote: > SL 10.6 - Macports 1.8 - selfupdated > > I now have multiple versions of ffmpeg installed/active > > ffmpeg @0.5_3 (active) > ffmpeg @0.5_3+darwin_10 (active) > > I cannot discover any command which will deactivate > > mac 12 # sudo port uninstall -f ffmpeg @0.5_3+dawwin_10 > Error: port uninstall failed: Registry error: ffmpeg 0.5_3+dawwin_10 > not registered as installed. Looks like a mis-spelling: dawwin_10 -> darwin_10 > mac 13 # sudo port uninstall -f ffmpeg @0.5_3 > Error: port uninstall failed: Registry error: Please specify the name > of the port. > > The following installed ports are outdated: > ffmpeg 0.5_3 < 0.5_4 > ffmpeg 0.5_3 < 0.5_4 > > I can't upgrade (activate fails) due to above errors. > > 8) > ---------------------------------- > Chris Janton - face at CentosPrime dot COM > Netminder for Opus1.COM > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From face at CentosPrime.COM Fri Sep 11 07:43:50 2009 From: face at CentosPrime.COM (Chris Janton) Date: Fri, 11 Sep 2009 07:43:50 -0700 Subject: ffmpeg - can't deactivate In-Reply-To: <4AAA582C.1060205@macports.org> References: <4AAA582C.1060205@macports.org> Message-ID: <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> On 2009-09-11 , at 07:01 , David Evans wrote: > Looks like a mis-spelling: dawwin_10 -> darwin_10 > mac 1 # port installed | grep mpeg ffmpeg @0.5_3 (active) ffmpeg @0.5_3+darwin_10 (active) ffmpeg @0.5_4+darwin_10 smpeg @0.4.4_8 (active) mac 2 # sudo port deactivate ffmpeg @0.5_3+darwin_10 Error: port deactivate failed: Registry error: Please specify the name of the port. mac 3 # sudo port deactivate ffmpeg @0.5_3 Error: port deactivate failed: Registry error: Please specify the name of the port. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From bobspryn+nabble at gmail.com Fri Sep 11 08:07:59 2009 From: bobspryn+nabble at gmail.com (bobbygolucky) Date: Fri, 11 Sep 2009 08:07:59 -0700 (PDT) Subject: 10.6.1 breaks php? apache? Message-ID: <25395096.post@talk.nabble.com> Not sure what's going on, after the 10.6.1 updates, getting this error: httpd: Syntax error on line 115 of /opt/local/apache2/conf/httpd.conf: Cannot load /opt/local/apache2/modules/libphp5.so into server: dlopen(/opt/local/apache2/modules/libphp5.so, 10): Library not loaded: /opt/local/lib/libcurl.4.dylib\n Referenced from: /opt/local/apache2/modules/libphp5.so\n Reason: no suitable image found. Did find:\n\t/opt/local/lib/libcurl.4.dylib: mach-o, but wrong architecture\n\t/opt/local/lib/libcurl.4.dylib: mach-o, but wrong architecture I don't think the libcurl is necessarily the error. Any idea what I go about doing here? Best, Bob -- View this message in context: http://www.nabble.com/10.6.1-breaks-php--apache--tp25395096p25395096.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From dluke at geeklair.net Fri Sep 11 08:36:06 2009 From: dluke at geeklair.net (Daniel J. Luke) Date: Fri, 11 Sep 2009 11:36:06 -0400 Subject: 10.6.1 breaks php? apache? In-Reply-To: <25395096.post@talk.nabble.com> References: <25395096.post@talk.nabble.com> Message-ID: On Sep 11, 2009, at 11:07 AM, bobbygolucky wrote: > Not sure what's going on, after the 10.6.1 updates, getting this > error: > > httpd: Syntax error on line 115 of /opt/local/apache2/conf/httpd.conf: > Cannot load /opt/local/apache2/modules/libphp5.so into server: > dlopen(/opt/local/apache2/modules/libphp5.so, 10): Library not loaded: > /opt/local/lib/libcurl.4.dylib\n Referenced from: > /opt/local/apache2/modules/libphp5.so\n Reason: no suitable image > found. > Did find:\n\t/opt/local/lib/libcurl.4.dylib: mach-o, but wrong > architecture\n\t/opt/local/lib/libcurl.4.dylib: mach-o, but wrong > architecture > > I don't think the libcurl is necessarily the error. Why don't you think that? > Any idea what I go about doing here? The first thing I would do would be to check the architecture of /opt/ local/lib/libcurl.4.dylib (and/or reinstall it) -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part URL: From bobspryn+nabble at gmail.com Fri Sep 11 08:59:26 2009 From: bobspryn+nabble at gmail.com (bobbygolucky) Date: Fri, 11 Sep 2009 08:59:26 -0700 (PDT) Subject: 10.6.1 breaks php? apache? In-Reply-To: References: <25395096.post@talk.nabble.com> Message-ID: <25403677.post@talk.nabble.com> Thanks Daniel, My thought was I haven't changed anything about libcurl since I did the software update, and it was working previously. I'll try and reinstall it. Can I do so separately? I think it came down with the php port. Best, Bob -- View this message in context: http://www.nabble.com/10.6.1-breaks-php--apache--tp25395096p25403677.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From dluke at geeklair.net Fri Sep 11 09:10:35 2009 From: dluke at geeklair.net (Daniel J. Luke) Date: Fri, 11 Sep 2009 12:10:35 -0400 Subject: 10.6.1 breaks php? apache? In-Reply-To: <25403677.post@talk.nabble.com> References: <25395096.post@talk.nabble.com> <25403677.post@talk.nabble.com> Message-ID: <1DD34FA3-16B4-49CB-9609-6CB3B91F677B@geeklair.net> On Sep 11, 2009, at 11:59 AM, bobbygolucky wrote: > My thought was I haven't changed anything about libcurl since I did > the > software update, and it was working previously. I don't have 10.6 yet, and so haven't looked at the update, but it's very unlikely that it touched anything in /opt/local (as that's specifically one of the reasons why /opt/local is the default prefix for macports). > I'll try and reinstall it. > Can I do so separately? yes. % port provides /opt/local/lib/libcurl.4.dylib /opt/local/lib/libcurl.4.dylib is provided by: curl % sudo port -f uninstall curl % sudo port -f clean --archive curl # This step is only necessary if you have archive mode turned on % sudo port install curl > I think it came down with the php port. You can run 'file' on the that libcurl dylib first if you want to check to see if it has the wrong architecture... -- Daniel J. Luke +========================================================+ | *---------------- dluke at geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 194 bytes Desc: This is a digitally signed message part URL: From devans at macports.org Fri Sep 11 09:20:48 2009 From: devans at macports.org (David Evans) Date: Fri, 11 Sep 2009 09:20:48 -0700 Subject: ffmpeg - can't deactivate In-Reply-To: <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> References: <4AAA582C.1060205@macports.org> <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> Message-ID: <4AAA78E0.2080300@macports.org> Chris Janton wrote: > On 2009-09-11 , at 07:01 , David Evans wrote: > >> Looks like a mis-spelling: dawwin_10 -> darwin_10 >> > > mac 1 # port installed | grep mpeg > ffmpeg @0.5_3 (active) > ffmpeg @0.5_3+darwin_10 (active) > ffmpeg @0.5_4+darwin_10 > smpeg @0.4.4_8 (active) > mac 2 # sudo port deactivate ffmpeg @0.5_3+darwin_10 > Error: port deactivate failed: Registry error: Please specify the name > of the port. > mac 3 # sudo port deactivate ffmpeg @0.5_3 > Error: port deactivate failed: Registry error: Please specify the name > of the port. > > 8) > ---------------------------------- > Chris Janton - face at CentosPrime dot COM > Netminder for Opus1.COM > > So this looks like you have a corrupted registry as it shouldn't be possible to have two versions active at the same time. I'm not sure how to fix this. From jmr at macports.org Fri Sep 11 09:34:15 2009 From: jmr at macports.org (Joshua Root) Date: Sat, 12 Sep 2009 02:34:15 +1000 Subject: ffmpeg - can't deactivate In-Reply-To: <4AAA78E0.2080300@macports.org> References: <4AAA582C.1060205@macports.org> <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> <4AAA78E0.2080300@macports.org> Message-ID: <4AAA7C07.60002@macports.org> On 2009-9-12 02:20, David Evans wrote: > So this looks like you have a corrupted registry as it shouldn't be > possible to have two versions active at the same time. > I'm not sure how to fix this. Receipts aren't very hard to edit by hand, especially when it's just something like flipping the active bit. - Josh From devans at macports.org Fri Sep 11 10:20:46 2009 From: devans at macports.org (David Evans) Date: Fri, 11 Sep 2009 10:20:46 -0700 Subject: ffmpeg - can't deactivate In-Reply-To: <4AAA7C07.60002@macports.org> References: <4AAA582C.1060205@macports.org> <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> <4AAA78E0.2080300@macports.org> <4AAA7C07.60002@macports.org> Message-ID: <4AAA86EE.2040603@macports.org> Joshua Root wrote: > On 2009-9-12 02:20, David Evans wrote: > >> So this looks like you have a corrupted registry as it shouldn't be >> possible to have two versions active at the same time. >> I'm not sure how to fix this. >> > > Receipts aren't very hard to edit by hand, especially when it's just > something like flipping the active bit. > > - Josh > > So, in this case, how do you tell what is really active and what is not? Dave From talklists at newgeo.com Fri Sep 11 12:09:59 2009 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 11 Sep 2009 12:09:59 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: On Sep 10, 2009, at 4:17 PM, Chris Janton wrote: > On 2009-09-10 , at 10:28 , Scott Haneda wrote: > >> First issue, reloading I use apachectl. Often times I forget to cd >> to the macports area and enable Apples distro. Is chmod -x >> apachectl sufficient to solve that? >> >> I can move, rename, symblink, or alias, but wanted opinions on the >> suggested way. > > mac 2 # ps -axww | grep [h]ttpd > 237 ?? 0:03.47 /opt/local/apache2/bin/httpd -k start [snip...] > mac 3 # sudo /opt/local/apache2/bin/apachectl graceful > mac 4 # ps -axww | grep [h]ttpd > 237 ?? 0:03.63 /opt/local/apache2/bin/httpd -k start [snip...] > 9019 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start > > mac 7 # ps -axww | grep [a]pache > 69 ?? 0:00.37 /opt/local/bin/daemondo --label=apache2 -- > start-cmd /opt/local/etc/LaunchDaemons/org.macports.apache2/ > apache2.wrapper start ; --stop-cmd /opt/local/etc/LaunchDaemons/ > org.macports.apache2/apache2.wrapper stop ; --restart-cmd /opt/local/ > etc/LaunchDaemons/org.macports.apache2/apache2.wrapper restart ; -- > pid=none > 237 ?? 0:03.64 /opt/local/apache2/bin/httpd -k start > 9015 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start [snip...] > I use apachectl graceful a *lot* and have not ever had difficulty > with launchctl (mysql, a different story) Care to share the MySql issues? > If you change permissions on /usr/sbin/apachectl like this > > mac 11 # sudo chmod -x /usr/sbin/httpd > mac 12 # apachectl > /usr/sbin/apachectl: line 119: /usr/sbin/httpd: Permission denied I may, last resort until I understand what is going on here. > you will get the reminder you need to actually execute /opt/local/ > apache2/bin/apachectl > > or you could just put this in your profile > > alias apachectl=/opt/local/apache2/bin/apachectl First thing I did, but it does not seem to work $grep apache .bashrc alias apachectl='/opt/local/apache2/bin/apachectl' Not sure if `which` looks at aliases first: $which apachectl /usr/sbin/apachectl sudo apachectl graceful started the OS X Apache _www 78366 0.0 0.0 2700828 724 ?? S 11:57AM 0:00.00 /usr/sbin/httpd -D FOREGROUND root 78365 0.0 0.1 2700828 3992 ?? Ss 11:57AM 0:00.59 /usr/sbin/httpd -D FOREGROUND It also took over the MacPorts one. How come I do not get a port 80 conflict to begin with? /opt/local/apache2/bin/httpd -k graceful /opt/local/apache2/bin/httpd -k graceful /opt/local/apache2/bin/httpd -k graceful I never understood that, and still do not. I went ahead and sudo chmod -x /usr/sbin/httpd, then ran sudo apachectl graceful, no error, and it seems to have not started Apple's Apache. How would I get this to reflect the /opt location? $whereis apachectl /usr/sbin/apachectl Ah ha! This is my problem: $alias -p alias apachectl='/opt/local/apache2/bin/apachectl' alias foo='pico -w test' alias l='ls -lAG' $sudo alias -p null result Any idea how to solve that, and get sudo to use my aliases? -- Scott * If you contact me off list replace talklists@ with scott@ * From brad at pixilla.com Fri Sep 11 12:18:01 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Fri, 11 Sep 2009 15:18:01 -0400 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: <2E43CC89-3FAD-49EC-A019-2EB17D8FDEBE@pixilla.com> On Sep 11, 2009, at 3:09 PM, Scott Haneda wrote: > On Sep 10, 2009, at 4:17 PM, Chris Janton wrote: > >> On 2009-09-10 , at 10:28 , Scott Haneda wrote: >> >>> First issue, reloading I use apachectl. Often times I forget to cd >>> to the macports area and enable Apples distro. Is chmod -x >>> apachectl sufficient to solve that? >>> >>> I can move, rename, symblink, or alias, but wanted opinions on the >>> suggested way. >> >> mac 2 # ps -axww | grep [h]ttpd >> 237 ?? 0:03.47 /opt/local/apache2/bin/httpd -k start > > [snip...] > >> mac 3 # sudo /opt/local/apache2/bin/apachectl graceful >> mac 4 # ps -axww | grep [h]ttpd >> 237 ?? 0:03.63 /opt/local/apache2/bin/httpd -k start > > [snip...] > >> 9019 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start >> >> mac 7 # ps -axww | grep [a]pache >> 69 ?? 0:00.37 /opt/local/bin/daemondo --label=apache2 -- >> start-cmd /opt/local/etc/LaunchDaemons/org.macports.apache2/ >> apache2.wrapper start ; --stop-cmd /opt/local/etc/LaunchDaemons/ >> org.macports.apache2/apache2.wrapper stop ; --restart-cmd /opt/ >> local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper >> restart ; --pid=none >> 237 ?? 0:03.64 /opt/local/apache2/bin/httpd -k start >> 9015 ?? 0:00.00 /opt/local/apache2/bin/httpd -k start > > [snip...] > >> I use apachectl graceful a *lot* and have not ever had difficulty >> with launchctl (mysql, a different story) > > Care to share the MySql issues? > >> If you change permissions on /usr/sbin/apachectl like this >> >> mac 11 # sudo chmod -x /usr/sbin/httpd >> mac 12 # apachectl >> /usr/sbin/apachectl: line 119: /usr/sbin/httpd: Permission denied > > I may, last resort until I understand what is going on here. > >> you will get the reminder you need to actually execute /opt/local/ >> apache2/bin/apachectl >> >> or you could just put this in your profile >> >> alias apachectl=/opt/local/apache2/bin/apachectl > > > First thing I did, but it does not seem to work > $grep apache .bashrc > alias apachectl='/opt/local/apache2/bin/apachectl' > > Not sure if `which` looks at aliases first: > $which apachectl > /usr/sbin/apachectl > > sudo apachectl graceful started the OS X Apache > _www 78366 0.0 0.0 2700828 724 ?? S 11:57AM > 0:00.00 /usr/sbin/httpd -D FOREGROUND > root 78365 0.0 0.1 2700828 3992 ?? Ss 11:57AM > 0:00.59 /usr/sbin/httpd -D FOREGROUND > > It also took over the MacPorts one. How come I do not get a port 80 > conflict to begin with? > > /opt/local/apache2/bin/httpd -k graceful > /opt/local/apache2/bin/httpd -k graceful > /opt/local/apache2/bin/httpd -k graceful > > I never understood that, and still do not. > > I went ahead and sudo chmod -x /usr/sbin/httpd, then ran sudo > apachectl graceful, no error, and it seems to have not started > Apple's Apache. > > How would I get this to reflect the /opt location? > $whereis apachectl > /usr/sbin/apachectl Just put /opt/local/apache2/bin/ at the front of your PATH env var. // Brad From talklists at newgeo.com Fri Sep 11 12:34:32 2009 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 11 Sep 2009 12:34:32 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: <2E43CC89-3FAD-49EC-A019-2EB17D8FDEBE@pixilla.com> References: <2E43CC89-3FAD-49EC-A019-2EB17D8FDEBE@pixilla.com> Message-ID: <0A65ADAD-9A43-49D7-8C63-52994B13B41D@newgeo.com> >> How would I get this to reflect the /opt location? >> $whereis apachectl >> /usr/sbin/apachectl > > Just put /opt/local/apache2/bin/ at the front of your PATH env var. I have had that for ages: $echo $PATH /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/sbin:/ sbin:/usr/local/bin:/usr/X11/bin Maybe it can not be changed: DESCRIPTION The whereis utility checks the standard binary directories for the speci- fied programs, printing out the paths of any it finds. I think the answer is going to be to use `which` $which perl /opt/local/bin/perl $whereis perl /usr/bin/perl Or maybe even better: $which -a perl /opt/local/bin/perl /usr/bin/perl -- Scott * If you contact me off list replace talklists@ with scott@ * From kuepper.jochen at googlemail.com Fri Sep 11 12:48:23 2009 From: kuepper.jochen at googlemail.com (=?iso-8859-1?Q?Jochen_K=FCpper?=) Date: Fri, 11 Sep 2009 21:48:23 +0200 Subject: Apache 2 - am I doing it wrong? In-Reply-To: <0A65ADAD-9A43-49D7-8C63-52994B13B41D@newgeo.com> References: <2E43CC89-3FAD-49EC-A019-2EB17D8FDEBE@pixilla.com> <0A65ADAD-9A43-49D7-8C63-52994B13B41D@newgeo.com> Message-ID: <80145A92-0EF0-4B4A-A1E4-F2EBFE4C7B8E@googlemail.com> On 11.09.2009, at 21:34, Scott Haneda wrote: >> Just put /opt/local/apache2/bin/ at the front of your PATH env var. > > I have had that for ages: > $echo $PATH > /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/ > sbin:/sbin:/usr/local/bin:/usr/X11/bin Do you see the difference between /opt/local/apache2/bin/ and /opt/local/bin ? From ryandesign at macports.org Fri Sep 11 12:48:20 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 11 Sep 2009 14:48:20 -0500 Subject: ffmpeg - can't deactivate In-Reply-To: <4AAA86EE.2040603@macports.org> References: <4AAA582C.1060205@macports.org> <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> <4AAA78E0.2080300@macports.org> <4AAA7C07.60002@macports.org> <4AAA86EE.2040603@macports.org> Message-ID: On Sep 11, 2009, at 12:20, David Evans wrote: > Joshua Root wrote: >> On 2009-9-12 02:20, David Evans wrote: >> >>> So this looks like you have a corrupted registry as it shouldn't be >>> possible to have two versions active at the same time. >>> I'm not sure how to fix this. >> >> Receipts aren't very hard to edit by hand, especially when it's just >> something like flipping the active bit. > > So, in this case, how do you tell what is really active and what is > not? Probably doesn't matter much. Pick one, make it active, then uninstall both, then reinstall, just to be sure. From talklists at newgeo.com Fri Sep 11 13:07:22 2009 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 11 Sep 2009 13:07:22 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: <80145A92-0EF0-4B4A-A1E4-F2EBFE4C7B8E@googlemail.com> References: <2E43CC89-3FAD-49EC-A019-2EB17D8FDEBE@pixilla.com> <0A65ADAD-9A43-49D7-8C63-52994B13B41D@newgeo.com> <80145A92-0EF0-4B4A-A1E4-F2EBFE4C7B8E@googlemail.com> Message-ID: <1AB54E9E-0AF5-4B2E-BB3F-79D4DF9AEB7F@newgeo.com> On Sep 11, 2009, at 12:48 PM, Jochen K?pper wrote: > On 11.09.2009, at 21:34, Scott Haneda wrote: > >>> Just put /opt/local/apache2/bin/ at the front of your PATH env var. >> >> I have had that for ages: >> $echo $PATH >> /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/ >> sbin:/sbin:/usr/local/bin:/usr/X11/bin > > Do you see the difference between > /opt/local/apache2/bin/ > and > /opt/local/bin > ? Wow, , ugh, feeling silly... thanks -- Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Fri Sep 11 13:08:56 2009 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 11 Sep 2009 13:08:56 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: <80145A92-0EF0-4B4A-A1E4-F2EBFE4C7B8E@googlemail.com> References: <2E43CC89-3FAD-49EC-A019-2EB17D8FDEBE@pixilla.com> <0A65ADAD-9A43-49D7-8C63-52994B13B41D@newgeo.com> <80145A92-0EF0-4B4A-A1E4-F2EBFE4C7B8E@googlemail.com> Message-ID: On Sep 11, 2009, at 12:48 PM, Jochen K?pper wrote: > On 11.09.2009, at 21:34, Scott Haneda wrote: > >>> Just put /opt/local/apache2/bin/ at the front of your PATH env var. >> >> I have had that for ages: >> $echo $PATH >> /opt/local/bin:/opt/local/sbin:/Users/me/bin:/usr/bin:/bin:/usr/ >> sbin:/sbin:/usr/local/bin:/usr/X11/bin > > Do you see the difference between > /opt/local/apache2/bin/ > and > /opt/local/bin > ? I know this has been brought up before, but if it matters... What the heck is apache2 doing in /opt/local anyway, it is the only app I have ever installed that dumps itself there. -- Scott * If you contact me off list replace talklists@ with scott@ * From ryandesign at macports.org Fri Sep 11 13:17:19 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 11 Sep 2009 15:17:19 -0500 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: <2E43CC89-3FAD-49EC-A019-2EB17D8FDEBE@pixilla.com> <0A65ADAD-9A43-49D7-8C63-52994B13B41D@newgeo.com> <80145A92-0EF0-4B4A-A1E4-F2EBFE4C7B8E@googlemail.com> Message-ID: On Sep 11, 2009, at 15:08, Scott Haneda wrote: > I know this has been brought up before, but if it matters... > What the heck is apache2 doing in /opt/local anyway, it is the only > app I have ever installed that dumps itself there. I see you filed a ticket http://trac.macports.org/ticket/21315 I haven't re-read the thread you pointed to but on first glance I would think this change could be made. I should probably re-read the thread though to remind myself what the issues are. From talklists at newgeo.com Fri Sep 11 14:16:31 2009 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 11 Sep 2009 14:16:31 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: <2E43CC89-3FAD-49EC-A019-2EB17D8FDEBE@pixilla.com> <0A65ADAD-9A43-49D7-8C63-52994B13B41D@newgeo.com> <80145A92-0EF0-4B4A-A1E4-F2EBFE4C7B8E@googlemail.com> Message-ID: On Sep 11, 2009, at 1:17 PM, Ryan Schmidt wrote: > On Sep 11, 2009, at 15:08, Scott Haneda wrote: > >> I know this has been brought up before, but if it matters... >> What the heck is apache2 doing in /opt/local anyway, it is the only >> app I have ever installed that dumps itself there. > > I see you filed a ticket > > http://trac.macports.org/ticket/21315 > > I haven't re-read the thread you pointed to but on first glance I > would think this change could be made. I should probably re-read the > thread though to remind myself what the issues are. Added a little comment that may jog your memory: http://trac.macports.org/ticket/21315#comment:4 -- Scott * If you contact me off list replace talklists@ with scott@ * From face at CentosPrime.COM Fri Sep 11 15:58:58 2009 From: face at CentosPrime.COM (Chris Janton) Date: Fri, 11 Sep 2009 15:58:58 -0700 Subject: ffmpeg - can't deactivate In-Reply-To: References: <4AAA582C.1060205@macports.org> <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> <4AAA78E0.2080300@macports.org> <4AAA7C07.60002@macports.org> <4AAA86EE.2040603@macports.org> Message-ID: <3A2A1104-F82C-44D8-9EE1-BE66874C5298@centosprime.com> On 2009-09-11 , at 12:48 , Ryan Schmidt wrote: >>> Receipts aren't very hard to edit by hand, especially when it's just >>> something like flipping the active bit. >> >> So, in this case, how do you tell what is really active and what is >> not? > > Probably doesn't matter much. Pick one, make it active, then > uninstall both, then reinstall, just to be sure. If someone will point me towards the description of how to do that I will, and send the detailed steps back to the list. Thanks. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From face at CentosPrime.COM Fri Sep 11 16:03:53 2009 From: face at CentosPrime.COM (Chris Janton) Date: Fri, 11 Sep 2009 16:03:53 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: On 2009-09-11 , at 12:09 , Scott Haneda wrote: >> I use apachectl graceful a *lot* and have not ever had difficulty >> with launchctl (mysql, a different story) > > Care to share the MySql issues? I have the mysql data and logs split entirely different volumes. Logs on /, data on /Volumes/data, innodb in separate files. Sometimes the data volume is not ready when mysql starts, so it exits due to lack of data files. I have to check after each reboot. Since Snow Leopard that hasn't been a problem. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From xmin0s at gmail.com Fri Sep 11 16:09:25 2009 From: xmin0s at gmail.com (Tim Eberhard) Date: Fri, 11 Sep 2009 18:09:25 -0500 Subject: mac ports error Message-ID: <2c52b84e0909111609x6c255ab8lfefe554ec2c39c4a@mail.gmail.com> All, I've checked the faq and known issues as well as searched google for this problem, but I was wondering if anyone else is encountering this issue. I reinstalled ports after upgraded to Snow Leopard. I downloaded the latest xcode (xcode3210a432) and installed the latest ports (MacPorts-1.8.0-10.6-SnowLeopard) Something is majorly borked with ports right now though. localhost:~ tle4729$ sudo port selfupdate Warning: No index(es) found! Have you synced your source indexes? ---> Updating the ports tree Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: invalid command name "findBinary" localhost:~ tle4729$ nano localhost:~ tle4729$ sudo port -d sync Warning: No index(es) found! Have you synced your source indexes? DEBUG: Synchronizing ports tree(s) Synchronizing local ports tree from http://www.macports.org/files/ports.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 7260k 100 7260k 0 0 699k 0 0:00:10 0:00:10 --:--:-- 753k DEBUG: invalid command name "findBinary" while executing "findBinary tar $macports::autoconf::tar_path" (procedure "mportsync" line 109) invoked from within "mportsync [array get global_options]" port sync failed: invalid command name "findBinary" localhost:~ tle4729$ sudo port -d selfupdate Password: Warning: No index(es) found! Have you synced your source indexes? ---> Updating the ports tree DEBUG: Synchronizing ports tree(s) Synchronizing local ports tree from http://www.macports.org/files/ports.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 7260k 100 7260k 0 0 702k 0 0:00:10 0:00:10 --:--:-- 753k DEBUG: Couldn't sync the ports tree: invalid command name "findBinary" while executing "macports::selfupdate [array get global_options]" Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: invalid command name "findBinary" I would appreciate any input and advise on how to fix this. I already uninstalled all my previous ports and I would *really* like them back :) Thanks, -Tim Eberhard -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Fri Sep 11 16:26:31 2009 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 11 Sep 2009 16:26:31 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: On Sep 11, 2009, at 4:03 PM, Chris Janton wrote: > On 2009-09-11 , at 12:09 , Scott Haneda wrote: > >>> I use apachectl graceful a *lot* and have not ever had difficulty >>> with launchctl (mysql, a different story) >> >> Care to share the MySql issues? > > I have the mysql data and logs split entirely different volumes. > Logs on /, data on /Volumes/data, innodb in separate files. > > Sometimes the data volume is not ready when mysql starts, so it > exits due to lack of data files. > I have to check after each reboot. > > Since Snow Leopard that hasn't been a problem. While Snow has solved this for you, I wonder if this would be a valid approach; WatchPaths /Volumes/mysql/data ... I believe this would then launch mysql when the volume was up. A second plist would do the keeping mysql up part, which would be told to wait a little while before the first launch. Or, hmm, mysqld_safe5 is just a script, you could source in a if ! -d / Volumes/mysql/data exit; Launchd would just keep trying until it came up. I may be way off, but it may also be worth a try as well. -- Scott * If you contact me off list replace talklists@ with scott@ * From blb at macports.org Fri Sep 11 16:38:34 2009 From: blb at macports.org (Bryan Blackburn) Date: Fri, 11 Sep 2009 17:38:34 -0600 Subject: mac ports error In-Reply-To: <2c52b84e0909111609x6c255ab8lfefe554ec2c39c4a@mail.gmail.com> References: <2c52b84e0909111609x6c255ab8lfefe554ec2c39c4a@mail.gmail.com> Message-ID: <20090911233834.GP958@ninagal.withay.com> On Fri, Sep 11, 2009 at 06:09:25PM -0500, Tim Eberhard said: > All, > > I've checked the faq and known issues as well as searched google for this > problem, but I was wondering if anyone else is encountering this issue. [...] > Warning: No index(es) found! Have you synced your source indexes? > DEBUG: Synchronizing ports tree(s) > Synchronizing local ports tree from > http://www.macports.org/files/ports.tar.gz So you're using the tarball method for source; sounds like #21034: You might want to build from source, using the release_1_8 branch so you get this fix (which will be in 1.8.1); you can check out the branch with $ svn co http://svn.macports.org/repository/macports/branches/release_1_8 Then you can follow the guide's instructions on using an svn install: Bryan [...] > > I would appreciate any input and advise on how to fix this. I already > uninstalled all my previous ports and I would *really* like them back :) > > Thanks, > -Tim Eberhard From face at CentosPrime.COM Fri Sep 11 16:39:08 2009 From: face at CentosPrime.COM (Chris Janton) Date: Fri, 11 Sep 2009 16:39:08 -0700 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: On 2009-09-11 , at 16:26 , Scott Haneda wrote: > While Snow has solved this for you, I wonder if this would be a > valid approach; > WatchPaths > > /Volumes/mysql/data > I was using KeepAlive and PathState - see msgid and the thread "launchd - wait for volume at startup" back in mid- August. That didn't seem to quite do the trick. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From xmin0s at gmail.com Fri Sep 11 18:02:43 2009 From: xmin0s at gmail.com (Tim Eberhard) Date: Fri, 11 Sep 2009 20:02:43 -0500 Subject: mac ports error In-Reply-To: <20090911233834.GP958@ninagal.withay.com> References: <2c52b84e0909111609x6c255ab8lfefe554ec2c39c4a@mail.gmail.com> <20090911233834.GP958@ninagal.withay.com> Message-ID: <2c52b84e0909111802p7dd710a7tdb7c0faeac38ab16@mail.gmail.com> Thanks Bryan, that took care of my problems. Works great now.. Sorry I didn't notice the bug, I tried to search for the more specific error I was getting and came up empty. Thanks again, -Tim Eberhard On Fri, Sep 11, 2009 at 6:38 PM, Bryan Blackburn wrote: > On Fri, Sep 11, 2009 at 06:09:25PM -0500, Tim Eberhard said: > > All, > > > > I've checked the faq and known issues as well as searched google for this > > problem, but I was wondering if anyone else is encountering this issue. > [...] > > Warning: No index(es) found! Have you synced your source indexes? > > DEBUG: Synchronizing ports tree(s) > > Synchronizing local ports tree from > > http://www.macports.org/files/ports.tar.gz > > So you're using the tarball method for source; sounds like #21034: > > > > You might want to build from source, using the release_1_8 branch so you > get > this fix (which will be in 1.8.1); you can check out the branch with > > $ svn co http://svn.macports.org/repository/macports/branches/release_1_8 > > Then you can follow the guide's instructions on using an svn install: > > > > Bryan > > [...] > > > > I would appreciate any input and advise on how to fix this. I already > > uninstalled all my previous ports and I would *really* like them back :) > > > > Thanks, > > -Tim Eberhard > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Sep 12 00:05:17 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 12 Sep 2009 02:05:17 -0500 Subject: ffmpeg - can't deactivate In-Reply-To: <3A2A1104-F82C-44D8-9EE1-BE66874C5298@centosprime.com> References: <4AAA582C.1060205@macports.org> <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> <4AAA78E0.2080300@macports.org> <4AAA7C07.60002@macports.org> <4AAA86EE.2040603@macports.org> <3A2A1104-F82C-44D8-9EE1-BE66874C5298@centosprime.com> Message-ID: <57950EA1-0407-4B03-9848-1E85F4267FBD@macports.org> On Sep 11, 2009, at 17:58, Chris Janton wrote: > On 2009-09-11 , at 12:48 , Ryan Schmidt wrote: > >>>> Receipts aren't very hard to edit by hand, especially when it's >>>> just >>>> something like flipping the active bit. >>> >>> So, in this case, how do you tell what is really active and what >>> is not? >> >> Probably doesn't matter much. Pick one, make it active, then >> uninstall both, then reinstall, just to be sure. > > If someone will point me towards the description of how to do that I > will, and send the detailed steps back to the list. Well, like it says above, edit the receipt and flip the active bit. Receipts are in /opt/local/var/macports/receipts/ On my system, I have only one ffmpeg installed: $ port installed ffmpeg The following ports are currently installed: ffmpeg @0.5_4+darwin_10 (active) And my ffmpeg receipt is in /opt/local/var/macports/receipts/ffmpeg/0.5_4+darwin_10/receipt.bz2 Using TextWrangler 3.0, I can edit bz2-compressed files directly by typing edit /opt/local/var/macports/receipts/ffmpeg/0.5_4+darwin_10/receipt.bz2 I see the string "active 1" and I can change it to "active 0" and save the file. And now: $ port installed ffmpeg The following ports are currently installed: ffmpeg @0.5_4+darwin_10 So edit the receipt of one of your active ffmpegs and make it inactive. Then use "port uninstall" to uninstall all ffmpegs that you have installed. Then, if desired, reinstall the ffmpeg you want. From brad at pixilla.com Sat Sep 12 05:24:15 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Sat, 12 Sep 2009 08:24:15 -0400 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: On Sep 11, 2009, at 7:03 PM, Chris Janton wrote: > On 2009-09-11 , at 12:09 , Scott Haneda wrote: > >>> I use apachectl graceful a *lot* and have not ever had difficulty >>> with launchctl (mysql, a different story) >> >> Care to share the MySql issues? > > I have the mysql data and logs split entirely different volumes. > Logs on /, data on /Volumes/data, innodb in separate files. > > Sometimes the data volume is not ready when mysql starts, so it > exits due to lack of data files. > I have to check after each reboot. Are you using MacPorts launchd plist which uses daemondo? I don't like this approach at all. Just do away with the MacPorts plist and make your own and add something like "Requires" and "DiskArbitration". I'm sure there is a good reason for daemondo but I don't know what that is. Launchd is already there, powerful and documented. Daemondo is either not powerful or not documented. Since we are already writing to /Library/LaunchDaemons/ why not just use Apples launchd instead? > Since Snow Leopard that hasn't been a problem. Good to know. // Brad -------------- next part -------------- An HTML attachment was scrubbed... URL: From rambiusparkisanius at gmail.com Sat Sep 12 06:00:39 2009 From: rambiusparkisanius at gmail.com (Ivan "Rambius" Ivanov) Date: Sat, 12 Sep 2009 16:00:39 +0300 Subject: /opt/local/man not added to $MANPATH Message-ID: <89ce7f740909120600i1b71180cudbb90854c5fc2dc8@mail.gmail.com> Hello, I am using MacPorts 1.8 and noticed that man(1) does not find the manual pages for programs installed as mac ports. The reason turned out to be that $PREFIX/man, in my case /opt/local/man is not in $MANPATH. I checked $HOME/.profile: # # Your previous .profile (if any) is saved as .profile.mpsaved # Setting the path for MacPorts. export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:$PATH It seems that when installing MacPorts it changes $PATH. I manually adjusted $MANPATH. Would it be appropriate if MacPorts installation adjusts $MANPATH as well? Regards Rambius -- Tangra Mega Rock: http://www.radiotangra.com From face at CentosPrime.COM Sat Sep 12 07:17:44 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sat, 12 Sep 2009 07:17:44 -0700 Subject: ffmpeg - can't deactivate In-Reply-To: <57950EA1-0407-4B03-9848-1E85F4267FBD@macports.org> References: <4AAA582C.1060205@macports.org> <4EFC92B0-1B67-4606-BCA0-9C1D83490356@CentosPrime.COM> <4AAA78E0.2080300@macports.org> <4AAA7C07.60002@macports.org> <4AAA86EE.2040603@macports.org> <3A2A1104-F82C-44D8-9EE1-BE66874C5298@centosprime.com> <57950EA1-0407-4B03-9848-1E85F4267FBD@macports.org> Message-ID: <6B2B6DD0-AE84-4C26-9A5E-3603AA76886C@CentosPrime.COM> On 2009-09-12 , at 00:05 , Ryan Schmidt wrote: > Well, like it says above, edit the receipt and flip the active bit. > Receipts are in > > /opt/local/var/macports/receipts/ > > On my system, I have only one ffmpeg installed: > > $ port installed ffmpeg > The following ports are currently installed: > ffmpeg @0.5_4+darwin_10 (active) > > And my ffmpeg receipt is in > > /opt/local/var/macports/receipts/ffmpeg/0.5_4+darwin_10/receipt.bz2 > > Using TextWrangler 3.0, I can edit bz2-compressed files directly by > typing OK - I can use BBEdit to do that - saves a lot of time - neat trick Edit /opt/local/var/macports/receipts/ffmpeg/0.5_3/receipt.bz2 change active 1 to active 0 port installed ffmpeg The following ports are currently installed: ffmpeg @0.5_3 ffmpeg @0.5_3+darwin_10 (active) ffmpeg @0.5_4+darwin_10 > So edit the receipt of one of your active ffmpegs and make it > inactive. Then use "port uninstall" to uninstall all ffmpegs that > you have installed. Then, if desired, reinstall the ffmpeg you want. That works just fine - uninstalled all of the ffmpeg, then installed the latest. Thanks for the pointers. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From jmr at macports.org Sat Sep 12 08:06:11 2009 From: jmr at macports.org (Joshua Root) Date: Sun, 13 Sep 2009 01:06:11 +1000 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: <4AABB8E3.8010107@macports.org> On 2009-9-12 22:24, Bradley Giesbrecht wrote: > I'm sure there is a good reason for daemondo but I don't know what that is. It is impedance matching for daemons that aren't happy being managed by launchd directly. That's all. - Josh From keybounce at gmail.com Sat Sep 12 11:52:53 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Sat, 12 Sep 2009 11:52:53 -0700 Subject: system hosed? In-Reply-To: <4C36757B-AB07-4157-BD3D-D06B4D078BA4@pixilla.com> References: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> <4AA77B88.7060302@macports.org> <4AA7935E.9040000@macports.org> <1bd71ad80909091005l16f77d9aie6e3c597177ac434@mail.gmail.com> <4C36757B-AB07-4157-BD3D-D06B4D078BA4@pixilla.com> Message-ID: <1bd71ad80909121152l6f15a7ccl8893f82f945c891d@mail.gmail.com> On Thu, Sep 10, 2009 at 10:00 AM, Bradley Giesbrecht wrote: > Pink Panther Isn't that just a flaw inside a large diamond? Wouldn't calling your OS "Pink Panther" be saying that it is flawed, like all OS's of that size? Why not call it "Leaping Panther"? (*) Michael (*): In the original movie, the flaw was described as looking like a Leaping Panther first, and a pink panther second. From ryandesign at macports.org Sat Sep 12 13:33:47 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 12 Sep 2009 15:33:47 -0500 Subject: Apache 2 - am I doing it wrong? In-Reply-To: References: Message-ID: <359BFD05-605E-4538-9718-10422C44AAC7@macports.org> On Sep 12, 2009, at 07:24, Bradley Giesbrecht wrote: > Are you using MacPorts launchd plist which uses daemondo? > > I don't like this approach at all. Just do away with the MacPorts > plist and make your own and add something like "Requires" and > "DiskArbitration". > > I'm sure there is a good reason for daemondo but I don't know what > that is. > > Launchd is already there, powerful and documented. > > Daemondo is either not powerful or not documented. > > Since we are already writing to /Library/LaunchDaemons/ why not just > use Apples launchd instead? One reason for Daemondo is that Launchd did not exist until Mac OS X 10.4 and MacPorts needed to work on earlier versions of Mac OS X as well. Now that MacPorts requires 10.4 or greater that need no longer applies. I'm not sure what the other reasons were. Note that MacPorts still lets you select that you want to use the older startupitems instead of launchd plists, via a macports.conf setting. I'm not sure if anybody needs that feature though and we could consider removing it now to simplify things. From artemiog at mac.com Sat Sep 12 13:34:01 2009 From: artemiog at mac.com (Artemio Gonzalez Lopez) Date: Sat, 12 Sep 2009 22:34:01 +0200 Subject: convert (from ImageMagick port) crashes with segmentation fault in Snow Leopard Message-ID: I successfully rebuilt the ImageMagick port from scratch after upgrading to Snow Leopard. However, I've just noticed that /opt/local/ bin/convert crashes with a segmentation fault error every time I try to use it: imac:~$ convert -debug All spacings.pdf spacings.gif 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: utility.c/ExpandFilenames/866/Configure Command line: convert {-debug} {All} {spacings.pdf} {spacings.gif} 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/ImageMagick-6.5.5/ config/coder.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/lib/ImageMagick-6.5.5/ config/coder.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/doc/ ImageMagick-6.5.5/coder.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/ImageMagick-6.5.5/ coder.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/Users/artemio/.magick/coder.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "coder.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: coder.c/LoadCoderList/639/Configure Loading coder configuration file "/opt/local/share/ ImageMagick-6.5.5/config/coder.xml" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/OpenModule/1154/Module Searching for module "PDF" using filename "pdf.la" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/GetMagickModulePath/549/Module Searching for coder module file "pdf.la" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/OpenModule/1163/Module Opening module at path "/opt/local/lib/ImageMagick-6.5.5/modules- Q16/coders/pdf.la" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/OpenModule/1190/Module Method "RegisterPDFImage" in module "PDF" at address 0x100823920 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/OpenModule/1204/Module Method "UnregisterPDFImage" in module "PDF" at address 0x1008238e0 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Policy convert[12438]: policy.c/IsRightsAuthorized/520/Policy Domain: Path; rights=Read; pattern="spacings.pdf" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Blob convert[12438]: blob.c/OpenBlob/2407/Blob read 3 magic header bytes 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Cache convert[12438]: cache.c/DestroyPixelCache/1504/Cache destroy 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/ImageMagick-6.5.5/ config/magic.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/lib/ImageMagick-6.5.5/ config/magic.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/doc/ ImageMagick-6.5.5/magic.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/ImageMagick-6.5.5/ magic.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/Users/artemio/.magick/magic.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "magic.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: magic.c/LoadMagicList/682/Configure Loading magic configure file "/opt/local/share/ImageMagick-6.5.5/ config/magic.xml" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Policy convert[12438]: policy.c/IsRightsAuthorized/520/Policy Domain: Coder; rights=Read; pattern="PDF" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Policy convert[12438]: policy.c/IsRightsAuthorized/520/Policy Domain: Path; rights=Read; pattern="spacings.pdf" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Blob convert[12438]: blob.c/OpenBlob/2407/Blob read 3 magic header bytes 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Cache convert[12438]: cache.c/DestroyPixelCache/1504/Cache destroy 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Policy convert[12438]: policy.c/IsRightsAuthorized/520/Policy Domain: Path; rights=Read; pattern="spacings.pdf" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Blob convert[12438]: blob.c/OpenBlob/2407/Blob read 3 magic header bytes 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/AcquireUniqueFileResource/436/Resource 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/AcquireUniqueFileResource/467/Resource /var/folders/zM/zM8CqesGGm4R6jf3pacqNk+++TI/-Tmp-/magick-z7KjVL8d 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/RelinquishUniqueFileResource/990/Resource /var/folders/zM/zM8CqesGGm4R6jf3pacqNk+++TI/-Tmp-/magick-z7KjVL8d 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/AcquireUniqueFileResource/436/Resource %????F-1.5 <>/OCGs[24 0 R 49 <>streamalog>> GPL Ghostscript 8.70 2009-09-12T21:20:19+02:00 2009-09-12T21:10:02+02:00 Adobe Illustrator(R) 13.0 2009-09-12T21:20:19+02:00 256 176 JPEG /9j/4AAQSkZJRgABAgEASABIAAD/ 7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/ +4ADkFkb2JlAGTAAAAAAf/ bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK ;DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/ 8AAEQgAsAEAAwER AAIRAQMRAf/ EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA ;AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB ;UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4 /PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo + Ck5SVlpeYmZ ;qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy ;obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0 + PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1 +f3OEhYaHiImKi4yNjo +DlJWWl5iZmp`;?_? 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/AcquireUniqueFileResource/467/Resource /var/folders/zM/zM8CqesGGm4R6jf3pacqNk+++TI/-Tmp-/magick-Nn7M2UgS 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/ImageMagick-6.5.5/ config/delegates.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/lib/ImageMagick-6.5.5/ config/delegates.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/doc/ ImageMagick-6.5.5/delegates.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/opt/local/share/ImageMagick-6.5.5/ delegates.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "/Users/artemio/.magick/delegates.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: configure.c/GetConfigureOptions/528/Configure Searching for configure file: "delegates.xml" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Configure convert[12438]: delegate.c/LoadDelegateList/1194/Configure Loading delegate configuration file "/opt/local/lib/ ImageMagick-6.5.5/config/delegates.xml" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/AcquireUniqueFileResource/436/Resource spacings.pdf 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/AcquireUniqueFileResource/467/Resource /var/folders/zM/zM8CqesGGm4R6jf3pacqNk+++TI/-Tmp-/magick-CHbUK6LZ 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Policy convert[12438]: policy.c/IsRightsAuthorized/520/Policy Domain: Path; rights=Read; pattern="/var/folders/zM/ zM8CqesGGm4R6jf3pacqNk+++TI/-Tmp-/magick-CHbUK6LZ" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Blob convert[12438]: blob.c/OpenBlob/2407/Blob read 3 magic header bytes 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Cache convert[12438]: cache.c/DestroyPixelCache/1504/Cache destroy 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/OpenModule/1154/Module Searching for module "PNM" using filename "pnm.la" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/GetMagickModulePath/549/Module Searching for coder module file "pnm.la" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/OpenModule/1163/Module Opening module at path "/opt/local/lib/ImageMagick-6.5.5/modules- Q16/coders/pnm.la" 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/OpenModule/1190/Module Method "RegisterPNMImage" in module "PNM" at address 0x100831040 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Module convert[12438]: module.c/OpenModule/1204/Module Method "UnregisterPNMImage" in module "PNM" at address 0x100830ff0 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Policy convert[12438]: policy.c/IsRightsAuthorized/520/Policy Domain: Coder; rights=Read; pattern="PNM" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Policy convert[12438]: policy.c/IsRightsAuthorized/520/Policy Domain: Path; rights=Read; pattern="/var/folders/zM/ zM8CqesGGm4R6jf3pacqNk+++TI/-Tmp-/magick-CHbUK6LZ" ... 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Blob convert[12438]: blob.c/OpenBlob/2407/Blob read 3 magic header bytes 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/AcquireMagickResource/257/Resource Area: 1.202mb/1.202mb/4gb 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Resource convert[12438]: resource.c/AcquireMagickResource/257/Resource Memory: 1.202mb/1.202mb/3gb 2009-09-12T21:30:46+02:00 0:01 0.000u 6.5.5 Cache convert[12438]: cache.c/OpenPixelCache/3867/Cache open /var/folders/zM/zM8CqesGGm4R6jf3pacqNk+++TI/-Tmp-/magick- CHbUK6LZ[0] (heap memory, 479x329 1.202mb) Segmentation fault Any suggestions as to how to fix this? Cheers, Artemio -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1893 bytes Desc: not available URL: From ryandesign at macports.org Sat Sep 12 13:35:25 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sat, 12 Sep 2009 15:35:25 -0500 Subject: /opt/local/man not added to $MANPATH In-Reply-To: <89ce7f740909120600i1b71180cudbb90854c5fc2dc8@mail.gmail.com> References: <89ce7f740909120600i1b71180cudbb90854c5fc2dc8@mail.gmail.com> Message-ID: <98A2FB1A-F2CF-4E31-96EE-A6E51300662F@macports.org> On Sep 12, 2009, at 08:00, Ivan Rambius Ivanov wrote: > I am using MacPorts 1.8 and noticed that man(1) does not find the > manual pages for programs installed as mac ports. The reason turned > out to be that $PREFIX/man, in my case /opt/local/man is not in > $MANPATH. I checked $HOME/.profile: > > # > # Your previous .profile (if any) is saved as .profile.mpsaved > # Setting the path for MacPorts. > export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:$PATH > > It seems that when installing MacPorts it changes $PATH. I manually > adjusted $MANPATH. Would it be appropriate if MacPorts installation > adjusts $MANPATH as well? Note that the correct manpath is ${prefix}/share/man, not ${prefix}/man. MacPorts installation does modify the manpath if it thinks that's necessary. I'm not sure why in your case it did not determine that it was necessary. From rambiusparkisanius at gmail.com Sat Sep 12 21:02:06 2009 From: rambiusparkisanius at gmail.com (Ivan "Rambius" Ivanov) Date: Sun, 13 Sep 2009 07:02:06 +0300 Subject: /opt/local/man not added to $MANPATH In-Reply-To: <98A2FB1A-F2CF-4E31-96EE-A6E51300662F@macports.org> References: <89ce7f740909120600i1b71180cudbb90854c5fc2dc8@mail.gmail.com> <98A2FB1A-F2CF-4E31-96EE-A6E51300662F@macports.org> Message-ID: <89ce7f740909122102q11826e36l55cd5c5ec1b91859@mail.gmail.com> Hello Ryan, On Sat, Sep 12, 2009 at 11:35 PM, Ryan Schmidt wrote: > > On Sep 12, 2009, at 08:00, Ivan Rambius Ivanov wrote: > >> I am using MacPorts 1.8 and noticed that man(1) does not find the >> manual pages for programs installed as mac ports. The reason turned >> out to be that $PREFIX/man, in my case /opt/local/man is not in >> $MANPATH. I checked $HOME/.profile: >> >> # >> # Your previous .profile ?(if any) is saved as .profile.mpsaved >> # Setting the path for MacPorts. >> export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:$PATH >> >> It seems that when installing MacPorts it changes $PATH. I manually >> adjusted $MANPATH. Would it be appropriate if MacPorts installation >> adjusts $MANPATH as well? > > Note that the correct manpath is ${prefix}/share/man, not ${prefix}/man. I have a symbolic link ${prefix}/man pointing to ${prefix}/share/man: $ ls -ald /opt/local/man lrwxr-xr-x 1 root admin 9 28 ??? 09:51 /opt/local/man -> share/man > MacPorts installation does modify the manpath if it thinks that's necessary. OK, I readjusted MANPATH to contain /opt/local/share/man: # # Your previous .profile (if any) is saved as .profile.mpsaved # Setting the path for MacPorts. export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:$PATH export MANPATH=$MANPATH:/opt/local/share/man Thank you for the clarification. > I'm not sure why in your case it did not determine that it was necessary. Hm, I remember doing a macports installation on one machine and I did not have this problem. On the current one, however, I used port selfupdate. Do you think this may be the reason? Regards Rambius -- Tangra Mega Rock: http://www.radiotangra.com From ryandesign at macports.org Sat Sep 12 22:43:09 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 13 Sep 2009 00:43:09 -0500 Subject: /opt/local/man not added to $MANPATH In-Reply-To: <89ce7f740909122102q11826e36l55cd5c5ec1b91859@mail.gmail.com> References: <89ce7f740909120600i1b71180cudbb90854c5fc2dc8@mail.gmail.com> <98A2FB1A-F2CF-4E31-96EE-A6E51300662F@macports.org> <89ce7f740909122102q11826e36l55cd5c5ec1b91859@mail.gmail.com> Message-ID: <63FF6216-FA0F-4A7C-8E2F-1E95C5003C45@macports.org> On Sep 12, 2009, at 23:02, Ivan Rambius Ivanov wrote: > Hm, I remember doing a macports installation on one machine and I did > not have this problem. On the current one, however, I used port > selfupdate. Do you think this may be the reason? Only the MacPorts Installer package on the disk image does the setup of your .profile for you. If you install manually from source you need to set it up yourself. If you use selfupdate that means you already had port installed and set up... From LenoreHorner at sbcglobal.net Sun Sep 13 07:09:03 2009 From: LenoreHorner at sbcglobal.net (Lenore Horner) Date: Sun, 13 Sep 2009 09:09:03 -0500 Subject: dbus - again! Message-ID: <28CA5DB9-0518-4BD0-8E94-2439D861A532@sbcglobal.net> I thought when I started using Gnucash, that I had gotten the dbus issues settled because Gnucash runs. However, now whenever I look at the console I see a continuous stream of things like this. -------------- next part -------------- A non-text attachment was scrubbed... Name: pastedGraphic.png Type: image/png Size: 13249 bytes Desc: not available URL: -------------- next part -------------- I remember that I spent a lot of time thrashing about dbus because various tickets had various suggestions about how it should be set up and there was much discussion here as well - a fair bit of it contradictory. Judging by the script above, what I have set at the moment isn't right. Where do I start trying to get this fixed? I recall that there was disagreement about which launchtl -w load commands should be prefaced with sudo and which should not. My recollection is that I had to use sudo on both or Gnucash didn't run. I don't even know how to check to see what I did before at this point though. TIA, Lenore From face at CentosPrime.COM Sun Sep 13 07:45:10 2009 From: face at CentosPrime.COM (Chris Janton) Date: Sun, 13 Sep 2009 07:45:10 -0700 Subject: 10.6 - macports 1.8 - openmotif - fails to configure Message-ID: openmotif needs to be upgraded (after sudo port selfupdate) - sudo port -d -v upgrade openmotif ... ---> Configuring openmotif DEBUG: Using compiler 'Mac OS X gcc 4.2' DEBUG: Executing org.macports.configure (openmotif) DEBUG: Environment: CFLAGS='-O2 -arch x86_64' CPPFLAGS='-I/opt/local/ include' CXXFLAGS='-O2 -arch x86_64' MACOSX_DEPLOYMENT_TARGET='10.6' CXX='/usr/bin/g++-4.2' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib' OBJC='/usr/bin/gcc-4.2' FCFLAGS='-O2 -m64' INSTALL='/usr/bin/install - c' OBJCFLAGS='-O2 -arch x86_64' FFLAGS='-O2 -m64' CC='/usr/bin/gcc-4.2' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif /work/openmotif-2.3.2" && ./configure --prefix=/opt/local --mandir=/ opt/local/share/man --enable-xft --enable-jpeg --enable-png --x- includes=/opt/local/include --x-libraries=/opt/local/lib' checking for /usr/X/include/X11/X.h... no checking for /usr/X11R6/include/X11/X.h... yes checking build system type... i386-apple-darwin10.0.0 checking host system type... i386-apple-darwin10.0.0 checking target system type... i386-apple-darwin10.0.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... /usr/bin/gcc-4.2 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.2 accepts -g... yes checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/bin/gcc-4.2... gcc3 checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E checking for gcc... (cached) /usr/bin/gcc-4.2 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes checking for /usr/bin/gcc-4.2 option to accept ISO C89... (cached) none needed checking dependency style of /usr/bin/gcc-4.2... (cached) gcc3 checking for a sed that does not truncate output... /opt/local/bin/gsed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++-4.2 accepts -g... yes checking dependency style of /usr/bin/g++-4.2... gcc3 checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 196608 checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.2 static flag -static works... no checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common checking if /usr/bin/g++-4.2 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.2 static flag -static works... no checking if /usr/bin/g++-4.2 supports -c -o file.o... yes checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10.0.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for byacc... no checking for flex... flex checking lex output file root... configure: error: cannot find output from flex; giving up 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_x11_openmotif /work/openmotif-2.3.2" && ./configure --prefix=/opt/local --mandir=/ opt/local/share/man --enable-xft --enable-jpeg --enable-png --x- includes=/opt/local/include --x-libraries=/opt/local/lib " returned error 1 Command output: checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.2 static flag -static works... no checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common checking if /usr/bin/g++-4.2 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.2 static flag -static works... no checking if /usr/bin/g++-4.2 supports -c -o file.o... yes checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10.0.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for byacc... no checking for flex... flex checking lex output file root... configure: error: cannot find output from flex; giving up DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/ var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif /work/openmotif-2.3.2" && ./configure --prefix=/opt/local --mandir=/ opt/local/share/man --enable-xft --enable-jpeg --enable-png --x- includes=/opt/local/include --x-libraries=/opt/local/lib " returned error 1 Command output: checking for ranlib... ranlib checking for strip... strip checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes checking if /usr/bin/gcc-4.2 static flag -static works... no checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common checking if /usr/bin/g++-4.2 PIC flag -fno-common works... yes checking if /usr/bin/g++-4.2 static flag -static works... no checking if /usr/bin/g++-4.2 supports -c -o file.o... yes checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686- apple-darwin10/4.2.1/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin10.0.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for byacc... no checking for flex... flex checking lex output file root... configure: error: cannot find output from flex; giving up while executing "$procedure $targetname" Warning: the following items did not execute (for openmotif): org.macports.destroot org.macports.configure org.macports.build Error: Unable to upgrade port: 1 mac 40 # which flex /opt/local/bin/flex mac 41 # port info flex flex @2.5.35 (devel) Variants: universal Description: Flex is a tool for generating programs that require pattern-matching on text. It is usually used together with yacc/bison to automatically generate a parser for a language grammar, e.g. the syntax of a configuration file. Homepage: http://flex.sourceforge.net/ Platforms: darwin License: BSD Maintainers: mww at macports.org mac 42 # port installed | grep flex flex @2.5.35_0 (active) 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From haloris-ports at yahoo.co.uk Sun Sep 13 09:50:23 2009 From: haloris-ports at yahoo.co.uk (Carson H.) Date: Sun, 13 Sep 2009 18:50:23 +0200 Subject: hellanzb xmlrpc Message-ID: Hello, hellanzb -- installed with MP 1.8 under Snow Leopard -- grabbed some files successfully, however XML RPC seems to be broken (tried these commands: shutdown, list, status). Anyone else experiencing this ? -- From teshler at vt.edu Sun Sep 13 10:01:17 2009 From: teshler at vt.edu (teshler) Date: Sun, 13 Sep 2009 10:01:17 -0700 (PDT) Subject: Two errors compiling wine-devel Message-ID: <25424602.post@talk.nabble.com> I have been having similar problems. I ran "sudo port -d install..." as you suggested for wine-devel. I have attached the output. Hopefully you can figure out what is going on. http://www.nabble.com/file/p25424602/wine-devel.txt wine-devel.txt >But we were originally talking about the wine-devel port, weren't we? >It builds for me, but you showed that it didn't build for you. If >that's still the case, please clean wine-devel and send me the debug >output from wine-devel so that I can see what's going on. > >sudo port -d install wine-devel build.jobs=1 2>&1 \ >| tee ~/Desktop/wine-devel.txt -- View this message in context: http://www.nabble.com/Two-errors-compiling-wine-devel-tp25247355p25424602.html Sent from the MacPorts - Users mailing list archive at Nabble.com. From andi.qld at gmail.com Sun Sep 13 16:30:05 2009 From: andi.qld at gmail.com (andi c) Date: Mon, 14 Sep 2009 09:30:05 +1000 Subject: installation failed Message-ID: <1b6bb0de0909131630q1807865ev4a1729bacc1064a6@mail.gmail.com> Hi, below I've listed my terminal output when trying to install an outdated port. All those trouble started with Snowlopard. After installing it, MacPort didn't work anymore. Installed the latest MacPort version for SnowLeopard but no luck. I have several outdated ports, but the output is almost the same for all of them. I didn't change my .profile because it worked perfect prior to SnowLeopard. Anyway, here is just the path bit: export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:$PATH My Machine: MackBook with Mac OS X 10.6 XCode version 3.2 X11 version 2.3.4 Dev Tools installed (compiler etc gc++ 4.2.1) Any help is greatly appreciated. Cheers andrea sudo port -u upgrade xorg-libXcursor Warning: Skipping upgrade since ncursesw 5.7_0 >= ncursesw 5.7_0, even though installed variants "" do not match "+darwin_10". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since ncurses 5.7_0 >= ncurses 5.7_0, even though installed variants "" do not match "+darwin_10". Use 'upgrade --enforce-variants' to switch to the requested variants. Portfile changed since last build; discarding previous state. ---> Computing dependencies for xorg-libXcursor ---> Fetching xorg-libXcursor ---> Verifying checksum(s) for xorg-libXcursor ---> Extracting xorg-libXcursor ---> Configuring xorg-libXcursor ---> Building xorg-libXcursor Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXcursor/work/libXcursor-1.1.10" && /usr/bin/make -j2 all " returned error 2 Command output: "_XRenderCreateCursor", referenced from: _XcursorImageLoadCursor in cursor.o "_XCreatePixmap", referenced from: _XcursorImageLoadCursor in cursor.o _XcursorImageLoadCursor in cursor.o _XcursorImageLoadCursor in cursor.o "_XLoadFont", referenced from: __XcursorCreateFontCursor in cursor.o "_XRenderFreePicture", referenced from: _XcursorImageLoadCursor in cursor.o "_XCreateGC", referenced from: _XcursorImageLoadCursor in cursor.o _XcursorImageLoadCursor in cursor.o "_XFreePixmap", referenced from: _XcursorImageLoadCursor in cursor.o _XcursorImageLoadCursor in cursor.o _XcursorImageLoadCursor in cursor.o "_XFreeGC", referenced from: _XcursorImageLoadCursor in cursor.o _XcursorImageLoadCursor in cursor.o "__XLockMutex_fn", referenced from: __XcursorCloseDisplay in display.o __XcursorGetDisplayInfo in display.o "_XRenderQueryExtension", referenced from: __XcursorGetDisplayInfo in display.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [libXcursor.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Unable to upgrade port: 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sun Sep 13 16:53:04 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 13 Sep 2009 18:53:04 -0500 Subject: installation failed In-Reply-To: <1b6bb0de0909131630q1807865ev4a1729bacc1064a6@mail.gmail.com> References: <1b6bb0de0909131630q1807865ev4a1729bacc1064a6@mail.gmail.com> Message-ID: <8697DC34-D2E4-4F20-8920-47742E80EE48@macports.org> On Sep 13, 2009, at 18:30, andi c wrote: > Hi, below I've listed my terminal output when trying to install an > outdated port. All those trouble started with Snowlopard. After > installing it, MacPort didn't > work anymore. Installed the latest MacPort version for SnowLeopard > but no luck. I have several outdated ports, but the output is almost > the same for all > of them. Follow the Migration procedure to rebuild all your ports: http://trac.macports.org/wiki/Migration > I didn't change my .profile because it worked perfect prior to > SnowLeopard. Anyway, here is just the path bit: > export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/:/ > usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:$PATH Remove /usr/local/bin and /usr/local/sbin from your PATH. Having things installed in /usr/local can confuse MacPorts and I recommend you remove anything that's there. From ryandesign at macports.org Sun Sep 13 16:57:17 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 13 Sep 2009 18:57:17 -0500 Subject: 10.6 - macports 1.8 - openmotif - fails to configure In-Reply-To: References: Message-ID: <6870FEF0-FCC5-4C9C-A237-BABA20E22522@macports.org> On Sep 13, 2009, at 09:45, Chris Janton wrote: > sudo port -d -v upgrade openmotif > ... > ---> Configuring openmotif [snip] > checking for flex... flex > checking lex output file root... configure: error: cannot find > output from flex; giving up [snip] > mac 42 # port installed | grep flex > flex @2.5.35_0 (active) I just upgraded openmotif to 2.3.2 yesterday, and I did so on Snow Leopard, with flex @2.5.35_0+universal installed. So I don't know why it should be failing for you. Does your flex work? If you upgraded from Leopard, did you rebuild it after doing so (wiki:Migration)? From ryandesign at macports.org Sun Sep 13 16:59:51 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 13 Sep 2009 18:59:51 -0500 Subject: Two errors compiling wine-devel In-Reply-To: <25424602.post@talk.nabble.com> References: <25424602.post@talk.nabble.com> Message-ID: <09CB0C4A-44EE-4889-8CE0-98ACD0F008A5@macports.org> On Sep 13, 2009, at 12:01, teshler wrote: > I have been having similar problems. I ran "sudo port -d > install..." as you > suggested for wine-devel. I have attached the output. Hopefully > you can > figure out what is going on. > > http://www.nabble.com/file/p25424602/wine-devel.txt wine-devel.txt Your output includes this line: ld: warning: in /opt/local/lib/libX11.dylib, file is not of required architecture This means libX11.dylib isn't built for the i386 architecture like wine needs it to be. Either rebuild libX11.dylib and all other wine dependencies with build_arch set to "i386", or probably better, rebuild all wine dependencies with the +universal variant and universal_archs set to "x86_64 i386" (which is the default). From ryandesign at macports.org Sun Sep 13 17:00:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 13 Sep 2009 19:00:53 -0500 Subject: hellanzb xmlrpc In-Reply-To: References: Message-ID: <0A6919FD-3A8C-469C-AB3F-FC3435E60A97@macports.org> On Sep 13, 2009, at 11:50, Carson H. wrote: > hellanzb -- installed with MP 1.8 under Snow Leopard -- grabbed some > files successfully, > however XML RPC seems to be broken (tried these commands: shutdown, > list, status). > > Anyone else experiencing this ? I don't know what hellanzb is or how it is used. Could you post the exact steps (e.g. commands) needed to reproduce this issue, so that others can test for it on their systems? From lists at pbw.id.au Sun Sep 13 21:35:13 2009 From: lists at pbw.id.au (Peter B. West) Date: Mon, 14 Sep 2009 14:35:13 +1000 Subject: installation failed In-Reply-To: <8697DC34-D2E4-4F20-8920-47742E80EE48@macports.org> References: <1b6bb0de0909131630q1807865ev4a1729bacc1064a6@mail.gmail.com> <8697DC34-D2E4-4F20-8920-47742E80EE48@macports.org> Message-ID: <48FBCAEF-C945-445B-8EAE-537D45DDBF6A@pbw.id.au> On 14/09/2009, at 9:53 AM, Ryan Schmidt wrote: > > On Sep 13, 2009, at 18:30, andi c wrote: > >> Hi, below I've listed my terminal output when trying to install an >> outdated port. All those trouble started with Snowlopard. After >> installing it, MacPort didn't >> work anymore. Installed the latest MacPort version for SnowLeopard >> but no luck. I have several outdated ports, but the output is >> almost the same for all >> of them. > > > Follow the Migration procedure to rebuild all your ports: > > http://trac.macports.org/wiki/Migration > > >> I didn't change my .profile because it worked perfect prior to >> SnowLeopard. Anyway, here is just the path bit: >> export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/mysql5/:/ >> usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:$PATH > > > Remove /usr/local/bin and /usr/local/sbin from your PATH. Having > things installed in /usr/local can confuse MacPorts and I recommend > you remove anything that's there. > In /usr/local/bin I have cisco vpn_client, wireshark, oodiff, some tcl binaries and gfortran. The oodiff I dropped in there as a convenient location on the PATH, but I don't remember the provenance of the tcl or gfortran. In /usr/local I have mysql, 5.1.35 and 5.1.37. Everything except the oodiff would have been placed there as part of the maker's distribution. I assume you would recommend replacing the mysql (64 bit distributions) with the MacPorts versions. I also have a MySqlWorkbench.app in Applications. I can't remember where that came from, but I assume it will continue to work with a MacPorts mysql. Peter From and.damore at macports.org Sun Sep 13 22:55:44 2009 From: and.damore at macports.org (Andrea D'Amore) Date: Mon, 14 Sep 2009 07:55:44 +0200 Subject: n00b help In-Reply-To: <80D1FC9F-7F4B-4335-A97A-3BB539F17E5F@slsware.com> References: <2380C690-258A-4B4D-8D03-E64CA71551A4@slsware.com> <7bad5d350909081310l6067adcr9357094eecb57515@mail.gmail.com> <45A48F96-6D9F-42B1-B3AB-5A4551C073D9@macports.org> <80D1FC9F-7F4B-4335-A97A-3BB539F17E5F@slsware.com> Message-ID: <9EF187BC-C0C6-4C02-8C23-E235582ACB7E@macports.org> On 09/set/09, at 17:47, ghe wrote: >> kdepim3 won't appear as its long description doesn't contain the >> word "mail", probably its descriptions should be more descriptive. > > You're going to fix that right up, right? :-) Feel free to feed me a list of applications installed by kdepim3. -- Andrea From ryandesign at macports.org Mon Sep 14 02:08:25 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 14 Sep 2009 04:08:25 -0500 Subject: Fwd: hellanzb xmlrpc References: <402FCCE9-2528-4939-A9CB-687A17497E8E@yahoo.co.uk> Message-ID: Begin forwarded message: > From: "Carson H." > Date: September 14, 2009 03:25:24 CDT > To: Ryan Schmidt > Subject: Re: hellanzb xmlrpc > > > On 14 sept. 2009, at 02:00, Ryan Schmidt wrote: > >> On Sep 13, 2009, at 11:50, Carson H. wrote: >> >>> hellanzb -- installed with MP 1.8 under Snow Leopard -- grabbed >>> some files successfully, >>> however XML RPC seems to be broken (tried these commands: >>> shutdown, list, status). >>> >>> Anyone else experiencing this ? >> >> I don't know what hellanzb is or how it is used. Could you post the >> exact steps (e.g. commands) needed to reproduce this issue, so that >> others can test for it on their systems? >> > > It's a nzb grabber written in python (no longer in development, see www.hellanzb.com > ). > > In MP 1.8 it depends on python26 and py26-twisted -- my python26 > comes from macports, not Apple. > > In Terminal start the daemon (the default config file is /opt/local/ > etc/hellanzb.conf): > >> hellanzb.py > > I could grab some files successfully. > Then try to say, shut it down by sending a shutdown command in > another window: > >> hellanzb.py shutdown > > It hangs (it worked in Leopard before MP 1.8). > > I sent an email to the maintainer. > By the way for those interested in an another nzb grabber there is a > newer project called SABnzbd+ > (www.sabnzbd.org) From haloris-ports at yahoo.co.uk Mon Sep 14 02:16:11 2009 From: haloris-ports at yahoo.co.uk (Carson H.) Date: Mon, 14 Sep 2009 11:16:11 +0200 Subject: hellanzb xmlrpc In-Reply-To: <0A6919FD-3A8C-469C-AB3F-FC3435E60A97@macports.org> References: <0A6919FD-3A8C-469C-AB3F-FC3435E60A97@macports.org> Message-ID: <99B5A3B5-254D-4220-B2CC-A40416567FD9@yahoo.co.uk> On 14 sept. 2009, at 02:00, Ryan Schmidt wrote: > > On Sep 13, 2009, at 11:50, Carson H. wrote: > >> hellanzb -- installed with MP 1.8 under Snow Leopard -- grabbed >> some files successfully, >> however XML RPC seems to be broken (tried these commands: shutdown, >> list, status). >> >> Anyone else experiencing this ? > > I don't know what hellanzb is or how it is used. Could you post the > exact steps (e.g. commands) needed to reproduce this issue, so that > others can test for it on their systems? > > > It's a nzb grabber written in python (no longer in development, see www.hellanzb.com ). In MP 1.8 it depends on python26 and py26-twisted -- my python26 comes from macports, not Apple. In Terminal start the daemon (the default config file is /opt/local/ etc/hellanzb.conf): >> hellanzb.py I could grab some files successfully. Then try to say, shut it down by sending a shutdown command in another window: >> hellanzb.py shutdown It hangs (it worked in Leopard before MP 1.8). I sent an email to the maintainer. By the way for those interested in an another nzb grabber there is a newer project called SABnzbd+ (www.sabnzbd.org) -- From i.cue at dsl.pipex.com Mon Sep 14 03:17:40 2009 From: i.cue at dsl.pipex.com (Mine) Date: Mon, 14 Sep 2009 11:17:40 +0100 Subject: How to install Perl modules Message-ID: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> Hi, I am trying to run a Perl app called get_iplayer (http:// linuxcentre.net/getiplayer/) on OSX 10.4.11. I have been told the the following modules are required: Built-ins: use Fcntl use File::Copy use File::Path use File::stat use Getopt::Long use IO::File use IO::Handle use IO::Seekable use IO::Socket use POSIX use POSIX use Socket use Time::Local Ones that aren't in core AFAIK: use CGI use CGI::Cookie use HTML::Entities use HTTP::Cookies use HTTP::Headers use IPC::Open3 use LWP::ConnCache use LWP::UserAgent use URI use URI::Escape I think the first set are part of the standard Perl 5 install, but the second group are options which can be added as required. Can someone please tell me if it is possible to install these modules using MacPorts. I have searched the available Ports and found p5-cgi, and have found a few html files, but I am not sure which of these files contain the modules I need, or how to find the others. I have found the files on CPAN but I am not sure how to do a manual install into the opt/ location required by MacPorts. Thanks, Terrence From ryandesign at macports.org Mon Sep 14 03:41:14 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 14 Sep 2009 05:41:14 -0500 Subject: How to install Perl modules In-Reply-To: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> References: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> Message-ID: <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> On Sep 14, 2009, at 05:17, Mine wrote: > I am trying to run a Perl app called get_iplayer (http://linuxcentre.net/getiplayer/ > ) on OSX 10.4.11. > I have been told the the following modules are required: > > Built-ins: > > use Fcntl > use File::Copy > use File::Path > use File::stat > use Getopt::Long > use IO::File > use IO::Handle > use IO::Seekable > use IO::Socket > use POSIX > use POSIX > use Socket > use Time::Local > > Ones that aren't in core AFAIK: > > use CGI > use CGI::Cookie > use HTML::Entities > use HTTP::Cookies > use HTTP::Headers > use IPC::Open3 > use LWP::ConnCache > use LWP::UserAgent > use URI > use URI::Escape > > I think the first set are part of the standard Perl 5 install, but > the second group are options > which can be added as required. > > Can someone please tell me if it is possible to install these > modules using MacPorts. > I have searched the available Ports and found p5-cgi, and have found > a few html > files, but I am not sure which of these files contain the modules I > need, or how to find > the others. There isn't a way in MacPorts to know what a port installs until after you've installed it, so that's not helpful for figuring out what port you need to install. For Perl modules, I would suggest searching the CPAN web site for the module in question, and it should tell you what package you need to install to get it. To convert a CPAN package name to a MacPorts port name, convert uppercase to lowercase letters, replace "::" with "-" and prepend "p5-". According to "port contents p5-cgi" (after running "sudo port install p5-cgi") it installs both CGI and CGI::Cookie (and others). According to a search on cpan.org, HTML::Entities is in the HTML::Parser package, which is the p5-html-parser port. http://search.cpan.org/search?query=HTML%3A%3AEntities&mode=all HTTP::Cookies, HTTP::Headers, LWP::ConnCache and LWP::UserAgent are all in p5-libwww-perl. http://search.cpan.org/search?query=HTTP%3A%3ACookies&mode=all URI and URI::Escape are in p5-uri. http://search.cpan.org/search?query=URI%3A%3AEscape&mode=all > I have found the files on CPAN but I am not sure how to do a manual > install into the > opt/ location required by MacPorts. Please don't use CPAN to manually install files into MacPorts-owned directories; this will confuse MacPorts and prevent it from being able to manage your dependencies properly. Instead, use MacPorts to install these modules. If the modules you need don't exist, file requests for them, or better yet, make the ports and submit them. The cpan2port script makes it very easy to make ports for CPAN modules. From i.cue at dsl.pipex.com Mon Sep 14 06:33:42 2009 From: i.cue at dsl.pipex.com (Mine) Date: Mon, 14 Sep 2009 14:33:42 +0100 Subject: How to install Perl modules In-Reply-To: <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> References: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> Message-ID: Hi Ryan, Thanks for the help. I have encountered an error when I tried to install p5-libwww-perl. Error: Target org.macports.activate returned: Image error: /opt/local/ lib/perl5/vendor_perl/5.8.8/IO/Compress/Adapter/Deflate.pm is being used by the active p5-io-compress-zlib port. Please deactivate this port first, or use 'port -f activate p5-io-compress' to force the activation. Error: The following dependencies failed to build: p5-io-compress p5-uri Error: Status 1 encountered during processing. I tried port -f activate p5-io-compress and tried again but that also gave an error Error: The following dependencies failed to build: p5-io-compress Do I need to uninstall p5-io-compress Thanks, Terrence On 14 Sep 2009, at 11:41, Ryan Schmidt wrote: > On Sep 14, 2009, at 05:17, Mine wrote: > >> I am trying to run a Perl app called get_iplayer (http:// >> linuxcentre.net/getiplayer/) on OSX 10.4.11. >> I have been told the the following modules are required: >> >> Built-ins: >> >> use Fcntl >> use File::Copy >> use File::Path >> use File::stat >> use Getopt::Long >> use IO::File >> use IO::Handle >> use IO::Seekable >> use IO::Socket >> use POSIX >> use POSIX >> use Socket >> use Time::Local >> >> Ones that aren't in core AFAIK: >> >> use CGI >> use CGI::Cookie >> use HTML::Entities >> use HTTP::Cookies >> use HTTP::Headers >> use IPC::Open3 >> use LWP::ConnCache >> use LWP::UserAgent >> use URI >> use URI::Escape >> >> I think the first set are part of the standard Perl 5 install, but >> the second group are options >> which can be added as required. >> >> Can someone please tell me if it is possible to install these >> modules using MacPorts. >> I have searched the available Ports and found p5-cgi, and have >> found a few html >> files, but I am not sure which of these files contain the modules >> I need, or how to find >> the others. > > There isn't a way in MacPorts to know what a port installs until > after you've installed it, so that's not helpful for figuring out > what port you need to install. For Perl modules, I would suggest > searching the CPAN web site for the module in question, and it > should tell you what package you need to install to get it. To > convert a CPAN package name to a MacPorts port name, convert > uppercase to lowercase letters, replace "::" with "-" and prepend > "p5-". > > According to "port contents p5-cgi" (after running "sudo port > install p5-cgi") it installs both CGI and CGI::Cookie (and others). > > According to a search on cpan.org, HTML::Entities is in the > HTML::Parser package, which is the p5-html-parser port. > > http://search.cpan.org/search?query=HTML%3A%3AEntities&mode=all > > HTTP::Cookies, HTTP::Headers, LWP::ConnCache and LWP::UserAgent are > all in p5-libwww-perl. > > http://search.cpan.org/search?query=HTTP%3A%3ACookies&mode=all > > URI and URI::Escape are in p5-uri. > > http://search.cpan.org/search?query=URI%3A%3AEscape&mode=all > >> I have found the files on CPAN but I am not sure how to do a >> manual install into the >> opt/ location required by MacPorts. > > Please don't use CPAN to manually install files into MacPorts-owned > directories; this will confuse MacPorts and prevent it from being > able to manage your dependencies properly. Instead, use MacPorts to > install these modules. If the modules you need don't exist, file > requests for them, or better yet, make the ports and submit them. > The cpan2port script makes it very easy to make ports for CPAN > modules. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at dcorking.com Mon Sep 14 07:11:30 2009 From: lists at dcorking.com (David Corking) Date: Mon, 14 Sep 2009 15:11:30 +0100 Subject: system hosed? In-Reply-To: <4AA7935E.9040000@macports.org> References: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> <4AA77B88.7060302@macports.org> <4AA7935E.9040000@macports.org> Message-ID: On 2009-9-9 20:41, Wolf Drechsel wrote: >>>> with installing cairomm ( http://trac.macports.org/ticket/21230 ) >>>> >>>> As adviced I reinstalled macports from scratch - but this seems not to >>>> resolve the issue - I get the same result as before: >>>> >>>> >>>> dsl01:~ bub$ lipo -info /usr/bin/tee >>>> lipo: can't figure out the architecture type of: /usr/bin/tee >>>> >>>> dsl01:~ bub$ tee -xyz >>>> -bash: /usr/bin/tee: cannot execute binary file >>>> Just for comparison, this is the output I get on a (mostly working) Intel Tiger 10.4.11 inner-farne:~ dcorking$ lipo -info /usr/bin/tee Architectures in the fat file: /usr/bin/tee are: i386 ppc inner-farne:~ dcorking$ file /usr/bin/tee /usr/bin/tee: Mach-O universal binary with 2 architectures /usr/bin/tee (for architecture i386): Mach-O executable i386 /usr/bin/tee (for architecture ppc): Mach-O executable ppc inner-farne:~ dcorking$ ls -l /usr/bin/tee -r-xr-xr-x 1 root wheel 29968 Dec 7 2006 /usr/bin/tee inner-farne:~ dcorking$ tee -xyz tee: illegal option -- x usage: tee [-ai] [file ...] I really can't speculate why you should have a Linux Intel binary where there should be an OS X universal binary. Did a reinstall of OS X work for you? Is tee behaving for you now? As for big cats, Apple hasn't used 'Beast of Bodmin' yet.* Best, David * A quick browse of Wikipedia suggests that there are a dozen or more cat species still available for codenames, though as Michael said, most, apart from Lion, are quite small. http://en.wikipedia.org/wiki/Felidae#Classification I haven't kept track of the codenames used for iPhone OS From face at CentosPrime.COM Mon Sep 14 09:23:20 2009 From: face at CentosPrime.COM (Chris Janton) Date: Mon, 14 Sep 2009 09:23:20 -0700 Subject: 10.6 - macports 1.8 - openmotif - fails to configure In-Reply-To: <6870FEF0-FCC5-4C9C-A237-BABA20E22522@macports.org> References: <6870FEF0-FCC5-4C9C-A237-BABA20E22522@macports.org> Message-ID: On 2009-09-13 , at 16:57 , Ryan Schmidt wrote: > On Sep 13, 2009, at 09:45, Chris Janton wrote: > >> sudo port -d -v upgrade openmotif >> ... >> ---> Configuring openmotif > [snip] >> checking for flex... flex >> checking lex output file root... configure: error: cannot find >> output from flex; giving up > [snip] >> mac 42 # port installed | grep flex >> flex @2.5.35_0 (active) > > I just upgraded openmotif to 2.3.2 yesterday, and I did so on Snow > Leopard, with flex @2.5.35_0+universal installed. So I don't know > why it should be failing for you. > > Does your flex work? If you upgraded from Leopard, did you rebuild > it after doing so (wiki:Migration)? I installed a brand new MacPorts 1.8 in a new /opt/local Installed all ports by hand. I did not install anything with +universal (didn't in the past, either) mac 5 # flex -n dyld: Library not loaded: /opt/local/lib/libintl.8.dylib Referenced from: /opt/local/bin/flex Reason: no suitable image found. Did find: /opt/local/lib/libintl.8.dylib: mach-o, but wrong architecture Trace/BPT trap mac 6 # port provides /opt/local/lib/libintl.8.dylib /opt/local/lib/libintl.8.dylib is provided by: gettext mac 7 # port installed | grep gettext gettext @0.17_4 (active) p5-locale-gettext @1.05_0 (active) mac 9 # sudo port install gettext +universal ---> Computing dependencies for gettext ---> Fetching gettext ---> Verifying checksum(s) for gettext ---> Extracting gettext ---> Applying patches to gettext ---> Configuring gettext ---> Configuring gettext for architecture x86_64 ---> Configuring gettext for architecture i386 ---> Building gettext ---> Building gettext for architecture x86_64 ---> Building gettext for architecture i386 ---> Staging gettext into destroot ---> Staging gettext into destroot for architecture x86_64 ---> Staging gettext into destroot for architecture i386 ---> Installing gettext @0.17_4+universal ---> Deactivating gettext @0.17_4 ---> Activating gettext @0.17_4+universal ---> Cleaning gettext mac 10 # flex -n :1: premature EOF Looks like there are some things that I *must* install +universal? (or *must not* install +universal)? Or I somehow got my "clean" /opt/local messed up. I'm going to "re-do" the whole MacPorts installation from the ground up. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From jan.pingel at gmail.com Mon Sep 14 13:38:53 2009 From: jan.pingel at gmail.com (Jan Pingel) Date: Mon, 14 Sep 2009 13:38:53 -0700 Subject: python26 build error Message-ID: Attempting to install mercurial on 10.6.1 (32bit kernel) I've run into the following build error with python: Reiya:Desktop jpingel$ sudo port install mercurial ---> Computing dependencies for mercurial ---> Building python26 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26 /work/Python-2.6.2" && /usr/bin/make -j2 all MAKE="/usr/bin/make CC=/ usr/bin/gcc-4.2" " returned error 2 Command output: /usr/bin/gcc-4.2 -L/opt/local/lib -u _PyMac_Error Python.framework/Versions/2.6/Python -o python.exe \ Modules/python.o \ -ldl ld: warning: in Python.framework/Versions/2.6/Python, file is not of required architecture Undefined symbols: "_PyMac_Error", referenced from: "_Py_Main", referenced from: _main in python.o ld: symbol(s) not found collect2: ld returned 1 exit status make: *** [python.exe] Error 1 Error: The following dependencies failed to build: python26 Error: Status 1 encountered during processing. Reading over https://trac.macports.org/ticket/20284 and http://www.mail-archive.com/macports-users at lists.macosforge.org/msg16016.html I saw that the issue was apparently fixed so I tried updating the ports tree (port selfupdate) and then cleaning all ports (port clean -- all all). Same error unfortunately. Any ideas? -Jan From jmr at macports.org Mon Sep 14 13:58:43 2009 From: jmr at macports.org (Joshua Root) Date: Tue, 15 Sep 2009 06:58:43 +1000 Subject: python26 build error In-Reply-To: References: Message-ID: <4AAEAE83.2000503@macports.org> On 2009-9-15 06:38, Jan Pingel wrote: > Attempting to install mercurial on 10.6.1 (32bit kernel) I've run into > the following build error with python: > ld: warning: in Python.framework/Versions/2.6/Python, file is not of > required architecture > Reading over https://trac.macports.org/ticket/20284 and > http://www.mail-archive.com/macports-users at lists.macosforge.org/msg16016.html I > saw that the issue was apparently fixed so I tried updating the ports > tree (port selfupdate) and then cleaning all ports (port clean --all > all). Same error unfortunately. Building for x86_64 on Snow Leopard with an x86_64 CPU was fixed. Building with a non-default build_arch still doesn't work. - Josh From jan.pingel at gmail.com Mon Sep 14 14:34:56 2009 From: jan.pingel at gmail.com (Jan Pingel) Date: Mon, 14 Sep 2009 14:34:56 -0700 Subject: python26 build error In-Reply-To: <4AAEAE83.2000503@macports.org> References: <4AAEAE83.2000503@macports.org> Message-ID: Is there an open ticket for building with i386? A quick search for the error just brings up closed tickets. - Jan On 2009/09/14, at 13:58 , Joshua Root wrote: > On 2009-9-15 06:38, Jan Pingel wrote: >> Attempting to install mercurial on 10.6.1 (32bit kernel) I've run >> into >> the following build error with python: > >> ld: warning: in Python.framework/Versions/2.6/Python, file is not of >> required architecture > >> Reading over https://trac.macports.org/ticket/20284 and >> http://www.mail-archive.com/macports-users at lists.macosforge.org/msg16016.html >> I >> saw that the issue was apparently fixed so I tried updating the ports >> tree (port selfupdate) and then cleaning all ports (port clean --all >> all). Same error unfortunately. > > Building for x86_64 on Snow Leopard with an x86_64 CPU was fixed. > Building with a non-default build_arch still doesn't work. > > - Josh From kngspook at gmail.com Mon Sep 14 15:02:44 2009 From: kngspook at gmail.com (Neil) Date: Mon, 14 Sep 2009 18:02:44 -0400 Subject: port select * Message-ID: <77e4079b0909141502m13cbdd20xcf4c0859f23d398b@mail.gmail.com> I'm running into some problems with port select... 1. It'd be nice if there was a command that showed you what _could_ be selected by port select. (Maybe "port select --list", with no other args?) 2. But the bigger problem is that I can't get it to work at all: $ sudo port select --set python python26 Selecting 'python26' for 'python' failed: The configuration file '/opt/local/etc/select/python/base' could not be opened. I had installed coreutils, python25 and python26 only at this point. When I ls'd the dir: $ ls /opt/local/etc/select/python/ python25 python26 That does explain why it couldn't be opened... I'm just unsure how to fix it. -------------- next part -------------- An HTML attachment was scrubbed... URL: From macosforge.org at monkeybutt.com Mon Sep 14 16:22:22 2009 From: macosforge.org at monkeybutt.com (macosforge.org at monkeybutt.com) Date: Mon, 14 Sep 2009 13:22:22 -1000 Subject: mutt-devel (cyrus-sasl2) upgrade fails Message-ID: I encounter the following error with the cyrus-sasl2 dependency when I try to upgrade mutt-devel, even after a 'port clean' on cyrus-sasl2: % sudo port upgrade mutt-devel ---> Computing dependencies for cyrus-sasl2 ---> Fetching cyrus-sasl2 ---> Verifying checksum(s) for cyrus-sasl2 ---> Extracting cyrus-sasl2 ---> Applying patches to cyrus-sasl2 ---> Configuring cyrus-sasl2 ---> Building cyrus-sasl2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_security_cyrus-sasl2/work/cyrus-sasl-2.1.23" && /usr/bin/make -j1 all " returned error 2 Command output: if /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/opt/local/include -I/opt/local/include -Wall -W -O2 -arch ppc -MT pluginviewer.o -MD -MP -MF ".deps/pluginviewer.Tpo" \ -c -o pluginviewer.o `test -f 'pluginviewer.c' || echo './'`pluginviewer.c; \ then mv -f ".deps/pluginviewer.Tpo" ".deps/pluginviewer.Po"; \ else rm -f ".deps/pluginviewer.Tpo"; exit 1; \ fi pluginviewer.c: In function 'sasl_my_log': pluginviewer.c:171: warning: unused parameter 'context' pluginviewer.c: In function 'sasl_getopt': pluginviewer.c:220: warning: unused parameter 'context' pluginviewer.c:221: warning: unused parameter 'plugin_name' pluginviewer.c: In function 'main': pluginviewer.c:440: warning: passing argument 2 of 'getsubopt' from incompatible pointer type pluginviewer.c:465: warning: passing argument 2 of 'getsubopt' from incompatible pointer type pluginviewer.c:494: warning: passing argument 2 of 'getsubopt' from incompatible pointer type pluginviewer.c:676: warning: pointer targets in passing argument 8 of 'sasl_listmech' differ in signedness pluginviewer.c:769: warning: pointer targets in passing argument 8 of 'sasl_listmech' differ in signedness pluginviewer.c: At top level: pluginviewer.c:138: warning: 'ip_subopts' defined but not used pluginviewer.c:283: warning: 'osfail' defined but not used /bin/sh ../libtool --mode=link /usr/bin/gcc-4.0 -Wall -W -O2 -arch ppc -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -o pluginviewer pluginviewer.o ../lib/libsasl2.la -lresolv -lresolv -lpam /usr/bin/gcc-4.0 -Wall -W -O2 -arch ppc -L/opt/local/lib -Wl,-rpath,/opt/local/lib -L/opt/local/lib -o .libs/pluginviewer pluginviewer.o -L../lib/.libs -lsasl2 -ldl -lresolv -lresolv -lpam -lresolv -lresolv -lpam Undefined symbols: "_auxprop_plugin_info", referenced from: _main in pluginviewer.o _main in pluginviewer.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [pluginviewer] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Unable to upgrade port: 1 From talklists at newgeo.com Mon Sep 14 16:26:01 2009 From: talklists at newgeo.com (Scott Haneda) Date: Mon, 14 Sep 2009 16:26:01 -0700 Subject: How to install Perl modules In-Reply-To: <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> References: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> Message-ID: Was not aware of this. Is this supposed to be in macports? I do not find it. What prevents ports from ripping through every single perl module and with this and getting them all in and opened as tickets, so people can test them for working or not? Thanks. On Sep 14, 2009, at 3:41 AM, Ryan Schmidt wrote: > The cpan2port script makes it very easy to make ports for CPAN > modules. -- Scott * If you contact me off list replace talklists@ with scott@ * From i.cue at dsl.pipex.com Mon Sep 14 17:40:36 2009 From: i.cue at dsl.pipex.com (Mine) Date: Tue, 15 Sep 2009 01:40:36 +0100 Subject: How to install Perl modules In-Reply-To: <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> References: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> Message-ID: <4D08F042-2C9B-4ED0-B4D4-D7AD3FA1BC1B@dsl.pipex.com> Hi Ryan, Initially when I tried your instructions I got an error relating to p5-io-compress when I tried to install p5-libwww-perl. It eventually installed but when I looked into /opt/local/lib/perl5/ I found that two new directories were created "site_perl" and "vendor_perl". vendor_perl contained a 5.8.8 directory with what looked like a duplicate of the files installed in "site_perl". From what I can see, some of the files I was trying to install ? HTML, HTTP, LWP, URI etc were not installed in the original 5.8.8 Perl directory but in the new directories. Does this mean that the files are not properly installed? Terrence On 14 Sep 2009, at 11:41, Ryan Schmidt wrote: > On Sep 14, 2009, at 05:17, Mine wrote: > >> I am trying to run a Perl app called get_iplayer (http:// >> linuxcentre.net/getiplayer/) on OSX 10.4.11. >> I have been told the the following modules are required: >> >> Built-ins: >> >> use Fcntl >> use File::Copy >> use File::Path >> use File::stat >> use Getopt::Long >> use IO::File >> use IO::Handle >> use IO::Seekable >> use IO::Socket >> use POSIX >> use POSIX >> use Socket >> use Time::Local >> >> Ones that aren't in core AFAIK: >> >> use CGI >> use CGI::Cookie >> use HTML::Entities >> use HTTP::Cookies >> use HTTP::Headers >> use IPC::Open3 >> use LWP::ConnCache >> use LWP::UserAgent >> use URI >> use URI::Escape >> >> I think the first set are part of the standard Perl 5 install, but >> the second group are options >> which can be added as required. >> >> Can someone please tell me if it is possible to install these >> modules using MacPorts. >> I have searched the available Ports and found p5-cgi, and have >> found a few html >> files, but I am not sure which of these files contain the modules >> I need, or how to find >> the others. > > There isn't a way in MacPorts to know what a port installs until > after you've installed it, so that's not helpful for figuring out > what port you need to install. For Perl modules, I would suggest > searching the CPAN web site for the module in question, and it > should tell you what package you need to install to get it. To > convert a CPAN package name to a MacPorts port name, convert > uppercase to lowercase letters, replace "::" with "-" and prepend > "p5-". > > According to "port contents p5-cgi" (after running "sudo port > install p5-cgi") it installs both CGI and CGI::Cookie (and others). > > According to a search on cpan.org, HTML::Entities is in the > HTML::Parser package, which is the p5-html-parser port. > > http://search.cpan.org/search?query=HTML%3A%3AEntities&mode=all > > HTTP::Cookies, HTTP::Headers, LWP::ConnCache and LWP::UserAgent are > all in p5-libwww-perl. > > http://search.cpan.org/search?query=HTTP%3A%3ACookies&mode=all > > URI and URI::Escape are in p5-uri. > > http://search.cpan.org/search?query=URI%3A%3AEscape&mode=all > >> I have found the files on CPAN but I am not sure how to do a >> manual install into the >> opt/ location required by MacPorts. > > Please don't use CPAN to manually install files into MacPorts-owned > directories; this will confuse MacPorts and prevent it from being > able to manage your dependencies properly. Instead, use MacPorts to > install these modules. If the modules you need don't exist, file > requests for them, or better yet, make the ports and submit them. > The cpan2port script makes it very easy to make ports for CPAN > modules. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From raimue at macports.org Mon Sep 14 19:06:15 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue, 15 Sep 2009 04:06:15 +0200 Subject: port select * In-Reply-To: <77e4079b0909141502m13cbdd20xcf4c0859f23d398b@mail.gmail.com> References: <77e4079b0909141502m13cbdd20xcf4c0859f23d398b@mail.gmail.com> Message-ID: <4AAEF697.7030905@macports.org> On 2009-09-15 00:02 , Neil wrote: > I'm running into some problems with port select... > > 1. It'd be nice if there was a command that showed you what _could_ be > selected by port select. (Maybe "port select --list", with no other args?) > > 2. But the bigger problem is that I can't get it to work at all: > $ sudo port select --set python python26 > Selecting 'python26' for 'python' failed: The configuration file > '/opt/local/etc/select/python/base' could not be opened. At the moment you still need to install the python_select port for this to work. My plan will be to migrate everything to 'port select' and add that base file to the dependencies of pythonXY, so in the future this will be more user friendly. First I would have to check if 'port select' works with a non default frameworks dir as we recently discovered bugs in python_select, but I did not have time yet. Rainer From raimue at macports.org Mon Sep 14 19:17:32 2009 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue, 15 Sep 2009 04:17:32 +0200 Subject: How to install Perl modules In-Reply-To: References: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> Message-ID: <4AAEF93C.1010707@macports.org> On 2009-09-15 01:26 , Scott Haneda wrote: > Was not aware of this. Is this supposed to be in macports? I do not > find it. What prevents ports from ripping through every single perl > module and with this and getting them all in and opened as tickets, so > people can test them for working or not? As far as I know cpan2port is still unfinished and rather a proof of concept. Volunteers for developing this tool would be appreciated (with a little bit of perl knowledge required)! Note there is also a script with the same name for MirPorts, maybe that can be helpful: FOSDEM 2009 slides about this script: Rainer From keybounce at gmail.com Mon Sep 14 21:05:21 2009 From: keybounce at gmail.com (Michael_google gmail_Gersten) Date: Mon, 14 Sep 2009 21:05:21 -0700 Subject: Removing a port and dependencies? Message-ID: <1bd71ad80909142105o6c13f6a8t191be1f7ca8701a9@mail.gmail.com> Is there an easy way to remove a port and all of its dependencies that are not being used by something else? I can use port-rdeps to find all dependencies, and can force them all to be removed. That's no longer a problem. If I try to remove only the not-in-use stuff? Well, then order becomes important, and the order out of port-rdeps doesn't come out useful. And all of the "follow dependencies" options are for upgrading only. Ideas? From ryandesign at macports.org Mon Sep 14 21:14:33 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 14 Sep 2009 23:14:33 -0500 Subject: Removing a port and dependencies? In-Reply-To: <1bd71ad80909142105o6c13f6a8t191be1f7ca8701a9@mail.gmail.com> References: <1bd71ad80909142105o6c13f6a8t191be1f7ca8701a9@mail.gmail.com> Message-ID: <8B272679-8F04-4ECC-872B-9EF522365C22@macports.org> On Sep 14, 2009, at 23:05, Michael_google gmail_Gersten wrote: > Is there an easy way to remove a port and all of its dependencies that > are not being used by something else? > > I can use port-rdeps to find all dependencies, and can force them all > to be removed. That's no longer a problem. > > If I try to remove only the not-in-use stuff? Well, then order becomes > important, and the order out of port-rdeps doesn't come out useful. > And all of the "follow dependencies" options are for upgrading only. > > Ideas? Use the port_cutleaves script; you can install the port_cutleaves port to get it. From ryandesign at macports.org Mon Sep 14 21:18:45 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 14 Sep 2009 23:18:45 -0500 Subject: mutt-devel (cyrus-sasl2) upgrade fails In-Reply-To: References: Message-ID: <6D7204E2-CF91-472F-A24D-2779844EA2CD@macports.org> On Sep 14, 2009, at 18:22, macosforge.org at monkeybutt.com wrote: > ---> Building cyrus-sasl2 [snip] > Undefined symbols: > "_auxprop_plugin_info", referenced from: > _main in pluginviewer.o > _main in pluginviewer.o > ld: symbol(s) not found Looks like: http://trac.macports.org/ticket/20194 The suggestion there is to deactivate your existing cyrus-sasl2 before installing the new one. Please let us know if that works. The port used to prevent installation unless you did this. That protection was removed a few months ago because we thought we had fixed the problem (r52930, #17328). Maybe we haven't. From ryandesign at macports.org Mon Sep 14 21:20:34 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 14 Sep 2009 23:20:34 -0500 Subject: How to install Perl modules In-Reply-To: <4D08F042-2C9B-4ED0-B4D4-D7AD3FA1BC1B@dsl.pipex.com> References: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> <4D08F042-2C9B-4ED0-B4D4-D7AD3FA1BC1B@dsl.pipex.com> Message-ID: <1568E731-7CB6-41A0-A9F6-6E2822467B06@macports.org> On Sep 14, 2009, at 19:40, Mine wrote: > Initially when I tried your instructions I got an error relating to > p5-io-compress > when I tried to install p5-libwww-perl. It eventually installed but > when I looked > into /opt/local/lib/perl5/ I found that two new directories were > created "site_perl" > and "vendor_perl". vendor_perl contained a 5.8.8 directory with what > looked like > a duplicate of the files installed in "site_perl". > > From what I can see, some of the files I was trying to install ? > HTML, HTTP, LWP, > URI etc were not installed in the original 5.8.8 Perl directory but > in the new directories. > Does this mean that the files are not properly installed? As far as I know, the ports install files into the places they intend to. What issues are you encountering? From ryandesign at macports.org Mon Sep 14 21:22:15 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 14 Sep 2009 23:22:15 -0500 Subject: How to install Perl modules In-Reply-To: References: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> Message-ID: On Sep 14, 2009, at 18:26, Scott Haneda wrote: > On Sep 14, 2009, at 3:41 AM, Ryan Schmidt wrote: > >> The cpan2port script makes it very easy to make ports for CPAN >> modules. > > Was not aware of this. Is this supposed to be in macports? I do > not find it. There is no port to install it yet. Would be nice if somebody made one. > What prevents ports from ripping through every single perl module > and with this and getting them all in and opened as tickets, so > people can test them for working or not? I suppose we add ports as we need them (be they for perl modules or any other kind of software). No point adding and maintaining ports for software that is obsolete or otherwise not in use by anybody. From ryandesign at macports.org Mon Sep 14 21:23:02 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 14 Sep 2009 23:23:02 -0500 Subject: How to install Perl modules In-Reply-To: References: <448A00F3-5FF4-4369-8113-AFB79DE0213E@dsl.pipex.com> <43690D9F-EA36-439A-BF1F-4D3E2259324F@macports.org> Message-ID: On Sep 14, 2009, at 08:33, Mine wrote: > I have encountered an error when I tried to install p5-libwww-perl. > > Error: Target org.macports.activate returned: Image error: /opt/ > local/lib/perl5/vendor_perl/5.8.8/IO/Compress/Adapter/Deflate.pm is > being used by the active p5-io-compress-zlib port. Please > deactivate this port first, or use 'port -f activate p5-io-compress' > to force the activation. > Error: The following dependencies failed to build: p5-io-compress p5- > uri > Error: Status 1 encountered during processing. > > I tried port -f activate p5-io-compress and tried again but that > also gave an error > Error: The following dependencies failed to build: p5-io-compress > > Do I need to uninstall p5-io-compress I do not know what the situation is with these ports. I know there were some updates committed recently to these ports. If you have the latest ports ("sudo port sync") and still see the problem you may want to open a ticket or contact the maintainer. From sandovaledwin at hotmail.com Mon Sep 14 21:34:35 2009 From: sandovaledwin at hotmail.com (edwin sandoval) Date: Tue, 15 Sep 2009 04:34:35 +0000 Subject: Error Building openssl Message-ID: I found the next errors when I try to install opessl. Can anyone help me with the next issue? sh-3.2# port -d install openssl Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl/work/openssl-0.9.8i" && /usr/bin/make all " returned error 2 Command output: ld: warning: in /opt/local/lib/libz.dylib, file is not of required architecture Undefined symbols: "_inflateEnd", referenced from: _bio_zlib_free in libcrypto.a(c_zlib.o) _zlib_stateful_free_ex_data in libcrypto.a(c_zlib.o) "_deflate", referenced from: _bio_zlib_ctrl in libcrypto.a(c_zlib.o) _bio_zlib_write in libcrypto.a(c_zlib.o) _zlib_stateful_compress_block in libcrypto.a(c_zlib.o) "_deflateEnd", referenced from: _bio_zlib_free in libcrypto.a(c_zlib.o) _zlib_stateful_free_ex_data in libcrypto.a(c_zlib.o) "_inflateInit_", referenced from: _bio_zlib_read in libcrypto.a(c_zlib.o) _zlib_stateful_init in libcrypto.a(c_zlib.o) "_zError", referenced from: _bio_zlib_ctrl in libcrypto.a(c_zlib.o) _bio_zlib_read in libcrypto.a(c_zlib.o) _bio_zlib_write in libcrypto.a(c_zlib.o) "_deflateInit_", referenced from: _bio_zlib_write in libcrypto.a(c_zlib.o) _zlib_stateful_init in libcrypto.a(c_zlib.o) "_inflate", referenced from: _bio_zlib_read in libcrypto.a(c_zlib.o) _zlib_stateful_expand_block in libcrypto.a(c_zlib.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [link_app.darwin] Error 1 make[1]: *** [openssl] Error 2 make: *** [build_apps] Error 1 _________________________________________________________________ Messenger cumple 10 a?os y tiene regalos para ti www.aniversariomessenger.com.mx -------------- next part -------------- An HTML attachment was scrubbed... URL: From sandovaledwin at hotmail.com Mon Sep 14 21:50:32 2009 From: sandovaledwin at hotmail.com (edwin sandoval) Date: Tue, 15 Sep 2009 04:50:32 +0000 Subject: =?utf-8?Q?Error_Buil?= =?utf-8?Q?ding_opens?= =?utf-8?Q?sl=E2=80=8F?= Message-ID: Can anyone help me with the next issue? port -d install openssl Undefined symbols _inflateEnd referenced from _bio_zlib_free in libcrypto ( c_zlib ) _________________________________________________________________ Gracias Messenger por estos 10 a?os www.aniversariomessenger.com.mx -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Mon Sep 14 23:23:26 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 01:23:26 -0500 Subject: Error Building openssl In-Reply-To: References: Message-ID: <83E6F815-40B6-4C48-8548-5027288083D4@macports.org> On Sep 14, 2009, at 23:34, edwin sandoval wrote: > I found the next errors when I try to install opessl. > > Can anyone help me with the next issue? > > sh-3.2# port -d install openssl > > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_openssl > /work/openssl-0.9.8i" && /usr/bin/make all " returned error 2 > Command output: ld: warning: in /opt/local/lib/libz.dylib, file is > not of required architecture [snip] openssl is trying to build for a different architecture than your zlib is installed for. what architecture is zlib installed for? what architecture are you trying to build openssl for? if you upgraded from leopard to snow leopard, did you rebuild all ports as in the migration wiki page? http://trac.macports.org/wiki/Migration From smibrahim at gmail.com Tue Sep 15 04:22:23 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Tue, 15 Sep 2009 18:22:23 +0700 Subject: download problem from sf.net Message-ID: <4997275b0909150422o1569b174j5f91580bd1aea8a0@mail.gmail.com> is there anything wrong with sf.net mirrors ? i am facing problem. i tried 3 deffirents ports. ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://switch.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:03:00 --:--:-- 0 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://surfnet.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:22 --:--:-- 0 -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com my book: http://www.lavluda.com/2009/07/08/my-book-on-cacti/ From gustavosoares at gmail.com Tue Sep 15 04:24:14 2009 From: gustavosoares at gmail.com (Gustavo Soares) Date: Tue, 15 Sep 2009 08:24:14 -0300 Subject: installing perl5.8 on snow leopard Message-ID: <30a827d70909150424p14a3ba85h8bd8832e1cdd5961@mail.gmail.com> Hi all! I am facing a problem that I can't figure it out. I have upgraded to snow leopard and followed the instructions on https://trac.macports.org/wiki/Migration, but I can't get perl5.8 installed and I am getting the following error: DEBUG: Found port in file:///opt/local/var/macports/sources/ rsync.macports.org/release/ports/lang/perl5.8 DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/lang/perl5.8 DEBUG: OS Platform: darwin DEBUG: OS Version: 10.0.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: 'universal_variant no' specified, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port perl5.8. DEBUG: Requested variant i386 is not provided by port perl5.8. DEBUG: Requested variant macosx is not provided by port perl5.8. ---> Computing dependencies for perl5.8 DEBUG: Executing org.macports.main (perl5.8) DEBUG: Skipping completed org.macports.fetch (perl5.8) DEBUG: Skipping completed org.macports.checksum (perl5.8) DEBUG: setting option extract.cmd to /usr/bin/bzip2 DEBUG: Skipping completed org.macports.extract (perl5.8) DEBUG: Executing org.macports.patch (perl5.8) ---> Applying patches to perl5.8 ---> Applying /opt/local/var/macports/sources/ rsync.macports.org/release/ports/lang/perl5.8/files/patch-perl.c.diff DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/perl-5.8.9" && /usr/bin/patch -p0' patching file perl.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file perl.c.rej Error: Target org.macports.patch returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/perl-5.8.9" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/ rsync.macports.org/release/ports/lang/perl5.8/files/patch-perl.c.diff'" returned error 1 Command output: patching file perl.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file perl.c.rej DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/perl-5.8.9" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/ rsync.macports.org/release/ports/lang/perl5.8/files/patch-perl.c.diff'" returned error 1 Command output: patching file perl.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file perl.c.rej while executing "command_exec patch "" "< '$patch'"" (procedure "portpatch::patch_main" line 33) invoked from within "$procedure $targetname" Warning: the following items did not execute (for perl5.8): org.macports.activate org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. I really apreciate any help... Thanks in advance, Gus -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Sep 15 04:47:39 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 06:47:39 -0500 Subject: installing perl5.8 on snow leopard In-Reply-To: <30a827d70909150424p14a3ba85h8bd8832e1cdd5961@mail.gmail.com> References: <30a827d70909150424p14a3ba85h8bd8832e1cdd5961@mail.gmail.com> Message-ID: <717891F5-3615-46CF-B45C-C7959AB18A7D@macports.org> On Sep 15, 2009, at 06:24, Gustavo Soares wrote: > ---> Applying patches to perl5.8 > ---> Applying /opt/local/var/macports/sources/rsync.macports.org/ > release/ports/lang/perl5.8/files/patch-perl.c.diff > DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' > DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8 > /work/perl-5.8.9" && /usr/bin/patch -p0' > patching file perl.c > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. [snip] Clean perl5.8 and try again. sudo port clean perl5.8 From smibrahim at gmail.com Tue Sep 15 05:06:26 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Tue, 15 Sep 2009 19:06:26 +0700 Subject: download problem from sf.net In-Reply-To: <4997275b0909150422o1569b174j5f91580bd1aea8a0@mail.gmail.com> References: <4997275b0909150422o1569b174j5f91580bd1aea8a0@mail.gmail.com> Message-ID: <4997275b0909150506v2986b2adt8f760f1cfc890ef6@mail.gmail.com> after waiting long time, the file downloaded from macporst mirror. how can i select to download from macports mirror instate of sf.net ? here current log: ---> Fetching cppunit ---> cppunit-1.12.1.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/cppunit ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://switch.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:03:00 --:--:-- 0 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://surfnet.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:03:00 --:--:-- 0 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://heanet.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:03:01 --:--:-- 0 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://dfn.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:03:09 --:--:-- 0 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://kent.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:03:01 --:--:-- 0 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://arn.se.distfiles.macports.org/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 51 744k 51 381k 0 0 468 0 0:27:09 0:13:53 0:13:16 72444 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://voxel.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:03:05 --:--:-- 0 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://internap.dl.sourceforge.net/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:03:04 --:--:-- 0 ---> Attempting to fetch cppunit-1.12.1.tar.gz from http://distfiles.macports.org/cppunit % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 744k 100 744k 0 0 35178 0 0:00:21 0:00:21 --:--:-- 85317 ---> Verifying checksum(s) for cppunit ---> Checksumming cppunit-1.12.1.tar.gz ---> Extracting cppunit ---> Extracting cppunit-1.12.1.tar.gz ---> Configuring cppunit 2009/9/15 S. M. Ibrahim (Lavlu) : > is there anything wrong with sf.net mirrors ? i am facing problem. i > tried 3 deffirents ports. > > ---> ?Attempting to fetch cppunit-1.12.1.tar.gz from > http://switch.dl.sourceforge.net/cppunit > ?% Total ? ?% Received % Xferd ?Average Speed ? Time ? ?Time ? ? Time ?Current > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Dload ?Upload ? Total ? Spent ? ?Left ?Speed > ?0 ? ? 0 ? ?0 ? ? 0 ? ?0 ? ? 0 ? ? ?0 ? ? ?0 --:--:-- ?0:03:00 --:--:-- ? ? 0 > ---> ?Attempting to fetch cppunit-1.12.1.tar.gz from > http://surfnet.dl.sourceforge.net/cppunit > ?% Total ? ?% Received % Xferd ?Average Speed ? Time ? ?Time ? ? Time ?Current > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Dload ?Upload ? Total ? Spent ? ?Left ?Speed > ?0 ? ? 0 ? ?0 ? ? 0 ? ?0 ? ? 0 ? ? ?0 ? ? ?0 --:--:-- ?0:00:22 --:--:-- ? ? 0 > -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com my book: http://www.lavluda.com/2009/07/08/my-book-on-cacti/ From ryandesign at macports.org Tue Sep 15 05:10:37 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 07:10:37 -0500 Subject: download problem from sf.net In-Reply-To: <4997275b0909150506v2986b2adt8f760f1cfc890ef6@mail.gmail.com> References: <4997275b0909150422o1569b174j5f91580bd1aea8a0@mail.gmail.com> <4997275b0909150506v2986b2adt8f760f1cfc890ef6@mail.gmail.com> Message-ID: On Sep 15, 2009, at 07:06, S. M. Ibrahim (Lavlu) wrote: > after waiting long time, the file downloaded from macporst mirror. how > can i select to download from macports mirror instate of sf.net ? You can't set the order; MacPorts pings all servers and tries them in order from lowest ping time to highest. I don't know why the SourceForge mirrors aren't working for you. Can you access them in a web browser? From smibrahim at gmail.com Tue Sep 15 05:18:17 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Tue, 15 Sep 2009 19:18:17 +0700 Subject: download problem from sf.net In-Reply-To: References: <4997275b0909150422o1569b174j5f91580bd1aea8a0@mail.gmail.com> <4997275b0909150506v2986b2adt8f760f1cfc890ef6@mail.gmail.com> Message-ID: <4997275b0909150518p130c5b7dr74b30177d95eb032@mail.gmail.com> 2009/9/15 Ryan Schmidt : > > On Sep 15, 2009, at 07:06, S. M. Ibrahim (Lavlu) wrote: > >> after waiting long time, the file downloaded from macporst mirror. how >> can i select to download from macports mirror instate of sf.net ? > > You can't set the order; MacPorts pings all servers and tries them in order > from lowest ping time to highest. > > I don't know why the SourceForge mirrors aren't working for you. Can you > access them in a web browser? > yea, i can. but can't download anything from there. :( need to contract sys admin . > -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com my book: http://www.lavluda.com/2009/07/08/my-book-on-cacti/ From drechsel at verkehrsplanung.com Tue Sep 15 05:21:24 2009 From: drechsel at verkehrsplanung.com (Wolf Drechsel) Date: Tue, 15 Sep 2009 14:21:24 +0200 Subject: system hosed? In-Reply-To: References: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> <4AA77B88.7060302@macports.org> <4AA7935E.9040000@macports.org> Message-ID: @ David Corking Hello David, thanks for Your caring. I think the reinstall worked fine, now I get: dsl01:~ bub$ lipo -info /usr/bin/tee Non-fat file: /usr/bin/tee is architecture: ppc dsl01:~ bub$ le /usr/bin/tee -bash: le: command not found dsl01:~ bub$ file /usr/bin/tee /usr/bin/tee: Mach-O executable ppc dsl01:~ bub$ tee -xyz tee: illegal option -- x usage: tee [-ai] [file ...] Looks like it should, doesnt it? To be precise, I could install Leopard on my G4 - but as it is a Sawtooth, there would be some tricking. And I do not see the really big advantage, I'll try to stay with tiger as long as possible. BTW.: I love "PinkPanther" - allthough it would be the right name for 10.4, as it followed the "non-pink-panther". What about "Tiger-in-the- tank" - or is there not such a saying in English? Greetings, Wolf > Just for comparison, this is the output I get on a (mostly working) > Intel Tiger 10.4.11 > > inner-farne:~ dcorking$ lipo -info /usr/bin/tee > Architectures in the fat file: /usr/bin/tee are: i386 ppc > > inner-farne:~ dcorking$ file /usr/bin/tee > /usr/bin/tee: Mach-O universal binary with 2 architectures > /usr/bin/tee (for architecture i386): Mach-O executable i386 > /usr/bin/tee (for architecture ppc): Mach-O executable ppc > > inner-farne:~ dcorking$ ls -l /usr/bin/tee > -r-xr-xr-x 1 root wheel 29968 Dec 7 2006 /usr/bin/tee > > inner-farne:~ dcorking$ tee -xyz > tee: illegal option -- x > usage: tee [-ai] [file ...] > > I really can't speculate why you should have a Linux Intel binary > where there should be an OS X universal binary. Did a reinstall of > OS X work for you? Is tee behaving for you now? > > As for big cats, Apple hasn't used 'Beast of Bodmin' yet.* > > Best, David > > * A quick browse of Wikipedia suggests that there are a dozen or more > cat species still available for codenames, though as Michael said, > most, apart from Lion, are quite small. > http://en.wikipedia.org/wiki/Felidae#Classification > I haven't kept track of the codenames used for iPhone OS -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Sep 15 06:16:16 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 08:16:16 -0500 Subject: download problem from sf.net In-Reply-To: <4AAF9184.1070708@macports.org> References: <4997275b0909150422o1569b174j5f91580bd1aea8a0@mail.gmail.com> <4997275b0909150506v2986b2adt8f760f1cfc890ef6@mail.gmail.com> <4AAF9184.1070708@macports.org> Message-ID: On Sep 15, 2009, at 08:07, Martin Krischik wrote: > Ryan Schmidt schrieb: >> > >> On Sep 15, 2009, at 07:06, S. M. Ibrahim (Lavlu) wrote: >> >>> after waiting long time, the file downloaded from macporst mirror. >>> how >>> can i select to download from macports mirror instate of sf.net ? >> >> You can't set the order; MacPorts pings all servers and tries them in >> order from lowest ping time to highest. > > But this assumption is wrong. Highest ping rate does not translate to > highest download rate as it only measures the network speed but not > the > CPU, memory or hard drive which is used in the server itself. Granted. But how do you determine that? Ping was easy to implement and better than what we had before (which was to try the servers in the order specified in the portfile). If you have a better suggestion, I'll be glad to hear it. > From own experience I know that one of the Swiss mirrors has a very > fast > ping but often times out when you actually try to download a file. > Half > the time I want to download something from sf I get nothing but an > error > message. You can locally edit your mirrorsites.tcl file and remove problematic mirrors, but if a mirror is generally problematic (i.e. not just a problem on your network), then we should remove it from the list entirely. Do you know what server it is? From dluke at geeklair.net Tue Sep 15 08:24:38 2009 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue, 15 Sep 2009 11:24:38 -0400 Subject: download problem from sf.net In-Reply-To: References: <4997275b0909150422o1569b174j5f91580bd1aea8a0@mail.gmail.com> <4997275b0909150506v2986b2adt8f760f1cfc890ef6@mail.gmail.com> <4AAF9184.1070708@macports.org> Message-ID: <6DDC50D4-3F86-472B-B880-68B9D5AD9C9E@geeklair.net> On Sep 15, 2009, at 9:16 AM, Ryan Schmidt wrote: >> From own experience I know that one of the Swiss mirrors has a very >> fast >> ping but often times out when you actually try to download a file. >> Half >> the time I want to download something from sf I get nothing but an >> error >> message. > > You can locally edit your mirrorsites.tcl file and remove > problematic mirrors, but if a mirror is generally problematic (i.e. > not just a problem on your network), then we should remove it from > the list entirely. Do you know what server it is? It might be nice to have an option that forces downloads to only use the macports mirrors (as an easy way for the end-user to work around mirror issues). -- 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 teddy at sparkbase.com Tue Sep 15 08:36:38 2009 From: teddy at sparkbase.com (Todd Eddy) Date: Tue, 15 Sep 2009 11:36:38 -0400 Subject: unable to upgrade apache2 on snow leopard Message-ID: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> So far most packages have upgraded but apache hasn't worked since I installed snow leopard and still having problems upgrading. Tried searching for the error and all the suggestions I could find didn't really help. At the point now where I'm considering installing everything from scratch but hope I can avoid that. teddy at navi:~$ sudo port clean --all apache2 ---> Cleaning apache2 teddy at navi:~$ sudo port upgrade apache2 ---> Computing dependencies for apache2 ---> Fetching apache2 ---> Attempting to fetch httpd-2.2.13.tar.bz2 from http://www.ibiblio.org/pub/mirrors/apache/httpd ---> Verifying checksum(s) for apache2 ---> Extracting apache2 ---> Applying patches to apache2 ---> Configuring apache2 ---> Building apache2 Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13" && /usr/bin/make -j2 all " returned error 2 Command output: Making all in srclib Making all in os Making all in unix /opt/local/share/apr-1/build/libtool --silent --mode=compile /usr/bin/ gcc-4.2 -I/opt/local/include -O2 -arch x86_64 -DDARWIN - DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/opt/local/include - I. -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/os/unix -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/server/mpm/prefork -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/http -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/filters -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/proxy -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/include -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/generators -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/mappers -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/database -I/opt/local/include/apr-1 -I/opt/ local/include -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/server -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/proxy/../generators -I/opt/local/var/ macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/ssl -I/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2 /work/httpd-2.2.13/modules/dav/main -prefer-non-pic -static -c unixd.c && touch unixd.lo libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' make[3]: *** [unixd.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Error: Unable to upgrade port: 1 -- Todd Eddy IT Manager SparkBase (216) 867-0877 Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of my firm shall be understood as neither given nor endorsed by it. From face at CentosPrime.COM Tue Sep 15 08:51:15 2009 From: face at CentosPrime.COM (Chris Janton) Date: Tue, 15 Sep 2009 08:51:15 -0700 Subject: Macports and CPAN In-Reply-To: References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> Message-ID: <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> On 2009-09-10 , at 12:26 , Scott Haneda wrote: > I am going to try to make this port for you. > First you will need to set up your own local repo as per this doc: > http://guide.macports.org/#development.local-repositories Thanks! Once I got my macports back into shape for Snow Leopard (complete rebuild from square one - works fine now) I started working on this. I made a local repository and used http://svn.macosforge.org/repository/macports/contrib/cpan2port/cpan2port to create the PERL portfiles that i needed. Fixed a few dependencies and voila, I have p5-astro-satpass happily installed in my local Ports directory. No conflicts with anything. Don't need to mess with Apple supplied PERL. Back to using "#!/usr/bin/env perl" Note that I did have to install a number of p5-modules to get cpan2port/cpan to behave nicely with no error messages. What I find most happily is that I don't have to do any cpan-like activity from an admin account. The whole set of local ports belongs to a non-admin user. More comfortable for me. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From brad at pixilla.com Tue Sep 15 08:59:29 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Tue, 15 Sep 2009 11:59:29 -0400 Subject: =?UTF-8?Q?Re:_Error_Building_openssl=E2=80=8F?= In-Reply-To: References: Message-ID: On Sep 15, 2009, at 12:50 AM, edwin sandoval wrote: > > Can anyone help me with the next issue? > > port -d install openssl > > > Undefined symbols > _inflateEnd referenced from > _bio_zlib_free in libcrypto ( c_zlib ) I probably can't help you other then suggesting you include your OS version and the MacPorts version. I didn't see it in either of your posts. // Brad -------------- next part -------------- An HTML attachment was scrubbed... URL: From face at CentosPrime.COM Tue Sep 15 09:06:37 2009 From: face at CentosPrime.COM (Chris Janton) Date: Tue, 15 Sep 2009 09:06:37 -0700 Subject: unable to upgrade apache2 on snow leopard In-Reply-To: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> References: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> Message-ID: <1EE6A6F6-190A-4F51-A85C-211C7212A4C2@centosprime.com> On 2009-09-15 , at 08:36 , Todd Eddy wrote: > So far most packages have upgraded but apache hasn't worked since I > installed snow leopard and still having problems upgrading. Tried > searching for the error and all the suggestions I could find didn't > really help. At the point now where I'm considering installing > everything from scratch but hope I can avoid that. I thought I had built things from scratch, but hadn't really done rm -rf /opt/local/* all sorts of problems ensued. I installed MacPorts 1.8, completely cleaned out /opt/local (really made the files go away), and re-installed from the beginning. It appears to be the only reliable way. All my ports are happy now. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From teddy at sparkbase.com Tue Sep 15 09:49:38 2009 From: teddy at sparkbase.com (Todd Eddy) Date: Tue, 15 Sep 2009 12:49:38 -0400 Subject: unable to upgrade apache2 on snow leopard In-Reply-To: <1EE6A6F6-190A-4F51-A85C-211C7212A4C2@centosprime.com> References: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> <1EE6A6F6-190A-4F51-A85C-211C7212A4C2@centosprime.com> Message-ID: Yeah I figured out the problem from before. The proper way to force upgrade and rebuild dependencies in macports 1.8 is sudo port upgrade --force -R apache2 But after doing that I'm getting an error now with libiconv being version 7.0.0 and gawk needs 8.0.0 so I guess I'm still going to backup my apache conf, do a port list installed and just start from scratch On Sep 15, 2009, at 12:06 PM, Chris Janton wrote: > On 2009-09-15 , at 08:36 , Todd Eddy wrote: > >> So far most packages have upgraded but apache hasn't worked since I >> installed snow leopard and still having problems upgrading. Tried >> searching for the error and all the suggestions I could find didn't >> really help. At the point now where I'm considering installing >> everything from scratch but hope I can avoid that. > > I thought I had built things from scratch, but hadn't really done > > rm -rf /opt/local/* > > all sorts of problems ensued. > > I installed MacPorts 1.8, completely cleaned out /opt/local (really > made the files go away), and re-installed from the beginning. > > It appears to be the only reliable way. > > All my ports are happy now. > > 8) > ---------------------------------- > Chris Janton - face at CentosPrime dot COM > Netminder for Opus1.COM > > Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of my firm shall be understood as neither given nor endorsed by it. From dave.evans55 at googlemail.com Tue Sep 15 09:59:38 2009 From: dave.evans55 at googlemail.com (David Evans) Date: Tue, 15 Sep 2009 17:59:38 +0100 Subject: unable to upgrade apache2 on snow leopard In-Reply-To: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> References: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> Message-ID: <4AAFC7FA.7070100@googlemail.com> > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' I got this error when building exiv2 on Leopard. It persisted for months until I did a forced clean and reinstall of libtool. It's a bit of a long shot, I know, but it will only take a couple of minutes to try. From teddy at sparkbase.com Tue Sep 15 10:25:48 2009 From: teddy at sparkbase.com (Todd Eddy) Date: Tue, 15 Sep 2009 13:25:48 -0400 Subject: unable to upgrade apache2 on snow leopard In-Reply-To: <4AAFC7FA.7070100@googlemail.com> References: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> <4AAFC7FA.7070100@googlemail.com> Message-ID: On Sep 15, 2009, at 12:59 PM, David Evans wrote: >> libtool: compile: unable to infer tagged configuration >> libtool: compile: specify a tag with `--tag' > > I got this error when building exiv2 on Leopard. It persisted > for months until I did a forced clean and reinstall of libtool. > > It's a bit of a long shot, I know, but it will only take a couple > of minutes to try. > I've already wiped macports and reinstalling. For reference though "port installed" is a much better listing than "port list installed" since it will show the variants you have applied to various ports. Turns out there's only 6 or 7 ports I use and there's a lot of cruft in there from old games and such. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of my firm shall be understood as neither given nor endorsed by it. From lists at dcorking.com Tue Sep 15 12:55:34 2009 From: lists at dcorking.com (David Corking) Date: Tue, 15 Sep 2009 20:55:34 +0100 Subject: system hosed? In-Reply-To: References: <21FAC0C1-DE85-4282-8BC2-0BAAB1DCAE64@verkehrsplanung.com> <4AA77B88.7060302@macports.org> <4AA7935E.9040000@macports.org> Message-ID: Wolf Drechsel said: > dsl01:~ bub$ file /usr/bin/tee > /usr/bin/tee: Mach-O executable ppc Looks great. > What about "Tiger-in-the-tank" - or > is there not such a saying in English? English? Are you kidding? "Put a Tiger In Your Tank" is an ad slogan I remember from my childhood. http://en.wikipedia.org/wiki/Humble_Oil http://en.wikipedia.org/wiki/List_of_fictional_tigers#Tigers_in_advertising It would make the dispute with The Beatles seem like breakfast. From macosforge.org at monkeybutt.com Tue Sep 15 13:07:11 2009 From: macosforge.org at monkeybutt.com (macosforge.org at monkeybutt.com) Date: Tue, 15 Sep 2009 10:07:11 -1000 Subject: mutt-devel (cyrus-sasl2) upgrade fails In-Reply-To: <6D7204E2-CF91-472F-A24D-2779844EA2CD@macports.org> References: <6D7204E2-CF91-472F-A24D-2779844EA2CD@macports.org> Message-ID: On Mon, 14 Sep 2009, Ryan Schmidt wrote: : On Sep 14, 2009, at 18:22, macosforge.org at monkeybutt.com wrote: : : > ---> Building cyrus-sasl2 : [snip] : > Undefined symbols: : > "_auxprop_plugin_info", referenced from: : > _main in pluginviewer.o : > _main in pluginviewer.o : > ld: symbol(s) not found : : Looks like: : : http://trac.macports.org/ticket/20194 : : The suggestion there is to deactivate your existing cyrus-sasl2 before : installing the new one. Please let us know if that works. : : The port used to prevent installation unless you did this. That protection was : removed a few months ago because we thought we had fixed the problem (r52930, : #17328). Maybe we haven't. Thanks, that helped somewhat, but now I've encountered a new problem trying to build mutt-devel itself. First, I deactivated (uninstalled, actually) cyrus-sasl2, and also did a 'port clean --work all' for good measure. When I retry building mutt-devel, I encounter the following: % sudo port install mutt-devel +compress+date_conditional+deepif+gdbm+headercache+imap+pop+sasl+smtp+ssl+xlabel [...] ---> Attempting to fetch patch-1.5.20.rr.compressed.gz from http://www.mutt.org.ua/download/mutt-1.5.20/ ---> Attempting to fetch mutt-1.5.20.tar.gz from http://distfiles.macports.org/mutt-devel ---> Verifying checksum(s) for mutt-devel ---> Extracting mutt-devel ---> Applying patches to mutt-devel ---> Configuring mutt-devel ---> Building mutt-devel Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mutt-devel/work/mutt-1.5.20" && /usr/bin/make -j1 all " returned error 2 Command output: /usr/bin/gcc-4.0 -DPKGDATADIR=\"/opt/local/share/mutt\" -DSYSCONFDIR=\"/opt/local/etc\" -DBINDIR=\"/opt/local/bin\" -DMUTTLOCALEDIR=\"/opt/local/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/include -I/opt/local/include -I./intl -O2 -arch ppc -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c mv -f .deps/md5.Tpo .deps/md5.Po /usr/bin/gcc-4.0 -DPKGDATADIR=\"/opt/local/share/mutt\" -DSYSCONFDIR=\"/opt/local/etc\" -DBINDIR=\"/opt/local/bin\" -DMUTTLOCALEDIR=\"/opt/local/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap -Iintl -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/include -I/opt/local/include -I./intl -O2 -arch ppc -MT wcscasecmp.o -MD -MP -MF .deps/wcscasecmp.Tpo -c -o wcscasecmp.o wcscasecmp.c mv -f .deps/wcscasecmp.Tpo .deps/wcscasecmp.Po /usr/bin/gcc-4.0 -O2 -arch ppc -L/opt/local/lib -L/usr/lib -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/lib -L/opt/local/lib -o mutt addrbook.o alias.o attach.o base64.o browser.o buffy.o color.o crypt.o cryptglue.o commands.o complete.o compose.o copy.o curs_lib.o curs_main.o date.o edit.o enter.o flags.o init.o filter.o from.o getdomain.o group.o handler.o hash.o hdrline.o headers.o help.o hook.o keymap.o main.o mbox.o menu.o mh.o mx.o pager.o parse.o pattern.o postpone.o query.o recvattach.o recvcmd.o rfc822.o rfc1524.o rfc2047.o rfc2231.o rfc3676.o score.o send.o sendlib.o signal.o sort.o status.o system.o thread.o charset.o history.o lib.o muttlib.o editmsg.o mbyte.o url.o ascii.o crypt-mod.o patchlist.o pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime-classic.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o account.o mutt_socket.o mutt_tunnel.o mutt_ssl.o mutt_sasl.o hcache.o md5.o wcscasecmp.o -Limap -limap -lncursesw -lssl -lcrypto -lz -lsasl2 -lgdbm -lintl -liconv -liconv Undefined symbols: "_mutt_open_read_compressed", referenced from: _mx_open_mailbox in mx.o "_mutt_can_read_compressed", referenced from: _mx_get_magic in mx.o "_mutt_check_mailbox_compressed", referenced from: _mx_check_mailbox in mx.o "_mutt_can_append_compressed", referenced from: _mx_open_mailbox in mx.o "_mutt_slow_close_compressed", referenced from: _mbox_close_mailbox in mbox.o _mx_close_mailbox in mx.o "_mutt_test_compress_command", referenced from: _mutt_parse_hook in hook.o "_mutt_fast_close_compressed", referenced from: _mx_fastclose_mailbox in mx.o "_mutt_sync_compressed", referenced from: _sync_mailbox in mx.o "_mutt_open_append_compressed", referenced from: _mx_open_mailbox in mx.o ld: symbol(s) not found collect2: ld returned 1 exit status make[2]: *** [mutt] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. From mta at umich.edu Tue Sep 15 13:41:48 2009 From: mta at umich.edu (Mike Alexander) Date: Tue, 15 Sep 2009 16:41:48 -0400 Subject: Removing a port and dependencies? In-Reply-To: <8B272679-8F04-4ECC-872B-9EF522365C22@macports.org> References: <1bd71ad80909142105o6c13f6a8t191be1f7ca8701a9@mail.gmail.com> <8B272679-8F04-4ECC-872B-9EF522365C22@macports.org> Message-ID: --On September 14, 2009 11:14:33 PM -0500 Ryan Schmidt wrote: > Use the port_cutleaves script; you can install the port_cutleaves > port to get it. There are two versions of port_cutleaves available. The port called port_cutleaves installs version # $Id: port_cutleaves 45949 2009-01-26 01:59:07Z perry at macports.org $ There is also a version in the contrib directory in the svn repository. This version is newer: # $Id: port_cutleaves 55639 2009-08-15 08:35:14Z jmr at macports.org $ The newer version contains some bug fixes and a new option, -b, to consider build dependencies (although the help info for it seems backwards to me). Perhaps this version should be cleaned up and the port upgraded. -- Mike Alexander mta at umich.edu Ann Arbor, MI PGP key ID: BEA343A6 From i.cue at dsl.pipex.com Tue Sep 15 15:23:26 2009 From: i.cue at dsl.pipex.com (Mine) Date: Tue, 15 Sep 2009 23:23:26 +0100 Subject: Updating Perl Message-ID: <9C50370B-D8D7-437D-B521-DF6EF7D7200F@dsl.pipex.com> Hi, After spending a considerable amount of time trying to get get_iplayer to work with my MacPorts installed Perl 5.8.8, I have come to the conclusion that perhaps I should upgrade my Perl to 5.10.1. I have tried to uninstall 5.8.8 but it has a number of dependencies: p5-locale-gettext, help2man, autoconf, automake, and faad2. Is there an easier way to upgrade Perl or do I have to remove these programs which no doubt also have other dependencies. Thanks, Terrence From ryandesign at macports.org Tue Sep 15 16:17:34 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 18:17:34 -0500 Subject: unable to upgrade apache2 on snow leopard In-Reply-To: References: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> <4AAFC7FA.7070100@googlemail.com> Message-ID: On Sep 15, 2009, at 12:25, Todd Eddy wrote: > On Sep 15, 2009, at 12:59 PM, David Evans wrote: > >>> libtool: compile: unable to infer tagged configuration >>> libtool: compile: specify a tag with `--tag' >> >> I got this error when building exiv2 on Leopard. It persisted >> for months until I did a forced clean and reinstall of libtool. >> >> It's a bit of a long shot, I know, but it will only take a couple >> of minutes to try. >> > > I've already wiped macports and reinstalling. For reference though > "port installed" is a much better listing than "port list installed" > since it will show the variants you have applied to various ports. "port list installed" shows you the latest version of the software you have installed, even if that's not the version you have installed, so that's probably not a command you ever want to use. "port installed" shows you the version and variants you have installed. > Turns out there's only 6 or 7 ports I use and there's a lot of cruft > in there from old games and such. From ryandesign at macports.org Tue Sep 15 16:18:58 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 18:18:58 -0500 Subject: unable to upgrade apache2 on snow leopard In-Reply-To: <4AAFC7FA.7070100@googlemail.com> References: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> <4AAFC7FA.7070100@googlemail.com> Message-ID: On Sep 15, 2009, at 11:59, David Evans wrote: >> libtool: compile: unable to infer tagged configuration >> libtool: compile: specify a tag with `--tag' > > I got this error when building exiv2 on Leopard. It persisted > for months until I did a forced clean and reinstall of libtool. Yes, it sounds like the compiler used to build libtool is not the same compiler that was used to build the program you're building now (e.g. apache2). This is likely if you're upgrading, since libtool will have been built with /usr/bin/gcc-4.0 but you are now trying to build apache2 with /usr/bin/gcc-4.2. Maybe we need to specially mention libtool in the Migration page as well. From ryandesign at macports.org Tue Sep 15 16:19:17 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 18:19:17 -0500 Subject: unable to upgrade apache2 on snow leopard In-Reply-To: References: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> <1EE6A6F6-190A-4F51-A85C-211C7212A4C2@centosprime.com> Message-ID: On Sep 15, 2009, at 11:49, Todd Eddy wrote: > But after doing that I'm getting an error now with libiconv being > version 7.0.0 and gawk needs 8.0.0 so I guess I'm still going to > backup my apache conf, do a port list installed and just start from > scratch That means your libiconv is the wrong architecture; rebuild it. From ryandesign at macports.org Tue Sep 15 16:47:32 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 18:47:32 -0500 Subject: Updating Perl In-Reply-To: <9C50370B-D8D7-437D-B521-DF6EF7D7200F@dsl.pipex.com> References: <9C50370B-D8D7-437D-B521-DF6EF7D7200F@dsl.pipex.com> Message-ID: <2FF8AFD8-5F27-48D5-803C-14E2E09CBFE6@macports.org> On Sep 15, 2009, at 17:23, Mine wrote: > After spending a considerable amount of time trying to get > get_iplayer to work > with my MacPorts installed Perl 5.8.8, I have come to the conclusion > that perhaps > I should upgrade my Perl to 5.10.1. > > I have tried to uninstall 5.8.8 but it has a number of dependencies: > p5-locale-gettext, help2man, autoconf, automake, and faad2. > > Is there an easier way to upgrade Perl or do I have to remove these > programs > which no doubt also have other dependencies. At this point, a lot of ports in MacPorts require perl 5.8. Hopefully this situation will be sorted out soon and we will be using perl 5.10 instead. The ticket: http://trac.macports.org/ticket/16830 From ryandesign at macports.org Tue Sep 15 16:48:41 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 18:48:41 -0500 Subject: Macports and CPAN In-Reply-To: <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> Message-ID: On Sep 15, 2009, at 10:51, Chris Janton wrote: > I made a local repository and used > > http://svn.macosforge.org/repository/macports/contrib/cpan2port/cpan2port > > to create the PERL portfiles that i needed. Fixed a few dependencies > and voila, I have p5-astro-satpass happily installed in my local > Ports directory. No conflicts with anything. Don't need to mess with > Apple supplied PERL. Back to using "#!/usr/bin/env perl" > > Note that I did have to install a number of p5-modules to get > cpan2port/cpan to behave nicely with no error messages. > > What I find most happily is that I don't have to do any cpan-like > activity from an admin account. The whole set of local ports belongs > to a non-admin user. More comfortable for me. Great! If you haven't already, perhaps you could file tickets with your new ports and we can commit them for you. From ryandesign at macports.org Tue Sep 15 16:54:04 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 18:54:04 -0500 Subject: mutt-devel (cyrus-sasl2) upgrade fails In-Reply-To: References: <6D7204E2-CF91-472F-A24D-2779844EA2CD@macports.org> Message-ID: On Sep 15, 2009, at 15:07, macosforge.org at monkeybutt.com wrote: > On Mon, 14 Sep 2009, Ryan Schmidt wrote: > > : On Sep 14, 2009, at 18:22, macosforge.org at monkeybutt.com wrote: > : > : > ---> Building cyrus-sasl2 > : [snip] > : > Undefined symbols: > : > "_auxprop_plugin_info", referenced from: > : > _main in pluginviewer.o > : > _main in pluginviewer.o > : > ld: symbol(s) not found > : > : Looks like: > : > : http://trac.macports.org/ticket/20194 > : > : The suggestion there is to deactivate your existing cyrus-sasl2 > before > : installing the new one. Please let us know if that works. > : > : The port used to prevent installation unless you did this. That > protection was > : removed a few months ago because we thought we had fixed the > problem (r52930, > : #17328). Maybe we haven't. > > Thanks, that helped somewhat, Ok, great, I'll update the tickets. > but now I've encountered a new problem > trying to build mutt-devel itself. First, I deactivated (uninstalled, > actually) cyrus-sasl2, and also did a 'port clean --work all' for good > measure. When I retry building mutt-devel, I encounter the following: > > % sudo port install mutt-devel +compress+date_conditional+deepif+gdbm > +headercache+imap+pop+sasl+smtp+ssl+xlabel > [...] > ---> Attempting to fetch patch-1.5.20.rr.compressed.gz from http://www.mutt.org.ua/download/mutt-1.5.20/ > ---> Attempting to fetch mutt-1.5.20.tar.gz from http://distfiles.macports.org/mutt-devel > ---> Verifying checksum(s) for mutt-devel > ---> Extracting mutt-devel > ---> Applying patches to mutt-devel > ---> Configuring mutt-devel > ---> Building mutt-devel > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_mail_mutt > -devel/work/mutt-1.5.20" && /usr/bin/make -j1 all " returned error 2 > Command output: /usr/bin/gcc-4.0 -DPKGDATADIR=\"/opt/local/share/mutt > \" -DSYSCONFDIR=\"/opt/local/etc\" -DBINDIR=\"/opt/local/bin\" - > DMUTTLOCALEDIR=\"/opt/local/share/locale\" -DHAVE_CONFIG_H=1 -I. - > I. -I. -I./imap -Iintl -I/opt/local/include -I/opt/local/include -I/ > opt/local/include -I/opt/local/include -I/include -I/opt/local/ > include -I./intl -O2 -arch ppc -MT md5.o -MD -MP -MF .deps/md5.Tpo - > c -o md5.o md5.c > mv -f .deps/md5.Tpo .deps/md5.Po > /usr/bin/gcc-4.0 -DPKGDATADIR=\"/opt/local/share/mutt\" -DSYSCONFDIR= > \"/opt/local/etc\" -DBINDIR=\"/opt/local/bin\" -DMUTTLOCALEDIR=\"/ > opt/local/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I. -I./imap - > Iintl -I/opt/local/include -I/opt/local/include -I/opt/local/include > -I/opt/local/include -I/include -I/opt/local/include -I./intl -O2 - > arch ppc -MT wcscasecmp.o -MD -MP -MF .deps/wcscasecmp.Tpo -c -o > wcscasecmp.o wcscasecmp.c > mv -f .deps/wcscasecmp.Tpo .deps/wcscasecmp.Po > /usr/bin/gcc-4.0 -O2 -arch ppc -L/opt/local/lib -L/usr/lib -L/opt/ > local/lib -L/opt/local/lib -L/opt/local/lib -L/lib -L/opt/local/lib - > o mutt addrbook.o alias.o attach.o base64.o browser.o buffy.o > color.o crypt.o cryptglue.o commands.o complete.o compose.o copy.o > curs_lib.o curs_main.o date.o edit.o enter.o flags.o init.o filter.o > from.o getdomain.o group.o handler.o hash.o hdrline.o headers.o > help.o hook.o keymap.o main.o mbox.o menu.o mh.o mx.o pager.o > parse.o pattern.o postpone.o query.o recvattach.o recvcmd.o rfc822.o > rfc1524.o rfc2047.o rfc2231.o rfc3676.o score.o send.o sendlib.o > signal.o sort.o status.o system.o thread.o charset.o history.o lib.o > muttlib.o editmsg.o mbyte.o url.o ascii.o crypt-mod.o patchlist.o > pgp.o pgpinvoke.o pgpkey.o pgplib.o gnupgparse.o pgpmicalg.o > pgppacket.o crypt-mod-pgp-classic.o smime.o crypt-mod-smime- > classic.o resize.o pop.o pop_lib.o pop_auth.o smtp.o bcache.o > account.o mutt_socket.o mutt_tunnel.o mutt_ssl.o mutt_sasl.o > hcache.o md5.o > wcscasecmp.o -Limap -limap -lncursesw -lssl -lcrypto -lz -lsasl2 - > lgdbm -lintl -liconv -liconv > Undefined symbols: > "_mutt_open_read_compressed", referenced from: > _mx_open_mailbox in mx.o > "_mutt_can_read_compressed", referenced from: > _mx_get_magic in mx.o > "_mutt_check_mailbox_compressed", referenced from: > _mx_check_mailbox in mx.o > "_mutt_can_append_compressed", referenced from: > _mx_open_mailbox in mx.o > "_mutt_slow_close_compressed", referenced from: > _mbox_close_mailbox in mbox.o > _mx_close_mailbox in mx.o > "_mutt_test_compress_command", referenced from: > _mutt_parse_hook in hook.o > "_mutt_fast_close_compressed", referenced from: > _mx_fastclose_mailbox in mx.o > "_mutt_sync_compressed", referenced from: > _sync_mailbox in mx.o > "_mutt_open_append_compressed", referenced from: > _mx_open_mailbox in mx.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make[2]: *** [mutt] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 This looks like it relates to the +compress option you've requested: http://objectmix.com/mutt/202340-problems-compiling-1-5-7-a.html Not sure if the statements in that thread were specific to 1.5.7 or still apply now with 1.5.20. You may want to file a ticket in the MacPorts issue tracker. If you can do without the +compress option, leaving it out may allow you to compile. From ryandesign at macports.org Tue Sep 15 16:58:13 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 18:58:13 -0500 Subject: download problem from sf.net In-Reply-To: <6DDC50D4-3F86-472B-B880-68B9D5AD9C9E@geeklair.net> References: <4997275b0909150422o1569b174j5f91580bd1aea8a0@mail.gmail.com> <4997275b0909150506v2986b2adt8f760f1cfc890ef6@mail.gmail.com> <4AAF9184.1070708@macports.org> <6DDC50D4-3F86-472B-B880-68B9D5AD9C9E@geeklair.net> Message-ID: On Sep 15, 2009, at 10:24, Daniel J. Luke wrote: > On Sep 15, 2009, at 9:16 AM, Ryan Schmidt wrote: >>> From own experience I know that one of the Swiss mirrors has a >>> very fast >>> ping but often times out when you actually try to download a file. >>> Half >>> the time I want to download something from sf I get nothing but an >>> error >>> message. >> >> You can locally edit your mirrorsites.tcl file and remove >> problematic mirrors, but if a mirror is generally problematic (i.e. >> not just a problem on your network), then we should remove it from >> the list entirely. Do you know what server it is? > > It might be nice to have an option that forces downloads to only use > the macports mirrors (as an easy way for the end-user to work around > mirror issues). Might also be nice to have an option that forces downloads to never use the MacPorts mirrors (as an easy way for maintainers to try to verify checksum failures users report). From talklists at newgeo.com Tue Sep 15 16:59:29 2009 From: talklists at newgeo.com (Scott Haneda) Date: Tue, 15 Sep 2009 16:59:29 -0700 Subject: Macports and CPAN In-Reply-To: <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> Message-ID: <52868EAE-3D51-4BFD-9343-125B24ADDCEA@newgeo.com> Can you maybe share a step by step on how you got cpan2port to work, or the syntax to use it? -- Scott * If you contact me off list replace talklists@ with scott@ * On Sep 15, 2009, at 8:51 AM, Chris Janton wrote: > http://svn.macosforge.org/repository/macports/contrib/cpan2port/cpan2port > > to create the PERL portfiles that i needed. Fixed a few dependencies > and voila, I have p5-astro-satpass happily installed in my local > Ports directory. No conflicts with anything. Don't need to mess with > Apple supplied PERL. Back to using "#!/usr/bin/env perl" > > Note that I did have to install a number of p5-modules to get > cpan2port/cpan to behave nicely with no error messages. From i.cue at dsl.pipex.com Tue Sep 15 17:16:05 2009 From: i.cue at dsl.pipex.com (Mine) Date: Wed, 16 Sep 2009 01:16:05 +0100 Subject: Updating Perl In-Reply-To: <2FF8AFD8-5F27-48D5-803C-14E2E09CBFE6@macports.org> References: <9C50370B-D8D7-437D-B521-DF6EF7D7200F@dsl.pipex.com> <2FF8AFD8-5F27-48D5-803C-14E2E09CBFE6@macports.org> Message-ID: <35A9048F-DDDE-439A-A794-57B9FD75125F@dsl.pipex.com> Hi, Does this mean that I can't or should not install Perl 5.10.1? It is available as a port, and I think I remember reading somewhere on CPAN that installing 5.10.1 can live along side 5.8.8. Is that correct? Will the .Profile doc created by MacPorts reflect the new install, so 5.10.1 will be the defaul Perl? Terrence On 16 Sep 2009, at 00:47, Ryan Schmidt wrote: > On Sep 15, 2009, at 17:23, Mine wrote: > >> After spending a considerable amount of time trying to get >> get_iplayer to work >> with my MacPorts installed Perl 5.8.8, I have come to the >> conclusion that perhaps >> I should upgrade my Perl to 5.10.1. >> >> I have tried to uninstall 5.8.8 but it has a number of dependencies: >> p5-locale-gettext, help2man, autoconf, automake, and faad2. >> >> Is there an easier way to upgrade Perl or do I have to remove >> these programs >> which no doubt also have other dependencies. > > At this point, a lot of ports in MacPorts require perl 5.8. > Hopefully this situation will be sorted out soon and we will be > using perl 5.10 instead. The ticket: > > > http://trac.macports.org/ticket/16830 > > From ryandesign at macports.org Tue Sep 15 17:33:36 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 19:33:36 -0500 Subject: Updating Perl In-Reply-To: <35A9048F-DDDE-439A-A794-57B9FD75125F@dsl.pipex.com> References: <9C50370B-D8D7-437D-B521-DF6EF7D7200F@dsl.pipex.com> <2FF8AFD8-5F27-48D5-803C-14E2E09CBFE6@macports.org> <35A9048F-DDDE-439A-A794-57B9FD75125F@dsl.pipex.com> Message-ID: <1A1FCD82-B781-43E1-90D0-9767B0CA128A@macports.org> On Sep 15, 2009, at 19:16, Mine wrote: > On 16 Sep 2009, at 00:47, Ryan Schmidt wrote: >> > >> At this point, a lot of ports in MacPorts require perl 5.8. >> Hopefully this situation will be sorted out soon and we will be >> using perl 5.10 instead. The ticket: >> >> http://trac.macports.org/ticket/16830 > > Does this mean that I can't or should not install Perl 5.10.1? > > It is available as a port, and I think I remember reading somewhere > on CPAN that installing 5.10.1 can live along side 5.8.8. > Is that correct? > > Will the .Profile doc created by MacPorts reflect the new install, so > 5.10.1 will be the defaul Perl? You can install the perl5.10 port if you want but ports that require perl will still use the perl5.8 port. The ticket I mentioned is the request to unify perl into a single port at version 5.10.1 that all ports can use. From ryandesign at macports.org Tue Sep 15 17:35:14 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 19:35:14 -0500 Subject: Macports and CPAN In-Reply-To: <52868EAE-3D51-4BFD-9343-125B24ADDCEA@newgeo.com> References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> <52868EAE-3D51-4BFD-9343-125B24ADDCEA@newgeo.com> Message-ID: <6D494D10-0444-4031-8CC2-1AB01EA62A4F@macports.org> On Sep 15, 2009, at 18:59, Scott Haneda wrote: > Can you maybe share a step by step on how you got cpan2port to work, > or the syntax to use it? See the messages in the sadly disjointed thread "cpan2port" here: http://lists.macosforge.org/pipermail/macports-dev/2009-March/thread.html#8039 From Donald_Wright at brown.edu Tue Sep 15 17:35:56 2009 From: Donald_Wright at brown.edu (Don Wright) Date: Tue, 15 Sep 2009 20:35:56 -0400 Subject: Trouble installing wireshark on Mac OSX 10.5 In-Reply-To: Message-ID: > I?ve tried installing Wireshark on my mac and am getting the following > error messages. Can I just delete gdk-pixbuf-csource, or is this just the > first bump in the road. > > -- Don > > don$ sudo port install wireshark > Password: > ---> Fetching gtk2 > ---> Verifying checksum(s) for gtk2 > ---> Extracting gtk2 > ---> Applying patches to gtk2 > ---> Configuring gtk2 > ---> Building gtk2 > ---> Staging gtk2 into destroot > ---> Installing gtk2 @2.16.1_2+x11 > ---> Activating gtk2 @2.16.1_2+x11 > Error: Target org.macports.activate returned: Image error: > /opt/local/bin/gdk-pixbuf-csource already exists and does not belong to a > registered port. Unable to activate port gtk2. > Error: The following dependencies failed to build: gtk2 > Error: Status 1 encountered during processing. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Tue Sep 15 17:38:14 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 19:38:14 -0500 Subject: Trouble installing wireshark on Mac OSX 10.5 In-Reply-To: References: Message-ID: On Sep 15, 2009, at 19:35, Don Wright wrote: >> I?ve tried installing Wireshark on my mac and am getting the >> following error messages. Can I just delete gdk-pixbuf-csource, or >> is this just the first bump in the road. >> >> -- Don >> >> don$ sudo port install wireshark >> Password: >> ---> Fetching gtk2 >> ---> Verifying checksum(s) for gtk2 >> ---> Extracting gtk2 >> ---> Applying patches to gtk2 >> ---> Configuring gtk2 >> ---> Building gtk2 >> ---> Staging gtk2 into destroot >> ---> Installing gtk2 @2.16.1_2+x11 >> ---> Activating gtk2 @2.16.1_2+x11 >> Error: Target org.macports.activate returned: Image error: /opt/ >> local/bin/gdk-pixbuf-csource already exists and does not belong to >> a registered port. Unable to activate port gtk2. >> Error: The following dependencies failed to build: gtk2 >> Error: Status 1 encountered during processing. Where did /opt/local/bin/gdk-pixbuf-csource come from? Something installed it, but MacPorts didn't think it did. One relatively common cause of this is if you install MacPorts, install some ports (in this case including gtk2), then somehow incompletely uninstall MacPorts, then install MacPorts again, so that the software MacPorts had installed is still there, but MacPorts is no longer aware of it. If that sounds possible, then you should uninstall MacPorts properly and reinstall it. Uninstall instructions are here: http://trac.macports.org/wiki/FAQ#uninstall From emer at emer.net Tue Sep 15 18:09:24 2009 From: emer at emer.net (Mark Anderson) Date: Tue, 15 Sep 2009 21:09:24 -0400 Subject: Updating Perl In-Reply-To: <1A1FCD82-B781-43E1-90D0-9767B0CA128A@macports.org> References: <9C50370B-D8D7-437D-B521-DF6EF7D7200F@dsl.pipex.com> <2FF8AFD8-5F27-48D5-803C-14E2E09CBFE6@macports.org> <35A9048F-DDDE-439A-A794-57B9FD75125F@dsl.pipex.com> <1A1FCD82-B781-43E1-90D0-9767B0CA128A@macports.org> Message-ID: <2cf4100f0909151809j37911106hba44f22cd1026ffc@mail.gmail.com> One of the things I have done is made soft links in /opt/local/bin from all the -5.10 programs to their real names; Tricks a lot of the ports to just build without building perl5.8. However, this can and probably will mess a bunch of stuff up for you later and/or now. All l can say is it has worked well enough for me while I wait for the fixes. Mark On Tue, Sep 15, 2009 at 8:33 PM, Ryan Schmidt wrote: > > On Sep 15, 2009, at 19:16, Mine wrote: > >> On 16 Sep 2009, at 00:47, Ryan Schmidt wrote: >>> >> >>> At this point, a lot of ports in MacPorts require perl 5.8. Hopefully >>> this situation will be sorted out soon and we will be using perl 5.10 >>> instead. The ticket: >>> >>> http://trac.macports.org/ticket/16830 >> >> Does this mean that I can't or should not install Perl 5.10.1? >> >> It is available as a port, and I think I remember reading somewhere >> on CPAN that installing 5.10.1 can live along side 5.8.8. >> Is that correct? >> >> Will the .Profile doc created by MacPorts reflect the new install, so >> 5.10.1 will be the defaul Perl? > > You can install the perl5.10 port if you want but ports that require perl > will still use the perl5.8 port. The ticket I mentioned is the request to > unify perl into a single port at version 5.10.1 that all ports can use. > > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From jmr at macports.org Tue Sep 15 21:14:23 2009 From: jmr at macports.org (Joshua Root) Date: Wed, 16 Sep 2009 14:14:23 +1000 Subject: unable to upgrade apache2 on snow leopard In-Reply-To: References: <305391BE-F8D7-4AA5-897E-D9428461234E@sparkbase.com> <1EE6A6F6-190A-4F51-A85C-211C7212A4C2@centosprime.com> Message-ID: <4AB0661F.6050408@macports.org> On 2009-9-16 02:49, Todd Eddy wrote: > Yeah I figured out the problem from before. The proper way to force > upgrade and rebuild dependencies in macports 1.8 is > > sudo port upgrade --force -R apache2 Actually, -R is a global option, so it needs to go between 'port' and 'upgrade', unlike --force which is being applied to the upgrade action. Note also that -R does not make upgrade rebuild dependencies (that happens by default and can be disabled with -n), but rather dependents. - Josh From talklists at newgeo.com Tue Sep 15 21:44:46 2009 From: talklists at newgeo.com (Scott Haneda) Date: Tue, 15 Sep 2009 21:44:46 -0700 Subject: Macports and CPAN In-Reply-To: <6D494D10-0444-4031-8CC2-1AB01EA62A4F@macports.org> References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> <52868EAE-3D51-4BFD-9343-125B24ADDCEA@newgeo.com> <6D494D10-0444-4031-8CC2-1AB01EA62A4F@macports.org> Message-ID: <603AD387-5A70-4D77-B9DB-82EDB9E37A91@newgeo.com> On Sep 15, 2009, at 5:35 PM, Ryan Schmidt wrote: > On Sep 15, 2009, at 18:59, Scott Haneda wrote: > >> Can you maybe share a step by step on how you got cpan2port to >> work, or the syntax to use it? > > See the messages in the sadly disjointed thread "cpan2port" here: > > http://lists.macosforge.org/pipermail/macports-dev/2009-March/thread.html#8039 ./cpan2port -t Test::Harness Can't locate Module/Depends.pm in @INC (@INC contains: /opt/local/lib/ perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/site_perl/ 5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/ 5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.9 /opt/local/ lib/perl5/vendor_perl /opt/local/lib/perl5/5.8.9/darwin-2level /opt/ local/lib/perl5/5.8.9 /Users/me/Downloads) at ./cpan2port line 58. BEGIN failed--compilation aborted at ./cpan2port line 58. Any ideas? $port contents p5-extutils-depends Port p5-extutils-depends contains: /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/ExtUtils/ Depends/.packlist /opt/local/lib/perl5/vendor_perl/5.8.9/ExtUtils/Depends.pm /opt/local/share/man/man3/ExtUtils::Depends.3pm.gz -- Scott * If you contact me off list replace talklists@ with scott@ * From ryandesign at macports.org Tue Sep 15 21:55:50 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 15 Sep 2009 23:55:50 -0500 Subject: Macports and CPAN In-Reply-To: <603AD387-5A70-4D77-B9DB-82EDB9E37A91@newgeo.com> References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> <52868EAE-3D51-4BFD-9343-125B24ADDCEA@newgeo.com> <6D494D10-0444-4031-8CC2-1AB01EA62A4F@macports.org> <603AD387-5A70-4D77-B9DB-82EDB9E37A91@newgeo.com> Message-ID: <3DD1D69B-D46B-4A71-9A23-C10515BC4EEE@macports.org> On Sep 15, 2009, at 23:44, Scott Haneda wrote: > On Sep 15, 2009, at 5:35 PM, Ryan Schmidt wrote: > >> On Sep 15, 2009, at 18:59, Scott Haneda wrote: >> >>> Can you maybe share a step by step on how you got cpan2port to >>> work, or the syntax to use it? >> >> See the messages in the sadly disjointed thread "cpan2port" here: >> >> http://lists.macosforge.org/pipermail/macports-dev/2009-March/thread.html#8039 > > ./cpan2port -t Test::Harness > Can't locate Module/Depends.pm in @INC (@INC contains: /opt/local/ > lib/perl5/site_perl/5.8.9/darwin-2level /opt/local/lib/perl5/ > site_perl/5.8.9 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/ > vendor_perl/5.8.9/darwin-2level /opt/local/lib/perl5/vendor_perl/ > 5.8.9 /opt/local/lib/perl5/vendor_perl /opt/local/lib/perl5/5.8.9/ > darwin-2level /opt/local/lib/perl5/5.8.9 /Users/me/Downloads) at ./ > cpan2port line 58. > BEGIN failed--compilation aborted at ./cpan2port line 58. > > Any ideas? > > $port contents p5-extutils-depends > Port p5-extutils-depends contains: > /opt/local/lib/perl5/vendor_perl/5.8.9/darwin-2level/auto/ExtUtils/ > Depends/.packlist > /opt/local/lib/perl5/vendor_perl/5.8.9/ExtUtils/Depends.pm > /opt/local/share/man/man3/ExtUtils::Depends.3pm.gz You want p5-module-depends not p5-extutils-depends. http://lists.macosforge.org/pipermail/macports-dev/2009-March/008054.html From davshaonr at gmail.com Tue Sep 15 22:58:35 2009 From: davshaonr at gmail.com (David Shao) Date: Tue, 15 Sep 2009 22:58:35 -0700 Subject: Should users be told how to install 32-bit vim-app and dia on SL? Message-ID: <2b0795110909152258wac138b9peeb0ac576d2c4ab8@mail.gmail.com> On a Macbook 2.1 running 10.6.1 with stock Xcode 3.2 from the Snow Leopard DVD except also installing 10.4 support, I have been able to compile and install 32-bit versions of vim-app and dia in Macports 8.0. Should this information be in the FAQ or some other document that a desperate end-user could think to access? 1) Install as many dependencies as possible using variant universal. 2) sudo port -d install vim-app +cscope configure.compiler=gcc-4.0 configure.build_arch=i386 3) sudo port -d install libemf configure.compiler=gcc-4.0 configure.build_arch=i386 4) sudo port -d install dia configure.compiler=gcc-4.0 configure.build_arch=i386 I have submitted this information to http://trac.macports.org/ticket/20947 http://trac.macports.org/ticket/21234 In neither case does there appear to be a solution at hand for building the end applications vim-app or dia in the ordinary manner, so I would argue a temporary 32-bit solution might be better than nothing. From and.damore at macports.org Tue Sep 15 23:40:13 2009 From: and.damore at macports.org (Andrea D'Amore) Date: Wed, 16 Sep 2009 08:40:13 +0200 Subject: Trouble installing wireshark on Mac OSX 10.5 In-Reply-To: References: Message-ID: On 16/set/09, at 02:35, Don Wright wrote: >> Can I just delete gdk-pixbuf-csource, or is this just the >> first bump in the road. You could enforce gtk2 installation using -f, this will overwrite gdk- pixbuf-csource and other files already present. You should definitely check why do you have gdk-pixbuf-csource in first place. -- A. From fyodor.vassiley at gmail.com Wed Sep 16 06:52:34 2009 From: fyodor.vassiley at gmail.com (Fyodor Vassiley) Date: Wed, 16 Sep 2009 15:52:34 +0200 Subject: mplayer build error on Snow Leopard Message-ID: <5411a2560909160652g25d3148bqfa89b2db5a893938@mail.gmail.com> Hi folks # port install MPlayer ---> Computing dependencies for MPlayer ---> Building MPlayer Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_MPlayer/work/MPlayer-1.0rc2" && /usr/bin/make -j2 all " returned error 2 Command output: http.c:657: warning: format '%d' expects type 'int', but argument 4 has type 'size_t' /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o pnm.o pnm.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o rtp.o rtp.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o udp.o udp.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o tcp.o tcp.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o stream_rtp.o stream_rtp.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o stream_udp.o stream_udp.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o realrtsp/asmrp.o realrtsp/asmrp.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o realrtsp/real.o realrtsp/real.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o realrtsp/rmff.o realrtsp/rmff.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o realrtsp/sdpplin.o realrtsp/sdpplin.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o realrtsp/xbuffer.o realrtsp/xbuffer.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o stream_rtsp.o stream_rtsp.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o freesdp/common.o freesdp/common.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o freesdp/errorlist.o freesdp/errorlist.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o freesdp/parser.o freesdp/parser.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o librtsp/rtsp.o librtsp/rtsp.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o librtsp/rtsp_rtp.o librtsp/rtsp_rtp.c librtsp/rtsp_rtp.c: In function 'parse_destination': librtsp/rtsp_rtp.c:220: warning: format not a string literal and no format arguments /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o librtsp/rtsp_session.o librtsp/rtsp_session.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o cache2.o cache2.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o stream_tv.o stream_tv.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o tv.o tv.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o frequencies.o frequencies.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o tvi_dummy.o tvi_dummy.c /usr/bin/gcc-4.2 -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -arch x86_64 -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H -I/opt/local/include/lzo -I/opt/local/include -I/usr/local/include -c -o stream_vcd.o stream_vcd.c ar r stream.a open.o stream.o stream_cue.o stream_file.o stream_mf.o stream_null.o url.o stream_dvd.o stream_dvd_common.o stream_ftp.o stream_netstream.o asf_mmst_streaming.o asf_streaming.o cookies.o http.o network.o pnm.o rtp.o udp.o tcp.o stream_rtp.o stream_udp.o realrtsp/asmrp.o realrtsp/real.o realrtsp/rmff.o realrtsp/sdpplin.o realrtsp/xbuffer.o stream_rtsp.o freesdp/common.o freesdp/errorlist.o freesdp/parser.o librtsp/rtsp.o librtsp/rtsp_rtp.o librtsp/rtsp_session.o cache2.o stream_tv.o tv.o frequencies.o tvi_dummy.o stream_vcd.o ar: creating archive stream.a ranlib stream.a Error: Status 1 encountered during processing. cheers Fyodor From ryandesign at macports.org Wed Sep 16 07:15:50 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 16 Sep 2009 09:15:50 -0500 Subject: mplayer build error on Snow Leopard In-Reply-To: <5411a2560909160652g25d3148bqfa89b2db5a893938@mail.gmail.com> References: <5411a2560909160652g25d3148bqfa89b2db5a893938@mail.gmail.com> Message-ID: <298312BD-8DFA-401F-A699-63870DD68034@macports.org> On Sep 16, 2009, at 08:52, Fyodor Vassiley wrote: > # port install MPlayer > ---> Computing dependencies for MPlayer > ---> Building MPlayer > Error: Target org.macports.build returned: shell command " cd > "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_MPlayer > /work/MPlayer-1.0rc2" > && /usr/bin/make -j2 all " returned error 2 [snip] > Error: Status 1 encountered during processing. That wasn't enough output to see what problem is occurring. Try again with debug mode, and see if one of the several tickets reporting mplayer build errors matches your situation. If not, please file a new ticket. From max.e.brown at gmail.com Wed Sep 16 07:17:06 2009 From: max.e.brown at gmail.com (Max Brown) Date: Wed, 16 Sep 2009 16:17:06 +0200 Subject: vim and unicode Message-ID: Hi, I am having some problems with vim and unicode files. If I create a file test.txt with some random text in it, then open it in vim, :set encoding=unicode, and save, then strange things happen: $ cat test.txt 123 123 max:~ max$ file test.txt test.txt: ASCII text max:~ max$ vim test.txt max:~ max$ file test.txt test.txt: binary Computer Graphics Metafile If I now open the text file in vim, there are lots of strange characters interspersed. The file looks ok in Textedit. Is this expected behaviour? Thanks. Max =8<================================= My vim version: max:~ max$ port installed vim The following ports are currently installed: vim @7.2.245_0 (active) max:~ max$ vim --version VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Aug 20 2009 20:39:57) MacOS X (unix) version Included patches: 1-245 Compiled by max at somewhere Normal version without GUI. Features included (+) or not (-): -arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset +cindent -clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments +cryptv -cscope +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi +file_in_path +find_in_path +float +folding -footer +fork() -gettext -hangul_input +iconv +insert_expand +jumplist -keymap -langmap +libcall +linebreak +lispindent +listcmds +localmap +menu +mksession +modify_fname +mouse -mouseshape -mouse_dec -mouse_gpm -mouse_jsbterm -mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte +multi_lang -mzscheme -netbeans_intg -osfiletype +path_extra -perl +postscript +printer -profile -python +quickfix +reltime -rightleft -ruby +scrollbind -signs +smartindent -sniff +statusline -sun_workshop +syntax +tag_binary +tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp -xterm_clipboard -xterm_save system vimrc file: "/opt/local/etc/vimrc" user vimrc file: "$HOME/.vimrc" user exrc file: "$HOME/.exrc" fall-back for $VIM: "/opt/local/share/vim" Compilation: /usr/bin/gcc-4.0 -c -I. -Iproto -DHAVE_CONFIG_H -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/Developer/Headers/FlatCarbon -O -D_FORTIFY_SOURCE=1 Linking: /usr/bin/gcc-4.0 -L/opt/local/lib -L/usr/local/lib -o vim -lm -lncurses -liconv -framework Carbon From fyodor.vassiley at gmail.com Wed Sep 16 08:25:59 2009 From: fyodor.vassiley at gmail.com (Fyodor Vassiley) Date: Wed, 16 Sep 2009 17:25:59 +0200 Subject: mplayer build error on Snow Leopard In-Reply-To: <298312BD-8DFA-401F-A699-63870DD68034@macports.org> References: <5411a2560909160652g25d3148bqfa89b2db5a893938@mail.gmail.com> <298312BD-8DFA-401F-A699-63870DD68034@macports.org> Message-ID: <729B0805-70D8-427A-9A0B-C45D4DC92C01@gmail.com> Am 16.09.2009 um 16:15 schrieb Ryan Schmidt: > > On Sep 16, 2009, at 08:52, Fyodor Vassiley wrote: > >> # port install MPlayer >> ---> Computing dependencies for MPlayer >> ---> Building MPlayer >> Error: Target org.macports.build returned: shell command " cd >> "/opt/local/var/macports/build/ >> _opt_local_var_macports_sources_rsync.macports.org_release_ports_multimedia_MPlayer >> /work/MPlayer-1.0rc2" >> && /usr/bin/make -j2 all " returned error 2 > [snip] >> Error: Status 1 encountered during processing. > > That wasn't enough output to see what problem is occurring. Try > again with debug mode, and see if one of the several tickets > reporting mplayer build errors matches your situation. If not, > please file a new ticket Hi Ryan I created #21426 with debug output. Does anybody knows an alternative to dump rtmp streams? I tried rtmpdump without luck URL: arte.tv > arte+7 > Die Yes Men regeln die Welt (http://plus7.arte.tv/de/1697660,CmC=2848360,scheduleId=2809918.html ) $ rtmpdump -r 'rtmp://artestras.fcod.llnwd.net/a3903/o35/geo/arte7/ arteprod/stream/A7_SGT_ENC_12_034696-000-A_PG_HQ_DE? ru=60&h=19c77f37c24952a1b7fc6ca7f11cf4c6' -o the_yes_man.flv RTMPDump v1.4 (c) 2009 Andrej Stepanchuk, license: GPL DEBUG: parsing... DEBUG: Parsed protocol: 0 DEBUG: Parsed host : artestras.fcod.llnwd.net DEBUG: Parsed app : a3903/o35/geo/arte7/arteprod/stream/ A7_SGT_ENC_12_034696-000-A_PG_HQ_DE? ru=60&h=19c77f37c24952a1b7fc6ca7f11cf4c6 DEBUG: Parsed playpath: ru=60&h=19c77f37c24952a1b7fc6ca7f11cf4c6 DEBUG: Setting buffer time to: 36000000ms Connecting ... DEBUG: Protocol: RTMP DEBUG: Hostname: artestras.fcod.llnwd.net DEBUG: Port : 0 DEBUG: Playpath: ru=60&h=19c77f37c24952a1b7fc6ca7f11cf4c6 DEBUG: tcUrl : rtmp://artestras.fcod.llnwd.net/a3903/o35/geo/arte7/arteprod/stream/A7_SGT_ENC_12_034696-000-A_PG_HQ_DE?ru=60&h=19c77f37c24952a1b7fc6ca7f11cf4c6 DEBUG: app : a3903/o35/geo/arte7/arteprod/stream/ A7_SGT_ENC_12_034696-000-A_PG_HQ_DE? ru=60&h=19c77f37c24952a1b7fc6ca7f11cf4c6 DEBUG: flashVer: LNX 9,0,124,0 DEBUG: connected, hand shake: DEBUG: HandShake: Type Answer : 03 DEBUG: HandShake: Server Uptime : 1435211473 DEBUG: HandShake: FMS Version : 3.5.2.1 DEBUG: handshaked Connected... Starting download at 0.000 KB DEBUG: GetNextMediaPacket, received: server BW DEBUG: GetNextMediaPacket, received: client BW DEBUG: HandlePing, received ping. type: 0 DEBUG: HandlePing, received ping. type: 26 DEBUG: GetNextMediaPacket, received: invoke 240 bytes DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: HandleInvoke, server invoking <_result> DEBUG: HandleInvoke, received result for method call DEBUG: sending ping. type: 0x0003 DEBUG: GetNextMediaPacket, received: invoke 21 bytes DEBUG: Property: DEBUG: Property: DEBUG: HandleInvoke, server invoking DEBUG: GetNextMediaPacket, received: invoke 29 bytes DEBUG: Property: DEBUG: Property: DEBUG: Property: NULL DEBUG: Property: DEBUG: HandleInvoke, server invoking <_result> DEBUG: HandleInvoke, received result for method call DEBUG: SendPlay, sending play: ru=60&h=19c77f37c24952a1b7fc6ca7f11cf4c6 DEBUG: sending ping. type: 0x0003 DEBUG: HandlePing, received ping. type: 0 DEBUG: GetNextMediaPacket, received: invoke 133 bytes DEBUG: Property: DEBUG: Property: DEBUG: Property: NULL DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: Property: DEBUG: HandleInvoke, server invoking DEBUG: HandleInvoke, onStatus: NetStream.Failed DEBUG: zero read! Closing connection... done! cheers Fyodor From face at CentosPrime.COM Wed Sep 16 09:15:39 2009 From: face at CentosPrime.COM (Chris Janton) Date: Wed, 16 Sep 2009 09:15:39 -0700 Subject: Macports and CPAN In-Reply-To: <52868EAE-3D51-4BFD-9343-125B24ADDCEA@newgeo.com> References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> <52868EAE-3D51-4BFD-9343-125B24ADDCEA@newgeo.com> Message-ID: <7E5FE06F-E45D-4CDE-B403-A6E032BB6EEB@CentosPrime.COM> On 2009-09-15 , at 16:59 , Scott Haneda wrote: > Can you maybe share a step by step on how you got cpan2port to work, > or the syntax to use it? cd ~/src/macports cpan2port.sh -t Date::Parse cpan2port.sh -t Astro::Coord::ECI::Utils In between the first cpan2port and the second I did these from admin account sudo port install p5-file-chdir sudo port install p5-module-depends sudo port install p5-list-moreutils then portindex then from the admin account sudo port install p5-astro-satpass which installed p5-timedate (i made p5-astro-satpass depend on it) The portfile reads # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c- basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Astro-satpass 0.025 platforms darwin maintainers cpan2port description Astro::Coord::ECI::Utils Julian day calculations extract.suffix .tar.gz master_sites http://search.cpan.org/CPAN/authors/id/W/WY/WYANT checksums sha1 e970596e594bae96ef1d7cabf6d8aa071250e3f5 md5 36cc8cd5a525e9a027e6bdd25eb67fdb rmd160 6701e6b04b2ed42cb1f676e9543eb08759bc2698 depends_lib-append port:p5-params-util port:p5-datemanip port:p5- timedate 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From face at CentosPrime.COM Wed Sep 16 09:25:49 2009 From: face at CentosPrime.COM (Chris Janton) Date: Wed, 16 Sep 2009 09:25:49 -0700 Subject: Macports and CPAN In-Reply-To: References: <490F1A61-3603-4C78-9D97-71D4660B8430@centosprime.com> <37FD7F7D-82A4-4320-AAED-69F03CA8CC00@CentosPrime.COM> Message-ID: <325EDC43-D3CD-4429-BC12-BE9278F30185@CentosPrime.COM> On 2009-09-15 , at 16:48 , Ryan Schmidt wrote: > Great! If you haven't already, perhaps you could file tickets with > your new ports and we can commit them for you. yea and verily! 21427, 21428 thanks. 8) ---------------------------------- Chris Janton - face at CentosPrime dot COM Netminder for Opus1.COM From luomat at gmail.com Wed Sep 16 12:15:16 2009 From: luomat at gmail.com (TjL) Date: Wed, 16 Sep 2009 15:15:16 -0400 Subject: chmod error on new shell Message-ID: I installed the newest version to my Dropbox using the source version, and it seems to work fine, but whenever I open a new shell I now get 4 error messages: chmod: Unable to change file mode on /Users/luomat/Dropbox/bin/daemondo: Operation not permitted chmod: Unable to change file mode on /Users/luomat/Dropbox/bin/port: Operation not permitted chmod: Unable to change file mode on /Users/luomat/Dropbox/bin/portindex: Operation not permitted chmod: Unable to change file mode on /Users/luomat/Dropbox/bin/portmirror: Operation not permitted (they usually do not have spaces between them, I added them for readability) I don't see anything in my ~/.zshenv, so I assume it's coming from some other config file, but I can't figure out what/where. TjL From pawel.veselov at gmail.com Wed Sep 16 12:34:32 2009 From: pawel.veselov at gmail.com (Pawel Veselov) Date: Wed, 16 Sep 2009 12:34:32 -0700 Subject: vim and unicode In-Reply-To: References: Message-ID: What's the output if you type in 'locale' ? -- Pawel. On Wed, Sep 16, 2009 at 7:17 AM, Max Brown wrote: > Hi, > > I am having some problems with vim and unicode files. > > If I create a file test.txt with some random text in it, then open it > in vim, :set encoding=unicode, and save, then strange things happen: > > $ cat test.txt > 123 > 123 > max:~ max$ file test.txt > test.txt: ASCII text > max:~ max$ vim test.txt > max:~ max$ file test.txt > test.txt: binary Computer Graphics Metafile > > If I now open the text file in vim, there are lots of strange > characters interspersed. The file looks ok in Textedit. > > Is this expected behaviour? > > Thanks. > > Max > > =8<================================= [skipped] From heapifyman at gmail.com Wed Sep 16 12:42:49 2009 From: heapifyman at gmail.com (heapifyman) Date: Wed, 16 Sep 2009 21:42:49 +0200 Subject: openjdk6 build fails on Leopard Message-ID: Hello. I just tried to install openjdk6 through macports (1.8.0) on my Intel Macbook running Leopard (with latest updates) and got the following error (at least I think that's where the problem is): # Running javac: Check_ALT_JDK_IMPORT_PATH/bin/javac -J-XX:ThreadStackSize=768 -J- client -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -source 1.5 -target 5 -encoding ascii -classpath /opt/local/share/java/ openjdk6_bootstrap/lib/tools.jar -sourcepath /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_java_openjdk6/work/build/bsd-i586/corba/ gensrc:../../../src/solaris/classes:../../../src/share/classes -d /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_java_openjdk6/work/build/bsd-i586/corba/ classes @/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_java_openjdk6/work/build/bsd-i586/corba/ tmp/sun/javax.transaction.xa/.classes.list /bin/sh: Check_ALT_JDK_IMPORT_PATH/bin/javac: No such file or directory make[3]: *** [.compile.classlist] Error 127 make[2]: *** [build] Error 1 make[1]: *** [build] Error 1 make: *** [corba-build] Error 2 make: *** Waiting for unfinished jobs.... Any ideas? -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 203 bytes Desc: Signierter Teil der Nachricht URL: From brad at pixilla.com Wed Sep 16 12:51:58 2009 From: brad at pixilla.com (Bradley Giesbrecht) Date: Wed, 16 Sep 2009 15:51:58 -0400 Subject: =?UTF-8?Q?Re:_Error_Building_openssl=E2=80=8F?= In-Reply-To: References: Message-ID: <6C157CEA-5A0C-4E0E-9A08-638234D6BB78@pixilla.com> I don't have 10.6 on any machines yet so I can't help but I'd open a ticket if it's not resolved on this list. http://trac.macports.org/newticket // Brad On Sep 16, 2009, at 2:10 AM, edwin sandoval wrote: > Hi Brad > > I have OS X - Snow Leopard 10.6 > > sh-3.2# port version > Version: 1.8.99 > > I hope your comments > > Thanks > > CC: macports-users at lists.macosforge.org > From: brad at pixilla.com > To: sandovaledwin at hotmail.com > Subject: Re: Error Building openssl? > Date: Tue, 15 Sep 2009 11:59:29 -0400 > > > On Sep 15, 2009, at 12:50 AM, edwin sandoval wrote: > > > Can anyone help me with the next issue? > > port -d install openssl > > > Undefined symbols > _inflateEnd referenced from > _bio_zlib_free in libcrypto ( c_zlib ) > > I probably can't help you other then suggesting you include your OS > version and the MacPorts version. > > I didn't see it in either of your posts. > > > // Brad > > > Comparte tus recuerdos en l?nea con quien t? desees quien t? > desees. -------------- next part -------------- An HTML attachment was scrubbed... URL: From macosforge.org at monkeybutt.com Wed Sep 16 15:06:04 2009 From: macosforge.org at monkeybutt.com (macosforge.org at monkeybutt.com) Date: Wed, 16 Sep 2009 12:06:04 -1000 Subject: mutt-devel (cyrus-sasl2) upgrade fails In-Reply-To: References: <6D7204E2-CF91-472F-A24D-2779844EA2CD@macports.org> Message-ID: On Tue, 15 Sep 2009, Ryan Schmidt wrote: : > % sudo port install mutt-devel : > +compress+date_conditional+deepif+gdbm+headercache+imap+pop+sasl+smtp+ssl+xlabel : > [...] : > Undefined symbols: : > "_mutt_open_read_compressed", referenced from: : > _mx_open_mailbox in mx.o : > "_mutt_can_read_compressed", referenced from: : > _mx_get_magic in mx.o : > "_mutt_check_mailbox_compressed", referenced from: : > _mx_check_mailbox in mx.o : > "_mutt_can_append_compressed", referenced from: : > _mx_open_mailbox in mx.o : > "_mutt_slow_close_compressed", referenced from: : > _mbox_close_mailbox in mbox.o : > _mx_close_mailbox in mx.o : > "_mutt_test_compress_command", referenced from: : > _mutt_parse_hook in hook.o : > "_mutt_fast_close_compressed", referenced from: : > _mx_fastclose_mailbox in mx.o : > "_mutt_sync_compressed", referenced from: : > _sync_mailbox in mx.o : > "_mutt_open_append_compressed", referenced from: : > _mx_open_mailbox in mx.o : > ld: symbol(s) not found : > collect2: ld returned 1 exit status : > make[2]: *** [mutt] Error 1 : > make[1]: *** [all-recursive] Error 1 : > make: *** [all] Error 2 : : This looks like it relates to the +compress option you've requested: : : http://objectmix.com/mutt/202340-problems-compiling-1-5-7-a.html : : Not sure if the statements in that thread were specific to 1.5.7 or still : apply now with 1.5.20. You may want to file a ticket in the MacPorts issue : tracker. If you can do without the +compress option, leaving it out may allow : you to compile. Port built successfully when I removed the compress option. I can live without it (I'm not sure what benefit it actually provided; I only included it originally since it looked potentially useful). Mahalo! From sandovaledwin at hotmail.com Wed Sep 16 15:18:18 2009 From: sandovaledwin at hotmail.com (edwin sandoval) Date: Wed, 16 Sep 2009 22:18:18 +0000 Subject: =?utf-8?Q?RE:_Error_?= =?utf-8?Q?Building_o?= =?utf-8?Q?penssl=E2=80=8F?= In-Reply-To: <6C157CEA-5A0C-4E0E-9A08-638234D6BB78@pixilla.com> References: <6C157CEA-5A0C-4E0E-9A08-638234D6BB78@pixilla.com> Message-ID: Hi Brad, I have resolved the issue related with building openssl, making a clean new installation of the macports 1.8 software. Best Regards Thanks for your help : ) From: brad at pixilla.com To: sandovaledwin at hotmail.com; macports-users at lists.macosforge.org Subject: Re: Error Building openssl? Date: Wed, 16 Sep 2009 15:51:58 -0400 I don't have 10.6 on any machines yet so I can't help but I'd open a ticket if it's not resolved on this list. http://trac.macports.org/newticket // Brad On Sep 16, 2009, at 2:10 AM, edwin sandoval wrote:Hi Brad I have OS X - Snow Leopard 10.6 sh-3.2# port version Version: 1.8.99 I hope your comments Thanks CC: macports-users at lists.macosforge.org From: brad at pixilla.com To: sandovaledwin at hotmail.com Subject: Re: Error Building openssl? Date: Tue, 15 Sep 2009 11:59:29 -0400 On Sep 15, 2009, at 12:50 AM, edwin sandoval wrote: Can anyone help me with the next issue? port -d install openssl Undefined symbols _inflateEnd referenced from _bio_zlib_free in libcrypto ( c_zlib ) I probably can't help you other then suggesting you include your OS version and the MacPorts version. I didn't see it in either of your posts. // Brad Comparte tus recuerdos en l?nea con quien t? desees quien t? desees. _________________________________________________________________ Con Windows Live, puedes organizar, editar y compartir tus fotos. http://www.microsoft.com/mexico/windows/windowslive/products/photo-gallery-edit.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at pentangle.net Wed Sep 16 16:17:23 2009 From: mike at pentangle.net (Michael Williams) Date: Thu, 17 Sep 2009 00:17:23 +0100 Subject: Uninstall port fails, tries to delete /Users when macports installed in $HOME Message-ID: <57207678-AB08-44E6-9B70-CB750FEADD75@pentangle.net> Hi, I have installed macports 1.8.0 in $HOME/.macports as I do not have admin rights on my system. I did this by running: ./configure --prefix=$HOME/.macports --with-install-user=$USER --with- install-group=staff --with-tclpackage=~/Library/Tcl --enable-readline Everything seems to have installed fine, but when I uninstall ports I get a rather worrying error message, e.g. $ port uninstall bzip2 ---> Deactivating bzip2 @1.0.5_2+darwin Error: port uninstall failed: error deleting "/Users": permission denied and the port does not uninstall (still listed in the output of "port installed"). My /Users directory appears to be otherwise intact, although the error message is far from reassuring! Is there a workaround to enable me to uninstall ports? And what does the error message mean? -- Mike From ryandesign at macports.org Wed Sep 16 16:54:31 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 16 Sep 2009 18:54:31 -0500 Subject: Uninstall port fails, tries to delete /Users when macports installed in $HOME In-Reply-To: <57207678-AB08-44E6-9B70-CB750FEADD75@pentangle.net> References: <57207678-AB08-44E6-9B70-CB750FEADD75@pentangle.net> Message-ID: <01F93DCF-A2E0-48DC-BE8E-0351703CC6A7@macports.org> On Sep 16, 2009, at 18:17, Michael Williams wrote: > I have installed macports 1.8.0 in $HOME/.macports as I do not have > admin rights on my system. I did this by running: > > ./configure --prefix=$HOME/.macports --with-install-user=$USER -- > with-install-group=staff --with-tclpackage=~/Library/Tcl --enable- > readline > > Everything seems to have installed fine, but when I uninstall ports > I get a rather worrying error message, e.g. > > $ port uninstall bzip2 > ---> Deactivating bzip2 @1.0.5_2+darwin > Error: port uninstall failed: error deleting "/Users": permission > denied > > and the port does not uninstall (still listed in the output of "port > installed"). My /Users directory appears to be otherwise intact, > although the error message is far from reassuring! > > Is there a workaround to enable me to uninstall ports? And what does > the error message mean? Is /Users a symlink? If so, this is: http://trac.macports.org/ticket/21082 From ryandesign at macports.org Wed Sep 16 17:00:21 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 16 Sep 2009 19:00:21 -0500 Subject: chmod error on new shell In-Reply-To: References: Message-ID: <9DC71A04-8579-4B33-815F-180BC9EF59A5@macports.org> On Sep 16, 2009, at 14:15, TjL wrote: > I installed the newest version to my Dropbox using the source version, > and it seems to work fine, but whenever I open a new shell I now get 4 > error messages: > > chmod: Unable to change file mode on > /Users/luomat/Dropbox/bin/daemondo: Operation not permitted > > chmod: Unable to change file mode on /Users/luomat/Dropbox/bin/port: > Operation not permitted > > chmod: Unable to change file mode on > /Users/luomat/Dropbox/bin/portindex: Operation not permitted > > chmod: Unable to change file mode on > /Users/luomat/Dropbox/bin/portmirror: Operation not permitted > > (they usually do not have spaces between them, I added them for > readability) > > I don't see anything in my ~/.zshenv, so I assume it's coming from > some other config file, but I can't figure out what/where. I'm not sure why those errors are happening. I also don't use zsh. By "Dropbox" I assume you mean that the folder /Users/luomat/Dropbox is shared as write-only via file sharing so that others can send you files over the network? If so, why would you install MacPorts inside such a folder? From mike at pentangle.net Wed Sep 16 17:13:13 2009 From: mike at pentangle.net (Michael Williams) Date: Thu, 17 Sep 2009 01:13:13 +0100 Subject: Uninstall port fails, tries to delete /Users when macports installed in $HOME In-Reply-To: <01F93DCF-A2E0-48DC-BE8E-0351703CC6A7@macports.org> References: <57207678-AB08-44E6-9B70-CB750FEADD75@pentangle.net> <01F93DCF-A2E0-48DC-BE8E-0351703CC6A7@macports.org> Message-ID: <6FC4F2B4-BC00-4DAB-8270-C210D9E1142D@pentangle.net> On 17 Sep 2009, at 00:54, Ryan Schmidt wrote: > Is /Users a symlink? If so, this is: > > http://trac.macports.org/ticket/21082 Yep, that's the one, thanks. From talklists at newgeo.com Wed Sep 16 17:51:20 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 17:51:20 -0700 Subject: Macports 1.8, creating my stable environment Message-ID: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> Hello, I have a Power Mac Dual G5, it's current state is that I develop on it, and have the 1.7 branch of MacPorts installed. I have no problems blowing away /opt/local and starting clean. There are a few sites that I would back up, and a few databases I would maintain, but outside of that, there is not a lot going on. I want to start using this as a main production machine, and migrating old sites to it in an effort to retire some older machines. Should I update to 1.8, or would it be better to install clean? As it is now, my only needs are Apache2, MySql5, and php current. I just need to know that those things will build clean and without trouble. I can afford a few hours downtime on this machine as it is now. What is your suggested course of action? I have been reading some reports of troubles here with 1.8, and want to make sure I am not getting into a situation in which I will be stuck, or have to just install 1.7 and go from there. Once I build this machine out, it would be best to not have to shove 1.8 ontop of 1.7 just for the sake of being clean about it. Thank you. -- Scott * If you contact me off list replace talklists@ with scott@ * From ryandesign at macports.org Wed Sep 16 18:19:18 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 16 Sep 2009 20:19:18 -0500 Subject: Macports 1.8, creating my stable environment In-Reply-To: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> References: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> Message-ID: <8E8484CB-8FEF-4F01-8AAC-4C0FAAED3B0B@macports.org> On Sep 16, 2009, at 19:51, Scott Haneda wrote: > Hello, I have a Power Mac Dual G5, it's current state is that I > develop on it, and have the 1.7 branch of MacPorts installed. > > I have no problems blowing away /opt/local and starting clean. > There are a few sites that I would back up, and a few databases I > would maintain, but outside of that, there is not a lot going on. > > I want to start using this as a main production machine, and > migrating old sites to it in an effort to retire some older machines. > > Should I update to 1.8, or would it be better to install clean? Upgrading with selfupdate should be fine. You don't need to uninstall MacPorts or reinstall all your ports, unless you have upgraded the OS version since installing MacPorts. > As it is now, my only needs are Apache2, MySql5, and php current. I > just need to know that those things will build clean and without > trouble. I can afford a few hours downtime on this machine as it is > now. > > What is your suggested course of action? I have been reading some > reports of troubles here with 1.8, and want to make sure I am not > getting into a situation in which I will be stuck, or have to just > install 1.7 and go from there. There are some issues in 1.8.0, yes. "port load" isn't working which might affect you if you want to run server processes; in that case, use the longer "sudo launchctl ..." commands. There is an issue if the top-level directory you're installing into is a symlink, so don't do that. There are several issues if your MacPorts install is not owned by root, so use a normal root-owned install for now. We now pass "- arch" all the time, not just for universal builds, and this breaks some ports -- in particular glib2 is broken due to this on PowerPC. I will look into this soon. Any other issues you're thinking of? You can always build MacPorts from source in a totally different prefix, keeping your current MacPorts installation untouched, to test if everything builds ok. > Once I build this machine out, it would be best to not have to shove > 1.8 ontop of 1.7 just for the sake of being clean about it. As you wish, but MacPorts is designed to be upgraded, so upgrading using selfupdate should be fine, assuming you have not upgraded the OS version from say Tiger to Leopard since installing MacPorts. From talklists at newgeo.com Wed Sep 16 20:23:36 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 20:23:36 -0700 Subject: Macports 1.8, creating my stable environment In-Reply-To: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> References: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> Message-ID: <7E4C2423-D0C6-45E9-841A-63B1448BF109@newgeo.com> I seem to be having some email issues, if anyone has replied to this thread, can you please resent, as I did not get it. -- Scott * If you contact me off list replace talklists@ with scott@ * On Sep 16, 2009, at 5:51 PM, Scott Haneda wrote: > Hello, I have a Power Mac Dual G5, it's current state is that I > develop on it, and have the 1.7 branch of MacPorts installed. > > I have no problems blowing away /opt/local and starting clean. > There are a few sites that I would back up, and a few databases I > would maintain, but outside of that, there is not a lot going on. > > I want to start using this as a main production machine, and > migrating old sites to it in an effort to retire some older machines. > > Should I update to 1.8, or would it be better to install clean? > > As it is now, my only needs are Apache2, MySql5, and php current. I > just need to know that those things will build clean and without > trouble. I can afford a few hours downtime on this machine as it is > now. > > What is your suggested course of action? I have been reading some > reports of troubles here with 1.8, and want to make sure I am not > getting into a situation in which I will be stuck, or have to just > install 1.7 and go from there. > > Once I build this machine out, it would be best to not have to shove > 1.8 ontop of 1.7 just for the sake of being clean about it. From ryandesign at macports.org Wed Sep 16 21:16:16 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 16 Sep 2009 23:16:16 -0500 Subject: Macports 1.8, creating my stable environment In-Reply-To: <8E8484CB-8FEF-4F01-8AAC-4C0FAAED3B0B@macports.org> References: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> <8E8484CB-8FEF-4F01-8AAC-4C0FAAED3B0B@macports.org> Message-ID: <7459C0B0-0EAF-4A6F-8EA3-CCA9D5B79523@macports.org> On Sep 16, 2009, at 22:23, Scott Haneda wrote: > I seem to be having some email issues, if anyone has replied to this > thread, can you please resent, as I did not get it. Resending as requested. My first reply reached the list but not your personal email because your email host is blacklisting my email host. On Sep 16, 2009, at 20:19, Ryan Schmidt wrote: > On Sep 16, 2009, at 19:51, Scott Haneda wrote: > >> Hello, I have a Power Mac Dual G5, it's current state is that I >> develop on it, and have the 1.7 branch of MacPorts installed. >> >> I have no problems blowing away /opt/local and starting clean. >> There are a few sites that I would back up, and a few databases I >> would maintain, but outside of that, there is not a lot going on. >> >> I want to start using this as a main production machine, and >> migrating old sites to it in an effort to retire some older machines. >> >> Should I update to 1.8, or would it be better to install clean? > > Upgrading with selfupdate should be fine. You don't need to > uninstall MacPorts or reinstall all your ports, unless you have > upgraded the OS version since installing MacPorts. > > >> As it is now, my only needs are Apache2, MySql5, and php current. >> I just need to know that those things will build clean and without >> trouble. I can afford a few hours downtime on this machine as it >> is now. >> >> What is your suggested course of action? I have been reading some >> reports of troubles here with 1.8, and want to make sure I am not >> getting into a situation in which I will be stuck, or have to just >> install 1.7 and go from there. > > There are some issues in 1.8.0, yes. "port load" isn't working which > might affect you if you want to run server processes; in that case, > use the longer "sudo launchctl ..." commands. There is an issue if > the top-level directory you're installing into is a symlink, so > don't do that. There are several issues if your MacPorts install is > not owned by root, so use a normal root-owned install for now. We > now pass "-arch" all the time, not just for universal builds, and > this breaks some ports -- in particular glib2 is broken due to this > on PowerPC. I will look into this soon. Any other issues you're > thinking of? > > You can always build MacPorts from source in a totally different > prefix, keeping your current MacPorts installation untouched, to > test if everything builds ok. > > >> Once I build this machine out, it would be best to not have to >> shove 1.8 ontop of 1.7 just for the sake of being clean about it. > > As you wish, but MacPorts is designed to be upgraded, so upgrading > using selfupdate should be fine, assuming you have not upgraded the > OS version from say Tiger to Leopard since installing MacPorts. > > From talklists at newgeo.com Wed Sep 16 21:30:12 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 21:30:12 -0700 Subject: Mysql5 Message-ID: I just did this under 1.8: sudo port -d install mysql5 +server It went ahead and did it's thing. Should it not have hit the variant server description "Obsolete; install ${mysql}-server port instead" { pre-configure { ui_msg "The +server variant is obsolete. Please install the $ {mysql}-server port instead." } } -- Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Wed Sep 16 21:33:54 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 21:33:54 -0700 Subject: Macports 1.8, creating my stable environment In-Reply-To: <7459C0B0-0EAF-4A6F-8EA3-CCA9D5B79523@macports.org> References: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> <8E8484CB-8FEF-4F01-8AAC-4C0FAAED3B0B@macports.org> <7459C0B0-0EAF-4A6F-8EA3-CCA9D5B79523@macports.org> Message-ID: <9B10660B-4E22-4F0E-82CB-676E63DD1A6E@newgeo.com> On Sep 16, 2009, at 9:16 PM, Ryan Schmidt wrote: > On Sep 16, 2009, at 22:23, Scott Haneda wrote: > >> I seem to be having some email issues, if anyone has replied to >> this thread, can you please resent, as I did not get it. > > Resending as requested. My first reply reached the list but not your > personal email because your email host is blacklisting my email host. Ugh, regex rule that was "does not match" pretty much matches everything. Should be all better now. Thanks. -- Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Wed Sep 16 21:36:35 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 21:36:35 -0700 Subject: Macports 1.8, creating my stable environment In-Reply-To: <7459C0B0-0EAF-4A6F-8EA3-CCA9D5B79523@macports.org> References: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> <8E8484CB-8FEF-4F01-8AAC-4C0FAAED3B0B@macports.org> <7459C0B0-0EAF-4A6F-8EA3-CCA9D5B79523@macports.org> Message-ID: <347E9274-62F6-4A7F-AE5F-2BEC6FBDECC7@newgeo.com> On Sep 16, 2009, at 9:16 PM, Ryan Schmidt wrote: > > There are some issues in 1.8.0, yes. "port load" isn't working which > might affect you if you want to run server processes; in that case, > use the longer "sudo launchctl ..." commands. There is an issue if > the top-level directory you're installing into is a symlink, so > don't do that. There are several issues if your MacPorts install is > not owned by root, so use a normal root-owned install for now. We > now pass "-arch" all the time, not just for universal builds, and > this breaks some ports -- in particular glib2 is broken due to this > on PowerPC. I will look into this soon. Any other issues you're > thinking of? > > You can always build MacPorts from source in a totally different > prefix, keeping your current MacPorts installation untouched, to > test if everything builds ok. I am not doing anything out of the ordinary. php, mysql, apache2, and pureftpd. Do you know of any issues with those? As time moves on, Dovecot and Postfix will probably make there way to the machine, but I am not sure at this time. Thanks -- Scott * If you contact me off list replace talklists@ with scott@ * From ryandesign at macports.org Wed Sep 16 22:07:47 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 00:07:47 -0500 Subject: Mysql5 In-Reply-To: References: Message-ID: <66FA30B0-8A91-4BBA-8425-40CA9F0EF1D4@macports.org> On Sep 16, 2009, at 23:30, Scott Haneda wrote: > I just did this under 1.8: > sudo port -d install mysql5 +server > > It went ahead and did it's thing. Should it not have hit the > > variant server description "Obsolete; install ${mysql}-server port > instead" { > pre-configure { > ui_msg "The +server variant is obsolete. Please install the $ > {mysql}-server port instead." > } > } Yes it should. You did not see that message printed after the line "--- > Configuring mysql5"? From ryandesign at macports.org Wed Sep 16 22:08:25 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 00:08:25 -0500 Subject: Macports 1.8, creating my stable environment In-Reply-To: <347E9274-62F6-4A7F-AE5F-2BEC6FBDECC7@newgeo.com> References: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> <8E8484CB-8FEF-4F01-8AAC-4C0FAAED3B0B@macports.org> <7459C0B0-0EAF-4A6F-8EA3-CCA9D5B79523@macports.org> <347E9274-62F6-4A7F-AE5F-2BEC6FBDECC7@newgeo.com> Message-ID: <5F3A837E-1429-4948-9D97-2A9BEA914111@macports.org> On Sep 16, 2009, at 23:36, Scott Haneda wrote: > I am not doing anything out of the ordinary. php, mysql, apache2, > and pureftpd. Do you know of any issues with those? Nothing I'm aware of with php5, mysql5 or apache2, nothing that would be MacPorts 1.8-specific anyway. pureftpd I've never used. From talklists at newgeo.com Wed Sep 16 22:19:00 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 22:19:00 -0700 Subject: Mysql5 In-Reply-To: <66FA30B0-8A91-4BBA-8425-40CA9F0EF1D4@macports.org> References: <66FA30B0-8A91-4BBA-8425-40CA9F0EF1D4@macports.org> Message-ID: <531F78D6-0389-41E8-B570-11B4525F3AB4@newgeo.com> On Sep 16, 2009, at 10:07 PM, Ryan Schmidt wrote: > On Sep 16, 2009, at 23:30, Scott Haneda wrote: > >> I just did this under 1.8: >> sudo port -d install mysql5 +server >> >> It went ahead and did it's thing. Should it not have hit the >> >> variant server description "Obsolete; install ${mysql}-server port >> instead" { >> pre-configure { >> ui_msg "The +server variant is obsolete. Please install the $ >> {mysql}-server port instead." >> } >> } > > Yes it should. You did not see that message printed after the line > "---> Configuring mysql5"? I was using -d so a lot went by, mysql5 was installed, I figured it should have aborted? a port installed showed it was installed, so I removed it, and then ran sudo port install mysql5-server, which made everything mostly work. So this ui_msg is not designed to abort, it is just informational? -- Scott * If you contact me off list replace talklists@ with scott@ * From ryandesign at macports.org Wed Sep 16 22:23:57 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 00:23:57 -0500 Subject: Mysql5 In-Reply-To: <531F78D6-0389-41E8-B570-11B4525F3AB4@newgeo.com> References: <66FA30B0-8A91-4BBA-8425-40CA9F0EF1D4@macports.org> <531F78D6-0389-41E8-B570-11B4525F3AB4@newgeo.com> Message-ID: <3786713F-C25B-4C43-9D29-659F35026C1D@macports.org> On Sep 17, 2009, at 00:19, Scott Haneda wrote: > On Sep 16, 2009, at 10:07 PM, Ryan Schmidt wrote: > >> On Sep 16, 2009, at 23:30, Scott Haneda wrote: >> >>> I just did this under 1.8: >>> sudo port -d install mysql5 +server >>> >>> It went ahead and did it's thing. Should it not have hit the >>> >>> variant server description "Obsolete; install ${mysql}-server port >>> instead" { >>> pre-configure { >>> ui_msg "The +server variant is obsolete. Please install the $ >>> {mysql}-server port instead." >>> } >>> } >> >> Yes it should. You did not see that message printed after the line >> "---> Configuring mysql5"? > > I was using -d so a lot went by, mysql5 was installed, I figured it > should have aborted? a port installed showed it was installed, so I > removed it, and then ran sudo port install mysql5-server, which made > everything mostly work. > > So this ui_msg is not designed to abort, it is just informational? It is just informational. It does not abort. mysql5 installs without server support. The message reminds you if you want server support you now have to additionally install mysql5-server. From ryandesign at macports.org Wed Sep 16 22:25:10 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 00:25:10 -0500 Subject: Mysql5 In-Reply-To: <3786713F-C25B-4C43-9D29-659F35026C1D@macports.org> References: <66FA30B0-8A91-4BBA-8425-40CA9F0EF1D4@macports.org> <531F78D6-0389-41E8-B570-11B4525F3AB4@newgeo.com> <3786713F-C25B-4C43-9D29-659F35026C1D@macports.org> Message-ID: <19331ECF-CE33-464D-9006-5246A0C6E2CF@macports.org> On Sep 17, 2009, at 00:23, Ryan Schmidt wrote: > > On Sep 17, 2009, at 00:19, Scott Haneda wrote: > >> On Sep 16, 2009, at 10:07 PM, Ryan Schmidt wrote: >> >>> On Sep 16, 2009, at 23:30, Scott Haneda wrote: >>> >>>> I just did this under 1.8: >>>> sudo port -d install mysql5 +server >>>> >>>> It went ahead and did it's thing. Should it not have hit the >>>> >>>> variant server description "Obsolete; install ${mysql}-server >>>> port instead" { >>>> pre-configure { >>>> ui_msg "The +server variant is obsolete. Please install the $ >>>> {mysql}-server port instead." >>>> } >>>> } >>> >>> Yes it should. You did not see that message printed after the line >>> "---> Configuring mysql5"? >> >> I was using -d so a lot went by, mysql5 was installed, I figured it >> should have aborted? a port installed showed it was installed, so >> I removed it, and then ran sudo port install mysql5-server, which >> made everything mostly work. >> >> So this ui_msg is not designed to abort, it is just informational? > > It is just informational. It does not abort. mysql5 installs without > server support. The message reminds you if you want server support > you now have to additionally install mysql5-server. I used the same approach when I removed variants from graphviz and php5. Would it be better to abort the installation process and force the user to deal with the situation right there? From blb at macports.org Wed Sep 16 22:29:15 2009 From: blb at macports.org (Bryan Blackburn) Date: Wed, 16 Sep 2009 23:29:15 -0600 Subject: Macports 1.8, creating my stable environment In-Reply-To: <347E9274-62F6-4A7F-AE5F-2BEC6FBDECC7@newgeo.com> References: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> <8E8484CB-8FEF-4F01-8AAC-4C0FAAED3B0B@macports.org> <7459C0B0-0EAF-4A6F-8EA3-CCA9D5B79523@macports.org> <347E9274-62F6-4A7F-AE5F-2BEC6FBDECC7@newgeo.com> Message-ID: <20090917052915.GC94063@ninagal.withay.com> On Wed, Sep 16, 2009 at 09:36:35PM -0700, Scott Haneda said: > On Sep 16, 2009, at 9:16 PM, Ryan Schmidt wrote: > > > > >There are some issues in 1.8.0, yes. "port load" isn't working > >which might affect you if you want to run server processes; in that > >case, use the longer "sudo launchctl ..." commands. There is an > >issue if the top-level directory you're installing into is a > >symlink, so don't do that. There are several issues if your > >MacPorts install is not owned by root, so use a normal root-owned > >install for now. We now pass "-arch" all the time, not just for > >universal builds, and this breaks some ports -- in particular glib2 > >is broken due to this on PowerPC. I will look into this soon. Any > >other issues you're thinking of? > > > >You can always build MacPorts from source in a totally different > >prefix, keeping your current MacPorts installation untouched, to > >test if everything builds ok. > > I am not doing anything out of the ordinary. php, mysql, apache2, > and pureftpd. Do you know of any issues with those? > > As time moves on, Dovecot and Postfix will probably make there way to > the machine, but I am not sure at this time. Thanks Note that most of the issues recently have been port-related with how Mac OS X 10.6 builds 64bit by default, and not necessarily MacPorts 1.8.0. Bryan > -- > Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Wed Sep 16 22:42:17 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 22:42:17 -0700 Subject: Mysql5 In-Reply-To: <19331ECF-CE33-464D-9006-5246A0C6E2CF@macports.org> References: <66FA30B0-8A91-4BBA-8425-40CA9F0EF1D4@macports.org> <531F78D6-0389-41E8-B570-11B4525F3AB4@newgeo.com> <3786713F-C25B-4C43-9D29-659F35026C1D@macports.org> <19331ECF-CE33-464D-9006-5246A0C6E2CF@macports.org> Message-ID: On Sep 16, 2009, at 10:25 PM, Ryan Schmidt wrote: > On Sep 17, 2009, at 00:23, Ryan Schmidt wrote: > >> On Sep 17, 2009, at 00:19, Scott Haneda wrote: >> >>> On Sep 16, 2009, at 10:07 PM, Ryan Schmidt wrote: >>> >>>> On Sep 16, 2009, at 23:30, Scott Haneda wrote: >>>> >>>>> I just did this under 1.8: >>>>> sudo port -d install mysql5 +server >>>>> >>>>> It went ahead and did it's thing. Should it not have hit the >>>>> >>>>> variant server description "Obsolete; install ${mysql}-server >>>>> port instead" { >>>>> pre-configure { >>>>> ui_msg "The +server variant is obsolete. Please install the $ >>>>> {mysql}-server port instead." >>>>> } >>>>> } >>>> >>>> Yes it should. You did not see that message printed after the >>>> line "---> Configuring mysql5"? >>> >>> I was using -d so a lot went by, mysql5 was installed, I figured >>> it should have aborted? a port installed showed it was installed, >>> so I removed it, and then ran sudo port install mysql5-server, >>> which made everything mostly work. >>> >>> So this ui_msg is not designed to abort, it is just informational? >> >> It is just informational. It does not abort. mysql5 installs >> without server support. The message reminds you if you want server >> support you now have to additionally install mysql5-server. > > I used the same approach when I removed variants from graphviz and > php5. Would it be better to abort the installation process and force > the user to deal with the situation right there? I tend to lean on it should abort then. If the new way is to mysql5- server then the +server method probably should not do anything. If it still installs and does not even install the launchd item, to me, that is a little confusing. I have never seen it done in MacPorts, but can it be interactive? Y/N for wanting to continue as it stands, or abort, clean, and maybe even allow the user to move into a mysql5-server install right there. -- Scott * If you contact me off list replace talklists@ with scott@ * From talklists at newgeo.com Wed Sep 16 22:55:28 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 22:55:28 -0700 Subject: php and apache not working Message-ID: Hmmm, never had this issue before: /opt/local/bin/php /opt/local/apache2/htdocs/test.php That works and parse the echo phpInfo() I have in the file. Loading the page in apache via Safari, I get the raw code. I enabled apache... $grep php httpd.conf LoadModule php5_module modules/libphp5.so That is the php that is in /opt/local I have restarted apache2 on a few occasions. * also, what is "preforkmpm" ** Can I uninstall mysql5 and just leave mysql5-server, I thought I had in the past. $port installed The following ports are currently installed: apache2 @2.2.13_2+darwin+darwin_9+preforkmpm (active) apr @1.3.8_0 (active) apr-util @1.3.9_0 (active) autoconf @2.64_2 (active) autoconf213 @2.13_1 (active) automake @1.11_0 (active) bzip2 @1.0.5_2+darwin (active) db46 @4.6.21_5 (active) expat @2.0.1_0 (active) gawk @3.1.7_0 (active) gettext @0.17_4 (active) gperf @3.0.4_0 (active) gsed @4.2.1_0 (active) help2man @1.36.4_1 (active) libiconv @1.13_0 (active) libtool @2.2.6a_0 (active) libxml2 @2.7.3_0 (active) m4 @1.4.13_0 (active) mhash @0.9.9.9_0 (active) mysql5 @5.0.85_0 (active) mysql5-server @5.0.85_0 (active) ncurses @5.7_0 (active) ncursesw @5.7_0 (active) openssl @0.9.8k_0+darwin (active) p5-locale-gettext @1.05_0 (active) pcre @7.9_0 (active) perl5 @5.8.9_0 (active) perl5.8 @5.8.9_3 (active) php5 @5.3.0_2+apache2+macosx (active) pkgconfig @0.23_1 (active) readline @6.0.000_1+darwin (active) sqlite3 @3.6.18_0 (active) zlib @1.2.3_3 (active) -- Scott * If you contact me off list replace talklists@ with scott@ * From ryandesign at macports.org Wed Sep 16 23:02:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 01:02:53 -0500 Subject: php and apache not working In-Reply-To: References: Message-ID: <15FBF7BB-5803-4108-9B33-7166EAE92473@macports.org> On Sep 17, 2009, at 00:55, Scott Haneda wrote: > Hmmm, never had this issue before: > /opt/local/bin/php /opt/local/apache2/htdocs/test.php > That works and parse the echo phpInfo() I have in the file. > > Loading the page in apache via Safari, I get the raw code. I > enabled apache... > $grep php httpd.conf > LoadModule php5_module modules/libphp5.so > That is the php that is in /opt/local > > I have restarted apache2 on a few occasions. Check out the MAMP howto in the wiki. You probably forgot to load the extra php configuration file into your Apache conf. > * also, what is "preforkmpm" Apache is available with three "MPM"s -- multiprocessing modules. The default is the "prefork" MPM and is the one you should use if you want to use PHP. The Apache documentation goes into more detail about MPMs. > ** Can I uninstall mysql5 and just leave mysql5-server, I thought I > had in the past. No. mysql5 is the MySQL libraries and programs. mysql5-server is just the launchd plist used to start the server. From ryandesign at macports.org Wed Sep 16 23:03:43 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 01:03:43 -0500 Subject: Macports 1.8, creating my stable environment In-Reply-To: <20090917052915.GC94063@ninagal.withay.com> References: <2733CE5D-24B7-4AE6-8139-6D42D1954A03@newgeo.com> <8E8484CB-8FEF-4F01-8AAC-4C0FAAED3B0B@macports.org> <7459C0B0-0EAF-4A6F-8EA3-CCA9D5B79523@macports.org> <347E9274-62F6-4A7F-AE5F-2BEC6FBDECC7@newgeo.com> <20090917052915.GC94063@ninagal.withay.com> Message-ID: On Sep 17, 2009, at 00:29, Bryan Blackburn wrote: > Note that most of the issues recently have been port-related with > how Mac OS > X 10.6 builds 64bit by default, and not necessarily MacPorts 1.8.0. And a lot of x86_64/i386 universal build issues. So neither of those issues will affect you on a Power Mac G5, which will continue to build for ppc. From ryandesign at macports.org Wed Sep 16 23:00:44 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 01:00:44 -0500 Subject: Mysql5 In-Reply-To: References: <66FA30B0-8A91-4BBA-8425-40CA9F0EF1D4@macports.org> <531F78D6-0389-41E8-B570-11B4525F3AB4@newgeo.com> <3786713F-C25B-4C43-9D29-659F35026C1D@macports.org> <19331ECF-CE33-464D-9006-5246A0C6E2CF@macports.org> Message-ID: <34403F9C-A5E4-40E0-AC1C-BEEAF24FDB45@macports.org> On Sep 17, 2009, at 00:42, Scott Haneda wrote: > On Sep 16, 2009, at 10:25 PM, Ryan Schmidt wrote: > >> On Sep 17, 2009, at 00:23, Ryan Schmidt wrote: >> >>> On Sep 17, 2009, at 00:19, Scott Haneda wrote: >>> >>>> So this ui_msg is not designed to abort, it is just informational? >>> >>> It is just informational. It does not abort. mysql5 installs >>> without server support. The message reminds you if you want server >>> support you now have to additionally install mysql5-server. >> >> I used the same approach when I removed variants from graphviz and >> php5. Would it be better to abort the installation process and >> force the user to deal with the situation right there? > > I tend to lean on it should abort then. If the new way is to mysql5- > server then the +server method probably should not do anything. Indeed, the +server variant does currently not do anything -- except print a message explaining to the user that it doesn't do anything anymore. > If it still installs and does not even install the launchd item, to > me, that is a little confusing. The port still installs, but the variant no longer causes any changes in the installation. My hope was that a user could "sudo port upgrade", would notice the message that they now need to add a new port, and that they would then install that port. One drawback with the current implementation is they will still see the message about the variant being obsolete even if they have already installed the corresponding separate port. This would be easy to correct, for example by having the separate port install a flag file somewhere and having the variant check for the presence of that file. The other drawback is that the user might not see the message, as happened for you because of the copious amount of information shown by debug mode. Other users upgrading many many ports at once might also miss the message as it scrolls off the top of their terminal. The alternative would be to have the port stop with an error message if the obsolete variants are selected. In order to proceed with the upgrade, the user would have to install the port without these variants, and then install the relevant separate ports. This might be the better thing to do. It would require the user to acknowledge the change. > I have never seen it done in MacPorts, but can it be interactive? Y/ > N for wanting to continue as it stands, or abort, clean, and maybe > even allow the user to move into a mysql5-server install right there. No, it cannot be interactive. There is no means for this to occur. To take an example, the mysql5 port cannot cause the mysql5-server port to install, because the mysql5-server port depends on the mysql5 port. It would create a circular dependency. From talklists at newgeo.com Wed Sep 16 23:18:15 2009 From: talklists at newgeo.com (Scott Haneda) Date: Wed, 16 Sep 2009 23:18:15 -0700 Subject: php and apache not working In-Reply-To: <15FBF7BB-5803-4108-9B33-7166EAE92473@macports.org> References: <15FBF7BB-5803-4108-9B33-7166EAE92473@macports.org> Message-ID: <627C3071-0320-4AF2-8559-627ADEBC26ED@newgeo.com> On Sep 16, 2009, at 11:02 PM, Ryan Schmidt wrote: > On Sep 17, 2009, at 00:55, Scott Haneda wrote: > >> Hmmm, never had this issue before: >> /opt/local/bin/php /opt/local/apache2/htdocs/test.php >> That works and parse the echo phpInfo() I have in the file. >> >> Loading the page in apache via Safari, I get the raw code. I >> enabled apache... >> $grep php httpd.conf >> LoadModule php5_module modules/libphp5.so >> That is the php that is in /opt/local >> >> I have restarted apache2 on a few occasions. > > Check out the MAMP howto in the wiki. You probably forgot to load > the extra php configuration file into your Apache conf. Thanks, forgot to include the php config file. All working now. -- Scott * If you contact me off list replace talklists@ with scott@ * From blb at macports.org Wed Sep 16 23:28:18 2009 From: blb at macports.org (Bryan Blackburn) Date: Thu, 17 Sep 2009 00:28:18 -0600 Subject: Mysql5 In-Reply-To: <34403F9C-A5E4-40E0-AC1C-BEEAF24FDB45@macports.org> References: <66FA30B0-8A91-4BBA-8425-40CA9F0EF1D4@macports.org> <531F78D6-0389-41E8-B570-11B4525F3AB4@newgeo.com> <3786713F-C25B-4C43-9D29-659F35026C1D@macports.org> <19331ECF-CE33-464D-9006-5246A0C6E2CF@macports.org> <34403F9C-A5E4-40E0-AC1C-BEEAF24FDB45@macports.org> Message-ID: <20090917062818.GD94063@ninagal.withay.com> On Thu, Sep 17, 2009 at 01:00:44AM -0500, Ryan Schmidt said: [...] > > Indeed, the +server variant does currently not do anything -- except > print a message explaining to the user that it doesn't do anything > anymore. Maybe put the message later, say post-activate, after most of the debug messages have flown by; even surrounded by lots of ***** lines or something to try and draw the eye to it? Of course that doesn't help when lots of ports are being upgraded at once, but may be a bit better. Bryan [...] From max.e.brown at gmail.com Thu Sep 17 01:31:53 2009 From: max.e.brown at gmail.com (Max Brown) Date: Thu, 17 Sep 2009 10:31:53 +0200 Subject: vim and unicode In-Reply-To: References: Message-ID: Hi Pawel, On Wed, Sep 16, 2009 at 9:34 PM, Pawel Veselov wrote: > What's the output if you type in 'locale' ? it is: max:~ max$ locale LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL="C" Max From issac.trotts at gmail.com Thu Sep 17 01:33:30 2009 From: issac.trotts at gmail.com (Issac Trotts) Date: Thu, 17 Sep 2009 01:33:30 -0700 Subject: Error while building tk Message-ID: Hi all, I'm trying to install a python port called py25-nose, getting stopped on this error: ---> Building tk Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.6/unix" && /usr/bin/make -j2 all " returned error 2 Command output: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.6/unix/../generic/tk3d.c:1057: error: 'TkDisplay' has no member named 'borderInit' /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.6/unix/../generic/tk3d.c:1058: error: 'TkDisplay' has no member named 'borderTable' Is anyone else getting this error? Thanks, Issac -------------- next part -------------- An HTML attachment was scrubbed... URL: From pawel.veselov at gmail.com Thu Sep 17 01:36:46 2009 From: pawel.veselov at gmail.com (Pawel Veselov) Date: Thu, 17 Sep 2009 01:36:46 -0700 Subject: vim and unicode In-Reply-To: References: Message-ID: Max, Yeah, exporting LANG to en_US.UTF-8 and calling locale again should help. You are using a 7-bit locale, trying to edit UTF-8 (or even 8-bit) files, you'd get all kinds of weird results. On Thu, Sep 17, 2009 at 1:31 AM, Max Brown wrote: > Hi Pawel, > > On Wed, Sep 16, 2009 at 9:34 PM, Pawel Veselov wrote: >> What's the output if you type in 'locale' ? > > it is: > > max:~ max$ locale > LANG= > LC_COLLATE="C" > LC_CTYPE="C" > LC_MESSAGES="C" > LC_MONETARY="C" > LC_NUMERIC="C" > LC_TIME="C" > LC_ALL="C" From ryandesign at macports.org Thu Sep 17 02:03:43 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 04:03:43 -0500 Subject: Error while building tk In-Reply-To: References: Message-ID: On Sep 17, 2009, at 03:33, Issac Trotts wrote: > I'm trying to install a python port called py25-nose, getting > stopped on this error: > > ---> Building tk > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk > /work/tk8.5.6/unix" && /usr/bin/make -j2 all " returned error 2 > Command output: /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk > /work/tk8.5.6/unix/../generic/tk3d.c:1057: error: 'TkDisplay' has no > member named 'borderInit' > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk > /work/tk8.5.6/unix/../generic/tk3d.c:1058: error: 'TkDisplay' has no > member named 'borderTable' > > Is anyone else getting this error? I don't see a ticket on that. You may want to file one, but will need to provide more info, including the full debug output, version of MacPorts, Mac OS X Xcode, and type of computer. From max.e.brown at gmail.com Thu Sep 17 02:41:57 2009 From: max.e.brown at gmail.com (Max Brown) Date: Thu, 17 Sep 2009 11:41:57 +0200 Subject: vim and unicode In-Reply-To: References: Message-ID: > Yeah, exporting LANG to en_US.UTF-8 and calling locale again should help. > You are using a 7-bit locale, trying to edit UTF-8 (or even 8-bit) > files, you'd get all kinds of weird results. Thanks, I will try that. From max.e.brown at gmail.com Thu Sep 17 02:55:25 2009 From: max.e.brown at gmail.com (Max Brown) Date: Thu, 17 Sep 2009 11:55:25 +0200 Subject: vim and unicode In-Reply-To: References: Message-ID: On Thu, Sep 17, 2009 at 11:41 AM, Max Brown wrote: >> Yeah, exporting LANG to en_US.UTF-8 and calling locale again should help. >> You are using a 7-bit locale, trying to edit UTF-8 (or even 8-bit) >> files, you'd get all kinds of weird results. It works now. Thanks! From brian at newmedio.com Thu Sep 17 08:16:50 2009 From: brian at newmedio.com (Brian Dunn) Date: Thu, 17 Sep 2009 10:16:50 -0500 Subject: can't build a native gnucash Message-ID: I've read and tried this: http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail#Using_MacPorts_to_install_the_native_Quartz_version_of_GnuCash But I'm still getting the following error. Some googling on the '/opt/local/bin/gsed: can't read /opt/local/lib/ libgtk-x11-2.0.la: No such file or directory' bit turned up this ticket: http://trac.macports.org/ticket/17009 So apparently somewhere in my dependencies is a port that was built against X11. Does anyone know of a way to find out what port(s) that is so I can rebuild with the +no_x11? I'm not interested in maintaining my MacPort's installation's ability to build against X11. I don't use any X11 apps, so it seems that having two MacPorts installs, like suggested in the ticket, would be the wrong approach. Any ideas on how to ferret out the X11 culprit, or to enforce quartzyness in all my installed ports? thanks! $ sudo port install gnucash +without_hbci Password: Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since tcl 8.5.6_0 >= tcl 8.5.6_0, even though installed variants "" do not match "+darwin". Use 'upgrade -- enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since tk 8.5.6_1 >= tk 8.5.6_1, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce- variants' to switch to the requested variants. Warning: Skipping upgrade since readline 6.0.000_1 >= readline 6.0.000_1, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since bzip2 1.0.5_2 >= bzip2 1.0.5_2, even though installed variants "" do not match "+darwin". Use 'upgrade -- enforce-variants' to switch to the requested variants. ---> Computing dependencies for gnucash ---> Building gnucash Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_gnome_gnucash/work/gnucash-2.2.9" && /usr/ bin/make -j1 all " returned error 2 Command output: Making all in app-utils Making all in . make[4]: Nothing to be done for `all-am'. Making all in test ERROR: In procedure dynamic-link: ERROR: file: "libguile-srfi-srfi-13-14-v-1", message: "dlopen(libguile- srfi-srfi-13-14-v-1.so, 9): image not found" make[4]: Nothing to be done for `all'. Making all in gnome-utils if [ ! -f gnc-svninfo.h ]; then cp _gnc-svninfo.h gnc-svninfo.h; fi cmp -s _gnc-svninfo.h gnc-svninfo.h || cp _gnc-svninfo.h gnc-svninfo.h rm -f _gnc-svninfo.h if [ ! -f gnc-version.h ]; then cp _gnc-version.h gnc-version.h; fi cmp -s _gnc-version.h gnc-version.h || cp _gnc-version.h gnc-version.h rm -f _gnc-version.h /usr/bin/make all-recursive Making all in glade make[5]: Nothing to be done for `all'. Making all in schemas make[5]: Nothing to be done for `all'. Making all in . /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -I../../ src/core-utils -I../../src/gnc-module -I../../src/engine -I../../src/ backend/file -I../../src/app-utils -I../../src -I../../src -I../../lib/ libc -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/ glib-2.0/include -I/opt/local/include -I/opt/local/include/ libglade-2.0 -I/opt/local/include/gtk-2.0 -I/opt/local/include/libxml2 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/ local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/ include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 - I/opt/local/include/libpng12 -I/opt/local/include/gtk-2.0 -I/opt/local/ lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/ cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/ opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/ include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/ libpng12 -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgnomeui-2.0 - I/opt/local/include/libart-2.0 -I/opt/local/include/gconf/2 -I/opt/ local/include/gnome-keyring-1 -I/opt/local/include/libgnome-2.0 -I/opt/ local/include/libbonoboui-2.0 -I/opt/local/include/libgnomecanvas-2.0 - I/opt/local/include/gtk-2.0 -I/opt/local/include/gnome-vfs-2.0 -I/opt/ local/lib/gnome-vfs-2.0/include -I/opt/local/include/orbit-2.0 -I/opt/ local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/ include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/ include -I/opt/local/include/libbonobo-2.0 -I/opt/local/include/bonobo- activation-2.0 -I/opt/local/include/libxml2 -I/opt/local/include/ pango-1.0 -I/opt/local/include/gail-1.0 -I/opt/local/include/freetype2 -I/opt/local/include/atk-1.0 -I/opt/local/lib/gtk-2.0/include -I/opt/ local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/ libpng12 -DORBIT2=1 -D_REENTRANT -I/opt/local/include/libgtkhtml-3.14 - I/opt/local/include/gtk-2.0 -I/opt/local/include/libgnomeui-2.0 -I/opt/ local/include/libglade-2.0 -I/opt/local/include/enchant -I/opt/local/ include/gconf/2 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/ atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/ opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/ local/include -I/opt/local/include/pixman-1 -I/opt/local/include/ freetype2 -I/opt/local/include/libpng12 -I/opt/local/include/ libart-2.0 -I/opt/local/include/gnome-keyring-1 -I/opt/local/include/ libgnome-2.0 -I/opt/local/include/libbonoboui-2.0 -I/opt/local/include/ libgnomecanvas-2.0 -I/opt/local/include/gnome-vfs-2.0 -I/opt/local/lib/ gnome-vfs-2.0/include -I/opt/local/include/orbit-2.0 -I/opt/local/ include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/ include/libbonobo-2.0 -I/opt/local/include/bonobo-activation-2.0 -I/ opt/local/include/libxml2 -I/opt/local/include/gail-1.0 -I/opt/local/ include -I../../lib/libqof/qof -I../../lib/libqof/qof -I/opt/local/ include/libgoffice-0.6 -I/opt/local/include/glib-2.0 -I/opt/local/lib/ glib-2.0/include -I/opt/local/include -I/opt/local/include/libgsf-1 -I/ opt/local/include/libxml2 -I/opt/local/include/gtk-2.0 -I/opt/local/ include/libglade-2.0 -I/opt/local/include/libart-2.0 -I/opt/local/ include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/lib/gtk-2.0/ include -I/opt/local/include/atk-1.0 -I/opt/local/include/pixman-1 -I/ opt/local/include/freetype2 -I/opt/local/include/libpng12 - Wdeclaration-after-statement -Wno-pointer-sign -D_FORTIFY_SOURCE=2 -O2 -arch i386 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wno-unused -avoid-version -L/opt/local/lib -o libgncmod-gnome- utils.la -rpath /opt/local/lib/gnucash QuickFill.lo account- quickfill.lo cursors.lo dialog-account.lo dialog-book-close.lo dialog- commodity.lo dialog-options.lo dialog-preferences.lo dialog-query- list.lo dialog-reset-warnings.lo dialog-totd.lo dialog-transfer.lo dialog-utils.lo druid-utils.lo druid-gconf-setup.lo druid-gnc-xml- import.lo gnc-account-sel.lo gnc-amount-edit.lo gnc-autosave.lo gnc- commodity-edit.lo gnc-currency-edit.lo gnc-date-delta.lo gnc-date- edit.lo gnc-date-format.lo gnc-dense-cal.lo gnc-dense-cal-model.lo gnc- dense-cal-store.lo gnc-druid-gnome.lo gnc-druid-provider-edge-gnome.lo gnc-druid-provider-file-gnome.lo gnc-druid-provider-multifile-gnome.lo gnc-embedded-window.lo gnc-file.lo gnc-frequency.lo gnc-recurrence.lo gnc-general-select.lo gnc-gnome-utils.lo gnc-gui-query.lo gnc-html- graph-gog.lo gnc-html-history.lo gnc-html.lo gnc-icons.lo gnc-main- window.lo gnc-menu-extensions.lo gnc-plugin-file-history.lo gnc-plugin- manager.lo gnc-plugin-menu-additions.lo gnc-plugin-page.lo gnc- plugin.lo gnc-period-select.lo gnc-query-list.lo gnc-splash.lo gnc-sx- instance-dense-cal-adapter.lo gnc-sx-list-tree-model-adapter.lo gnc- tree-model.lo gnc-tree-model-account-types.lo gnc-tree-model- account.lo gnc-tree-model-budget.lo gnc-tree-model-commodity.lo gnc- tree-model-price.lo gnc-tree-view-account.lo gnc-tree-view- commodity.lo gnc-tree-view-price.lo gnc-tree-view-sx-list.lo gnc-tree- view.lo gnc-window.lo gncmod-gnome-utils.lo misc-gnome-utils.lo search- param.lo gnc-dialog.lo swig-gnome-utils.lo window-main- summarybar.lo ../../src/core-utils/libgnc-core-utils.la ../../src/gnc- module/libgnc-module.la ../../src/engine/libgncmod-engine.la ../../src/ backend/file/libgnc-backend-file-utils.la ../../src/calculation/ libgncmod-calculation.la ../../src/app-utils/libgncmod-app- utils.la ../../lib/libc/libc-missing.la -Wl,-framework,CoreAudio - framework Cocoa -L/opt/local/lib -lgnomeui-2 -lSM -lICE -lgnome- keyring -lbonoboui-2 -lxml2 -lpthread -lgnomecanvas-2 -lgnome-2 -lpopt -lgnomevfs-2 -lesd -lbonobo-2 -laudiofile -lbonobo-activation - lgailutil -lart_lgpl_2 -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 - lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lcairo -lpangoft2-1.0 - lpango-1.0 -lpixman-1 -lfontconfig -lexpat -lfreetype -lpng12 -lz - lgconf-2 -lORBit-2 -lm -ldbus-1 -lgmodule-2.0 -lgthread-2.0 - lgobject-2.0 -lglib-2.0 -lintl -liconv -framework Cocoa -Wl,- framework,CoreAudio -L/opt/local/lib -lgtkhtml-3.14 -lgnomeui-2 -lSM - lICE -lglade-2.0 -lenchant -lgnome-keyring -lbonoboui-2 - lgnomecanvas-2 -lgnome-2 -lpopt -lgnomevfs-2 -lesd -lbonobo-2 - laudiofile -lbonobo-activation -lgailutil -lart_lgpl_2 -lgconf-2 -lgtk- quartz-2.0 -lxml2 -lpthread -lgdk-quartz-2.0 -latk-1.0 - lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lcairo -lpangoft2-1.0 - lpango-1.0 -lpixman-1 -lfontconfig -lexpat -lfreetype -lpng12 -lz - lORBit-2 -lm -ldbus-1 -lgmodule-2.0 -lgthread-2.0 -lgobject-2.0 - lglib-2.0 -lintl -liconv -L/opt/local/lib -lguile16 -lguile-ltdl -L/ opt/local/lib -lm -L/opt/local/lib -lgdk_pixbuf-2.0 -lm -lgobject-2.0 - lgmodule-2.0 -lglib-2.0 -lintl -liconv -framework Cocoa -L/opt/local/ lib -lglade-2.0 -lgtk-quartz-2.0 -lxml2 -lpthread -lgdk-quartz-2.0 - latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lcairo - lpangoft2-1.0 -lpango-1.0 -lm -lpixman-1 -lfontconfig -lexpat - lfreetype -lpng12 -lz -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl - liconv -L/opt/local/lib -lguile16 -lguile-ltdl -L/opt/local/lib -lm - L/opt/local/lib -lgthread-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 - lintl -liconv ../../lib/libqof/qof/libgnc-qof.la -framework Cocoa - L/opt/local/lib -lgoffice-0.6 -lgsf-1 -lglade-2.0 -lart_lgpl_2 -lgtk- quartz-2.0 -lxml2 -lpthread -lgdk-quartz-2.0 -latk-1.0 - lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lcairo -lpangoft2-1.0 - lpixman-1 -lpng12 -lpango-1.0 -lm -lfontconfig -lexpat -lfreetype -lz - lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -L/opt/local/ lib -lxml2 -lpthread -lz -liconv -lm -lpopt -lm -lm grep: /opt/local/lib/libgtk-x11-2.0.la: No such file or directory /opt/local/bin/gsed: can't read /opt/local/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/opt/local/lib/libgtk-x11-2.0.la' is not a valid libtool archive make[5]: *** [libgncmod-gnome-utils.la] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. From ryandesign at macports.org Thu Sep 17 08:26:48 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 10:26:48 -0500 Subject: can't build a native gnucash In-Reply-To: References: Message-ID: <567C1B3C-03F8-4DC6-B728-C048A198E789@macports.org> On Sep 17, 2009, at 10:16, Brian Dunn wrote: > I've read and tried this: > http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail#Using_MacPorts_to_install_the_native_Quartz_version_of_GnuCash > > But I'm still getting the following error. > Some googling on the '/opt/local/bin/gsed: can't read /opt/local/lib/ > libgtk-x11-2.0.la: No such file or directory' bit turned up this > ticket: > http://trac.macports.org/ticket/17009 > > So apparently somewhere in my dependencies is a port that was built > against X11. > Does anyone know of a way to find out what port(s) that is so I can > rebuild with the +no_x11? > I'm not interested in maintaining my MacPort's installation's > ability to build against X11. I don't use any X11 apps, so it seems > that having two MacPorts installs, like suggested in the ticket, > would be the wrong approach. > Any ideas on how to ferret out the X11 culprit, or to enforce > quartzyness in all my installed ports? > > > thanks! > > $ sudo port install gnucash +without_hbci Try: sudo port upgrade --enforce-variants gnucash +without_hbci +quartz From travisgriggs at gmail.com Thu Sep 17 10:51:19 2009 From: travisgriggs at gmail.com (Travis Griggs) Date: Thu, 17 Sep 2009 10:51:19 -0700 Subject: Using macports dylibs without macports Message-ID: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> This is likely a very naive question(s). I have an application (.app). It makes use of CairoGrahics library (libcairo.dylib) provided by Macports. I have some users though, who are not going to install macports on their systems just so they can use my app. Can I just copy the appropriate dylibs to location of the executable down in the bowels of the .app and have it work correctly? Is there a way to achieve what I want? TIA -- Travis Griggs Objologist "The project was so plagued by politics and ego that when the engineers requested technical oversight, our manager hired a psychologist instead." -- Ron Avitzur From pawel.veselov at gmail.com Thu Sep 17 11:00:30 2009 From: pawel.veselov at gmail.com (Pawel Veselov) Date: Thu, 17 Sep 2009 11:00:30 -0700 Subject: [off-topic] Using macports dylibs without macports In-Reply-To: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> References: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> Message-ID: Hi, The best way to achieve what you want to do is to statically build Cairo, and any libraries it depends on (except MacOS system libs, of course), and statically link your application against those static libraries. Thanks, Pawel. On Thu, Sep 17, 2009 at 10:51 AM, Travis Griggs wrote: > This is likely a very naive question(s). I have an application (.app). It > makes use of CairoGrahics library (libcairo.dylib) provided by Macports. I > have some users though, who are not going to install macports on their > systems just so they can use my app. Can I just copy the appropriate dylibs > to location of the executable down in the bowels of the .app and have it > work correctly? Is there a way to achieve what I want? From ryandesign at macports.org Thu Sep 17 11:08:35 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 13:08:35 -0500 Subject: Using macports dylibs without macports In-Reply-To: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> References: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> Message-ID: <97E06EF0-83C3-43C1-96BC-E18AAFCFBE30@macports.org> On Sep 17, 2009, at 12:51, Travis Griggs wrote: > This is likely a very naive question(s). I have an application > (.app). It makes use of CairoGrahics library (libcairo.dylib) > provided by Macports. I have some users though, who are not going to > install macports on their systems just so they can use my app. Can I > just copy the appropriate dylibs to location of the executable down > in the bowels of the .app and have it work correctly? Is there a way > to achieve what I want? Dynamic libraries and executables installed by MacPorts are not relocatable. They're also only meant to be used on a single major version of Mac OS X. These qualities make them not very suitable for redistribution as part of your software. From brian at newmedio.com Thu Sep 17 11:45:08 2009 From: brian at newmedio.com (Brian Dunn) Date: Thu, 17 Sep 2009 13:45:08 -0500 Subject: can't build a native gnucash References: <00AA2485-2E79-4150-922E-B997ECFABFAD@newmedio.com> Message-ID: Well one cant upgrade a port one can't compile, so instead I did $ port deps gnucash +without_hbci Full Name: gnucash @2.2.9+no_x11+without_hbci Build Dependencies: libtool, lzmautils Library Dependencies: p5-xml-parser, glib2, gconf, guile16, slib, slib- guile16, popt, libgnomeui, libgnomeprintui, libgtkhtml3, libgsf, goffice, libofx, p5-finance-quote Extract Dependencies: lzmautils and then I upgraded all of those library dependencies with --enforce- variants +no_x11 +quartz... and gnucash fails to build with the same error message. On Sep 17, 2009, at 10:26 AM, Ryan Schmidt wrote: > > On Sep 17, 2009, at 10:16, Brian Dunn wrote: > >> I've read and tried this: >> http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail#Using_MacPorts_to_install_the_native_Quartz_version_of_GnuCash >> >> But I'm still getting the following error. >> Some googling on the '/opt/local/bin/gsed: can't read /opt/local/ >> lib/libgtk-x11-2.0.la: No such file or directory' bit turned up >> this ticket: >> http://trac.macports.org/ticket/17009 >> >> So apparently somewhere in my dependencies is a port that was built >> against X11. >> Does anyone know of a way to find out what port(s) that is so I can >> rebuild with the +no_x11? >> I'm not interested in maintaining my MacPort's installation's >> ability to build against X11. I don't use any X11 apps, so it seems >> that having two MacPorts installs, like suggested in the ticket, >> would be the wrong approach. >> Any ideas on how to ferret out the X11 culprit, or to enforce >> quartzyness in all my installed ports? >> >> >> thanks! >> >> $ sudo port install gnucash +without_hbci > > Try: > > sudo port upgrade --enforce-variants gnucash +without_hbci +quartz > > From vitaly at harisov.name Thu Sep 17 11:54:30 2009 From: vitaly at harisov.name (Vitaly Harisov) Date: Thu, 17 Sep 2009 21:54:30 +0300 Subject: Why fetch.type svn installs port:subversion? Message-ID: 'fetch.type svn' installs port:subversion instead of use native MacOSX SVN client from /usr/bin In the sam time 'port sync' for sources from svn reporitory uses /usr/bin/svn I see no reason to install port:subversion for 'fetch.type svn' and propose to remove this dependency. -- The End From ryandesign at macports.org Thu Sep 17 12:09:38 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 14:09:38 -0500 Subject: can't build a native gnucash In-Reply-To: <00AA2485-2E79-4150-922E-B997ECFABFAD@newmedio.com> References: <567C1B3C-03F8-4DC6-B728-C048A198E789@macports.org> <00AA2485-2E79-4150-922E-B997ECFABFAD@newmedio.com> Message-ID: <2F7BED58-AA3F-4E7F-9E41-CDAB5993136A@macports.org> On Sep 17, 2009, at 13:44, Brian Dunn wrote: > On Sep 17, 2009, at 10:26 AM, Ryan Schmidt wrote: > >> On Sep 17, 2009, at 10:16, Brian Dunn wrote: >> >>> I've read and tried this: >>> http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail#Using_MacPorts_to_install_the_native_Quartz_version_of_GnuCash >>> >>> But I'm still getting the following error. >>> Some googling on the '/opt/local/bin/gsed: can't read /opt/local/ >>> lib/libgtk-x11-2.0.la: No such file or directory' bit turned up >>> this ticket: >>> http://trac.macports.org/ticket/17009 >>> >>> So apparently somewhere in my dependencies is a port that was >>> built against X11. >>> Does anyone know of a way to find out what port(s) that is so I >>> can rebuild with the +no_x11? >>> I'm not interested in maintaining my MacPort's installation's >>> ability to build against X11. I don't use any X11 apps, so it >>> seems that having two MacPorts installs, like suggested in the >>> ticket, would be the wrong approach. >>> Any ideas on how to ferret out the X11 culprit, or to enforce >>> quartzyness in all my installed ports? >>> >>> >>> thanks! >>> >>> $ sudo port install gnucash +without_hbci >> >> Try: >> >> sudo port upgrade --enforce-variants gnucash +without_hbci +quartz >> > > Well one cant upgrade a port one can't compile, Oh, did we change that? Maybe that changed in 1.8.0 too. I seem to recall it used to be possible to ask port to upgrade ports you hadn't yet installed. > so instead I did > > $ port deps gnucash +without_hbci > Full Name: gnucash @2.2.9+no_x11+without_hbci > Build Dependencies: libtool, lzmautils > Library Dependencies: p5-xml-parser, glib2, gconf, guile16, slib, > slib-guile16, popt, libgnomeui, libgnomeprintui, libgtkhtml3, > libgsf, goffice, libofx, p5-finance-quote > Extract Dependencies: lzmautils > > and then I upgraded all of those library dependencies with --enforce- > variants +no_x11 +quartz... > > and gnucash fails to build with the same error message. > Ok. I'm not sure what else to suggest. From raphael at ira.uka.de Thu Sep 17 12:15:56 2009 From: raphael at ira.uka.de (Raphael Straub) Date: Thu, 17 Sep 2009 21:15:56 +0200 Subject: Using macports dylibs without macports In-Reply-To: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> References: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> Message-ID: <749B57A8-B80E-4F28-9B61-4C567BB530AF@ira.uka.de> Travis Griggs wrote: > I have an application (.app). It makes use of CairoGrahics library > (libcairo.dylib) provided by Macports. I have some users though, who > are not going to install macports on their systems just so they can > use my app. Can I just copy the appropriate dylibs to location of > the executable down in the bowels of the .app and have it work > correctly? No, you have to adjust the paths to the libraries in your binary and in all dependent libraries, see "man install_name_tool". > Is there a way to achieve what I want? There is a script in the python macholib package to achieve what you want. Just install the py25-macholib port and use "macho_standalone your.app". This will copy all dependent libraries into your.app/ Contents/Frameworks (Create this directory before calling macho_standalone.) and adjust the install names with install_name_tool. As Ryan already said, this is only guaranteed to work if all users have the same major Mac OS X version as you. Regards, Raphael From ryandesign at macports.org Thu Sep 17 12:17:11 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 14:17:11 -0500 Subject: Why fetch.type svn installs port:subversion? In-Reply-To: References: Message-ID: <660B954F-ECE2-4689-8C18-B7A6F1E0A972@macports.org> On Sep 17, 2009, at 13:54, Vitaly Harisov wrote: > 'fetch.type svn' installs port:subversion instead of use native > MacOSX SVN client from /usr/bin > In the sam time 'port sync' for sources from svn reporitory uses / > usr/bin/svn > > I see no reason to install port:subversion for 'fetch.type svn' and > propose to remove this dependency. It was originally implemented to allow the system svn to satisfy the dependency: http://trac.macports.org/changeset/43782 It was changed to require the subversion port so that the --trust- server-cert option which we use would be guaranteed to work: http://trac.macports.org/changeset/54434 Finally, it was changed so that on Snow Leopard, which has a recent- enough svn, the system svn is allowed to be sufficient: http://trac.macports.org/changeset/56160 So, it is correct the way it is now. From vitaly at harisov.name Thu Sep 17 12:37:52 2009 From: vitaly at harisov.name (Vitaly Harisov) Date: Thu, 17 Sep 2009 22:37:52 +0300 Subject: Why fetch.type svn installs port:subversion? In-Reply-To: <660B954F-ECE2-4689-8C18-B7A6F1E0A972@macports.org> References: <660B954F-ECE2-4689-8C18-B7A6F1E0A972@macports.org> Message-ID: On Thu, 17 Sep 2009 22:17:11 +0300, Ryan Schmidt wrote: > > On Sep 17, 2009, at 13:54, Vitaly Harisov wrote: > >> 'fetch.type svn' installs port:subversion instead of use native MacOSX >> SVN client from /usr/bin >> In the sam time 'port sync' for sources from svn reporitory uses / >> usr/bin/svn >> >> I see no reason to install port:subversion for 'fetch.type svn' and >> propose to remove this dependency. > > It was originally implemented to allow the system svn to satisfy the > dependency: > > http://trac.macports.org/changeset/43782 > > It was changed to require the subversion port so that the --trust- > server-cert option which we use would be guaranteed to work: > > http://trac.macports.org/changeset/54434 > > Finally, it was changed so that on Snow Leopard, which has a recent- > enough svn, the system svn is allowed to be sufficient: > > http://trac.macports.org/changeset/56160 > > So, it is correct the way it is now. When this will be released? I use MacPorts 1.8.0 on Snow Leopard. -- The End From ryandesign at macports.org Thu Sep 17 12:44:17 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 17 Sep 2009 14:44:17 -0500 Subject: Why fetch.type svn installs port:subversion? In-Reply-To: References: <660B954F-ECE2-4689-8C18-B7A6F1E0A972@macports.org> Message-ID: <4158DB8F-0FBD-4968-9211-001697941323@macports.org> On Sep 17, 2009, at 14:37, Vitaly Harisov wrote: > On Thu, 17 Sep 2009 22:17:11 +0300, Ryan Schmidt wrote: > >> Finally, it was changed so that on Snow Leopard, which has a recent- >> enough svn, the system svn is allowed to be sufficient: >> >> http://trac.macports.org/changeset/56160 >> >> So, it is correct the way it is now. > > When this will be released? I use MacPorts 1.8.0 on Snow Leopard. Oh, I didn't realize that hadn't made it into 1.8.0, but I see it was only made on trunk. This change should be merged back to the release_1_8 branch, and then it will be in 1.8.1, whenever that is released. We have no particular release schedule. We have a few permissions issues still to resolve with non-root installs for which a new 1.8.x release definitely will be made. Not sure if we'll wait until we fix those to release 1.8.1, or release a 1.8.1 sooner with the fixes that have already occurred and let the permissions fixes be 1.8.2. From vitaly at harisov.name Thu Sep 17 12:46:53 2009 From: vitaly at harisov.name (Vitaly Harisov) Date: Thu, 17 Sep 2009 22:46:53 +0300 Subject: Why fetch.type svn installs port:subversion? In-Reply-To: <4158DB8F-0FBD-4968-9211-001697941323@macports.org> References: <660B954F-ECE2-4689-8C18-B7A6F1E0A972@macports.org> <4158DB8F-0FBD-4968-9211-001697941323@macports.org> Message-ID: On Thu, 17 Sep 2009 22:44:17 +0300, Ryan Schmidt wrote: > On Sep 17, 2009, at 14:37, Vitaly Harisov wrote: > >> On Thu, 17 Sep 2009 22:17:11 +0300, Ryan Schmidt wrote: >> >>> Finally, it was changed so that on Snow Leopard, which has a recent- >>> enough svn, the system svn is allowed to be sufficient: >>> >>> http://trac.macports.org/changeset/56160 >>> >>> So, it is correct the way it is now. >> >> When this will be released? I use MacPorts 1.8.0 on Snow Leopard. > > Oh, I didn't realize that hadn't made it into 1.8.0, but I see it was > only made on trunk. This change should be merged back to the release_1_8 > branch, and then it will be in 1.8.1, whenever that is released. We have > no particular release schedule. We have a few permissions issues still > to resolve with non-root installs for which a new 1.8.x release > definitely will be made. Not sure if we'll wait until we fix those to > release 1.8.1, or release a 1.8.1 sooner with the fixes that have > already occurred and let the permissions fixes be 1.8.2. Thank you for your answer. I vote for second variant ;) -- The End From travisgriggs at gmail.com Thu Sep 17 15:15:32 2009 From: travisgriggs at gmail.com (Travis Griggs) Date: Thu, 17 Sep 2009 15:15:32 -0700 Subject: Using macports dylibs without macports In-Reply-To: <749B57A8-B80E-4F28-9B61-4C567BB530AF@ira.uka.de> References: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> <749B57A8-B80E-4F28-9B61-4C567BB530AF@ira.uka.de> Message-ID: On Sep 17, 2009, at 12:15 PM, Raphael Straub wrote: > Travis Griggs wrote: >> I have an application (.app). It makes use of CairoGrahics library >> (libcairo.dylib) provided by Macports. I have some users though, >> who are not going to install macports on their systems just so they >> can use my app. Can I just copy the appropriate dylibs to location >> of the executable down in the bowels of the .app and have it work >> correctly? > > No, you have to adjust the paths to the libraries in your binary and > in all dependent libraries, see "man install_name_tool". > >> Is there a way to achieve what I want? > > There is a script in the python macholib package to achieve what you > want. Just install the py25-macholib port and use "macho_standalone > your.app". This will copy all dependent libraries into your.app/ > Contents/Frameworks (Create this directory before calling > macho_standalone.) and adjust the install names with > install_name_tool. As Ryan already said, this is only guaranteed to > work if all users have the same major Mac OS X version as you. Static linking isn't an option for us. And your point about it being major version specific is not really doable for us. So I'll do some more digging in how to get Cairo built for myself to run on multiple version and be able to be placed in the our .app (which I don't myself build). Just for PoC type of thing, I did try the tool referenced, and it blew up: ImportError: No module named modulegraph.util I'm not sure it would even work for this anyway. The .app of interest is a Virtual Machine engine for VisualWorks Smalltalk. So the .app doesn't itself need the Cairo libraries. But one can write a Smalltalk app that wants to load and use Cairo dlls. Thanks to all for the replies. Appreciate you all helping this naive noob a little. -- Travis Griggs Objologist My Other Machine runs OSX. But then... so does this one. From scotpb at gmail.com Thu Sep 17 15:18:02 2009 From: scotpb at gmail.com (Scot Ballard) Date: Thu, 17 Sep 2009 15:18:02 -0700 Subject: failed to build kdepim4 Message-ID: <2d6596180909171518s76576a3di2c0500b8f8182af5@mail.gmail.com> When trying to compile kdepim4 it seems to be hung up on qt4-mac build failures. Is there a known work around for this ? Thanks % sudo port install qt4-mac ---> Computing dependencies for qt4-mac ---> Building qt4-mac Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work/qt-mac-opensource-src-4.5.2" && /usr/bin/make -j8 first " returned error 2 Command output: In file included from dom/ScriptExecutionContext.h:30, from dom/Document.h:34, from bindings/js/JSAttrCustom.cpp:33: /opt/local/include/KURL.h:187: error: expected template-name before '<' token /opt/local/include/KURL.h:187: error: expected `{' before '<' token /opt/local/include/KURL.h:187: error: expected unqualified-id before '<' token bindings/js/JSAttrCustom.cpp:61: error: expected `}' at end of input bindings/js/JSAttrCustom.cpp:61: error: expected unqualified-id at end of input make[2]: *** [.obj/debug-shared/JSCSSRuleCustom.o] Error 1 make[2]: *** [.obj/release-shared/DOMTimer.o] Error 1 make[1]: *** [release-all] Error 2 make[1]: *** Waiting for unfinished jobs.... make[2]: *** [.obj/debug-shared/DOMTimer.o] Error 1 make[2]: *** [.obj/debug-shared/JSAttrCustom.o] Error 1 In file included from platform/network/ResourceResponseBase.h:30, from platform/network/qt/ResourceResponse.h:29, from loader/CachedResource.h:28, from loader/CachedResourceHandle.h:29, from loader/ImageLoader.h:28, from html/HTMLImageLoader.h:28, from html/HTMLImageElement.h:28, from bindings/js/JSCanvasRenderingContext2DCustom.cpp:30: /opt/local/include/KURL.h:187: error: expected template-name before '<' token /opt/local/include/KURL.h:187: error: expected `{' before '<' token /opt/local/include/KURL.h:187: error: expected unqualified-id before '<' token bindings/js/JSCanvasRenderingContext2DCustom.cpp:389: error: expected `}' at end of input bindings/js/JSCanvasRenderingContext2DCustom.cpp:389: error: expected unqualified-id at end of input make[2]: *** [.obj/debug-shared/JSCanvasRenderingContext2DCustom.o] Error 1 make[1]: *** [debug-all] Error 2 make: *** [sub-webkit-make_default-ordered] Error 2 Error: Status 1 encountered during processing. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbusser at interchange.ubc.ca Thu Sep 17 16:39:25 2009 From: jbusser at interchange.ubc.ca (Jim Busser) Date: Thu, 17 Sep 2009 16:39:25 -0700 Subject: Using macports dylibs without macports In-Reply-To: References: <2C0FB483-CE3E-41FA-A1CC-6CB9F9F81FB6@gmail.com> <749B57A8-B80E-4F28-9B61-4C567BB530AF@ira.uka.de> Message-ID: On 2009-09-17, at 3:15 PM, Travis Griggs wrote: > Static linking isn't an option for us. And your point about it being > major version specific is not really doable for us. So I'll do some > more digging in how to get Cairo built for myself to run on multiple > version and be able to be placed in the our .app (which I don't > myself build). > > Just for PoC type of thing, I did try the tool referenced, and it > blew up: > > ImportError: No module named modulegraph.util > > I'm not sure it would even work for this anyway. The .app of > interest is a Virtual Machine engine for VisualWorks Smalltalk. So > the .app doesn't itself need the Cairo libraries. But one can write > a Smalltalk app that wants to load and use Cairo dlls. Isn't Apple's own Xcode supposed to enable *some* of what MacPorts is less well positioned to do? Is the issue that Xcode could provide some, but not all, of what would be needed? From macsforever2000 at macports.org Thu Sep 17 20:57:20 2009 From: macsforever2000 at macports.org (Frank Schima) Date: Thu, 17 Sep 2009 21:57:20 -0600 Subject: failed to build kdepim4 In-Reply-To: <2d6596180909171518s76576a3di2c0500b8f8182af5@mail.gmail.com> References: <2d6596180909171518s76576a3di2c0500b8f8182af5@mail.gmail.com> Message-ID: <5C155056-C0AE-4B8A-9A0E-3DC3ED9EE29D@macports.org> On Sep 17, 2009, at 4:18 PM, Scot Ballard wrote: > When trying to compile kdepim4 it seems to be hung up on qt4-mac > build failures. > > Is there a known work around for this ? > > Thanks > > > > % sudo port install qt4-mac > ---> Computing dependencies for qt4-mac > ---> Building qt4-mac > Error: Target org.macports.build returned: shell command " cd "/opt/ > local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4 > -mac/work/qt-mac-opensource-src-4.5.2" && /usr/bin/make -j8 first " > returned error 2 > Command output: In file included from dom/ScriptExecutionContext.h:30, > from dom/Document.h:34, > from bindings/js/JSAttrCustom.cpp:33: > /opt/local/include/KURL.h:187: error: expected template-name before > '<' token > /opt/local/include/KURL.h:187: error: expected `{' before '<' token > /opt/local/include/KURL.h:187: error: expected unqualified-id before > '<' token > bindings/js/JSAttrCustom.cpp:61: error: expected `}' at end of input > bindings/js/JSAttrCustom.cpp:61: error: expected unqualified-id at > end of input > make[2]: *** [.obj/debug-shared/JSCSSRuleCustom.o] Error 1 > make[2]: *** [.obj/release-shared/DOMTimer.o] Error 1 > make[1]: *** [release-all] Error 2 > make[1]: *** Waiting for unfinished jobs.... > make[2]: *** [.obj/debug-shared/DOMTimer.o] Error 1 > make[2]: *** [.obj/debug-shared/JSAttrCustom.o] Error 1 > In file included from platform/network/ResourceResponseBase.h:30, > from platform/network/qt/ResourceResponse.h:29, > from loader/CachedResource.h:28, > from loader/CachedResourceHandle.h:29, > from loader/ImageLoader.h:28, > from html/HTMLImageLoader.h:28, > from html/HTMLImageElement.h:28, > from bindings/js/ > JSCanvasRenderingContext2DCustom.cpp:30: > /opt/local/include/KURL.h:187: error: expected template-name before > '<' token > /opt/local/include/KURL.h:187: error: expected `{' before '<' token > /opt/local/include/KURL.h:187: error: expected unqualified-id before > '<' token > bindings/js/JSCanvasRenderingContext2DCustom.cpp:389: error: > expected `}' at end of input > bindings/js/JSCanvasRenderingContext2DCustom.cpp:389: error: > expected unqualified-id at end of input > make[2]: *** [.obj/debug-shared/JSCanvasRenderingContext2DCustom.o] > Error 1 > make[1]: *** [debug-all] Error 2 > make: *** [sub-webkit-make_default-ordered] Error 2 > > Error: Status 1 encountered during processing. There is a trac ticket related to this [1]. What version of Mac OS X are you running? What version of Xcode? Just prior to this did you run the following? sudo port selfupdate sudo port upgrade outdated [1] Cheers! Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at zanker.org Fri Sep 18 01:51:54 2009 From: mike at zanker.org (Mike Zanker) Date: Fri, 18 Sep 2009 09:51:54 +0100 Subject: Wireshark on Snow Leopard Message-ID: <4AB34A2A.8010008@zanker.org> Hi, I've installed MacPorts 1.8.0 on a new Snow Leopard installation (Mac Pro 1,1; 32-bit kernel). Wireshark builds fine and appears to run but nothing is captured (even though running as root). There is an error message: merlin:~ mike$ sudo tshark -i en0 Password: Could not open file: 'eap.xml', error: No such file or directory Capturing on en0 This eap.xml error was apparently fixed in 1.2.2 (MacPorts has 1.2.1) and the 1.2.2 binary from wireshark.org captures just fine, but I'd much rather have my own MacPorts-combined version :) Is the eap.xml error just a red herring? Has anybody else got MacPorts wireshark working? Thanks in advance, Mike From ryandesign at macports.org Fri Sep 18 03:03:00 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 18 Sep 2009 05:03:00 -0500 Subject: Wireshark on Snow Leopard In-Reply-To: <4AB34A2A.8010008@zanker.org> References: <4AB34A2A.8010008@zanker.org> Message-ID: On Sep 18, 2009, at 03:51, Mike Zanker wrote: > I've installed MacPorts 1.8.0 on a new Snow Leopard installation > (Mac Pro 1,1; 32-bit kernel). Wireshark builds fine and appears to > run but nothing is captured (even though running as root). There is > an error message: > > merlin:~ mike$ sudo tshark -i en0 > Password: > Could not open file: 'eap.xml', error: No such file or directory > Capturing on en0 > > This eap.xml error was apparently fixed in 1.2.2 (MacPorts has > 1.2.1) and the 1.2.2 binary from wireshark.org captures just fine, > but I'd much rather have my own MacPorts-combined version :) I have filed a ticket requesting the port be updated: http://trac.macports.org/ticket/21472 > Is the eap.xml error just a red herring? Has anybody else got > MacPorts wireshark working? From ryandesign at macports.org Fri Sep 18 03:05:00 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 18 Sep 2009 05:05:00 -0500 Subject: failed to build kdepim4 In-Reply-To: <5C155056-C0AE-4B8A-9A0E-3DC3ED9EE29D@macports.org> References: <2d6596180909171518s76576a3di2c0500b8f8182af5@mail.gmail.com> <5C155056-C0AE-4B8A-9A0E-3DC3ED9EE29D@macports.org> Message-ID: <0DDEEF29-CF63-4929-B140-CABF1A90B0EC@macports.org> On Sep 17, 2009, at 22:57, Frank Schima wrote: > On Sep 17, 2009, at 4:18 PM, Scot Ballard wrote: > >> % sudo port install qt4-mac >> /opt/local/include/KURL.h:187: error: expected template-name before >> '<' token >> /opt/local/include/KURL.h:187: error: expected `{' before '<' token >> /opt/local/include/KURL.h:187: error: expected unqualified-id >> before '<' token > > There is a trac ticket related to this [1]. > [1] Yes, unfortunately that ticket documents two entirely separate issues. The issue you're seeing, Scot, is the one whose solution is here: http://trac.macports.org/ticket/20199#comment:6 From mike at zanker.org Fri Sep 18 03:10:08 2009 From: mike at zanker.org (Mike Zanker) Date: Fri, 18 Sep 2009 11:10:08 +0100 Subject: Wireshark on Snow Leopard In-Reply-To: References: <4AB34A2A.8010008@zanker.org> Message-ID: <4AB35C80.2040207@zanker.org> On 18/09/2009 11:03, Ryan Schmidt wrote: > I have filed a ticket requesting the port be updated: > > http://trac.macports.org/ticket/21472 Great, thanks. Mike From ryandesign at macports.org Fri Sep 18 03:38:41 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 18 Sep 2009 05:38:41 -0500 Subject: chmod error on new shell In-Reply-To: References: <9DC71A04-8579-4B33-815F-180BC9EF59A5@macports.org> Message-ID: On Sep 17, 2009, at 16:31, TjL wrote: > On Wed, Sep 16, 2009 at 8:00 PM, Ryan Schmidt wrote: >> >> On Sep 16, 2009, at 14:15, TjL wrote: >> >>> I installed the newest version to my Dropbox using the source >>> version, >>> and it seems to work fine, but whenever I open a new shell I now >>> get 4 >>> error messages: [snip] >> I'm not sure why those errors are happening. I also don't use zsh. By >> "Dropbox" I assume you mean that the folder /Users/luomat/Dropbox >> is shared >> as write-only via file sharing so that others can send you files >> over the >> network? If so, why would you install MacPorts inside such a folder? > > Nope, that's not the kind of "dropbox" I mean. > > My Dropbox as in http://www.getdropbox.com/ as in "I can install > MacPorts on one of my Macs and have it automatically sync to all of my > other Macs and not have to worry about having different versions > installed" :-) Oh. Well you may be the first person to have tried that, so I guess now we know it doesn't work so well. :) In any case, it would only work at all if all your machines have the same version of Mac OS X and Xcode and have the same processor. > It has caused some permissions problems. For some reason I had to do > 'sudo make install' instead of 'make install" and then I ended up with > a bunch of files owned by root. There are some permissions issues in MacPorts 1.8.0 when you don't install as root. Hopefully we'll figure out how to fix those soon. P.S: Use Reply All so your reply goes to the list too, not just to me. From ryandesign at macports.org Fri Sep 18 03:39:21 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 18 Sep 2009 05:39:21 -0500 Subject: Fwd: can't build a native gnucash References: <1d6843d80909171313s6fdc29adwa69917ca8d165a06@mail.gmail.com> Message-ID: Begin forwarded message: > From: Charles Day > Date: September 17, 2009 15:13:00 CDT > To: Ryan Schmidt > Subject: Re: can't build a native gnucash > > On Thu, Sep 17, 2009 at 12:09 PM, Ryan Schmidt > wrote: > On Sep 17, 2009, at 13:44, Brian Dunn wrote: > > On Sep 17, 2009, at 10:26 AM, Ryan Schmidt wrote: > > On Sep 17, 2009, at 10:16, Brian Dunn wrote: > > I've read and tried this: > http://wiki.gnucash.org/wiki/MacOSX/MacPortsDetail#Using_MacPorts_to_install_the_native_Quartz_version_of_GnuCash > > But I'm still getting the following error. > Some googling on the '/opt/local/bin/gsed: can't read /opt/local/lib/ > libgtk-x11-2.0.la: No such file or directory' bit turned up this > ticket: > http://trac.macports.org/ticket/17009 > > So apparently somewhere in my dependencies is a port that was built > against X11. > Does anyone know of a way to find out what port(s) that is so I can > rebuild with the +no_x11? > I'm not interested in maintaining my MacPort's installation's > ability to build against X11. I don't use any X11 apps, so it seems > that having two MacPorts installs, like suggested in the ticket, > would be the wrong approach. > Any ideas on how to ferret out the X11 culprit, or to enforce > quartzyness in all my installed ports? > > > thanks! > > $ sudo port install gnucash +without_hbci > > Try: > > sudo port upgrade --enforce-variants gnucash +without_hbci +quartz > > > > Well one cant upgrade a port one can't compile, > > Oh, did we change that? Maybe that changed in 1.8.0 too. I seem to > recall it used to be possible to ask port to upgrade ports you > hadn't yet installed. > > > so instead I did > > $ port deps gnucash +without_hbci > Full Name: gnucash @2.2.9+no_x11+without_hbci > Build Dependencies: libtool, lzmautils > Library Dependencies: p5-xml-parser, glib2, gconf, guile16, slib, > slib-guile16, popt, libgnomeui, libgnomeprintui, libgtkhtml3, > libgsf, goffice, libofx, p5-finance-quote > Extract Dependencies: lzmautils > > and then I upgraded all of those library dependencies with --enforce- > variants +no_x11 +quartz... > > and gnucash fails to build with the same error message. > > > Ok. I'm not sure what else to suggest. > > > I put +quartz and +no_x11 in the variants.conf file and built all > the gnucash dependencies that way. (Still can't build a quartz > GnuCash on Snow Leopard though, due to ticket #20799.) > > Or you could try the GnuCash .dmg available at sourceforge. > > -Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: From martin at siarp.de Fri Sep 18 04:53:40 2009 From: martin at siarp.de (Martin Stadler) Date: Fri, 18 Sep 2009 13:53:40 +0200 Subject: [MacPorts] #20773: Add zope2.10 In-Reply-To: References: <051.818f2d3754ed051bb460f2d4d6dca658@macports.org> <086BB7F8-0B61-4CAF-9C07-9610D34F3BC4@macports.org> Message-ID: <0C6921FE-9525-4FA7-A07B-BD3327B316E1@siarp.de> Hi Darren! I'm also working with Plone that's why I wrote the port for zope2.10. I'm using it on my machine (see MacPorts docs on how to add ports not in the official tree) with Plone buildouts. I already wrote on this list a while ago about what versions should be in the tree. Plone 3 needs 2.10 (not 2.11) so it's not an option to just have the latest 2.x version. There are different ways to install Plone: If you use the installer all the dependencies are included. If you use buildout you need Python2.4 and a few packages $ sudo port install python24 py-libxml2 py-elementtree py-pil py- setuptools Zope2 is automatically compiled and installed by buildout so you don't really need a port for that. The only reason for me is that I install the port once and can use it by multiple Plone instances. Buildout lets you define an existing zope2 installation. I don't think it's a good idea to have a Plone port. Plone and its installation is changing a lot these days and if you want to have it running quickly use the installer and if you want to customize you gotta tweak you own buildout. All the distributions (Linux) fail to have recent Plone packages. Debian/Ubuntu have zope2.10 package. I also think most of the zope-* ports should be removed... Martin Am 08.09.2009 um 22:29 schrieb Darren Weber: > > I'm curious about zope/plone, so not the best option to be a > maintainer. I can, however, take a shot at the update, although > it's not looking like a trivial process to get up to speed on this > one! > > Check out this list of ports in the dports/zope tree: > > zope-archetypes/ > zope-btreefolder2/ > zope-cmf/ > zope-cmfactionicons/ > zope-cmfformcontroller/ > zope-cmfmessage/ > zope-cmfphoto/ > zope-cmfphotoalbum/ > zope-cmfplone/ > zope-cmfquickinstallertool/ > zope-cmfusertracktool/ > zope-cvsfile/ > zope-emil_email_client/ > zope-externaleditor/ > zope-externalfile/ > zope-extfile/ > zope-formulator/ > zope-generator/ > zope-groupuserfolder/ > zope-localfs/ > zope-localizer/ > zope-mimetypesregistry/ > zope-placelesstranslationservice/ > zope-ploneerrorreporting/ > zope-plonekeywordmanager/ > zope-ploneloginhistory/ > zope-plonewebmail/ > zope-portaltransforms/ > zope-revisionmanager/ > zope-stripogram/ > zope-usersniffer/ > zope-usertrack/ > zope-validation/ > zope-zopetree/ > zope-zopezen/ > zope-zphotoslides/ > zope-zsyncer/ > > > The download link looks simple enough: > http://www.zope.org/Products/ > > Zope appears to be stable at 2.11.4 and 3.4.0, so the dilemma may be > which one or how many to port? > > From the zope site, we have options to download/install various > python CMF too: > http://www.zope.org/Products/CMF/ > > The recent stable versions of the python CMF available are 2.1.1, > which is not the same as the python-zopeinterface version (3.3.0). > > The plot thickens when we get to the level of a Plone dependency > tree, i.e.: > http://plone.org/documentation/faq/plone-versions > > From this FAQ, it appears the plone installation may require it's > own "tailor-made" CMF. > > For my part, I want to focus on Plone. I may work out a way to > install plone with the bundled dependencies to avoid conflicts with > other ports OR try to massage a Plone port to work with other > ports. Note the specific dependency for Plone 3.x on python2.4.4 - > it just doesn't get more specific than that ;-) As a general note > about MacPorts, the general philosophy to maintain the most up to > date packages is good. It's best to avoid multiple installation > versions, wherever possible. In this case (Plone 3.x), it appears > the very specific dependency requirements may force us to adopt some > very version specific ports to satisfy those dependencies (eg, a > port for python2.4.4 and zope2.10.x. > > Take care, > Darren > > > > > On Tue, Sep 8, 2009 at 12:57 PM, Ryan Schmidt > wrote: > > On Sep 8, 2009, at 14:53, Darren Weber wrote: > > I'm curious about using Plone, which is currently at version 3.3. > I've downloaded the "unified installer" from http://plone.org/products/plone > and I'll take a look at the content of that package to see what the > latest dependencies are (most likely they are satisfied by some > MacPorts). However, it appears the zope port is outdated. > > Is anyone else working on the Zope port? Is it a significant > dependency of many other ports that are in wide use now? That is, > what reason is there for the zope port to be "outdated", if any? > Are there functional reasons, politics, superceded software, or what? > > As far as I know, the zope ports (there are 43 ports with "zope" in > the name) are outdated because nobody maintains them. (Only the > three py*-zopeinterface ports are maintained.) It would be great if > somebody would maintain the rest of them and update them. > > > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From n.bruenggel at gmail.com Fri Sep 18 07:02:01 2009 From: n.bruenggel at gmail.com (Nils) Date: Fri, 18 Sep 2009 16:02:01 +0200 Subject: OpenMPI on SL Message-ID: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> Hi all I just installed ports on SL so far I was able to install various things [1] however openmpi does not seem to compile. I attached the build log below [2], hoping that somebody can help me :) I also have two further questions: - Instead of building everything on your own machine, are there binary packages available? - When port builds the packages (eg after typing port install blah) does it use all available cores for compiling and if not, where can I configure that? Nils [1] The following ports are currently installed: autoconf @2.64_2 (active) automake @1.11_0 (active) boost @1.40.0_1 (active) boost-jam @3.1.17_0 (active) bzip2 @1.0.5_2+darwin (active) cmake @2.6.4_1 (active) curl @7.19.6_0 (active) dbus @1.2.14_0 (active) expat @2.0.1_0 (active) gettext @0.17_4 (active) git-core @1.6.4.3_0+doc (active) gmp @4.3.1_1 (active) gmp-cxx-wrappers @4.2.1_2+darwin_i386 gperf @3.0.4_0 (active) help2man @1.36.4_1 (active) jpeg @6b_3 (active) lcms @1.18a_0 (active) libiconv @1.13_0 (active) libidn @1.15_0 (active) libmng @1.0.10_0 (active) libpng @1.2.38_0 (active) libtool @2.2.6a_0 (active) lzmautils @4.32.7_1 (active) m4 @1.4.13_0 (active) metis @4.0.1_0 (active) mpfr @2.4.1-p4_1 (active) ncurses @5.7_0+darwin_10 (active) ncursesw @5.7_0+darwin_10 (active) openssl @0.9.8k_0+darwin (active) p5-error @0.17015_0 (active) p5-locale-gettext @1.05_0 (active) perl5 @5.8.9_0 (active) perl5.8 @5.8.9_3 (active) pkgconfig @0.23_1 (active) popt @1.15_0 (active) readline @6.0.000_1+darwin (active) rsync @3.0.6_0 (active) sqlite3 @3.6.18_0 (active) tiff @3.9.1_0+macosx (active) zlib @1.2.3_3 (active) [2] ~ # port install openmpi ---> Computing dependencies for openmpi ---> Fetching gcc43 ---> Attempting to fetch gcc-core-4.3.4.tar.bz2 from ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 ---> Attempting to fetch gcc-fortran-4.3.4.tar.bz2 from ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 ---> Attempting to fetch gcc-g++-4.3.4.tar.bz2 from ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 ---> Attempting to fetch gcc-java-4.3.4.tar.bz2 from ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 ---> Attempting to fetch gcc-objc-4.3.4.tar.bz2 from ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 ---> Verifying checksum(s) for gcc43 ---> Extracting gcc43 ---> Configuring gcc43 ---> Building gcc43 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build" && /usr/bin/make -j2 all " returned error 2 Command output: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. -I../../gcc-4.3.4/gcc/../include -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.3.4/gcc/value-prof.c -o value-prof.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. -I../../gcc-4.3.4/gcc/../include -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.3.4/gcc/ipa-inline.c -o ipa-inline.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. -I../../gcc-4.3.4/gcc/../include -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.3.4/gcc/ipa-struct-reorg.c -o ipa-struct-reorg.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. -I../../gcc-4.3.4/gcc/../include -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.3.4/gcc/gcov.c -o gcov.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. -I../../gcc-4.3.4/gcc/../include -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber ../../gcc-4.3.4/gcc/gcov-dump.c -o gcov-dump.o /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump rm -rf libbackend.a ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o genrtl.o ggc-common.o gimple-low.o gimplify.o global.o graph.o graphds.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o init-regs.o integrate.o intl.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o local-alloc.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts.o params.o passes.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o print-tree.o profile.o ra-conflict.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-factoring.o rtl.o rtlanal.o rtlhooks.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o stmt.o stor-layout.o stringpool.o struct-equiv.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-dump.o tree-eh.o tree-gimple.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-alias-warnings.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-analyze.o tree-vect-generic.o tree-vect-patterns.o tree-vect-transform.o tree-vectorizer.o tree-vn.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varray.o vec.o version.o vmsdbgout.o web.o xcoffout.o i386.o darwin.o host-darwin.o host-i386-darwin.o cgraph.o cgraphbuild.o cgraphunit.o ipa-cp.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o tree-inline.o tree-nomudflap.o varpool.o ranlib: file: libbackend.a(insn-peep.o) has no symbols ranlib: file: libbackend.a(loop-doloop.o) has no symbols ranlib: file: libbackend.a(vmsdbgout.o) has no symbols ranlib: file: libbackend.a(xcoffout.o) has no symbols ranlib -c libbackend.a ranlib: file: libbackend.a(insn-peep.o) has no symbols ranlib: file: libbackend.a(loop-doloop.o) has no symbols ranlib: file: libbackend.a(vmsdbgout.o) has no symbols ranlib: file: libbackend.a(xcoffout.o) has no symbols /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -o cc1-dummy c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o c-dump.o c-pch.o c-parser.o darwin-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o dummy-checksum.o \ main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/opt/local/lib -L/opt/local/lib -lmpfr -lgmp /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/xgcc -B/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build/./prev-gcc/ -B/opt/local/x86_64-apple-darwin10/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -o cc1plus-dummy \ cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o darwin-c.o c-pretty-print.o c-opts.o c-pch.o c-incpath.o cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o tree-inline.o dummy-checksum.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -L/opt/local/lib -L/opt/local/lib -lmpfr -lgmp ld: duplicate symbol _init_inline_once in libbackend.a(tree-inline.o) and tree-inline.o collect2: ld returned 1 exit status make[3]: *** [cc1plus-dummy] Error 1 make[3]: *** Waiting for unfinished jobs.... rm gfortran.pod make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Error: The following dependencies failed to build: gcc43 Error: Status 1 encountered during processing. ~ # From nuvolare at email.it Fri Sep 18 07:06:23 2009 From: nuvolare at email.it (nuvolare) Date: Fri, 18 Sep 2009 16:06:23 +0200 Subject: OpenMPI on SL In-Reply-To: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> References: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> Message-ID: Hello how I can cancell from this maclist? Thnak you Il giorno 18/set/09, alle ore 16:02, Nils ha scritto: > Hi all > > I just installed ports on SL so far I was able to install various > things [1] however openmpi does not seem to compile. I attached the > build log below [2], hoping that somebody can help me :) > > I also have two further questions: > - Instead of building everything on your own machine, are there binary > packages available? > - When port builds the packages (eg after typing port install blah) > does it use all available cores for compiling and if not, where can I > configure that? > > Nils > > > [1] > > The following ports are currently installed: > autoconf @2.64_2 (active) > automake @1.11_0 (active) > boost @1.40.0_1 (active) > boost-jam @3.1.17_0 (active) > bzip2 @1.0.5_2+darwin (active) > cmake @2.6.4_1 (active) > curl @7.19.6_0 (active) > dbus @1.2.14_0 (active) > expat @2.0.1_0 (active) > gettext @0.17_4 (active) > git-core @1.6.4.3_0+doc (active) > gmp @4.3.1_1 (active) > gmp-cxx-wrappers @4.2.1_2+darwin_i386 > gperf @3.0.4_0 (active) > help2man @1.36.4_1 (active) > jpeg @6b_3 (active) > lcms @1.18a_0 (active) > libiconv @1.13_0 (active) > libidn @1.15_0 (active) > libmng @1.0.10_0 (active) > libpng @1.2.38_0 (active) > libtool @2.2.6a_0 (active) > lzmautils @4.32.7_1 (active) > m4 @1.4.13_0 (active) > metis @4.0.1_0 (active) > mpfr @2.4.1-p4_1 (active) > ncurses @5.7_0+darwin_10 (active) > ncursesw @5.7_0+darwin_10 (active) > openssl @0.9.8k_0+darwin (active) > p5-error @0.17015_0 (active) > p5-locale-gettext @1.05_0 (active) > perl5 @5.8.9_0 (active) > perl5.8 @5.8.9_3 (active) > pkgconfig @0.23_1 (active) > popt @1.15_0 (active) > readline @6.0.000_1+darwin (active) > rsync @3.0.6_0 (active) > sqlite3 @3.6.18_0 (active) > tiff @3.9.1_0+macosx (active) > zlib @1.2.3_3 (active) > > [2] > > ~ # port install openmpi > ---> Computing dependencies for openmpi > ---> Fetching gcc43 > ---> Attempting to fetch gcc-core-4.3.4.tar.bz2 from > ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 > ---> Attempting to fetch gcc-fortran-4.3.4.tar.bz2 from > ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 > ---> Attempting to fetch gcc-g++-4.3.4.tar.bz2 from > ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 > ---> Attempting to fetch gcc-java-4.3.4.tar.bz2 from > ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 > ---> Attempting to fetch gcc-objc-4.3.4.tar.bz2 from > ftp://ftp.lip6.fr/pub/gnu//gcc/gcc-4.3.4 > ---> Verifying checksum(s) for gcc43 > ---> Extracting gcc43 > ---> Configuring gcc43 > ---> Building gcc43 > Error: Target org.macports.build returned: shell command " cd > "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build" > && /usr/bin/make -j2 all " returned error 2 > Command output: > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W > -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. > -I../../gcc-4.3.4/gcc/../include > -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include > -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber > -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber > ../../gcc-4.3.4/gcc/value-prof.c -o value-prof.o > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W > -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. > -I../../gcc-4.3.4/gcc/../include > -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include > -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber > -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber > ../../gcc-4.3.4/gcc/ipa-inline.c -o ipa-inline.o > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W > -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. > -I../../gcc-4.3.4/gcc/../include > -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include > -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber > -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber > ../../gcc-4.3.4/gcc/ipa-struct-reorg.c -o ipa-struct-reorg.o > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W > -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. > -I../../gcc-4.3.4/gcc/../include > -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include > -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber > -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber > ../../gcc-4.3.4/gcc/gcov.c -o gcov.o > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -c -g -O2 -DIN_GCC -W > -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.3.4/gcc -I../../gcc-4.3.4/gcc/. > -I../../gcc-4.3.4/gcc/../include > -I../../gcc-4.3.4/gcc/../libcpp/include -I/opt/local/include > -I/opt/local/include -I../../gcc-4.3.4/gcc/../libdecnumber > -I../../gcc-4.3.4/gcc/../libdecnumber/dpd -I../libdecnumber > ../../gcc-4.3.4/gcc/gcov-dump.c -o gcov-dump.o > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -g -O2 -DIN_GCC -W -Wall > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H gcov.o intl.o version.o errors.o ../libcpp/libcpp.a > ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -g -O2 -DIN_GCC -W -Wall > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H gcov-dump.o version.o errors.o ../libcpp/libcpp.a > ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -o gcov-dump > rm -rf libbackend.a > ar rc libbackend.a insn-attrtab.o insn-automata.o insn-emit.o > insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o > insn-preds.o insn-recog.o ggc-page.o alias.o alloc-pool.o > auto-inc-dec.o bb-reorder.o bitmap.o bt-load.o builtins.o > caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o > cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o > cfgloopmanip.o cfgrtl.o combine.o combine-stack-adj.o convert.o > coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o > df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o > dominance.o domwalk.o double-int.o dse.o dwarf2asm.o dwarf2out.o > ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o > final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o genrtl.o > ggc-common.o gimple-low.o gimplify.o global.o graph.o graphds.o > gtype-desc.o haifa-sched.o hooks.o ifcvt.o init-regs.o integrate.o > intl.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o > lcm.o lists.o local-alloc.o loop-doloop.o loop-init.o loop-invariant.o > loop-iv.o loop-unroll.o loop-unswitch.o lower-subreg.o > mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o > opts-common.o opts.o params.o passes.o pointer-set.o postreload-gcse.o > postreload.o predict.o pretty-print.o print-rtl.o print-tree.o > profile.o ra-conflict.o real.o recog.o reg-stack.o regclass.o > regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o > rtl-error.o rtl-factoring.o rtl.o rtlanal.o rtlhooks.o sbitmap.o > sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o see.o > simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o stmt.o > stor-layout.o stringpool.o struct-equiv.o targhooks.o timevar.o > toplev.o tracer.o tree-affine.o tree-cfg.o tree-cfgcleanup.o > tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-dump.o > tree-eh.o tree-gimple.o tree-if-conv.o tree-into-ssa.o tree-iterator.o > tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o > tree-optimize.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o > tree-predcom.o tree-pretty-print.o tree-profile.o > tree-scalar-evolution.o tree-sra.o tree-ssa-address.o tree-ssa-alias.o > tree-ssa-alias-warnings.o tree-ssa-ccp.o tree-ssa-coalesce.o > tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o > tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o > tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o > tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o > tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o > tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o > tree-ssa-operands.o tree-ssa-phiopt.o tree-ssa-pre.o > tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o > tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o > tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o > tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o > tree-vect-analyze.o tree-vect-generic.o tree-vect-patterns.o > tree-vect-transform.o tree-vectorizer.o tree-vn.o tree-vrp.o tree.o > value-prof.o var-tracking.o varasm.o varray.o vec.o version.o > vmsdbgout.o web.o xcoffout.o i386.o darwin.o host-darwin.o > host-i386-darwin.o cgraph.o cgraphbuild.o cgraphunit.o ipa-cp.o > ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o > ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o > tree-inline.o tree-nomudflap.o varpool.o > ranlib: file: libbackend.a(insn-peep.o) has no symbols > ranlib: file: libbackend.a(loop-doloop.o) has no symbols > ranlib: file: libbackend.a(vmsdbgout.o) has no symbols > ranlib: file: libbackend.a(xcoffout.o) has no symbols > ranlib -c libbackend.a > ranlib: file: libbackend.a(insn-peep.o) has no symbols > ranlib: file: libbackend.a(loop-doloop.o) has no symbols > ranlib: file: libbackend.a(vmsdbgout.o) has no symbols > ranlib: file: libbackend.a(xcoffout.o) has no symbols > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -g -O2 -DIN_GCC -W -Wall > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -o cc1-dummy c-lang.o stub-objc.o attribs.o > c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o > c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-incpath.o > cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-objc-common.o > c-dump.o c-pch.o c-parser.o darwin-c.o c-gimplify.o tree-mudflap.o > c-pretty-print.o c-omp.o dummy-checksum.o \ > main.o libbackend.a ../libcpp/libcpp.a > ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a > ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a > -L/opt/local/lib -L/opt/local/lib -lmpfr -lgmp > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/xgcc > -B/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_ > gcc43/work/build/./prev-gcc/ > -B/opt/local/x86_64-apple-darwin10/bin/ -g -O2 -DIN_GCC -W -Wall > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wold-style-definition -Wmissing-format-attribute -pedantic > -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings > -DHAVE_CONFIG_H -o cc1plus-dummy \ > cp/cp-lang.o stub-objc.o cp/call.o cp/decl.o cp/expr.o cp/pt.o > cp/typeck2.o cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o > cp/ptree.o cp/rtti.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o > cp/init.o cp/method.o cp/search.o cp/semantics.o cp/tree.o cp/repo.o > cp/dump.o cp/optimize.o cp/mangle.o cp/cp-objcp-common.o > cp/name-lookup.o cp/cxx-pretty-print.o cp/cp-gimplify.o tree-mudflap.o > attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o > c-dump.o darwin-c.o c-pretty-print.o c-opts.o c-pch.o c-incpath.o > cppdefault.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o > tree-inline.o dummy-checksum.o main.o libbackend.a ../libcpp/libcpp.a > ../libdecnumber/libdecnumber.a ../libcpp/libcpp.a > ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a > -L/opt/local/lib -L/opt/local/lib -lmpfr -lgmp > ld: duplicate symbol _init_inline_once in libbackend.a(tree-inline.o) > and tree-inline.o > collect2: ld returned 1 exit status > make[3]: *** [cc1plus-dummy] Error 1 > make[3]: *** Waiting for unfinished jobs.... > rm gfortran.pod > make[2]: *** [all-stage2-gcc] Error 2 > make[1]: *** [stage2-bubble] Error 2 > make: *** [all] Error 2 > > Error: The following dependencies failed to build: gcc43 > Error: Status 1 encountered during processing. > ~ # > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f Sponsor: Hotel 4 stelle Riccione sul mare. Prenota 3 giorni...il quarto ? in regalo ! Vacanza formato famiglia Visita riccionelastminute.it Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=9626&d=18-9 From ben at cogs.com Fri Sep 18 07:11:00 2009 From: ben at cogs.com (Ben Greenfield) Date: Fri, 18 Sep 2009 10:11:00 -0400 Subject: OpenMPI on SL In-Reply-To: References: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> Message-ID: <440DBA68-FF14-48A2-9A9C-3E7AAC8F820D@cogs.com> click this link at the bottom of the page is the unsubscribe. > > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Fri Sep 18 07:19:22 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 18 Sep 2009 09:19:22 -0500 Subject: OpenMPI on SL In-Reply-To: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> References: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> Message-ID: On Sep 18, 2009, at 09:02, Nils wrote: > I also have two further questions: > - Instead of building everything on your own machine, are there binary > packages available? No, there aren't. We would like to have this, but the infrastructure and code for this do not exist yet. There are also license issues to consider. > - When port builds the packages (eg after typing port install blah) > does it use all available cores for compiling Yes, it does. > and if not, where can I > configure that? build_make_jobs in macports.conf. "0" means as many cores as are available, though the number is reduced if you have less RAM. Individual ports might disable parallel building if they are known to be incompatible with it. > ---> Building gcc43 > Error: Target org.macports.build returned: shell command " cd > "/opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43 > /work/build" > && /usr/bin/make -j2 all " returned error 2 All gcc ports have been broken in Snow Leopard until very recently, but I was able to install gcc43, gcc44 and gcc45 yesterday. Please "sudo port selfupdate" to make sure you have the very latest ports, then try again. From n.bruenggel at gmail.com Fri Sep 18 07:28:36 2009 From: n.bruenggel at gmail.com (Nils) Date: Fri, 18 Sep 2009 16:28:36 +0200 Subject: OpenMPI on SL In-Reply-To: References: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> Message-ID: <2f30da460909180728w4c38c28dj60e98ec6644e306c@mail.gmail.com> Hi >> - When port builds the packages (eg after typing port install blah) >> does it use all available cores for compiling > Yes, it does. >> and if not, where can I configure that? > > build_make_jobs in macports.conf. "0" means as many cores as are available, > though the number is reduced if you have less RAM. Individual ports might > disable parallel building if they are known to be incompatible with it. It was commented out, so I set it to 3 (on a MB Pro with 4 GB RAM) buildmakejobs 3 > >> ---> ?Building gcc43 >> Error: Target org.macports.build returned: shell command " cd >> >> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc43/work/build" >> && /usr/bin/make -j2 all " returned error 2 > > All gcc ports have been broken in Snow Leopard until very recently, but I > was able to install gcc43, gcc44 and gcc45 yesterday. Please "sudo port > selfupdate" to make sure you have the very latest ports, then try again. Thx for the hint, will try. From ryandesign at macports.org Fri Sep 18 07:30:08 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 18 Sep 2009 09:30:08 -0500 Subject: OpenMPI on SL In-Reply-To: <2f30da460909180728w4c38c28dj60e98ec6644e306c@mail.gmail.com> References: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> <2f30da460909180728w4c38c28dj60e98ec6644e306c@mail.gmail.com> Message-ID: On Sep 18, 2009, at 09:28, Nils wrote: >>> - When port builds the packages (eg after typing port install blah) >>> does it use all available cores for compiling >> Yes, it does. >>> and if not, where can I configure that? >> >> build_make_jobs in macports.conf. "0" means as many cores as are >> available, >> though the number is reduced if you have less RAM. Individual ports >> might >> disable parallel building if they are known to be incompatible with >> it. > > It was commented out, so I set it to 3 (on a MB Pro with 4 GB RAM) > > buildmakejobs 3 FYI, when it is commented out, the default is "0". From luomat at gmail.com Fri Sep 18 07:39:52 2009 From: luomat at gmail.com (TjL) Date: Fri, 18 Sep 2009 10:39:52 -0400 Subject: chmod error on new shell In-Reply-To: References: <9DC71A04-8579-4B33-815F-180BC9EF59A5@macports.org> Message-ID: On Fri, Sep 18, 2009 at 6:38 AM, Ryan Schmidt wrote: > > On Sep 17, 2009, at 16:31, TjL wrote: > >> >> My Dropbox as in http://www.getdropbox.com/ as in "I can install >> MacPorts on one of my Macs and have it automatically sync to all of my >> other Macs and not have to worry about having different versions >> installed" :-) > > Oh. Well you may be the first person to have tried that, so I guess now we > know it doesn't work so well. :) I've run this way for awhile and it *seems* to work ok. > In any case, it would only work at all if > all your machines have the same version of Mac OS X and Xcode and have the > same processor. They all have the same version of OS X and *should* all have the same version of XCode. I've got iMac, MacBook, and MacBookPro which are all a couple years old, so the processors should be close to the same if not identical. What kind of problems would I look for? >> It has caused some permissions problems. For some reason I had to do >> 'sudo make install' instead of 'make install" and then I ended up with >> a bunch of files owned by root. > > There are some permissions issues in MacPorts 1.8.0 when you don't install > as root. Hopefully we'll figure out how to fix those soon. Ok, thanks :-) > P.S: Use Reply All so your reply goes to the list too, not just to me. d'oh. Butterfingers. I knew that :-) From damitr at gmail.com Fri Sep 18 11:03:14 2009 From: damitr at gmail.com (damitr) Date: Fri, 18 Sep 2009 23:33:14 +0530 Subject: Installing Zim on 10.5 Message-ID: Hi, I tried to install Zim in Leopard using: $sudo port install zim This was the result: ---> Fetching p5-file-basedir ---> Attempting to fetch File-BaseDir-0.03.tar.gz from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/File ---> Verifying checksum(s) for p5-file-basedir ---> Extracting p5-file-basedir ---> Applying patches to p5-file-basedir ---> Configuring p5-file-basedir ---> Building p5-file-basedir ---> Staging p5-file-basedir into destroot ---> Installing p5-file-basedir @0.03_2 ---> Activating p5-file-basedir @0.03_2 ---> Cleaning p5-file-basedir ---> Fetching p5-file-desktopentry ---> Attempting to fetch File-DesktopEntry-0.04.tar.gz from http://www.mirrorservice.org/sites/ftp.cpan.org/pub/CPAN/modules/by-module/File ---> Verifying checksum(s) for p5-file-desktopentry ---> Extracting p5-file-desktopentry ---> Configuring p5-file-desktopentry ---> Building p5-file-desktopentry ---> Staging p5-file-desktopentry into destroot ---> Installing p5-file-desktopentry @0.04_0 ---> Activating p5-file-desktopentry @0.04_0 ---> Cleaning p5-file-desktopentry ---> Fetching p5-file-mimeinfo ---> Attempting to fetch File-MimeInfo-0.15.tar.gz from http://distfiles.macports.org/perl5 ---> Verifying checksum(s) for p5-file-mimeinfo ---> Extracting p5-file-mimeinfo ---> Applying patches to p5-file-mimeinfo ---> Configuring p5-file-mimeinfo ---> Building p5-file-mimeinfo ---> Staging p5-file-mimeinfo into destroot ---> Installing p5-file-mimeinfo @0.15_0 ---> Activating p5-file-mimeinfo @0.15_0 Error: Target org.macports.activate returned: Image error: /opt/local/bin/mimeopen already exists and does not belong to a registered port. Unable to activate port p5-file-mimeinfo. Error: The following dependencies failed to build: p5-file-mimeinfo p5-gtk2 p5-cairo p5-extutils-depends p5-extutils-pkgconfig p5-glib p5-pango p5-module-build p5-archive-tar p5-compress-zlib p5-compress-raw-zlib p5-io-compress-base p5-io-compress-zlib p5-io-compress-bzip2 p5-compress-raw-bzip2 p5-io-zlib p5-package-constants p5-extutils-cbuilder p5-extutils-parsexs p5-module-signature gnupg p5-digest-sha p5-version p5-yaml Error: Status 1 encountered during processing. Tried reinstalling mimeopen, but did not work. Please help? I have Mac OS X 10.5 on Intel. Xcode 3.1. Macports 1.71. regards D -- What TeX version are you using? I am 3.141592... From n.bruenggel at gmail.com Fri Sep 18 11:53:46 2009 From: n.bruenggel at gmail.com (Nils) Date: Fri, 18 Sep 2009 20:53:46 +0200 Subject: OpenMPI on SL In-Reply-To: References: <2f30da460909180702o25837dddhfbe6d8d5870acd4d@mail.gmail.com> <2f30da460909180728w4c38c28dj60e98ec6644e306c@mail.gmail.com> Message-ID: <2f30da460909181153j71e05462q73f470bcfe907a38@mail.gmail.com> > All gcc ports have been broken in Snow Leopard until very recently, but I > was able to install gcc43, gcc44 and gcc45 yesterday. Please "sudo port > selfupdate" to make sure you have the very latest ports, then try again. Tried it again it worked, thx! From blb at macports.org Fri Sep 18 13:08:53 2009 From: blb at macports.org (Bryan Blackburn) Date: Fri, 18 Sep 2009 14:08:53 -0600 Subject: Installing Zim on 10.5 In-Reply-To: References: Message-ID: <20090918200852.GF2844@ninagal.withay.com> On Fri, Sep 18, 2009 at 11:33:14PM +0530, damitr said: > Hi, > I tried to install Zim in Leopard using: > > $sudo port install zim > > This was the result: [...] > ---> Activating p5-file-mimeinfo @0.15_0 > Error: Target org.macports.activate returned: Image error: > /opt/local/bin/mimeopen already exists and does not belong to a > registered port. Unable to activate port p5-file-mimeinfo. > Error: The following dependencies failed to build: p5-file-mimeinfo > p5-gtk2 p5-cairo p5-extutils-depends p5-extutils-pkgconfig p5-glib > p5-pango p5-module-build p5-archive-tar p5-compress-zlib > p5-compress-raw-zlib p5-io-compress-base p5-io-compress-zlib > p5-io-compress-bzip2 p5-compress-raw-bzip2 p5-io-zlib > p5-package-constants p5-extutils-cbuilder p5-extutils-parsexs > p5-module-signature gnupg p5-digest-sha p5-version p5-yaml > Error: Status 1 encountered during processing. Do you know where /opt/local/bin/mimeopen came from? If you are definitely sure it's okay, you can just force p5-file-mimeinfo's activation: $ sudo port -f activate p5-file-mimeinfo > > Tried reinstalling mimeopen, but did not work. > > Please help? > > I have Mac OS X 10.5 on Intel. Xcode 3.1. Macports 1.71. Note you'll want to run selfupdate as MacPorts 1.8.0 is current. Bryan > > regards > > D > > > > -- > What TeX version are you using? > I am 3.141592... From mike at zanker.org Fri Sep 18 13:15:55 2009 From: mike at zanker.org (Mike Zanker) Date: Fri, 18 Sep 2009 21:15:55 +0100 Subject: Wireshark on Snow Leopard In-Reply-To: References: <4AB34A2A.8010008@zanker.org> Message-ID: <4AB3EA7B.2020505@zanker.org> On 18/9/09 11:03, Ryan Schmidt wrote: > I have filed a ticket requesting the port be updated: > > http://trac.macports.org/ticket/21472 Wireshark has been updated to 1.2.2 and everything works fine now. Thanks for your help :) Mike From ryandesign at macports.org Fri Sep 18 13:27:29 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Fri, 18 Sep 2009 15:27:29 -0500 Subject: Installing Zim on 10.5 In-Reply-To: <20090918200852.GF2844@ninagal.withay.com> References: <20090918200852.GF2844@ninagal.withay.com> Message-ID: <29094B43-3509-486E-9225-018874655C62@macports.org> On Sep 18, 2009, at 15:08, Bryan Blackburn wrote: > On Fri, Sep 18, 2009 at 11:33:14PM +0530, damitr said: >> > >> I have Mac OS X 10.5 on Intel. Xcode 3.1. Macports 1.71. > > Note you'll want to run selfupdate as MacPorts 1.8.0 is current. You'll also want to download and install the latest Xcode from Apple's Developer web site. 3.1 is a few minor versions behind. From talklists at newgeo.com Fri Sep 18 14:41:57 2009 From: talklists at newgeo.com (Scott Haneda) Date: Fri, 18 Sep 2009 14:41:57 -0700 Subject: php suhosin Message-ID: Does anyone here know about suhosin for php? The forums for their site seem down, and I can not locate a mailing list. I have some general questions. -- Scott * If you contact me off list replace talklists@ with scott@ * From Markus.Ueberall at gmail.com Sat Sep 19 12:47:37 2009 From: Markus.Ueberall at gmail.com (Markus Ueberall) Date: Sat, 19 Sep 2009 21:47:37 +0200 Subject: php suhosin In-Reply-To: References: Message-ID: Hi Scott, Scott Haneda schrieb: > Does anyone here know about suhosin for php? The forums for their site > seem down, and I can not locate a mailing list. I have some general > questions. I'd ask on the php-general mailing list instead, cf. http://www.mail-archive.com/search?q=suhosin&l=php-general%40lists.php.net Ad astra, Markus From ajmas at sympatico.ca Sat Sep 19 18:36:34 2009 From: ajmas at sympatico.ca (Andre-John Mas) Date: Sat, 19 Sep 2009 21:36:34 -0400 Subject: Snow Leoaprd and httpd Message-ID: Hi, I recently I upgraded to MacOS X 10.6 (Snow Leopard) and reinstalled MacPorts. I reinstalled apache2 and copied over my old configuration. When httpd first started I was asked whether to allow it to receive incoming requests, to which I said yes. This was working and allowed me to connect to the apache2 server from beyond the firewall. Upon restarting I am no longer able to connect to port 80 from beyond the firewall. Deactivating the firewall allows me to do so. Does anyone have any ideas? Andr?-John From msavory1 at nzbox.com Sat Sep 19 19:44:57 2009 From: msavory1 at nzbox.com (Savory Michael) Date: Sat, 19 Sep 2009 19:44:57 -0700 Subject: Snow Leoaprd and httpd In-Reply-To: References: Message-ID: Hi Andre I'm not completely sure exactly how I fixed this for my install. but try this and see if that works for you... In Finder use the "Go >> Go to Folder" menu to select the folder / opt/local/apache2/ Then drag the folder "bin" to the sidebar (this helps you select it later and can be removed when this is finished) Open the "System Preferences >> Security >> Firewall" and turn the firewall on if it is not already on. Click on the "Advanced" button Press the "+" button and in the resulting file dialog click on the / opt/local/apache2/bin shortcut in the sidebar and select the httpd file This should configure /opt/local/apache2/httpd to accept incoming connections forever I also had to do this same process to allow incoming connections to / usr/libexec/tftpd after I had it running using Lingon to get TFTP working with the firewall enabled Regards Mike On Sep 19, 2009, at 6:36 PM, Andre-John Mas wrote: > Hi, > > I recently I upgraded to MacOS X 10.6 (Snow Leopard) and reinstalled > MacPorts. I reinstalled apache2 and copied over my old > configuration. When httpd first started I was asked whether to allow > it to receive incoming requests, to which I said yes. This was > working and allowed me to connect to the apache2 server from beyond > the firewall. Upon restarting I am no longer able to connect to port > 80 from beyond the firewall. Deactivating the firewall allows me to > do so. > > Does anyone have any ideas? > > Andr?-John > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users > From ajmas at sympatico.ca Sat Sep 19 21:42:10 2009 From: ajmas at sympatico.ca (Andre-John Mas) Date: Sun, 20 Sep 2009 00:42:10 -0400 Subject: Snow Leoaprd and httpd In-Reply-To: References: Message-ID: Hi Mike, This didn't work for me. I ended up removing the httpd entry and then restarting apache. This time it asked for permission and it is holding. I am just worried that it will forget this next time I restart. It just feels a little to flakey for my liking. Andr?-John On 19-Sep-2009, at 22:44, Savory Michael wrote: > Hi Andre > > I'm not completely sure exactly how I fixed this for my install. but > try this and see if that works for you... > > In Finder use the "Go >> Go to Folder" menu to select the folder / > opt/local/apache2/ > Then drag the folder "bin" to the sidebar (this helps you select it > later and can be removed when this is finished) > > Open the "System Preferences >> Security >> Firewall" and turn the > firewall on if it is not already on. > Click on the "Advanced" button > Press the "+" button and in the resulting file dialog click on the / > opt/local/apache2/bin shortcut in the sidebar and select the httpd > file > > This should configure /opt/local/apache2/httpd to accept incoming > connections forever > > I also had to do this same process to allow incoming connections > to /usr/libexec/tftpd after I had it running using Lingon to get > TFTP working with the firewall enabled > > > Regards > > Mike > > > > On Sep 19, 2009, at 6:36 PM, Andre-John Mas wrote: > >> Hi, >> >> I recently I upgraded to MacOS X 10.6 (Snow Leopard) and >> reinstalled MacPorts. I reinstalled apache2 and copied over my old >> configuration. When httpd first started I was asked whether to >> allow it to receive incoming requests, to which I said yes. This >> was working and allowed me to connect to the apache2 server from >> beyond the firewall. Upon restarting I am no longer able to connect >> to port 80 from beyond the firewall. Deactivating the firewall >> allows me to do so. >> >> Does anyone have any ideas? >> >> Andr?-John >> _______________________________________________ >> macports-users mailing list >> macports-users at lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo.cgi/macports-users >> > > From ryandesign at macports.org Sat Sep 19 22:36:18 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 20 Sep 2009 00:36:18 -0500 Subject: Snow Leoaprd and httpd In-Reply-To: References: Message-ID: On Sep 19, 2009, at 23:42, Andre-John Mas wrote: > This didn't work for me. I ended up removing the httpd entry and > then restarting apache. This time it asked for permission and it is > holding. I am just worried that it will forget this next time I > restart. It just feels a little to flakey for my liking. If you find out more about this please let me know. I saw similar behavior on Leopard (with a different server program, not Apache). I haven't tested on Snow Leopard yet. From smibrahim at gmail.com Sat Sep 19 23:12:02 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Sun, 20 Sep 2009 13:12:02 +0700 Subject: apache symboliclink Message-ID: <4997275b0909192312m60c03a85ka2429b209a494907@mail.gmail.com> hi, i am using macports for apache+mysql+php for last 1 year + . i use symbolic link to project folder , those are hosted on my user folder. it's going fine. but from last few days (maybe after sudo port upgrade outdated) all the projects hosted with symbolick link is showing forbidden. i checked httpd.conf and looks fine. # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. # Options Indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Order allow,deny Allow from all any idea ? how to fix this, or why it's happening ? -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com my book: http://www.lavluda.com/2009/07/08/my-book-on-cacti/ From issac.trotts at gmail.com Sat Sep 19 23:34:04 2009 From: issac.trotts at gmail.com (Issac Trotts) Date: Sat, 19 Sep 2009 23:34:04 -0700 Subject: Error while building tk In-Reply-To: References: Message-ID: Ok, I created a ticket. On Thu, Sep 17, 2009 at 2:03 AM, Ryan Schmidt wrote: > On Sep 17, 2009, at 03:33, Issac Trotts wrote: > > I'm trying to install a python port called py25-nose, getting stopped on >> this error: >> >> ---> Building tk >> Error: Target org.macports.build returned: shell command " cd >> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.6/unix" >> && /usr/bin/make -j2 all " returned error 2 >> Command output: >> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.6/unix/../generic/tk3d.c:1057: >> error: 'TkDisplay' has no member named 'borderInit' >> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_tk/work/tk8.5.6/unix/../generic/tk3d.c:1058: >> error: 'TkDisplay' has no member named 'borderTable' >> >> Is anyone else getting this error? >> > > I don't see a ticket on that. You may want to file one, but will need to > provide more info, including the full debug output, version of MacPorts, Mac > OS X Xcode, and type of computer. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryandesign at macports.org Sat Sep 19 23:35:47 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 20 Sep 2009 01:35:47 -0500 Subject: apache symboliclink In-Reply-To: <4997275b0909192312m60c03a85ka2429b209a494907@mail.gmail.com> References: <4997275b0909192312m60c03a85ka2429b209a494907@mail.gmail.com> Message-ID: <148E2D67-6BF9-41C7-A2B4-8A5E07DB9504@macports.org> On Sep 20, 2009, at 01:12, S. M. Ibrahim (Lavlu) wrote: > i am using macports for apache+mysql+php for last 1 year + . i use > symbolic link to project folder , those are hosted on my user folder. > it's going fine. but from last few days (maybe after sudo port upgrade > outdated) all the projects hosted with symbolick link is showing > forbidden. i checked httpd.conf and looks fine. I'm not sure why an upgrade would have affected this. But for each of the places that the symlinks point to, do you have a Directory block allowing access to them? e.g. Order allow,deny Allow from all From smibrahim at gmail.com Sun Sep 20 00:05:34 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Sun, 20 Sep 2009 14:05:34 +0700 Subject: apache symboliclink In-Reply-To: <148E2D67-6BF9-41C7-A2B4-8A5E07DB9504@macports.org> References: <4997275b0909192312m60c03a85ka2429b209a494907@mail.gmail.com> <148E2D67-6BF9-41C7-A2B4-8A5E07DB9504@macports.org> Message-ID: <4997275b0909200005p40402b3fp3077eace2ad68eb8@mail.gmail.com> 2009/9/20 Ryan Schmidt : > On Sep 20, 2009, at 01:12, S. M. Ibrahim (Lavlu) wrote: > > I'm not sure why an upgrade would have affected this. But for each of the > places that the symlinks point to, do you have a Directory block allowing > access to them? e.g. > > > ? Order allow,deny > ? Allow from all > > > previously there was no block for this. but it was working ok. here is my current htdocs folder railsp:htdocs lavlu$ ls -l total 24 -rw-r--r-- 1 root admin 21 Sep 20 11:53 1324.php lrwxr-xr-x 1 root admin 29 Sep 20 12:00 bba -> /Users/lavlu/projects/php/bba -rw-r--r-- 2 root admin 44 Nov 21 2004 index.html drwx---r-x 44 root admin 1496 Sep 20 11:55 swiblog and added directory block on httpd.conf Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all any idea ? -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com my book: http://www.lavluda.com/2009/07/08/my-book-on-cacti/ From ryandesign at macports.org Sun Sep 20 06:15:52 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 20 Sep 2009 08:15:52 -0500 Subject: apache symboliclink In-Reply-To: <4997275b0909200005p40402b3fp3077eace2ad68eb8@mail.gmail.com> References: <4997275b0909192312m60c03a85ka2429b209a494907@mail.gmail.com> <148E2D67-6BF9-41C7-A2B4-8A5E07DB9504@macports.org> <4997275b0909200005p40402b3fp3077eace2ad68eb8@mail.gmail.com> Message-ID: On Sep 20, 2009, at 02:05, S. M. Ibrahim (Lavlu) wrote: > 2009/9/20 Ryan Schmidt : >> On Sep 20, 2009, at 01:12, S. M. Ibrahim (Lavlu) wrote: >> >> I'm not sure why an upgrade would have affected this. But for each >> of the >> places that the symlinks point to, do you have a Directory block >> allowing >> access to them? e.g. >> >> >> Order allow,deny >> Allow from all >> >> > > previously there was no block for this. but it was working ok. here is > my current htdocs folder > > railsp:htdocs lavlu$ ls -l > total 24 > -rw-r--r-- 1 root admin 21 Sep 20 11:53 1324.php > lrwxr-xr-x 1 root admin 29 Sep 20 12:00 bba -> > /Users/lavlu/projects/php/bba > -rw-r--r-- 2 root admin 44 Nov 21 2004 index.html > drwx---r-x 44 root admin 1496 Sep 20 11:55 swiblog > > and added directory block on httpd.conf > > > Options Indexes FollowSymLinks > AllowOverride None > Order allow,deny > Allow from all > > That's the block I meant. So if you have that there, and it's still not working after restarting apache, then that's not the problem. > any idea ? Does the apache error log give any more information? From smibrahim at gmail.com Sun Sep 20 08:58:16 2009 From: smibrahim at gmail.com (S. M. Ibrahim (Lavlu)) Date: Sun, 20 Sep 2009 22:58:16 +0700 Subject: apache symboliclink In-Reply-To: References: <4997275b0909192312m60c03a85ka2429b209a494907@mail.gmail.com> <148E2D67-6BF9-41C7-A2B4-8A5E07DB9504@macports.org> <4997275b0909200005p40402b3fp3077eace2ad68eb8@mail.gmail.com> Message-ID: <4997275b0909200858l677dc9f3nf4dcd2c931f9e8a@mail.gmail.com> my bad, there was file permission issue. i fixed it . thanks for your help. 2009/9/20 Ryan Schmidt : > On Sep 20, 2009, at 02:05, S. M. Ibrahim (Lavlu) wrote: > >> 2009/9/20 Ryan Schmidt : >>> >>> On Sep 20, 2009, at 01:12, S. M. Ibrahim (Lavlu) wrote: >>> >>> I'm not sure why an upgrade would have affected this. But for each of the >>> places that the symlinks point to, do you have a Directory block allowing >>> access to them? e.g. >>> >>> >>> ?Order allow,deny >>> ?Allow from all >>> >>> >> >> previously there was no block for this. but it was working ok. here is >> my current htdocs folder >> >> railsp:htdocs lavlu$ ls -l >> total 24 >> -rw-r--r-- ? 1 root ?admin ? ?21 Sep 20 11:53 1324.php >> lrwxr-xr-x ? 1 root ?admin ? ?29 Sep 20 12:00 bba -> >> /Users/lavlu/projects/php/bba >> -rw-r--r-- ? 2 root ?admin ? ?44 Nov 21 ?2004 index.html >> drwx---r-x ?44 root ?admin ?1496 Sep 20 11:55 swiblog >> >> and added directory block on httpd.conf >> >> >> ? Options Indexes FollowSymLinks >> ? AllowOverride None >> ? Order allow,deny >> ? Allow from all >> >> > > That's the block I meant. So if you have that there, and it's still not > working after restarting apache, then that's not the problem. > > >> any idea ? > > Does the apache error log give any more information? > > -- S. M. Ibrahim Lavlu software engineer, php somewhere in... http://www.somewherein.net bangla blog: http://www.somewhereinblog.net my blog: http://www.lavluda.com mac blog: htttp://www.mac-talks.com my book: http://www.lavluda.com/2009/07/08/my-book-on-cacti/ From haloris-ports at yahoo.co.uk Sun Sep 20 09:11:17 2009 From: haloris-ports at yahoo.co.uk (Carson H.) Date: Sun, 20 Sep 2009 18:11:17 +0200 Subject: p5-macosx-file fails to build Message-ID: <5B4D18BA-A022-44EF-A620-85D07B1E9AC6@yahoo.co.uk> Hello, With MP 1.8.0 under 10.6.1, "port install p5-macosx-file" yields: ---> Building p5-macosx-file Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_perl_p5 -macosx-file/work/MacOSX-File-0.71" && /usr/bin/make -j2 all " returned error 2 Command output: cp bin/pgetfinfo blib/script/pgetfinfo /opt/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ pgetfinfo cp bin/psetfinfo blib/script/psetfinfo /opt/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ psetfinfo cp File.pm blib/lib/MacOSX/File.pm cp File/Constants.pm blib/lib/MacOSX/File/Constants.pm AutoSplitting blib/lib/MacOSX/File/Constants.pm (blib/lib/auto/MacOSX/ File/Constants) cp bin/pcpmac blib/script/pcpmac /opt/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ pcpmac cp bin/pmvmac blib/script/pmvmac /opt/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ pmvmac cp bin/psync blib/script/psync /opt/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ psync /opt/local/bin/perl /opt/local/lib/perl5/5.8.9/ExtUtils/xsubpp - typemap /opt/local/lib/perl5/5.8.9/ExtUtils/typemap Catalog.xs > Catalog.xsc && mv Catalog.xsc Catalog.c cp Catalog.pm ../blib/lib/MacOSX/File/Catalog.pm AutoSplitting ../blib/lib/MacOSX/File/Catalog.pm (../blib/lib/auto/ MacOSX/File/Catalog) Running Mkbootstrap for MacOSX::File::Catalog () chmod 644 Catalog.bs cp Catalog.bs ../blib/arch/auto/MacOSX/File/Catalog/Catalog.bs chmod 644 ../blib/arch/auto/MacOSX/File/Catalog/Catalog.bs /usr/bin/gcc-4.2 -c -I../ -I/Developer/Headers/FlatCarbon -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict- aliasing -pipe -I/usr/local/include -I/opt/local/include -O3 - DVERSION=\"0.70\" -DXS_VERSION=\"0.70\" "-I/opt/local/lib/perl5/5.8.9/ darwin-2level/CORE" Catalog.c Catalog.xs: In function 'xs_getcatalog': Catalog.xs:70: error: subscripted value is neither array nor pointer Catalog.xs: In function 'xs_setcatalog': Catalog.xs:181: error: subscripted value is neither array nor pointer Catalog.xs: In function 'XS_MacOSX__File__Catalog_xs_setcatalog': Catalog.xs:263: warning: assignment makes pointer from integer without a cast make[1]: *** [Catalog.o] Error 1 make: *** [subdirs] Error 2 Error: Status 1 encountered during processing. Have you come across this ? -- From ndiscreet at gmail.com Sun Sep 20 12:04:36 2009 From: ndiscreet at gmail.com (Altoine Barker) Date: Sun, 20 Sep 2009 14:04:36 -0500 Subject: GTK2 Build Failure Message-ID: <3aa26b560909201204r51cc49f4l9fa880df7bd9dbe2@mail.gmail.com> My Specs: Mac OSX 10.5.8. PPC G4 Macports 1.8.0. My Problem: mv gtkbuiltincache.h.tmp gtkbuiltincache.h gtk-update-icon-cache: The generated cache was invalid. make[2]: *** [gtkbuiltincache.h] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for gtk2): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. My Attempted Steps to Resolve My Build Problem: i have attempted "port -d clean --all gtk2" and then I reran the command "port -d install gtk2 +no_x11 +quartz" and I receive the error posted above. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jmr at macports.org Sun Sep 20 12:13:17 2009 From: jmr at macports.org (Joshua Root) Date: Mon, 21 Sep 2009 05:13:17 +1000 Subject: GTK2 Build Failure In-Reply-To: <3aa26b560909201204r51cc49f4l9fa880df7bd9dbe2@mail.gmail.com> References: <3aa26b560909201204r51cc49f4l9fa880df7bd9dbe2@mail.gmail.com> Message-ID: <4AB67ECD.6070306@macports.org> On 2009-9-21 05:04, Altoine Barker wrote: > My Specs: > > Mac OSX 10.5.8. PPC G4 > Macports 1.8.0. > > My Problem: > > > mv gtkbuiltincache.h.tmp gtkbuiltincache.h > gtk-update-icon-cache: The generated cache was invalid. - Josh From ryandesign at macports.org Sun Sep 20 17:46:32 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Sun, 20 Sep 2009 19:46:32 -0500 Subject: p5-macosx-file fails to build In-Reply-To: <5B4D18BA-A022-44EF-A620-85D07B1E9AC6@yahoo.co.uk> References: <5B4D18BA-A022-44EF-A620-85D07B1E9AC6@yahoo.co.uk> Message-ID: <117094FF-034E-4979-ABC9-35FA0B50FB49@macports.org> On Sep 20, 2009, at 11:11, Carson H. wrote: > With MP 1.8.0 under 10.6.1, "port install p5-macosx-file" yields: > > ---> Building p5-macosx-file [snip] > Catalog.xs: In function 'xs_getcatalog': > Catalog.xs:70: error: subscripted value is neither array nor pointer [snip] > Have you come across this ? Yes, i see the same on Snow Leopard. Please file an issue in the issue tracker. From mark at blackmans.org Mon Sep 21 04:23:41 2009 From: mark at blackmans.org (Mark Blackman) Date: Mon, 21 Sep 2009 12:23:41 +0100 Subject: older macports perl XS module linking issues after Snow Leopard Install. Message-ID: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> Hi, Just as a heads-up and for the archives, I had a macports perl installation 5.8.8 that predated Leopard and Snow Leopard. After upgrading to Snow Leopard I was unable to compile XS modules for perl, resulting in messages something like 'ld: wrong architecture' at link time. After some detective work it seems that /opt/local/lib/perl5/5.8.8/darwin-2level/Config.pm had CC defined as '/usr/sbin/gcc-4.0' but /opt/local/lib/perl5/5.8.8/darwin-2level/Config_heavy.pl had LD defined as "ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc" 'cc' refers to gcc-4.2 and it's default loader behaviour appears to want objects generated by gcc-4.2 rather than gcc-4.0 for the default case anyway. I'm not entirely sure about the correct fix but I updated /opt/local/lib/perl5/5.8.8/darwin-2level/Config_heavy.pl with "ld='env MACOSX_DEPLOYMENT_TARGET=10.3 gcc-4.0" to resolve my immediate XS creation problem. - Mark From ryandesign at macports.org Mon Sep 21 04:41:02 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 06:41:02 -0500 Subject: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> Message-ID: <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> On Sep 21, 2009, at 06:23, Mark Blackman wrote: > Just as a heads-up and for the archives, I had a macports perl > installation 5.8.8 that predated Leopard and Snow Leopard. > After upgrading to Snow Leopard I was unable to > compile XS modules for perl, resulting in messages > something like 'ld: wrong architecture' at link time. > > After some detective work it seems that > > /opt/local/lib/perl5/5.8.8/darwin-2level/Config.pm > had CC defined as '/usr/sbin/gcc-4.0' but > > /opt/local/lib/perl5/5.8.8/darwin-2level/Config_heavy.pl > had LD defined as "ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc" > > 'cc' refers to gcc-4.2 and it's default loader behaviour > appears to want objects generated by gcc-4.2 rather than > gcc-4.0 for the default case anyway. > > I'm not entirely sure about the correct fix but I updated > /opt/local/lib/perl5/5.8.8/darwin-2level/Config_heavy.pl with > "ld='env MACOSX_DEPLOYMENT_TARGET=10.3 gcc-4.0" to resolve my > immediate XS creation problem. The correct fix when upgrading from one major OS version to another is to uninstall all ports and reinstall them. See the Migration page in the wiki: http://trac.macports.org/wiki/Migration From mark at blackmans.org Mon Sep 21 04:46:48 2009 From: mark at blackmans.org (Mark Blackman) Date: Mon, 21 Sep 2009 12:46:48 +0100 Subject: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> Message-ID: <17FD8566-366E-4B9E-851D-64BC9BA1284C@blackmans.org> On 21 Sep 2009, at 12:41, Ryan Schmidt wrote: > > The correct fix when upgrading from one major OS version to another > is to uninstall all ports and reinstall them. See the Migration page > in the wiki: > > http://trac.macports.org/wiki/Migration I thought you might say something like that. :) I'm a bit short of time to recompile that many gigabytes for now, but I'll plan for that in the near future. Cheers, Mark From mark at blackmans.org Mon Sep 21 06:48:25 2009 From: mark at blackmans.org (Mark Blackman) Date: Mon, 21 Sep 2009 14:48:25 +0100 Subject: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> Message-ID: <8B6D0CA9-BAAE-408D-B646-9A640360AA23@blackmans.org> On 21 Sep 2009, at 12:41, Ryan Schmidt wrote: > > The correct fix when upgrading from one major OS version to another > is to uninstall all ports and reinstall them. See the Migration page > in the wiki: > > http://trac.macports.org/wiki/Migration Actually, is there some explicit provision for building a new /opt from scratch in some other directory, then switching it in as "the" new /opt (macport binaries). The thing about such a massive migration is that I'd like to minimize working downtime. So my current /opt directory is working quite well, but if I do the correct thing, then I've potentially got a lot of development downtime while I'm building all the new binaries. The only obvious thing that comes to mind is building the ports on another machine and then copying them over and installing them as binary packages. - Mark From ryandesign at macports.org Mon Sep 21 06:51:23 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 08:51:23 -0500 Subject: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: <8B6D0CA9-BAAE-408D-B646-9A640360AA23@blackmans.org> References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> <8B6D0CA9-BAAE-408D-B646-9A640360AA23@blackmans.org> Message-ID: On Sep 21, 2009, at 08:48, Mark Blackman wrote: > On 21 Sep 2009, at 12:41, Ryan Schmidt wrote: > >> The correct fix when upgrading from one major OS version to another >> is to uninstall all ports and reinstall them. See the Migration >> page in the wiki: >> >> http://trac.macports.org/wiki/Migration > > Actually, is there some explicit provision for building a new > /opt from scratch in some other directory, then switching > it in as "the" new /opt (macport binaries). No, there isn't, sorry. The installation path is hardcoded all over the installed files. > The thing about such a massive migration is that I'd like to minimize > working downtime. So my current /opt directory is working quite well, > but if I do the correct thing, then I've potentially got a lot of > development downtime while I'm building all the new binaries. Yes, it is unfortunate. > The only obvious thing that comes to mind is building the ports > on another machine and then copying them over and installing them > as binary packages. Installing as binary packages would make the MacPorts on the machine you install onto unaware of their existence and they would collide with any ports you later want to install on that machine. So I cannot recommend this procedure. From ryandesign at macports.org Mon Sep 21 06:52:07 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 08:52:07 -0500 Subject: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: <8B6D0CA9-BAAE-408D-B646-9A640360AA23@blackmans.org> References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> <8B6D0CA9-BAAE-408D-B646-9A640360AA23@blackmans.org> Message-ID: On Sep 21, 2009, at 08:48, Mark Blackman wrote: > Actually, is there some explicit provision for building a new > /opt from scratch in some other directory, then switching > it in as "the" new /opt (macport binaries). Note the MacPorts prefix is /opt/local, not /opt. There may be things in /opt outside of /opt/local that are not related to MacPorts. From mark at blackmans.org Mon Sep 21 06:54:28 2009 From: mark at blackmans.org (Mark Blackman) Date: Mon, 21 Sep 2009 14:54:28 +0100 Subject: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> <8B6D0CA9-BAAE-408D-B646-9A640360AA23@blackmans.org> Message-ID: <15FEF9C0-4EBB-4FEF-911B-EA87968D3902@blackmans.org> On 21 Sep 2009, at 14:52, Ryan Schmidt wrote: > > On Sep 21, 2009, at 08:48, Mark Blackman wrote: > >> Actually, is there some explicit provision for building a new >> /opt from scratch in some other directory, then switching >> it in as "the" new /opt (macport binaries). > > Note the MacPorts prefix is /opt/local, not /opt. There may be > things in /opt outside of /opt/local that are not related to MacPorts. Yes, sorry, good point. - Mark -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2419 bytes Desc: not available URL: From frstan at bellsouth.net Mon Sep 21 07:14:30 2009 From: frstan at bellsouth.net (William Davis) Date: Mon, 21 Sep 2009 10:14:30 -0400 Subject: [Bulk] Re: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: <17FD8566-366E-4B9E-851D-64BC9BA1284C@blackmans.org> References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> <17FD8566-366E-4B9E-851D-64BC9BA1284C@blackmans.org> Message-ID: <6D46FC17-25FD-4A6D-81B1-C61F600241A0@bellsouth.net> On Sep 21, 2009, at 7:46 AM, Mark Blackman wrote: > > On 21 Sep 2009, at 12:41, Ryan Schmidt wrote: >> >> The correct fix when upgrading from one major OS version to another >> is to uninstall all ports and reinstall them. See the Migration >> page in the wiki: >> >> http://trac.macports.org/wiki/Migration > > I thought you might say something like that. :) > > I'm a bit short of time to recompile that many gigabytes for > now, but I'll plan for that in the near future. > > Cheers, > Mark > I had good luck with sudo port -u upgrade --enforce-variants installed You might want to leave off -u which deletes the prior version after deactivating it. William Davis frstanATbellsouthDOTnet Mac OS X ver 10.6 Darwin 10.6 XQuartz 2.3.4 (xorg-server 1.4.2-apple45) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non From ryandesign at macports.org Mon Sep 21 07:21:02 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 09:21:02 -0500 Subject: [Bulk] Re: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: <6D46FC17-25FD-4A6D-81B1-C61F600241A0@bellsouth.net> References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> <17FD8566-366E-4B9E-851D-64BC9BA1284C@blackmans.org> <6D46FC17-25FD-4A6D-81B1-C61F600241A0@bellsouth.net> Message-ID: <39ACAA74-5979-4E84-9483-A2090C93FD29@macports.org> On Sep 21, 2009, at 09:14, William Davis wrote: > On Sep 21, 2009, at 7:46 AM, Mark Blackman wrote: > >> On 21 Sep 2009, at 12:41, Ryan Schmidt wrote: >> >> >>> The correct fix when upgrading from one major OS version to >>> another is to uninstall all ports and reinstall them. See the >>> Migration page in the wiki: >>> >>> http://trac.macports.org/wiki/Migration >> >> I thought you might say something like that. :) >> >> I'm a bit short of time to recompile that many gigabytes for >> now, but I'll plan for that in the near future. > > I had good luck with > sudo port -u upgrade --enforce-variants installed > > You might want to leave off -u which deletes the prior version after > deactivating it. Unfortunately, so many other users did not that we removed that method from the Migration page and do not recommend its use. From jmr at macports.org Mon Sep 21 07:30:31 2009 From: jmr at macports.org (Joshua Root) Date: Tue, 22 Sep 2009 00:30:31 +1000 Subject: [Bulk] Re: older macports perl XS module linking issues after Snow Leopard Install. In-Reply-To: <39ACAA74-5979-4E84-9483-A2090C93FD29@macports.org> References: <2834D675-3AD0-4289-B5FB-D2BABA73BCD2@blackmans.org> <1708E867-60B2-4854-9CCF-4C37A0654E36@macports.org> <17FD8566-366E-4B9E-851D-64BC9BA1284C@blackmans.org> <6D46FC17-25FD-4A6D-81B1-C61F600241A0@bellsouth.net> <39ACAA74-5979-4E84-9483-A2090C93FD29@macports.org> Message-ID: <4AB78E07.8060308@macports.org> On 2009-9-22 00:21, Ryan Schmidt wrote: > On Sep 21, 2009, at 09:14, William Davis wrote: > >> On Sep 21, 2009, at 7:46 AM, Mark Blackman wrote: >> >>> On 21 Sep 2009, at 12:41, Ryan Schmidt wrote: >>> >>> >>>> The correct fix when upgrading from one major OS version to another >>>> is to uninstall all ports and reinstall them. See the Migration page >>>> in the wiki: >>>> >>>> http://trac.macports.org/wiki/Migration >>> >>> I thought you might say something like that. :) >>> >>> I'm a bit short of time to recompile that many gigabytes for >>> now, but I'll plan for that in the near future. >> >> I had good luck with >> sudo port -u upgrade --enforce-variants installed >> >> You might want to leave off -u which deletes the prior version after >> deactivating it. > > Unfortunately, so many other users did not that we removed that method > from the Migration page and do not recommend its use. That command isn't right anyway, you need to rebuild everything. - Josh From domiman at gmail.com Mon Sep 21 08:04:17 2009 From: domiman at gmail.com (Dominik Reichardt) Date: Mon, 21 Sep 2009 17:04:17 +0200 Subject: KDE4 mess on Snow Leopard Message-ID: <45407843-571D-46F0-BCFF-E1ACDFABE3E3@gmail.com> Hi all, I'm currently trying to build Krusader and it is proving to be a tiresome thing to do. All the dependencies are crazy. A lot of things are broken when you choose to install "krusader +universal", so that path has proven to be fruitless. Not building universal these dependencies still have major problems (but they are recorded in the tracker and "just" need some hacks to keep on compiling) - cmake has problems - strigi has problems - kdelibs4 has major problems - kdepimlibs4 can't be fetched since KDE cleaned their ftp because of the 4.3.1 release (I had to cheat and grab the package elsewhere) All that I somehow managed to fix to finally fail at the last dependency kdebase4-runtime. /usr/bin/g++-4.2 -O2 -arch x86_64 -fno-common -Woverloaded-virtual - fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG - DQT_NO_DEBUG -dynamiclib -headerpad_max_install_names -single_module - multiply_defined suppress -L/opt/local/lib -o ../lib/ libkdeinit4_kglobalaccel.dylib -install_name /opt/local/lib/ libkdeinit4_kglobalaccel.dylib CMakeFiles/kdeinit_kglobalaccel.dir/ kdeinit_kglobalaccel_automoc.o CMakeFiles/kdeinit_kglobalaccel.dir/ main.o CMakeFiles/kdeinit_kglobalaccel.dir/kglobalacceld.o CMakeFiles/ kdeinit_kglobalaccel.dir/component.o CMakeFiles/ kdeinit_kglobalaccel.dir/globalshortcut.o CMakeFiles/ kdeinit_kglobalaccel.dir/globalshortcutsregistry.o CMakeFiles/ kdeinit_kglobalaccel.dir/globalshortcutcontext.o CMakeFiles/ kdeinit_kglobalaccel.dir/kglobalaccel_mac.o -L/opt/local/lib /opt/ local/lib/libkdeui.5.3.0.dylib /opt/local/lib/libkdecore.5.3.0.dylib - F/opt/local/libexec/qt4-mac/lib -framework QtDBus -F/opt/local/libexec/ qt4-mac/lib -framework QtCore -lpthread -framework Carbon -F/opt/local/ libexec/qt4-mac/lib -framework QtSvg -F/opt/local/libexec/qt4-mac/lib - framework QtGui /opt/local/bin/cmake -E cmake_progress_report /opt/local/var/macports/ build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase4 -runtime/work/build/CMakeFiles 1 2 [ 2%] Built target kdeinit_kglobalaccel make: *** [all] Error 2 Warning: the following items did not execute (for kdebase4-runtime): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. After this error I can rerun the command and it will fail somewhere else (knotify), then again at another point (kdeinit_kuiserver) and so on until it comes full circle to this problem. I haven't filed a bug report yet, because I'm entirely not sure whether the problem is not sitting behind the desk. Anyone got some ideas what is going wrong, or what I'm doing wrong (or make a better bug report - I did built with the -v option and have that saved to text, attaching it to the ML is not the best thing, though, it seems). Thanks Dominik My system, iMac, core2duo, 8GB Ram, Snow Leopard 10.6.1 32-bit From ryandesign at macports.org Mon Sep 21 08:25:11 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 10:25:11 -0500 Subject: KDE4 mess on Snow Leopard In-Reply-To: <45407843-571D-46F0-BCFF-E1ACDFABE3E3@gmail.com> References: <45407843-571D-46F0-BCFF-E1ACDFABE3E3@gmail.com> Message-ID: On Sep 21, 2009, at 10:04, Dominik Reichardt wrote: > I'm currently trying to build Krusader and it is proving to be a > tiresome thing to do. > All the dependencies are crazy. > A lot of things are broken when you choose to install "krusader > +universal", so that path has proven to be fruitless. > > Not building universal these dependencies still have major problems > (but they are recorded in the tracker and "just" need some hacks to > keep on compiling) > - cmake has problems > - strigi has problems > - kdelibs4 has major problems > - kdepimlibs4 can't be fetched since KDE cleaned their ftp because > of the 4.3.1 release (I had to cheat and grab the package elsewhere) > > All that I somehow managed to fix to finally fail at the last > dependency kdebase4-runtime. > > /usr/bin/g++-4.2 -O2 -arch x86_64 -fno-common -Woverloaded-virtual > -fvisibility=hidden -fvisibility-inlines-hidden -O2 -DNDEBUG - > DQT_NO_DEBUG -dynamiclib -headerpad_max_install_names -single_module > -multiply_defined suppress -L/opt/local/lib -o ../lib/ > libkdeinit4_kglobalaccel.dylib -install_name /opt/local/lib/ > libkdeinit4_kglobalaccel.dylib CMakeFiles/kdeinit_kglobalaccel.dir/ > kdeinit_kglobalaccel_automoc.o CMakeFiles/kdeinit_kglobalaccel.dir/ > main.o CMakeFiles/kdeinit_kglobalaccel.dir/kglobalacceld.o > CMakeFiles/kdeinit_kglobalaccel.dir/component.o CMakeFiles/ > kdeinit_kglobalaccel.dir/globalshortcut.o CMakeFiles/ > kdeinit_kglobalaccel.dir/globalshortcutsregistry.o CMakeFiles/ > kdeinit_kglobalaccel.dir/globalshortcutcontext.o CMakeFiles/ > kdeinit_kglobalaccel.dir/kglobalaccel_mac.o -L/opt/local/lib /opt/ > local/lib/libkdeui.5.3.0.dylib /opt/local/lib/libkdecore.5.3.0.dylib > -F/opt/local/libexec/qt4-mac/lib -framework QtDBus -F/opt/local/ > libexec/qt4-mac/lib -framework QtCore -lpthread -framework Carbon -F/ > opt/local/libexec/qt4-mac/lib -framework QtSvg -F/opt/local/libexec/ > qt4-mac/lib -framework QtGui > /opt/local/bin/cmake -E cmake_progress_report /opt/local/var/ > macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase4 > -runtime/work/build/CMakeFiles 1 2 > [ 2%] Built target kdeinit_kglobalaccel > make: *** [all] Error 2 > > Warning: the following items did not execute (for kdebase4-runtime): > org.macports.activate org.macports.build org.macports.destroot > org.macports.install > Error: Status 1 encountered during processing. > > After this error I can rerun the command and it will fail somewhere > else (knotify), then again at another point (kdeinit_kuiserver) and > so on until it comes full circle to this problem. That sounds like a parallel build symptom. Not that parallel building is necessary a problem here, just that one thread is failing, and another thread is continuing for some time and it is the somewhat succeeding thread's output you're seeing last, which is why the "error" shown above doesn't look like (and isn't) an error. > I haven't filed a bug report yet, because I'm entirely not sure > whether the problem is not sitting behind the desk. > Anyone got some ideas what is going wrong, or what I'm doing wrong > (or make a better bug report - I did built with the -v option and > have that saved to text, attaching it to the ML is not the best > thing, though, it seems). We usually ask for more output in these cases, but that would be rude since I know you originally sent the message with more output and I rejected it from the mailing list because the attachment was too big. :) From the attachment I do see this line however: /opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase4 -runtime/work/kdebase-runtime-4.3.0/kpasswdserver/kpasswdserver.h: 28:32: error: Qt3Support/Q3PtrList: No such file or directory As such, this is: http://trac.macports.org/ticket/20362 From domiman at gmail.com Mon Sep 21 08:36:50 2009 From: domiman at gmail.com (Dominik Reichardt) Date: Mon, 21 Sep 2009 17:36:50 +0200 Subject: KDE4 mess on Snow Leopard In-Reply-To: References: <45407843-571D-46F0-BCFF-E1ACDFABE3E3@gmail.com> Message-ID: <7D457381-7E57-469D-8ED7-6FE5564155EB@gmail.com> Am 21.09.2009 um 17:25 schrieb Ryan Schmidt: >> >> I haven't filed a bug report yet, because I'm entirely not sure >> whether the problem is not sitting behind the desk. >> Anyone got some ideas what is going wrong, or what I'm doing wrong >> (or make a better bug report - I did built with the -v option and >> have that saved to text, attaching it to the ML is not the best >> thing, though, it seems). > > We usually ask for more output in these cases, but that would be > rude since I know you originally sent the message with more output > and I rejected it from the mailing list because the attachment was > too big. :) From the attachment I do see this line however: I don't mind rude when I'm new to a list, I was wondering if it is acceptable to post the output like this and got my answer :) > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase4 > -runtime/work/kdebase-runtime-4.3.0/kpasswdserver/kpasswdserver.h: > 28:32: error: Qt3Support/Q3PtrList: No such file or directory > > As such, this is: > > http://trac.macports.org/ticket/20362 Hmm, I didn't build with cocoa but qt4-mac is still +universal (too many dependencies of the KDE stuff). I'll rebuilt without and will report back how it goes. Thanks for the help so far Dominik -------------- next part -------------- An HTML attachment was scrubbed... URL: From luis.beca at gmail.com Mon Sep 21 11:43:34 2009 From: luis.beca at gmail.com (=?iso-8859-1?Q?Lu=EDs_Be=E7a?=) Date: Mon, 21 Sep 2009 14:43:34 -0400 Subject: py26-scipy dependencies Message-ID: <61FFBBFF-E4DA-42F3-95CF-8DA7CE99B7FB@gmail.com> Hi This is probably a stupid question but I'm trying to install py26- scipy +gcc44 on Snow Leopard. port deps py26-scipy +gcc44 says that scipy depends on python26, py26- numpy, py26-nose, SuiteSparse, swig, gcc44 all of which I have installed. However, when I try to install scipy, ports starts building ruby, apache and a bunch of other stuff that don't seem related to scipy at all. I know this is probably related to the default swig port that calls for ruby, php, etc but I already have swig installed (but only with the python extension; I don't care for the others) so scipy should just build without all the ruby, apache, etc stuff I don't care about, right? Thanks Lu?s From ryandesign at macports.org Mon Sep 21 11:50:58 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 13:50:58 -0500 Subject: py26-scipy dependencies In-Reply-To: <61FFBBFF-E4DA-42F3-95CF-8DA7CE99B7FB@gmail.com> References: <61FFBBFF-E4DA-42F3-95CF-8DA7CE99B7FB@gmail.com> Message-ID: <87714E19-FB82-470B-8286-1456CCA97897@macports.org> On Sep 21, 2009, at 13:43, Lu?s Be?a wrote: > This is probably a stupid question but I'm trying to install py26- > scipy +gcc44 on Snow Leopard. > > port deps py26-scipy +gcc44 says that scipy depends on python26, > py26-numpy, py26-nose, > SuiteSparse, swig, gcc44 all of which I have installed. However, > when I try to install scipy, ports > starts building ruby, apache and a bunch of other stuff that don't > seem related to scipy at all. > > I know this is probably related to the default swig port that calls > for ruby, php, etc but I already have > swig installed (but only with the python extension; I don't care for > the others) so scipy should just build > without all the ruby, apache, etc stuff I don't care about, right? That would seem logical to me too... Perhaps you could show us exactly the command you're executing, and use the debug switch and show us the complete output? If it is large you may want to compress it before sending it to the list. From ryandesign at macports.org Mon Sep 21 12:08:12 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 14:08:12 -0500 Subject: Fwd: py26-scipy dependencies References: Message-ID: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Begin forwarded message: > From: Lu?s Be?a > Date: September 21, 2009 14:05:57 CDT > To: Ryan Schmidt > Subject: Re: py26-scipy dependencies > > Attached is the build log. I cliped it after ruby starts building. > After, mhash is built, then apache, etc. > If you want the whole thing let me know. Also I have swig > @1.3.40_0+python installed. > > Thanks > Luis > -------------- next part -------------- A non-text attachment was scrubbed... Name: py26-scipy_log.txt.zip Type: application/zip Size: 6387 bytes Desc: not available URL: -------------- next part -------------- > > > On 2009-09-21, at 2:50 PM, Ryan Schmidt wrote: > >> >> On Sep 21, 2009, at 13:43, Lu?s Be?a wrote: >> >>> This is probably a stupid question but I'm trying to install py26- >>> scipy +gcc44 on Snow Leopard. >>> >>> port deps py26-scipy +gcc44 says that scipy depends on python26, >>> py26-numpy, py26-nose, >>> SuiteSparse, swig, gcc44 all of which I have installed. However, >>> when I try to install scipy, ports >>> starts building ruby, apache and a bunch of other stuff that don't >>> seem related to scipy at all. >>> >>> I know this is probably related to the default swig port that >>> calls for ruby, php, etc but I already have >>> swig installed (but only with the python extension; I don't care >>> for the others) so scipy should just build >>> without all the ruby, apache, etc stuff I don't care about, right? >> >> That would seem logical to me too... Perhaps you could show us >> exactly the command you're executing, and use the debug switch and >> show us the complete output? If it is large you may want to >> compress it before sending it to the list. >> >> > From ryandesign at macports.org Mon Sep 21 12:11:17 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 14:11:17 -0500 Subject: py26-scipy dependencies In-Reply-To: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> References: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Message-ID: > On 2009-09-21, at 2:50 PM, Ryan Schmidt wrote: > >> On Sep 21, 2009, at 13:43, Lu?s Be?a wrote: >> >>> This is probably a stupid question but I'm trying to install py26- >>> scipy +gcc44 on Snow Leopard. >>> >>> port deps py26-scipy +gcc44 says that scipy depends on python26, >>> py26-numpy, py26-nose, >>> SuiteSparse, swig, gcc44 all of which I have installed. However, >>> when I try to install scipy, ports >>> starts building ruby, apache and a bunch of other stuff that don't >>> seem related to scipy at all. >>> >>> I know this is probably related to the default swig port that >>> calls for ruby, php, etc but I already have >>> swig installed (but only with the python extension; I don't care >>> for the others) so scipy should just build >>> without all the ruby, apache, etc stuff I don't care about, right? >> >> That would seem logical to me too... Perhaps you could show us >> exactly the command you're executing, and use the debug switch and >> show us the complete output? If it is large you may want to >> compress it before sending it to the list. > > Attached is the build log. I cliped it after ruby starts building. > After, mhash is built, then apache, etc. > If you want the whole thing let me know. Also I have swig > @1.3.40_0+python installed. Ok, in the log I see: DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/swig DEBUG: epoch: in tree: 0 installed: 0 DEBUG: swig 1.3.40_0 exists in the ports tree DEBUG: swig 1.3.40_0 +python is the latest installed DEBUG: swig 1.3.40_0 +python is active DEBUG: Merging existing variants python into variants DEBUG: new fully merged portvariants: python + So it recognizes that swig is installed with the +python variant, DEBUG: Changing to port directory: /opt/local/var/macports/sources/ rsync.macports.org/release/ports/devel/swig DEBUG: OS Platform: darwin DEBUG: OS Version: 10.0.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre- existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre- existing procedure. Target override will not be provided DEBUG: Reading variant descriptions from /opt/local/var/macports/ sources/rsync.macports.org/release/ports/_resources/port1.0/ variant_descriptions.conf DEBUG: adding the default universal variant DEBUG: Requested variant darwin is not provided by port swig. DEBUG: Requested variant i386 is not provided by port swig. DEBUG: Requested variant macosx is not provided by port swig. DEBUG: Executing variant python provides python DEBUG: Executing variant perl provides perl DEBUG: Executing variant ruby provides ruby DEBUG: Executing variant php5 provides php5 But then it wants to go and install swig again with its default variants, which will pull in all the dependencies you mentioned. I don't know why it thinks it should install swig again. What command did you run to produce this output? What do you have in variants.conf? P.S: Use Reply All so your reply goes to the list too, not just to me. From luis.beca at gmail.com Mon Sep 21 12:18:47 2009 From: luis.beca at gmail.com (=?iso-8859-1?Q?Lu=EDs_Be=E7a?=) Date: Mon, 21 Sep 2009 15:18:47 -0400 Subject: py26-scipy dependencies In-Reply-To: References: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Message-ID: > What command did you run to produce this output? sudo port -vud install py26-scipy +gcc44 > What do you have in variants.conf? +bash_completion Lu?s From ryandesign at macports.org Mon Sep 21 12:23:09 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 14:23:09 -0500 Subject: py26-scipy dependencies In-Reply-To: References: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Message-ID: On Sep 21, 2009, at 14:18, Lu?s Be?a wrote: >> What command did you run to produce this output? > > sudo port -vud install py26-scipy +gcc44 > >> What do you have in variants.conf? > > +bash_completion I think it's probably because of the way the swig port is written. It says: default_variants +python +perl +ruby +php5 This means: these variants will be autoselected. Always. Even if you have already requested other variants for this port. Try deselecting the undesired variants explicitly, either on the command line or in variants.conf, e.g.: sudo port -d install py26-scipy +gcc44 -perl -ruby -php5 From ryandesign at macports.org Mon Sep 21 12:29:01 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 14:29:01 -0500 Subject: py26-scipy dependencies In-Reply-To: References: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Message-ID: <426C88B6-356A-472A-95F6-67EC6A82989D@macports.org> On Sep 21, 2009, at 14:23, Ryan Schmidt wrote: > I think it's probably because of the way the swig port is written. > It says: > > default_variants +python +perl +ruby +php5 > > This means: these variants will be autoselected. Always. Even if you > have already requested other variants for this port. Try deselecting > the undesired variants explicitly, either on the command line or in > variants.conf, e.g.: > > sudo port -d install py26-scipy +gcc44 -perl -ruby -php5 FYI, there is an open ticket to remove php5 as a default variant because of all the dependencies it pulls in (though there aren't as many now as there were in php5 @5.3.0_1 and earlier): http://trac.macports.org/ticket/19336 Not sure what we're going to do about that ticket. From luis.beca at gmail.com Mon Sep 21 12:33:28 2009 From: luis.beca at gmail.com (=?iso-8859-1?Q?Lu=EDs_Be=E7a?=) Date: Mon, 21 Sep 2009 15:33:28 -0400 Subject: py26-scipy dependencies In-Reply-To: References: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Message-ID: > > I think it's probably because of the way the swig port is written. > It says: > > default_variants +python +perl +ruby +php5 > > This means: these variants will be autoselected. Always. Even if you > have already requested other variants for this port. Try deselecting > the undesired variants explicitly, either on the command line or in > variants.conf, e.g.: > > sudo port -d install py26-scipy +gcc44 -perl -ruby -php5 > It still builds ruby and all that. Thanks Lu?s From ryandesign at macports.org Mon Sep 21 12:34:53 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Mon, 21 Sep 2009 14:34:53 -0500 Subject: py26-scipy dependencies In-Reply-To: References: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Message-ID: On Sep 21, 2009, at 14:33, Lu?s Be?a wrote: >> I think it's probably because of the way the swig port is written. >> It says: >> >> default_variants +python +perl +ruby +php5 >> >> This means: these variants will be autoselected. Always. Even if >> you have already requested other variants for this port. Try >> deselecting the undesired variants explicitly, either on the >> command line or in variants.conf, e.g.: >> >> sudo port -d install py26-scipy +gcc44 -perl -ruby -php5 > > It still builds ruby and all that. Thanks Hm. Ok, I wasn't sure if the variants would be passed through from py26-scipy since it doesn't itself declare variants of those names. In that case, you'll have to put "-perl -ruby -php5" in your variants.conf. From luis.beca at gmail.com Mon Sep 21 12:46:05 2009 From: luis.beca at gmail.com (=?iso-8859-1?Q?Lu=EDs_Be=E7a?=) Date: Mon, 21 Sep 2009 15:46:05 -0400 Subject: py26-scipy dependencies In-Reply-To: References: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Message-ID: On 2009-09-21, at 3:34 PM, Ryan Schmidt wrote: > > On Sep 21, 2009, at 14:33, Lu?s Be?a wrote: > >>> I think it's probably because of the way the swig port is written. >>> It says: >>> >>> default_variants +python +perl +ruby +php5 >>> >>> This means: these variants will be autoselected. Always. Even if >>> you have already requested other variants for this port. Try >>> deselecting the undesired variants explicitly, either on the >>> command line or in variants.conf, e.g.: >>> >>> sudo port -d install py26-scipy +gcc44 -perl -ruby -php5 >> >> It still builds ruby and all that. Thanks > > Hm. Ok, I wasn't sure if the variants would be passed through from > py26-scipy since it doesn't itself declare variants of those names. > In that case, you'll have to put "-perl -ruby -php5" in your > variants.conf. > Still builds ruby etc. From dluke at geeklair.net Mon Sep 21 12:53:10 2009 From: dluke at geeklair.net (Daniel J. Luke) Date: Mon, 21 Sep 2009 15:53:10 -0400 Subject: py26-scipy dependencies In-Reply-To: References: <46F8B140-ED63-42CB-A596-3AF93E56D19E@macports.org> Message-ID: <42F490D6-3251-4D32-9B51-5A548FD993D9@geeklair.net> On Sep 21, 2009, at 3:46 PM, Lu?s Be?a wrote: > On 2009-09-21, at 3:34 PM, Ryan Schmidt wrote: >> On Sep 21, 2009, at 14:33, Lu?s Be?a wrote: >>>> I think it's probably because of the way the swig port is >>>> written. It says: >>>> >>>> default_variants +python +perl +ruby +php5 >>>> >>>> This means: these variants will be autoselected. Always. Even if >>>> you have already requested other variants for this port. Try >>>> deselecting the undesired variants explicitly, either on the >>>> command line or in variants.conf, e.g.: >>>> >>>> sudo port -d install py26-scipy +gcc44 -perl -ruby -php5 >>> >>> It still builds ruby and all that. Thanks >> >> Hm. Ok, I wasn't sure if the variants would be passed through from >> py26-scipy since it doesn't itself declare variants of those names. >> In that case, you'll have to put "-perl -ruby -php5" in your >> variants.conf. > > Still builds ruby etc. Why is it trying to build swig if it's already installed? (it's not an upgrade with --enforce-variants) -- 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 domiman at gmail.com Mon Sep 21 19:39:11 2009 From: domiman at gmail.com (Dominik Reichardt) Date: Tue, 22 Sep 2009 04:39:11 +0200 Subject: KDE4 mess on Snow Leopard In-Reply-To: References: <45407843-571D-46F0-BCFF-E1ACDFABE3E3@gmail.com> Message-ID: <2BC3E3EF-FB77-4AA1-863D-9E828D082541@gmail.com> Am 21.09.2009 um 17:25 schrieb Ryan Schmidt: > /opt/local/var/macports/build/ > _opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdebase4 > -runtime/work/kdebase-runtime-4.3.0/kpasswdserver/kpasswdserver.h: > 28:32: error: Qt3Support/Q3PtrList: No such file or directory > > As such, this is: > > http://trac.macports.org/ticket/20362 ok, after I got confused in this ticket about -cocoa or +cocoa (and tried building both but failed with +cocoa), I found this closed ticket http://trac.macports.org/ticket/21448 and have now given up... If I understand #21448 right, there is currently NO way on Snow Leopard to finish building anything that depends on QT4-mac with qt3 support (thus for KDE4 everything that depends kdebase4-runtime). And quickly searching I hit https://bugs.kde.org/show_bug.cgi?id=201617 and that doesn't look promising at all. This is very frustrating to have to navigate all the hacks that are needed for the other dependancies and then to ultimately fail on the last step. So maybe someone with the power to be can update http://trac.macports.org/wiki/snc/snowleopard and http://trac.macports.org/wiki/SnowLeopardProblems with that information (I don't dare to do this since I'm new here and don't want to disrupt any workflow) so others don't have to go through this as well :) Thanks for the help Dom -------------- next part -------------- An HTML attachment was scrubbed... URL: From blb at macports.org Mon Sep 21 21:24:56 2009 From: blb at macports.org (Bryan Blackburn) Date: Mon, 21 Sep 2009 22:24:56 -0600 Subject: Non-working non-root install In-Reply-To: <21A896FB-0943-4E8C-9596-E8CCC0134075@macports.org> References: <45A47C20-AD25-4AD6-9698-A04F9B84CCC6@macports.org> <20090829192955.GL1094@ninagal.withay.com> <350D9C67-7132-4059-993C-C3B888272469@macports.org> <20090830194439.GZ1094@ninagal.withay.com> <43771CA8-30A2-4C3D-AACF-B0AEE9B03FD7@macports.org> <21A896FB-0943-4E8C-9596-E8CCC0134075@macports.org> Message-ID: <20090922042456.GQ499@ninagal.withay.com> On Wed, Sep 02, 2009 at 10:21:53AM -0500, Ryan Schmidt said: > On Aug 31, 2009, at 11:25, Ryan Schmidt wrote: > > >I am attaching a script which reproduces the problem on my system > >(clean install of Snow Leopard), and the output I get. When you run > >it, do you see the problem on your system as well? You need to edit > >the user in the script. Note that it installs MacPorts in /tmp/mp > >and downloads the MacPorts source to /tmp/macportsbase. You can > >edit these at the top of the script too if you want. > > Can somebody please test what happens when they run this script on > their system? It will not affect your current MacPorts install. The > version of the script attached to this email is updated so that you > don't need to enter your username manually. This should be fixed in r58093 (trunk) and r58094 (1.8 branch) now; I wasn't seeing it initially as it only appears to happen on 10.6 but was running 10.5 at the time. The basic problem is that Tcl doesn't like to set a permission of 0444 when also using '-creator {}' when you aren't root. The way the code was initially working was that all attributes that 'file attributes' returns were being set on the newly-installed file, as can be seen when you try it: $ tclsh % file attributes /mach_kernel -group wheel -owner root -permissions 00644 -readonly 0 -creator {} -type {} -hidden 1 -rsrclength 0 For man pages, the permission mode is 0444, combined with not being root and using that '-creator {}', it fails: $ touch /tmp/foo $ tclsh % file attributes /tmp/foo -permissions 0444 -creator {} could not set attributes of "/tmp/foo": permission denied However, 0644 is fine, or using 0444 without creator is also fine. The code now just specifically sets the permissions, owner, and group, ignoring the other bits. Bryan From opendarwin.org at darkart.com Mon Sep 21 22:06:30 2009 From: opendarwin.org at darkart.com (Eric Hall) Date: Tue, 22 Sep 2009 05:06:30 +0000 Subject: p5-macosx-file fails to build In-Reply-To: <117094FF-034E-4979-ABC9-35FA0B50FB49@macports.org> References: <5B4D18BA-A022-44EF-A620-85D07B1E9AC6@yahoo.co.uk> <117094FF-034E-4979-ABC9-35FA0B50FB49@macports.org> Message-ID: <20090922050630.GU1215@darkart.com> On Sun, Sep 20, 2009 at 07:46:32PM -0500, Ryan Schmidt wrote: > On Sep 20, 2009, at 11:11, Carson H. wrote: > > >With MP 1.8.0 under 10.6.1, "port install p5-macosx-file" yields: > > > >---> Building p5-macosx-file > > [snip] > > >Catalog.xs: In function 'xs_getcatalog': > >Catalog.xs:70: error: subscripted value is neither array nor pointer > > [snip] > > >Have you come across this ? > > Yes, i see the same on Snow Leopard. Please file an issue in the issue > tracker. > My short answer is that I'd expect any of the (perl) modules that work with the filesystem to be broken due to changes in SL. Patches are welcome, as is asking upstream for assistance. -eric From n.bruenggel at gmail.com Tue Sep 22 00:04:13 2009 From: n.bruenggel at gmail.com (Nils) Date: Tue, 22 Sep 2009 09:04:13 +0200 Subject: KDE4 mess on Snow Leopard In-Reply-To: <2BC3E3EF-FB77-4AA1-863D-9E828D082541@gmail.com> References: <45407843-571D-46F0-BCFF-E1ACDFABE3E3@gmail.com> <2BC3E3EF-FB77-4AA1-863D-9E828D082541@gmail.com> Message-ID: <2f30da460909220004g5030131fva9c5a5100c1045b4@mail.gmail.com> > - cmake has problems Installed it some days ago and used it to compile freefoam, worked w/o any problems on SL. However I also tried to get CGAL running (there is no port for that atm I think, but I used mac ports for the dependencies such as boost), so far it works except for the demos which require kde libs. Trolltech has also an official distribution for KDE 4 on the Mac, I downloaded this and installed it, but I can't figure out where it put the include files and the libs.. any ideas? Nils From ryandesign at macports.org Tue Sep 22 06:59:34 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue, 22 Sep 2009 08:59:34 -0500 Subject: Non-working non-root install In-Reply-To: <20090922042456.GQ499@ninagal.withay.com> References: <45A47C20-AD25-4AD6-9698-A04F9B84CCC6@macports.org> <20090829192955.GL1094@ninagal.withay.com> <350D9C67-7132-4059-993C-C3B888272469@macports.org> <20090830194439.GZ1094@ninagal.withay.com> <43771CA8-30A2-4C3D-AACF-B0AEE9B03FD7@macports.org> <21A896FB-0943-4E8C-9596-E8CCC0134075@macports.org> <20090922042456.GQ499@ninagal.withay.com> Message-ID: <7426F127-B2EE-4327-96C5-3DC098491559@macports.org> On Sep 21, 2009, at 23:24, Bryan Blackburn wrote: > On Wed, Sep 02, 2009 at 10:21:53AM -0500, Ryan Schmidt said: > >> On Aug 31, 2009, at 11:25, Ryan Schmidt wrote: >> >>> I am attaching a script which reproduces the problem on my system >>> (clean install of Snow Leopard), and the output I get. When you run >>> it, do you see the problem on your system as well? You need to edit >>> the user in the script. Note that it installs MacPorts in /tmp/mp >>> and downloads the MacPorts source to /tmp/macportsbase. You can >>> edit these at the top of the script too if you want. >> >> Can somebody please test what happens when they run this script on >> their system? It will not affect your current MacPorts install. The >> version of the script attached to this email is updated so that you >> don't need to enter your username manually. > > This should be fixed in r58093 (trunk) and r58094 (1.8 branch) now; > I wasn't > seeing it initially as it only appears to happen on 10.6 but was > running > 10.5 at the time. > > The basic problem is that Tcl doesn't like to set a permission of > 0444 when > also using '-creator {}' when you aren't root. The way the code was > initially working was that all attributes that 'file attributes' > returns > were being set on the newly-installed file, as can be seen when you > try it: > > $ tclsh > % file attributes /mach_kernel > -group wheel -owner root -permissions 00644 -readonly 0 -creator {} - > type {} -hidden 1 -rsrclength 0 > > For man pages, the permission mode is 0444, combined with not being > root and > using that '-creator {}', it fails: > > $ touch /tmp/foo > $ tclsh > % file attributes /tmp/foo -permissions 0444 -creator {} > could not set attributes of "/tmp/foo": permission denied > > However, 0644 is fine, or using 0444 without creator is also fine. > The code > now just specifically sets the permissions, owner, and group, > ignoring the > other bits. Thanks, that works for me. I marked ticket #20887 resolved. http://trac.macports.org/ticket/20887 Maybe you could take a look at #20896 too? Though there we're not talking about something that has never worked before (non-root install on Snow Leopard); we're talking about something that used to work in MacPorts 1.7.1 (non-root install on Tiger and Leopard). So I don't think it'll be the same solution. Rather I guess this might be fallout from the GSoC '08 privileges branch. http://trac.macports.org/ticket/20896 From domiman at gmail.com Tue Sep 22 09:37:01 2009 From: domiman at gmail.com (Dominik Reichardt) Date: Tue, 22 Sep 2009 18:37:01 +0200 Subject: KDE4 mess on Snow Leopard In-Reply-To: <2f30da460909220004g5030131fva9c5a5100c1045b4@mail.gmail.com> References: <45407843-571D-46F0-BCFF-E1ACDFABE3E3@gmail.com> <2BC3E3EF-FB77-4AA1-863D-9E828D082541@gmail.com> <2f30da460909220004g5030131fva9c5a5100c1045b4@mail.gmail.com> Message-ID: <70F91397-BC8A-4587-8D7F-0A8B5BF71A34@gmail.com> Am 22.09.2009 um 09:04 schrieb Nils: >> - cmake has problems > > Installed it some days ago and used it to compile freefoam, worked w/o > any problems on SL. There's a tracker item about cmake +universal http://trac.macports.org/ticket/20871 > Trolltech has also an official distribution > for KDE 4 on the Mac, I downloaded this and installed it, but I can't > figure out where it put the include files and the libs.. any ideas? If you download the correct package for mac (qt-mac- opensource-4.5.2.dmg) the framework is in /Library/Frameworks/Qt3Support.framework/ But if you used the cocoa package qt-mac-cocoa-opensource-4.5.2.dmg there is no qt3support, just like the tracker item I mentioned in the previous post suggests. I don't think building kde4 stuff from macports will be able to use that framework, but if it could that would be great :) Another way might be to only build all the kdestuff in 32-bit, but then I'm really not good with all that stuff to really shoot off my mouth... Dom From i.cue at dsl.pipex.com Tue Sep 22 14:33:15 2009 From: i.cue at dsl.pipex.com (Mine) Date: Tue, 22 Sep 2009 22:33:15 +0100 Subject: MacPorts flvstreamer install work around Message-ID: <16FAD67B-55E7-4A94-98F9-DB2C5D54B842@dsl.pipex.com> Hi, After a long time trying and with lots of advice, I have been able to get get_iplayer working using /opt/local/bin/perl5.8.8 -w get_iplayer. Now I am trying to get flvstreamer install so I can dowload HD programs from the BBC. I searched but could not find a MacPorts version of flvstreamer. Could someone tell me if there is a work around for getting flvstreamer installed so that it will work in conjunction with my MacPort install of Perl 5.8.8. There are source files available at the following address: http://ftp.twaren.net/Unix/NonGNU/flvstreamer/source/ flvstreamer-1.8k.tar.gz. And a universal binary: http://download.savannah.gnu.org/releases-noredirect/flvstreamer/ macosx/flvstreamer_macosx_unified_binary_latest Not sure what a universal binary is or how to install it, so any suggestions would be much appreciated. Thanks, Terrence -------------- next part -------------- An HTML attachment was scrubbed... URL: From talklists at newgeo.com Tue Sep 22 17:17:36 2009 From: talklists at newgeo.com (Scott Haneda) Date: Tue, 22 Sep 2009 17:17:36 -0700 Subject: MacPorts flvstreamer install work around In-Reply-To: <16FAD67B-55E7-4A94-98F9-DB2C5D54B842@dsl.pipex.com> References: <16FAD67B-55E7-4A94-98F9-DB2C5D54B842@dsl.pipex.com> Message-ID: I just downloaded it, no idea what it is, or how it works, but I looked at the README and did this: For Mac OSX to create a universal binary (intel and ppc): $ make -f MakefileOSX flvstreamer From there, I was able to: ./flvstreamer -r rtmp://cyzy7r959.rtmphost.com/flowplayer/metacafe It seems to connect up and in this case, send binary data to STDOUT, which is probably not right, but shows the "server" which is what I think this is, works. It would appear this is just a matter of making a portfile to run the installation commands and put the binary in the correct location. I am not 100% sure you *need* to do that, you could just download the already OS X ready binary, and use that, then point the player at this server. That is, if I understand what these binaries are generally up to. Making the port file is not terribly hard, I suspect this would be one of the simpler ones, it builds out in all of 10 seconds. Maybe give it a shot and see where you get? -- Scott * If you contact me off list replace talklists@ with scott@ * On Sep 22, 2009, at 2:33 PM, Mine wrote: > Hi, > > After a long time trying and with lots of advice, I have been able > to get get_iplayer working > using /opt/local/bin/perl5.8.8 -w get_iplayer. Now I am trying to > get flvstreamer > install so I can dowload HD programs from the BBC. I searched but > could not find a MacPorts > version of flvstreamer. > > Could someone tell me if there is a work around for getting > flvstreamer installed so that it will > work in conjunction with my MacPort install of Perl 5.8.8. There are > source files available at the following > address: http://ftp.twaren.net/Unix/NonGNU/flvstreamer/source/flvstreamer-1.8k.tar.gz > . And a universal binary: > http://download.savannah.gnu.org/releases-noredirect/flvstreamer/macosx/flvstreamer_macosx_unified_binary_latest > > Not sure what a universal binary is or how to install it, so any > suggestions would be much appreciated. From n.bruenggel at gmail.com Wed Sep 23 02:27:52 2009 From: n.bruenggel at gmail.com (Nils) Date: Wed, 23 Sep 2009 11:27:52 +0200 Subject: KDE4 mess on Snow Leopard In-Reply-To: <70F91397-BC8A-4587-8D7F-0A8B5BF71A34@gmail.com> References: <45407843-571D-46F0-BCFF-E1ACDFABE3E3@gmail.com> <2BC3E3EF-FB77-4AA1-863D-9E828D082541@gmail.com> <2f30da460909220004g5030131fva9c5a5100c1045b4@mail.gmail.com> <70F91397-BC8A-4587-8D7F-0A8B5BF71A34@gmail.com> Message-ID: <2f30da460909230227jec4aaedp70df7a140d1c6121@mail.gmail.com> Thx for the replay.. I was trying to compile it using Cocoa QT from the official distribution. However it failed, saying that it could not find some file. I used /Library/Frameworks/Qt3Support.framework/Headers as the include dir. This is a bit off topic, but I really like to have a qt version running, which works with CGAL.. **************************************************************** ** ** ** Compilation failed ** ** ================== ** ** ** ** You will be shown a log now ... ** ** Please press to continue. ** **************************************************************** Compiler call: -------------- g++ -Wall -frounding-math -I/Users/nils/Source/CGAL-3.3.1/include/CGAL/config/i386_Darwin-10.0_g++-4.2.1 -I/opt/local/include/ -I/usr/X11/include -Is\ /Library/Frameworks/Qt3Support.framework/Headers -Is\ /Library/Frameworks/Qt3Support.framework/Headers -c './tmp_test.cpp' Got the following error messages: --------------------------------- ./tmp_test.cpp:27:21: error: qglobal.h: No such file or directory ./tmp_test.cpp:28:20: error: qarray.h: No such file or directory ./tmp_test.cpp:30: error: expected constructor, destructor, or type conversion before ? References: Message-ID: On 23 sept. 2009, at 12:48, Ryan Schmidt (by way of Carson Hewitt ) wrote: > On Sep 20, 2009, at 11:11, Carson H. wrote: > >> With MP 1.8.0 under 10.6.1, "port install p5-macosx-file" yields: >> >> ---> Building p5-macosx-file > > [snip] > >> Catalog.xs: In function 'xs_getcatalog': >> Catalog.xs:70: error: subscripted value is neither array nor pointer > > [snip] > >> Have you come across this ? > > Yes, i see the same on Snow Leopard. Please file an issue in the issue > tracker. Done . From vitaly at harisov.name Wed Sep 23 08:51:50 2009 From: vitaly at harisov.name (Vitaly Harisov) Date: Wed, 23 Sep 2009 18:51:50 +0300 Subject: git-core installs curl Message-ID: Why git-core installs curl instead of using system curl? -- The End From mnick at macports.org Wed Sep 23 09:21:16 2009 From: mnick at macports.org (Maximilian Nickel) Date: Wed, 23 Sep 2009 18:21:16 +0200 Subject: git-core installs curl In-Reply-To: References: Message-ID: <7E9A3F04-275E-4BA8-90EB-249637DCEB76@macports.org> Please see http://trac.macports.org/wiki/FAQ#syslibs On Sep 23, 2009, at 5:51 PM, Vitaly Harisov wrote: > > Why git-core installs curl instead of using system curl? > > -- > The End > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From arolsen at gmail.com Wed Sep 23 10:58:48 2009 From: arolsen at gmail.com (Adam Olsen) Date: Wed, 23 Sep 2009 11:58:48 -0600 Subject: Problems installing policykit on Snow Leopard Message-ID: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> I'm trying to install a package that depends on policykit, but policykit fails to install. It simply hangs after it's done building. If I run "port -v -d install policykit", the build appears to complete, but the installation fails at this part: /opt/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl polkit-action.xml It appears to be using no CPU, and I've left it doing this for a few hours with no results. What do I need to do to get this to install? -- Adam Olsen SendOutCards.com http://www.vimtips.org http://last.fm/user/synic From ryandesign at macports.org Wed Sep 23 11:36:34 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 23 Sep 2009 13:36:34 -0500 Subject: Problems installing policykit on Snow Leopard In-Reply-To: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> References: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> Message-ID: On Sep 23, 2009, at 12:58, Adam Olsen wrote: > I'm trying to install a package that depends on policykit, but > policykit fails to install. It simply hangs after it's done building. > > If I run "port -v -d install policykit", the build appears to > complete, but the installation fails at this part: > > /opt/local/bin/xsltproc -nonet > http://docbook.sourceforge.net/release/xsl/current/manpages/ > docbook.xsl > polkit-action.xml > > It appears to be using no CPU, and I've left it doing this for a few > hours with no results. What do I need to do to get this to install? It is presumably trying to download the file at the above-indicated URL. Are you able to download that file in a web browser or is there perhaps some network connectivity issue? Ports shouldn't be downloading files outside of the fetch phase, but I'm not sure how to prevent policykit from doing so in this case -- but I haven't looked into it either. If anybody has suggestions, let us know. From arolsen at gmail.com Wed Sep 23 11:48:26 2009 From: arolsen at gmail.com (Adam Olsen) Date: Wed, 23 Sep 2009 12:48:26 -0600 Subject: Problems installing policykit on Snow Leopard In-Reply-To: References: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> Message-ID: <2473b43f0909231148w55041e0bif4484a429529d915@mail.gmail.com> On Wed, Sep 23, 2009 at 12:36 PM, Ryan Schmidt wrote: > Ports shouldn't be downloading files outside of the fetch phase, but I'm not > sure how to prevent policykit from doing so in this case -- but I haven't > looked into it either. If anybody has suggestions, let us know. >From the manpage of xsltproc: --nonet Do not use the Internet to fetch DTDs, entities, or documents Does this mean it's not trying to fetch the document from the internet? If, in fact, it is trying to fetch the document, and I'm able to download it by some other means (using a sf.net mirror or something), where would I put it so that ports can find it when I'm trying to install policykit? -- Adam Olsen SendOutCards.com http://www.vimtips.org http://last.fm/user/synicy has suggestions, let us know. From arolsen at gmail.com Wed Sep 23 11:48:49 2009 From: arolsen at gmail.com (Adam Olsen) Date: Wed, 23 Sep 2009 12:48:49 -0600 Subject: Problems installing policykit on Snow Leopard In-Reply-To: <2473b43f0909231146s69cd04d2l826d174b7032bd82@mail.gmail.com> References: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> <2473b43f0909231146s69cd04d2l826d174b7032bd82@mail.gmail.com> Message-ID: <2473b43f0909231148q1c739f88j4b6683cef65d05c6@mail.gmail.com> Just another note, I can wget this document from the command line. There appears to be no connectivity issue regarding this installation. On Wed, Sep 23, 2009 at 12:46 PM, Adam Olsen wrote: > On Wed, Sep 23, 2009 at 12:36 PM, Ryan Schmidt wrote: >> Ports shouldn't be downloading files outside of the fetch phase, but I'm not >> sure how to prevent policykit from doing so in this case -- but I haven't >> looked into it either. If anybody has suggestions, let us know. > > From the manpage of xsltproc: > > --nonet > ?Do not use the Internet to fetch DTDs, entities, or documents > > Does this mean it's not trying to fetch the document from the > internet? ?If, in fact, it is trying to fetch the document, and I'm > able to download it by some other means (using a sf.net mirror or > something), where would I put it so that ports can find it when I'm > trying to install policykit? > > -- > Adam Olsen > SendOutCards.com > http://www.vimtips.org > http://last.fm/user/synic > -- Adam Olsen SendOutCards.com http://www.vimtips.org http://last.fm/user/synic From ryandesign at macports.org Wed Sep 23 12:16:52 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 23 Sep 2009 14:16:52 -0500 Subject: Problems installing policykit on Snow Leopard In-Reply-To: <2473b43f0909231148w55041e0bif4484a429529d915@mail.gmail.com> References: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> <2473b43f0909231148w55041e0bif4484a429529d915@mail.gmail.com> Message-ID: <4AFEE604-63E4-4A7D-8F36-3C680972A04A@macports.org> On Sep 23, 2009, at 13:48, Adam Olsen wrote: > On Wed, Sep 23, 2009 at 12:36 PM, Ryan Schmidt > wrote: >> Ports shouldn't be downloading files outside of the fetch phase, >> but I'm not >> sure how to prevent policykit from doing so in this case -- but I >> haven't >> looked into it either. If anybody has suggestions, let us know. > >> From the manpage of xsltproc: > > --nonet > Do not use the Internet to fetch DTDs, entities, or documents Oh, ok. > Does this mean it's not trying to fetch the document from the > internet? That would be my understanding of the documentation you cited, but I have not tested it myself. > If, in fact, it is trying to fetch the document, and I'm > able to download it by some other means (using a sf.net mirror or > something), where would I put it so that ports can find it when I'm > trying to install policykit? I do not know how xsltproc works or if there is a place you can put the document for it to use it. From ryandesign at macports.org Wed Sep 23 19:21:05 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Wed, 23 Sep 2009 21:21:05 -0500 Subject: Problems installing policykit on Snow Leopard In-Reply-To: <2473b43f0909231148q1c739f88j4b6683cef65d05c6@mail.gmail.com> References: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> <2473b43f0909231146s69cd04d2l826d174b7032bd82@mail.gmail.com> <2473b43f0909231148q1c739f88j4b6683cef65d05c6@mail.gmail.com> Message-ID: <886E949D-70D3-4A25-9A50-754011854DCE@macports.org> On Sep 23, 2009, at 13:48, Adam Olsen wrote: > On Sep 23, 2009, at 13:36, Ryan Schmidt wrote: > >> On Sep 23, 2009, at 12:58, Adam Olsen wrote: >> >>> I'm trying to install a package that depends on policykit, but >>> policykit fails to install. It simply hangs after it's done >>> building. >>> >>> If I run "port -v -d install policykit", the build appears to >>> complete, but the installation fails at this part: >>> >>> /opt/local/bin/xsltproc -nonet >>> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl >>> polkit-action.xml >>> >>> It appears to be using no CPU, and I've left it doing this for a few >>> hours with no results. What do I need to do to get this to install? >> >> It is presumably trying to download the file at the above-indicated >> URL. Are you able to download that file in a web browser or is >> there perhaps some network connectivity issue? >> >> Ports shouldn't be downloading files outside of the fetch phase, >> but I'm not sure how to prevent policykit from doing so in this >> case -- but I haven't looked into it either. If anybody has >> suggestions, let us know. > > From the manpage of xsltproc: > > --nonet > Do not use the Internet to fetch DTDs, entities, or documents It appears to me that there is a difference between "--nonet" which is listed in the manpage and "-nonet" which is actually being used here. This discrepancy has been previously noted in this ticket: http://trac.macports.org/ticket/19784 The port hanging at installation is something I am now experiencing as well, and it is already reported in this ticket: http://trac.macports.org/ticket/21578 From allbery at kf8nh.com Thu Sep 24 01:05:25 2009 From: allbery at kf8nh.com (Brandon Allbery) Date: Thu, 24 Sep 2009 04:05:25 -0400 Subject: Problems installing policykit on Snow Leopard In-Reply-To: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> References: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> Message-ID: <46160C6C-F6EA-4D1C-807A-FDB67C3F8A70@kf8nh.com> On Sep 23, 2009, at 13:58 , Adam Olsen wrote: > /opt/local/bin/xsltproc -nonet > http://docbook.sourceforge.net/release/xsl/current/manpages/ > docbook.xsl > polkit-action.xml but later on in the thread the option is documented as "--nonet". Typo, or bug in the port? -- 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 list at raburgess.com Thu Sep 24 04:50:38 2009 From: list at raburgess.com (Randy Burgess) Date: Thu, 24 Sep 2009 07:50:38 -0400 Subject: Install fails for gcc42 - libgfortran.a has no symbols?! Message-ID: <4142ECB5-8256-488B-AE01-BF1C55B17AB7@raburgess.com> Having switched to Snow Leopard (10.6.1) for my white Macbook (Intel Core 2 Duo) I belatedly realized I needed to reinstall Macports. I've followed the migration instructions, i.e. installing the latest version of XCode (3.2, 1610) and of Macports (1.8.0), then cleaning removing old ports and re-installing ports I want to keep. My only problem so far has been trying to reinstall pdftk, which has a dependency of gcc42. Here's the error I keep getting for gcc42 - any help appreciated: bash-3.2$ sudo port install -d gcc42 ---> Computing dependencies for gcc42 ---> Fetching gcc42 ---> Verifying checksum(s) for gcc42 ---> Extracting gcc42 ---> Configuring gcc42 ---> Building gcc42 ^[[AError: Target org.macports.build returned: shell command " cd "/ opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_gcc42 /work/build" && /usr/bin/make -j2 all " returned error 2 Command output: /usr/bin/ranlib: file: .libs/libgfortran.a(_exp_c16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_log_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_log_c16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_log10_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_sqrt_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_sqrt_c16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_asin_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_asinh_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_acos_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_acosh_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_atan_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_atanh_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_sin_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_sin_c16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_cos_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_cos_c16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_tan_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_sinh_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_cosh_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_tanh_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_conjg_c16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_aint_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_anint_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_sign_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_dim_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_atan2_r16.o) has no symbols /usr/bin/ranlib: file: .libs/libgfortran.a(_mod_r16.o) has no symbols creating libgfortran.la (cd .libs && rm -f libgfortran.la && ln -s ../libgfortran.la libgfortran.la) make: *** [all] Error 2 Error: Status 1 encountered during processing. From arolsen at gmail.com Thu Sep 24 08:32:20 2009 From: arolsen at gmail.com (Adam Olsen) Date: Thu, 24 Sep 2009 09:32:20 -0600 Subject: Problems installing policykit on Snow Leopard In-Reply-To: <46160C6C-F6EA-4D1C-807A-FDB67C3F8A70@kf8nh.com> References: <2473b43f0909231058o753897f2g95b58c854959cad7@mail.gmail.com> <46160C6C-F6EA-4D1C-807A-FDB67C3F8A70@kf8nh.com> Message-ID: <2473b43f0909240832ob56e6c4g6959a45369e32d2b@mail.gmail.com> Since I really don't care about these manpages whatseover, and I can't seem to get policykit to install with them, is there a way to install it without them? Adam On Thu, Sep 24, 2009 at 2:05 AM, Brandon Allbery wrote: > On Sep 23, 2009, at 13:58 , Adam Olsen wrote: >> >> /opt/local/bin/xsltproc -nonet >> http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl >> polkit-action.xml > > > but later on in the thread the option is documented as "--nonet". ?Typo, or > bug in the port? > > -- > 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 > > > > -- Adam Olsen SendOutCards.com http://www.vimtips.org http://last.fm/user/synic From paultbaker at gmail.com Thu Sep 24 09:51:24 2009 From: paultbaker at gmail.com (Paul T Baker) Date: Thu, 24 Sep 2009 10:51:24 -0600 Subject: Snow Leopard and /usr/local Message-ID: <4ABBA38C.5050006@gmail.com> Hello, Way back when, I installed MacPorts in /usr/local. I upgraded to Snow Leopard and have attempted to get MacPorts 1.8 to install there to no avail. I know that Snow Leopard messes with /usr/local permissions. I've tried all kinds of things to convince it to go there, but it won't: configure: error: Installing MacPorts into /usr/local is not supported is what I'm told. I hear that installing into /usr/local can cause problems, so my guess is that MacPorts explicitly refuses to install there. fine. Mostly I want to uninstall all of my old ports that still live in /usr/local. I can't just rm the whole thing. So my questions are: If I install MacPorts elsewhere can I make it see all of the old ports in /usr/local so it can uninstall them? If not, can I (against all advice) trick MacPorts to install to /usr/local to uninstall the ports? (I would then reinstall it elsewhere) Thank you for any help you can offer, Paul From ben at cogs.com Thu Sep 24 09:53:34 2009 From: ben at cogs.com (Ben Greenfield) Date: Thu, 24 Sep 2009 12:53:34 -0400 Subject: Snow Leopard and /usr/local In-Reply-To: <4ABBA38C.5050006@gmail.com> References: <4ABBA38C.5050006@gmail.com> Message-ID: I think the default is usually the default is /opt/local with usual a symlink to /usr/local/ On Sep 24, 2009, at 12:51 PM, Paul T Baker wrote: > Hello, > > Way back when, I installed MacPorts in /usr/local. I upgraded to > Snow Leopard and have attempted to get MacPorts 1.8 to install there > to no avail. I know that Snow Leopard messes with /usr/local > permissions. I've tried all kinds of things to convince it to go > there, but it won't: > > configure: error: Installing MacPorts into /usr/local is not > supported > > is what I'm told. > > I hear that installing into /usr/local can cause problems, so my > guess is that MacPorts explicitly refuses to install there. fine. > > Mostly I want to uninstall all of my old ports that still live in / > usr/local. I can't just rm the whole thing. So my questions are: > > If I install MacPorts elsewhere can I make it see all of the old > ports in /usr/local so it can uninstall them? > > If not, can I (against all advice) trick MacPorts to install to /usr/ > local to uninstall the ports? (I would then reinstall it elsewhere) > > Thank you for any help you can offer, > Paul > _______________________________________________ > macports-users mailing list > macports-users at lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo.cgi/macports-users From noah-list at enabled.com Thu Sep 24 10:34:35 2009 From: noah-list at enabled.com (Noah) Date: Thu, 24 Sep 2009 10:34:35 -0700 Subject: building irssi failing on 10.6.1 Message-ID: <4ABBADAB.6090409@enabled.com> HI there, I just installed OSX 10.6.1 and having problems building irssi It complains about needed glib2 which is built. I am not sure what the Best next steps are. Plus there are warnings at the beginning that are recently introduced. I tried to use the suggested command and things have failed. The output is below. unknown-10-101-31-224 10:29:35 ~ $ sudo port install irssi Warning: Skipping upgrade since ncurses 5.7_0 >= ncurses 5.7_0, even though installed variants "" do not match "+darwin_10". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since python_select 0.3_0 >= python_select 0.3_0, even though installed variants "+darwin_9" do not match "+darwin_10". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. ---> Computing dependencies for irssi ---> Configuring irssi 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_irc_irssi/work/irssi-0.8.14" && ./configure --prefix=/opt/local --without-socks --without-bot --with-proxy --with-modules --enable-ipv6 --enable-ssl --with-perl=no --with-glib-prefix=/opt/local --mandir=/opt/local/share/man " returned error 1 Command output: checking for regex.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for socket... yes checking for inet_addr... yes checking for socklen_t... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of off_t... 8 checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.7... yes checking for GLIB - version >= 2.6.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. *** trying without -lgmodule checking for pkg-config... (cached) /opt/local/bin/pkg-config checking pkg-config is at least version 0.7... yes checking for GLIB - version >= 2.6.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. *** If you don't have GLIB, you can get it from ftp://ftp.gtk.org/pub/glib/ *** We recommend you get the latest stable GLIB 2 version. *** Compile and install it, and make sure pkg-config finds it, *** by adding the path where the .pc file is located to PKG_CONFIG_PATH configure: error: GLIB is required to build irssi. Error: Status 1 encountered during processing. unknown-10-101-31-224 10:30:15 ~ $ unknown-10-101-31-224 10:33:31 ~ $ sudo port upgrade --enforce-variants Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /Users/noah"). Please verify that the directory and portfile syntax are correct. To use the current port, you must be in a port's directory. (you might also see this message if a pseudo-port such as outdated or installed expands to no ports). unknown-10-101-31-224 10:33:34 ~ $ From ryandesign at macports.org Thu Sep 24 11:33:45 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 24 Sep 2009 13:33:45 -0500 Subject: Snow Leopard and /usr/local In-Reply-To: References: <4ABBA38C.5050006@gmail.com> Message-ID: On Sep 24, 2009, at 11:53, Ben Greenfield wrote: > On Sep 24, 2009, at 12:51 PM, Paul T Baker wrote: > >> Way back when, I installed MacPorts in /usr/local. I upgraded to >> Snow Leopard and have attempted to get MacPorts 1.8 to install >> there to no avail. I know that Snow Leopard messes with /usr/local >> permissions. I'm not aware of any Snow Leopard-specific changes to the permissions of /usr/local. I know that in Snow Leopard / is not writable whereas it was before. The change in MacPorts 1.8.0 that prevents installation in /usr/local was not motivated by Snow Leopard, at any rate. >> I've tried all kinds of things to convince it to go there, but it >> won't: >> >> configure: error: Installing MacPorts into /usr/local is not >> supported >> >> is what I'm told. Yes, that's the check we added in 1.8.0. >> I hear that installing into /usr/local can cause problems, so my >> guess is that MacPorts explicitly refuses to install there. fine. >> >> Mostly I want to uninstall all of my old ports that still live in / >> usr/local. I can't just rm the whole thing. So my questions are: Hm. Does your existing MacPorts installation still function at all? If not, what happens when you try to use the port command? >> If I install MacPorts elsewhere can I make it see all of the old >> ports in /usr/local so it can uninstall them? There might be a way to trick it. You could try creating the directory /opt and then creating a symlink at /opt/local pointing to / usr/local. Then install MacPorts 1.8.0 from the disk image that you can download from the MacPorts web site, which will install the new MacPorts into /opt/local, and will not touch your installed ports. I'm not certain it will install through the symlink, but I think there's at least a chance it might. But then please do uninstall your ports (sudo port -f uninstall installed) and uninstall MacPorts (see the FAQ in the wiki) and reinstall it in a supported prefix. >> If not, can I (against all advice) trick MacPorts to install to / >> usr/local to uninstall the ports? (I would then reinstall it >> elsewhere) You could download the MacPorts base source, remove the line of code that checks for /usr/local, and then install from source. See the wiki how-to for instructions on installing from source. > I think the default is usually the default is /opt/local with usual > a symlink to /usr/local/ /opt/local is the default MacPorts prefix. As of MacPorts 1.8.0 we no longer allow changing the prefix to /usr/local because we do not want to provide technical support for the many unexpected situations that this causes. Creating a symlink at /usr/local pointing to /opt/local would probably be just as bad so please do not do that for regular use. From ryandesign at macports.org Thu Sep 24 11:41:04 2009 From: ryandesign at macports.org (Ryan Schmidt) Date: Thu, 24 Sep 2009 13:41:04 -0500 Subject: Install fails for gcc42 - libgfortran.a has no symbols?! In-Reply-To: <4142ECB5-8256-488B-AE01-BF1C55B17AB7@raburgess.com> References: <4142ECB5-8256-488B-AE01-BF1C55B17AB7@raburgess.com> Message-ID: <321701A6-9842-4751-91A3-4291AE8A0C53@macports.org> On Sep 24, 2009, at 06:50, Randy Burgess wrote: > Having switched to Snow Leopard (1