From unkie at cox.net Sun Jul 1 00:52:44 2007 From: unkie at cox.net (Samuel V.Green III) Date: Tue Oct 9 16:43:14 2007 Subject: Apache2 +openldap error Message-ID: <7119422C-5FDB-4ADF-B4D6-642C94B489E0@cox.net> Upon issuing a sudo port installed I get: apr-util @1.2.8_2 (active) ......, openldap @2.3.35_0 (active) ....., Upon issuing sudo port install apache2 + openldap I get : error: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure Reading this I recognized that I DID NOT build the APR-util with the +openldap option. I then did an uninstall of apache2 as well as php5 to correct this error. I'm now trying again to get Apache2 to build with openldap. Can someone point me to the documentation in the MacPorts Wiki or whatever that would have prevented me from "the long route?" --Samuel. From ryandesign at macports.org Sun Jul 1 03:00:45 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: Apache2 +openldap error In-Reply-To: <7119422C-5FDB-4ADF-B4D6-642C94B489E0@cox.net> References: <7119422C-5FDB-4ADF-B4D6-642C94B489E0@cox.net> Message-ID: <9B621F6B-95B5-4396-B94E-E4245219BB7F@macports.org> On Jul 1, 2007, at 02:52, Samuel V.Green III wrote: > Upon issuing a sudo port installed I get: > > apr-util @1.2.8_2 (active) > ......, > openldap @2.3.35_0 (active) > ....., > > > Upon issuing sudo port install apache2 + openldap I get : > > error: #error mod_authnz_ldap requires APR-util to have LDAP > support built in. To fix add --with-ldap to ./configure > > Reading this I recognized that I DID NOT build the APR-util with > the +openldap option. > I then did an uninstall of apache2 as well as php5 to correct this > error. > I'm now trying again to get Apache2 to build with openldap. > > Can someone point me to the documentation in the MacPorts Wiki or > whatever that would have > prevented me from "the long route?" If you did not yet have apr-util installed, and installed apache2 +openldap, then apr-util would also get installed with +openldap, and things should have just worked. However, if you already had apr-util installed, it would not be reinstalled, even if it did not have the "right" set of variants. Portfiles can only depend on another port being installed, not on a particular variant of another port being installed. This is ticket #126. Once you received the error from apache2 that explained that apr-util needed to be built with ldap support, the solution was to uninstall the apr-util you already had (sudo port -f uninstall apr-util) and reinstall it with the openldap variant (sudo port install apr-util +openldap). Then apache2 should install properly. From ryandesign at macports.org Sun Jul 1 03:02:17 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: Bluefish v1.0.7 (stable) builds and runs without alterations In-Reply-To: <264ca01eca49b0a3eb085d3ba5dc0736@pacific.net.au> References: <9e74a541685848394581689885476af1@pacific.net.au> <264ca01eca49b0a3eb085d3ba5dc0736@pacific.net.au> Message-ID: <65616A17-0254-4D5D-9214-FC86290AA049@macports.org> On Jun 30, 2007, at 23:25, Malcolm Fitzgerald wrote: > On 01/07/2007, at 1:31 PM, paul beard wrote: > >> On 6/30/07, Malcolm Fitzgerald wrote: >> >>> I've just downloaded the source code for bluefish v1.0.7 (stable) >>> from >>> the bluefish site. It compiles and runs on my machine (PPC GC >>> 600MHz, >>> OS10.3.9, xcode v1.5) without any alterations. >> >> If you were to submit a diff, I expect the port's maintainer will >> be happy to see it. > > How do I submit a diff? Or you could start with just emailing the maintainer, or creating a ticket in Trac requesting an update, assuming no such ticket already exists. From ryandesign at macports.org Sun Jul 1 03:09:39 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: rolling my own php 5.2.3 with macports gd2 fails In-Reply-To: <468708FF.9080302@systame.com> References: <468683C6.1020803@systame.com> <238F2D68-6B03-4AF1-A857-C99FA792FFF3@gmail.com> <4686C343.80809@systame.com> <96ADF863-0614-4263-B930-F0E697D48538@macports.org> <468708FF.9080302@systame.com> Message-ID: <84558B8D-B514-4224-91E4-2607A5341045@macports.org> On Jun 30, 2007, at 20:53, Randall Perry wrote: > Ryan Schmidt wrote: > >> On Jun 30, 2007, at 15:55, Randall Perry wrote: >> >>> I'm rolling my own php outside of macports. >> >> Any particular reason you're not using the MacPorts php5 port? >> Anything we could change in the php5 port that would make it more >> useful to you? > > Generally, if I can build something myself, I will. I like to have > complete control (and I can upgrade when I want, rather than > waiting for the latest port to come out). When I run into problems > that take too much time then I'll go with a macports or fink build. > > If the easiest way for me to get gd into php is build a macports > php then that's what I'll do. I just thought there might be a known > issue that would allow me to continue to roll my own. MacPorts php5 builds php with php's built-in gd library, not the gd library provided by the gd2 port. I have not yet attempted to do it the other way. Maybe we would run into the same errors that you did. > If I can get all the options shown below in my config command with > macports that'd be great (with path changes where appropriate): > > ./configure \ > --with-gd=/opt/local \ > --with-png-dir=/opt/local \ > --with-jpeg-dir=/opt/local \ > --with-freetype-dir=/opt/local \ > --enable-ftp \ > --with-apxs=/usr/local/apache/bin/apxs \ > --with-pgsql \ > --with-xml \ > --enable-mbstring \ > --enable-mbregex \ > --enable-exif \ > --with-openssl \ > --with-openssl-dir=/usr/local/ssl \ > --with-pear --with-curl=/usr/local/lib \ > --with-mysql=/usr/local/mysql \ > --enable-imap \ > --with-imap=/usr/local/imap-2004a \ > --with-imap-ssl=/usr/local/imap-2004a \ > --with-zlib \ > --with-zlib-dir=/opt/local/lib By looking at the existing php5 portfile, you can see that our configure options are: configure.args \ --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --with-config-file-path=${prefix}/etc \ --enable-calendar \ --with-iconv=${prefix} \ --enable-exif \ --enable-ftp \ --enable-wddx\ --with-zlib=${prefix} \ --without-mysql \ --without-sqlite \ --without-pdo-sqlite \ --with-libxml-dir=${prefix} \ --with-gettext=${prefix} \ --with-xml \ --with-expat-dir=${prefix} \ --with-xmlrpc \ --enable-soap \ --enable-filepro \ --enable-bcmath \ --enable-trans-sid \ --enable-mbstring \ --enable-dbx \ --enable-dba \ --with-openssl=${prefix} \ --with-mhash=${prefix} \ --with-mcrypt=${prefix} \ --with-xsl=${prefix} \ --with-curl=${prefix} \ --with-pcre-regex=${prefix} \ --with-gd \ --with-jpeg-dir=${prefix} \ --with-png-dir=${prefix} \ --enable-gd-native-ttf \ --without-pear \ --with-freetype-dir=${prefix} There are variants to select between apache 1, apache2 and fastcgi modules, and to add imap, tidy, mssql, snmp, mysql, postgresql82, sqlite3, pcntl and pear support. Can you try our php5 and see if anything specific is missing? If so, let us know what. I'm not confident that our +imap variant works at the moment so try that especially. From ryandesign at macports.org Sun Jul 1 03:49:45 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: Apache2 +openldap error In-Reply-To: <9812F995-3199-4E2F-890C-ECE588C248E7@cox.net> References: <7119422C-5FDB-4ADF-B4D6-642C94B489E0@cox.net> <9B621F6B-95B5-4396-B94E-E4245219BB7F@macports.org> <9812F995-3199-4E2F-890C-ECE588C248E7@cox.net> Message-ID: <6880030B-6638-4C5F-BD42-885B8395AA7D@macports.org> On Jul 1, 2007, at 05:41, Samuel V. Green III wrote: > On Jul 1, 2007, at 3:00 AM, Ryan Schmidt wrote: > >> On Jul 1, 2007, at 02:52, Samuel V.Green III wrote: >> >>> Upon issuing a sudo port installed I get: >>> >>> apr-util @1.2.8_2 (active) >>> ......, >>> openldap @2.3.35_0 (active) >>> ....., >>> >>> >>> Upon issuing sudo port install apache2 + openldap I get : >>> >>> error: #error mod_authnz_ldap requires APR-util to have LDAP >>> support built in. To fix add --with-ldap to ./configure >>> >>> Reading this I recognized that I DID NOT build the APR-util with >>> the +openldap option. >>> I then did an uninstall of apache2 as well as php5 to correct >>> this error. >>> I'm now trying again to get Apache2 to build with openldap. >>> >>> Can someone point me to the documentation in the MacPorts Wiki or >>> whatever that would have >>> prevented me from "the long route?" >> >> If you did not yet have apr-util installed, and installed apache2 >> +openldap, then apr-util would also get installed with +openldap, >> and things should have just worked. However, if you already had >> apr-util installed, it would not be reinstalled, even if it did >> not have the "right" set of variants. >> >> Portfiles can only depend on another port being installed, not on >> a particular variant of another port being installed. This is >> ticket #126. >> >> Once you received the error from apache2 that explained that apr- >> util needed to be built with ldap support, the solution was to >> uninstall the apr-util you already had (sudo port -f uninstall apr- >> util) and reinstall it with the openldap variant (sudo port >> install apr-util +openldap). Then apache2 should install properly. > > Thank you. I logically did the uninstall of the apr-util and added > the +openldap to it > before reinstalling. Relative to this I then reinstalled apache2 > and php5 to reflect the +openldap variant. > > Improving the MacPorts documentation that would let an end user > understand > the need to have to add the "+openldap" variant to the apr-util > build BEFORE an +openldap variant > is added to Apache2 would be helpful. As I said, if you did not already have apr-util installed, no special action would have been necessary. Installing apache2 +openldap would have caused apr-util +openldap to have been installed automatically. The problem only arose because you already had apr-util installed without +openldap. Our documentation is out of date for most things, not just this. We are attempting to work on the documentation again. Specific suggestions for where in the documentation this should go and/or what specifically should be said would be helpful. I say this because I'm not sure what it should say to avoid being both overly wordy and overly specific. (If it said "If you want to install apache2 +openldap but already have apr-util installed without +openldap, uninstall apr-util and reinstall it with +openldap" that would be way too specific to that port. If it said "If you want to install a port that depends on a particular variant of another port but you already have a different variant of that other port installed, then you will need to uninstall that other port and reinstall it with the variants required for the new port you want to install" then that would be overly wordy, and probably nobody reading that would in fact recognize the problem when they encounter it.) Perhaps a better solution is to update the apache2 portfile, in this case, so that if you select +openldap, it checks apr-util to see if it's installed with +openldap, and if not, it prints an error that's slightly friendlier than the one that apache2 printed for you. (I say slightly friendlier because the message it printed was already pretty friendly: it already pretty much told you what you needed to do to correct the problem.) Don't forget to Reply To All so that your reply goes to the mailing list too, not just to me. From unkie at cox.net Sun Jul 1 04:24:17 2007 From: unkie at cox.net (Samuel V. Green III) Date: Tue Oct 9 16:43:15 2007 Subject: Apache2 +openldap error In-Reply-To: <6880030B-6638-4C5F-BD42-885B8395AA7D@macports.org> References: <7119422C-5FDB-4ADF-B4D6-642C94B489E0@cox.net> <9B621F6B-95B5-4396-B94E-E4245219BB7F@macports.org> <9812F995-3199-4E2F-890C-ECE588C248E7@cox.net> <6880030B-6638-4C5F-BD42-885B8395AA7D@macports.org> Message-ID: Thanks again for your help Ryan. I agree with your suggestion that involves updating the Apache2 portfile to include an if/and condition. It is my backward approach to a installing that caused the issue. In the past with something as extensive as php5, I've ran into problems with some of the dependencies installing. (By this I mean a year ago or so.) I've gotten into the habit of independently installing dependencies as a result. It also gives my curious mind a better view of relative dependencies. Bottomline: If I hadn't installed apr-util independent of Apache2 I would not have had any problems. Once I did get the apr-util thing sorted out, Apache2, MySql5, and Php5 all built flawlessly on a clean install of 10.4.10. On Jul 1, 2007, at 3:49 AM, Ryan Schmidt wrote: > > On Jul 1, 2007, at 05:41, Samuel V. Green III wrote: > >> On Jul 1, 2007, at 3:00 AM, Ryan Schmidt wrote: >> >>> On Jul 1, 2007, at 02:52, Samuel V.Green III wrote: >>> >>>> Upon issuing a sudo port installed I get: >>>> >>>> apr-util @1.2.8_2 (active) >>>> ......, >>>> openldap @2.3.35_0 (active) >>>> ....., >>>> >>>> >>>> Upon issuing sudo port install apache2 + openldap I get : >>>> >>>> error: #error mod_authnz_ldap requires APR-util to have LDAP >>>> support built in. To fix add --with-ldap to ./configure >>>> >>>> Reading this I recognized that I DID NOT build the APR-util with >>>> the +openldap option. >>>> I then did an uninstall of apache2 as well as php5 to correct >>>> this error. >>>> I'm now trying again to get Apache2 to build with openldap. >>>> >>>> Can someone point me to the documentation in the MacPorts Wiki >>>> or whatever that would have >>>> prevented me from "the long route?" >>> >>> If you did not yet have apr-util installed, and installed apache2 >>> +openldap, then apr-util would also get installed with +openldap, >>> and things should have just worked. However, if you already had >>> apr-util installed, it would not be reinstalled, even if it did >>> not have the "right" set of variants. >>> >>> Portfiles can only depend on another port being installed, not on >>> a particular variant of another port being installed. This is >>> ticket #126. >>> >>> Once you received the error from apache2 that explained that apr- >>> util needed to be built with ldap support, the solution was to >>> uninstall the apr-util you already had (sudo port -f uninstall >>> apr-util) and reinstall it with the openldap variant (sudo port >>> install apr-util +openldap). Then apache2 should install properly. >> >> Thank you. I logically did the uninstall of the apr-util and >> added the +openldap to it >> before reinstalling. Relative to this I then reinstalled apache2 >> and php5 to reflect the +openldap variant. >> >> Improving the MacPorts documentation that would let an end user >> understand >> the need to have to add the "+openldap" variant to the apr-util >> build BEFORE an +openldap variant >> is added to Apache2 would be helpful. > > As I said, if you did not already have apr-util installed, no > special action would have been necessary. Installing apache2 > +openldap would have caused apr-util +openldap to have been > installed automatically. The problem only arose because you already > had apr-util installed without +openldap. > > Our documentation is out of date for most things, not just this. We > are attempting to work on the documentation again. Specific > suggestions for where in the documentation this should go and/or > what specifically should be said would be helpful. I say this > because I'm not sure what it should say to avoid being both overly > wordy and overly specific. (If it said "If you want to install > apache2 +openldap but already have apr-util installed without > +openldap, uninstall apr-util and reinstall it with +openldap" that > would be way too specific to that port. If it said "If you want to > install a port that depends on a particular variant of another port > but you already have a different variant of that other port > installed, then you will need to uninstall that other port and > reinstall it with the variants required for the new port you want > to install" then that would be overly wordy, and probably nobody > reading that would in fact recognize the problem when they > encounter it.) > > Perhaps a better solution is to update the apache2 portfile, in > this case, so that if you select +openldap, it checks apr-util to > see if it's installed with +openldap, and if not, it prints an > error that's slightly friendlier than the one that apache2 printed > for you. (I say slightly friendlier because the message it printed > was already pretty friendly: it already pretty much told you what > you needed to do to correct the problem.) > > Don't forget to Reply To All so that your reply goes to the mailing > list too, not just to me. > From markzero at gmail.com Sun Jul 1 11:45:43 2007 From: markzero at gmail.com (Jason M) Date: Tue Oct 9 16:43:15 2007 Subject: xmfract 1.4 source mirror issues In-Reply-To: References: Message-ID: I have not filed a bug on this, but please consider adding http://spanky.fractint.org/pub/fractals/programs/unix/ as a mirror for master site http://spanky.triumf.ca/pub/fractals/programs/unix/ which appears to be down. Also, the portfile seems to be failing over to older named servers that are not answering: ---> Attempting to fetch xmfract_1-4_tar.gz from http://distfiles-od.opendarwin.org/xmfract ---> Attempting to fetch xmfract_1-4_tar.gz from http://distfiles-msn.opendarwin.org/xmfract ---> Attempting to fetch xmfract_1-4_tar.gz from http://distfiles-od.opendarwin.org/ ---> Attempting to fetch xmfract_1-4_tar.gz from http://distfiles-msn.opendarwin.org/ Thanks. - Jason From taniahabib at gmail.com Mon Jul 2 03:46:00 2007 From: taniahabib at gmail.com (tania habib) Date: Tue Oct 9 16:43:15 2007 Subject: how to install libsamplerate Message-ID: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> Hello List, I recently installed macport on my laptop. For last few days I was having trouble in installing a library named Aubio. As it required 1-fftw3 2-libsndfile 3-automake 4-libsamplerate The first three I successfully installed on my mac and aubio finds them but the libsamplerate can not be installed through macports and secondly when I try to install it manually using sudo ./configur & make & make install. Then when I start installing aubio, it sends out an error message the package "samplerate" can not be found. Kindly suggest or advice an alternative solution which fixes the bug regards, tania -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070702/ac65d74e/attachment.html From markzero at gmail.com Mon Jul 2 07:54:17 2007 From: markzero at gmail.com (Jason M) Date: Tue Oct 9 16:43:15 2007 Subject: how to install libsamplerate In-Reply-To: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> References: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> Message-ID: Tania: I searched for Aubio but didn't see a port in macports. Did you try the program's author? I searched in Google and got this: http://www-staff.it.uts.edu.au/~aj/blog/index.php4 Search that page for aubio, and see if those notes help. - Jason On 7/2/07, tania habib wrote: > Hello List, > I recently installed macport on my laptop. > For last few days I was having trouble in installing a library named Aubio. > As it required > 1-fftw3 > 2-libsndfile > 3-automake > 4-libsamplerate > > The first three I successfully installed on my mac and aubio finds them but > the libsamplerate can not be installed through macports and secondly when I > try to install it manually using sudo ./configur & make & make install. > Then when I start installing aubio, it sends out an error message the > package "samplerate" can not be found. > > Kindly suggest or advice an alternative solution which fixes the bug > regards, > tania > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > > From ehainry at free.fr Mon Jul 2 08:31:51 2007 From: ehainry at free.fr (Emmanuel Hainry) Date: Tue Oct 9 16:43:15 2007 Subject: how to install libsamplerate In-Reply-To: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> References: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> Message-ID: <20070702153151.GA1253@dhcp-69.inma.ucl.ac.be> Citando tania habib : > Hello List, > I recently installed macport on my laptop. > For last few days I was having trouble in installing a library named Aubio. > As it required > 1-fftw3 > 2-libsndfile > 3-automake > 4-libsamplerate > > The first three I successfully installed on my mac and aubio finds them but > the libsamplerate can not be installed through macports and secondly when I > try to install it manually using sudo ./configur & make & make install. I hope it was more like ./configure && make && sudo make install Did it generate no error message? Did it end with lines like /usr/bin/install blabla /usr/local/blabla > Then when I start installing aubio, it sends out an error message the > package "samplerate" can not be found. > I would say the easier solution would be to first) locate where this installation of libsamplerate put the libs (if it has worked). You can try to ask spotlight if it knows a file looking like libsamplerate.blabla.dylib or .a, however it is probably in /usr/local/ second) build your app with flags telling it where to find the libs (things like CPPFLAGS='-I/opt/local/include -I/where/libsamplerate/include' LDFLAGS='-L/opt/local/lib -L/where/libsamplerate/lib' ./configure with /where/libsamplerate being where it was installed (probably /usr/local). And then try to build (make && make install) Best luck, Emmanuel From christos.e at gmail.com Tue Jul 3 06:33:39 2007 From: christos.e at gmail.com (Chris Lestat) Date: Tue Oct 9 16:43:15 2007 Subject: Chris has Tagged you! :) Message-ID: <20070703133339.8C51020818FB@lists.macosforge.org> An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070703/4c176166/attachment.html From tobias.weisserth at gmail.com Tue Jul 3 07:03:56 2007 From: tobias.weisserth at gmail.com (Tobias Weisserth) Date: Tue Oct 9 16:43:15 2007 Subject: Tripwire fails to install Message-ID: Hi everybody, I'm running the latest MacPorts on a PPC G4 PowerBook with Max OS X 10.4.10. When running sudo port selfupdate sudo port install tripwire I get errors after tripwire finishes building and tries to run the install.sh shell script: ---> Fetching tripwire ---> Verifying checksum(s) for tripwire ---> Extracting tripwire ---> Applying patches to tripwire ---> Configuring tripwire ---> Building tripwire with target all ---> Staging tripwire into destroot Error: Target com.apple.destroot returned: shell command " cd "/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_security_tripwire/work/tripwire-2.3.1-2" && make install DESTDIR=/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_security_tripwire/work/destroot " returned error 2 Command output: /usr/bin/install -c twadmin /opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_security_tripwire/work/destroot/opt/local/sbin/twadmin make[3]: Nothing to be done for `install-data-am'. Making install in siggen /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_security_tripwire/work/destroot/opt/local/sbin /usr/bin/install -c siggen /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_security_tripwire/work/destroot/opt/local/sbin/siggen make[3]: Nothing to be done for `install-data-am'. Making install in tripwire /bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_security_tripwire/work/destroot/opt/local/sbin /usr/bin/install -c tripwire /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_security_tripwire/work/destroot/opt/local/sbin/tripwire make[3]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[2]: Nothing to be done for `install-exec-am'. make install-data-hook prefix="/opt/local" sysconfdir="/opt/local/etc/tripwire" \ path_to_vi="/usr/bin/vi" path_to_sendmail="/usr/sbin/ sendmail" \ ./install/install.sh Installer program for: Tripwire(R) 2.3 Open Source Copyright (C) 1998-2000 Tripwire (R) Security Systems, Inc. Tripwire (R) is a registered trademark of the Purdue Research Foundation and is licensed exclusively to Tripwire (R) Security Systems, Inc. Say 'sh install.sh', not 'sh < install.sh' make[3]: *** [install-data-hook] Error 1 make[2]: *** [install-data-am] Error 2 make[1]: *** [install-am] Error 2 make: *** [install-recursive] Error 1 Error: Status 1 encountered during processing. What's wrong? thanks for any hints, Tobias W. From markd at macports.org Tue Jul 3 08:49:04 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:15 2007 Subject: Tripwire fails to install In-Reply-To: References: Message-ID: Tripwire is way out of date and needs to be updated. But it looks to me like this app may take a lot of modification, so someone will need to take on the challenge to figure out the installation method of the the latest version and update the port. Mark Tobias Weisserth on Tuesday, July 3, 2007 at 7:03 AM -0800 wrote: >I'm running the latest MacPorts on a PPC G4 PowerBook with Max OS X >10.4.10. > >When running > >sudo port selfupdate >sudo port install tripwire > >I get errors after tripwire finishes building and tries to run the >install.sh shell script: > >---> Fetching tripwire >---> Verifying checksum(s) for tripwire >---> Extracting tripwire >---> Applying patches to tripwire >---> Configuring tripwire >---> Building tripwire with target all >---> Staging tripwire into destroot >Error: Target com.apple.destroot returned: shell command " cd "/opt/ >local/var/db/dports/build/ >_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp >orts_security_tripwire/work/tripwire-2.3.1-2" && make install >DESTDIR=/opt/local/var/db/dports/build/ >_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp >orts_security_tripwire/work/destroot " returned error 2 >Command output: /usr/bin/install -c twadmin /opt/local/var/db/ >dports/build/ >_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp >orts_security_tripwire/work/destroot/opt/local/sbin/twadmin >make[3]: Nothing to be done for `install-data-am'. >Making install in siggen >/bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/ >_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp >orts_security_tripwire/work/destroot/opt/local/sbin > /usr/bin/install -c siggen /opt/local/var/db/dports/build/ >_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp >orts_security_tripwire/work/destroot/opt/local/sbin/siggen >make[3]: Nothing to be done for `install-data-am'. >Making install in tripwire >/bin/sh ../../mkinstalldirs /opt/local/var/db/dports/build/ >_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp >orts_security_tripwire/work/destroot/opt/local/sbin > /usr/bin/install -c tripwire /opt/local/var/db/dports/build/ >_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp >orts_security_tripwire/work/destroot/opt/local/sbin/tripwire >make[3]: Nothing to be done for `install-data-am'. >make[3]: Nothing to be done for `install-exec-am'. >make[3]: Nothing to be done for `install-data-am'. >make[2]: Nothing to be done for `install-exec-am'. >make install-data-hook >prefix="/opt/local" sysconfdir="/opt/local/etc/tripwire" \ > path_to_vi="/usr/bin/vi" path_to_sendmail="/usr/sbin/ >sendmail" \ > ./install/install.sh > >Installer program for: >Tripwire(R) 2.3 Open Source > >Copyright (C) 1998-2000 Tripwire (R) Security Systems, Inc. Tripwire >(R) >is a registered trademark of the Purdue Research Foundation and is >licensed exclusively to Tripwire (R) Security Systems, Inc. > >Say 'sh install.sh', not 'sh < install.sh' >make[3]: *** [install-data-hook] Error 1 >make[2]: *** [install-data-am] Error 2 >make[1]: *** [install-am] Error 2 >make: *** [install-recursive] Error 1 > >Error: Status 1 encountered during processing. > >What's wrong? > >thanks for any hints, From unkie at cox.net Tue Jul 3 11:50:09 2007 From: unkie at cox.net (Samuel V. Green III) Date: Tue Oct 9 16:43:15 2007 Subject: Fwd: Chris has Tagged you! :) - References: <20070703133339.8C51020818FB@lists.macosforge.org> Message-ID: I'm not hitting links on this? What is this? --Samuel. Begin forwarded message: > From: Chris Lestat > Date: July 3, 2007 6:33:39 AM PDT > To: macports-users@lists.macosforge.org > Subject: Chris has Tagged you! :) > Reply-To: Chris Lestat > > > > > Chris L, 29 > New Brunswick, NJ > Chris L has added you as a friend > Is Chris L your friend? > > Please respond or Chris may think you said no :( > > Click here to block all emails from Tagged, P.O. Box 193152 San > Francisco, CA 94119-3152 > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From paulbeard at gmail.com Tue Jul 3 11:52:56 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:15 2007 Subject: Chris has Tagged you! :) - In-Reply-To: References: <20070703133339.8C51020818FB@lists.macosforge.org> Message-ID: I just deleted and marked as spam so Google can be aware of it. On 7/3/07, Samuel V. Green III wrote: > > I'm not hitting links on this? What is this? > > --Samuel. > > > Begin forwarded message: > > > From: Chris Lestat > > Date: July 3, 2007 6:33:39 AM PDT > > To: macports-users@lists.macosforge.org > > Subject: Chris has Tagged you! :) > > Reply-To: Chris Lestat > > > > > > > > > > Chris L, 29 > > New Brunswick, NJ > > Chris L has added you as a friend > > Is Chris L your friend? > > > > Please respond or Chris may think you said no :( > > > > Click here to block all emails from Tagged, P.O. Box 193152 San > > Francisco, CA 94119-3152 > > _______________________________________________ > > macports-users mailing list > > macports-users@lists.macosforge.org > > http://lists.macosforge.org/mailman/listinfo/macports-users > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > -- Paul Beard / www.paulbeard.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070703/7f214ad1/attachment.html From unkie at cox.net Tue Jul 3 15:56:27 2007 From: unkie at cox.net (Samuel V. Green III) Date: Tue Oct 9 16:43:15 2007 Subject: Mod_Jk2 install question Message-ID: I just installed (via port), Mod_Jk2 and some of the post install message includes: If you're using Tomcat, note that you also need to configure the file # jk2.properties in tomcat5/conf (Tomcat should have installed a copy of this # file as jk2.properties.sample), or add appropriate attributes to the Connector # element in server.xml. Note that if you are going to use jk2.properties, you # now need to specify this in the Connector element in server.xml: # # My install did not include the jk2.properties.sample. Does anybody out there have an example they can send me as well of where to put it? Thanks for any help! --Samuel. From paulbeard at gmail.com Tue Jul 3 16:04:05 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:15 2007 Subject: Mod_Jk2 install question In-Reply-To: References: Message-ID: On 7/3/07, Samuel V. Green III wrote: > > I just installed (via port), Mod_Jk2 and some of the post install > message includes: > > If you're using Tomcat, note that you also need to configure the file > # jk2.properties in tomcat5/conf (Tomcat should have installed a copy > of this > # file as jk2.properties.sample), or add appropriate attributes to > the Connector > # element in server.xml. Note that if you are going to use > jk2.properties, you > # now need to specify this in the Connector element in server.xml: > # > # # enableLookups='false' redirectPort='8443' > # propertiesFile='conf/jk2.properties' > # /> > > > My install did not include the jk2.properties.sample. > Does anybody out there have an example they can send > me as well of where to put it? > I suspect it comes in the tarball. port fetch tomcat and poke around in the work directory in /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/tomcat5/ -- Paul Beard / www.paulbeard.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070703/59d8b920/attachment.html From jberry at macports.org Tue Jul 3 16:08:58 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:43:15 2007 Subject: Mod_Jk2 install question In-Reply-To: References: Message-ID: <513DB615-4B4B-4B32-BBC1-C4FABC6F3736@macports.org> Hi Samuel, That file may no longer be present in Tomcat, since jk2 has been abandoned. mod_jk is more up to date and has taken over from mod_jk2. Or use mod_proxy_ajp which ships with apache2: that's what I do. James On Jul 3, 2007, at 3:56 PM, Samuel V. Green III wrote: > I just installed (via port), Mod_Jk2 and some of the post install > message includes: > > If you're using Tomcat, note that you also need to configure the file > # jk2.properties in tomcat5/conf (Tomcat should have installed a > copy of this > # file as jk2.properties.sample), or add appropriate attributes to > the Connector > # element in server.xml. Note that if you are going to use > jk2.properties, you > # now need to specify this in the Connector element in server.xml: > # > # # enableLookups='false' redirectPort='8443' > # propertiesFile='conf/jk2.properties' > # /> > > > My install did not include the jk2.properties.sample. > Does anybody out there have an example they can send > me as well of where to put it? > > Thanks for any help! > > --Samuel. > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From boeyms at macports.org Tue Jul 3 17:45:19 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:15 2007 Subject: how to install libsamplerate In-Reply-To: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> References: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> Message-ID: <40421BDA-6B4D-4893-A5D7-615129E4C900@macports.org> Hi Tania, > The first three I successfully installed on my mac and aubio finds > them but the libsamplerate can not be installed through macports You're in luck: I happened to have a port of libsndfile that I'd been working on but forgotten about, so I've now finished it up and added it to MacPorts; it'll become available once the PortIndex has regenerated in the next 12 hours. Let me know how you go after that, and, as a sidenote, please consider creating a port for aubio once you get it working! Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From srogers1 at austin.rr.com Tue Jul 3 18:45:08 2007 From: srogers1 at austin.rr.com (Steven Rogers) Date: Tue Oct 9 16:43:15 2007 Subject: Full db44 error Message-ID: <3D3D135D-FBFF-4A12-BE8B-6D1321A13CFC@austin.rr.com> Just in case there's any relevance, here's the full text of the db44 compile error Building db44 with target all Error: Target com.apple.build returned: shell command " cd "/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_databases_db44/work/db-4.4.20/build_unix" && make all " returned error 2 Command output: /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -c - O2 -I../dist/.. -I/opt/local/include ../dist/../db_dump185/db_dump185.c /usr/bin/gcc-4.0 -c -O2 -I../dist/.. -I/opt/local/include ../ dist/../db_dump185/db_dump185.c -fno-common -DPIC -o .libs/db_dump185.o ../dist/../db_dump185/db_dump185.c: In function 'main': ../dist/../db_dump185/db_dump185.c:212: warning: assignment makes pointer from integer without a cast ../dist/../db_dump185/db_dump185.c:214: warning: assignment makes pointer from integer without a cast ../dist/../db_dump185/db_dump185.c:229: error: 'struct __db' has no member named 'seq' ../dist/../db_dump185/db_dump185.c:229: error: 'R_NEXT' undeclared (first use in this function) ../dist/../db_dump185/db_dump185.c:229: error: (Each undeclared identifier is reported only once ../dist/../db_dump185/db_dump185.c:229: error: for each function it appears in.) ../dist/../db_dump185/db_dump185.c:234: error: 'struct __db' has no member named 'seq' ../dist/../db_dump185/db_dump185.c: In function 'db_hash': ../dist/../db_dump185/db_dump185.c:262: error: 'struct __db' has no member named 'internal' ../dist/../db_dump185/db_dump185.c:264: error: 'struct __db' has no member named 'internal' ../dist/../db_dump185/db_dump185.c: In function 'db_btree': ../dist/../db_dump185/db_dump185.c:289: error: 'struct __db' has no member named 'internal' make: *** [db_dump185.lo] Error 1 SR From unkie at cox.net Wed Jul 4 01:08:41 2007 From: unkie at cox.net (Samuel V. Green III) Date: Tue Oct 9 16:43:15 2007 Subject: PhP5 install question Message-ID: <2330847A-634D-48D4-A692-FD7E2A702F9A@cox.net> I got php5 to install but noticed that it didn't produce a libphp5.so module? If it did, where in the ports directories might I look for it? Thanks for all the great help! --Samuel. From jwa at macports.org Wed Jul 4 01:08:23 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:15 2007 Subject: PhP5 install question In-Reply-To: <2330847A-634D-48D4-A692-FD7E2A702F9A@cox.net> References: <2330847A-634D-48D4-A692-FD7E2A702F9A@cox.net> Message-ID: On 4.7.2007, at 11.08, Samuel V. Green III wrote: > I got php5 to install but noticed that it didn't produce a > > libphp5.so module? If it did, where in the ports directories might > I look for it? > > Thanks for all the great help! > > --Samuel. Hi, for me this works: jwa@messiaen:jwa> port contents php5 | grep libphp5 /opt/local/apache2/modules/libphp5.so The location could be the same with you assuming your prefix is the default (/opt/local). If this is not the case, then something is wrong and you should provide some more information. ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From jwa at macports.org Wed Jul 4 01:21:27 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:15 2007 Subject: PhP5 install question In-Reply-To: <5A359EDC-5C92-4E42-AFB9-288738A02976@cox.net> References: <2330847A-634D-48D4-A692-FD7E2A702F9A@cox.net> <5A359EDC-5C92-4E42-AFB9-288738A02976@cox.net> Message-ID: <5D3D472D-78D0-485F-9DF8-603C4AE10973@macports.org> On 4.7.2007, at 11.19, Samuel V. Green III wrote: > Hmmm.... I issued that command and came up blank? > How can a port installed show php5 @5.2.3_0+darwin_8+fastcgi+macosx > +mysql5+postgresql (active) > and not have built the the libphp5? > > Does some one have one built against 10.4.10 that I can steal? > > Thanks again for any help! > > --Samuel. Hmm, I'd expect you ought to specify some apache variant (apache, apache2) to get the module built. ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From jwa at macports.org Wed Jul 4 01:33:46 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:43:15 2007 Subject: PhP5 install question In-Reply-To: References: <2330847A-634D-48D4-A692-FD7E2A702F9A@cox.net> <5A359EDC-5C92-4E42-AFB9-288738A02976@cox.net> <5D3D472D-78D0-485F-9DF8-603C4AE10973@macports.org> Message-ID: On 4.7.2007, at 11.32, Samuel V. Green III wrote: > Thanks Jyrki, > > I'll keep searching? > > --Samuel. > > http://www.macunkie.com/ > > > On Jul 4, 2007, at 1:21 AM, Jyrki Wahlstedt wrote: >> > > >> On 4.7.2007, at 11.19, Samuel V. Green III wrote: >> >>> Hmmm.... I issued that command and came up blank? >>> How can a port installed show php5 @5.2.3_0+darwin_8+fastcgi >>> +macosx+mysql5+postgresql (active) >>> and not have built the the libphp5? >>> >>> Does some one have one built against 10.4.10 that I can steal? >>> >>> Thanks again for any help! >>> >>> --Samuel. >> >> Hmm, >> I'd expect you ought to specify some apache variant (apache, >> apache2) to get the module built. >> Hi, I'd suggest you uninstall and reinstall using: sudo port install php5 +apache2 +fastcgi +mysql5 +postgresql (assuming you use MacPorts apache2) After this I think you should find libphp5. ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From unkie at cox.net Wed Jul 4 01:56:49 2007 From: unkie at cox.net (Samuel V. Green III) Date: Tue Oct 9 16:43:15 2007 Subject: PhP5 install question In-Reply-To: References: <2330847A-634D-48D4-A692-FD7E2A702F9A@cox.net> <5A359EDC-5C92-4E42-AFB9-288738A02976@cox.net> <5D3D472D-78D0-485F-9DF8-603C4AE10973@macports.org> Message-ID: Thanks again Jyrki, I'm doing a rebuild as I type! --Samuel. On Jul 4, 2007, at 1:33 AM, Jyrki Wahlstedt wrote: > > On 4.7.2007, at 11.32, Samuel V. Green III wrote: > >> Thanks Jyrki, >> >> I'll keep searching? >> >> --Samuel. >> >> http://www.macunkie.com/ >> >> >> On Jul 4, 2007, at 1:21 AM, Jyrki Wahlstedt wrote: >>> >> >> >>> On 4.7.2007, at 11.19, Samuel V. Green III wrote: >>> >>>> Hmmm.... I issued that command and came up blank? >>>> How can a port installed show php5 @5.2.3_0+darwin_8+fastcgi >>>> +macosx+mysql5+postgresql (active) >>>> and not have built the the libphp5? >>>> >>>> Does some one have one built against 10.4.10 that I can steal? >>>> >>>> Thanks again for any help! >>>> >>>> --Samuel. >>> >>> Hmm, >>> I'd expect you ought to specify some apache variant (apache, >>> apache2) to get the module built. >>> > > Hi, > I'd suggest you uninstall and reinstall using: > sudo port install php5 +apache2 +fastcgi +mysql5 +postgresql > > (assuming you use MacPorts apache2) > > After this I think you should find libphp5. > > ! > ! Jyrki Wahlstedt > ! http://www.wahlstedt.fi/jyrki/ > ! > ! Our life is no dream; but it ought to become one and perhaps will. > ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 > A780 6366 EFD9 139C C386 > > > From taniahabib at gmail.com Wed Jul 4 03:58:11 2007 From: taniahabib at gmail.com (tania habib) Date: Tue Oct 9 16:43:15 2007 Subject: how to install libsamplerate In-Reply-To: <40421BDA-6B4D-4893-A5D7-615129E4C900@macports.org> References: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> <40421BDA-6B4D-4893-A5D7-615129E4C900@macports.org> Message-ID: <2c79733a0707040358h36ecd0b0ka27f3b2a6777face@mail.gmail.com> Hi Boey, Just to clearify, are you talking about libsndfile or libsamplerate. As the libsndfile is already at the Macports and libsamplerate isn't. BR, tania On 7/4/07, Boey Maun Suang wrote: > > Hi Tania, > > > The first three I successfully installed on my mac and aubio finds > > them but the libsamplerate can not be installed through macports > > You're in luck: I happened to have a port of libsndfile that I'd been > working on but forgotten about, so I've now finished it up and added > it to MacPorts; it'll become available once the PortIndex has > regenerated in the next 12 hours. Let me know how you go after that, > and, as a sidenote, please consider creating a port for aubio once > you get it working! > > Kind regards, > > > Maun Suang > > -- > Boey Maun Suang (Boey is my surname) > Email: boeyms at macports dot org > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070704/d5117a43/attachment.html From taniahabib at gmail.com Wed Jul 4 07:32:06 2007 From: taniahabib at gmail.com (tania habib) Date: Tue Oct 9 16:43:15 2007 Subject: how to install libsamplerate In-Reply-To: <2c79733a0707040358h36ecd0b0ka27f3b2a6777face@mail.gmail.com> References: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> <40421BDA-6B4D-4893-A5D7-615129E4C900@macports.org> <2c79733a0707040358h36ecd0b0ka27f3b2a6777face@mail.gmail.com> Message-ID: <2c79733a0707040732t504c2562h8b4259779eed96f7@mail.gmail.com> Hello Boey, Everything seems to be working now :) Thanks again for putting up this port. In the end, just a newbie question but I would like to know that how a port is being made as I would really like to do that in future. If you have any reference material or link, I will really appreciate it if you can tell me about it. BR, Tania On 7/4/07, tania habib wrote: > > Hi Boey, > Just to clearify, are you talking about libsndfile or libsamplerate. As > the libsndfile is already at the Macports and libsamplerate isn't. > BR, > tania > > On 7/4/07, Boey Maun Suang wrote: > > > > Hi Tania, > > > > > The first three I successfully installed on my mac and aubio finds > > > them but the libsamplerate can not be installed through macports > > > > You're in luck: I happened to have a port of libsndfile that I'd been > > working on but forgotten about, so I've now finished it up and added > > it to MacPorts; it'll become available once the PortIndex has > > regenerated in the next 12 hours. Let me know how you go after that, > > and, as a sidenote, please consider creating a port for aubio once > > you get it working! > > > > Kind regards, > > > > > > Maun Suang > > > > -- > > Boey Maun Suang (Boey is my surname) > > Email: boeyms at macports dot org > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070704/ee6f57c8/attachment.html From sylgar at ifrance.com Wed Jul 4 09:22:22 2007 From: sylgar at ifrance.com (Sylvain) Date: Tue Oct 9 16:43:15 2007 Subject: gcc_select for gcc42 Message-ID: <468BC93E.4000702@ifrance.com> Hello, How do I set the freshly installed gcc42 as the default compiler on my system? Or at least make new ports compile with gcc42. Best regards. From sylgar at ifrance.com Wed Jul 4 09:27:05 2007 From: sylgar at ifrance.com (Sylvain) Date: Tue Oct 9 16:43:15 2007 Subject: [tsocks] : Unresolved symbol: close Message-ID: <468BCA59.40100@ifrance.com> Hi, I'm using tsocks, it works well, but when I use it, whenever it starts, before doing anything, it outputs: : Unresolved symbol: close I don't like it when there are errors, even though it seems to work pretty well. Do you know how to fix this? Best regards. From paulbeard at gmail.com Wed Jul 4 09:37:47 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:15 2007 Subject: gcc_select for gcc42 In-Reply-To: <468BC93E.4000702@ifrance.com> References: <468BC93E.4000702@ifrance.com> Message-ID: On 7/4/07, Sylvain wrote: > > Hello, > > How do I set the freshly installed gcc42 as the default compiler on my > system? Or at least make new ports compile with gcc42. I assume you can edit the gcc_select command, since it's a shell script: I wondered about the same thing myself. [/Users/paul]:: file `which gcc_select` /usr/sbin/gcc_select: Bourne shell script text executable -- Paul Beard / www.paulbeard.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070704/7685b4fd/attachment.html From paulbeard at gmail.com Wed Jul 4 09:42:54 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:15 2007 Subject: gcc_select for gcc42 In-Reply-To: References: <468BC93E.4000702@ifrance.com> Message-ID: On 7/4/07, paul beard wrote: > > > > On 7/4/07, Sylvain wrote: > > > > Hello, > > > > How do I set the freshly installed gcc42 as the default compiler on my > > system? Or at least make new ports compile with gcc42. > > > > I assume you can edit the gcc_select command, since it's a shell script: I > wondered about the same thing myself. > > > [/Users/paul]:: file `which gcc_select` > /usr/sbin/gcc_select: Bourne shell script text executable > > Having said that (and looked at the script's guts), it doesn't look trivial to do ;-) However, running gcc_select with the -n flag gives you all the steps and you could build your own gcc selector/switcher, instead of hacking on the system script. [/Users/paul]:: /usr/sbin/gcc_select -n 3.3 Commands that would be executed if "-n" were not specified: mkdir -p /usr/bin rm -f /usr/bin/cc /usr/bin/c++ rm -f /usr/bin/cc.real rm -f /usr/bin/c++.real rm -f /usr/bin/gcc.real rm -f /usr/bin/g++.real rm -f /usr/bin/gcov.real ln -sf gcc-3.3 /usr/bin/cc ln -sf g++-3.3 /usr/bin/c++ rm -f /usr/bin/gcc ln -sf gcc-3.3 /usr/bin/gcc rm -f /usr/bin/g++ ln -sf g++-3.3 /usr/bin/g++ rm -f /usr/bin/gcov ln -sf gcov-3.3 /usr/bin/gcov mkdir -p /usr/include/gcc/darwin rm -f /usr/include/gcc/darwin/default ln -sf 3.3 /usr/include/gcc/darwin/default mkdir -p /usr/libexec/gcc/darwin/i386 rm -f /usr/libexec/gcc/darwin/i386/default ln -sf 3.3 /usr/libexec/gcc/darwin/i386/default mkdir -p /usr/libexec/gcc/darwin/ppc rm -f /usr/libexec/gcc/darwin/ppc/default ln -sf 3.3 /usr/libexec/gcc/darwin/ppc/default mkdir -p /usr/lib/gcc/darwin rm -f /usr/lib/gcc/darwin/default ln -sf 3.3 /usr/lib/gcc/darwin/default mkdir -p /usr/lib rm -f /usr/lib/libcc_dynamic.a rm -f /usr/lib/libcc_kext.a rm -f /usr/lib/libgcc.a rm -f /usr/lib/libcc.a rm -f /usr/lib/libstdc++.a mkdir -p /usr/local/lib rm -f /usr/local/lib/libcc_noc++.a ln -sf gcc/darwin/default/libgcc.a /usr/lib/libcc_dynamic.a mkdir -p /usr/include rm -f /usr/include/stdint.h ln -sf gcc/darwin/default/stdint.h /usr/include/stdint.h mkdir -p /usr/share/man/man1 rm -f /usr/share/man/man1/c++.1 ln -sf c++-3.3.1 /usr/share/man/man1/c++.1 rm -f /usr/share/man/man1/g++.1 ln -sf g++-3.3.1 /usr/share/man/man1/g++.1 rm -f /usr/share/man/man1/gcc.1 ln -sf gcc-3.3.1 /usr/share/man/man1/gcc.1 rm -f /usr/share/man/man1/gcov.1 ln -sf gcov-3.3.1 /usr/share/man/man1/gcov.1 rm -f /usr/share/man/man1/cpp.1 ln -sf cpp-3.3.1 /usr/share/man/man1/cpp.1 rm -rf /usr/share/man/man1/cc.1 ln -sf gcc.1 /usr/share/man/man1/cc.1 -- Paul Beard / www.paulbeard.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070704/04f7c8d3/attachment.html From markd at macports.org Wed Jul 4 12:09:21 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:15 2007 Subject: [tsocks] : Unresolved symbol: close In-Reply-To: <468BCA59.40100@ifrance.com> References: <468BCA59.40100@ifrance.com> Message-ID: Sylvain on Wednesday, July 4, 2007 at 9:27 AM -0800 wrote: >I'm using tsocks, it works well, but when I use it, whenever it starts, >before doing anything, it outputs: >: Unresolved symbol: close > >I don't like it when there are errors, even though it seems to work >pretty well. Do you know how to fix this? I would file a ticket in Trac, or at least contact the maintainer on this one. I say this because it has an active maintainer, and this app required some serious patching. Sometimes, if a user is willing, it is more helpful to contact the app's programmer so they can suggest a fix or patch and send the information to the port maintainer. But because of the heavy patching required of this port, I think the best option is to file a ticket and assign it to the port maintainer (and put his email in the cc field). Let us know if you need help with trac or anything. Mark From binil.thomas.public at gmail.com Wed Jul 4 14:14:46 2007 From: binil.thomas.public at gmail.com (Binil Thomas) Date: Tue Oct 9 16:43:15 2007 Subject: Trouble installing Source-Highlight Message-ID: <11437580.post@talk.nabble.com> Hi all, I encountered the following error while trying to install source-highlight package using port. Googling turned up the link http://www.nabble.com/Problem-compiling-source-highlight-on-Mac-OS-10.4.2-t341744.html but I am unsure how to use that particular recommendation alongside port. Kindly help me. Thanks, Binil binil-thomas-ibook-g4:~ binil$ port installed The following ports are currently installed: boost @1.34.0_0 (active) boost-jam @3.1.13_0 (active) expat @2.0.1_0 links @2.1pre26_0 (active) tree @1.5.0_0 (active) binil-thomas-ibook-g4:~ binil binil-thomas-ibook-g4:~ binil$ port info source-highlight source-highlight 2.7, textproc/source-highlight (Variants: universal) http://www.gnu.org/software/src-highlite/ This program, given a source file, produces a document with syntax highlighting. At the moment it can handle: C/C++, C#, Bib, Bison, Caml, Changelog, CSS, Diff, Flex, Fortran, Html, Java, Javascript, Latex, Logtalk, Log files, Lua, Makefile, M4, ML, Pascal, Perl, PHP, Postscript, Prolog, Python, Ruby, Shell, Sql, Tcl, and XML. Library Dependencies: boost Platforms: darwin Maintainers: pipping@macports.org binil-thomas-ibook-g4:~ binil$ binil-thomas-ibook-g4:~ binil$ sudo port -d -v install source-highlight DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/textproc/source-highlight DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/textproc/source-highlight DEBUG: Requested variant powerpc is not provided by port source-highlight. DEBUG: Requested variant darwin is not provided by port source-highlight. DEBUG: Requested variant macosx is not provided by port source-highlight. DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/boost DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/boost DEBUG: Requested variant powerpc is not provided by port boost. DEBUG: Requested variant macosx is not provided by port boost. DEBUG: Executing variant darwin provides darwin DEBUG: Searching for dependency: boost DEBUG: Found Dependency: receipt exists for boost DEBUG: Skipping completed com.apple.main (source-highlight) DEBUG: Skipping completed com.apple.fetch (source-highlight) DEBUG: Skipping completed com.apple.checksum (source-highlight) DEBUG: Skipping completed com.apple.extract (source-highlight) DEBUG: Skipping completed com.apple.patch (source-highlight) ---> Configuring source-highlight DEBUG: Executing com.apple.configure (source-highlight) DEBUG: Environment: CXXFLAGS='-O2' CPPFLAGS='-I/opt/local/include' CFLAGS='-O2' LDFLAGS='-L/opt/local/lib' DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_source-highlight/work/source-highlight-2.7" && ./configure --prefix=/opt/local --infodir=/opt/local/share/info --mandir=/opt/local/share/man' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... 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 gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -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 size_t... yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for strftime... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gawk... (cached) awk checking for a BSD-compatible install... /usr/bin/install -c checking build system type... powerpc-apple-darwin8.10.0 checking host system type... powerpc-apple-darwin8.10.0 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... no configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -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 -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... (cached) ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.10.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 g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.10.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether the compiler implements namespaces... yes checking whether the compiler supports Standard Template Library... yes checking whether the compiler has stringstream... yes checking whether the compiler has ios_base... yes checking whether the Boost::Regex library is available... no checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp presence... no checking for boost/shared_ptr.hpp... no checking for the txtc compiler... yes checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for main in -lfl... yes checking for main in -lefence... no checking for yywrap... yes checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long_only... yes checking whether optreset is declared... yes checking whether getenv is declared... yes checking whether strdup is declared... yes checking for memset... yes checking for strdup... yes checking for unistd.h... (cached) yes checking for off_t... yes checking for gengetopt... no checking for doublecpp... no checking for valgrind... no checking for help2man... no checking for ctags... /usr/bin/ctags checking whether /usr/bin/ctags accept --excmd... no checking checking if it's bison ... bison -y checking for tar... /usr/bin/tar checking for texi2html... /usr/bin/texi2html checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating txtc.sh config.status: creating gl/Makefile config.status: creating src/Makefile config.status: creating src/java2html config.status: creating src/cpp2html config.status: creating src/src-hilite-lesspipe.sh config.status: creating doc/Makefile config.status: creating doc/shjs_css_transform.sh config.status: creating doc/gen_style_example.sh config.status: creating src/includes/Makefile config.status: creating src/lib/Makefile config.status: creating tests/Makefile config.status: creating tests/valgrind_tests.sh config.status: creating tests/valgrind_test.sh config.status: creating tests/valgrind_suppressions.sh config.status: creating source-highlight.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default commands configure: error: ERROR! Boost::regex library not installed. Please install it (download at http://www.boost.org/) Error: Target com.apple.configure returned: configure failure: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_source-highlight/work/source-highlight-2.7" && ./configure --prefix=/opt/local --infodir=/opt/local/share/info --mandir=/opt/local/share/man " returned error 1 Command output: checking checking if it's bison ... bison -y checking for tar... /usr/bin/tar checking for texi2html... /usr/bin/texi2html checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating Makefile config.status: creating txtc.sh config.status: creating gl/Makefile config.status: creating src/Makefile config.status: creating src/java2html config.status: creating src/cpp2html config.status: creating src/src-hilite-lesspipe.sh config.status: creating doc/Makefile config.status: creating doc/shjs_css_transform.sh config.status: creating doc/gen_style_example.sh config.status: creating src/includes/Makefile config.status: creating src/lib/Makefile config.status: creating tests/Makefile config.status: creating tests/valgrind_tests.sh config.status: creating tests/valgrind_test.sh config.status: creating tests/valgrind_suppressions.sh config.status: creating source-highlight.spec config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing default commands configure: error: ERROR! Boost::regex library not installed. Please install it (download at http://www.boost.org/) Warning: the following items did not execute (for source-highlight): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. binil-thomas-ibook-g4:~ binil$ -- View this message in context: http://www.nabble.com/Trouble-installing-Source-Highlight-tf4026541.html#a11437580 Sent from the MacPorts - Users mailing list archive at Nabble.com. From ryandesign at macports.org Wed Jul 4 14:15:10 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: how to install libsamplerate In-Reply-To: <2c79733a0707040732t504c2562h8b4259779eed96f7@mail.gmail.com> References: <2c79733a0707020346k5df8e239ne0151c1542bd1a96@mail.gmail.com> <40421BDA-6B4D-4893-A5D7-615129E4C900@macports.org> <2c79733a0707040358h36ecd0b0ka27f3b2a6777face@mail.gmail.com> <2c79733a0707040732t504c2562h8b4259779eed96f7@mail.gmail.com> Message-ID: <536E2A81-B1E8-421F-8397-ABFBB2A3A238@macports.org> On Jul 4, 2007, at 09:32, tania habib wrote: [snip] > I would like to know that how a port is being made as I would > really like to do that in future. > If you have any reference material or link, I will really > appreciate it if you can tell me about it. See this previous message: http://lists.macosforge.org/pipermail/macports-users/2007-June/ 004151.html From peter at farsinsen.dk Thu Jul 5 04:02:40 2007 From: peter at farsinsen.dk (Peter Farsinsen) Date: Tue Oct 9 16:43:15 2007 Subject: MySQL5 won't install/start Message-ID: <468CCFD0.1010805@farsinsen.dk> Hi, I'm trying to install Apache2, MySQL5 & PHP5 on a clean OSX/MacPorts installation. Before reinstalling OSX and MacPorts I had this setup running perfectly. The Apache2 installation went fine, but MySQL just wont work. "sudo install mysql5 +server" Works fine, but "sudo -u mysql mysql_install_db5" (at the end of the installation) returns "sudo: mysql_install_db5: command not found" "/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper start" Dosen't work either. It returns: "Starting MySQL/opt/local/share/mysql5/mysql/mysql.server: line 159: kill: (395) - No such process ERROR!" Is this a known problem? Is there a solution? If any further details about my setup or the MacPorts is needed please let me know and I'll try to provide them. Best regards Peter Farsinsen From yves at macports.org Thu Jul 5 06:50:17 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:43:15 2007 Subject: Installing outside prefix Message-ID: Hi I am trying to make a port with gutenprint (was gimp-print) and it will install a lot of stuff outside of prefix because if its relation to cups (in /etc/cups, /usr/share/cups and /usr/libexec/cups). Now I don't think I can just put everything inside prefix unless I create a cups port which would be just creating another kind of problem. Now, I am tempted to think it would be better to NOT create such a port. Any advised and enlightening opinions on this ? thanks yves From pipping at math.fu-berlin.de Thu Jul 5 09:29:22 2007 From: pipping at math.fu-berlin.de (Elias Pipping) Date: Tue Oct 9 16:43:15 2007 Subject: Trouble installing Source-Highlight In-Reply-To: <20070705110255.A514820D711A@lists.macosforge.org> References: <20070705110255.A514820D711A@lists.macosforge.org> Message-ID: > Date: Wed, 4 Jul 2007 14:14:46 -0700 (PDT) > From: Binil Thomas > Subject: Trouble installing Source-Highlight > To: macports-users@lists.macosforge.org > > I encountered the following error while trying to install > source-highlight package using port. < snip > > checking whether the Boost::Regex library is available... no > checking boost/shared_ptr.hpp usability... no > checking boost/shared_ptr.hpp presence... no > checking for boost/shared_ptr.hpp... no < snip > > configure: error: > > ERROR! Boost::regex library not installed. > Please install it (download at http://www.boost.org/) < snip > Hi, the problem is caused by boost 1.34. I've tried it with boost 1.33 a second ago and it worked flawlessly. I've CC'ed Lorenzo Bettini, the developer of source-highlight, maybe he knows a fix (I don't). Kind regards, Elias PS: I think the link you provided was related to a different problem, because it was encountered with v1.33. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Original Message: http://www.mail-archive.com/macports-users@lists.macosforge.org/ msg03719.html From unkie at cox.net Thu Jul 5 11:50:15 2007 From: unkie at cox.net (Samuel V. Green III) Date: Tue Oct 9 16:43:15 2007 Subject: MySQL5 won't install/start In-Reply-To: <468CCFD0.1010805@farsinsen.dk> References: <468CCFD0.1010805@farsinsen.dk> Message-ID: I believe I came across the solution by accident as I had the same issues trying to start: After starting: Try: sudo -u mysql5 mysql_install_db5 All mysql commands must be in the form of "mysql5". This seems to work for me. --Samuel. On Jul 5, 2007, at 4:02 AM, Peter Farsinsen wrote: > Hi, > > I'm trying to install Apache2, MySQL5 & PHP5 on a clean OSX/ > MacPorts installation. > > Before reinstalling OSX and MacPorts I had this setup running > perfectly. > > The Apache2 installation went fine, but MySQL just wont work. > > "sudo install mysql5 +server" > > Works fine, but "sudo -u mysql mysql_install_db5" (at the end of > the installation) returns "sudo: mysql_install_db5: command not found" > > "/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper > start" > > Dosen't work either. It returns: > > "Starting MySQL/opt/local/share/mysql5/mysql/mysql.server: line > 159: kill: (395) - No such process > ERROR!" > > Is this a known problem? Is there a solution? > > If any further details about my setup or the MacPorts is needed > please let me know and I'll try to provide them. > > Best regards > > Peter Farsinsen > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From markd at macports.org Thu Jul 5 13:10:35 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:15 2007 Subject: Draft of a minimalist MacPorts Guide Message-ID: I think the structure of the original guide is fundamentally flawed. I cooked up a draft of a minimalist approach. What do y'all think? http://homepage.mac.com/duling/macports/guide.html I used the stylesheet from another document I had handy, so don't mind the format or the fact that it isn't chunked. The colors and text of the original guide make it look more professional I think but I didn't have time to mess with the stylesheet, especially since I don't know if people will really like this approach anyway. Mark From ryandesign at macports.org Thu Jul 5 13:34:55 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: MySQL5 won't install/start In-Reply-To: References: <468CCFD0.1010805@farsinsen.dk> Message-ID: <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> On Jul 5, 2007, at 13:50, Samuel V. Green III wrote: > On Jul 5, 2007, at 4:02 AM, Peter Farsinsen wrote: > >> I'm trying to install Apache2, MySQL5 & PHP5 on a clean OSX/ >> MacPorts installation. >> >> Before reinstalling OSX and MacPorts I had this setup running >> perfectly. >> >> The Apache2 installation went fine, but MySQL just wont work. >> >> "sudo install mysql5 +server" >> >> Works fine, but "sudo -u mysql mysql_install_db5" (at the end of >> the installation) returns "sudo: mysql_install_db5: command not >> found" >> >> "/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper >> start" >> >> Dosen't work either. It returns: >> >> "Starting MySQL/opt/local/share/mysql5/mysql/mysql.server: line >> 159: kill: (395) - No such process >> ERROR!" >> >> Is this a known problem? Is there a solution? >> >> If any further details about my setup or the MacPorts is needed >> please let me know and I'll try to provide them. > > I believe I came across the solution by accident as I had the > same issues trying to start: > > After starting: > > Try: sudo -u mysql5 mysql_install_db5 > > All mysql commands must be in the form of "mysql5". > This seems to work for me. Surely not. "sudo -u mysql" means "do this command as the user 'mysql'" (rather than as the user "root", which is what "sudo" would otherwise do). The user is called "mysql", not "mysql5", so "sudo -u mysql5" is surely wrong. Peter, mysql_install_db5 is located in /opt/local/bin so the command should have been found if you have set up your PATH environment variable correctly. Have you? The instructions are here: http://trac.macosforge.org/projects/macports/wiki/ InstallingMacPorts#a3.Settheshellenvironment From m_nez_j at mac.com Thu Jul 5 13:56:21 2007 From: m_nez_j at mac.com (Mack Johnson) Date: Tue Oct 9 16:43:15 2007 Subject: UpdatePortPlease! Message-ID: <5822CDD1-694B-4579-BBCD-35DC580B68FD@mac.com> Hi, could someone please update "bluefish-1.0.7" thank you. Mack Johnson m_nez_j@mac.com http://macknezjohnson.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070705/37b48976/attachment.html From mfitzgerald at pacific.net.au Thu Jul 5 14:06:51 2007 From: mfitzgerald at pacific.net.au (Malcolm Fitzgerald) Date: Tue Oct 9 16:43:15 2007 Subject: Draft of a minimalist MacPorts Guide In-Reply-To: References: Message-ID: <20070706070651.b154db92.mfitzgerald@pacific.net.au> On Thu, 05 Jul 2007 13:10:35 -0700 markd@macports.org wrote: > I think the structure of the original guide is fundamentally flawed. I > cooked up a draft of a minimalist approach. What do y'all think? > > http://homepage.mac.com/duling/macports/guide.html It looks good to me. malcolm From ryandesign at macports.org Thu Jul 5 14:18:10 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: MySQL5 won't install/start In-Reply-To: <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> References: <468CCFD0.1010805@farsinsen.dk> <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> Message-ID: On Jul 5, 2007, at 15:34, Ryan Schmidt wrote: > On Jul 5, 2007, at 13:50, Samuel V. Green III wrote: > >> On Jul 5, 2007, at 4:02 AM, Peter Farsinsen wrote: >> >>> I'm trying to install Apache2, MySQL5 & PHP5 on a clean OSX/ >>> MacPorts installation. >>> >>> Before reinstalling OSX and MacPorts I had this setup running >>> perfectly. >>> >>> The Apache2 installation went fine, but MySQL just wont work. >>> >>> "sudo install mysql5 +server" >>> >>> Works fine, but "sudo -u mysql mysql_install_db5" (at the end of >>> the installation) returns "sudo: mysql_install_db5: command not >>> found" >>> >>> "/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper >>> start" >>> >>> Dosen't work either. It returns: >>> >>> "Starting MySQL/opt/local/share/mysql5/mysql/mysql.server: line >>> 159: kill: (395) - No such process >>> ERROR!" >>> >>> Is this a known problem? Is there a solution? >>> >>> If any further details about my setup or the MacPorts is needed >>> please let me know and I'll try to provide them. >> >> I believe I came across the solution by accident as I had the >> same issues trying to start: >> >> After starting: >> >> Try: sudo -u mysql5 mysql_install_db5 >> >> All mysql commands must be in the form of "mysql5". >> This seems to work for me. > > Surely not. > > "sudo -u mysql" means "do this command as the user 'mysql'" (rather > than as the user "root", which is what "sudo" would otherwise do). > The user is called "mysql", not "mysql5", so "sudo -u mysql5" is > surely wrong. > > Peter, mysql_install_db5 is located in /opt/local/bin so the > command should have been found if you have set up your PATH > environment variable correctly. Have you? The instructions are here: > > http://trac.macosforge.org/projects/macports/wiki/ > InstallingMacPorts#a3.Settheshellenvironment On second thought: it looks like "someone" broke mysql5 on Tuesday. :) http://trac.macosforge.org/projects/macports/changeset/26683 I'll test a fix and commit it in a moment; I'll let you know. From ryandesign at macports.org Thu Jul 5 14:45:16 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: MySQL5 won't install/start In-Reply-To: References: <468CCFD0.1010805@farsinsen.dk> <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> Message-ID: <8861E7A5-DEE4-4C84-A934-3BCCD9878150@macports.org> On Jul 5, 2007, at 16:18, Ryan Schmidt wrote: > On Jul 5, 2007, at 15:34, Ryan Schmidt wrote: > >> On Jul 5, 2007, at 13:50, Samuel V. Green III wrote: >> >>> On Jul 5, 2007, at 4:02 AM, Peter Farsinsen wrote: >>> >>>> I'm trying to install Apache2, MySQL5 & PHP5 on a clean OSX/ >>>> MacPorts installation. >>>> >>>> Before reinstalling OSX and MacPorts I had this setup running >>>> perfectly. >>>> >>>> The Apache2 installation went fine, but MySQL just wont work. >>>> >>>> "sudo install mysql5 +server" >>>> >>>> Works fine, but "sudo -u mysql mysql_install_db5" (at the end of >>>> the installation) returns "sudo: mysql_install_db5: command not >>>> found" >>>> >>>> "/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper >>>> start" >>>> >>>> Dosen't work either. It returns: >>>> >>>> "Starting MySQL/opt/local/share/mysql5/mysql/mysql.server: line >>>> 159: kill: (395) - No such process >>>> ERROR!" >>>> >>>> Is this a known problem? Is there a solution? >>>> >>>> If any further details about my setup or the MacPorts is needed >>>> please let me know and I'll try to provide them. >>> >>> I believe I came across the solution by accident as I had the >>> same issues trying to start: >>> >>> After starting: >>> >>> Try: sudo -u mysql5 mysql_install_db5 >>> >>> All mysql commands must be in the form of "mysql5". >>> This seems to work for me. >> >> Surely not. >> >> "sudo -u mysql" means "do this command as the user >> 'mysql'" (rather than as the user "root", which is what "sudo" >> would otherwise do). The user is called "mysql", not "mysql5", so >> "sudo -u mysql5" is surely wrong. >> >> Peter, mysql_install_db5 is located in /opt/local/bin so the >> command should have been found if you have set up your PATH >> environment variable correctly. Have you? The instructions are here: >> >> http://trac.macosforge.org/projects/macports/wiki/ >> InstallingMacPorts#a3.Settheshellenvironment > > On second thought: it looks like "someone" broke mysql5 on Tuesday. :) > > http://trac.macosforge.org/projects/macports/changeset/26683 > > I'll test a fix and commit it in a moment; I'll let you know. Ok, it should be fixed: http://trac.macosforge.org/projects/macports/changeset/26746 Please "sudo port sync" and try again. It may take up to 12 hours for the change to become available. From ryandesign at macports.org Thu Jul 5 14:46:52 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: UpdatePortPlease! In-Reply-To: <5822CDD1-694B-4579-BBCD-35DC580B68FD@mac.com> References: <5822CDD1-694B-4579-BBCD-35DC580B68FD@mac.com> Message-ID: <14556F8D-C14C-4A7D-A3A2-6F502E5AC871@macports.org> On Jul 5, 2007, at 15:56, Mack Johnson wrote: > Hi, could someone please update "bluefish-1.0.7" thank you. That would typically be the maintainer's job. I'm Cc'ing the bluefish maintainer on this email. From ryandesign at macports.org Thu Jul 5 15:04:44 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: MySQL5 won't install/start In-Reply-To: <468D67C1.2020000@farsinsen.dk> References: <468CCFD0.1010805@farsinsen.dk> <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> <8861E7A5-DEE4-4C84-A934-3BCCD9878150@macports.org> <468D67C1.2020000@farsinsen.dk> Message-ID: <279F5F3B-A6FA-4DF3-AEA6-53BE76ABA71A@macports.org> On Jul 5, 2007, at 16:50, Peter Farsinsen wrote: > Ryan Schmidt wrote: > >> Please "sudo port sync" and try again. It may take up to 12 hours >> for the change to become available. > > That's just great! > > Should I just do the "port sync" or should I upgrade the port to? > And when will I know when the change is available? Just tried "port > sync" and it didn't give any output. The change is committed to the Subversion repository, but changes only get copied to the rsync server a couple times a day. I'm not sure what schedule it's currently on, but if you wait 12 hours, then you'll be sure the change is available. Then you "sudo port sync" to retrieve the fixed portfile, then "sudo port -ncuf upgrade mysql5" to reinstall mysql5 with the fix. That should do it. I'm not sure what output "port sync" is supposed to print, actually. I have my MacPorts set to use Subversion, not rsync, for the ports tree, so I see different output than you would. From mark at dxradio.demon.co.uk Thu Jul 5 15:14:23 2007 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Tue Oct 9 16:43:15 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: <279F5F3B-A6FA-4DF3-AEA6-53BE76ABA71A@macports.org> References: <468CCFD0.1010805@farsinsen.dk> <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> <8861E7A5-DEE4-4C84-A934-3BCCD9878150@macports.org> <468D67C1.2020000@farsinsen.dk> <279F5F3B-A6FA-4DF3-AEA6-53BE76ABA71A@macports.org> Message-ID: I have MacPorts 1.4.2 on OSX 10.4.10 Whenever I've done a port sync recently (and I do it most days), I seem to be downloading the whole heirarchy every time, and none of my ports are outdated when I do a port outdated. I used to just get a listing of the ports that had changed when I did a sudo port -d selfupdate, I can't believe that everything is updated every day. Maybe it is subtly changing every day, but it just seems to be the same long list every day ... For instance Last login: Thu Jul 5 00:13:06 on ttyp1 Welcome to Darwin! powerbook:~ user$ sudo port -d selfupdate Password: DEBUG: Rebuilding the MacPorts base system if needed. DEBUG: Synchronizing dports tree(s) Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports receiving file list ... done ./ aqua/ aqua/Affiche/ aqua/AppKiDo/ aqua/AquaLess/ aqua/ArpSpyX/ aqua/AssignmentTrackerX/ aqua/BigSQL/ aqua/BigSQL/files/ ... and so on ... zope/zope-zphotoslides/files/ zope/zope-zsyncer/ PortIndex aqua/Growl/files/patch-Growl.xcodeproj__project.pbxproj.i386 aqua/Growl/files/patch-Growl.xcodeproj__project.pbxproj.powerpc aqua/Growl/files/patch-Makefile databases/mysql5/Portfile databases/sqlite3/Portfile databases/sqlite3/files/patch-Makefile.in devel/dialog/Portfile ... and so on ... textproc/libmrss/Portfile textproc/libnxml/Portfile deleting textproc/libmrss/files/patch-src-mrss_parser.c deleting directory textproc/libmrss/files sent 9951 bytes received 287107 bytes 13202.58 bytes/sec total size is 14699706 speedup is 49.48 DEBUG: MacPorts base dir: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base DEBUG: Setting user: root DarwinPorts base version 1.442 installed DEBUG: Updating using rsync receiving file list ... done ./ Mk/ config/ doc/ doc/exampleport/ portmgr/ portmgr/bots/ portmgr/dmg/ src/ src/cflib1.0/ src/darwinports1.0/ src/darwintracelib1.0/ src/package1.0/ src/pextlib1.0/ src/pextlib1.0/tests/ src/port/ src/port1.0/ src/port1.0/resources/ src/port1.0/resources/fetch/ src/port1.0/resources/group/ src/port1.0/resources/package/ src/port1.0/tests/ src/portindex/ src/programs/ src/programs/daemondo/ src/registry1.0/ tests/ tests/test/ tests/test/checksums-1/ tests/test/cvs-and-patchsites/ tests/test/dependencies-a/ tests/test/dependencies-b/ tests/test/dependencies-c/ tests/test/envvariables/ tests/test/site-tags/ tests/test/trace/ tests/test/universal/ tests/test/universal-2/ tests/test/xcodeversion/ sent 77 bytes received 4957 bytes 2013.60 bytes/sec total size is 2093103 speedup is 415.79 Downloaded MacPorts base version 1.442 The MacPorts installation is not outdated and so was not updated DEBUG: Setting ownership to root selfupdate done! From paulbeard at gmail.com Thu Jul 5 15:36:08 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:15 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: References: <468CCFD0.1010805@farsinsen.dk> <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> <8861E7A5-DEE4-4C84-A934-3BCCD9878150@macports.org> <468D67C1.2020000@farsinsen.dk> <279F5F3B-A6FA-4DF3-AEA6-53BE76ABA71A@macports.org> Message-ID: On 7/5/07, Mark Hattam wrote: > > I have MacPorts 1.4.2 on OSX 10.4.10 > > Whenever I've done a port sync recently (and I do it most days), I > seem to be downloading the whole heirarchy every time, and none of my > ports are outdated when I do a port outdated. I used to just get a > listing of the ports that had changed when I did a sudo port -d > selfupdate, I can't believe that everything is updated every day. > Maybe it is subtly changing every day, but it just seems to be the > same long list every day ... > It's not that everything changes every day when you see that list: those are just the things that get checked to see if they've changed, as far as I know. I just did "port -v sync" and here's what I found. I get the same list you saw, then these filenames: aqua/Growl/files/patch-Growl.xcodeproj__project.pbxproj.i386 aqua/Growl/files/patch-Growl.xcodeproj__project.pbxproj.powerpc aqua/Growl/files/patch-Makefile databases/mysql5/Portfile databases/mysql5/files/patch-mysys-base64.c.diff databases/sqlite3/Portfile databases/sqlite3/files/patch-Makefile.in devel/dialog/Portfile devel/libsdl/Portfile devel/libsdl/files/patch-AudioFilePlayer.h devel/libsdl/files/patch-SDL_coreaudio.c editors/vim-app/Portfile editors/vim-app/files/patchlist editors/vim/Portfile editors/vim/files/patchlist graphics/cairo/Portfile lang/yasm/Portfile print/freetype/Portfile print/gutenprint/Portfile python/py-kid/Portfile python/py-yum-metadata-parser/Portfile sysutils/repoview/Portfile sysutils/repoview/files/patch-repoview.py sysutils/rpm/Portfile sysutils/rpm/files/patch-configure sysutils/rpm/files/patch-macros.in textproc/libmrss/Portfile textproc/libnxml/Portfile deleting textproc/libmrss/files/patch-src-mrss_parser.c deleting directory textproc/libmrss/files deleting databases/mysql5/files/patch-mysys-base64.c so I got some new files, some instructions were run, then this summary: sent 10053 bytes received 290465 bytes 2931.88 bytes/sec total size is 14699737 speedup is 48.91 I sent received more than I sent, so there is some new stuff to be reviewed with "port outdated." I think selfupdate with the debug flag is less useful than sync with the verbose flag. -- Paul Beard / www.paulbeard.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070705/3eeb4b9c/attachment.html From mark at dxradio.demon.co.uk Thu Jul 5 15:53:30 2007 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Tue Oct 9 16:43:15 2007 Subject: Is my MacPorts really sync-ing? Message-ID: In that case it's changed what it reports with the -d ... I've always used that because that what the documentation says (or at least said) to do. It used to report the delta, ie the new, the changed and the deleted files. Now it seems to report everything. I was wondering partly because of the several Apache2 Portfile changes I've seen go through on the "Commit Log" list, but haven't apparently been caught by the sudo port -d selfupdate, as the sudo port outdated hasn't brought up any results for Apache2 Mark -- >On 7/5/07, Mark Hattam ><mark@dxradio.demon.co.uk> wrote: > >I have MacPorts 1.4.2 on OSX 10.4.10 > >Whenever I've done a port sync recently (and I do it most days), I >seem to be downloading the whole heirarchy every time, and none of my >ports are outdated when I do a port outdated. I used to just get a >listing of the ports that had changed when I did a sudo port -d >selfupdate, I can't believe that everything is updated every day. >Maybe it is subtly changing every day, but it just seems to be the >same long list every day ... > > >It's not that everything changes every day when you see that list: >those are just the things that get checked to see if they've >changed, as far as I know. > >I just did "port -v sync" and here's what I found. > >I get the same list you saw, then these filenames: > >aqua/Growl/files/patch-Growl.xcodeproj__project.pbxproj.i386 > >aqua/Growl/files/patch-Growl.xcodeproj__project.pbxproj.powerpc > >aqua/Growl/files/patch-Makefile > >databases/mysql5/Portfile > >databases/mysql5/files/patch-mysys-base64.c.diff > >databases/sqlite3/Portfile > >databases/sqlite3/files/patch-Makefile.in > >devel/dialog/Portfile > >devel/libsdl/Portfile > >devel/libsdl/files/patch- AudioFilePlayer.h > >devel/libsdl/files/patch-SDL_coreaudio.c > >editors/vim-app/Portfile > >editors/vim-app/files/patchlist > >editors/vim/Portfile > >editors/vim/files/patchlist > >graphics/cairo/Portfile > >lang/yasm/Portfile > >print/freetype/Portfile > >print/gutenprint/Portfile > >python/py-kid/Portfile > >python/py-yum-metadata-parser/Portfile > >sysutils/repoview/Portfile > >sysutils/repoview/files/patch-repoview.py > >sysutils/rpm/Portfile > >sysutils/rpm/files/patch-configure > >sysutils/rpm/files/patch-macros.in > >textproc/libmrss/Portfile > >textproc/libnxml/Portfile > >deleting textproc/libmrss/files/patch-src-mrss_parser.c > >deleting directory textproc/libmrss/files > >deleting databases/mysql5/files/patch-mysys-base64.c > > >so I got some new files, some instructions were run, then this summary: > >sent 10053 bytes received 290465 bytes 2931.88 bytes/sec > >total size is 14699737 speedup is 48.91 > >I sent received more than I sent, so there is some new stuff to be >reviewed with "port outdated." > >I think selfupdate with the debug flag is less useful than sync with >the verbose flag. > >-- >Paul Beard / www.paulbeard.org/ ><paulbeard@gmail.com/paulbeard@mac.com> From paulbeard at gmail.com Thu Jul 5 16:11:33 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:15 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: References: Message-ID: On 7/5/07, Mark Hattam wrote: > > In that case it's changed what it reports with the -d ... I've > always used that because that what the documentation says (or at > least said) to do. chalk it up to the relentless march of progress. I think quite a few things changed in the 1.3->1.4 cycle. getting better all the time. -- Paul Beard / www.paulbeard.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070705/e7a82e1f/attachment.html From yves at macports.org Thu Jul 5 16:12:30 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:43:15 2007 Subject: Draft of a minimalist MacPorts Guide In-Reply-To: <20070706070651.b154db92.mfitzgerald@pacific.net.au> References: <20070706070651.b154db92.mfitzgerald@pacific.net.au> Message-ID: <076EE4A7-AB07-4211-8AE6-2BB9E9B379F9@macports.org> Le 07-07-05 ? 17:06, Malcolm Fitzgerald a ?crit : > On Thu, 05 Jul 2007 13:10:35 -0700 > markd@macports.org wrote: > >> I think the structure of the original guide is fundamentally >> flawed. I >> cooked up a draft of a minimalist approach. What do y'all think? >> >> http://homepage.mac.com/duling/macports/guide.html > > It looks good to me. It looks VERY good to me. It gives me the feeling that, in a few seconds, I'll find what I'm looking for or I'll know it's not there. Nice work. It does remind me also that it would be about time MacPorts got some nice logo. yves From denbuen at sandia.gov Thu Jul 5 17:03:22 2007 From: denbuen at sandia.gov (Denis Bueno) Date: Tue Oct 9 16:43:15 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: Message-ID: On 07/05/2007 16:14, "Mark Hattam" wrote: > Whenever I've done a port sync recently (and I do it most days), I > seem to be downloading the whole heirarchy every time, and none of my > ports are outdated when I do a port outdated. I used to just get a > listing of the ports that had changed when I did a sudo port -d > selfupdate, I can't believe that everything is updated every day. > Maybe it is subtly changing every day, but it just seems to be the > same long list every day ... Consider this: $ denbuen[509] > sudo port -d sync [ lots of output, lots of packages seemingly updated ] $ denbuen[510] > sudo port install erlang ---> Activating erlang R11B-5_0 ---> Cleaning erlang $ denbuen[511] > sudo port -d sync DEBUG: Synchronizing dports tree(s) Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports receiving file list ... done lang/erlang/ sent 77 bytes received 268885 bytes 28311.79 bytes/sec total size is 14699737 speedup is 54.65 $ denbuen[512] > Note that I had the latest erlang before doing that `sudo port install erlang`. So presumably many port operations cause rsync to pull an update. Probably any time you upgrade, activate, or install a package (or any dependency), you will see an rsync update. -Denis From ryandesign at macports.org Thu Jul 5 17:05:16 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:15 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: References: Message-ID: <684EC744-91A1-4C22-9F0A-74ADC8EA9C1A@macports.org> On Jul 5, 2007, at 17:53, Mark Hattam wrote: > In that case it's changed what it reports with the -d ... I've > always used that because that what the documentation says (or at > least said) to do. -d means debug i.e. print more info. > It used to report the delta, ie the new, the changed and the > deleted files. Now it seems to report everything. > I was wondering partly because of the several Apache2 Portfile > changes I've seen go through on the "Commit Log" list, but haven't > apparently been caught by the sudo port -d selfupdate, as the sudo > port outdated hasn't brought up any results for Apache2 selfupdate is only for updating MacPorts base infrastructure. port outdated will only show ports that are outdated. A portfile can be updated without requiring users to reinstall the software. You can look in Subversion and see the log of everything that has been done to a portfile: http://trac.macosforge.org/projects/macports/log/trunk/dports/www/ apache2 You can see that in the latest change in June neither the version nor the revision was updated, hence "port outdated" won't show it. In this particular case, it might have been better had jberry also incremented the port revision so that everyone would receive this change. In other cases, that's not necessary. From mark at dxradio.demon.co.uk Thu Jul 5 17:34:39 2007 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Tue Oct 9 16:43:15 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: <684EC744-91A1-4C22-9F0A-74ADC8EA9C1A@macports.org> References: <684EC744-91A1-4C22-9F0A-74ADC8EA9C1A@macports.org> Message-ID: "selfupdate" is the command shown in the Wiki http://trac.macosforge.org/projects/macports/wiki/UsingMacPortsQuickStart and the text there says it's for grabbing the latest PortFiles. i thought that the number after the underscore on the end of the port name showed the version of the Portfile ... so even if the version of the software hadn't changed, a change in the Portfile and perhaps important things about the way it's set up and installed were reflected by a incrementing number, and these were shown up by port outdated. For instance freetype @2.3.4_0 freetype @2.3.4_1 freetype @2.3.5_0 (active) So are portfile changes no longer reflected in this way? Or is there a different port command to show them up? Mark -- At 19:05 -0500 5/7/07, Ryan Schmidt wrote: >On Jul 5, 2007, at 17:53, Mark Hattam wrote: > >>In that case it's changed what it reports with the -d ... I've >>always used that because that what the documentation says (or at >>least said) to do. > >-d means debug i.e. print more info. > >>It used to report the delta, ie the new, the changed and the >>deleted files. Now it seems to report everything. >>I was wondering partly because of the several Apache2 Portfile >>changes I've seen go through on the "Commit Log" list, but haven't >>apparently been caught by the sudo port -d selfupdate, as the sudo >>port outdated hasn't brought up any results for Apache2 > >selfupdate is only for updating MacPorts base infrastructure. > >port outdated will only show ports that are outdated. A portfile can >be updated without requiring users to reinstall the software. You >can look in Subversion and see the log of everything that has been >done to a portfile: > >http://trac.macosforge.org/projects/macports/log/trunk/dports/www/apache2 > >You can see that in the latest change in June neither the version >nor the revision was updated, hence "port outdated" won't show it. >In this particular case, it might have been better had jberry also >incremented the port revision so that everyone would receive this >change. In other cases, that's not necessary. From raimue at macports.org Thu Jul 5 17:45:49 2007 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue Oct 9 16:43:15 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: References: <684EC744-91A1-4C22-9F0A-74ADC8EA9C1A@macports.org> Message-ID: <468D90BD.3080401@macports.org> Mark Hattam wrote: > i thought that the number after the underscore on the end of the port > name showed the version of the Portfile ... so even if the version of > the software hadn't changed, a change in the Portfile and perhaps > important things about the way it's set up and installed were reflected > by a incrementing number, and these were shown up by port outdated. > > For instance > freetype @2.3.4_0 > freetype @2.3.4_1 > freetype @2.3.5_0 (active) > > So are portfile changes no longer reflected in this way? Or is there a > different port command to show them up? The revision number of a Portfile is incremented if there was an important change. Through this, you are "forced" to rebuild the port although the version of the software itself wasn't incremented. Rainer From 2nfinite at gmail.com Thu Jul 5 17:50:15 2007 From: 2nfinite at gmail.com (BB) Date: Tue Oct 9 16:43:15 2007 Subject: Draft of a minimalist MacPorts Guide In-Reply-To: References: Message-ID: <6D65636F-5A0A-47C1-94AB-F70C920F9C72@gmail.com> > I think the structure of the original guide is fundamentally > flawed. I > cooked up a draft of a minimalist approach. What do y'all think? Looks great! Almost exactly what I tell folks to do when getting started. If you move forward I'll be happy to provide feedback. Brian From ryandesign at macports.org Thu Jul 5 20:32:16 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:16 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: References: <684EC744-91A1-4C22-9F0A-74ADC8EA9C1A@macports.org> Message-ID: On Jul 5, 2007, at 19:34, Mark Hattam wrote: > "selfupdate" is the command shown in the Wiki > http://trac.macosforge.org/projects/macports/wiki/ > UsingMacPortsQuickStart > > and the text there says it's for grabbing the latest PortFiles. "sync" is the command for grabbing the latest portfiles. "selfupdate" grabs the latest portfiles and also updates the base MacPorts software if necessary. > i thought that the number after the underscore on the end of the > port name showed the version of the Portfile ... so even if the > version of the software hadn't changed, a change in the Portfile > and perhaps important things about the way it's set up and > installed were reflected by a incrementing number, and these were > shown up by port outdated. > > For instance > freetype @2.3.4_0 > freetype @2.3.4_1 > freetype @2.3.5_0 (active) The number before the underscore is taken from the "version" field in the portfile. The number after the underscore is from the "revision" field in the portfile. In the case of jberry's change to the apache2 portfile in r26538, neither "version" nor "revision" were changed, as you can see from the diff, hence the port does not show up as being outdated. Consider that I might just be adding a comment to a portfile, or changing its description. For such changes, it would make no sense to force the entire MacPorts user population to upgrade the port if they already had it installed, because the thing they'll end up with is the same thing they already have now. The comments or description I changed would not affect how the software builds. However, if I do make a change to the portfile that does cause the installed product to be different -- as in the case of jberry's change from r26538 which changes the behavior of the startup item -- then the revision field in the portfile should also be bumped so that everyone is forced to reinstall it. I have incremented the revision of apache2 in r26755, so after the rsync server pulls the change (within 12 hours) and after you do a "sudo port sync" (or "sudo port selfupdate" if you like), "port outdated" will show an installed apache2 as being outdated. > So are portfile changes no longer reflected in this way? Or is > there a different port command to show them up? If you would like a port to be reinstalled even though it's not showing up as being outdated, you can force it, e.g.: sudo port -ncuf upgrade apache2 From ryandesign at macports.org Thu Jul 5 21:02:20 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:16 2007 Subject: UpdatePortPlease! In-Reply-To: References: <5822CDD1-694B-4579-BBCD-35DC580B68FD@mac.com> <14556F8D-C14C-4A7D-A3A2-6F502E5AC871@macports.org> Message-ID: <39942D51-EDB6-447B-8913-FC45B76ECA48@macports.org> Mich?le, thank you for your response. I'm Cc'ing the macports-users mailing list again to try to direct the discussion back there. On Jul 5, 2007, at 20:52, Mich?le Garoche wrote: > Le 5 juil. 2007 ? 23:46, Ryan Schmidt a ?crit : > >> On Jul 5, 2007, at 15:56, Mack Johnson wrote: >> >>> Hi, could someone please update "bluefish-1.0.7" thank you. >> >> That would typically be the maintainer's job. I'm Cc'ing the >> bluefish maintainer on this email. > > I'm sorry, but I'm not the maintainer of the bluefish macport. I > was only mentionned by the previous maintainer, because I shared > the patches made for the Fink port with him. > > Actually, there seems to be no more maintainer for the bluefish > macport. There is also no more Fink port maintainer and French > translator for bluefish, as I have no more time for both jobs. Well, you were made a comaintainer of bluefish in December 2005: http://trac.macosforge.org/projects/macports/changeset/15530 And the other maintainer dropped maintainership of most (all?) of his ports in March 2006: http://trac.macosforge.org/projects/macports/changeset/17264 Leaving you as the only maintainer of bluefish. But if you don't have time to maintain it and did not want to be its maintainer, then I'll set it to nomaintainer. http://trac.macosforge.org/projects/macports/changeset/26756 > Here a recent reply about the same request: > > >> Le 3 juil. 2007 ? 01:06, Malcolm Fitzgerald a ?crit : >>> Hi Michele, >>> >>> I've just downloaded the source code for bluefish v1.0.7 and >>> compiled it. No alterations or special configuration required on >>> my iBook PPC G3 600MHz OSX10.3.9 >>> >>> I wonder if it can be included in MacPorts? >> >> Well, as you want. >> >> What I can say about it after thorough testing, is that it is has >> critical bugs, leading to data loss; that's why I refused to port >> it to Fink. Example: try to open in two different instances of >> bluefish the same file and change one of them. Or try to open two >> windows in the same instance of bluefish, load the same file in >> them, and make changes in one of it. Very weird for translators >> job. Etc... Play extensively with plugins, images, remote >> connection and you will see what I mean. >> >> Moreover, if you dare to inspect the configuration files in depth, >> you will find that instead of using standard process, it reinvents >> the wheel and make drunky-man (to say it mildy) assumption of >> where libraries or binaries are. >> >> And last the UI, though completely internationalized, does not >> load properly when using non English system. Just to give an >> example: about screen, thus leading to ignore translators credits, >> that is not respecting the licence. Severe bug to me. All of these problems you mentioned -- have they just appeared in bluefish 1.0.6 or 1.0.7? or do they exist in 1.0.5 too? If these problems just appeared in recent versions, then sure, that would be a reason that we should not update the port. >> You may think I'm too restrictive, but for me a good-to-be-ported >> software is not only one which compiles (that's a minimal >> requirement, is not it?), but also one which runs correctly under >> any system configuration. >> >> If you look for alternative, screem is far better. Perhaps not so >> polished, but at least it does not crash every five minutes. It >> needs some tweakings in configuration files from cvs, but nothing >> difficult. >> >> Also tea is interesting as having special features I've never >> encountered in any software. It needs some rewriting in graphics >> parts, but nothing especially difficult. > > > For me the latest stable and good running version of bluefish was > 1.0.5, more recent versions are too buggy for my taste. Obviously, > that should not impede anybody other than me to port it to MacPort > and why not to Fink while at it if so desired :-) Thank you, Mich?le, for the detailed explanation. Though I'll admit I'm not reading it very closely since I don't even know what bluefish is; I was just responding to a request on the mailing list to get the port updated, and attempted to forward it on to the responsible party. So, Mack: is there a specific reason why you need bluefish 1.0.7, or would 1.0.5 be enough? Or have you already tried 1.0.7 and found it to work properly? From jmpp at macports.org Thu Jul 5 23:07:18 2007 From: jmpp at macports.org (Juan Manuel Palacios) Date: Tue Oct 9 16:43:16 2007 Subject: Is my MacPorts really sync-ing? In-Reply-To: References: <468CCFD0.1010805@farsinsen.dk> <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> <8861E7A5-DEE4-4C84-A934-3BCCD9878150@macports.org> <468D67C1.2020000@farsinsen.dk> <279F5F3B-A6FA-4DF3-AEA6-53BE76ABA71A@macports.org> Message-ID: <2D28FF9A-37AA-425F-94DB-289088611BFB@macports.org> The reason why you now see the full list of ports when you sync your tree, as opposed to a delta with only the files that have seen changes since your last sync, is that I changed the way in which the rsync repos feeding your ports and base trees are populated. The operation used to involve an svn checkout of the ports and base trees and then an rsync (excluding certain files and dirs) from that checkout onto the rsync repos, wherefrom users get them through sync/ selfupdate. Now we don't just rsync the svn checkout onto the rsync server with some particular flags to exclude files we don't want in there, like .svn control dirs, but instead we "svn export" the trees to prepare them in a more formal fashion before pushing them to the rsync server. That operation presumably resets a timestamp on each file and dir and that's why you pull the entire thing again when you sync/selfupdate after each half an hour (the periodicity of the rsync server re-population). In other words, we were preparing the rsync repos rather manually before and now we let "svn export" do that for us. The entire process is described in the script I re-wrote and in the config file detailing the rsync server setup: http://trac.macports.org/projects/macports/browser/trunk/base/portmgr/ mprsyncup http://trac.macports.org/projects/macports/browser/trunk/base/portmgr/ rsync.repos Improvements to the mprsyncup script are welcome, I personally don't like pulling the entire thing over and over again after every half an hour either, but I do like relying on "svn export". I'm sure there are rsync flags we could use to recover the delta part of the old behavior while still keeping "svn export", but I just haven't had the time to investigate. Again, suggestions/improvements are welcome! ;-) Regards,... -jmpp On Jul 5, 2007, at 6:14 PM, Mark Hattam wrote: > I have MacPorts 1.4.2 on OSX 10.4.10 > > Whenever I've done a port sync recently (and I do it most days), I > seem to be downloading the whole heirarchy every time, and none of > my ports are outdated when I do a port outdated. I used to just get > a listing of the ports that had changed when I did a sudo port -d > selfupdate, I can't believe that everything is updated every day. > Maybe it is subtly changing every day, but it just seems to be the > same long list every day ... > > For instance > > Last login: Thu Jul 5 00:13:06 on ttyp1 > Welcome to Darwin! > powerbook:~ user$ sudo port -d selfupdate > Password: > DEBUG: Rebuilding the MacPorts base system if needed. > DEBUG: Synchronizing dports tree(s) > Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports > receiving file list ... done > ./ > aqua/ > aqua/Affiche/ > aqua/AppKiDo/ > aqua/AquaLess/ > aqua/ArpSpyX/ > aqua/AssignmentTrackerX/ > aqua/BigSQL/ > aqua/BigSQL/files/ > > ... and so on ... > > zope/zope-zphotoslides/files/ > zope/zope-zsyncer/ > PortIndex > aqua/Growl/files/patch-Growl.xcodeproj__project.pbxproj.i386 > aqua/Growl/files/patch-Growl.xcodeproj__project.pbxproj.powerpc > aqua/Growl/files/patch-Makefile > databases/mysql5/Portfile > databases/sqlite3/Portfile > databases/sqlite3/files/patch-Makefile.in > devel/dialog/Portfile > > ... and so on ... > > textproc/libmrss/Portfile > textproc/libnxml/Portfile > deleting textproc/libmrss/files/patch-src-mrss_parser.c > deleting directory textproc/libmrss/files > > sent 9951 bytes received 287107 bytes 13202.58 bytes/sec > total size is 14699706 speedup is 49.48 > DEBUG: MacPorts base dir: /opt/local/var/db/dports/sources/ > rsync.rsync.darwinports.org_dpupdate1/base > DEBUG: Setting user: root > DarwinPorts base version 1.442 installed > DEBUG: Updating using rsync > receiving file list ... done > ./ > Mk/ > config/ > doc/ > doc/exampleport/ > portmgr/ > portmgr/bots/ > portmgr/dmg/ > src/ > src/cflib1.0/ > src/darwinports1.0/ > src/darwintracelib1.0/ > src/package1.0/ > src/pextlib1.0/ > src/pextlib1.0/tests/ > src/port/ > src/port1.0/ > src/port1.0/resources/ > src/port1.0/resources/fetch/ > src/port1.0/resources/group/ > src/port1.0/resources/package/ > src/port1.0/tests/ > src/portindex/ > src/programs/ > src/programs/daemondo/ > src/registry1.0/ > tests/ > tests/test/ > tests/test/checksums-1/ > tests/test/cvs-and-patchsites/ > tests/test/dependencies-a/ > tests/test/dependencies-b/ > tests/test/dependencies-c/ > tests/test/envvariables/ > tests/test/site-tags/ > tests/test/trace/ > tests/test/universal/ > tests/test/universal-2/ > tests/test/xcodeversion/ > > sent 77 bytes received 4957 bytes 2013.60 bytes/sec > total size is 2093103 speedup is 415.79 > Downloaded MacPorts base version 1.442 > The MacPorts installation is not outdated and so was not updated > DEBUG: Setting ownership to root > selfupdate done! > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From jmpp at macports.org Thu Jul 5 23:11:57 2007 From: jmpp at macports.org (Juan Manuel Palacios) Date: Tue Oct 9 16:43:16 2007 Subject: MySQL5 won't install/start In-Reply-To: <279F5F3B-A6FA-4DF3-AEA6-53BE76ABA71A@macports.org> References: <468CCFD0.1010805@farsinsen.dk> <805AF5B7-691E-4D18-90DD-9D82C156B043@macports.org> <8861E7A5-DEE4-4C84-A934-3BCCD9878150@macports.org> <468D67C1.2020000@farsinsen.dk> <279F5F3B-A6FA-4DF3-AEA6-53BE76ABA71A@macports.org> Message-ID: On Jul 5, 2007, at 6:04 PM, Ryan Schmidt wrote: > On Jul 5, 2007, at 16:50, Peter Farsinsen wrote: > >> Ryan Schmidt wrote: >> >>> Please "sudo port sync" and try again. It may take up to 12 hours >>> for the change to become available. >> >> That's just great! >> >> Should I just do the "port sync" or should I upgrade the port to? >> And when will I know when the change is available? Just tried >> "port sync" and it didn't give any output. > > The change is committed to the Subversion repository, but changes > only get copied to the rsync server a couple times a day. I'm not > sure what schedule it's currently on, but if you wait 12 hours, > then you'll be sure the change is available. Then you "sudo port > sync" to retrieve the fixed portfile, then "sudo port -ncuf upgrade > mysql5" to reinstall mysql5 with the fix. That should do it. You should really beat that guy who broke the mysql5 port, I mean really! :-P In any case, the rsync repos feeding sync/selfupdate re-populate every half hour, on the hour, so the wait is surely much shorter than 12 hours. Regards,... -jmpp From jmpp at macports.org Thu Jul 5 23:34:57 2007 From: jmpp at macports.org (Juan Manuel Palacios) Date: Tue Oct 9 16:43:16 2007 Subject: Draft of a minimalist MacPorts Guide In-Reply-To: References: Message-ID: <362A3EAC-0F62-47AD-B49F-8F36B3A1CDF8@macports.org> Hi Mark! I've only managed to skim over your draft but I think it seems pretty good to begin with, kudos! Even though the existing guide is pretty outdated in some aspects, I wouldn't know where to stand between this draft of yours and our existing sources (there is some good material there!), haven't really had the time to do any serious comparisons. I'd love it if you could team up with Maun Suang and Brian Campbell, who've been actively contributing to documentation lately, and come up with a plan to rewrite as much as you can while keeping the best of both. Doing it in docbook format would be sweet, we already have automated guide regen straight off svn sources going on Daniel Luke's box, meaning that whatever we commit to the doc/ svn dir is reflected on the regen'd html files automagically, no fuss! (what's the regen periodicity, Daniel?). We also have a temporary location for the guide up at Daniel's site (http://geeklair.net/macports_guide/), but I am coordinating with Kevin Van Vechten a move to MacOSForge servers with a static link to it and automated uploads, this time for real. We're are also working on a mechanism to grant wiki write access to documentation contributors who do not yet have full svn write access, so that we can broaden our contributors base in a much faster and way. I'll get back to everybody once all this is in place, though. So as you can see, we already have this ball rolling with revived energies, so I'd really love it if you could team up and work people like Maun Suang and Brian (and any other willing to dedicate some time to this, most welcome!), providing your new draft as a base for a major guide redesign and refresh. Again, kudos for this great effort! Regards,... -jmpp On Jul 5, 2007, at 4:10 PM, markd@macports.org wrote: > I think the structure of the original guide is fundamentally > flawed. I > cooked up a draft of a minimalist approach. What do y'all think? > > http://homepage.mac.com/duling/macports/guide.html > > I used the stylesheet from another document I had handy, so don't > mind the > format or the fact that it isn't chunked. The colors and text of the > original guide make it look more professional I think but I didn't > have > time to mess with the stylesheet, especially since I don't know if > people > will really like this approach anyway. > > Mark > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From macports-users at garnet.nulluser.com Fri Jul 6 01:19:10 2007 From: macports-users at garnet.nulluser.com (Randy) Date: Tue Oct 9 16:43:16 2007 Subject: netcat -L Message-ID: Trying to run netcat with -L for a persistent listener, but nc complains that -L is an illegal option. Is this something unique to OSX? Have I missed something? Randy From markd at macports.org Fri Jul 6 01:23:07 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:16 2007 Subject: Draft of a minimalist MacPorts Guide In-Reply-To: <362A3EAC-0F62-47AD-B49F-8F36B3A1CDF8@macports.org> References: <362A3EAC-0F62-47AD-B49F-8F36B3A1CDF8@macports.org> Message-ID: Juan Manuel Palacios on Thursday, July 5, 2007 at 11:34 PM -0800 wrote: > Even though the existing guide is pretty outdated in some aspects, I >wouldn't know where to stand between this draft of yours and our >existing sources (there is some good material there!), haven't really >had the time to do any serious comparisons. Oops, resending to the lists with my subscribed address .... Yes there is good stuff in the old Guide. I am mining it for all I can to make sure that nothing in it gets left out, but I just got started and I'm not done yet. Or perhaps the more advanced stuff in the old Guide won't easily fit into my "minimalist" Guide; if so it can be accomodated separately. Either way, I don't want to leave anything out. > I'd love it if you could >team up with Maun Suang and Brian Campbell, who've been actively >contributing to documentation lately, and come up with a plan to >rewrite as much as you can while keeping the best of both. Yes, I have the same idea. > > Doing it in docbook format would be sweet Yes I thought so too. DocBook gives a lot of flexibility. Mark From raimue at macports.org Fri Jul 6 03:17:20 2007 From: raimue at macports.org (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue Oct 9 16:43:16 2007 Subject: netcat -L In-Reply-To: References: Message-ID: <468E16B0.3060807@macports.org> Randy wrote: > Trying to run netcat with -L for a persistent listener, but nc > complains that -L is an illegal option. Is this something unique to > OSX? Have I missed something? Please, read the man page first. You want to use -l (small letter L). And no, this is not unique to OS X and has nothing to do with MacPorts :-) Rainer From rhwood at mac.com Fri Jul 6 03:26:27 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:43:16 2007 Subject: UpdatePortPlease! In-Reply-To: <5822CDD1-694B-4579-BBCD-35DC580B68FD@mac.com> References: <5822CDD1-694B-4579-BBCD-35DC580B68FD@mac.com> Message-ID: <1FB84CCC-6E59-406D-B178-0A6B9EBB9F19@mac.com> Done in changeset:26767 Will be available via `port sync` in not more than 12 hours. On 5 Jul 2007, at 16:56, Mack Johnson wrote: > Hi, could someone please update "bluefish-1.0.7" thank you. > Mack Johnson > m_nez_j@mac.com > http://macknezjohnson.com > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From ehainry at free.fr Fri Jul 6 05:10:39 2007 From: ehainry at free.fr (Emmanuel Hainry) Date: Tue Oct 9 16:43:16 2007 Subject: Trouble installing Source-Highlight In-Reply-To: References: <20070705110255.A514820D711A@lists.macosforge.org> Message-ID: <20070706121039.GA6741@velsheda.lateralis.org> Citando Elias Pipping : > >Date: Wed, 4 Jul 2007 14:14:46 -0700 (PDT) > >From: Binil Thomas > >Subject: Trouble installing Source-Highlight > >To: macports-users@lists.macosforge.org > > > >I encountered the following error while trying to install > >source-highlight package using port. > > < snip > > > >checking whether the Boost::Regex library is available... no > >checking boost/shared_ptr.hpp usability... no > >checking boost/shared_ptr.hpp presence... no > >checking for boost/shared_ptr.hpp... no > > < snip > > > >configure: error: > > > >ERROR! Boost::regex library not installed. > >Please install it (download at http://www.boost.org/) > > < snip > > > Hi, > > the problem is caused by boost 1.34. I've tried it with boost 1.33 a > second ago and it worked flawlessly. I've CC'ed Lorenzo Bettini, the > developer of source-highlight, maybe he knows a fix (I don't). > > boost1.34 installs its headers in ${prefix}/boost-1_34/boost whereas progs expect it in ${prefix}/boost (which is where boost 1.33 put them). I stumbled upon that while installing globuation2: http://trac.macports.org/projects/macports/ticket/12185 Adding -I${prefix}/boost-1_34 to cppflags should do the trick. (or boost should be corrected). Best, Emmanuel From macports-users at garnet.nulluser.com Fri Jul 6 07:15:56 2007 From: macports-users at garnet.nulluser.com (Randy) Date: Tue Oct 9 16:43:16 2007 Subject: netcat -L In-Reply-To: <468E16B0.3060807@macports.org> References: <468E16B0.3060807@macports.org> Message-ID: Ranier, -l is not a persistent listener. nc will close on a FIN. -L makes it persistent. Google for "netcat manual"... # 2 is http://www.governmentsecurity.org/archive/t3573.html :...The -L (note the capital L) option will restart Netcat with the same command line when the connection is terminated. This way you can connect over and over to the same Netcat process.>>" Randy > Randy wrote: >> Trying to run netcat with -L for a persistent listener, but nc >> complains that -L is an illegal option. Is this something unique to >> OSX? Have I missed something? > > Please, read the man page first. You want to use -l (small lett