From C.Voelker at gmx.net Thu Mar 1 02:13:32 2007 From: C.Voelker at gmx.net (Christian Voelker) Date: Tue Oct 9 16:42:30 2007 Subject: newbe install question In-Reply-To: References: <3B439EFE-9935-456A-9AF8-C0C82822113F@mac.com> <24C94C9E-A117-4934-A191-A5C58033F74B@gmx.net> Message-ID: <0F054B54-D5CE-4330-9E9B-03B1F5CB9E52@gmx.net> Hello, Am 01.03.2007 um 00:23 schrieb Kim Young: > I turned my firewall completely off and tried selfupdate again. The local firewall on your mac does not block rsync. My first guess was, that there is a firewall running on your router or whatever you use to connect to the net. Please dont forget to turn on your local fire- wall again. > This is what I got: > > Shegundala:~ kimyoung$ port selfupdate > Error: /opt/local/bin/port: selfupdate failed: Couldn't sync dports > tree: sync failed doing rsync > Shegundala:~ kimyoung$ > > Any thing else I should try? First, try to run it verbose or better even in debug mode (port -d selfupdate) and post so output to the list. Also, if selfupdatze does not work because of rsync not working, sync should not work either. And that is an issue, that would worry me much more. Try the same with sync: port -d sync and send the output to the list. Then, tell us more about your setup: Machine type, OS Version, Developer Tools Version, macports version. If everything is set up properly and your are really living in an environment where you can not depend on standard procedures as expected by the ports system, then the next step would be, to check for other means of synchronizing your sources/ports tree. This could probably be done by subversion or one of its derived tools. I have not read the docs whether the program- mers of macports already took care to include such an option. This would be your job then. Bye, Christian From opendarwin.org at darkart.com Thu Mar 1 13:54:58 2007 From: opendarwin.org at darkart.com (Eric Hall) Date: Tue Oct 9 16:42:30 2007 Subject: More (newbie) Macports issues In-Reply-To: References: Message-ID: <20070301215458.GV1279@darkart.com> On Tue, Feb 27, 2007 at 06:55:10PM -0800, Mark Duling wrote: > Garrett Reid on Tuesday, February 27, 2007 at > 11:10 AM -0800 wrote: > >I have a fairly fresh macports install, but a few parts seem broken. > >Any help would be much appreciated. > > > >tcptraceroute doesn't work. > >On a tcptraceroute google.com, I get: > >libnet_write failed? Attempted to write 40 bytes, only wrote -1 > > I saw this too. There was a patch to libnet11's configure.in committed > some time ago that was supposed to fix this. > > But it looks like autoconf is not run so it doesn't take effect. I > inserted: > > use_autoconf yes > > into the libnet11 portfile and uninstalled, cleaned, reinstalled and now > tcptraceroute works on my MacBook. If someone can confirm this the fix > could be committed. I know Toby won't mind someone else committing the > change, because I've emailed him in the past for this port. But I'm > leaving town tonight and I don't want to make any changes now for safety's > sake. But try it and someone else could commit it. Testing... libnet11 with 'use_autoconf', tcptraceroute works fine. Hmm, lets see if it works w/o 'use_autoconf'... works fine w/o 'use_autoconf' as well. Ah, I'm on ppc. Lets try x86... Without 'use_autoconf' in libnet11... tcptraceroute fails. Trying with 'use_autoconf in libnet11... tcptraceroute works. I'll go ahead and commit the fix in a minute. [snip] > > Perhaps we need to make libnet11 and libnet compatible like the FreeBSD > and OpenBSD projects have done. > > Mark > I agree, having both libnet11 and libnet co-exist would be great. -eric From eejasonjones at yahoo.com Thu Mar 1 16:06:03 2007 From: eejasonjones at yahoo.com (Jason Jones) Date: Tue Oct 9 16:42:30 2007 Subject: invalid command name "delete" Message-ID: <20070302000603.26001.qmail@web54409.mail.yahoo.com> Error: Target com.apple.destroot returned: invalid command name "delete" I'm a first time user on a new system. I installed X11 and Xcode and updated them from apple. Running on a new MacBook x86 system w/ 2GB memory. Any idea what I am missing? When I do "which delete" it doesn't come up with anything. In fact, there is no file on my system called "delete" in the areas that a user has Permission to search. My guess is "delete" is a Tkl command and I am missing some Tkl. Jason- ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index From eridius at macports.org Thu Mar 1 19:10:23 2007 From: eridius at macports.org (Kevin Ballard) Date: Tue Oct 9 16:42:30 2007 Subject: invalid command name "delete" In-Reply-To: <20070302000603.26001.qmail@web54409.mail.yahoo.com> References: <20070302000603.26001.qmail@web54409.mail.yahoo.com> Message-ID: <3DC7717E-F307-4BD6-A135-56D47B6BFEC4@macports.org> Odd. Delete is indeed a command, defined in portutil.tcl. It was recently re-implemented for the imminent MacPorts 1.4, but it existed prior to that. Try doing a `sudo port selfupdate`. See if perhaps you're not at the latest release. On Mar 1, 2007, at 7:06 PM, Jason Jones wrote: > Error: Target com.apple.destroot returned: invalid > command name "delete" > > I'm a first time user on a new system. I installed X11 > and Xcode and updated them from apple. > > Running on a new MacBook x86 system w/ 2GB memory. > > Any idea what I am missing? > > When I do "which delete" it doesn't come up with > anything. In fact, there is no file on my system > called "delete" in the areas that a user has > Permission to search. > > My guess is "delete" is a Tkl command and I am missing > some Tkl. -- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070301/e913f144/attachment.html From eejasonjones at yahoo.com Thu Mar 1 19:28:19 2007 From: eejasonjones at yahoo.com (Jason Jones) Date: Tue Oct 9 16:42:30 2007 Subject: invalid command name "delete" In-Reply-To: <3DC7717E-F307-4BD6-A135-56D47B6BFEC4@macports.org> Message-ID: <20070302032819.2333.qmail@web54409.mail.yahoo.com> Thanks for the quick response. The short answer is I reinstalled MacPorts and it works fine now. The longer answer is that I likely did not have all the optional Apple provided install components when I installed MacPorts the first time. My bad, I did not follow the wiki page guidance re. all the needed components being in place first. Thanks again! Jason- --- Kevin Ballard wrote: > Odd. Delete is indeed a command, defined in > portutil.tcl. It was > recently re-implemented for the imminent MacPorts > 1.4, but it existed > prior to that. > > Try doing a `sudo port selfupdate`. See if perhaps > you're not at the > latest release. > > On Mar 1, 2007, at 7:06 PM, Jason Jones wrote: > > > Error: Target com.apple.destroot returned: invalid > > command name "delete" > > > > I'm a first time user on a new system. I installed > X11 > > and Xcode and updated them from apple. > > > > Running on a new MacBook x86 system w/ 2GB memory. > > > > Any idea what I am missing? > > > > When I do "which delete" it doesn't come up with > > anything. In fact, there is no file on my system > > called "delete" in the areas that a user has > > Permission to search. > > > > My guess is "delete" is a Tkl command and I am > missing > > some Tkl. > > -- > Kevin Ballard > http://kevin.sb.org > eridius@macports.org > http://www.tildesoft.com > > > ____________________________________________________________________________________ Cheap talk? Check out Yahoo! Messenger's low PC-to-Phone call rates. http://voice.yahoo.com From rbalfanz at gmail.com Thu Mar 1 20:22:38 2007 From: rbalfanz at gmail.com (Ryan Matthew Balfanz) Date: Tue Oct 9 16:42:30 2007 Subject: Error installing subversion Message-ID: <25604c130703012022x88883efk771e6c88235548b4@mail.gmail.com> Hello, I have just joined this list and installed macports. Already I am having an issue. Hopefully someone can help me. I want to install ffmpeg so I can convert alot of images to a movie but ffmpeg requires subversion, which will not install. Here is the problem: .... MANY MORE LINES HERE... grep: /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_expat/work/destroot/opt/local/lib/libexpat.la: No such file or directory sed: /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_expat/work/destroot/opt/local/lib/libexpat.la: No such file or directory libtool: link: `/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_expat/work/destroot/opt/local/lib/libexpat.la' is not a valid libtool archive make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1 Error: Status 1 encountered during processing. Thank You in Advance, Ryan -- Ryan Matthew Balfanz From patjoh at itstud.chalmers.se Fri Mar 2 02:55:26 2007 From: patjoh at itstud.chalmers.se (Patrik Johansson) Date: Tue Oct 9 16:42:30 2007 Subject: Additional arguments to configure Message-ID: <45E8029E.9000600@itstud.chalmers.se> Hi guys! I'm trying to install Irssi with proxy support. On of the arguments to configure in the portfile is --without-proxy ==Snippet from the portfile == configure.args \ --without-socks --without-bot --without-proxy \ --with-modules --enable-ipv6 --enable-ssl \ --with-perl=no --with-glib-prefix=${prefix} \ --mandir=${prefix}/share/man == End of snippet == Is there any easy way to change that argument to --with-proxy so I can build Irssi with proxy-support? //Patrik J From iqgrande at gmail.com Fri Mar 2 04:25:48 2007 From: iqgrande at gmail.com (Anthony Michael Agelastos) Date: Tue Oct 9 16:42:30 2007 Subject: Octave on Intel Mac Message-ID: <05B76F61-5E0B-41F3-921D-7991BFB97FD9@gmail.com> Hello, Amid all of the recent updates to Octave and its dependencies, I still cannot get it to build on my machine. I have attached output illustrating what the error is. Do you have any ideas? Sometime back, I had /usr/local populated with stuff from hpc.sf.net, but have since removed it. I do not know if there is some residual problems from this. Based on what I could see, the error was because a MacPorts' library wasn't prebound. In any event, I would appreciate any assistance you guys can give. Thank you. -Anthony -------------- next part -------------- A non-text attachment was scrubbed... Name: installOctave.bz2 Type: application/octet-stream Size: 17364 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070302/7bb002e8/installOctave.obj From dluke at geeklair.net Fri Mar 2 05:33:21 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:30 2007 Subject: Error installing subversion In-Reply-To: <25604c130703012022x88883efk771e6c88235548b4@mail.gmail.com> References: <25604c130703012022x88883efk771e6c88235548b4@mail.gmail.com> Message-ID: On Mar 1, 2007, at 11:22 PM, Ryan Matthew Balfanz wrote: > I want to install ffmpeg so I can convert alot of images to a movie > but ffmpeg requires subversion, which will not install. > > Here is the problem: If you can send me an attachment with the full output of: port clean subversion port -d -v install subversion That may help diagnose what is going wrong. > .... MANY MORE LINES HERE... > grep: /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_textproc_expat/work/destroot/opt/local/lib/libexpat.la: > No such file or directory > sed: /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_textproc_expat/work/destroot/opt/local/lib/libexpat.la: > No such file or directory > libtool: link: `/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_textproc_expat/work/destroot/opt/local/lib/libexpat.la' > is not a valid libtool archive > make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1 > > Error: Status 1 encountered during processing. That looks perhaps like a problem with the expat port. Do you have the latest expat port installed? Try: port sync port -f uninstall expat port install expat and then port clean subversion port -d -v install subversion And see if it works. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+ -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070302/8dc899f7/PGP.bin From ryandesign at macports.org Fri Mar 2 16:59:08 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:30 2007 Subject: a2ps output incompatible with Adobe distiller In-Reply-To: <20070228122222.GA20803@astro.ox.ac.uk> References: <20070227122022.GA21346@astro.ox.ac.uk> <20070228122222.GA20803@astro.ox.ac.uk> Message-ID: On Feb 28, 2007, at 06:22, Michael Williams wrote: > One thing: I wasn't sure whether to create the diff in the > subdirectory > of the source tree in which the problem file resides, or the root > of the > source tree (plumbed for the former in the end). Create the diff from the directory where the Portfile exists. The old documentation talks about this: http://darwinports.opendarwin.org/docs/ch15.html#id1033934 Hmm.. it doesn't explicitly state to do it from the Portfile directory. There must be another page where I read that before. > Also, if the fix is accepted, I assume the patch-file will reside > somewhere on the MacPorts website, which is how a "port install a2ps" > will find it. Before then, while I'm testing my own fixes, how do I > persuade MacPorts to look for the patch on the local machine? Is > there a > convention for giving such patch-files a more descriptive name than > just > patch-file? If you have a file foo.c that you're submitting a patch for, the recommendation is to name the patchfile "patch-foo.c.diff" as per the old documentation: http://darwinports.opendarwin.org/docs/ch04s07.html "The standard convention is to name the patch file 'patch- .diff, with one diff file per file altered in the source. If the filename is ambiguous because there are multiple files with that name in the distribution, supply the path components to uniquely identify the file being patched. Diffs should be created from the top level of worksrcdir, the working source directory where the port was extracted [...]" Ok, oh, so that's where it talked about how to create a diff from the root directory. I was misremembering it. From ryandesign at macports.org Fri Mar 2 16:59:59 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:30 2007 Subject: openEV on osx In-Reply-To: References: Message-ID: <6599E9E1-9CA1-4167-A3AF-A2C19CF46A15@macports.org> On Feb 28, 2007, at 16:55, Massimo Di Stefano wrote: > Hi, i'm tring to install openEV on osx intel 10.4.8 > have you any suggestion to perform this hardo job (..for me :-( ) > thank for any suggestion about !!! Well, this list is for discussing the MacPorts software and any ports that have been written using MacPorts. I don't see an openEV portfile. If you would like to create one, you're welcome to. But as for how to install openEV, you'd do better to contact the developers of that software. From ryandesign at macports.org Fri Mar 2 17:03:47 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:30 2007 Subject: Additional arguments to configure In-Reply-To: <45E8029E.9000600@itstud.chalmers.se> References: <45E8029E.9000600@itstud.chalmers.se> Message-ID: <5EE921DC-F817-4A1A-9D6A-90EAEDED78FA@macports.org> On Mar 2, 2007, at 04:55, Patrik Johansson wrote: > I'm trying to install Irssi with proxy support. > > On of the arguments to configure in the portfile is --without-proxy > > ==Snippet from the portfile == > configure.args \ > --without-socks --without-bot --without-proxy \ > --with-modules --enable-ipv6 --enable-ssl \ > --with-perl=no --with-glib-prefix=${prefix} \ > --mandir=${prefix}/share/man > == End of snippet == > > Is there any easy way to change that argument to --with-proxy so I > can build Irssi with proxy-support? The idea of MacPorts is that someone (the port maintainer) decides which options are useful to export, and creates variants for these options. The irssi port has no variant to enable the proxy option, so the maintainer apparently did not think it would be useful. On second thought, the irssi port has no maintainer. So, you could take over maintainership, if you wanted. It's best that the maintainer of a port actually uses the port, and since you seem to use (or want to use) irssi, that would make you a better candidate than me, for example. You could edit your local portfile and add a proxy variant, test it, make sure it works, then submit the patch in a ticket and a commiter can commit it, and make you the maintainer. In general we want as few variants as possible. That means the most useful configuration should most likely be the one you get without having to specify any variants. I don't know irssi or its proxy option, but if it's better to always configure irssi with proxy support, then you would just change --without-proxy to --with-proxy in the default configure.args and everyone would benefit from it. From ryandesign at macports.org Fri Mar 2 19:58:52 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:30 2007 Subject: a2ps output incompatible with Adobe distiller In-Reply-To: References: <20070227122022.GA21346@astro.ox.ac.uk> <20070228122222.GA20803@astro.ox.ac.uk> Message-ID: <7BD3FE3A-F16C-4E7F-AC8C-0C27BC586150@macports.org> On Mar 2, 2007, at 18:59, Ryan Schmidt wrote: > On Feb 28, 2007, at 06:22, Michael Williams wrote: > >> Also, if the fix is accepted, I assume the patch-file will reside >> somewhere on the MacPorts website, which is how a "port install a2ps" >> will find it. Before then, while I'm testing my own fixes, how do I >> persuade MacPorts to look for the patch on the local machine? Is >> there a >> convention for giving such patch-files a more descriptive name >> than just >> patch-file? > > If you have a file foo.c that you're submitting a patch for, the > recommendation is to name the patchfile "patch-foo.c.diff" as per > the old documentation: > > http://darwinports.opendarwin.org/docs/ch04s07.html > > "The standard convention is to name the patch file 'patch- > .diff, with one diff file per file altered in the source. > If the filename is ambiguous because there are multiple files with > that name in the distribution, supply the path components to > uniquely identify the file being patched. Diffs should be created > from the top level of worksrcdir, the working source directory > where the port was extracted [...]" Sorry, I forgot to say: the patchfile itself gets stored in the MacPorts repository (it goes into the "files" directory at the same level as the Portfile), which gets automatically downloaded to all users' machines when they "port sync". No need for the patchfile to be on any web site. You can create the "files" directory in your local tree and put your patchfiles there while developing. Then just make sure you submit the patchfiles in addition to a diff to your Portfile when you finally submit your changes in a Trac ticket. From iqgrande at gmail.com Sat Mar 3 04:25:10 2007 From: iqgrande at gmail.com (Anthony Michael Agelastos) Date: Tue Oct 9 16:42:30 2007 Subject: Octave on Intel Mac In-Reply-To: <70A30D07-D18E-4DD1-A2B6-2F437DFE0B7E@splunk.com> References: <05B76F61-5E0B-41F3-921D-7991BFB97FD9@gmail.com> <70A30D07-D18E-4DD1-A2B6-2F437DFE0B7E@splunk.com> Message-ID: <9AD86CFE-81CA-460E-974C-316CED60960D@gmail.com> On Mar 3, 2007, at 12:19 AM, Andre Stechert wrote: > It's not libcruft. It's the fnmatch error message that's > preventing the build from completing. > > So: > > 1) there's only one file in liboctave that contains references to > fnmatch, that's glob-match.cc. > 2) it properly includes so it's not doing something > stupid like declaring the function itself. > 3) therefore, it's of high probability that you have an errant > fnmatch.h installed somewhere on your system. > > Do you know how to find all the fnmatch.h files that exist on your > system? If so, can you enumerate them > and send me the output of: > > ls -l > > and > > grep extern > > on each of them? $ sudo find / -name fnmatch.h -exec echo "'{}'" \; -exec ls -l '{}' \; -exec grep extern '{}' \; Password: '/Developer/SDKs/MacOSX10.4u.sdk/usr/include/fnmatch.h' -rw-r--r-- 1 root wheel 3547 Sep 11 18:38 /Developer/SDKs/ MacOSX10.4u.sdk/usr/include/fnmatch.h '/Developer/SDKs/MacOSX10.4u.sdk/usr/include/httpd/fnmatch.h' -rw-r--r-- 1 root wheel 2595 Sep 11 22:18 /Developer/SDKs/ MacOSX10.4u.sdk/usr/include/httpd/fnmatch.h extern "C" { API_EXPORT(extern int) ap_is_fnmatch(const char *); '/opt/local/include/fnmatch.h' -rw-r--r-- 2 root admin 2191 Feb 2 22:41 /opt/local/include/ fnmatch.h '/opt/local/var/db/dports/software/heimdal/0.7.2_0/opt/local/include/ fnmatch.h' -rw-r--r-- 2 root admin 2191 Feb 2 22:41 /opt/local/var/db/ dports/software/heimdal/0.7.2_0/opt/local/include/fnmatch.h '/usr/include/fnmatch.h' -r--r--r-- 1 root wheel 3547 Sep 11 18:38 /usr/include/fnmatch.h '/usr/include/httpd/fnmatch.h' -rw-r--r-- 1 root wheel 2595 Sep 11 22:18 /usr/include/httpd/ fnmatch.h extern "C" { API_EXPORT(extern int) ap_is_fnmatch(const char *); > > Thanks, Thank you for your ongoing help with this issue. > andre > > On Mar 2, 2007, at 4:25 AM, Anthony Michael Agelastos wrote: > >> Hello, >> >> Amid all of the recent updates to Octave and its dependencies, I >> still cannot get it to build on my machine. I have attached output >> illustrating what the error is. Do you have any ideas? Sometime >> back, I had /usr/local populated with stuff from hpc.sf.net, but >> have since removed it. I do not know if there is some residual >> problems from this. Based on what I could see, the error was >> because a MacPorts' library wasn't prebound. In any event, I would >> appreciate any assistance you guys can give. Thank you. >> >> -Anthony >> >> > From jaroslav.hron at googlemail.com Sat Mar 3 09:10:56 2007 From: jaroslav.hron at googlemail.com (Jaroslav Hron) Date: Tue Oct 9 16:42:30 2007 Subject: port usage Message-ID: <6FE32F31-7CBA-4B2E-A8D2-16EB56A0A457@googlemail.com> Hi, as a mac and macports beginner I have a few questions. 1) if I do port upgrade outdated does it use the same variants options (like +x11) as was used for the older version of the package beeing upgraded? How can I find out that the file /opt/local/etc/ports/variants.conf is used - these should be globaly defined variants, but I can't see if its used or not.... 2) Is there a way/option to see what will port install something do, which dependencies will be included in the installation? Comming from gentoo linux their port system command emerge had and --pretend option which would just report what is going to be done but would not do it for real. Is there something similar here? Best regards, J. From dickinsm at gmail.com Sat Mar 3 10:04:04 2007 From: dickinsm at gmail.com (Mark Dickinson) Date: Tue Oct 9 16:42:30 2007 Subject: Baffled by output from `port dependents' Message-ID: <5c6f2a5d0703031004uc1acba4h7f9c7046b3fb85bc@mail.gmail.com> When I type: $> port dependents bzip2 I get the following: ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 ImageMagick depends on bzip2 Why all the repetitions? I only have one active copy of ImageMagick installed, and all inactive versions have been uninstalled: $> port installed | grep ImageMagick ImageMagick @6.3.2-9_0+darwin_8 (active) I can only assume that all these lines refer to previously installed, and since uninstalled, versions of ImageMagick. How does my system know about these previously uninstalled versions? I can't find any trace of the previously installed versions on my system. Is there some file somewhere that still keeps track of all the previous versions? Is there any way to update this file? Mark From C.Voelker at gmx.net Sat Mar 3 11:53:36 2007 From: C.Voelker at gmx.net (Christian Voelker) Date: Tue Oct 9 16:42:30 2007 Subject: port usage In-Reply-To: <6FE32F31-7CBA-4B2E-A8D2-16EB56A0A457@googlemail.com> References: <6FE32F31-7CBA-4B2E-A8D2-16EB56A0A457@googlemail.com> Message-ID: <4D435C40-7E67-43FB-98F8-CDE7238C25D0@gmx.net> Hi, Am 03.03.2007 um 18:10 schrieb Jaroslav Hron: > Hi, as a mac and macports beginner I have a few questions. Using it since two month but I think I can answer most of it. > 1) if I do > port upgrade outdated > does it use the same variants options (like +x11) > as was used for the older version of the package > beeing upgraded? Yes, and it should tell what it does as soon as you issue the command. It should not hurt trying, at least if you are running with archiving turned on. The first thing it does is deactivating the currently installed port (note: not uninstalling it) you can easily type command-c and reactivate in case you are not happy with what port tells what it is going to do. > How can I find out that the file > /opt/local/etc/ports/variants.conf > is used - these should be globaly defined variants, > but I can't see if its used or not.... This has to be activated in ports.conf first. > 2) Is there a way/option to see what will > port install something > do, which dependencies will be included in the installation? No, there was a recent discussion about the usefulness of such a "pretend" or "dry run" feature. There were no objections but no cheering crowds either. You could be one more supporter of such a feature request. Best if you were able to implement it, because I believe that is why we dont have this feature yet - it takes a skillful person to make it happen. Bye, Christian From danstowell at gmail.com Sat Mar 3 12:03:27 2007 From: danstowell at gmail.com (Dan Stowell) Date: Tue Oct 9 16:42:30 2007 Subject: port usage In-Reply-To: <4D435C40-7E67-43FB-98F8-CDE7238C25D0@gmx.net> References: <6FE32F31-7CBA-4B2E-A8D2-16EB56A0A457@googlemail.com> <4D435C40-7E67-43FB-98F8-CDE7238C25D0@gmx.net> Message-ID: <286e6b7c0703031203l5a46468cxf26d9fcbc100c25c@mail.gmail.com> > > 2) Is there a way/option to see what will > > port install something > > do, which dependencies will be included in the installation? > > No, there was a recent discussion about the usefulness > of such a "pretend" or "dry run" feature. There were no > objections but no cheering crowds either. You could be > one more supporter of such a feature request. Best if > you were able to implement it, because I believe that > is why we dont have this feature yet - it takes a > skillful person to make it happen. I know it's not quite the same, but in case Jaroslav doesn't know about it: you can at least use the "port deps" command to see what the dependencies are. Dan From jenix at jinhyung.org Sun Mar 4 03:05:58 2007 From: jenix at jinhyung.org (Park Jin Hyung) Date: Tue Oct 9 16:42:30 2007 Subject: port usage In-Reply-To: <4D435C40-7E67-43FB-98F8-CDE7238C25D0@gmx.net> References: <6FE32F31-7CBA-4B2E-A8D2-16EB56A0A457@googlemail.com> <4D435C40-7E67-43FB-98F8-CDE7238C25D0@gmx.net> Message-ID: > >> How can I find out that the file >> /opt/local/etc/ports/variants.conf >> is used - these should be globaly defined variants, >> but I can't see if its used or not.... > > This has to be activated in ports.conf first. I have the same question. I have configured in ports.conf like below: 20 # Where to find global variants definition file (optional) 21 variants_conf /opt/local/etc/ports/variants.conf And, I added two variants, +multibyte, +ruby in /opt/local/etc/ports/ variants.conf 12 # Example: 13 # +ipv6 +no_x11 14 +multibyte +ruby BUT, I cannot see that variants are used. For example, when I try to build VIM, just type "port -vd install vim", the result is --------------------------------------- Coffee:~ jenix$ sudo port -vd install vim Password: DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Requested variant darwin is not provided by port vim. DEBUG: Requested variant i386 is not provided by port vim. DEBUG: Requested variant macosx is not provided by port vim. DEBUG: Executing variant darwin_i386 provides darwin_i386 DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/devel/gettext --------------------------------------- there is no any variants used. BUT, when I try to build VIM with "port -vd install vim +multibyte +ruby", --------------------------------------- Coffee:~ jenix$ sudo port -vd install vim +multibyte +ruby DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/editors/vim DEBUG: Requested variant darwin is not provided by port vim. DEBUG: Requested variant i386 is not provided by port vim. DEBUG: Requested variant macosx is not provided by port vim. DEBUG: Executing variant multibyte provides multibyte DEBUG: Executing variant ruby provides ruby DEBUG: Executing variant darwin_i386 provides darwin_i386 --------------------------------------- You can see that ruby, multibyte variants have been activated. What's wrong with me? Could you give me any advice? --------------------------------------- Park, Jin Hyung jenix@jinhyung.org http://jinhyung.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070304/db1c4649/attachment.html From jaroslav.hron at googlemail.com Sun Mar 4 03:17:18 2007 From: jaroslav.hron at googlemail.com (Jaroslav Hron) Date: Tue Oct 9 16:42:30 2007 Subject: port usage In-Reply-To: <4D435C40-7E67-43FB-98F8-CDE7238C25D0@gmx.net> References: <6FE32F31-7CBA-4B2E-A8D2-16EB56A0A457@googlemail.com> <4D435C40-7E67-43FB-98F8-CDE7238C25D0@gmx.net> Message-ID: Thanks for the hints... Ok you are right it seems to use the same variants, but one learnes about it only after all the compilation is over.... (this is even with the -v option...) ---> Fetching ImageMagick ---> ImageMagick-6.3.2-9.tar.bz2 doesn't seem to exist in /opt/local/ var/db/dports/distfiles/ImageMagick ---> Attempting to fetch ImageMagick-6.3.2-9.tar.bz2 from http:// imagemagick.linux-mirror.org/download/ ---> Verifying checksum(s) for ImageMagick ---> Checksumming ImageMagick-6.3.2-9.tar.bz2 ---> Extracting ImageMagick ---> Extracting ImageMagick-6.3.2-9.tar.bz2 ---> Configuring ImageMagick ---> Building ImageMagick with target all ---> Staging ImageMagick into destroot ---> Compressing man pages for ImageMagick ---> Deactivating ImageMagick 6.3.2-4_0+darwin_8+jpeg2 ---> Installing ImageMagick 6.3.2-9_0+darwin_8+jpeg2 ---> Activating ImageMagick 6.3.2-9_0+darwin_8+jpeg2 would it be better to print first what is going to be done, something like ---> Upgrading ImageMagick 6.3.2-4_0+darwin_8+jpeg2 -> 6.3.2-9_0 +darwin_8+jpeg2 Just sugestion... Thanks, J. On Mar 3, 2007, at 20:53 , Christian Voelker wrote: > Hi, > > Am 03.03.2007 um 18:10 schrieb Jaroslav Hron: > >> Hi, as a mac and macports beginner I have a few questions. > > Using it since two month but I think I can answer most of it. > >> 1) if I do >> port upgrade outdated >> does it use the same variants options (like +x11) >> as was used for the older version of the package >> beeing upgraded? > > Yes, and it should tell what it does as soon as you > issue the command. It should not hurt trying, at least > if you are running with archiving turned on. The first > thing it does is deactivating the currently installed > port (note: not uninstalling it) you can easily type > command-c and reactivate in case you are not happy > with what port tells what it is going to do. > > > Bye, Christian > > From jaroslav.hron at googlemail.com Sun Mar 4 03:21:37 2007 From: jaroslav.hron at googlemail.com (Jaroslav Hron) Date: Tue Oct 9 16:42:31 2007 Subject: port usage In-Reply-To: <286e6b7c0703031203l5a46468cxf26d9fcbc100c25c@mail.gmail.com> References: <6FE32F31-7CBA-4B2E-A8D2-16EB56A0A457@googlemail.com> <4D435C40-7E67-43FB-98F8-CDE7238C25D0@gmx.net> <286e6b7c0703031203l5a46468cxf26d9fcbc100c25c@mail.gmail.com> Message-ID: <0F139438-F800-45E9-A6FF-B83CA6561B29@googlemail.com> >> > 2) Is there a way/option to see what will >> > port install something >> > do, which dependencies will be included in the installation? >> >> No, there was a recent discussion about the usefulness >> of such a "pretend" or "dry run" feature. There were no >> objections but no cheering crowds either. You could be >> one more supporter of such a feature request. Best if >> you were able to implement it, because I believe that >> is why we dont have this feature yet - it takes a >> skillful person to make it happen. > > I know it's not quite the same, but in case Jaroslav doesn't know > about it: you can at least use the "port deps" command to see what the > dependencies are. > That is close - it would be enough to mark in the output of "port deps" those which are installed/active by some sign or the installed version+variants I know :-) i am welcomed to implement it.... Bye, J. > Dan > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From paulbeard at gmail.com Sun Mar 4 13:18:32 2007 From: paulbeard at gmail.com (Paul Beard) Date: Tue Oct 9 16:42:31 2007 Subject: gramps and python issues Message-ID: Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070304/1f3ffb78/PGP.bin From visual.logic at gmail.com Sun Mar 4 23:02:12 2007 From: visual.logic at gmail.com (Thomas J. Buhr) Date: Tue Oct 9 16:42:31 2007 Subject: New User Questions Message-ID: <1D3E26A6-81F9-47E2-B229-A015B4FF2213@gmail.com> Macports, I've been looking to get Apache2 2.2.4 installed with the APR and APR- Util components. Also then I'll need the latest Subversion to integrate with Apache2 along with MySQL and PHP. Are these packages available? How easy are they to install? Presently I have Fink Commander (its downloads are out of date) does Macports offer a similar install experience? Thom From andrewberry at sentex.net Mon Mar 5 08:33:06 2007 From: andrewberry at sentex.net (Andrew Berry) Date: Tue Oct 9 16:42:31 2007 Subject: pdftk/gcc41 build error on 10.4.8 Intel Message-ID: <2423ACDD-7777-4956-A4FD-7582980AFDEF@sentex.net> Hi, Has anyone been able to build pdftk on the above configuration? I am getting this error on building gcc41: ---> Applying patches to gcc41 Error: Target com.apple.patch returned: couldn't change working directory to "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build": no such file or directory Error: The following dependencies failed to build: gcc41 Error: Status 1 encountered during processing. Thanks, --Andrew -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070305/38b66f54/PGP.bin From mark.duling at biola.edu Mon Mar 5 09:09:39 2007 From: mark.duling at biola.edu (Mark Duling) Date: Tue Oct 9 16:42:31 2007 Subject: gramps and python issues In-Reply-To: References: Message-ID: Paul Beard <[ mailto:paulbeard@gmail.com ]paulbeard@gmail.com> on Sunday, March 4, 2007 at 1:18 PM wrote: I can't install gramps: i was trying to run it before and hitting some errors so I decided to rebuild python and gramps. Now gramps won't complete the configure stage. The current Gramps port is broken. There is a newer version of Gramps now but I've been unable to get it working. So until someone solves whatever problem there is with building Gramps from source it just wo?'t work. There is a Gramps on OS X wiki page somewhere that helps, but I still wasn?t able to solve the problem. The wiki page makes clear that OS X builds are problematic though. Sorry I can't give a link but it should be easily Googled. Mark From agentmonkey at gmail.com Mon Mar 5 09:15:22 2007 From: agentmonkey at gmail.com (Romulo Velasquez) Date: Tue Oct 9 16:42:31 2007 Subject: Problems compiling FLAC Message-ID: <77375FCB-108B-4F98-93D4-23FB77221D08@gmail.com> Hello, Not sure if this is the right list but I'm having trouble compiling the latest version of FLAC on darwinports. I get the following error message: format.c:474: warning: type defaults to 'int' in declaration of 'FLAC__StreamMetadata_Picture' format.c:474: error: parse error before '*' token format.c: In function 'FLAC__format_picture_is_legal': format.c:479: error: 'picture' undeclared (first use in this function) format.c:479: error: (Each undeclared identifier is reported only once format.c:479: error: for each function it appears in.) format.c:481: error: 'violation' undeclared (first use in this function) make[4]: *** [format.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Any ideas? Thanks, Rom From paulbeard at gmail.com Mon Mar 5 09:47:08 2007 From: paulbeard at gmail.com (Paul Beard) Date: Tue Oct 9 16:42:31 2007 Subject: gramps and python issues In-Reply-To: References: Message-ID: <0EDC1BE2-5CBA-419D-BFD5-087516B0DB09@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mar 5, 2007, at 9:09 AM, Mark Duling wrote: > The current Gramps port is broken. There is a newer version of > Gramps now > but I've been unable to get it working. So until someone solves > whatever > problem there is with building Gramps from source it just wo?'t work. > There is a Gramps on OS X wiki page somewhere that helps, but I still > wasn?t able to solve the problem. The wiki page makes clear that OS X > builds are problematic though. Sorry I can't give a link but it > should be > easily Googled. hmm, I guess I'll hunt around for that. Thanks. - -- Paul Beard contact info: www.paulbeard.org/paulbeard.vcf pictures: http://www.flickr.com/photos/pdb206/ Are you trying to win an argument or solve a problem? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFF7FeffHLPwpj1/JQRAhs4AJ9jvVpM26YgkWWLNNZd/4y4ucHAFACguyWz qAlZW0oa36JE3pb9mCa3eek= =zYXD -----END PGP SIGNATURE----- From davidm at astro.berkeley.edu Mon Mar 5 11:08:15 2007 From: davidm at astro.berkeley.edu (David MacMahon) Date: Tue Oct 9 16:42:31 2007 Subject: Octave on Intel Mac In-Reply-To: <05B76F61-5E0B-41F3-921D-7991BFB97FD9@gmail.com> References: <05B76F61-5E0B-41F3-921D-7991BFB97FD9@gmail.com> Message-ID: <765DBCD1-9EAC-4853-893A-299D86DB34FA@astro.berkeley.edu> On Mar 2, 2007, at 4:25 , Anthony Michael Agelastos wrote: > Sometime back, I had /usr/local populated with stuff from > hpc.sf.net, but have since removed it. Just to make sure that it's totally gone, you could (temporarily) rename /usr/local to /usr/local.tmp. If that still doesn't work, the next thing to try is to find out which object file or library listed in the long failing link command contains the offending symbol. Something like... for f in *.o; do nm $f | grep -q __Z7fnmatchPKcS0_i && echo $f; done ...for all the object file directories. Doing the libraries will be a little trickier, since you'll have to search the -L directories for them. Once you find the object or library containing the offending symbol, it will make it easier to diagnose further. Dave From davidm at astro.berkeley.edu Mon Mar 5 11:22:10 2007 From: davidm at astro.berkeley.edu (David MacMahon) Date: Tue Oct 9 16:42:31 2007 Subject: #11479: UPDATE: pgplot-5.2.2: Support for Intel Macs Message-ID: The attached patch adds support for Intel Macs (via gcc 4.2's gfortran), makes the x11 and aquaterm variants defaults, and adds a new (non-default) variant +demos that will also install the pgplot demo programs. Can someone please review and commit? Thanks, Dave From pburleson at gmail.com Mon Mar 5 11:26:56 2007 From: pburleson at gmail.com (Patrick Burleson) Date: Tue Oct 9 16:42:31 2007 Subject: port upgrade strangeness Message-ID: I was doing some playing around with the port command last night and ran into the following: silentbob:~ pburleson$ port list installed apache2 @2.2.4 www/apache2 apr @1.2.8 devel/apr apr-util @1.2.8 devel/apr-util autoconf @2.61 devel/autoconf bison @2.3 devel/bison db44 @4.4.20 databases/db44 expat @2.0.0 textproc/expat fcgi @2.4.0 www/fcgi gettext @0.16.1 devel/gettext libiconv @1.11 textproc/libiconv lighttpd @1.4.13 www/lighttpd m4 @1.4.8b devel/m4 mysql5 @5.0.33 databases/mysql5 ncurses @5.5 devel/ncurses ncursesw @5.5 devel/ncursesw neon @0.26.3 www/neon openssl @0.9.8e devel/openssl pcre @7.0 devel/pcre perl5.8 @5.8.8 lang/perl5.8 postgresql81 @8.1.8 databases/postgresql81 postgresql81-server @8.1.8 databases/postgresql81-server rb-fcgi @0.8.6 ruby/rb-fcgi rb-mysql @2.7.1 ruby/rb-mysql rb-postgres @0.7.1 ruby/rb-postgres rb-rubygems @0.9.1 ruby/rb-rubygems readline @5.1.004 devel/readline ruby @1.8.5-p12 lang/ruby subversion @1.4.3 devel/subversion zlib @1.2.3 archivers/zlib silentbob:~ pburleson$ sudo port upgrade lighttpd silentbob:~ pburleson$ sudo port upgrade fcgi silentbob:~ pburleson$ sudo port upgrade subversion ---> Fetching openssl ---> Attempting to fetch openssl-0.9.8e.tar.gz from http://www.openssl.org/source/ ---> Verifying checksum(s) for openssl ---> Extracting openssl ---> Applying patches to openssl ---> Configuring openssl ---> Building openssl with target all ---> Staging openssl into destroot ---> Deactivating openssl 0.9.8d_0+darwin_8 ---> Installing openssl 0.9.8e_0+darwin_8 ---> Activating openssl 0.9.8e_0+darwin_8 ---> Cleaning openssl ---> Fetching sqlite3 ---> Attempting to fetch sqlite-3.3.13.tar.gz from http://www.sqlite.org/ ---> Verifying checksum(s) for sqlite3 ---> Extracting sqlite3 ---> Applying patches to sqlite3 ---> Configuring sqlite3 ---> Building sqlite3 with target all ---> Staging sqlite3 into destroot ---> Installing sqlite3 3.3.13_0+darwin_8 ---> Activating sqlite3 3.3.13_0+darwin_8 ---> Cleaning sqlite3 ---> Fetching apr-util ---> Verifying checksum(s) for apr-util ---> Extracting apr-util ---> Configuring apr-util ---> Building apr-util with target all ---> Staging apr-util into destroot ---> Deactivating apr-util 1.2.8_1 ---> Installing apr-util 1.2.8_2 ---> Activating apr-util 1.2.8_2 ---> Cleaning apr-util silentbob:~ pburleson$ port list installed apache2 @2.2.4 www/apache2 apr @1.2.8 devel/apr apr-util @1.2.8 devel/apr-util apr-util @1.2.8 devel/apr-util autoconf @2.61 devel/autoconf bison @2.3 devel/bison db44 @4.4.20 databases/db44 expat @2.0.0 textproc/expat fcgi @2.4.0 www/fcgi gettext @0.16.1 devel/gettext libiconv @1.11 textproc/libiconv lighttpd @1.4.13 www/lighttpd m4 @1.4.8b devel/m4 mysql5 @5.0.33 databases/mysql5 ncurses @5.5 devel/ncurses ncursesw @5.5 devel/ncursesw neon @0.26.3 www/neon openssl @0.9.8e devel/openssl openssl @0.9.8e devel/openssl pcre @7.0 devel/pcre perl5.8 @5.8.8 lang/perl5.8 postgresql81 @8.1.8 databases/postgresql81 postgresql81-server @8.1.8 databases/postgresql81-server rb-fcgi @0.8.6 ruby/rb-fcgi rb-mysql @2.7.1 ruby/rb-mysql rb-postgres @0.7.1 ruby/rb-postgres rb-rubygems @0.9.1 ruby/rb-rubygems readline @5.1.004 devel/readline ruby @1.8.5-p12 lang/ruby sqlite3 @3.3.13 databases/sqlite3 subversion @1.4.3 devel/subversion zlib @1.2.3 archivers/zlib silentbob:~ pburleson$ The oddity there is when I issued the command "sudo port upgrade subversion". Things that I already have installed are downloaded and installed again, and there's the weird inclusion of sqlite3. Then in the final list of installed ports, openssl and apr-util are duplicated. Is my MacPorts install borked? I have everything setup the default way, in /opt/local . Any help or ideas would be greatly appreciated. Thanks, Patrick From davidm at astro.berkeley.edu Mon Mar 5 11:27:42 2007 From: davidm at astro.berkeley.edu (David MacMahon) Date: Tue Oct 9 16:42:31 2007 Subject: #11479: UPDATE: pgplot-5.2.2: Support for Intel Macs In-Reply-To: References: Message-ID: On Mar 5, 2007, at 11:22 , David MacMahon wrote: > The attached patch The patch is attached to ticket #11479, not the previous email message. Dave From rbalfanz at gmail.com Mon Mar 5 11:31:56 2007 From: rbalfanz at gmail.com (Ryan Matthew Balfanz) Date: Tue Oct 9 16:42:31 2007 Subject: Installing ffmpeg without subversion dependency Message-ID: <25604c130703051131i430b7e93xf417f7b936059a21@mail.gmail.com> Hello, I would like to install ffmpeg to create a movie from a bunch of image files. Ffmpeg requires subversion to checkout the source. However, I cannot build subversion for some reason. Is there a work around so that I can manually get the sources and trick port into building ffmpeg? Thanks, Ryan -- Ryan Matthew Balfanz From pipping at macports.org Mon Mar 5 11:57:08 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:31 2007 Subject: Installing ffmpeg without subversion dependency In-Reply-To: <25604c130703051131i430b7e93xf417f7b936059a21@mail.gmail.com> References: <25604c130703051131i430b7e93xf417f7b936059a21@mail.gmail.com> Message-ID: Hi, i've co'ed the svn repository by hand and created a tarball for you. put the tarball in /opt/local/var/db/dports/distfiles/ffmpeg and replace ffmpeg's portfile with the one i've appended ('port file ffmpeg' to locate it) note: since the tarball weighs 3.4mb i'll only send it to you, not the mailing list (in another mail) -------------- next part -------------- A non-text attachment was scrubbed... Name: Portfile Type: application/octet-stream Size: 2712 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070305/17ed7277/Portfile.obj -------------- next part -------------- Regards, Elias Pipping On Mar 5, 2007, at 8:31 PM, Ryan Matthew Balfanz wrote: > Hello, > I would like to install ffmpeg to create a movie from a bunch of > image files. > Ffmpeg requires subversion to checkout the source. However, I cannot > build subversion for some reason. > Is there a work around so that I can manually get the sources and > trick port into building ffmpeg? > > Thanks, > Ryan > > -- > Ryan Matthew Balfanz > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From paulbeard at gmail.com Mon Mar 5 13:02:07 2007 From: paulbeard at gmail.com (Paul Beard) Date: Tue Oct 9 16:42:31 2007 Subject: rebuilding gnumeric: any idea what's going on here? Message-ID: <583026DC-3BB1-4069-AB8C-4B84C8B257F2@gmail.com> Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070305/307a04e6/PGP.bin From paulbeard at gmail.com Mon Mar 5 13:42:57 2007 From: paulbeard at gmail.com (Paul Beard) Date: Tue Oct 9 16:42:31 2007 Subject: gramps and python issues In-Reply-To: <200703052010.30131.rjt-gramps@thegrindstone.me.uk> References: <200703052010.30131.rjt-gramps@thegrindstone.me.uk> Message-ID: <2C9CF46A-0DA2-4AAC-B2DF-822AC8238ECC@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mar 5, 2007, at 12:10 PM, Richard Taylor wrote: > I think that it is a combination of the gcc/gtk/pygtk versions > but I was unable to verify the exact problem. I guess this is still true for the 2.2.x versions? - -- Paul Beard contact info: www.paulbeard.org/paulbeard.vcf pictures: http://www.flickr.com/photos/pdb206/ Are you trying to win an argument or solve a problem? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFF7I7nfHLPwpj1/JQRAknHAJ9ZT31161/qJm5Iuz9QsFyN8EnTPACgmYW3 zcay8Z71qjd9kpQqU814/x4= =+5xl -----END PGP SIGNATURE----- From ryandesign at macports.org Mon Mar 5 13:56:25 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:31 2007 Subject: port upgrade strangeness In-Reply-To: References: Message-ID: <686B448A-7897-4C06-9C28-47640974F344@macports.org> Patrick, Please see my answers inline. On Mar 5, 2007, at 13:26, Patrick Burleson wrote: > I was doing some playing around with the port command last night and > ran into the following: > > silentbob:~ pburleson$ port list installed > apache2 @2.2.4 www/apache2 > apr @1.2.8 devel/apr > apr-util @1.2.8 devel/apr-util > autoconf @2.61 devel/autoconf > bison @2.3 devel/bison > db44 @4.4.20 databases/db44 > expat @2.0.0 textproc/expat > fcgi @2.4.0 www/fcgi > gettext @0.16.1 devel/gettext > libiconv @1.11 textproc/libiconv > lighttpd @1.4.13 www/lighttpd > m4 @1.4.8b devel/m4 > mysql5 @5.0.33 databases/mysql5 > ncurses @5.5 devel/ncurses > ncursesw @5.5 devel/ncursesw > neon @0.26.3 www/neon > openssl @0.9.8e devel/openssl > pcre @7.0 devel/pcre > perl5.8 @5.8.8 lang/perl5.8 > postgresql81 @8.1.8 databases/postgresql81 > postgresql81-server @8.1.8 databases/ > postgresql81-server > rb-fcgi @0.8.6 ruby/rb-fcgi > rb-mysql @2.7.1 ruby/rb-mysql > rb-postgres @0.7.1 ruby/rb-postgres > rb-rubygems @0.9.1 ruby/rb-rubygems > readline @5.1.004 devel/readline > ruby @1.8.5-p12 lang/ruby > subversion @1.4.3 devel/subversion > zlib @1.2.3 archivers/zlib > silentbob:~ pburleson$ sudo port upgrade lighttpd > silentbob:~ pburleson$ sudo port upgrade fcgi Since these ports were not outdated, you did not need to ask MacPorts to upgrade them. To discover which ports are outdated, you can run "port outdated". > silentbob:~ pburleson$ sudo port upgrade subversion > ---> Fetching openssl > ---> Attempting to fetch openssl-0.9.8e.tar.gz from > http://www.openssl.org/source/ > ---> Verifying checksum(s) for openssl > ---> Extracting openssl > ---> Applying patches to openssl > ---> Configuring openssl > ---> Building openssl with target all > ---> Staging openssl into destroot > ---> Deactivating openssl 0.9.8d_0+darwin_8 > ---> Installing openssl 0.9.8e_0+darwin_8 > ---> Activating openssl 0.9.8e_0+darwin_8 > ---> Cleaning openssl You asked for Subversion to be upgraded. Subversion was not outdated, so Subversion was not upgraded. But the upgrade command is recursive (unless you use the -n switch). The subversion port depends on neon (see "port deps subversion") which depends on openssl (see "port deps neon"), and since the last time you synced, openssl was upgraded from 0.9.8d to 0.9.8e which is why it is being upgraded now. > ---> Fetching sqlite3 > ---> Attempting to fetch sqlite-3.3.13.tar.gz from http:// > www.sqlite.org/ > ---> Verifying checksum(s) for sqlite3 > ---> Extracting sqlite3 > ---> Applying patches to sqlite3 > ---> Configuring sqlite3 > ---> Building sqlite3 with target all > ---> Staging sqlite3 into destroot > ---> Installing sqlite3 3.3.13_0+darwin_8 > ---> Activating sqlite3 3.3.13_0+darwin_8 > ---> Cleaning sqlite3 > ---> Fetching apr-util > ---> Verifying checksum(s) for apr-util > ---> Extracting apr-util > ---> Configuring apr-util > ---> Building apr-util with target all > ---> Staging apr-util into destroot > ---> Deactivating apr-util 1.2.8_1 > ---> Installing apr-util 1.2.8_2 > ---> Activating apr-util 1.2.8_2 > ---> Cleaning apr-util Subversion also depends on apr-util. The change between apr-util 1.2.8_1 and 1.2.8_2 was to require the MacPorts version of sqlite3 [1], which is why that was installed for you now. [1] See: http://trac.macports.org/projects/macports/changeset/22339 > silentbob:~ pburleson$ port list installed > apache2 @2.2.4 www/apache2 > apr @1.2.8 devel/apr > apr-util @1.2.8 devel/apr-util > apr-util @1.2.8 devel/apr-util > autoconf @2.61 devel/autoconf > bison @2.3 devel/bison > db44 @4.4.20 databases/db44 > expat @2.0.0 textproc/expat > fcgi @2.4.0 www/fcgi > gettext @0.16.1 devel/gettext > libiconv @1.11 textproc/libiconv > lighttpd @1.4.13 www/lighttpd > m4 @1.4.8b devel/m4 > mysql5 @5.0.33 databases/mysql5 > ncurses @5.5 devel/ncurses > ncursesw @5.5 devel/ncursesw > neon @0.26.3 www/neon > openssl @0.9.8e devel/openssl > openssl @0.9.8e devel/openssl > pcre @7.0 devel/pcre > perl5.8 @5.8.8 lang/perl5.8 > postgresql81 @8.1.8 databases/postgresql81 > postgresql81-server @8.1.8 databases/ > postgresql81-server > rb-fcgi @0.8.6 ruby/rb-fcgi > rb-mysql @2.7.1 ruby/rb-mysql > rb-postgres @0.7.1 ruby/rb-postgres > rb-rubygems @0.9.1 ruby/rb-rubygems > readline @5.1.004 devel/readline > ruby @1.8.5-p12 lang/ruby > sqlite3 @3.3.13 databases/sqlite3 > subversion @1.4.3 devel/subversion > zlib @1.2.3 archivers/zlib > silentbob:~ pburleson$ > > > The oddity there is when I issued the command "sudo port upgrade > subversion". Things that I already have installed are downloaded and > installed again, and there's the weird inclusion of sqlite3. Then in > the final list of installed ports, openssl and apr-util are > duplicated. Is my MacPorts install borked? I have everything setup the > default way, in /opt/local . Nothing is borked or weird. The only problem is that you are using "port list installed", and that doesn't do what you think it does. Short answer: use "port installed" instead. This was just discussed on the list a week or two ago but I can't seem to find the thread for you in the archives so I'll just tell you the gist of what was discussed. If you try "port installed" you will see what ports are installed, and their versions, and which are active. You will see that you have both openssl 0.9.8d_0 and 0.9.8e_0 installed. Only 0.9.8e_0 is active, but 0.9.8d_0 is still there, inactive, and could be activated by you if you wanted (after you deactivated 0.9.8e_0). If you no longer need 0.9.8d_0, you can "sudo port uninstall openssl @0.9.8d_0". The same goes for apr-util: you have 1.2.8_1 and 1.2.8_2 installed (and only the latter is active). The reason openssl 0.9.8e and apr-util 1.2.8 are showing up twice in "port list installed" is, as I said, because that command doesn't do what you think it does. The "port list" command does the following: for each port given as an argument, it shows the most recent version available. The "installed" pseudo-portname provides "port list" with the names of each installed port. You have two apr-util ports and two openssl ports installed, therefore "port list" shows you the latest versions of apr-util and openssl twice. As you can see, this is not the information you wanted to receive. And to see the information you wanted, you just have to run "port installed" instead. If you want MacPorts to automatically uninstall older versions of ports as it upgrades them, use the -u flag when upgrading. For example: sudo port -u upgrade apr-util From pburleson at gmail.com Mon Mar 5 14:06:13 2007 From: pburleson at gmail.com (Patrick Burleson) Date: Tue Oct 9 16:42:31 2007 Subject: port upgrade strangeness In-Reply-To: <686B448A-7897-4C06-9C28-47640974F344@macports.org> References: <686B448A-7897-4C06-9C28-47640974F344@macports.org> Message-ID: Ryan, See my "thanks" inline. On 3/5/07, Ryan Schmidt wrote: > Patrick, > > Please see my answers inline. > > > silentbob:~ pburleson$ sudo port upgrade lighttpd > > silentbob:~ pburleson$ sudo port upgrade fcgi > > Since these ports were not outdated, you did not need to ask MacPorts > to upgrade them. To discover which ports are outdated, you can run > "port outdated". > Actually, I knew they weren't updated, I was just "playing" around. > You asked for Subversion to be upgraded. Subversion was not outdated, > so Subversion was not upgraded. But the upgrade command is recursive > (unless you use the -n switch). The subversion port depends on neon > (see "port deps subversion") which depends on openssl (see "port deps > neon"), and since the last time you synced, openssl was upgraded from > 0.9.8d to 0.9.8e which is why it is being upgraded now. > I see that now, although I swear I installed MacPorts (and specifically openssl) less than a week ago ( last change date of the portfile ), but I guess not. Time flies. > > Subversion also depends on apr-util. The change between apr-util > 1.2.8_1 and 1.2.8_2 was to require the MacPorts version of sqlite3 > [1], which is why that was installed for you now. > > [1] See: http://trac.macports.org/projects/macports/changeset/22339 > I see that now. Earlier today, when looking the port file, I was staring at devel/apr and not devel/apr-util ....ugh. > Nothing is borked or weird. The only problem is that you are using > "port list installed", and that doesn't do what you think it does. > Short answer: use "port installed" instead. This was just discussed > on the list a week or two ago but I can't seem to find the thread for > you in the archives so I'll just tell you the gist of what was > discussed. > > If you try "port installed" you will see what ports are installed, > and their versions, and which are active. You will see that you have > both openssl 0.9.8d_0 and 0.9.8e_0 installed. Only 0.9.8e_0 is > active, but 0.9.8d_0 is still there, inactive, and could be activated > by you if you wanted (after you deactivated 0.9.8e_0). If you no > longer need 0.9.8d_0, you can "sudo port uninstall openssl > @0.9.8d_0". The same goes for apr-util: you have 1.2.8_1 and 1.2.8_2 > installed (and only the latter is active). > > The reason openssl 0.9.8e and apr-util 1.2.8 are showing up twice in > "port list installed" is, as I said, because that command doesn't do > what you think it does. The "port list" command does the following: > for each port given as an argument, it shows the most recent version > available. The "installed" pseudo-portname provides "port list" with > the names of each installed port. You have two apr-util ports and two > openssl ports installed, therefore "port list" shows you the latest > versions of apr-util and openssl twice. > > As you can see, this is not the information you wanted to receive. > And to see the information you wanted, you just have to run "port > installed" instead. > > > If you want MacPorts to automatically uninstall older versions of > ports as it upgrades them, use the -u flag when upgrading. For example: > > sudo port -u upgrade apr-util > Thank you very much for clearing all that up. I think I might spend a little more time with "man port" instead of the glance I gave "port help" Patrick From ryandesign at macports.org Mon Mar 5 14:29:25 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:31 2007 Subject: pdftk/gcc41 build error on 10.4.8 Intel In-Reply-To: <2423ACDD-7777-4956-A4FD-7582980AFDEF@sentex.net> References: <2423ACDD-7777-4956-A4FD-7582980AFDEF@sentex.net> Message-ID: <4AD2BBC3-B1AE-4BE2-A966-F3D2FCF91BBA@macports.org> On Mar 5, 2007, at 10:33, Andrew Berry wrote: > Has anyone been able to build pdftk on the above configuration? I > am getting this error on building gcc41: > > ---> Applying patches to gcc41 > Error: Target com.apple.patch returned: couldn't change working > directory to "/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_gcc41/work/build": no such file or directory > Error: The following dependencies failed to build: gcc41 > Error: Status 1 encountered during processing. I have not tried it on Intel, but I did just successfully build gcc41 and pdftk on 10.4.8 PowerPC. gcc41 took about 6 hours and 1.1GB of disk space to build on my 1.5-GHz G4. The 1.1GB I got back after it was done building, but the 6 hours are gone forever. :-) From ryandesign at macports.org Mon Mar 5 14:36:34 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:31 2007 Subject: New User Questions In-Reply-To: <1D3E26A6-81F9-47E2-B229-A015B4FF2213@gmail.com> References: <1D3E26A6-81F9-47E2-B229-A015B4FF2213@gmail.com> Message-ID: <5CB683D8-AA42-4B96-B8C0-F25EB4BC62E2@macports.org> On Mar 5, 2007, at 01:02, Thomas J. Buhr wrote: > I've been looking to get Apache2 2.2.4 installed with the APR and > APR-Util components. Also then I'll need the latest Subversion to > integrate with Apache2 along with MySQL and PHP. Are these packages > available? How easy are they to install? Of course. You can discover whether something is available by searching for it: $ port search apache $ port search subversion To automatically install subversion and all its dependencies (including apr, apr-util, expat, neon, gettext, openssl, zlib, libiconv...) with apache2 support, just type: $ sudo port sync $ sudo port install subversion +mod_dav_svn However, I recommend doing a little more: I recommend configuring Subversion without BerkeleyDB support, unless you know for a fact that you really need it. Furthermore I recommend also installing a few extra tools that come with Subversion; they may come in handy some day. So type this instead: $ sudo port sync $ sudo port install apr-util +no_bdb $ sudo port install subversion +no_bdb +mod_dav_svn +tools To discover which variants are available for a port, type for example: $ port info subversion Unfortunately the variants do not have descriptions, so if the variant names are not enough to tell you what they do, you'll have to read the code of the portfile: $ port cat subversion or: $ port edit subversion > Presently I have Fink Commander (its downloads are out of date) > does Macports offer a similar install experience? The MacPorts equivalent of Fink Commander would be Port Authority, but it is not free. I tried it back when it was free, and for my purposes it was just as easy and clear, if not easier / clearer, to just use the terminal and forget the GUI. "man port" will tell you what all the port command can do for you. From ryandesign at macports.org Mon Mar 5 14:39:07 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:31 2007 Subject: Baffled by output from `port dependents' In-Reply-To: <5c6f2a5d0703031004uc1acba4h7f9c7046b3fb85bc@mail.gmail.com> References: <5c6f2a5d0703031004uc1acba4h7f9c7046b3fb85bc@mail.gmail.com> Message-ID: <5FC3A5AB-B946-4D10-8C0D-B6CC5C21D116@macports.org> On Mar 3, 2007, at 12:04, Mark Dickinson wrote: > When I type: > > $> port dependents bzip2 > > I get the following: > > ImageMagick depends on bzip2 > ImageMagick depends on bzip2 > ImageMagick depends on bzip2 > ImageMagick depends on bzip2 > ImageMagick depends on bzip2 > ImageMagick depends on bzip2 > ImageMagick depends on bzip2 > ImageMagick depends on bzip2 > ImageMagick depends on bzip2 > > Why all the repetitions? I only have one active copy of ImageMagick > installed, and all inactive versions have been uninstalled: > > $> port installed | grep ImageMagick > ImageMagick @6.3.2-9_0+darwin_8 (active) > > I can only assume that all these lines refer to previously installed, > and since uninstalled, versions of ImageMagick. How does my system > know about these previously uninstalled versions? I can't find any > trace of the previously installed versions on my system. Is there > some file somewhere that still keeps track of all the previous > versions? Is there any way to update this file? Interesting. I don't know what's going on. All I can say is that I too have had many versions of ImageMagick installed, and only one is now installed, and port dependents bzip2 only shows one line of output for me: $ port dependents bzip2 ImageMagick depends on bzip2 $ port installed ImageMagick The following ports are currently installed: ImageMagick @6.3.2-9_0+darwin_8 (active) Do you have the latest version of MacPorts? Try "sudo port selfupdate" to see if it updates your MacPorts. From rbalfanz at gmail.com Mon Mar 5 15:31:33 2007 From: rbalfanz at gmail.com (Ryan Matthew Balfanz) Date: Tue Oct 9 16:42:31 2007 Subject: Is GnuPlot linked to gd 2.0.29 or newer? Message-ID: <25604c130703051531s128a3045x67a88ce6d550d9cd@mail.gmail.com> I would like to plot directly to an animated gif in gnuplot. >From the FAQ: http://www.gnuplot.info/faq/faq.html#SECTION00056000000000000000 gnuplot needs to be linked to gd 2.0.29 or newer to do so I have no idea how to check this other than gnuplot -V which doesn't help Thanks, Ryan -- Ryan Matthew Balfanz From HolgerRapp at gmx.net Mon Mar 5 16:20:12 2007 From: HolgerRapp at gmx.net (Holger Rapp) Date: Tue Oct 9 16:42:31 2007 Subject: Universal builds? Message-ID: <8CEB5387-0C28-4B11-B588-3E7EF5940B59@gmx.net> Hi, since i have not found a forum/FAQ entry or something similar on the (miniscule) homepage, i post my question on the user list, hopefully someone can help me here. I have a Macbook and i'm trying to get my ports stuff installed universal for cross compiling (or rather building fat binaries for other systems, so i need universal libs). But darwinport seems to be mocking at me: $ port variants libsdl_gfx-framework libsdl_gfx-framework has the variants: universal darwin_8 darwin_6 $ sudo port uninstall libsdl_gfx-framework ---> Deactivating libsdl_gfx-framework 2.0.13_0+darwin_8 ---> Uninstalling libsdl_gfx-framework 2.0.13_0+darwin_8 localhost:/opt/local/etc/ports sirver$ sudo port install libsdl_gfx- framework +universal ---> Fetching libsdl_gfx-framework ---> Verifying checksum(s) for libsdl_gfx-framework ---> Extracting libsdl_gfx-framework ---> Configuring libsdl_gfx-framework ---> Building libsdl_gfx-framework with target -buildstyle Deployment -target SDL_gfx ---> Staging libsdl_gfx-framework into destroot ---> Installing libsdl_gfx-framework 2.0.13_0+darwin_8 ---> Activating libsdl_gfx-framework 2.0.13_0+darwin_8 ---> Cleaning libsdl_gfx-framework hu? why wasn't the universal variant build and installed, rather the darwin_8? I couldn't find any documentation, i'd really like to know what i'm doing wrong? (this happens with all ports btw, not just this random example picked) thanks for your help Holger Rapp From paulbeard at gmail.com Mon Mar 5 16:31:17 2007 From: paulbeard at gmail.com (Paul Beard) Date: Tue Oct 9 16:42:31 2007 Subject: more strangeness on port upgrade? Message-ID: <60A28B06-6DE8-41F6-B29C-138232E89D5F@gmail.com> Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070305/e1c1fc4c/PGP.bin From sck at nogas.org Mon Mar 5 16:30:48 2007 From: sck at nogas.org (Scott C. Kennedy) Date: Tue Oct 9 16:42:31 2007 Subject: Are OpenSSH/John/Samba3 not compiling on Intel? (John & Samba part #1) Message-ID: <45ECB638.6020505@nogas.org> Okay, before I submit these as bug reports via trac, I wanted to make sure that I am not the only one with this... I just got a new MacBookPro and am loving it, but while building a fresh install of the ports from my old PowerBook, I had these issues with the OpenSSH and Samba3 package. Plus, when I did an update a week or so ago, john would not build correctly. So....Has anyone else seen this? More details: 10.4.8 Build 8N1430, with all fixes installed. MacPorts 1.320 fully updated & sync'ed as of March 4th, 15:00 PST Xcode Tools 2.4.1 installed X11 1.1.3 installed I did not transfer over ANY of my old ports tree, just did a 'port installed' on the G4 and re-built everything in that list on the Mac Book Pro. Ideas? Scott PS> anyone been able to find RPM to install? ============================================================== 1:~/Desktop/darwin port issues sck$ sudo port selfupdate && sudo port sync && sudo port clean --all samba3 && sudo port -d install samba3 DarwinPorts base version 1.320 installed Downloaded MacPorts base version 1.320 The MacPorts installation is not outdated and so was not updated selfupdate done! Portfile changed since last build; discarding previous state. ---> Cleaning samba3 ---> Fetching samba3 DEBUG: Executing com.apple.fetch (samba3) ---> samba-3.0.20b.tar.gz doesn't seem to exist in /opt/local/var/db/dports/distfiles/samba3 ---> Attempting to fetch samba-3.0.20b.tar.gz from http://us1.samba.org/samba/ftp/stable/ ---> Verifying checksum(s) for samba3 DEBUG: Executing com.apple.checksum (samba3) ---> Checksumming samba-3.0.20b.tar.gz DEBUG: Correct (md5) checksum for samba-3.0.20b.tar.gz ---> Extracting samba3 DEBUG: Executing com.apple.extract (samba3) ---> Extracting samba-3.0.20b.tar.gz DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/samba3/samba-3.0.20b.tar.gz DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work" && gzip -dc /opt/local/var/db/dports/distfiles/samba3/samba-3.0.20b.tar.gz | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing com.apple.patch (samba3) ---> Applying patches to samba3 ---> Applying /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/samba3/files/patch-configure DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source" && patch -p0' patching file configure Hunk #1 succeeded at 5074 (offset 3 lines). ---> Applying /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/samba3/files/patch-libsmb_clikrb5.c DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source" && patch -p0' patching file libsmb/clikrb5.c Hunk #2 succeeded at 216 (offset 2 lines). Hunk #3 succeeded at 271 (offset 2 lines). ---> Applying /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/samba3/files/patch-darwin8-lib-system.c DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source" && patch -p0' patching file lib/system.c ---> Configuring samba3 DEBUG: Executing com.apple.configure (samba3) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source" && CFLAGS=-I/opt/local/include CPPFLAGS="-I/opt/local/include -DHAVE_STRUCT_TIMESPEC" LDFLAGS=-L/opt/local/lib CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 ./configure --prefix=/opt/local --with-mandir=/opt/local/share/man --with-libdir=/opt/local/lib/samba3 --with-privatedir=/opt/local/var/db/smb --with-configdir=/opt/local/etc/samba3/ --with-swatdir=/opt/local/share/samba3/swat --with-readline=/opt/local --with-krb5=/usr --without-included-popt --without-readline --enable-cups' SAMBA VERSION: 3.0.20b checking for -fPIE... yes checking for gcc... /usr/bin/gcc-4.0 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc-4.0 accepts -g... yes checking for /usr/bin/gcc-4.0 option to accept ANSI C... none needed checking for gcc... (cached) /usr/bin/gcc-4.0 checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes checking for /usr/bin/gcc-4.0 option to accept ANSI C... (cached) none needed checking how to run the C preprocessor... /usr/bin/cpp-4.0 checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk [ ... lines deleted ...] checking how to build vfs_afsacl... not checking how to build vfs_catia... not Using libraries: LIBS = -lresolv -ldl -liconv KRB5_LIBS = -lroken -lasn1 -lcrypto -L/usr/lib -Wl,-search_paths_first -L/usr/lib -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv LDAP_LIBS = -lldap -llber AUTH_LIBS = checking configure summary... yes configure: creating ./config.status config.status: creating include/stamp-h config.status: creating Makefile config.status: creating script/findsmb config.status: creating smbadduser config.status: creating script/gen-8bit-gap.sh config.status: creating include/config.h ---> Building samba3 with target all DEBUG: Executing com.apple.build (samba3) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source" && make all' Using FLAGS = -I/opt/local/include -D_SAMBA_BUILD_ -Iinclude -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/include -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/ubiqx -I. -I/opt/local/include -DHAVE_STRUCT_TIMESPEC -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/tdb LIBS = -lresolv -ldl -liconv LDSHFLAGS = -bundle -flat_namespace -undefined suppress -Wl,-search_paths_first -L/opt/local/lib LDFLAGS = -Wl,-search_paths_first -L/opt/local/lib PIE_CFLAGS = -fPIE PIE_LDFLAGS = -pie Generating smbd/build_options.c Building include/proto.h creating /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/include/proto.h Building include/wrepld_proto.h creating /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/include/wrepld_proto.h Building include/build_env.h creating /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/nsswitch/winbindd_proto.h creating /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/web/swat_proto.h creating /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/client/client_proto.h creating /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/utils/net_proto.h creating /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_samba3/work/samba-3.0.20b/source/utils/ntlm_auth_proto.h Compiling dynconfig.c Compiling param/loadparm.c Compiling param/params.c Compiling smbd/files.c Compiling smbd/chgpasswd.c Compiling smbd/connection.c Compiling smbd/utmp.c Compiling smbd/session.c Compiling smbd/dfree.c Compiling smbd/dir.c Compiling smbd/password.c Compiling smbd/conn.c Compiling smbd/fileio.c Compiling smbd/ipc.c Compiling smbd/lanman.c Compiling smbd/negprot.c Compiling smbd/message.c Compiling smbd/nttrans.c Compiling smbd/pipes.c Compiling smbd/reply.c Compiling smbd/sesssetup.c smbd/sesssetup.c: In function 'reply_sesssetup_and_X_spnego': smbd/sesssetup.c:663: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness Compiling smbd/trans2.c Compiling smbd/uid.c Compiling smbd/dosmode.c Compiling smbd/filename.c Compiling smbd/open.c Compiling smbd/close.c Compiling smbd/blocking.c Compiling smbd/sec_ctx.c Compiling smbd/srvstr.c Compiling smbd/vfs.c Compiling smbd/vfs-wrap.c Compiling smbd/statcache.c Compiling smbd/posix_acls.c Compiling lib/sysacls.c Compiling lib/server_mutex.c Compiling smbd/process.c Compiling smbd/service.c Compiling smbd/error.c Compiling printing/printfsp.c Compiling lib/sysquotas.c Compiling lib/sysquotas_linux.c Compiling lib/sysquotas_xfs.c Compiling lib/sysquotas_4A.c Compiling smbd/change_trust_pw.c Compiling smbd/fake_file.c Compiling smbd/quotas.c Compiling smbd/ntquotas.c Compiling lib/afs.c Compiling smbd/msdfs.c Compiling lib/afs_settoken.c Compiling smbd/aio.c Compiling smbd/mangle.c Compiling smbd/mangle_hash.c Compiling smbd/mangle_map.c Compiling smbd/mangle_hash2.c Compiling libsmb/clientgen.c Compiling libsmb/cliconnect.c Compiling libsmb/clifile.c Compiling libsmb/clikrb5.c libsmb/clikrb5.c:133:2: error: #error UNKNOWN_CREATE_KEY_FUNCTIONS make: *** [libsmb/clikrb5.o] Error 1 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_dports_net_samba3/work/samba-3.0.20b/source" && make all" returned error 2 Command output: Compiling smbd/statcache.c Compiling smbd/posix_acls.c Compiling lib/sysacls.c Compiling lib/server_mutex.c Compiling smbd/process.c Compiling smbd/service.c Compiling smbd/error.c Compiling printing/printfsp.c Compiling lib/sysquotas.c Compiling lib/sysquotas_linux.c Compiling lib/sysquotas_xfs.c Compiling lib/sysquotas_4A.c Compiling smbd/change_trust_pw.c Compiling smbd/fake_file.c Compiling smbd/quotas.c Compiling smbd/ntquotas.c Compiling lib/afs.c Compiling smbd/msdfs.c Compiling lib/afs_settoken.c Compiling smbd/aio.c Compiling smbd/mangle.c Compiling smbd/mangle_hash.c Compiling smbd/mangle_map.c Compiling smbd/mangle_hash2.c Compiling libsmb/clientgen.c Compiling libsmb/cliconnect.c Compiling libsmb/clifile.c Compiling libsmb/clikrb5.c libsmb/clikrb5.c:133:2: error: #error UNKNOWN_CREATE_KEY_FUNCTIONS make: *** [libsmb/clikrb5.o] Error 1 Warning: the following items did not execute (for samba3): com.apple.activate com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. ========================================================= 1:~/Desktop/darwin port issues sck$ date Sun Mar 4 13:09:17 PST 2007 1:~/Desktop/darwin port issues sck$ sudo port selfupdate DarwinPorts base version 1.320 installed Downloaded MacPorts base version 1.320 The MacPorts installation is not outdated and so was not updated selfupdate done! 1:~/Desktop/darwin port issues sck$ sudo port sync 1:~/Desktop/darwin port issues sck$ sudo port clean --all john ---> Cleaning john 1:~/Desktop/darwin port issues sck$ sudo port -d upgrade john DEBUG: Found port in file:///opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/sysutils/john DEBUG: epoch: in tree: 0 installed: 0 DEBUG: john 1.7.0.2_0 exists in the ports tree DEBUG: john 1.6_2 is installed DEBUG: variants to install DEBUG: available variants are : universal powerpc i386 altivec DEBUG: new portvariants: DEBUG: Changing to port directory: /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/sysutils/john DEBUG: Requested variant darwin is not provided by port john. DEBUG: Requested variant macosx is not provided by port john. DEBUG: Executing variant i386 provides i386 DEBUG: Executing com.apple.main (john) ---> Fetching john DEBUG: Executing com.apple.fetch (john) ---> john-1.7.0.2.tar.bz2 doesn't seem to exist in /opt/local/var/db/dports/distfiles/john ---> Attempting to fetch john-1.7.0.2.tar.bz2 from http://www.openwall.com/john/f/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 674k 100 674k 0 0 63638 0 0:00:10 0:00:10 --:--:-- 84596 ---> Verifying checksum(s) for john DEBUG: Executing com.apple.checksum (john) ---> Checksumming john-1.7.0.2.tar.bz2 DEBUG: Correct (md5) checksum for john-1.7.0.2.tar.bz2 DEBUG: Correct (sha1) checksum for john-1.7.0.2.tar.bz2 DEBUG: Correct (rmd160) checksum for john-1.7.0.2.tar.bz2 DEBUG: setting option extract.cmd to /opt/local/bin/bzip2 ---> Extracting john DEBUG: Executing com.apple.extract (john) ---> Extracting john-1.7.0.2.tar.bz2 DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/john/john-1.7.0.2.tar.bz2 DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_sysutils_john/work" && /opt/local/bin/bzip2 -dc /opt/local/var/db/dports/distfiles/john/john-1.7.0.2.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing com.apple.patch (john) DEBUG: Executing proc-post-com.apple.patch-patch-0 ---> Configuring john DEBUG: Executing com.apple.configure (john) ---> Building john with target {clean macosx-x86-mmx} DEBUG: Executing com.apple.build (john) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_sysutils_john/work/john-1.7.0.2/src" && make clean macosx-x86-mmx' rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/john.bin ../run/john.com ../run/unshadow.com ../run/unafs.com ../run/unique.com ../run/john.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe rm -f ../run/john.exe *.o *.bak core rm -f detect bench generic.h arch.h sparc.h tmp.s rm -f DES_bs_s.c DES_bs_n.c DES_bs_a.c cp /dev/null Makefile.dep ln -sf x86-mmx.h arch.h make ../run/john ../run/unshadow ../run/unafs ../run/unique \ JOHN_OBJS="DES_fmt.o DES_std.o DES_bs.o BSDI_fmt.o MD5_fmt.o MD5_std.o BF_fmt.o BF_std.o AFS_fmt.o LM_fmt.o batch.o bench.o charset.o common.o compiler.o config.o cracker.o crc32.o external.o formats.o getopt.o idle.o inc.o john.o list.o loader.o logger.o math.o memory.o misc.o options.o params.o path.o recovery.o rpp.o rules.o signals.o single.o status.o tty.o wordlist.o unshadow.o unafs.o unique.o DES_bs_b.o x86.o x86-mmx.o" \ ASFLAGS="-c -DUNDERSCORES -DBSD -DALIGN_LOG" gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops DES_fmt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops DES_std.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops DES_bs.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops BSDI_fmt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops MD5_fmt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops MD5_std.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops BF_fmt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops BF_std.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops AFS_fmt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops LM_fmt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops batch.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops bench.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops charset.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops common.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops compiler.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops config.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops cracker.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops crc32.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops external.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops formats.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops getopt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops idle.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops inc.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops john.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops list.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops loader.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops logger.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops math.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops memory.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops misc.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops options.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops params.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops path.c path.c: In function 'path_init': path.c:40: error: stray '\' in program path.c:40: error: missing terminating " character make[1]: *** [path.o] Error 1 make: *** [macosx-x86-mmx] Error 2 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_dports_sysutils_john/work/john-1.7.0.2/src" && make clean macosx-x86-mmx" returned error 2 Command output: gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops AFS_fmt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops LM_fmt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops batch.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops bench.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops charset.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops common.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops compiler.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops config.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops cracker.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops crc32.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops external.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops formats.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops getopt.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops idle.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops inc.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops john.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops list.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops loader.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops logger.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops math.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops memory.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops misc.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops options.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops params.c gcc -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\"/opt/local/share/john\\\" -DJOHN_SYSTEMWIDE_HOME=\\\"/opt/local/share/john\\\" -c -Wall -O2 -fomit-frame-pointer -funroll-loops path.c path.c: In function 'path_init': path.c:40: error: stray '\' in program path.c:40: error: missing terminating " character make[1]: *** [path.o] Error 1 make: *** [macosx-x86-mmx] Error 2 Warning: the following items did not execute (for john): com.apple.destroot com.apple.build DEBUG: Error: Unable to upgrade port: 1 From sck at nogas.org Mon Mar 5 16:31:03 2007 From: sck at nogas.org (Scott C. Kennedy) Date: Tue Oct 9 16:42:31 2007 Subject: Are OpenSSH/John/Samba3 not compiling on Intel? (OpenSSH part #2) Message-ID: <45ECB647.2000602@nogas.org> I had to split this into two emails since the compile output is so long... ---- Okay, before I submit these as bug reports via trac, I wanted to make sure that I am not the only one with this... I just got a new MacBookPro and am loving it, but while building a fresh install of the ports from my old PowerBook, I had these issues with the OpenSSH and Samba3 package. Plus, when I did an update a week or so ago, john would not build correctly. So....Has anyone else seen this? More details: 10.4.8 Build 8N1430, with all fixes installed. MacPorts 1.320 fully updated & sync'ed as of March 4th, 15:00 PST Xcode Tools 2.4.1 installed X11 1.1.3 installed I did not transfer over ANY of my old ports tree, just did a 'port installed' on the G4 and re-built everything in that list on the Mac Book Pro. Ideas? Scott PS> anyone been able to find RPM to install? ============================================================== 1:~/Desktop/darwin port issues sck$ date Sun Mar 4 13:14:47 PST 2007 1:~/Desktop/darwin port issues sck$ sudo port selfupdate && sudo port sync && sudo port clean --alll  openssh && sudo port -d install openshh  sh DarwinPorts base version 1.320 installed Downloaded MacPorts base version 1.320 The MacPorts installation is not outdated and so was not updated selfupdate done! Portfile changed since last build; discarding previous state. ---> Cleaning openssh ---> Fetching openssh DEBUG: Executing com.apple.fetch (openssh) ---> openssh-4.5p1.tar.gz doesn't seem to exist in /opt/local/var/db/dports/distfiles/openssh ---> Attempting to fetch openssh-4.5p1.tar.gz from ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable ---> Verifying checksum(s) for openssh DEBUG: Executing com.apple.checksum (openssh) ---> Checksumming openssh-4.5p1.tar.gz DEBUG: Correct (md5) checksum for openssh-4.5p1.tar.gz DEBUG: Correct (sha1) checksum for openssh-4.5p1.tar.gz DEBUG: Correct (rmd160) checksum for openssh-4.5p1.tar.gz ---> Extracting openssh DEBUG: Executing com.apple.extract (openssh) ---> Extracting openssh-4.5p1.tar.gz DEBUG: setting option extract.args to /opt/local/var/db/dports/distfiles/openssh/openssh-4.5p1.tar.gz DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work" && gzip -dc /opt/local/var/db/dports/distfiles/openssh/openssh-4.5p1.tar.gz | /usr/bin/gnutar --no-same-owner -xf -' DEBUG: Executing com.apple.patch (openssh) ---> Configuring openssh DEBUG: Executing proc-pre-com.apple.configure-configure-0 DEBUG: Executing com.apple.configure (openssh) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/openssh-4.5p1" && CPPFLAGS="-fno-builtin -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/include" CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 ./configure --prefix=/opt/local --with-ssl-dir=/opt/local --sysconfdir=/opt/local/etc/ssh --with-privsep-path=/opt/local/var/empty --with-md5-passwords --with-pid-dir=/opt/local/var/run --with-tcp-wrappers --with-pam --disable-suid-ssh --with-random=/dev/urandom --mandir=/opt/local/share/man --with-zlib=/opt/local' checking for gcc... /usr/bin/gcc-4.0 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... [ ... lines deleted ...] checking if your system defines WTMPX_FILE... no configure: creating ./config.status config.status: creating Makefile config.status: creating buildpkg.sh config.status: creating opensshd.init config.status: creating openssh.xml config.status: creating openbsd-compat/Makefile config.status: creating openbsd-compat/regress/Makefile config.status: creating scard/Makefile config.status: creating ssh_prng_cmds config.status: creating survey.sh config.status: creating config.h OpenSSH has been configured with the following options: User binaries: /opt/local/bin System binaries: /opt/local/sbin Configuration files: /opt/local/etc/ssh Askpass program: /opt/local/libexec/ssh-askpass Manual pages: /opt/local/share/man/manX PID file: /opt/local/var/run Privilege separation chroot path: /opt/local/var/empty sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin Manpage format: doc PAM support: yes OSF SIA support: no KerberosV support: no SELinux support: no Smartcard support: no S/KEY support: no TCP Wrappers support: yes MD5 password support: yes libedit support: no Solaris process contract support: no IP address in $DISPLAY hack: no Translate v4 in v6 hack: no BSD Auth support: no Random number source: OpenSSL internal ONLY Host: i686-apple-darwin8.8.5 Compiler: /usr/bin/gcc-4.0 Compiler flags: -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign Preprocessor flags: -I/opt/local/include -I/opt/local/include -fno-builtin -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/include Linker flags: -L/opt/local/lib -L/opt/local/lib Libraries: -lwrap -lpam -ldl -lcrypto -lz PAM is enabled. You may need to install a PAM control file for sshd, otherwise password authentication may fail. Example PAM control files can be found in the contrib/ subdirectory ---> Building openssh with target all DEBUG: Executing com.apple.build (openssh) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/openssh-4.5p1" && make all' conffile=`echo sshd_config.out | sed 's/.out$//'`; \ /usr/bin/sed -e 's|/etc/ssh/ssh_prng_cmds|/opt/local/etc/ssh/ssh_prng_cmds|g' -e 's|/etc/ssh/ssh_config|/opt/local/etc/ssh/ssh_config|g' -e 's|/etc/ssh/ssh_known_hosts|/opt/local/etc/ssh/ssh_known_hosts|g' -e 's|/etc/ssh/sshd_config|/opt/local/etc/ssh/sshd_config|g' -e 's|/usr/libexec|/opt/local/libexec|g' -e 's|/etc/shosts.equiv|/opt/local/etc/ssh/shosts.equiv|g' -e 's|/etc/ssh/ssh_host_key|/opt/local/etc/ssh/ssh_host_key|g' -e 's|/etc/ssh/ssh_host_dsa_key|/opt/local/etc/ssh/ssh_host_dsa_key|g' -e 's|/etc/ssh/ssh_host_rsa_key|/opt/local/etc/ssh/ssh_host_rsa_key|g' -e 's|/var/run/sshd.pid|/opt/local/var/run/sshd.pid|g' -e 's|/etc/ssh/moduli|/opt/local/etc/ssh/moduli|g' -e 's|/etc/ssh/sshrc|/opt/local/etc/ssh/sshrc|g' -e 's|/usr/X11R6/bin/xauth|/usr/X11R6/bin/xauth|g' -e 's|/var/empty|/opt/local/var/empty|g' -e 's|/usr/bin:/bin:/usr/sbin:/sbin|/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin|g' ./${conffile} > sshd_config.out conffile=`echo ssh_config.out | sed 's/.out$//'`; \ [ ... lines deleted ...] readconf.c: In function 'process_config_line': readconf.c:328: warning: 'scale' may be used uninitialized in this function readconf.c:328: warning: 'value' may be used uninitialized in this function /usr/bin/gcc-4.0 -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -I. -I. -I/opt/local/include -I/opt/local/include -fno-builtin -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/include -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/opt/local/var/empty\" -DSSH_RAND_HELPER=\"/opt/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c clientloop.c /usr/bin/gcc-4.0 -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -I. -I. -I/opt/local/include -I/opt/local/include -fno-builtin -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/include -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/opt/local/var/empty\" -DSSH_RAND_HELPER=\"/opt/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshtty.c /usr/bin/gcc-4.0 -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -I. -I. -I/opt/local/include -I/opt/local/include -fno-builtin -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/include -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/opt/local/var/empty\" -DSSH_RAND_HELPER=\"/opt/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshconnect.c /usr/bin/gcc-4.0 -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -I. -I. -I/opt/local/include -I/opt/local/include -fno-builtin -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/include -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/opt/local/var/empty\" -DSSH_RAND_HELPER=\"/opt/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshconnect1.c /usr/bin/gcc-4.0 -g -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -I. -I. -I/opt/local/include -I/opt/local/include -fno-builtin -I/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_net_openssh/work/include -DSSHDIR=\"/opt/local/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/opt/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/local/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/opt/local/libexec/sftp-server\" -D_PATH_SSH_KEY_SIGN=\"/opt/local/libexec/ssh-keysign\" -D_PATH_SSH_PIDDIR=\"/opt/local/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/opt/local/var/empty\" -DSSH_RAND_HELPER=\"/opt/local/libexec/ssh-rand-helper\" -DHAVE_CONFIG_H -c sshconnect2.c /usr/bin/gcc-4.0 -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -lssh -lopenbsd-compat -lcrypto -lz /usr/bin/ld: warning multiple definitions of symbol _ssh_connect sshconnect.o definition of _ssh_connect in section (__TEXT,__text) /opt/local/lib/libssh.dylib(client.o) definition of _ssh_connect /usr/bin/ld: Undefined symbols: _a2port _a2tun _auth_request_forwarding _buffer_append _buffer_clear _buffer_get_char _buffer_get_int _buffer_init _buffer_len _buffer_ptr _buffer_put_cstring _buffer_put_int _channel_new _channel_register_confirm _channel_register_filter _channel_request_remote_forwarding _channel_request_start _channel_send_open _channel_set_af _channel_setup_local_fwd_listener _cipher_number _ciphers_valid _cleanhostname _compat20 _datafellows _debug _debug2 _debug3 _error _fatal _hpdelim _init_rng _key_free _key_load_private_type _key_load_public _log_init _logit _mac_valid _match_pattern _mm_send_fd _packet_close _packet_disconnect _packet_get_int _packet_put_cstring _packet_put_int _packet_put_string _packet_remaining _packet_set_interactive _packet_start _packet_start_compression _packet_write_wait _percent_expand _permanently_set_uid _pwcopy _sanitise_stdfd _seed_rng _set_nonblock _ssh_agent_present _ssh_msg_recv _ssh_msg_send _tilde_expand_filename _tty_make_modes _tun_open _x11_request_forwarding_with_spoofing _xcalloc _xfree _xstrdup _convtime _key_names_valid2 _log_level_number _proto_spec _strdelim _xmalloc _ask_permission _atomicio _buffer_consume _buffer_get_string _buffer_put_char _channel_after_select _channel_cancel_cleanup _channel_connect_by_listen_address _channel_free_all _channel_input_close _channel_input_close_confirmation _channel_input_data _channel_input_extended_data _channel_input_ieof _channel_input_oclose _channel_input_open_confirmation _channel_input_open_failure _channel_input_port_open _channel_input_window_adjust _channel_lookup _channel_not_very_much_buffered_data _channel_open_message _channel_output_poll _channel_prepare_select _channel_register_cleanup _channel_request_rforward_cancel _channel_send_window_changes _channel_still_open _channel_stop_listening _compat13 _deny_input_open _dispatch_init _dispatch_protocol_error _dispatch_run _dispatch_set _kex_input_kexinit _kex_send_kexinit _max_packet_size _mm_receive_fd _packet_get_char _packet_get_connection_in _packet_get_connection_out _packet_get_string _packet_have_data_to_write _packet_need_rekeying _packet_not_very_much_data_to_write _packet_process_incoming _packet_put_char _packet_write_poll _read_passphrase _ssh_get_authentication_socket _unset_nonblock _x11_connect_display _x11_input_open _add_host_to_hostfile _check_host_in_hostfile _chop _compat_datafellows _enable_compat13 _enable_compat20 _key_equal _key_fingerprint _key_new _key_type _lookup_key_in_hostfile_by_type _packet_set_connection _packet_set_nonblocking _permanently_drop_suid _put_host_port _verify_host_key_dns _xasprintf _cipher_mask_ssh1 _cipher_name _derive_ssh1_session_id _packet_get_bignum _packet_put_bignum _packet_read_expect _packet_set_encryption_key _packet_set_protocol_flags _rsa_private_decrypt _rsa_public_encrypt _ssh_close_authentication_connection _ssh_decrypt_challenge _ssh_get_authentication_connection _ssh_get_first_identity _ssh_get_next_identity _buffer_put_string _compat_cipher_proposal _dispatch_range _get_local_name _kex_setup _kexdh_client _kexgex_client _key_from_blob _key_sign _key_ssh_name _key_to_blob _key_type_from_name _match_list _packet_add_padding _packet_put_raw _packet_set_rekey_limit _ssh_agent_sign collect2: ld returned 1 exit status make: *** [ssh] Error 1 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_dports_net_openssh/work/openssh-4.5p1" && make all" returned error 2 Command output: _packet_put_bignum _packet_read_expect _packet_set_encryption_key _packet_set_protocol_flags _rsa_private_decrypt _rsa_public_encrypt _ssh_close_authentication_connection _ssh_decrypt_challenge _ssh_get_authentication_connection _ssh_get_first_identity _ssh_get_next_identity _buffer_put_string _compat_cipher_proposal _dispatch_range _get_local_name _kex_setup _kexdh_client _kexgex_client _key_from_blob _key_sign _key_ssh_name _key_to_blob _key_type_from_name _match_list _packet_add_padding _packet_put_raw _packet_set_rekey_limit _ssh_agent_sign collect2: ld returned 1 exit status make: *** [ssh] Error 1 Warning: the following items did not execute (for openssh): com.apple.activate com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. From pguyot at kallisys.net Mon Mar 5 16:48:52 2007 From: pguyot at kallisys.net (Paul Guyot) Date: Tue Oct 9 16:42:31 2007 Subject: Universal builds? In-Reply-To: <8CEB5387-0C28-4B11-B588-3E7EF5940B59@gmx.net> References: <8CEB5387-0C28-4B11-B588-3E7EF5940B59@gmx.net> Message-ID: On 6 mars 07, at 09:20, Holger Rapp wrote: > Hi, > > since i have not found a forum/FAQ entry or something similar on > the (miniscule) homepage, i post my question on the user list, > hopefully someone can help me here. > > I have a Macbook and i'm trying to get my ports stuff installed > universal for cross compiling (or rather building fat binaries for > other systems, so i need universal libs). But darwinport seems to > be mocking at me: > > $ port variants libsdl_gfx-framework > libsdl_gfx-framework has the variants: > universal > darwin_8 > darwin_6 > $ sudo port uninstall libsdl_gfx-framework > ---> Deactivating libsdl_gfx-framework 2.0.13_0+darwin_8 > ---> Uninstalling libsdl_gfx-framework 2.0.13_0+darwin_8 > localhost:/opt/local/etc/ports sirver$ sudo port install libsdl_gfx- > framework +universal > ---> Fetching libsdl_gfx-framework > ---> Verifying checksum(s) for libsdl_gfx-framework > ---> Extracting libsdl_gfx-framework > ---> Configuring libsdl_gfx-framework > ---> Building libsdl_gfx-framework with target -buildstyle > Deployment -target SDL_gfx > ---> Staging libsdl_gfx-framework into destroot > ---> Installing libsdl_gfx-framework 2.0.13_0+darwin_8 > ---> Activating libsdl_gfx-framework 2.0.13_0+darwin_8 > ---> Cleaning libsdl_gfx-framework > > hu? why wasn't the universal variant build and installed, rather > the darwin_8? I couldn't find any documentation, i'd really like to > know what i'm doing wrong? > (this happens with all ports btw, not just this random example picked) Universal building is an experimental feature that has been the subject of heated discussion here and might or might not be included in future releases. It is currently only available in the trunk (development) branch of MacPorts. The reason why you can see it when you run port variants is that "port variants" refers to the PortIndex file which is generated automatically on a system equipped with the trunk (development) branch of MacPorts and therefore which knows about universal builds, while your installation does not know about them and simply ignores this option. Paul From yves at macports.org Mon Mar 5 19:07:49 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:31 2007 Subject: pdftk/gcc41 build error on 10.4.8 Intel In-Reply-To: <4AD2BBC3-B1AE-4BE2-A966-F3D2FCF91BBA@macports.org> References: <2423ACDD-7777-4956-A4FD-7582980AFDEF@sentex.net> <4AD2BBC3-B1AE-4BE2-A966-F3D2FCF91BBA@macports.org> Message-ID: <8754921E-69DA-44BB-8131-24F1DC6AD483@macports.org> Le 07-03-05 ? 17:29, Ryan Schmidt a ?crit : > On Mar 5, 2007, at 10:33, Andrew Berry wrote: > >> Has anyone been able to build pdftk on the above configuration? I >> am getting this error on building gcc41: >> >> ---> Applying patches to gcc41 >> Error: Target com.apple.patch returned: couldn't change working >> directory to "/opt/local/var/db/dports/build/ >> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate >> _dports_lang_gcc41/work/build": no such file or directory >> Error: The following dependencies failed to build: gcc41 >> Error: Status 1 encountered during processing. > > I have not tried it on Intel, but I did just successfully build > gcc41 and pdftk on 10.4.8 PowerPC. gcc41 took about 6 hours and > 1.1GB of disk space to build on my 1.5-GHz G4. The 1.1GB I got back > after it was done building, but the 6 hours are gone forever. :-) I just commited a fix. Next time, you should definitely plan something else to do while compiling gcc ;-) yves From ryandesign at macports.org Mon Mar 5 19:17:59 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:31 2007 Subject: more strangeness on port upgrade? In-Reply-To: <60A28B06-6DE8-41F6-B29C-138232E89D5F@gmail.com> References: <60A28B06-6DE8-41F6-B29C-138232E89D5F@gmail.com> Message-ID: <6E4DBF5D-EC14-40EC-A62F-302B8CAD4B82@macports.org> On Mar 5, 2007, at 18:31, Paul Beard wrote: > I'm no expert but this looks strange to me: > > ---> Uninstalling gimp2 2.2.13_0 > ---> Fetching gimp2 > ---> Verifying checksum(s) for gimp2 > ---> Extracting gimp2 > ---> Configuring gimp2 > ---> Building gimp2 with target all > ---> Staging gimp2 into destroot > ---> Packaging tgz archive for gimp2 2.2.13_0 > ---> Installing gimp2 2.2.13_0 > ---> Activating gimp2 2.2.13_0 > ---> Cleaning gimp2 > ---> Deactivating gimp2 2.2.13_0 > ---> Uninstalling gimp2 2.2.13_0 [snip more of the same] Looks strange to me. What did you type to get that output? From ndiscreet at gmail.com Mon Mar 5 20:47:00 2007 From: ndiscreet at gmail.com (Altoine Barker) Date: Tue Oct 9 16:42:31 2007 Subject: port upgrade strangeness In-Reply-To: References: Message-ID: <45ECF244.3010202@GmAiL.cOm> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When I do an upgrade, I make sure I have the -u flag. If you read the documentation, you use that only when you want to upgrade and remove the old port at the same time. Otherwise, you will upgrade the port and deactivate the old port. HTH - -Altoine Patrick Burleson wrote: > I was doing some playing around with the port command last night and > ran into the following: > > silentbob:~ pburleson$ port list installed > apache2 @2.2.4 www/apache2 > apr @1.2.8 devel/apr > apr-util @1.2.8 devel/apr-util > autoconf @2.61 devel/autoconf > bison @2.3 devel/bison > db44 @4.4.20 databases/db44 > expat @2.0.0 textproc/expat > fcgi @2.4.0 www/fcgi > gettext @0.16.1 devel/gettext > libiconv @1.11 textproc/libiconv > lighttpd @1.4.13 www/lighttpd > m4 @1.4.8b devel/m4 > mysql5 @5.0.33 databases/mysql5 > ncurses @5.5 devel/ncurses > ncursesw @5.5 devel/ncursesw > neon @0.26.3 www/neon > openssl @0.9.8e devel/openssl > pcre @7.0 devel/pcre > perl5.8 @5.8.8 lang/perl5.8 > postgresql81 @8.1.8 databases/postgresql81 > postgresql81-server @8.1.8 > databases/postgresql81-server > rb-fcgi @0.8.6 ruby/rb-fcgi > rb-mysql @2.7.1 ruby/rb-mysql > rb-postgres @0.7.1 ruby/rb-postgres > rb-rubygems @0.9.1 ruby/rb-rubygems > readline @5.1.004 devel/readline > ruby @1.8.5-p12 lang/ruby > subversion @1.4.3 devel/subversion > zlib @1.2.3 archivers/zlib > silentbob:~ pburleson$ sudo port upgrade lighttpd > silentbob:~ pburleson$ sudo port upgrade fcgi > silentbob:~ pburleson$ sudo port upgrade subversion > ---> Fetching openssl > ---> Attempting to fetch openssl-0.9.8e.tar.gz from > http://www.openssl.org/source/ > ---> Verifying checksum(s) for openssl > ---> Extracting openssl > ---> Applying patches to openssl > ---> Configuring openssl > ---> Building openssl with target all > ---> Staging openssl into destroot > ---> Deactivating openssl 0.9.8d_0+darwin_8 > ---> Installing openssl 0.9.8e_0+darwin_8 > ---> Activating openssl 0.9.8e_0+darwin_8 > ---> Cleaning openssl > ---> Fetching sqlite3 > ---> Attempting to fetch sqlite-3.3.13.tar.gz from http://www.sqlite.org/ > ---> Verifying checksum(s) for sqlite3 > ---> Extracting sqlite3 > ---> Applying patches to sqlite3 > ---> Configuring sqlite3 > ---> Building sqlite3 with target all > ---> Staging sqlite3 into destroot > ---> Installing sqlite3 3.3.13_0+darwin_8 > ---> Activating sqlite3 3.3.13_0+darwin_8 > ---> Cleaning sqlite3 > ---> Fetching apr-util > ---> Verifying checksum(s) for apr-util > ---> Extracting apr-util > ---> Configuring apr-util > ---> Building apr-util with target all > ---> Staging apr-util into destroot > ---> Deactivating apr-util 1.2.8_1 > ---> Installing apr-util 1.2.8_2 > ---> Activating apr-util 1.2.8_2 > ---> Cleaning apr-util > silentbob:~ pburleson$ port list installed > apache2 @2.2.4 www/apache2 > apr @1.2.8 devel/apr > apr-util @1.2.8 devel/apr-util > apr-util @1.2.8 devel/apr-util > autoconf @2.61 devel/autoconf > bison @2.3 devel/bison > db44 @4.4.20 databases/db44 > expat @2.0.0 textproc/expat > fcgi @2.4.0 www/fcgi > gettext @0.16.1 devel/gettext > libiconv @1.11 textproc/libiconv > lighttpd @1.4.13 www/lighttpd > m4 @1.4.8b devel/m4 > mysql5 @5.0.33 databases/mysql5 > ncurses @5.5 devel/ncurses > ncursesw @5.5 devel/ncursesw > neon @0.26.3 www/neon > openssl @0.9.8e devel/openssl > openssl @0.9.8e devel/openssl > pcre @7.0 devel/pcre > perl5.8 @5.8.8 lang/perl5.8 > postgresql81 @8.1.8 databases/postgresql81 > postgresql81-server @8.1.8 > databases/postgresql81-server > rb-fcgi @0.8.6 ruby/rb-fcgi > rb-mysql @2.7.1 ruby/rb-mysql > rb-postgres @0.7.1 ruby/rb-postgres > rb-rubygems @0.9.1 ruby/rb-rubygems > readline @5.1.004 devel/readline > ruby @1.8.5-p12 lang/ruby > sqlite3 @3.3.13 databases/sqlite3 > subversion @1.4.3 devel/subversion > zlib @1.2.3 archivers/zlib > silentbob:~ pburleson$ > > > The oddity there is when I issued the command "sudo port upgrade > subversion". Things that I already have installed are downloaded and > installed again, and there's the weird inclusion of sqlite3. Then in > the final list of installed ports, openssl and apr-util are > duplicated. Is my MacPorts install borked? I have everything setup the > default way, in /opt/local . > > Any help or ideas would be greatly appreciated. > > Thanks, > Patrick > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > - -- http://www.houseofmobility.com .--. ` __| .-----. |=.| |.-----.| |--| ||Enter|| | | |'-----'| |__|~')____(' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF7PJES0foIafBdlkRAtVXAJ95rCpqJm7izQklq7T/xGz6ISlfGACgn2hl dDmfjD6aQGPUC4TLvYSP4f4= =scWu -----END PGP SIGNATURE----- From ndiscreet at gmail.com Mon Mar 5 20:51:16 2007 From: ndiscreet at gmail.com (Altoine Barker) Date: Tue Oct 9 16:42:31 2007 Subject: rebuilding gnumeric: any idea what's going on here? In-Reply-To: <583026DC-3BB1-4069-AB8C-4B84C8B257F2@gmail.com> References: <583026DC-3BB1-4069-AB8C-4B84C8B257F2@gmail.com> Message-ID: <45ECF344.4060008@GmAiL.cOm> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 What command did you enter to produce that effect? I am sure -f is more than likely in there somewhere. Is it? - -Altoine Paul Beard wrote: > This lo