From peteg42 at gmail.com Tue May 1 01:49:25 2007 From: peteg42 at gmail.com (Peter Gammie) Date: Tue Oct 9 16:42:49 2007 Subject: Emacs v XEmacs in ports In-Reply-To: References: <36F7ED3F-3811-40B0-81E2-C3ECF48A46F5@gmail.com> Message-ID: <47BD2751-DED3-491B-9AD5-8D0F1CBC1544@gmail.com> Mark, Thanks for your reply. > You suggest to the port author to have emacs be the default and > supply a > variant to override the default, say xemacs. But if there is a common > library or file that indicates the presence of either, you could > use the > "lib:" form of dependent specification that would accept either > version of > emacs. It doesn't check for a port but a library of file. The ports > depending on X11 do this so you can either use Apple's X11 or the > one from > MacPorts. Like this: > > lib:libX11.6:XFree86 Am I naive to propose that, in the case of something system-supplied like Emacs, the dependency be omitted? For Mozart it turns out I can override the default (emacs) by setting an environment variable (OZEMACS=xemacs). Everyone can do this, so IMHO the dependency on MacPorts emacs should be dropped. cheers peter From boeyms at macports.org Tue May 1 01:54:51 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:50 2007 Subject: new Portfile for version bump of mutt-devel In-Reply-To: <20070430203344.GA10243@foellinger.de> References: <20070430203344.GA10243@foellinger.de> Message-ID: Hi Olaf, Thank you for your patch and for adopting mutt-devel! I've applied it with a minor correction and addition [1]. Just as a sidenote, I'd like to point out if you're not already aware that you need to manually fill out the Cc: field in tickets on Trac, as it currently doesn't automatically Cc to the assignee [2]. In line with [2], it's also recommended that you add yourself to the Cc list so that you know when other people have worked, commented or asked questions on the ticket. Finally, are you on the macports-dev mailing list? If not, it might be useful for you to sign up there, both so that you can keep abreast of problems or upcoming changes to the base that might affect ports you maintain, and also so you can get a quicker response to emails, as many more committers seem to be there compared to macports-users. Thank you once again! Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/changeset/24717 [2] http://trac.macosforge.org/projects/macports/wiki/TracTicketing On 01/05/2007, at 06:33, Olaf Foellinger wrote: > Hi, > > I've added bug https://svn.macosforge.org/projects/macports/ticket/ > 11876 > to trac together with a diff file for the port file which bumps > mutt-devel to current version 1.5.15. > > I would also agree to take over the maintainership which means I > accept > patches and add them to the portfile rather than updating all the > variants mysel. > > Please check the bug and commit the file to the repository. > > Gruss Olaf > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From liontooth at cogweb.net Tue May 1 02:01:13 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:50 2007 Subject: avidemux fails to build on macintel Message-ID: <463701D9.5070909@cogweb.net> Looks like Dr. "inline assembly" Evil strikes again: ---> Fetching avidemux ---> Attempting to fetch avidemux-2.0.42.tar.gz from http://download.berlios.de/avidemux/ ---> Verifying checksum(s) for avidemux ---> Extracting avidemux ---> Configuring avidemux ---> Building avidemux with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_avidemux/work/avidemux-2.0.42" && make all " returned error 2 Command output: postprocess_template.c:3685: warning: pointer targets in passing argument 6 of 'blockCopy_MMX2' differ in signedness postprocess_template.c:3831: warning: pointer targets in passing argument 6 of 'blockCopy_MMX2' differ in signedness postprocess_template.c:3943: warning: pointer targets in passing argument 4 of 'tempNoiseReducer_MMX2' differ in signedness postprocess_template.c:3967: warning: pointer targets in passing argument 4 of 'tempNoiseReducer_MMX2' differ in signedness In file included from postprocess.c:650: postprocess_template.c:53:1: warning: "REAL_PAVGB" redefined In file included from postprocess.c:640: postprocess_template.c:51:1: warning: this is the location of the previous definition In file included from postprocess.c:650: postprocess_template.c:1378:1: warning: "REAL_FIND_MIN_MAX" redefined In file included from postprocess.c:640: postprocess_template.c:1373:1: warning: this is the location of the previous definition In file included from postprocess.c:650: postprocess_template.c:3398:1: warning: "REAL_SCALED_CPY" redefined In file included from postprocess.c:640: postprocess_template.c:3375:1: warning: this is the location of the previous definition In file included from postprocess.c:650: postprocess_template.c: In function 'postProcess_3DNow': postprocess_template.c:3685: warning: pointer targets in passing argument 6 of 'blockCopy_3DNow' differ in signedness postprocess_template.c:3831: warning: pointer targets in passing argument 6 of 'blockCopy_3DNow' differ in signedness postprocess_template.c:3943: warning: pointer targets in passing argument 4 of 'tempNoiseReducer_3DNow' differ in signedness postprocess_template.c:3967: warning: pointer targets in passing argument 4 of 'tempNoiseReducer_3DNow' differ in signedness postprocess_template.c:3368: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' postprocess_template.c:3453: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' postprocess_template.c:3368: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' postprocess_template.c:3453: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' make[3]: *** [postprocess.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 From boeyms at macports.org Tue May 1 02:05:48 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:50 2007 Subject: Gimp Fails to Build In-Reply-To: References: Message-ID: On 01/05/2007, at 15:05, markd@macports.org wrote: > Yves de Champlain on Monday, April 30, 2007 > at 8:51 > PM -0800 wrote: >>> Is there any reason why we shouldn't just update gimp to the >>> current gimp-2 version? Nothing depends upon it according to >>> pipping's find_dependents.pl script. >> >> good idea, if no objections come in, I'll just do that. > > I don't get it. So we'll have duplicate ports with different names? For now, yes, but I reckon that, since nothing depends on gimp, we can just keep increasing its version to 3.x.x or whatever it becomes in the future, while leaving gimp2 as the latest 2.x.x release. This is a bit new compared to the naming scheme that seems to have been used so far, but I think would be sensible for those people and packages that want to track the latest and greatest, while giving an option for sticking with earlier versions where necessary. I've been thinking about this with respect to the docbook ports, too, particularly with the impending version 5 release. I envisage something like: docbook412 (4.1.2) docbook43 (4.3.x) docbook44 (4.4.x) docbook45 (4.5.x) docbook4 (4.x.x) docbook50 (5.0.x) docbook5 (5.x.x) docbook (whatever the latest is) There might be consequences, however, how we maintain ports in future, and it also seems like a bit of a departure from how things have been done before, so it might be best to hold off until there has been some wider discussion, especially on macports-dev (where I've been intending to raise this anyway). Still, I think that the fact that people are expecting the gimp port to be the latest version is understandable and a sensible thing to try to conform to. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From ryandesign at macports.org Tue May 1 02:38:19 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: avidemux fails to build on macintel In-Reply-To: <463701D9.5070909@cogweb.net> References: <463701D9.5070909@cogweb.net> Message-ID: <6EBBC7AA-D48E-4088-BD02-650BA6275873@macports.org> On May 1, 2007, at 04:01, David Liontooth wrote: > Looks like Dr. "inline assembly" Evil strikes again: > > ---> Fetching avidemux > ---> Attempting to fetch avidemux-2.0.42.tar.gz from > http://download.berlios.de/avidemux/ > ---> Verifying checksum(s) for avidemux > ---> Extracting avidemux > ---> Configuring avidemux > ---> Building avidemux with target all > Error: Target com.apple.build returned: shell command " cd > "/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_multimedia_avidemux/work/avidemux-2.0.42" > && make all " returned error 2 > Command output: postprocess_template.c:3685: warning: pointer > targets in > passing argument 6 of 'blockCopy_MMX2' differ in signedness [snip] This bug has already been reported: http://trac.macosforge.org/projects/macports/ticket/9759 But it has not been resolved because avidemux has no maintainer. Version 2.0.42 is old; looks like 2.3.0 is current. Perhaps 2.3.0 will work. Would you like to update the portfile to 2.3.0 and test whether that works? If it does, you could submit your changes as a unified diff as an attachment to that ticket and a committer could apply it. If you care about avidemux, you may also wish to consider becoming its maintainer. From ryandesign at macports.org Tue May 1 02:40:08 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Emacs v XEmacs in ports In-Reply-To: <47BD2751-DED3-491B-9AD5-8D0F1CBC1544@gmail.com> References: <36F7ED3F-3811-40B0-81E2-C3ECF48A46F5@gmail.com> <47BD2751-DED3-491B-9AD5-8D0F1CBC1544@gmail.com> Message-ID: <0C143B6F-9470-42DA-B9D1-D08EB064DFFB@macports.org> On May 1, 2007, at 03:49, Peter Gammie wrote: >> You suggest to the port author to have emacs be the default and >> supply a >> variant to override the default, say xemacs. But if there is a >> common >> library or file that indicates the presence of either, you could >> use the >> "lib:" form of dependent specification that would accept either >> version of >> emacs. It doesn't check for a port but a library of file. The ports >> depending on X11 do this so you can either use Apple's X11 or the >> one from >> MacPorts. Like this: >> >> lib:libX11.6:XFree86 > > Am I naive to propose that, in the case of something system- > supplied like Emacs, the dependency be omitted? > > For Mozart it turns out I can override the default (emacs) by > setting an environment variable (OZEMACS=xemacs). Everyone can do > this, so IMHO the dependency on MacPorts emacs should be dropped. I don't know about the specific case of emacs, but in general, MacPorts prefers to use its own software in preference to system- supplied versions; see the FAQ: http://trac.macosforge.org/projects/macports/wiki/ FAQ#WhyisMacPortsusingitsownlibraries From ryandesign at macports.org Tue May 1 02:44:05 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Developer access to OSX machine In-Reply-To: <46361479.408@cogweb.net> References: <46361479.408@cogweb.net> Message-ID: <22943761-639B-4290-973C-975D4E5E71B4@macports.org> On Apr 30, 2007, at 11:08, David Liontooth wrote: > Does the macports project have development/built machines? Is > there a macintel development machine someone from the transcode > development team could have long-term access to? There are no MacPorts development/build machines. As far as I know, everyone is using their own private hardware. From ryandesign at macports.org Tue May 1 02:53:24 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: trac ticket for http_ping, connect & mget In-Reply-To: References: Message-ID: On May 1, 2007, at 01:33, markd@macports.org wrote: > And the top line of each portfile should be this: > > # $Id: No, it should be # $Id$ It could also be # $Id:$ if you like, but there must be an ending $ From ryandesign at macports.org Tue May 1 03:18:22 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Activating binutils In-Reply-To: <46364DD2.9040500@cogweb.net> References: <4636200D.4060300@cogweb.net> <463646FD.8050509@cogweb.net> <46364DD2.9040500@cogweb.net> Message-ID: On Apr 30, 2007, at 15:13, David Liontooth wrote: > David Liontooth wrote: > >> I installed the binutils port (version 2.17), and macports says it's >> active -- but when I issue >> >> x:~# as -v >> Apple Computer, Inc. version cctools-622.5.obj~13, GNU assembler >> version >> 1.38 >> >> This looks like the native assembler version. Is there a way to >> actually >> activate the port? > > On my Linux machines, /usr/bin/as is part of binutils: > > list-files binutils | grep bin > /usr/bin > /usr/bin/size > /usr/bin/ld > /usr/bin/strip > /usr/bin/ranlib > /usr/bin/objdump > /usr/bin/ar > /usr/bin/addr2line > /usr/bin/c++filt > /usr/bin/nm > /usr/bin/objcopy > /usr/bin/gprof > /usr/bin/strings > /usr/bin/as > /usr/bin/readelf > > > On OSX, the binutils port doesn't include bin/as: > > Port binutils contains: > /opt/local/bin/gaddr2line > /opt/local/bin/gar > /opt/local/bin/gc++filt > /opt/local/bin/gnm > /opt/local/bin/gobjcopy > /opt/local/bin/gobjdump > /opt/local/bin/granlib > /opt/local/bin/greadelf > /opt/local/bin/gsize > /opt/local/bin/gstrings > /opt/local/bin/gstrip > /opt/local/i386-apple-darwin8.9.1/bin/ar > /opt/local/i386-apple-darwin8.9.1/bin/nm > /opt/local/i386-apple-darwin8.9.1/bin/objdump > /opt/local/i386-apple-darwin8.9.1/bin/ranlib > /opt/local/i386-apple-darwin8.9.1/bin/strip > > transcode and presumably other packages ask for bin/as. It doesn't > look > like it's ported? You can read the binutils portfile yourself ("port cat binutils | less") and see that it's not doing anything special -- it's not like it's deliberately excluding gas. Upon further investigation, I see that the configure script provided with binutils simply does not build gas on Darwin (i.e. Mac OS X): *-*-darwin*) noconfigdirs="$noconfigdirs ld gas gdb gprof" noconfigdirs="$noconfigdirs sim target-rda" noconfigdirs="$noconfigdirs ${libgcj}" ;; I do not know why they do this, or whether you would get a working gas by simply taking it out of the noconfigdirs list. You could give it a try and let us know. From pipping at macports.org Tue May 1 04:58:28 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:50 2007 Subject: Activating binutils In-Reply-To: References: <4636200D.4060300@cogweb.net> <463646FD.8050509@cogweb.net> <46364DD2.9040500@cogweb.net> Message-ID: On May 1, 2007, at 12:18 PM, Ryan Schmidt wrote: > Upon further investigation, I see that the configure script > provided with binutils simply does not build gas on Darwin (i.e. > Mac OS X): > > *-*-darwin*) > noconfigdirs="$noconfigdirs ld gas gdb gprof" > noconfigdirs="$noconfigdirs sim target-rda" > noconfigdirs="$noconfigdirs ${libgcj}" > ;; > > I do not know why they do this, or whether you would get a working > gas by simply taking it out of the noconfigdirs list. You could > give it a try and let us know. judging by the manpages, Apple uses variants of as(1)[1] very different to gnu's. (the same goes for ld(1) [2]) - gnu binutils's as/ld/... probably can't handle Mach-O binaries and/or universal binaries. [1] http://developer.apple.com/documentation/Darwin/Reference/ ManPages/man1/as.1.html [2] http://developer.apple.com/documentation/Darwin/Reference/ ManPages/man1/ld.1.html Regards, Elias Pipping From markd at macports.org Tue May 1 08:35:02 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:50 2007 Subject: avidemux fails to build on macintel In-Reply-To: <463701D9.5070909@cogweb.net> References: <463701D9.5070909@cogweb.net> Message-ID: There is a ticket on that. aveidemux port is out of date. I've tried to update it to 2.3.0, but no success. It didn't occur to me at the time that it might be inline assembly. Mark David Liontooth on Tuesday, May 1, 2007 at 2:01 AM -0800 wrote: >Looks like Dr. "inline assembly" Evil strikes again: > >---> Fetching avidemux >---> Attempting to fetch avidemux-2.0.42.tar.gz from >http://download.berlios.de/avidemux/ >---> Verifying checksum(s) for avidemux >---> Extracting avidemux >---> Configuring avidemux >---> Building avidemux with target all >Error: Target com.apple.build returned: shell command " cd >"/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_avidemux/work/avidemux-2.0.42" >&& make all " returned error 2 >Command output: postprocess_template.c:3685: warning: pointer targets in >passing argument 6 of 'blockCopy_MMX2' differ in signedness >postprocess_template.c:3831: warning: pointer targets in passing >argument 6 of 'blockCopy_MMX2' differ in signedness >postprocess_template.c:3943: warning: pointer targets in passing >argument 4 of 'tempNoiseReducer_MMX2' differ in signedness >postprocess_template.c:3967: warning: pointer targets in passing >argument 4 of 'tempNoiseReducer_MMX2' differ in signedness >In file included from postprocess.c:650: >postprocess_template.c:53:1: warning: "REAL_PAVGB" redefined >In file included from postprocess.c:640: >postprocess_template.c:51:1: warning: this is the location of the >previous definition >In file included from postprocess.c:650: >postprocess_template.c:1378:1: warning: "REAL_FIND_MIN_MAX" redefined >In file included from postprocess.c:640: >postprocess_template.c:1373:1: warning: this is the location of the >previous definition >In file included from postprocess.c:650: >postprocess_template.c:3398:1: warning: "REAL_SCALED_CPY" redefined >In file included from postprocess.c:640: >postprocess_template.c:3375:1: warning: this is the location of the >previous definition >In file included from postprocess.c:650: >postprocess_template.c: In function 'postProcess_3DNow': >postprocess_template.c:3685: warning: pointer targets in passing >argument 6 of 'blockCopy_3DNow' differ in signedness >postprocess_template.c:3831: warning: pointer targets in passing >argument 6 of 'blockCopy_3DNow' differ in signedness >postprocess_template.c:3943: warning: pointer targets in passing >argument 4 of 'tempNoiseReducer_3DNow' differ in signedness >postprocess_template.c:3967: warning: pointer targets in passing >argument 4 of 'tempNoiseReducer_3DNow' differ in signedness >postprocess_template.c:3368: error: can't find a register in class >'GENERAL_REGS' while reloading 'asm' >postprocess_template.c:3453: error: can't find a register in class >'GENERAL_REGS' while reloading 'asm' >postprocess_template.c:3368: error: can't find a register in class >'GENERAL_REGS' while reloading 'asm' >postprocess_template.c:3453: error: can't find a register in class >'GENERAL_REGS' while reloading 'asm' >make[3]: *** [postprocess.o] Error 1 >make[2]: *** [all-recursive] Error 1 >make[1]: *** [all-recursive] Error 1 >make: *** [all] Error 2 From ringods at yahoo.co.uk Tue May 1 09:25:31 2007 From: ringods at yahoo.co.uk (Ringo De Smet) Date: Tue Oct 9 16:42:50 2007 Subject: [PROPOSAL] Getting the badging to work correctly! Message-ID: <667756.22622.qm@web27604.mail.ukl.yahoo.com> Hello SCPlugin users & developers, First of all, I send this only to the user mailing list as I expect that all the developers are subscribed too! Second, you all know that we (the developers) have a hard time getting the icon badging to work properly and consistently. Since I am stuck at home due to the recovery from a broken arm, I took some time to investigate the problem. I would like to inform you that I think I found a decent solution to resolve the issue once and for all, but it requires a fundamental change: all versioned files are displayed in a separate file system, mounted as a separate disk in the Finder. How can we implement this? Read all about it in the proposal that I wrote up: http://www.celaeno.be/scplugin/index.html Please tell me what you think of this proposal! I can stand some criticism, so if you think this is complete rubbish, I want to hear it. :-) Ringo ___________________________________________________________ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now. http://uk.answers.yahoo.com/ From ringods at yahoo.co.uk Tue May 1 09:31:01 2007 From: ringods at yahoo.co.uk (Ringo De Smet) Date: Tue Oct 9 16:42:50 2007 Subject: [PROPOSAL] Getting the badging to work correctly! In-Reply-To: <667756.22622.qm@web27604.mail.ukl.yahoo.com> Message-ID: <338004.68862.qm@web27601.mail.ukl.yahoo.com> [cut contents] Oops, wrong list. My apologies! Ringo ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com From yves at macports.org Tue May 1 13:46:18 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:50 2007 Subject: Gimp Fails to Build In-Reply-To: References: Message-ID: <03F76EB4-09E8-4DCE-8103-91608D8805B6@macports.org> Here is what I did gimp is now the same port as gimp2 when 2.4 comes out, I will remove both gimp-dev (2.3.x) and gimp2 yves Le 07-05-01 ? 05:05, Boey Maun Suang a ?crit : > > On 01/05/2007, at 15:05, markd@macports.org wrote: > >> Yves de Champlain on Monday, April 30, 2007 >> at 8:51 >> PM -0800 wrote: >>>> Is there any reason why we shouldn't just update gimp to the >>>> current gimp-2 version? Nothing depends upon it according to >>>> pipping's find_dependents.pl script. >>> >>> good idea, if no objections come in, I'll just do that. >> >> I don't get it. So we'll have duplicate ports with different names? > > For now, yes, but I reckon that, since nothing depends on gimp, we > can just keep increasing its version to 3.x.x or whatever it > becomes in the future, while leaving gimp2 as the latest 2.x.x > release. This is a bit new compared to the naming scheme that > seems to have been used so far, but I think would be sensible for > those people and packages that want to track the latest and > greatest, while giving an option for sticking with earlier versions > where necessary. I've been thinking about this with respect to the > docbook ports, too, particularly with the impending version 5 > release. I envisage something like: > > docbook412 (4.1.2) > docbook43 (4.3.x) > docbook44 (4.4.x) > docbook45 (4.5.x) > docbook4 (4.x.x) > docbook50 (5.0.x) > docbook5 (5.x.x) > docbook (whatever the latest is) > > There might be consequences, however, how we maintain ports in > future, and it also seems like a bit of a departure from how things > have been done before, so it might be best to hold off until there > has been some wider discussion, especially on macports-dev (where > I've been intending to raise this anyway). Still, I think that the > fact that people are expecting the gimp port to be the latest > version is understandable and a sensible thing to try to conform to. > > Kind regards, > > > Maun Suang > > -- > Boey Maun Suang (Boey is my surname) > Email: boeyms@macports.org > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From ryandesign at macports.org Tue May 1 14:51:32 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Gimp Fails to Build In-Reply-To: <03F76EB4-09E8-4DCE-8103-91608D8805B6@macports.org> References: <03F76EB4-09E8-4DCE-8103-91608D8805B6@macports.org> Message-ID: <730E8542-C35F-45FB-B786-3C8E6BC6E52A@macports.org> On May 1, 2007, at 15:46, Yves de Champlain wrote: > gimp is now the same port as gimp2 > > when 2.4 comes out, I will remove both gimp-dev (2.3.x) and gimp2 What will happen for users who currently have gimp2 or gimp-dev installed? From landonf at macports.org Tue May 1 16:04:45 2007 From: landonf at macports.org (Landon Fuller) Date: Tue Oct 9 16:42:50 2007 Subject: Gimp Fails to Build In-Reply-To: <730E8542-C35F-45FB-B786-3C8E6BC6E52A@macports.org> References: <03F76EB4-09E8-4DCE-8103-91608D8805B6@macports.org> <730E8542-C35F-45FB-B786-3C8E6BC6E52A@macports.org> Message-ID: On May 1, 2007, at 14:51, Ryan Schmidt wrote: > > On May 1, 2007, at 15:46, Yves de Champlain wrote: > >> gimp is now the same port as gimp2 >> >> when 2.4 comes out, I will remove both gimp-dev (2.3.x) and gimp2 > > What will happen for users who currently have gimp2 or gimp-dev > installed? Can anything happen? They'll have to switch to the 'gimp' port. -------------- 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/20070501/59292352/PGP.bin From yves at macports.org Tue May 1 16:08:47 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:50 2007 Subject: Gimp Fails to Build In-Reply-To: <730E8542-C35F-45FB-B786-3C8E6BC6E52A@macports.org> References: <03F76EB4-09E8-4DCE-8103-91608D8805B6@macports.org> <730E8542-C35F-45FB-B786-3C8E6BC6E52A@macports.org> Message-ID: <69CCFBED-1732-4CE5-923C-F57D1F92D310@macports.org> Le 07-05-01 ? 17:51, Ryan Schmidt a ?crit : > > On May 1, 2007, at 15:46, Yves de Champlain wrote: > >> gimp is now the same port as gimp2 >> >> when 2.4 comes out, I will remove both gimp-dev (2.3.x) and gimp2 > > What will happen for users who currently have gimp2 or gimp-dev > installed? I'll probably first replace the ports with a message saying what's going on. I think it's fair because, for gimp2 users, the variants scheme will change and for gimp-dev users, well it won't make sense anymore to have the 2.3.x development branch installed when 2.4 is out. Unless gimp-dev goes on with 2.5.x but I would not bet on it. Of course, I'm open to other ideas. yves From yves at macports.org Tue May 1 21:43:47 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:50 2007 Subject: Gimp Fails to Build In-Reply-To: References: <03F76EB4-09E8-4DCE-8103-91608D8805B6@macports.org> <730E8542-C35F-45FB-B786-3C8E6BC6E52A@macports.org> Message-ID: <05B58EAE-DC9F-4464-869A-5CF48761A950@macports.org> Le 07-05-01 ? 19:04, Landon Fuller a ?crit : > > On May 1, 2007, at 14:51, Ryan Schmidt wrote: > >> >> On May 1, 2007, at 15:46, Yves de Champlain wrote: >> >>> gimp is now the same port as gimp2 >>> >>> when 2.4 comes out, I will remove both gimp-dev (2.3.x) and gimp2 >> >> What will happen for users who currently have gimp2 or gimp-dev >> installed? > > Can anything happen? They'll have to switch to the 'gimp' port. They could wait forever for an upgrade ... yves From hubert at tamarin.co.uk Tue May 1 23:49:01 2007 From: hubert at tamarin.co.uk (Hubert Spall - Tamarin Design Ltd.) Date: Tue Oct 9 16:42:50 2007 Subject: Problems installing denemo In-Reply-To: <20350498-EBE1-4F19-AF8F-E9DC34E256AD@macports.org> References: <6D5477C6-DDA5-49D7-B0FD-0543165C9C7D@macports.org> <7D92C03F-1F25-43EB-A6FA-330F03540311@tamarin.co.uk> <20350498-EBE1-4F19-AF8F-E9DC34E256AD@macports.org> Message-ID: <6199928E-2F02-4182-ADD4-C8FA288180F2@tamarin.co.uk> Yves, I did have X11 installed by macports as a dependency now I come to think of it, and there was even a message regarding that and the apple installed X11, which I didn't have time to read in the output (at that point I didn't know it would be significant, and at some point I cleared the scrollback) - but that seems to suggest that the macports install doesn't work automatically even if you don't have the apple version installed - perhaps that was what the message was about - if so, sorry for involving the list, looks like I should have been able to work that bit out on my own. Hubert On 1 May 2007, at 04:33, Yves de Champlain wrote: > >>>> Le 07-04-30 ? 15:05, Hubert Spall - Tamarin Design Ltd. a ?crit : >>>> >>>>> Thanks Jeff, I did indeed miss the X11 install (thought it was >>>>> there, but should've checked) - however, it still threw the same >>>>> message with X11 installed and the display environment variable >>>>> set >>>>> - perhaps I need to re-install denemo, or perhaps one/some of its >>>>> dependencies? > > that poses the question how come one can have gtk2 installed > without having X11 > > yves > From ryandesign at macports.org Wed May 2 00:18:03 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Problems installing denemo In-Reply-To: <6199928E-2F02-4182-ADD4-C8FA288180F2@tamarin.co.uk> References: <6D5477C6-DDA5-49D7-B0FD-0543165C9C7D@macports.org> <7D92C03F-1F25-43EB-A6FA-330F03540311@tamarin.co.uk> <20350498-EBE1-4F19-AF8F-E9DC34E256AD@macports.org> <6199928E-2F02-4182-ADD4-C8FA288180F2@tamarin.co.uk> Message-ID: <21568086-BF83-407C-9D6C-89E5725930E7@macports.org> On May 2, 2007, at 01:49, Hubert Spall - Tamarin Design Ltd. wrote: > Yves, I did have X11 installed by macports as a dependency now I > come to think of it, and there was even a message regarding that > and the apple installed X11, which I didn't have time to read in > the output (at that point I didn't know it would be significant, > and at some point I cleared the scrollback) - but that seems to > suggest that the macports install doesn't work automatically even > if you don't have the apple version installed - perhaps that was > what the message was about - if so, sorry for involving the list, > looks like I should have been able to work that bit out on my own. The usual behavior is for MacPorts to use Apple's X11 if you have installed both X11User.pkg and X11SDK.pkg, and otherwise to install XFree86. You can only install and use one of Apple's X11 or XFree86 at a time. I recommend you use only Apple's X11. From eric.donkersloot at gmail.com Wed May 2 00:29:39 2007 From: eric.donkersloot at gmail.com (Eric Donkersloot) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent Message-ID: Hi everybody, Is there any way to install bittorrent without the necessity to install Xfree86 or Apple's X11 ? I never understood why it needs that dependency. Met vriendelijke groet / Kind regards, Eric -- Eric Donkersloot Amsterdam, The Netherlands eric.donkersloot@gmail.com From liontooth at cogweb.net Wed May 2 01:38:05 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: References: Message-ID: <46384DED.1020604@cogweb.net> Eric Donkersloot wrote: > Hi everybody, > > Is there any way to install bittorrent without the necessity to install > Xfree86 or Apple's X11 ? I never understood why it needs that dependency. > > Met vriendelijke groet / Kind regards, > > Eric > "port file bittorrent" shows it has these dependencies: depends_lib port:py-wxpython \ port:py-twisted \ port:py-crypto Not sure why it needs wxpython, that might pull in X11. You could try rtorrent -- very cool actually, a curses-version of sorts of azureus. Dave From jwa at macports.org Wed May 2 01:56:48 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: <46384DED.1020604@cogweb.net> References: <46384DED.1020604@cogweb.net> Message-ID: On 2.5.2007, at 11.38, David Liontooth wrote: > Eric Donkersloot wrote: >> Hi everybody, >> >> Is there any way to install bittorrent without the necessity to >> install >> Xfree86 or Apple's X11 ? I never understood why it needs that >> dependency. >> >> Met vriendelijke groet / Kind regards, >> >> Eric >> > "port file bittorrent" shows it has these dependencies: > > depends_lib port:py-wxpython \ > port:py-twisted \ > port:py-crypto > > Not sure why it needs wxpython, that might pull in X11. > > You could try rtorrent -- very cool actually, a curses-version of > sorts > of azureus. > > Dave Not answering the original question (I don't know) I can say there is nothing in py-wxpython to pull in X11. It depends on (as can be seen with 'port deps py-wxpython') python24 and wxWidgets. Port wxWidgets does not depend on X11. ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From ryandesign at macports.org Wed May 2 02:10:56 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: References: <46384DED.1020604@cogweb.net> Message-ID: <54F54711-32B4-4AB2-B68E-260BA5239ADA@macports.org> On May 2, 2007, at 03:56, Jyrki Wahlstedt wrote: > On 2.5.2007, at 11.38, David Liontooth wrote: > >> Eric Donkersloot wrote: >> >>> Is there any way to install bittorrent without the necessity to >>> install >>> Xfree86 or Apple's X11 ? I never understood why it needs that >>> dependency. >> >> "port file bittorrent" shows it has these dependencies: >> >> depends_lib port:py-wxpython \ >> port:py-twisted \ >> port:py-crypto >> >> Not sure why it needs wxpython, that might pull in X11. > > Not answering the original question (I don't know) I can say there > is nothing in py-wxpython to pull in X11. It depends on (as can be > seen with 'port deps py-wxpython') python24 and wxWidgets. Port > wxWidgets does not depend on X11. bittorrent -> py-wxpython -> wxWidgets -> libsdl -> XFree86 (or Apple's X11) From ryandesign at macports.org Wed May 2 02:31:16 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: <54F54711-32B4-4AB2-B68E-260BA5239ADA@macports.org> References: <46384DED.1020604@cogweb.net> <54F54711-32B4-4AB2-B68E-260BA5239ADA@macports.org> Message-ID: <91F4E19D-CA5F-4D0E-A110-65EF98E3DE37@macports.org> On May 2, 2007, at 04:10, Ryan Schmidt wrote: > On May 2, 2007, at 03:56, Jyrki Wahlstedt wrote: > >> On 2.5.2007, at 11.38, David Liontooth wrote: >> >>> Eric Donkersloot wrote: >>> >>>> Is there any way to install bittorrent without the necessity to >>>> install >>>> Xfree86 or Apple's X11 ? I never understood why it needs that >>>> dependency. >>> >>> "port file bittorrent" shows it has these dependencies: >>> >>> depends_lib port:py-wxpython \ >>> port:py-twisted \ >>> port:py-crypto >>> >>> Not sure why it needs wxpython, that might pull in X11. >> >> Not answering the original question (I don't know) I can say there >> is nothing in py-wxpython to pull in X11. It depends on (as can be >> seen with 'port deps py-wxpython') python24 and wxWidgets. Port >> wxWidgets does not depend on X11. > > bittorrent -> py-wxpython -> wxWidgets -> libsdl -> XFree86 (or > Apple's X11) The dependency on X was added to libsdl recently: http://trac.macosforge.org/projects/macports/changeset/23423 Running "otool -L" on every file installed by libsdl, it does not look like anything links with any X library. However, apparently libsdl does not build properly unless X is present: http://trac.macosforge.org/projects/macports/ticket/10830 From nigel at nigelking.me.uk Wed May 2 05:21:01 2007 From: nigel at nigelking.me.uk (Nigel King) Date: Tue Oct 9 16:42:50 2007 Subject: wxWidgets/libiconv @ loggerheads? + py-wxpython In-Reply-To: <11DF4B02-C783-41FF-8CD7-D33EC4F6750C@nigelking.me.uk> References: <4D3FB665-6316-41AF-B81E-B195D71A8342@nigelking.me.uk> <0B3E5698-7C3D-44BC-B2B6-0F5E734BED2D@macports.org> <0045E66A-A220-4B56-95AF-8A137070D014@macports.org> <11DF4B02-C783-41FF-8CD7-D33EC4F6750C@nigelking.me.uk> Message-ID: <545B75C5-6ECF-453A-BA91-CCDA1441F306@nigelking.me.uk> All, So after blundering around this seems to be the way to do it on Intel sudo port install wxWidgets edit the Portfile to include configure.ldflags -L${build.dir}/lib sudo port -f install wxWidgets which then works sudo port -f install py-wxpython voila all seems to work I am not sure of the reasons for the various problems but the installation of previous versions and some fink interaction may have been contributors. Having a G4 working definitely helped me debug. Thanks Nigel ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ From nb at saltybanana.com Wed May 2 05:51:33 2007 From: nb at saltybanana.com (Nathan Brazil) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: <54F54711-32B4-4AB2-B68E-260BA5239ADA@macports.org> References: <46384DED.1020604@cogweb.net> <54F54711-32B4-4AB2-B68E-260BA5239ADA@macports.org> Message-ID: Ryan got to this already, but I thought I would share the capability of a Python script I wrote to uncover recursive dependencies of ports, which also reveals the need for X by libsdl: % rdeps.py bittorrent +- bittorrent +- (L) py-wxpython | +- (L) python24 | +- (L) wxWidgets | +- (L) jpeg | +- (L) tiff | | +- (L) jpeg | | +- (L) zlib | +- (L) libpng | | +- (L) zlib | +- (L) zlib | +- (L) libiconv | | +- (B) gperf | +- (L) expat | +- (L) libsdl | | +- (L) XFree86 | | +- (B) perl5.8 | +- (L) libsdl_mixer | +- (L) libsdl | | +- (L) XFree86 | | +- (B) perl5.8 | +- (L) smpeg | | +- (L) libsdl | | +- (L) XFree86 | | +- (B) perl5.8 | +- (L) libvorbis | | +- (L) libogg | +- (L) libogg | +- (L) libmikmod +- (L) py-twisted | +- (L) python24 | +- (L) py-zopeinterface | +- (L) python24 +- (L) py-crypto +- (L) python24 -- On May 2, 2007, at 2:10 AM, Ryan Schmidt wrote: > On May 2, 2007, at 03:56, Jyrki Wahlstedt wrote: > >> On 2.5.2007, at 11.38, David Liontooth wrote: >> >>> Eric Donkersloot wrote: >>> >>>> Is there any way to install bittorrent without the necessity to >>>> install >>>> Xfree86 or Apple's X11 ? I never understood why it needs that >>>> dependency. >>> >>> "port file bittorrent" shows it has these dependencies: >>> >>> depends_lib port:py-wxpython \ >>> port:py-twisted \ >>> port:py-crypto >>> >>> Not sure why it needs wxpython, that might pull in X11. >> >> Not answering the original question (I don't know) I can say there >> is nothing in py-wxpython to pull in X11. It depends on (as can be >> seen with 'port deps py-wxpython') python24 and wxWidgets. Port >> wxWidgets does not depend on X11. > > bittorrent -> py-wxpython -> wxWidgets -> libsdl -> XFree86 (or > Apple's X11) > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070502/73766bf7/attachment.html From jwa at macports.org Wed May 2 05:59:44 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: References: <46384DED.1020604@cogweb.net> <54F54711-32B4-4AB2-B68E-260BA5239ADA@macports.org> Message-ID: On 2.5.2007, at 15.51, Nathan Brazil wrote: > Ryan got to this already, but I thought I would share the > capability of a Python script I wrote to uncover recursive > dependencies of ports, which also reveals the need for X by libsdl: > > % rdeps.py bittorrent > +- bittorrent > +- (L) py-wxpython > | +- (L) python24 > | +- (L) wxWidgets > | +- (L) jpeg > | +- (L) tiff > | | +- (L) jpeg > | | +- (L) zlib > | +- (L) libpng > | | +- (L) zlib > | +- (L) zlib > | +- (L) libiconv > | | +- (B) gperf > | +- (L) expat > | +- (L) libsdl > | | +- (L) XFree86 > | | +- (B) perl5.8 > | +- (L) libsdl_mixer > | +- (L) libsdl > | | +- (L) XFree86 > | | +- (B) perl5.8 > | +- (L) smpeg > | | +- (L) libsdl > | | +- (L) XFree86 > | | +- (B) perl5.8 > | +- (L) libvorbis > | | +- (L) libogg > | +- (L) libogg > | +- (L) libmikmod > +- (L) py-twisted > | +- (L) python24 > | +- (L) py-zopeinterface > | +- (L) python24 > +- (L) py-crypto > +- (L) python24 > > -- > > On May 2, 2007, at 2:10 AM, Ryan Schmidt wrote: > >> On May 2, 2007, at 03:56, Jyrki Wahlstedt wrote: >> >>> On 2.5.2007, at 11.38, David Liontooth wrote: >>> >>>> Eric Donkersloot wrote: >>>> >>>>> Is there any way to install bittorrent without the necessity to >>>>> install >>>>> Xfree86 or Apple's X11 ? I never understood why it needs that >>>>> dependency. >>>> >>>> "port file bittorrent" shows it has these dependencies: >>>> >>>> depends_lib port:py-wxpython \ >>>> port:py-twisted \ >>>> port:py-crypto >>>> >>>> Not sure why it needs wxpython, that might pull in X11. >>> >>> Not answering the original question (I don't know) I can say >>> there is nothing in py-wxpython to pull in X11. It depends on (as >>> can be seen with 'port deps py-wxpython') python24 and wxWidgets. >>> Port wxWidgets does not depend on X11. >> >> bittorrent -> py-wxpython -> wxWidgets -> libsdl -> XFree86 (or >> Apple's X11) >> Yeah, I was wrong in what I said originally. The script, the result of which is shown here, is something I've missed in the port command, in a bit simpler form though. What I mean is that I'd like to see all dependencies as a list without a structure, e.g. to estimate the installation time of a port. It just had to be written in tcl instead of python to be included in the port command proper. ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From eric.donkersloot at gmail.com Wed May 2 06:27:50 2007 From: eric.donkersloot at gmail.com (Eric Donkersloot) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: <91F4E19D-CA5F-4D0E-A110-65EF98E3DE37@macports.org> Message-ID: On 5/2/07 11:31 AM, "Ryan Schmidt" wrote: > > On May 2, 2007, at 04:10, Ryan Schmidt wrote: > >> On May 2, 2007, at 03:56, Jyrki Wahlstedt wrote: >> >>> On 2.5.2007, at 11.38, David Liontooth wrote: >>> >>>> Eric Donkersloot wrote: >>>> >>>>> Is there any way to install bittorrent without the necessity to >>>>> install >>>>> Xfree86 or Apple's X11 ? I never understood why it needs that >>>>> dependency. >>>> >>>> "port file bittorrent" shows it has these dependencies: >>>> >>>> depends_lib port:py-wxpython \ >>>> port:py-twisted \ >>>> port:py-crypto >>>> >>>> Not sure why it needs wxpython, that might pull in X11. How can I determine whether I have Apple's X11 installed or not, I get the following confusing error message: Error: You have an Apple X11SDK installation already. MacPorts will not overwrite it. If you wish to use Apple X11, install it from your MacOSX install disc. If you really want to use XFree86 instead, please move it aside first : sudo mv /usr/X11R6 /usr/X11R6.apple By the way, can I download Apple's X11 package from somewhere ? I don't have the installation dvd with me. Cheers, Eric >>> >>> Not answering the original question (I don't know) I can say there >>> is nothing in py-wxpython to pull in X11. It depends on (as can be >>> seen with 'port deps py-wxpython') python24 and wxWidgets. Port >>> wxWidgets does not depend on X11. >> >> bittorrent -> py-wxpython -> wxWidgets -> libsdl -> XFree86 (or >> Apple's X11) > > The dependency on X was added to libsdl recently: > > http://trac.macosforge.org/projects/macports/changeset/23423 > > Running "otool -L" on every file installed by libsdl, it does not > look like anything links with any X library. However, apparently > libsdl does not build properly unless X is present: > > http://trac.macosforge.org/projects/macports/ticket/10830 > > Met vriendelijke groet / Kind regards, Eric -- Eric Donkersloot Amsterdam, The Netherlands eric.donkersloot@gmail.com From erwan at rail.eu.org Wed May 2 07:19:23 2007 From: erwan at rail.eu.org (Erwan David) Date: Tue Oct 9 16:42:50 2007 Subject: port outdated out of date ? Message-ID: <20070502141923.GF13263@brehat.trusted-logic.fr> Doing a port -v sync, I knew thare had been some update on the mutt-devel port. However port outdated did not show any change, mutt still being in version 1.5.14 Looking at the portfile it was version 1.5.15, so I upgraded it. It seems the PortIndex file was not up to date, is there a way to update it client side ? -- Erwan From pipping at macports.org Wed May 2 07:36:30 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:50 2007 Subject: port outdated out of date ? In-Reply-To: <20070502141923.GF13263@brehat.trusted-logic.fr> References: <20070502141923.GF13263@brehat.trusted-logic.fr> Message-ID: yes there is. run 'sudo portindex foo' where foo is the path to the directory the Portindex is in (e.g. type 'cd `port dir bash`/../..' and run 'sudo portindex .' from there). Regards, Elias Pipping On May 2, 2007, at 4:19 PM, Erwan David wrote: > Doing a port -v sync, I knew thare had been some update on the > mutt-devel port. However port outdated did not show any change, mutt > still being in version 1.5.14 > > Looking at the portfile it was version 1.5.15, so I upgraded it. > > It seems the PortIndex file was not up to date, is there a way to > update it client side ? > > > -- > Erwan > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From erwan at rail.eu.org Wed May 2 08:13:28 2007 From: erwan at rail.eu.org (Erwan David) Date: Tue Oct 9 16:42:50 2007 Subject: port outdated out of date ? In-Reply-To: References: <20070502141923.GF13263@brehat.trusted-logic.fr> Message-ID: <20070502151328.GA15178@brehat.trusted-logic.fr> Le Wed 2/05/2007, Elias Pipping disait > yes there is. run 'sudo portindex foo' where foo is the path to the > directory the Portindex is in (e.g. type 'cd `port dir bash`/../..' and run > 'sudo portindex .' from there). Thanks, I'll update my upgrade script for automating this. -- Erwan From barcajax at gmail.com Wed May 2 08:19:13 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:50 2007 Subject: Error Message-ID: Hi, I was using Macports and trying to install Wireshark and Metasploit2. I get this error message. ---> Configuring perl5.8 First let's make sure your kit is complete. Checking... Would you like to see the instructions? [n] Locating common programs... I can't find make or gmake, and my life depends on it. Go find a public domain implementation or fix your PATH setting! Warning: the following items did not execute (for perl5.8 ): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.install Assistance is welcome! Thanks, Mervyn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070502/771f172f/attachment.html From yves at macports.org Wed May 2 08:45:48 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:50 2007 Subject: Problems installing denemo In-Reply-To: <21568086-BF83-407C-9D6C-89E5725930E7@macports.org> References: <6D5477C6-DDA5-49D7-B0FD-0543165C9C7D@macports.org> <7D92C03F-1F25-43EB-A6FA-330F03540311@tamarin.co.uk> <20350498-EBE1-4F19-AF8F-E9DC34E256AD@macports.org> <6199928E-2F02-4182-ADD4-C8FA288180F2@tamarin.co.uk> <21568086-BF83-407C-9D6C-89E5725930E7@macports.org> Message-ID: Le 07-05-02 ? 03:18, Ryan Schmidt a ?crit : > > On May 2, 2007, at 01:49, Hubert Spall - Tamarin Design Ltd. wrote: > >> Yves, I did have X11 installed by macports as a dependency now I >> come to think of it, and there was even a message regarding that >> and the apple installed X11, which I didn't have time to read in >> the output (at that point I didn't know it would be significant, >> and at some point I cleared the scrollback) - but that seems to >> suggest that the macports install doesn't work automatically even >> if you don't have the apple version installed - perhaps that was >> what the message was about - if so, sorry for involving the list, >> looks like I should have been able to work that bit out on my own. > > The usual behavior is for MacPorts to use Apple's X11 if you have > installed both X11User.pkg and X11SDK.pkg, and otherwise to install > XFree86. You can only install and use one of Apple's X11 or XFree86 > at a time. I recommend you use only Apple's X11. The message indicates that you had X11SDK installed but not X11.app (client / server). However, I would not recommend to use only Apple's X11 because I spent a lot of time make XFree86 4.6.0 available ;-) yves From bakki.kudva at gmail.com Wed May 2 08:53:50 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:50 2007 Subject: Did location of mysql.sock change in mysql5.0.37? Message-ID: My rails app is complaining that it can't find mysql.sock in /tmp after upgrading. Before the defaults just worked. Now it appears that it is in /opt/local/var/run/mysql5 - so I either have to set it in my.cnf or change my rails configuration. -bakki From jochen at fhi-berlin.mpg.de Wed May 2 09:06:14 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:50 2007 Subject: sshfs Message-ID: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> Hi Everyone, I am using MacPorts' fuse + sshfs to mount several remote directories from various Linux servers. most running OpenSSH 3.8. When I edit textfiles (typically C++ or python source code) and delete some bytes in the file, the file on the server sometimes has spurious characters at the end of the file, often a colon (":"), for example. Is this a know issue? Is this an issue of MacPorts, FUSE (MacFUSE ?), sshfs? Where else should I ask if this is not the appropriate mailing list? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070502/053ebd0a/PGP.bin From dluke at geeklair.net Wed May 2 11:37:00 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:50 2007 Subject: port outdated out of date ? In-Reply-To: <20070502141923.GF13263@brehat.trusted-logic.fr> References: <20070502141923.GF13263@brehat.trusted-logic.fr> Message-ID: <1980AD50-C51D-4EC6-B5E8-BF11BB8FF9F3@geeklair.net> On May 2, 2007, at 10:19 AM, Erwan David wrote: > It seems the PortIndex file was not up to date, is there a way to > update it client side ? Elias already gave you an answer how to update it, but I did want to chime in. There was a power outage where my machine (that generates the PortIndex) is located and when the power came back up (at a strange, low voltage) it managed to get the machine into an unbootable state. I drove out and fixed it this morning, so the normal index regen run should happen today (in about an hour). -- 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/20070502/8d8050c2/PGP.bin From backvan at mac.com Wed May 2 13:42:25 2007 From: backvan at mac.com (Ron) Date: Tue Oct 9 16:42:50 2007 Subject: Macports installs "offline" Message-ID: <58DA45F6-D7B4-4051-B2C9-AE13F2C3CA0E@mac.com> On the old Darwinports I read somewhere how to do "port install app" offline by simply downloading the "rpm" manually and putting it somewhere where the "rsync" service expected it. But I forgot exactly the details. My existing network at work has "rsync" service to the Internet blocked for some reason. Does any one recall how to do this? It wasn't that hard, I just forgot. I also have several OSX boxes that CANNOT be on the net that still need updating. Thanks Ron From chpickel at stwing.upenn.edu Wed May 2 15:04:52 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:42:50 2007 Subject: Macports installs "offline" In-Reply-To: <58DA45F6-D7B4-4051-B2C9-AE13F2C3CA0E@mac.com> References: <58DA45F6-D7B4-4051-B2C9-AE13F2C3CA0E@mac.com> Message-ID: On 02 May, 2007, at 16:42, Ron wrote: > On the old Darwinports I read somewhere how to do "port install > app" offline by simply downloading the "rpm" manually and putting > it somewhere where the "rsync" service expected it. But I forgot > exactly the details. My existing network at work has "rsync" > service to the Internet blocked for some reason. Does any one > recall how to do this? It wasn't that hard, I just forgot. I also > have several OSX boxes that CANNOT be on the net that still need > updating. I believe the directory that is rsync'ed is, by default, /opt/local/ var/db/dports/sources/*_dpupdate1 Copying this to another machine should effectively do `port sync`. I don't know how one would do `port selfupdate` without rsync access. Also, for a machine that's not connected to the internet, you'll need the distfiles in /opt/local/var/db/dports/distfiles Chris -------------- 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/20070502/b2c7097e/PGP.bin From erik at likkie.com Wed May 2 16:49:13 2007 From: erik at likkie.com (Erik Likvarn) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay Message-ID: Hi All, I am new to Darwin Ports. I want to get this working because I need to use imapsync. I am migrating from Exchange server to OS X Server. I have set up a test server and installed Darwin Ports. That all seemed to go fine. Then I attempted to install imapsync using sudo port install imapsync Everything seemed to be going fine until it got to p5-net-ssleay It has been sitting like this all night (about 10 hours now): sudo port install imapsync ---> Fetching p5-net-ssleay ---> Attempting to fetch Net_SSLeay.pm-1.30.tar.gz from http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/Net ---> Verifying checksum(s) for p5-net-ssleay ---> Extracting p5-net-ssleay ---> Applying patches to p5-net-ssleay ---> Configuring p5-net-ssleay After my initial attempt, I removed perl5.8 and its dependents and started again. 10 hours seems like an awfully long time. The processor cores in my Mac pro are going at 100% one after other typical of a non-MP aware application. Is this normal, or are we stuck in some kind of a loop here? Any advice accepted gratefully. Cheers, Likkie. From markd at macports.org Wed May 2 17:59:19 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay In-Reply-To: References: Message-ID: Erik Likvarn on Wednesday, May 2, 2007 at 4:49 PM -0800 wrote: >I am new to Darwin Ports. I want to get this working because I need to >use imapsync. I am migrating from Exchange server to OS X Server. > >I have set up a test server and installed Darwin Ports. That all >seemed to go fine. > >Then I attempted to install imapsync using > > sudo port install imapsync > >Everything seemed to be going fine until it got to p5-net-ssleay > >It has been sitting like this all night (about 10 hours now): > > sudo port install imapsync > ---> Fetching p5-net-ssleay > ---> Attempting to fetch Net_SSLeay.pm-1.30.tar.gz from >http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/Net > ---> Verifying checksum(s) for p5-net-ssleay > ---> Extracting p5-net-ssleay > ---> Applying patches to p5-net-ssleay > ---> Configuring p5-net-ssleay > > >After my initial attempt, I removed perl5.8 and its dependents and >started again. > >10 hours seems like an awfully long time. The processor cores in my Mac >pro are going at 100% one after other typical of a non-MP aware >application. > >Is this normal, or are we stuck in some kind of a loop here? > >Any advice accepted gratefully. It just installed for me ok. Use -vd for debug output and see what it is hanging on. First clean it. sudo port -vd clean --all p5-net-ssleay sudo port -vd install p5-net-ssleay Mark From michal.roszka at gmail.com Wed May 2 18:57:24 2007 From: michal.roszka at gmail.com (=?UTF-8?Q?Micha=C5=82_Roszka?=) Date: Tue Oct 9 16:42:50 2007 Subject: monotone: Portfile for 0.34. Message-ID: Hi, This message is mostly informational. Monotone 0.33 build fails on my system. I have tried to build the newer one (0.34). No success either. Finally I have tried to build monotone in a way described in INSTALL (http://monotone.ca/INSTALL) but it failed at the same point. FYI -- I have reported the issue to monotone-devel@nongnu.org mailing list. It seems to be an architecture issue as build on Intel based Mac is confirmed as successful (both with port utility and manually). I have a dual-processor G4. But anyway, maybe I would spare anyone some work if I shared a Portfile for 0.34. It is based on the # $Id: Portfile 23092 2007-03-24 21:14:59Z markd@macports.org $ one. I hope that some of you will find it useful. I will get back to you with (hopefully) good news when the build issue is solved. So here is the Portfile: PortSystem 1.0 name monotone version 0.34 categories devel maintainers nomaintainer@macports.org description A distributed version control system long_description \ monotone is a free distributed version control system. It provides \ a simple, single-file transactional version store, with fully \ disconnected operation and an efficient peer-to-peer synchronization \ protocol. It understands history-sensitive merging, lightweight \ branches, integrated code review and 3rd party testing. homepage http://monotone.ca/ platforms darwin master_sites ${homepage}downloads/${version}/ checksums md5 b7a3cd2d4fcb17287641ee2e33f660fd \ sha1 29fa7e2951b2eaa77673ffaebd00604bab98fd38 \ rmd160 e6c362ac4f270a21fc5745b80edccc99efa362f7 depends_lib lib:XXX:boost configure.env LDFLAGS=-L${prefix}/lib configure.args --infodir=${prefix}/share/info --mandir=${prefix}/ share/man Kind regards, -- Micha? Roszka From erik at likkie.com Wed May 2 18:57:30 2007 From: erik at likkie.com (Erik Likvarn) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay References: Message-ID: On 2007-05-03 10:59:19 +1000, markd@macports.org said: > Erik Likvarn on Wednesday, May 2, 2007 at 4:49 PM -0800 > wrote: >> >> Everything seemed to be going fine until it got to p5-net-ssleay >> >> It has been sitting like this all night (about 10 hours now): >> >> sudo port install imapsync >> ---> Fetching p5-net-ssleay >> ---> Attempting to fetch Net_SSLeay.pm-1.30.tar.gz from >> http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/Net >> ---> Verifying checksum(s) for p5-net-ssleay >> ---> Extracting p5-net-ssleay >> ---> Applying patches to p5-net-ssleay >> ---> Configuring p5-net-ssleay >> >> 10 hours seems like an awfully long time. The processor cores in my Mac >> pro are going at 100% one after other typical of a non-MP aware >> application. >> >> >> Any advice accepted gratefully. > > It just installed for me ok. Use -vd for debug output and see what it is > hanging on. First clean it. > > sudo port -vd clean --all p5-net-ssleay > sudo port -vd install p5-net-ssleay > > Mark Hi Mark, Thanks for that advice. I am getting an error: I could not find your OpenSSL in `' Please provide OpenSSL-0.9.6j or OpenSSL-0.9.7b installation directory (get from http://www.openssl.org/ if you don't have it; please note that SSLeay is no longer supported, see README) (C-c to abort): Hmm guess I'll check that out. Do you know if I need the specific versions mentioned, as the site www.openssl.org has ver 0.9.8e available. Thanks again, Likkie. From erik at likkie.com Wed May 2 20:05:30 2007 From: erik at likkie.com (Erik Likvarn) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay References: Message-ID: On 2007-05-03 11:57:30 +1000, Erik Likvarn said: > On 2007-05-03 10:59:19 +1000, markd@macports.org said: > >> Erik Likvarn on Wednesday, May 2, 2007 at 4:49 PM -08 > 00 >> wrote: >>> >>> Everything seemed to be going fine until it got to p5-net-ssleay >>> >>> It has been sitting like this all night (about 10 hours now): >>> >>> sudo port install imapsync >>> ---> Fetching p5-net-ssleay >>> ---> Attempting to fetch Net_SSLeay.pm-1.30.tar.gz from >>> http://ftp.ucr.ac.cr/Unix/CPAN/modules/by-module/Net >>> ---> Verifying checksum(s) for p5-net-ssleay >>> ---> Extracting p5-net-ssleay >>> ---> Applying patches to p5-net-ssleay >>> ---> Configuring p5-net-ssleay >>> >>> 10 hours seems like an awfully long time. The processor cores in my Ma > c >>> pro are going at 100% one after other typical of a non-MP aware application. >>> >>> >>> Any advice accepted gratefully. >> >> It just installed for me ok. Use -vd for debug output and see what it > is >> hanging on. First clean it. >> >> sudo port -vd clean --all p5-net-ssleay >> sudo port -vd install p5-net-ssleay >> >> Mark > > > Hi Mark, > > Thanks for that advice. > > I am getting an error: > > I could not find your OpenSSL in `' > Please provide OpenSSL-0.9.6j or > OpenSSL-0.9.7b installation directory (get from > http://www.openssl.org/ if you don't have it; please note that > SSLeay is no longer supported, see README) (C-c to abort): > > Hmm guess I'll check that out. Do you know if I need the specific > versions mentioned, as the site www.openssl.org has ver 0.9.8e > available. > > Thanks again, > > Likkie. OK I have installed Fink and then used that to install OpenSSL 0.9.6m. I am still getting the same error when I attempt to install imapsync. I could not find your OpenSSL in `' Please provide OpenSSL-0.9.6j or OpenSSL-0.9.7b installation directory (get from http://www.openssl.org/ if you don't have it; please note that SSLeay is no longer supported, see README) (C-c to abort): The openssl executable in /sw/bin which the first direcotry in the path since fink installed. Obviously I need to specify its location n =soem other way, but I don't know how to do that. Grateful for any advice. Cheers, Likkie. From paulbeard at gmail.com Wed May 2 20:40:06 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay In-Reply-To: References: Message-ID: <4C2961FB-836D-4EAF-9F8E-83D6E98B3DA7@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/20070502/71d500d1/PGP.bin From markd at macports.org Wed May 2 20:42:24 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay In-Reply-To: References: < > < > Message-ID: Erik Likvarn on Wednesday, May 2, 2007 at 8:05 PM -0800 wrote: >OK I have installed Fink and then used that to install OpenSSL 0.9.6m. > >I am still getting the same error when I attempt to install imapsync. > > I could not find your OpenSSL in `' > Please provide OpenSSL-0.9.6j or > OpenSSL-0.9.7b installation directory (get from > http://www.openssl.org/ if you don't have it; please note that > SSLeay is no longer supported, see README) (C-c to abort): > > >The openssl executable in /sw/bin which the first direcotry in the path >since fink installed. > >Obviously I need to specify its location n =soem other way, but I don't >know how to do that. > >Grateful for any advice. I had no problems installing imapsync with MP openssl 0.9.8e. Do you have MP openssl installed? imapsync should have an openssl as a dependency but it looks like it doesn't. Just try installing the plain openssl port and see if it makes imapsync happy. We can add the dependencu if that is th problem. There is also a port openssl97, which has 0.9.7m so you don't need Fink's openssl in any case and imapsync may not be able to find it anyway. Mark From erik at likkie.com Wed May 2 21:43:29 2007 From: erik at likkie.com (Erik Likvarn) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay References: Message-ID: On 2007-05-03 13:42:24 +1000, markd@macports.org said: > Erik Likvarn on Wednesday, May 2, 2007 at 8:05 PM -0800 > wrote: >> OK I have installed Fink and then used that to install OpenSSL 0.9.6m. >> >> I am still getting the same error when I attempt to install imapsync. >> >> I could not find your OpenSSL in `' >> Please provide OpenSSL-0.9.6j or >> OpenSSL-0.9.7b installation directory (get from >> http://www.openssl.org/ if you don't have it; please note that >> SSLeay is no longer supported, see README) (C-c to abort): >> >> >> The openssl executable in /sw/bin which the first direcotry in the path >> since fink installed. >> >> Obviously I need to specify its location n =soem other way, but I don' > t >> know how to do that. >> >> Grateful for any advice. > > I had no problems installing imapsync with MP openssl 0.9.8e. Do you hav e > MP openssl installed? imapsync should have an openssl as a dependency bu t > it looks like it doesn't. Just try installing the plain openssl port and > see if it makes imapsync happy. We can add the dependencu if that is th > problem. There is also a port openssl97, which has 0.9.7m so you don't > need Fink's openssl in any case and imapsync may not be able to find it > anyway. > > Mark Hi Mark, I removed the fink version of OpenSSL. Installed the MP version 0.9.8e. And now I have installed imapsync successfully. I initially searched the darwinports site for openssl but didn't find it, which is why I went the fink route. I think a dependency imapsync for openssl is required. Also think the error message for a serious problem like a required module being missing such as this should generate an error. Personally I don't think I should have turn on "verbose" to see a critical error like that. Thank you very much for you assistance. Cheers, Likkie. From erik at likkie.com Wed May 2 21:45:16 2007 From: erik at likkie.com (Erik Likvarn) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay References: <4C2961FB-836D-4EAF-9F8E-83D6E98B3DA7@gmail.com> Message-ID: On 2007-05-03 13:40:06 +1000, paul beard said: > This is an OpenPGP/MIME signed message (RFC 2440 and 3156) > > This is an OpenPGP/MIME signed message (RFC 2440 and 3156) > > > --Apple-Mail-32-140427828 > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; > charset=US-ASCII; > delsp=yes; > format=flowed > > > On May 2, 2007, at 8:05 PM, Erik Likvarn wrote: > >> OK I have installed Fink and then used that to install OpenSSL 0.9.6m. > > Is there a compelling reason to use both fink and MacPorts? I have > 0.9.8e with MacPorts. > > OpenSSL> version > OpenSSL 0.9.8e 23 Feb 2007 > OpenSSL> q > white: $ which openssl > /opt/local/bin/openssl > > When you say you "removed perl" how did you do that? with port > uninstall or rm? Hi Paul, I have successfully installed imapsync now, see previous message to Mark. Thankyou for responding. Cheers, Likkie. From markd at macports.org Wed May 2 22:17:22 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:50 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay In-Reply-To: References: < > < > < > Message-ID: Erik Likvarn on Wednesday, May 2, 2007 at 9:43 PM -0800 wrote: >I removed the fink version of OpenSSL. >Installed the MP version 0.9.8e. >And now I have installed imapsync successfully. Good to hear. > >I initially searched the darwinports site for openssl but didn't find >it, which is why I went the fink route. > >I think a dependency imapsync for openssl is required. I created a ticket on it. Should be fixed soon. > >Also think the error message for a serious problem like a required >module being missing such as this should generate an error. Personally >I don't think I should have turn on "verbose" to see a critical error >like that. > >Thank you very much for you assistance. You're welcome. Mark From jochen at fhi-berlin.mpg.de Thu May 3 00:22:57 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:50 2007 Subject: sshfs In-Reply-To: References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> Message-ID: On 02.05.2007, at 20:39, jeanpierre@gmail.com wrote: > On 5/2/07, Jochen K?pper wrote: > I am using MacPorts' fuse + sshfs to mount several remote directories > from various Linux servers. most running OpenSSH 3.8. > you could try their group or bug tracker: > > Well, I guess my question was also related to the fact that we are apparently using stuff from to different projects here: fusefs is MacFUSE sshfs is from "regular" fuse So I would need to contact both I guess (?) In that light I was wondering, whether I am really the only one seeing this? Could it be an issue of MacPorts, due to the mixing of MacFUSE AND FUSE-sshfs, or otherwise? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070503/4af53a21/PGP.bin From ryandesign at macports.org Thu May 3 00:43:12 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Error In-Reply-To: References: Message-ID: On May 2, 2007, at 10:19, Mervyn wrote: > I was using Macports and trying to install Wireshark and > Metasploit2. I get this error message. > ---> Configuring perl5.8 > First let's make sure your kit is complete. Checking... > Would you like to see the instructions? [n] > Locating common programs... > I can't find make or gmake, and my life depends on it. > Go find a public domain implementation or fix your PATH setting! > Warning: the following items did not execute (for perl5.8 ): > com.apple.activate com.apple.configure com.apple.build > com.apple.destroot com.apple.install Is this the first port you've tried to install? It says it can't find make, which is provided by Xcode and is required to build any port with MacPorts. Have you installed Xcode 2.4.1? If not, you'll need to do that; get it from the Apple Developer Connection: http://developer.apple.com/tools/download/ From ryandesign at macports.org Thu May 3 00:47:00 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: References: Message-ID: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> On May 2, 2007, at 10:53, Bakki Kudva wrote: > My rails app is complaining that it can't find mysql.sock in /tmp > after upgrading. Before the defaults just worked. Now it appears that > it is in /opt/local/var/run/mysql5 - so I either have to set it in > my.cnf or change my rails configuration. The MacPorts MySQL socket has never been in /tmp, to the best of my knowledge. The official binary distribution of MySQL from http:// dev.mysql.com does use that location, however. When using the MacPorts php5 port with the MacPorts mysql5 port, they "just work." PHP knows where the MySQL socket is. I don't use Ruby, but I would have hoped that MacPorts Ruby would also "just work" with MacPorts MySQL. From jwa at macports.org Thu May 3 01:00:39 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:50 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> Message-ID: <3B986482-74AC-4D40-8C30-BE2718A7788C@macports.org> On 3.5.2007, at 10.47, Ryan Schmidt wrote: > > On May 2, 2007, at 10:53, Bakki Kudva wrote: > >> My rails app is complaining that it can't find mysql.sock in /tmp >> after upgrading. Before the defaults just worked. Now it appears that >> it is in /opt/local/var/run/mysql5 - so I either have to set it in >> my.cnf or change my rails configuration. > > The MacPorts MySQL socket has never been in /tmp, to the best of my > knowledge. The official binary distribution of MySQL from http:// > dev.mysql.com does use that location, however. > > When using the MacPorts php5 port with the MacPorts mysql5 port, > they "just work." PHP knows where the MySQL socket is. I don't use > Ruby, but I would have hoped that MacPorts Ruby would also "just > work" with MacPorts MySQL. Perhaps the rail app can be told to make use of mysql_config (/opt/ local/bin/mysql_config5) that knows the socket location (as follows): jwa@messiaen:tmp> mysql_config5 Usage: /opt/local/bin/mysql_config5 [OPTIONS] Options: --cflags [-I/opt/local/include/mysql5/mysql] --include [-I/opt/local/include/mysql5/mysql] --libs [-L/opt/local/lib/mysql5/mysql - lmysqlclient -L/opt/local/lib -lz -lm -L/opt/local/lib -lssl -lcrypto] --libs_r [-L/opt/local/lib/mysql5/mysql - lmysqlclient_r -L/opt/local/lib -lz -lm -L/opt/local/lib -lssl - lcrypto] --socket [/opt/local/var/run/mysql5/mysqld.sock] --port [3306] --version [5.0.37] --libmysqld-libs [-L/opt/local/lib/mysql5/mysql -lmysqld -L/ opt/local/lib -lz -lm -L/opt/local/lib -lssl -lcrypto] jwa@messiaen:tmp> mysql_config5 --socket /opt/local/var/run/mysql5/mysqld.sock jwa@messiaen:tmp> ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From jochen at fhi-berlin.mpg.de Thu May 3 01:53:30 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:50 2007 Subject: erroneous text-editing over sshfs on Mac OS X Message-ID: <67BC0858-BA0F-446E-861B-0014C61055E3@fhi-berlin.mpg.de> Hi Everyone, sorry for sending this to such a number of lists, but I really do not know where exactly this problem belongs. I am sending this to the MacPorts list again in order to allow responses from other lists to send replies there as well. I am using MacPorts' fuse + sshfs to mount several remote directories from various Linux servers; most of them running OpenSSH 3.8. When I edit textfiles (typically C++ or python source code) on the sshfs-volumes and delete some bytes somewhere in the file, the file on the server sometimes has spurious characters at the end of the file, often a colon (":"), for example. I am using Aquamacs for the editing. Is this a know issue? Is this an issue of MacPorts, FUSE (MacFUSE ?), sshfs? Where else should I ask if these are not the appropriate mailing lists? Details: Mac OS X 10.4.9 on PPC/G4 FUSE library version: 2.6.3 MacFUSE version 0.2.5 using FUSE kernel interface version 7.8 SSHFS version 1.7 (MacFUSE, 8, Apr 24 2007, 10:54:09) GNU Emacs 22.0.50.1 (powerpc-apple-darwin7.9.0) of 2006-06-27 on rodrigues.inf.ed.ac.uk - Aquamacs Distribution 0.9.9d Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070503/281d5748/PGP.bin From ryandesign at macports.org Thu May 3 02:30:06 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: monotone: Portfile for 0.34. In-Reply-To: References: Message-ID: <8C3C35FE-AFD7-428A-88F7-B49CEEA5C251@macports.org> On May 2, 2007, at 20:57, Micha? Roszka wrote: > This message is mostly informational. Monotone 0.33 build fails on > my system. I have tried to build the newer one (0.34). No success > either. Finally I have tried to build monotone in a way described > in INSTALL (http://monotone.ca/INSTALL) but it failed at the same > point. FYI -- I have reported the issue to monotone- > devel@nongnu.org mailing list. It seems to be an architecture issue > as build on Intel based Mac is confirmed as successful (both with > port utility and manually). I have a dual-processor G4. > > But anyway, maybe I would spare anyone some work if I shared a > Portfile for 0.34. It is based on the # $Id: Portfile 23092 > 2007-03-24 21:14:59Z markd@macports.org $ one. I hope that some of > you will find it useful. I will get back to you with (hopefully) > good news when the build issue is solved. So here is the Portfile: > > PortSystem 1.0 > name monotone > version 0.34 > categories devel > maintainers nomaintainer@macports.org > description A distributed version control system > long_description \ > monotone is a free distributed version control system. It provides \ > a simple, single-file transactional version store, with fully \ > disconnected operation and an efficient peer-to-peer > synchronization \ > protocol. It understands history-sensitive merging, lightweight \ > branches, integrated code review and 3rd party testing. > homepage http://monotone.ca/ > platforms darwin > master_sites ${homepage}downloads/${version}/ > checksums md5 b7a3cd2d4fcb17287641ee2e33f660fd \ > sha1 29fa7e2951b2eaa77673ffaebd00604bab98fd38 \ > rmd160 e6c362ac4f270a21fc5745b80edccc99efa362f7 > depends_lib lib:XXX:boost > configure.env LDFLAGS=-L${prefix}/lib > configure.args --infodir=${prefix}/share/info --mandir=${prefix}/ > share/man Thank you. I committed this update to the repository and also removed the configure.env line. From ryandesign at macports.org Thu May 3 02:47:17 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: References: Message-ID: <0C69F97E-4EA3-46C9-9A30-37E803A440A8@macports.org> On May 2, 2007, at 08:27, Eric Donkersloot wrote: > How can I determine whether I have Apple's X11 installed or not, Look in /Library/Receipts. If you have both X11User.pkg and X11SDK.pkg you're all set. If not, install whichever is not there. X11User.pkg is on the Mac OS X DVD (for 10.4.x) or downloadable from Apple Software Updates online (for 10.3.x only). X11SDK.pkg is in the Xcode disk image available from the Apple Developer Connection online. Use the latest Xcode (2.4.1 for 10.4.x; 1.5 for 10.3.x). > I get the following confusing error message: > > Error: > You have an Apple X11SDK installation already. > MacPorts will not overwrite it. > > If you wish to use Apple X11, > install it from your MacOSX install disc. > > If you really want to use XFree86 instead, > please move it aside first : > > sudo mv /usr/X11R6 /usr/X11R6.apple That is confusing... perhaps it's trying to say that you have X11SDK.pkg installed but not X11User.pkg. > By the way, can I download Apple's X11 package from somewhere ? I > don't have > the installation dvd with me. From ryandesign at macports.org Thu May 3 02:48:56 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:50 2007 Subject: Problems installing denemo In-Reply-To: References: <6D5477C6-DDA5-49D7-B0FD-0543165C9C7D@macports.org> <7D92C03F-1F25-43EB-A6FA-330F03540311@tamarin.co.uk> <20350498-EBE1-4F19-AF8F-E9DC34E256AD@macports.org> <6199928E-2F02-4182-ADD4-C8FA288180F2@tamarin.co.uk> <21568086-BF83-407C-9D6C-89E5725930E7@macports.org> Message-ID: <73A60CD6-97A9-426A-885F-D8EF008F11B8@macports.org> On May 2, 2007, at 10:45, Yves de Champlain wrote: > Le 07-05-02 ? 03:18, Ryan Schmidt a ?crit : > >> On May 2, 2007, at 01:49, Hubert Spall - Tamarin Design Ltd. wrote: >> >>> Yves, I did have X11 installed by macports as a dependency now I >>> come to think of it, and there was even a message regarding that >>> and the apple installed X11, which I didn't have time to read in >>> the output (at that point I didn't know it would be significant, >>> and at some point I cleared the scrollback) - but that seems to >>> suggest that the macports install doesn't work automatically even >>> if you don't have the apple version installed - perhaps that was >>> what the message was about - if so, sorry for involving the list, >>> looks like I should have been able to work that bit out on my own. >> >> The usual behavior is for MacPorts to use Apple's X11 if you have >> installed both X11User.pkg and X11SDK.pkg, and otherwise to >> install XFree86. You can only install and use one of Apple's X11 >> or XFree86 at a time. I recommend you use only Apple's X11. > > The message indicates that you had X11SDK installed but not X11.app > (client / server). > > However, I would not recommend to use only Apple's X11 because I > spent a lot of time make XFree86 4.6.0 available ;-) What would be the advantage of using XFree86 4.6.0 vs. Apple's X11? From eric.donkersloot at gmail.com Thu May 3 03:12:15 2007 From: eric.donkersloot at gmail.com (Eric Donkersloot) Date: Tue Oct 9 16:42:50 2007 Subject: Bittorrent In-Reply-To: <0C69F97E-4EA3-46C9-9A30-37E803A440A8@macports.org> References: <0C69F97E-4EA3-46C9-9A30-37E803A440A8@macports.org> Message-ID: <1178187135.12877.0.camel@tuxmachine> On Thu, 2007-05-03 at 04:47 -0500, Ryan Schmidt wrote: > On May 2, 2007, at 08:27, Eric Donkersloot wrote: > > > How can I determine whether I have Apple's X11 installed or not, > > Look in /Library/Receipts. If you have both X11User.pkg and > X11SDK.pkg you're all set. If not, install whichever is not there. > X11User.pkg is on the Mac OS X DVD (for 10.4.x) or downloadable from > Apple Software Updates online (for 10.3.x only). X11SDK.pkg is in the > Xcode disk image available from the Apple Developer Connection > online. Use the latest Xcode (2.4.1 for 10.4.x; 1.5 for 10.3.x). > > > I get the following confusing error message: > > > > Error: > > You have an Apple X11SDK installation already. > > MacPorts will not overwrite it. > > > > If you wish to use Apple X11, > > install it from your MacOSX install disc. > > > > If you really want to use XFree86 instead, > > please move it aside first : > > > > sudo mv /usr/X11R6 /usr/X11R6.apple > > That is confusing... perhaps it's trying to say that you have > X11SDK.pkg installed but not X11User.pkg. Thanks for your help Ryan, I'm all set. > > > > By the way, can I download Apple's X11 package from somewhere ? I > > don't have > > the installation dvd with me. > From yves at macports.org Thu May 3 04:35:57 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:50 2007 Subject: Problems installing denemo In-Reply-To: <73A60CD6-97A9-426A-885F-D8EF008F11B8@macports.org> References: <6D5477C6-DDA5-49D7-B0FD-0543165C9C7D@macports.org> <7D92C03F-1F25-43EB-A6FA-330F03540311@tamarin.co.uk> <20350498-EBE1-4F19-AF8F-E9DC34E256AD@macports.org> <6199928E-2F02-4182-ADD4-C8FA288180F2@tamarin.co.uk> <21568086-BF83-407C-9D6C-89E5725930E7@macports.org> <73A60CD6-97A9-426A-885F-D8EF008F11B8@macports.org> Message-ID: Le 07-05-03 ? 05:48, Ryan Schmidt a ?crit : > On May 2, 2007, at 10:45, Yves de Champlain wrote: > >> Le 07-05-02 ? 03:18, Ryan Schmidt a ?crit : >> >>> On May 2, 2007, at 01:49, Hubert Spall - Tamarin Design Ltd. wrote: >>> >>>> Yves, I did have X11 installed by macports as a dependency now I >>>> come to think of it, and there was even a message regarding that >>>> and the apple installed X11, which I didn't have time to read in >>>> the output (at that point I didn't know it would be significant, >>>> and at some point I cleared the scrollback) - but that seems to >>>> suggest that the macports install doesn't work automatically >>>> even if you don't have the apple version installed - perhaps >>>> that was what the message was about - if so, sorry for involving >>>> the list, looks like I should have been able to work that bit >>>> out on my own. >>> >>> The usual behavior is for MacPorts to use Apple's X11 if you have >>> installed both X11User.pkg and X11SDK.pkg, and otherwise to >>> install XFree86. You can only install and use one of Apple's X11 >>> or XFree86 at a time. I recommend you use only Apple's X11. >> >> The message indicates that you had X11SDK installed but not >> X11.app (client / server). >> >> However, I would not recommend to use only Apple's X11 because I >> spent a lot of time make XFree86 4.6.0 available ;-) > > What would be the advantage of using XFree86 4.6.0 vs. Apple's X11? All I really know is that Apple's is XFree86 4.4.0. My guess is that these two releases (4.5 and 5.6) are mostly positive stuff. XFree86 has been opted out mainly because the build has been broken for many months. It's just not the case anymore. Of course, it is longer to install ... yves From recaffeinated at gmail.com Thu May 3 05:21:56 2007 From: recaffeinated at gmail.com (John Lauck) Date: Tue Oct 9 16:42:51 2007 Subject: /opt/local/bin/su and messed up macports Message-ID: <8c806c1c0705030521l775ed7f1x4c3ec8dfe337df08@mail.gmail.com> I think I messed up my macports installation. Is there a subversion version 1.4.3_0 and 1.4.3_1 ? From what I can tell it's as if I installed two identical versions of several packages. Is that even possible? Do these two versions of svn exist in the MacPorts repository? Also, I can't remember what package installs /opt/local/bin/su, but is it really required? I traced it up to some gtk+vfs package. The dependents list probably goes higher. (I can verify these when I get back to my Apple.) How does that su command work in this case? I noticed the file because it took over Apple's `su` in /usr/bin since my PATH includes macports /opt directories before the default OS X /usr/bin etc. I'm assuming the macports `su` doesn't have access to the OS X users because when I typed `su -` it never lets me in (password always incorrect). I moved the macports `su` aside to another file so I could keep the rest of my PATH info the same. Has anyone had this experience? If anyone can enlighten me on these issues that would be great. John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070503/7e97920b/attachment.html From david.trem at gmail.com Thu May 3 05:35:34 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:42:51 2007 Subject: py-tables version ? Message-ID: <129e1cd10705030535y1d142a0cg7b98b40ff9bba4c0@mail.gmail.com> Hi all ! I'm brand new to macport and more generally to "mac world" so please excuse me if I ask kind of "stupid" questions. It's been two day I'm playing with macport. (What an impressive tool to make your live easier!) I was wondering whether there is a plan to update the py-tables version soon? 1.3 is quite old and 2.0 is arriving soon (currently at rc1 http://www.pytables.org/). Is there a kind of experimental port for 2.0 version? Regards, David PS: Thanks for the macport devs excellent work From dluke at geeklair.net Thu May 3 05:37:14 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:51 2007 Subject: /opt/local/bin/su and messed up macports In-Reply-To: <8c806c1c0705030521l775ed7f1x4c3ec8dfe337df08@mail.gmail.com> References: <8c806c1c0705030521l775ed7f1x4c3ec8dfe337df08@mail.gmail.com> Message-ID: <064478AB-CDB2-4D49-A02F-09BB57BAD0CA@geeklair.net> On May 3, 2007, at 8:21 AM, John Lauck wrote: > Is there a subversion version 1.4.3_0 and 1.4.3_1 ? Sure. The number after the underscore is the macports 'revision' number. It just means I updated something with the subversion port after I created the 1.4.3 version (from the commit log, I can see that it was a change to the +tools variant to build and install the 'mucc' tool instead of just its source code). > From what I can tell it's as if I installed two identical versions > of several packages. Is that even possible? Do these two versions > of svn exist in the MacPorts repository? You can only have one version active at a time (and you probably don't need both). You can uninstall the older (1.4.3_0) version. > Also, I can't remember what package installs /opt/local/bin/su, I don't know which port installs it, but macports remembers. run 'port provides /opt/local/bin/su' and it will tell you. -- 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/20070503/5c86c9b8/PGP.bin From criker at ns-design.com Thu May 3 09:33:32 2007 From: criker at ns-design.com (Christopher Riker) Date: Tue Oct 9 16:42:51 2007 Subject: Continued Gnome-Applets Install Problems In-Reply-To: <6ABA7D1E-1F0C-4FE2-81D8-74CE28A79618@ns-design.com> References: <6ABA7D1E-1F0C-4FE2-81D8-74CE28A79618@ns-design.com> Message-ID: <54AECEAB-0DDE-4000-A69C-A0055A866C00@ns-design.com> Randall et. al. - Just wanted to check in and see if anyone has had a chance to look into these Gnome-Applets 2.18.0 install errors. I suspect some work has been done, as I've noticed that the 'update ports' function brings in some new Gnome-Applets stuff. I'm currently running into a new set of errors. This is after cleaning the existing installation (which had failed with the errors in my last post) and re-installed. I'm using MacOSX 10.4.9 on a MacBookPro (Intel) running Xcode 2.4.1. A new question: I'm not necessarily interested in the Gnome-Applets; I'm looking to get the basic of Gnome installed. Is there a way to "skip" over the Gnome-Applets problems and continue with the Gnome installation? Thanks! - Chris > --stringparam db2omf.omf_in "`pwd`/./geyes.omf.in" `/opt/local/bin/ > pkg-config --variable db2omf gnome-doc-utils` sv/geyes.xml > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %list.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %admon.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %linespecific.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %synop.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %para.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %informal.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %formal.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %compound.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %genobj.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %descobj.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:115: parser > warning : PEReference: %ndxterm.class; not found > %local.divcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %list.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %admon.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %linespecific.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %synop.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %para.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %informal.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %formal.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %compound.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %genobj.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %descobj.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:125: parser > warning : PEReference: %ndxterm.class; not found > %local.refcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser > warning : PEReference: %linespecific.class; not found > %local.indexdivcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser > warning : PEReference: %synop.class; not found > %local.indexdivcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser > warning : PEReference: %para.class; not found > %local.indexdivcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser > warning : PEReference: %informal.class; not found > %local.indexdivcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:135: parser > warning : PEReference: %link.char.class; not found > %local.indexdivcomponent.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:141: parser > warning : PEReference: %tech.char.class; not found > %local.refname.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:156: parser > warning : PEReference: %xref.char.class; not found > %local.refinline.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:156: parser > warning : PEReference: %gen.char.class; not found > %local.refinline.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:156: parser > warning : PEReference: %link.char.class; not found > %local.refinline.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:156: parser > warning : PEReference: %tech.char.class; not found > %local.refinline.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:156: parser > warning : PEReference: %base.char.class; not found > %local.refinline.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:156: parser > warning : PEReference: %docinfo.char.class; not found > %local.refinline.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:156: parser > warning : PEReference: %other.char.class; not found > %local.refinline.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:156: parser > warning : PEReference: %ndxterm.class; not found > %local.refinline.char.mix;"> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:204: parser > warning : PEReference: %role.attrib; not found > > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:219: parser > warning : PEReference: %status.attrib; not found > %status.attrib; > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:220: parser > warning : PEReference: %common.attrib; not found > %common.attrib; > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:230: parser > warning : PEReference: %role.attrib; not found > > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:236: parser > warning : PEReference: %bibliocomponent.mix; not found > | keywordset | itermset | %bibliocomponent.mix;)+)> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:236: parser > error : ContentDecl : Name or '(' expected > | keywordset | itermset | %bibliocomponent.mix;)+)> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:236: parser > error : expected '>' > | keywordset | itermset | %bibliocomponent.mix;)+)> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:236: parser > error : Content error in the external subset > | keywordset | itermset | %bibliocomponent.mix;)+)> > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:243: parser > warning : PEReference: %setinfo.attlist; not found > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:243: parser > error : conditional section INCLUDE or IGNORE keyword expected > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:243: parser > error : Content error in the external subset > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:243: parser > error : Content error in the external subset > ^ > http://www.oasis-open.org/docbook/xml/4.1.2/dbhierx.mod:243: parser > error : Content error in the external subset > ^ > unable to parse sv/geyes.xml > make[3]: *** [geyes-sv.omf] Error 6 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > Warning: the following items did not execute (for gnome-applets): > com.apple.activate com.apple.build com.apple.destroot > com.apple.install > From markd at macports.org Thu May 3 09:32:11 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:51 2007 Subject: py-tables version ? In-Reply-To: <129e1cd10705030535y1d142a0cg7b98b40ff9bba4c0@mail.gmail.com> References: <129e1cd10705030535y1d142a0cg7b98b40ff9bba4c0@mail.gmail.com> Message-ID: "David Tremouilles" on Thursday, May 3, 2007 at 5:35 AM -0800 wrote: >Hi all ! > > I'm brand new to macport and more generally to "mac world" so please >excuse me if I ask kind of "stupid" questions. > >It's been two day I'm playing with macport. (What an impressive tool >to make your live easier!) > >I was wondering whether there is a plan to update the py-tables version >soon? >1.3 is quite old and 2.0 is arriving soon (currently at rc1 >http://www.pytables.org/). >Is there a kind of experimental port for 2.0 version? > >Regards, > >David Hi David, Welcome to the Mac universe. I just updated py-tables to 1.4. For beta versions we sometimes do a port-devel (py-tables-devel in this case) with the latest version. On the other hand it depends on the circumstances. If 2.0's fixes things that are broken in 1.x and no ports would be broken by 2.x, few ports depend on it or other circumstances then perhaps having a -devel port is unnecessary. It all depends. We don't like to create any more -devel ports than necessary. The port currently has no maintainer so it really needs someone that knows the app to adopt the port and advise us of whether and when 1.x could be updated to 2.x. Mark From ryandesign at macports.org Thu May 3 12:34:47 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: References: Message-ID: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> Please remember to use the "Reply To All" function in your email program when you reply to messages on this list, so that your reply goes to the list as well and not just to me. This way everyone can participate in the discussion. On May 3, 2007, at 10:35, Mervyn wrote: > I get this after installing Xcode. > barcajax:~ barcajax$ port install wireshark > Error: Unable to execute port: /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_net_wireshark/work/.darwinports.wireshark.state is not > writable - check permission on port directory > Appreciate your input. You need to run "port install" (and other commands that modify your installation, like "port uninstall", "port sync", "port selfupdate") as root. Usually you'd do this by prefacing the command with "sudo" ("SuperUser DO"): $ sudo port install wireshark From awuest at gmail.com Thu May 3 12:42:06 2007 From: awuest at gmail.com (Andreas Wuest) Date: Tue Oct 9 16:42:51 2007 Subject: Continued Gnome-Applets Install Problems In-Reply-To: <6ABA7D1E-1F0C-4FE2-81D8-74CE28A79618@ns-design.com> References: <6ABA7D1E-1F0C-4FE2-81D8-74CE28A79618@ns-design.com> Message-ID: <36f723580705031242m602f99f3w1945ca2ce0cf84db@mail.gmail.com> Hi Does re-running the command which produced the error below succeed? I often have similar errors with parsing those XML files, immediately re-running the command I used then succeeds most of the time. I don't know why it succeeds, if it simply thinks that the language in question has already been built, or if the real error was that the XML processor could not fetch the required DTD. Anyway, you might want to give it a try. On 4/23/07, Christopher Riker wrote: > > It seems the Gnome-Applets have been updated. I cleaned out my previous > files and attempted to install version 2.18.0. The good news is that the old > errors seem to have been cleared. I have, however, encountered a new error. > > I am installing on a MacBook Pro running OS 10.4.9 and XCODE 2.4.1 for > Tiger. I've run a MacPorts Update (1.4.3) and Updated the Port Descriptions. > I've been installing via the Aqua version of PortAuthority. > > The problem seems to be here: > > Generating and caching the translation database > Merging translations into charpick.schemas. > sed -e "s|\@LIBEXECDIR\@|/opt/local/libexec|" > GNOME_CharpickerApplet.server.in.in > > GNOME_CharpickerApplet.server.in > LC_ALL=C ../intltool-merge -o -u -c ../po/.intltool-merge-cache ../po > GNOME_CharpickerApplet.server.in > GNOME_CharpickerApplet.server > Found cached translation database > Merging translations into GNOME_CharpickerApplet.server. > Making all in geyes > Making all in themes > make[3]: Nothing to be done for `all'. > Making all in docs > if ! test -d bg/; then mkdir bg/; fi > case "." in /*) sd=".";; *) sd="../.";; esac; \ > if [ -f "C/geyes.xml" ]; then d="../"; else d="$sd/"; fi; \ > (cd bg/ && \ > `which xml2po` -e -p \ > "${d}bg/bg.po" \ > "${d}C/geyes.xml" > geyes.xml.tmp && \ > cp geyes.xml.tmp geyes.xml && rm -f geyes.xml.tmp) > if ! test -d en_GB/; then mkdir en_GB/; fi > case "." in /*) sd=".";; *) sd="../.";; esac; \ > if [ -f "C/geyes.xml" ]; then d="../"; else d="$sd/"; fi; \ > (cd en_GB/ && \ > `which xml2po` -e -p \ > "${d}en_GB/en_GB.po" \ > "${d}C/geyes.xml" > geyes.xml.tmp && \ > cp geyes.xml.tmp geyes.xml && rm -f geyes.xml.tmp) > xsltproc -o geyes-C.omf --stringparam db2omf.basename geyes --stringparam > db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML > V4.1.2//EN" --stringparam db2omf.lang C --stringparam db2omf.omf_dir > "/opt/local/share/omf" --stringparam db2omf.help_dir > "/opt/local/share/gnome/help" --stringparam db2omf.omf_in > "`pwd`/./geyes.omf.in" `/opt/local/bin/pkg-config --variable db2omf > gnome-doc-utils` C/geyes.xml > xsltproc -o geyes-bg.omf --stringparam db2omf.basename geyes --stringparam > db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML > V4.1.2//EN" --stringparam db2omf.lang bg --stringparam db2omf.omf_dir > "/opt/local/share/omf" --stringparam db2omf.help_dir > "/opt/local/share/gnome/help" --stringparam db2omf.omf_in > "`pwd`/./geyes.omf.in" `/opt/local/bin/pkg-config --variable db2omf > gnome-doc-utils` bg/geyes.xml > xsltproc -o geyes-en_GB.omf --stringparam db2omf.basename geyes > --stringparam db2omf.format 'docbook' --stringparam db2omf.dtd > "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam db2omf.lang en_GB > --stringparam db2omf.omf_dir "/opt/local/share/omf" --stringparam > db2omf.help_dir "/opt/local/share/gnome/help" --stringparam db2omf.omf_in > "`pwd`/./geyes.omf.in" `/opt/local/bin/pkg-config --variable db2omf > gnome-doc-utils` en_GB/geyes.xml > xsltproc -o geyes-es.omf --stringparam db2omf.basename geyes --stringparam > db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML > V4.1.2//EN" --stringparam db2omf.lang es --stringparam db2omf.omf_dir > "/opt/local/share/omf" --stringparam db2omf.help_dir > "/opt/local/share/gnome/help" --stringparam db2omf.omf_in > "`pwd`/./geyes.omf.in" `/opt/local/bin/pkg-config --variable db2omf > gnome-doc-utils` es/geyes.xml > xsltproc -o geyes-fr.omf --stringparam db2omf.basename geyes --stringparam > db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML > V4.1.2//EN" --stringparam db2omf.lang fr --stringparam db2omf.omf_dir > "/opt/local/share/omf" --stringparam db2omf.help_dir > "/opt/local/share/gnome/help" --stringparam db2omf.omf_in > "`pwd`/./geyes.omf.in" `/opt/local/bin/pkg-config --variable db2omf > gnome-doc-utils` fr/geyes.xml > xsltproc -o geyes-it.omf --stringparam db2omf.basename geyes --stringparam > db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML > V4.1.2//EN" --stringparam db2omf.lang it --stringparam db2omf.omf_dir > "/opt/local/share/omf" --stringparam db2omf.help_dir > "/opt/local/share/gnome/help" --stringparam db2omf.omf_in > "`pwd`/./geyes.omf.in" `/opt/local/bin/pkg-config --variable db2omf > gnome-doc-utils` it/geyes.xml > xsltproc -o geyes-ru.omf --stringparam db2omf.basename geyes --stringparam > db2omf.format 'docbook' --stringparam db2omf.dtd "-//OASIS//DTD DocBook XML > V4.1.2//EN" --stringparam db2omf.lang ru --stringparam db2omf.omf_dir > "/opt/local/share/omf" --stringparam db2omf.help_dir > "/opt/local/share/gnome/help" --stringparam db2omf.omf_in > "`pwd`/./geyes.omf.in" `/opt/local/bin/pkg-config --variable db2omf > gnome-doc-utils` ru/geyes.xml > http://www.oasis-open.org/docbook/xml/4.1.2/dbpoolx.mod:632: > parser warning : PEReference: %notation.class; not found > %local.graphics.attrib;" > ^ > Entity: line 1: parser error : NmToken expected in ATTLIST enumeration > %graphics.attrib; [ snip ] -- Kind regards, Andi From eridius at macports.org Thu May 3 15:09:00 2007 From: eridius at macports.org (Kevin Ballard) Date: Tue Oct 9 16:42:51 2007 Subject: sshfs In-Reply-To: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> Message-ID: <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> I recommend asking on the MacFUSE google group. On May 2, 2007, at 12:06 PM, Jochen K?pper wrote: > Hi Everyone, > > I am using MacPorts' fuse + sshfs to mount several remote > directories from various Linux servers. most running OpenSSH 3.8. > > When I edit textfiles (typically C++ or python source code) and > delete some bytes in the file, the file on the server sometimes has > spurious characters at the end of the file, often a colon (":"), > for example. > > Is this a know issue? > Is this an issue of MacPorts, FUSE (MacFUSE ?), sshfs? > Where else should I ask if this is not the appropriate mailing list? -- 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/20070503/1600da8f/attachment.html From awuest at gmail.com Thu May 3 16:08:18 2007 From: awuest at gmail.com (Andreas Wuest) Date: Tue Oct 9 16:42:51 2007 Subject: Continued Gnome-Applets Install Problems In-Reply-To: <87F6898A-EB0E-43A9-8988-F3B2F40831D0@ns-design.com> References: <6ABA7D1E-1F0C-4FE2-81D8-74CE28A79618@ns-design.com> <36f723580705031242m602f99f3w1945ca2ce0cf84db@mail.gmail.com> <87F6898A-EB0E-43A9-8988-F3B2F40831D0@ns-design.com> Message-ID: <36f723580705031608i1b52900m351296ee53885b08@mail.gmail.com> Hi On 5/3/07, Christopher Riker wrote: > Andi - > > Thanks for the suggestion. I'm pretty sure I'm missing something > (still new to unix and MacPorts), because: > > From my terminal I executed a: > > sudo xsltproc -o drivemount-sv.omf --stringparam db2omf.basename > drivemount --stringparam db2omf.format 'docbook' --stringparam > db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam > db2omf.lang sv --stringparam db2omf.omf_dir "/opt/local/share/omf" -- > stringparam db2omf.help_dir "/opt/local/share/gnome/help" -- > stringparam db2omf.omf_in "`pwd`/./drivemount.omf.in" `/opt/local/bin/ > pkg-config --variable db2omf gnome-doc-utils` sv/drivemount.xml Heh, looks like I was not not able to get my point across correctly... ;) What I meant was: if you used e.g. 'sudo port install gnome-applets' or whatever you did, and this failed with the error you've posted previously, simply re-issue 'sudo port install gnome-applets' right after it failed, and see what happens (don't do any clean whatsoever after the failure). Normally, it runs through correctly this time for me. -- Kind regards, Andi From michal.roszka at gmail.com Thu May 3 17:27:35 2007 From: michal.roszka at gmail.com (=?UTF-8?Q?Micha=C5=82_Roszka?=) Date: Tue Oct 9 16:42:51 2007 Subject: monotone: Portfile for 0.34. In-Reply-To: <8C3C35FE-AFD7-428A-88F7-B49CEEA5C251@macports.org> References: <8C3C35FE-AFD7-428A-88F7-B49CEEA5C251@macports.org> Message-ID: On May 3, 2007, at 11:30 AM, Ryan Schmidt wrote: > On May 2, 2007, at 20:57, Micha? Roszka wrote: > > >> Monotone 0.33 build fails on my system. [...] It seems to be an >> architecture issue as build on Intel based Mac is confirmed as >> successful (both with port utility and manually). I have a dual- >> processor G4. [...] I will get back to you with (hopefully) good >> news when the build issue is solved. So here is the Portfile: >> >> PortSystem 1.0 >> name monotone >> version 0.34 >> > > Thank you. I committed this update to the repository and also > removed the configure.env line. > The build has been failing, because my Xcode was not too fresh. Everything (0.34 via macports) works fine since Xcode has been upgraded to 2.4.1. Thank you Ryan for the update. Kind regards, -- Michal Roszka From rhwood at mac.com Thu May 3 17:29:25 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:42:51 2007 Subject: Continued Gnome-Applets Install Problems In-Reply-To: <36f723580705031608i1b52900m351296ee53885b08@mail.gmail.com> References: <6ABA7D1E-1F0C-4FE2-81D8-74CE28A79618@ns-design.com> <36f723580705031242m602f99f3w1945ca2ce0cf84db@mail.gmail.com> <87F6898A-EB0E-43A9-8988-F3B2F40831D0@ns-design.com> <36f723580705031608i1b52900m351296ee53885b08@mail.gmail.com> Message-ID: The oasis docbook servers get checked every time docs are built and recently have been getting flaky as well. If I understood how to make sure the dtds were remapped to use the local copy they would be. On 3 May 2007, at 19:08, Andreas Wuest wrote: > Hi > > On 5/3/07, Christopher Riker wrote: >> Andi - >> >> Thanks for the suggestion. I'm pretty sure I'm missing something >> (still new to unix and MacPorts), because: >> >> From my terminal I executed a: >> >> sudo xsltproc -o drivemount-sv.omf --stringparam db2omf.basename >> drivemount --stringparam db2omf.format 'docbook' --stringparam >> db2omf.dtd "-//OASIS//DTD DocBook XML V4.1.2//EN" --stringparam >> db2omf.lang sv --stringparam db2omf.omf_dir "/opt/local/share/omf" -- >> stringparam db2omf.help_dir "/opt/local/share/gnome/help" -- >> stringparam db2omf.omf_in "`pwd`/./drivemount.omf.in" `/opt/local/ >> bin/ >> pkg-config --variable db2omf gnome-doc-utils` sv/drivemount.xml > > Heh, looks like I was not not able to get my point across > correctly... ;) > > What I meant was: if you used e.g. 'sudo port install gnome-applets' > or whatever you did, and this failed with the error you've posted > previously, simply re-issue 'sudo port install gnome-applets' right > after it failed, and see what happens (don't do any clean whatsoever > after the failure). Normally, it runs through correctly this time for > me. > > -- > Kind regards, > Andi > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From kenneth.rogers at gmail.com Thu May 3 19:22:58 2007 From: kenneth.rogers at gmail.com (Kenneth Rogers) Date: Tue Oct 9 16:42:51 2007 Subject: problems with port that use ruby gem to install. Message-ID: <2b53a99c0705031922w54fa5495k989357f481858d64@mail.gmail.com> It started with rb-activesupport, but seems to happen with every port that I have in ruby/ that uses gem as an installer. $ sudo port -v install rb-activesupport ---> Staging rb-activesupport into destroot . missing (directory not created: File exists) ./Applications missing (directory not created: File exists) ./Developer missing (directory not created: File exists) ./Library missing (directory not created: File exists) /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- sources (LoadError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/source_info_cache.rb:6 from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/remote_installer.rb:12 from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:112:in `manage_gems' from /opt/local/bin/gem:10 Error: Target com.apple.destroot returned: shell command "/opt/local/bin/gem install --local --force --install-dir /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_ruby_rb-activesupport/work/destroot/opt/local/lib/ruby/gems/1.8 /opt/local/var/db/dports/distfiles/ruby/activesupport-1.3.1" returned error 1 Command output: /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- sources (LoadError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/source_info_cache.rb:6 from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/remote_installer.rb:12 from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:112:in `manage_gems' from /opt/local/bin/gem:10 Warning: the following items did not execute (for rb-activesupport): com.apple.activate com.apple.destroot com.apple.install Error: Status 1 encountered during processing. trying to use /opt/local/bin/gem myself give similar errors. I'm not very familar with how rubygems works, so I don't know that I can debug this on my own right now. Any ideas? KR -- "Linux doesn't exist." -- Kieren O'Shaghnessy (Director of SCO Australia) From jkh at brierdr.com Thu May 3 20:21:08 2007 From: jkh at brierdr.com (Jordan K. Hubbard) Date: Tue Oct 9 16:42:51 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> Message-ID: <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> My bigger question is how people are managing to use anything depending on fuse at all, at the moment. On 10.4.9, I get the following build error for libfuse: /opt/local/var/db/dports/build/ _User_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: 17: error: redefinition of 'struct klist' /opt/local/var/db/dports/build/ _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: 19: error: redefinition of 'struct filterops' /opt/local/var/db/dports/build/ _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: 26: error: redefinition of 'struct kqtailq' /opt/local/var/db/dports/build/ _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: 28: error: redefinition of 'struct knote' I've just been assuming that the fuse stuff is broken right now (don't even ask how it horks up on Leopard - not even close to building there). Are others getting better results with fuse and Tiger? - Jordan On May 3, 2007, at 3:09 PM, Kevin Ballard wrote: > I recommend asking on the MacFUSE google group. > > On May 2, 2007, at 12:06 PM, Jochen K?pper wrote: > >> Hi Everyone, >> >> I am using MacPorts' fuse + sshfs to mount several remote >> directories from various Linux servers. most running OpenSSH 3.8. >> >> When I edit textfiles (typically C++ or python source code) and >> delete some bytes in the file, the file on the server sometimes >> has spurious characters at the end of the file, often a colon >> (":"), for example. >> >> Is this a know issue? >> Is this an issue of MacPorts, FUSE (MacFUSE ?), sshfs? >> Where else should I ask if this is not the appropriate mailing list? > > -- > Kevin Ballard > http://kevin.sb.org > eridius@macports.org > http://www.tildesoft.com > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070503/8a354b52/attachment.html From paulbeard at gmail.com Thu May 3 20:58:43 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:51 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> Message-ID: <3F8F7467-3BDF-4795-8185-983BCF8C1CD1@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/20070503/a94d8a72/PGP.bin From liontooth at cogweb.net Thu May 3 21:20:56 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:51 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <3F8F7467-3BDF-4795-8185-983BCF8C1CD1@gmail.com> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> <3F8F7467-3BDF-4795-8185-983BCF8C1CD1@gmail.com> Message-ID: <463AB4A8.4070502@cogweb.net> paul beard wrote: > > On May 3, 2007, at 8:21 PM, Jordan K. Hubbard wrote: > >> I've just been assuming that the fuse stuff is broken right now >> (don't even ask how it horks up on Leopard - not even close to >> building there). Are others getting better results with fuse and Tiger? >> > > port build works but port install fails. Builds and installs fine on Darwin Kernel Version 8.9.1 (Tiger?). I use OSX (Intel) as the server and mount the directories on Linux machines; no problems so far, though I'm mainly reading. Dave From j.hakert at macnews.de Thu May 3 22:40:21 2007 From: j.hakert at macnews.de (j.hakert) Date: Tue Oct 9 16:42:51 2007 Subject: error compiling slirp Message-ID: As I try to install slirp the compiler has problems with some system header files: Error: Target com.apple.build returned: shell command " cd "/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_comms_slirp/work/slirp-1.0.16/src" && make all " returned error 2 Command output: gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/ auth.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/bsd-comp.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/ccp.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/chap.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/fsm.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/ipcp.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/lcp.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/magic.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/md5.c gcc -I. -I. -DUSE_PPP -DUSE_MS_DNS -O2 -O2 -c ./ppp/pppdfncs.c In file included from ./ppp/pppdfncs.c:31: /usr/include/utmp.h:75: error: parse error before 'time_t' /usr/include/utmp.h:78: error: parse error before '}' token make: *** [pppdfncs.o] Error 1 Error: Status 1 encountered during processing. can anybudy help here? Thx jersine From boeyms at macports.org Thu May 3 23:06:31 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:51 2007 Subject: wxWidgets/libiconv @ loggerheads? + py-wxpython In-Reply-To: <545B75C5-6ECF-453A-BA91-CCDA1441F306@nigelking.me.uk> References: <4D3FB665-6316-41AF-B81E-B195D71A8342@nigelking.me.uk> <0B3E5698-7C3D-44BC-B2B6-0F5E734BED2D@macports.org> <0045E66A-A220-4B56-95AF-8A137070D014@macports.org> <11DF4B02-C783-41FF-8CD7-D33EC4F6750C@nigelking.me.uk> <545B75C5-6ECF-453A-BA91-CCDA1441F306@nigelking.me.uk> Message-ID: <668FDED4-DEA8-41F0-84B9-12B35E475F53@macports.org> Hi Nigel, On 02/05/2007, at 22:21, Nigel King wrote: > I am not sure of the reasons for the various problems but the > installation of previous versions and some fink interaction may > have been contributors. I have an Intel Mac running only MacPorts and with no previous installs of wxWidgets or wxpython, and both installed for me without any trouble at all, so unless you clean out all the other things and still get the problem on a clean install, I'd be inclined to put it down to an interaction (though I can't be certain of that). I don't think any port system supports running in parallel with another, and it certainly makes it much harder for us to figure out what was causing it. If the reason that you were using fink was that there were fink packages that MacPorts didn't have, then I think it would be far better to ask for those ones to be added to MacPorts (or vice versa if you decide you want to use fink over MacPorts). Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From jwa at macports.org Thu May 3 23:07:57 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:51 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> Message-ID: <3E032BEF-2C6A-410D-B7F1-60451B5760F1@macports.org> On 4.5.2007, at 6.21, Jordan K. Hubbard wrote: > My bigger question is how people are managing to use anything > depending on fuse at all, at the moment. On 10.4.9, I get the > following build error for libfuse: > > /opt/local/var/db/dports/build/ > _User_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 17: error: redefinition of 'struct klist' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 19: error: redefinition of 'struct filterops' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 26: error: redefinition of 'struct kqtailq' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 28: error: redefinition of 'struct knote' > > I've just been assuming that the fuse stuff is broken right now > (don't even ask how it horks up on Leopard - not even close to > building there). Are others getting better results with fuse and > Tiger? > > - Jordan > > On May 3, 2007, at 3:09 PM, Kevin Ballard wrote: > >> I recommend asking on the MacFUSE google group. >> >> On May 2, 2007, at 12:06 PM, Jochen K?pper wrote: >> >>> Hi Everyone, >>> >>> I am using MacPorts' fuse + sshfs to mount several remote >>> directories from various Linux servers. most running OpenSSH 3.8. >>> >>> When I edit textfiles (typically C++ or python source code) and >>> delete some bytes in the file, the file on the server sometimes >>> has spurious characters at the end of the file, often a colon >>> (":"), for example. >>> >>> Is this a know issue? >>> Is this an issue of MacPorts, FUSE (MacFUSE ?), sshfs? >>> Where else should I ask if this is not the appropriate mailing list? >> >> -- Hi, I am currently using sshfs daily (depends on libfuse and needs the fusefs kext, too). I don't edit files on sshfs volume, but locally, and then sync. But it works fine, at least for me. ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From boeyms at macports.org Fri May 4 00:12:37 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:51 2007 Subject: New guy - imapsync port problem/query - p5-net-ssleay In-Reply-To: References: Message-ID: Hi Erik, On 03/05/2007, at 14:43, Erik Likvarn wrote: > Also think the error message for a serious problem like a required > module being missing such as this should generate an error. > Personally I don't think I should have turn on "verbose" to see a > critical error like that. I'm firmly of the opinion that this is really a problem that the upstream maintainer should address, because package systems intend for installations to be completely automated, hiding output that the ordinary user doesn't need, and to quit with information about errors if one occurs so that work can be done to fix it and make it automatic again. This is exactly what MacPorts, and every other package system that I know of, does. As you say, the user shouldn't be forced to run the package system in a verbose or debug mode to get error messages, but the point is that, to do so in this case, the package system would be forced to _guess_ that there is an error of waiting for user input, and I don't know of any way in which this can be done with neither false positives nor negatives. Instead, the package itself should say that there's an error and stop. Someone installing it themselves might want to have user interaction, of course, but that shouldn't be the only way to do it. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From jochen at fhi-berlin.mpg.de Fri May 4 02:16:16 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:51 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> Message-ID: On 04.05.2007, at 05:21, Jordan K. Hubbard wrote: > My bigger question is how people are managing to use anything > depending on fuse at all, at the moment. On 10.4.9, I get the > following build error for libfuse: Well, it simply builds for me on 10.4.9 on G4 and Core Duo systems: > sudo port info fusefs fusefs 0.2.5, fuse/fusefs (Variants: universal, darwin) http://code.google.com/p/macfuse/ MacFUSE implements a mechanism that makes it possible to implement a fully functional file system in a user-space program on Mac OS X (10.4 and above). It aims to be API-compliant with the FUSE (File- system in USErspace) mechanism that originated on Linux. Therefore, many existing FUSE file systems become readily usable on Mac OS X. The core of MacFUSE is in a dynamically loadable kernel extension. Platforms: darwin Maintainers: eridius@macports.org >>> I am using MacPorts' fuse + sshfs to mount several remote >>> directories from various Linux servers. most running OpenSSH 3.8. >>> >>> When I edit textfiles (typically C++ or python source code) and >>> delete some bytes in the file, the file on the server sometimes >>> has spurious characters at the end of the file, often a colon >>> (":"), for example. Btw, I have tracked /most/ of my problems to a single server which is running SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0. I'll investigate further wether it might be only the "other" end that is causing problems... Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070504/2a0be1af/PGP.bin From emory.smith at gmail.com Fri May 4 05:07:43 2007 From: emory.smith at gmail.com (Emory Smith) Date: Tue Oct 9 16:42:51 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> Message-ID: <07147C9A-F0A3-4AE1-9653-438B123BA4F0@gmail.com> sshfs working great for me (mounting various linuxes using tiger.9 on both g4 & 5). been doing considerable editing, file manipulation via cli, etc without a hitch (well, i guess running svn-status inside emacs could be a little faster, but sure beats tramp). -emory On May 3, 2007, at 9:21 PM, Jordan K. Hubbard wrote: > My bigger question is how people are managing to use anything > depending on fuse at all, at the moment. On 10.4.9, I get the > following build error for libfuse: > > /opt/local/var/db/dports/build/ > _User_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 17: error: redefinition of 'struct klist' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 19: error: redefinition of 'struct filterops' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 26: error: redefinition of 'struct kqtailq' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 28: error: redefinition of 'struct knote' > > I've just been assuming that the fuse stuff is broken right now > (don't even ask how it horks up on Leopard - not even close to > building there). Are others getting better results with fuse and > Tiger? > > - Jordan > > On May 3, 2007, at 3:09 PM, Kevin Ballard wrote: > >> I recommend asking on the MacFUSE google group. >> >> On May 2, 2007, at 12:06 PM, Jochen K?pper wrote: >> >>> Hi Everyone, >>> >>> I am using MacPorts' fuse + sshfs to mount several remote >>> directories from various Linux servers. most running OpenSSH 3.8. >>> >>> When I edit textfiles (typically C++ or python source code) and >>> delete some bytes in the file, the file on the server sometimes >>> has spurious characters at the end of the file, often a colon >>> (":"), for example. >>> >>> Is this a know issue? >>> Is this an issue of MacPorts, FUSE (MacFUSE ?), sshfs? >>> Where else should I ask if this is not the appropriate mailing list? >> >> -- >> Kevin Ballard >> http://kevin.sb.org >> eridius@macports.org >> http://www.tildesoft.com >> >> >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From barcajax at gmail.com Fri May 4 07:04:55 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> Message-ID: Hi Ryan, As you kindly instructed, I ran the sudo port command with no success. barcajax:~ barcajax$ sudo port install wireshark Password: Error: Unable to execute port: invalid command name " configure.universal_args" What's the problem now? Merv On 5/4/07, Ryan Schmidt wrote: > > Please remember to use the "Reply To All" function in your email > program when you reply to messages on this list, so that your reply > goes to the list as well and not just to me. This way everyone can > participate in the discussion. > > On May 3, 2007, at 10:35, Mervyn wrote: > > > I get this after installing Xcode. > > barcajax:~ barcajax$ port install wireshark > > Error: Unable to execute port: /opt/local/var/db/dports/build/ > > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > > dports_net_wireshark/work/.darwinports.wireshark.state is not > > writable - check permission on port directory > > Appreciate your input. > > You need to run "port install" (and other commands that modify your > installation, like "port uninstall", "port sync", "port selfupdate") > as root. Usually you'd do this by prefacing the command with > "sudo" ("SuperUser DO"): > > $ sudo port install wireshark > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070504/7ff233bf/attachment.html From boeyms at macports.org Fri May 4 07:07:26 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> Message-ID: Hi Mervyn, > Error: Unable to execute port: invalid command name > "configure.universal_args " > > What's the problem now? Your version of MacPorts is out of date. Run "sudo port selfupdate" and see how you go after that. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From criker at ns-design.com Fri May 4 13:41:28 2007 From: criker at ns-design.com (Christopher Riker) Date: Tue Oct 9 16:42:51 2007 Subject: Firefox Launch Problems Message-ID: I am trying to get firefox installed in a new installation of Gnome under MacPorts 1.4.3 OS 10.4.9 XCode 2.4.1. I have installed firefox-x11 using the command line with the -gnome switch at the end. Sure enough, it appeared in the gnome menu. Launching from gnome, however, resulted in no apparent action. From the X11 terminal, issuing a ./firefox while in the /opt/local/ bin directory seems to start a launch. It returns this error though: /opt/local/lib/firefox-1.5.0.1/run-mozilla.sh: line 424: 20231 Illegal instruction "$prog" ${1+"$@"} Is there a problem with the current firefox-x11 or am I doing something wrong? Thanks! - Chris From eridius at macports.org Fri May 4 16:01:01 2007 From: eridius at macports.org (Kevin Ballard) Date: Tue Oct 9 16:42:51 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> Message-ID: <2AF709EE-5451-43A8-A68E-D939FBDFD905@macports.org> That's pretty weird. It works fine for me. Perhaps __FreeBSD__=10 isn't getting defined for you? I left it out of the explicit arguments for libfuse because libfuse normally picks that up from fusefs via pkg-config. Maybe you have a problem with that? Try running `pkg-config --cflags fuse`. It should give you something like -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64 -I/opt/local/include/fuse On May 3, 2007, at 11:21 PM, Jordan K. Hubbard wrote: > My bigger question is how people are managing to use anything > depending on fuse at all, at the moment. On 10.4.9, I get the > following build error for libfuse: > > /opt/local/var/db/dports/build/ > _User_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 17: error: redefinition of 'struct klist' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 19: error: redefinition of 'struct filterops' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 26: error: redefinition of 'struct kqtailq' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 28: error: redefinition of 'struct knote' > > I've just been assuming that the fuse stuff is broken right now > (don't even ask how it horks up on Leopard - not even close to > building there). Are others getting better results with fuse and > Tiger? -- 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/20070504/7469c665/attachment.html From corvino at gmail.com Fri May 4 16:14:33 2007 From: corvino at gmail.com (Nathan Corvino) Date: Tue Oct 9 16:42:51 2007 Subject: First Selfupdate Fails on MacPro Message-ID: <8a5337ab0705041614p2e8c63a4kff42dff79c488c92@mail.gmail.com> I just got a new MacPro, and decided to give MacPorts a try this time around. I would like to get it up and running, but right now it is looking like I will have to go back to Fink. I didn't read the installation instructions initially, so I installed the MacPorts binary before XCode and X11, but I have since removed MacPorts, installed both XCode 2.4.1 and X11, and then reinstalled MacPorts. I get the following log when I try to perform my initial update: ~$ sudo port -d selfupdate > Password: > DEBUG: Rebuilding the MacPorts base system if needed. > Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports > receiving file list ... done > > sent 77 bytes received 236587 bytes 36409.85 bytes/sec > total size is 14488795 speedup is 61.22 > DEBUG: MacPorts base dir: > /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base > DEBUG: Setting user: root > DarwinPorts base version 1.400 installed > DEBUG: Updating using rsync > receiving file list ... done > ./ > deleting config.log > > sent 77 bytes received 6054 bytes 4087.33 bytes/sec > total size is 3162108 speedup is 515.76 > Downloaded MacPorts base version 1.430 > Configuring, Building and Installing new MacPorts base > DEBUG: permissions OK > DEBUG: Setting owner: root group: admin > DEBUG: Install in: /opt/local as root : admin - TCL-PACKAGE in > /Library/Tcl > checking build system type... i686-apple-darwin8.9.2 > checking host system type... i686-apple-darwin8.9.2 > checking target system type... i686-apple-darwin8.9.2 > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for a BSD-compatible install... /usr/bin/install -c > checking whether make sets $(MAKE)... yes > checking whether ln -s works... yes > checking for cvs... /usr/bin/cvs > checking for rsync... /usr/bin/rsync > checking for launchd... yes > checking for launchctl... /bin/launchctl > checking for xcodebuild... /usr/bin/xcodebuild > checking for bzip2... /usr/bin/bzip2 > checking for xar... no > checking for tar... /usr/bin/tar > checking for gnutar... /usr/bin/gnutar > checking for which tar variant to use... /usr/bin/gnutar > checking for /usr/bin/gnutar --no-same-owner support... yes > checking how to mark unused variables... > checking for mtree... /usr/sbin/mtree > checking for CoreFoundation framework... yes > checking for SystemConfiguration framework... yes > checking for IOKit framework... yes > checking for CFNotificationCenterGetDarwinNotifyCenter... yes > checking for whether we will build daemondo... yes > checking for dports tree... configure: WARNING: No dports tree found > checking for ports config directory... ${sysconfdir}/ports > checking for sqlite3 location... /usr/lib/sqlite3 > checking for install user... root > checking for install group... admin > checking what permissions to use for installation directories... 0775 > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for ANSI C header files... yes > checking for dirent.h that defines DIR... yes > checking for library containing opendir... none required > checking for sys/wait.h that is POSIX.1 compatible... yes > checking whether stat file-mode macros are broken... no > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking paths.h usability... yes > checking paths.h presence... yes > checking for paths.h... yes > checking sys/file.h usability... yes > checking sys/file.h presence... yes > checking for sys/file.h... yes > checking crt_externs.h usability... yes > checking crt_externs.h presence... yes > checking for crt_externs.h... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking sys/fcntl.h usability... yes > checking sys/fcntl.h presence... yes > checking for sys/fcntl.h... yes > checking sys/cdefs.h usability... yes > checking sys/cdefs.h presence... yes > checking for sys/cdefs.h... yes > checking err.h usability... yes > checking err.h presence... yes > checking for err.h... yes > checking libgen.h usability... yes > checking libgen.h presence... yes > checking for libgen.h... yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking readline/readline.h usability... yes > checking readline/readline.h presence... yes > checking for readline/readline.h... yes > checking readline/history.h usability... yes > checking readline/history.h presence... yes > checking for readline/history.h... yes > checking pwd.h usability... yes > checking pwd.h presence... yes > checking for pwd.h... yes > checking sys/paths.h usability... yes > checking sys/paths.h presence... yes > checking for sys/paths.h... yes > checking whether closedir returns void... no > checking for pid_t... yes > checking vfork.h usability... no > checking vfork.h presence... no > checking for vfork.h... no > checking for fork... yes > checking for vfork... yes > checking for working fork... yes > checking for working vfork... (cached) yes > checking whether strerror_r is declared... yes > checking for strerror_r... yes > checking whether strerror_r returns char *... no > checking for bzero... yes > checking for memset... yes > checking for dup2... yes > checking for regcomp... yes > checking for strdup... yes > checking for strerror... yes > checking for strtol... yes > checking for fgetln... yes > checking for lockf... yes > checking for flock... yes > checking for setmode... yes > checking for strcasecmp... yes > checking for strncasecmp... yes > checking for strlcpy... yes > checking for copyfile... yes > checking if readlink conforms to POSIX 1003.1a... yes > checking for MD5Update in -lmd... no > checking for MD5_Update in -lcrypto... yes > checking openssl/md5.h usability... yes > checking openssl/md5.h presence... yes > checking for openssl/md5.h... yes > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking whether -R must be followed by a space... neither works > checking for dnet_ntoa in -ldnet... no > checking for dnet_ntoa in -ldnet_stub... no > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... no > checking for XOpenDisplay in -lX11... no > Unknown configuration problem. Please install the X11 runtime > and/or X11 SDK packages from the Xcode Developer Tools CD > configure: error: Broken X11 install > DEBUG: Error installing new MacPorts base: shell command "cd > /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base > && ./configure --prefix=/opt/local --with-install-user=root > --with-install-group=admin --with-tclpackage=/Library/Tcl && make && make > install" returned error 1 > Command output: checking for strdup... yes > checking for strerror... yes > checking for strtol... yes > checking for fgetln... yes > checking for lockf... yes > checking for flock... yes > checking for setmode... yes > checking for strcasecmp... yes > checking for strncasecmp... yes > checking for strlcpy... yes > checking for copyfile... yes > checking if readlink conforms to POSIX 1003.1a... yes > checking for MD5Update in -lmd... no > checking for MD5_Update in -lcrypto... yes > checking openssl/md5.h usability... yes > checking openssl/md5.h presence... yes > checking for openssl/md5.h... yes > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking whether -R must be followed by a space... neither works > checking for dnet_ntoa in -ldnet... no > checking for dnet_ntoa in -ldnet_stub... no > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... no > checking for XOpenDisplay in -lX11... no > Unknown configuration problem. Please install the X11 runtime > and/or X11 SDK packages from the Xcode Developer Tools CD > configure: error: Broken X11 install > > while executing > "darwinports::selfupdate [array get global_options]" > Error: /opt/local/bin/port: selfupdate failed: Error installing new > MacPorts base: shell command "cd > /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base > && ./configure --prefix=/opt/local --with-install-user=root > --with-install-group=admin --with-tclpackage=/Library/Tcl && make && make > install" returned error 1 > Command output: checking for strdup... yes > checking for strerror... yes > checking for strtol... yes > checking for fgetln... yes > checking for lockf... yes > checking for flock... yes > checking for setmode... yes > checking for strcasecmp... yes > checking for strncasecmp... yes > checking for strlcpy... yes > checking for copyfile... yes > checking if readlink conforms to POSIX 1003.1a... yes > checking for MD5Update in -lmd... no > checking for MD5_Update in -lcrypto... yes > checking openssl/md5.h usability... yes > checking openssl/md5.h presence... yes > checking for openssl/md5.h... yes > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking whether -R must be followed by a space... neither works > checking for dnet_ntoa in -ldnet... no > checking for dnet_ntoa in -ldnet_stub... no > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... no > checking for XOpenDisplay in -lX11... no > Unknown configuration problem. Please install the X11 runtime > and/or X11 SDK packages from the Xcode Developer Tools CD > configure: error: Broken X11 install If anyone has any ideas on what to try or how to proceed, I would certainly appreciate it. Thanks, Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070504/4c776af1/attachment.html From stechert at gmail.com Fri May 4 16:24:01 2007 From: stechert at gmail.com (Andre Stechert) Date: Tue Oct 9 16:42:51 2007 Subject: First Selfupdate Fails on MacPro In-Reply-To: <8a5337ab0705041614p2e8c63a4kff42dff79c488c92@mail.gmail.com> References: <8a5337ab0705041614p2e8c63a4kff42dff79c488c92@mail.gmail.com> Message-ID: <12a697af0705041624u7c82822r4267d74b6655a41c@mail.gmail.com> Can you verify that X11User.pkg and X11SDK.pkg are in /Library/Receipts? It looks like you still don't have X11 properly installed. On 5/4/07, Nathan Corvino wrote: > > I just got a new MacPro, and decided to give MacPorts a try this time > around. I would like to get it up and running, but right now it is looking > like I will have to go back to Fink. I didn't read the installation > instructions initially, so I installed the MacPorts binary before XCode and > X11, but I have since removed MacPorts, installed both XCode 2.4.1 and > X11, and then reinstalled MacPorts. > > I get the following log when I try to perform my initial update: > > ~$ sudo port -d selfupdate > > Password: > > DEBUG: Rebuilding the MacPorts base system if needed. > > Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports > > receiving file list ... done > > > > sent 77 bytes received 236587 bytes 36409.85 bytes/sec > > total size is 14488795 speedup is 61.22 > > DEBUG: MacPorts base dir: > > /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base > > DEBUG: Setting user: root > > DarwinPorts base version 1.400 installed > > DEBUG: Updating using rsync > > receiving file list ... done > > ./ > > deleting config.log > > > > sent 77 bytes received 6054 bytes 4087.33 bytes/sec > > total size is 3162108 speedup is 515.76 > > Downloaded MacPorts base version 1.430 > > Configuring, Building and Installing new MacPorts base > > DEBUG: permissions OK > > DEBUG: Setting owner: root group: admin > > DEBUG: Install in: /opt/local as root : admin - TCL-PACKAGE in > > /Library/Tcl > > checking build system type... i686-apple-darwin8.9.2 > > checking host system type... i686-apple-darwin8.9.2 > > checking target system type... i686-apple-darwin8.9.2 > > checking for gcc... gcc > > checking for C compiler default output file name... a.out > > checking whether the C compiler works... yes > > checking whether we are cross compiling... no > > checking for suffix of executables... > > checking for suffix of object files... o > > checking whether we are using the GNU C compiler... yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ISO C89... none needed > > checking for a BSD-compatible install... /usr/bin/install -c > > checking whether make sets $(MAKE)... yes > > checking whether ln -s works... yes > > checking for cvs... /usr/bin/cvs > > checking for rsync... /usr/bin/rsync > > checking for launchd... yes > > checking for launchctl... /bin/launchctl > > checking for xcodebuild... /usr/bin/xcodebuild > > checking for bzip2... /usr/bin/bzip2 > > checking for xar... no > > checking for tar... /usr/bin/tar > > checking for gnutar... /usr/bin/gnutar > > checking for which tar variant to use... /usr/bin/gnutar > > checking for /usr/bin/gnutar --no-same-owner support... yes > > checking how to mark unused variables... > > checking for mtree... /usr/sbin/mtree > > checking for CoreFoundation framework... yes > > checking for SystemConfiguration framework... yes > > checking for IOKit framework... yes > > checking for CFNotificationCenterGetDarwinNotifyCenter... yes > > checking for whether we will build daemondo... yes > > checking for dports tree... configure: WARNING: No dports tree found > > checking for ports config directory... ${sysconfdir}/ports > > checking for sqlite3 location... /usr/lib/sqlite3 > > checking for install user... root > > checking for install group... admin > > checking what permissions to use for installation directories... 0775 > > checking how to run the C preprocessor... gcc -E > > checking for grep that handles long lines and -e... /usr/bin/grep > > checking for egrep... /usr/bin/grep -E > > checking for ANSI C header files... yes > > checking for dirent.h that defines DIR... yes > > checking for library containing opendir... none required > > checking for sys/wait.h that is POSIX.1 compatible... yes > > checking whether stat file-mode macros are broken... no > > checking for sys/types.h... yes > > checking for sys/stat.h... yes > > checking for stdlib.h... yes > > checking for string.h... yes > > checking for memory.h... yes > > checking for strings.h... yes > > checking for inttypes.h... yes > > checking for stdint.h... yes > > checking for unistd.h... yes > > checking limits.h usability... yes > > checking limits.h presence... yes > > checking for limits.h... yes > > checking paths.h usability... yes > > checking paths.h presence... yes > > checking for paths.h... yes > > checking sys/file.h usability... yes > > checking sys/file.h presence... yes > > checking for sys/file.h... yes > > checking crt_externs.h usability... yes > > checking crt_externs.h presence... yes > > checking for crt_externs.h... yes > > checking fcntl.h usability... yes > > checking fcntl.h presence... yes > > checking for fcntl.h... yes > > checking sys/fcntl.h usability... yes > > checking sys/fcntl.h presence... yes > > checking for sys/fcntl.h... yes > > checking sys/cdefs.h usability... yes > > checking sys/cdefs.h presence... yes > > checking for sys/cdefs.h... yes > > checking err.h usability... yes > > checking err.h presence... yes > > checking for err.h... yes > > checking libgen.h usability... yes > > checking libgen.h presence... yes > > checking for libgen.h... yes > > checking sys/socket.h usability... yes > > checking sys/socket.h presence... yes > > checking for sys/socket.h... yes > > checking readline/readline.h usability... yes > > checking readline/readline.h presence... yes > > checking for readline/readline.h... yes > > checking readline/history.h usability... yes > > checking readline/history.h presence... yes > > checking for readline/history.h... yes > > checking pwd.h usability... yes > > checking pwd.h presence... yes > > checking for pwd.h... yes > > checking sys/paths.h usability... yes > > checking sys/paths.h presence... yes > > checking for sys/paths.h... yes > > checking whether closedir returns void... no > > checking for pid_t... yes > > checking vfork.h usability... no > > checking vfork.h presence... no > > checking for vfork.h... no > > checking for fork... yes > > checking for vfork... yes > > checking for working fork... yes > > checking for working vfork... (cached) yes > > checking whether strerror_r is declared... yes > > checking for strerror_r... yes > > checking whether strerror_r returns char *... no > > checking for bzero... yes > > checking for memset... yes > > checking for dup2... yes > > checking for regcomp... yes > > checking for strdup... yes > > checking for strerror... yes > > checking for strtol... yes > > checking for fgetln... yes > > checking for lockf... yes > > checking for flock... yes > > checking for setmode... yes > > checking for strcasecmp... yes > > checking for strncasecmp... yes > > checking for strlcpy... yes > > checking for copyfile... yes > > checking if readlink conforms to POSIX 1003.1a... yes > > checking for MD5Update in -lmd... no > > checking for MD5_Update in -lcrypto... yes > > checking openssl/md5.h usability... yes > > checking openssl/md5.h presence... yes > > checking for openssl/md5.h... yes > > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > > checking whether -R must be followed by a space... neither works > > checking for dnet_ntoa in -ldnet... no > > checking for dnet_ntoa in -ldnet_stub... no > > checking for gethostbyname... yes > > checking for connect... yes > > checking for remove... yes > > checking for shmat... yes > > checking for IceConnectionNumber in -lICE... no > > checking for XOpenDisplay in -lX11... no > > Unknown configuration problem. Please install the X11 runtime > > and/or X11 SDK packages from the Xcode Developer Tools CD > > configure: error: Broken X11 install > > DEBUG: Error installing new MacPorts base: shell command "cd > > /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base > > && ./configure --prefix=/opt/local --with-install-user=root > > --with-install-group=admin --with-tclpackage=/Library/Tcl && make && make > > install" returned error 1 > > Command output: checking for strdup... yes > > checking for strerror... yes > > checking for strtol... yes > > checking for fgetln... yes > > checking for lockf... yes > > checking for flock... yes > > checking for setmode... yes > > checking for strcasecmp... yes > > checking for strncasecmp... yes > > checking for strlcpy... yes > > checking for copyfile... yes > > checking if readlink conforms to POSIX 1003.1a... yes > > checking for MD5Update in -lmd... no > > checking for MD5_Update in -lcrypto... yes > > checking openssl/md5.h usability... yes > > checking openssl/md5.h presence... yes > > checking for openssl/md5.h... yes > > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > > checking whether -R must be followed by a space... neither works > > checking for dnet_ntoa in -ldnet... no > > checking for dnet_ntoa in -ldnet_stub... no > > checking for gethostbyname... yes > > checking for connect... yes > > checking for remove... yes > > checking for shmat... yes > > checking for IceConnectionNumber in -lICE... no > > checking for XOpenDisplay in -lX11... no > > Unknown configuration problem. Please install the X11 runtime > > and/or X11 SDK packages from the Xcode Developer Tools CD > > configure: error: Broken X11 install > > > > while executing > > "darwinports::selfupdate [array get global_options]" > > Error: /opt/local/bin/port: selfupdate failed: Error installing new > > MacPorts base: shell command "cd > > /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base > > && ./configure --prefix=/opt/local --with-install-user=root > > --with-install-group=admin --with-tclpackage=/Library/Tcl && make && make > > install" returned error 1 > > Command output: checking for strdup... yes > > checking for strerror... yes > > checking for strtol... yes > > checking for fgetln... yes > > checking for lockf... yes > > checking for flock... yes > > checking for setmode... yes > > checking for strcasecmp... yes > > checking for strncasecmp... yes > > checking for strlcpy... yes > > checking for copyfile... yes > > checking if readlink conforms to POSIX 1003.1a... yes > > checking for MD5Update in -lmd... no > > checking for MD5_Update in -lcrypto... yes > > checking openssl/md5.h usability... yes > > checking openssl/md5.h presence... yes > > checking for openssl/md5.h... yes > > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > > checking whether -R must be followed by a space... neither works > > checking for dnet_ntoa in -ldnet... no > > checking for dnet_ntoa in -ldnet_stub... no > > checking for gethostbyname... yes > > checking for connect... yes > > checking for remove... yes > > checking for shmat... yes > > checking for IceConnectionNumber in -lICE... no > > checking for XOpenDisplay in -lX11... no > > Unknown configuration problem. Please install the X11 runtime > > and/or X11 SDK packages from the Xcode Developer Tools CD > > configure: error: Broken X11 install > > > If anyone has any ideas on what to try or how to proceed, I would > certainly appreciate it. > > Thanks, > > Nathan > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070504/1c650c37/attachment.html From ryandesign at macports.org Fri May 4 16:47:20 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:51 2007 Subject: First Selfupdate Fails on MacPro In-Reply-To: <8a5337ab0705041614p2e8c63a4kff42dff79c488c92@mail.gmail.com> References: <8a5337ab0705041614p2e8c63a4kff42dff79c488c92@mail.gmail.com> Message-ID: <1F92BDAD-17B7-486C-A0AB-35C76193C79E@macports.org> On May 4, 2007, at 18:14, Nathan Corvino wrote: > I just got a new MacPro, and decided to give MacPorts a try this > time around. I would like to get it up and running, but right now > it is looking like I will have to go back to Fink. I didn't read > the installation instructions initially, so I installed the > MacPorts binary before XCode and X11, but I have since removed > MacPorts, installed both XCode 2.4.1 and X11, and then reinstalled > MacPorts. > > I get the following log when I try to perform my initial update: > > ~$ sudo port -d selfupdate [snip] > checking for XOpenDisplay in -lX11... no > Unknown configuration problem. Please install the X11 runtime > and/or X11 SDK packages from the Xcode Developer Tools CD > configure: error: Broken X11 install [snip] > If anyone has any ideas on what to try or how to proceed, I would > certainly appreciate it. Did you do what it says? You need both the X11User.pkg from the Mac OS X installation DVD and the X11SDK.pkg from the Xcode disk image. From corvino at gmail.com Fri May 4 17:29:07 2007 From: corvino at gmail.com (Nathan Corvino) Date: Tue Oct 9 16:42:51 2007 Subject: First Selfupdate Fails on MacPro In-Reply-To: <12a697af0705041704l196bd7acif04d686dc2586f27@mail.gmail.com> References: <8a5337ab0705041614p2e8c63a4kff42dff79c488c92@mail.gmail.com> <12a697af0705041624u7c82822r4267d74b6655a41c@mail.gmail.com> <8a5337ab0705041626vd45b3a3q93dc36a9ba0a6126@mail.gmail.com> <12a697af0705041629w4a8a83f9n98cbffd5082738d4@mail.gmail.com> <8a5337ab0705041635t7c5128abl2f2da19a4d835c4c@mail.gmail.com> <12a697af0705041704l196bd7acif04d686dc2586f27@mail.gmail.com> Message-ID: <8a5337ab0705041729k224fcee1se1f52a9576126b33@mail.gmail.com> I installed an old x11 package--I am sure it came off of a PowerPC CD. Seemed to work alright until now. I can't find a x11 package on the Mac Pro CDs--not sure where it is hiding. I downloaded the x11update2006 from Apple, and everything works nicely now. Thanks for the help, Nathan On 5/4/07, Andre Stechert wrote: > > Here's your problem: > > /usr/bin/ld: warning /usr/X11R6/lib/libX11.dylib cputype (18, architecture > ppc) does not match cputype (7) for specified -arch flag: i386 (file not > loaded) > /usr/bin/ld: Undefined symbols: > _XOpenDisplay > > You've got the PPC version of the X11 libs installed but your on an i386 > (actually x86-64) architecture. > > Did you install the X11 off the wrong OSX install disk by any chance? > > Andre > > p.s. Would be good to reply to the list letting them know what went > wrong... > > > On 5/4/07, Nathan Corvino < corvino@gmail.com> wrote: > > > > Sure, np. Thanks for the quick reply! > > > > Nathan > > > > On 5/4/07, Andre Stechert < stechert@gmail.com> wrote: > > > > > > My next step would be to look at the config.log, which I'm guessing is > > > in > > > /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base. > > > Do you mind forwarding it? > > > > > > Andre > > > > > > On 5/4/07, Nathan Corvino wrote: > > > > > > > > Yes, both X11 packages are present in /Library/Receipts. It > > > > certainly does look that way, but I have reinstalled/"upgraded" XCode > > > > several times to no avail--the error message persists. > > > > > > > > Thanks, > > > > > > > > Nathan > > > > > > > > On 5/4/07, Andre Stechert < stechert@gmail.com> wrote: > > > > > > > > > > Can you verify that X11User.pkg and X11SDK.pkg are in > > > > > /Library/Receipts? It looks like you > > > > > still don't have X11 properly installed. > > > > > > > > > > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070504/98cd6811/attachment.html From barcajax at gmail.com Fri May 4 18:22:16 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> Message-ID: Hi Boey and Ryan, Thanks for your help guys. After following your tips, it seems that the installation of Wireshark is initiated. The problem is it seems that Macports is painfully slow. My DSL connection is a 10Mbps subscription but after leaving my Macbook on overnight, the Wireshark installation still hasn't completed. Is this normal? It does seem to be to me. Merv On 5/4/07, Boey Maun Suang wrote: > > Hi Mervyn, > > > Error: Unable to execute port: invalid command name > > "configure.universal_args " > > > > What's the problem now? > > Your version of MacPorts is out of date. Run "sudo port selfupdate" > and see how you go after that. > > Kind regards, > > > Maun Suang > > -- > Boey Maun Suang (Boey is my surname) > Email: boeyms@macports.org > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070505/85a8d7be/attachment.html From paulbeard at gmail.com Fri May 4 18:28:09 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> Message-ID: <2BE5115B-1A5F-4916-ABF2-7E4B18380453@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/20070504/0fd9f409/PGP.bin From barcajax at gmail.com Fri May 4 18:34:12 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> Message-ID: The installation is ongoing. How do I run debug without interrupting the installation? My ISP offers 10 meg for home users. Not vheap though ;p Merv On 5/5/07, paul beard wrote: > > > On May 4, 2007, at 6:22 PM, Mervyn wrote: > > My DSL connection is a 10Mbps subscription but after leaving my Macbook on > overnight, the Wireshark installation still hasn't completed. Is this > normal? It does seem to be to me. > > > You might want to turn on debug mode to see what's happening. It does seem > like it should work faster than that. > Say, how do I get a 10 Mbit connection? > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070505/39e3a4f3/attachment.html From paulbeard at gmail.com Fri May 4 18:45:27 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> Message-ID: <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@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/20070504/306d9571/PGP.bin From barcajax at gmail.com Fri May 4 23:13:49 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> Message-ID: Hey Paul, I ran the installation with the -v switch. So far so good as the commandline keeps scrolling. As long as it does that, the installation is fine rite? Merv On 5/5/07, paul beard wrote: > > > On May 4, 2007, at 6:34 PM, Mervyn wrote: > > The installation is ongoing. How do I run debug without interrupting the > installation? > > > well, if it's taken this long with no result, I would kill it and re-run > it with the -v and/or -d flags. > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070505/d6304c7f/attachment.html From barcajax at gmail.com Fri May 4 23:15:08 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> Message-ID: Spoke too soon. I hit a brick wall. configure: error: *** You must have either have gettext support in your C library, or use the *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html Warning: the following items did not execute (for glib2): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: The following dependencies failed to build: glib2 gtk2 atk libpng zlib pango Xft2 fontconfig freetype xrender render cairo tiff jpeg libpcap openssl Error: Status 1 encountered during processing. What does the above mean? On 5/5/07, Mervyn wrote: > > Hey Paul, > I ran the installation with the -v switch. So far so good as the > commandline keeps scrolling. As long as it does that, the installation is > fine rite? > > Merv > > On 5/5/07, paul beard wrote: > > > > > > On May 4, 2007, at 6:34 PM, Mervyn wrote: > > > > The installation is ongoing. How do I run debug without interrupting the > > installation? > > > > > > well, if it's taken this long with no result, I would kill it and re-run > > it with the -v and/or -d flags. > > -- > > Paul Beard > > words: http://paulbeard.org/wordpress > > pictures: http://www.flickr.com/photos/pdb206/ > > Are you trying to win an argument or solve a problem? > > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070505/4dd05016/attachment.html From paulbeard at gmail.com Fri May 4 23:23:32 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: References: <7EE77F64-0918-40C9-97D4-B62F7805AF90@macports.org> <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> Message-ID: <704BF779-43D3-4A96-B294-DAD7686C108C@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/20070504/a8ad058e/PGP.bin From barcajax at gmail.com Fri May 4 23:54:58 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: <704BF779-43D3-4A96-B294-DAD7686C108C@gmail.com> References: <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> <704BF779-43D3-4A96-B294-DAD7686C108C@gmail.com> Message-ID: Someone else already suggested that my Macports needs updating but I've donte that already. Yes /opt exists. barcajax:~ barcajax$ echo $PATH /sw/bin:/sw/sbin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin Ports installed barcajax:~ barcajax$ port installed The following ports are currently installed: expat @2.0.0_1 gettext @0.16.1_0 libiconv @1.11_4+darwin_8 perl5.8 @5.8.8_0+darwin_8 (active) pkgconfig @0.21_0 (active) Gettext is already in there. Any other suggestions? On 5/5/07, paul beard wrote: > > > On May 4, 2007, at 11:15 PM, Mervyn wrote: > > Spoke too soon. I hit a brick wall. > configure: error: > *** You must have either have gettext support in your C library, or use > the > *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html > > > Warning: the following items did not execute (for glib2): > com.apple.activate com.apple.configure com.apple.build com.apple.destroot > com.apple.install > Error: The following dependencies failed to build: glib2 gtk2 atk libpng > zlib pango Xft2 fontconfig freetype xrender render cairo tiff jpeg libpcap > openssl > Error: Status 1 encountered during processing. > > What does the above mean? > > > Not sure how you got this far but it does happen. My course would be to > update my ports (port sync/port selfupdate). > Some questions. Does your path have the /opt hierarchy in it? > > % echo $PATH > > /opt/local/libexec:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin > > What ports do you have installed? > > % port installed > The following ports are currently installed: > Xft2 @2.1.7_0 (active) > aalib @1.4rc5_2 (active) > aspell @0.60.5_0 (active) > at-spi @1.18.1_0 (active) > atk @1.18.0_0 (active) > audiofile @0.2.6_0 (active) > autoconf @2.61_0 (active) > automake @1.10_0 (active) > avahi @0.6.16_1 (active) > bison @2.3_0 (active) > bug-buddy @2.18.0_0 (active) > bzip2 @1.0.4_1 (active) > [....] > > Do you have gettext in there? Either, it might be worth installing it with > -f (port -f install gettext). It should go quickly, since it has all of two > dependencies, I think. > > If that works, try your other command again and let us know how you get > on. > > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070505/8478f321/attachment.html From ryandesign at macports.org Sat May 5 00:29:37 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:51 2007 Subject: Error In-Reply-To: References: <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> <704BF779-43D3-4A96-B294-DAD7686C108C@gmail.com> Message-ID: <9120D82B-C332-4EA4-8C47-77F609E9D020@macports.org> On May 5, 2007, at 01:54, Mervyn wrote: > Someone else already suggested that my Macports needs updating but > I've donte that already. > Yes /opt exists. > barcajax:~ barcajax$ echo $PATH > /sw/bin:/sw/sbin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/ > bin:/usr/sbin:/usr/X11R6/bin > Ports installed > barcajax:~ barcajax$ port installed > The following ports are currently installed: > expat @2.0.0_1 > gettext @0.16.1_0 > libiconv @1.11_4+darwin_8 > perl5.8 @5.8.8_0+darwin_8 (active) > pkgconfig @0.21_0 (active) > Gettext is already in there. > > Any other suggestions? Oof. Your path has the Fink paths (/sw/bin, /sw/sbin) listed first. Do you have Fink installed, and various software installed with Fink? If so, that may be a recipe as disaster. Possibly some parts of the Fink installation are now being used by MacPorts, which will lead to unpredictability as the MacPorts port authors have not tested with that configuration. Can you remove Fink or do you need it for something? Which port was it that was being built when that message about gettext was shown? From barcajax at gmail.com Sat May 5 00:33:10 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:52 2007 Subject: Error In-Reply-To: <9120D82B-C332-4EA4-8C47-77F609E9D020@macports.org> References: <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> <704BF779-43D3-4A96-B294-DAD7686C108C@gmail.com> <9120D82B-C332-4EA4-8C47-77F609E9D020@macports.org> Message-ID: I was installing Wireshark. Is there any recommended method of removing Fink or do I just delete the Fink folder? On 5/5/07, Ryan Schmidt wrote: > > > On May 5, 2007, at 01:54, Mervyn wrote: > > > Someone else already suggested that my Macports needs updating but > > I've donte that already. > > Yes /opt exists. > > barcajax:~ barcajax$ echo $PATH > > /sw/bin:/sw/sbin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/ > > bin:/usr/sbin:/usr/X11R6/bin > > Ports installed > > barcajax:~ barcajax$ port installed > > The following ports are currently installed: > > expat @2.0.0_1 > > gettext @0.16.1_0 > > libiconv @1.11_4+darwin_8 > > perl5.8 @5.8.8_0+darwin_8 (active) > > pkgconfig @0.21_0 (active) > > Gettext is already in there. > > > > Any other suggestions? > > Oof. Your path has the Fink paths (/sw/bin, /sw/sbin) listed first. > Do you have Fink installed, and various software installed with Fink? > If so, that may be a recipe as disaster. Possibly some parts of the > Fink installation are now being used by MacPorts, which will lead to > unpredictability as the MacPorts port authors have not tested with > that configuration. Can you remove Fink or do you need it for something? > > Which port was it that was being built when that message about > gettext was shown? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070505/cb556245/attachment.html From mike012012 at yahoo.com Sat May 5 02:53:06 2007 From: mike012012 at yahoo.com (Michael Thon) Date: Tue Oct 9 16:42:52 2007 Subject: web server: macports vs. mac osx server In-Reply-To: References: Message-ID: <333AD4C3-F8C1-44EB-B9EC-E28639F3696B@yahoo.com> These instructions were pretty helpful in getting apache and php5 running on my mac. Should they be in the wiki? I'm writing down the steps I took to get these apps working (less NeDi). Can I contribute it to the wiki? Mike On Apr 29, 2007, at 5:59 PM, Mark Duling wrote: > Michael Thon on Sunday, April 29, 2007 at > 1:44 AM > -0800 wrote: >> I have been >> looking through the macports web site for documentation on installing >> these packages but I can't find any. Is any needed? It looks like >> I will need to have the right set of variants to get all these >> packages installed and talking to one another correctly. I also >> assume that I need to install the macports version of Apache and that >> I can't use the one installed with OS X? Is there a tutorial >> somewhere for setting up a web server with macports? > > For the Apache2, MySQL, and PHP5 combination see if my NeDi howto > helps. > > http://homepage.mac.com/duling/halfdozen/NeDi-Howto.html > > Mark > From paulbeard at gmail.com Sat May 5 07:32:25 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:52 2007 Subject: Error In-Reply-To: References: <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> <704BF779-43D3-4A96-B294-DAD7686C108C@gmail.com> <9120D82B-C332-4EA4-8C47-77F609E9D020@macports.org> 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/20070505/57fccb60/PGP.bin From paulbeard at gmail.com Sat May 5 07:38:01 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:52 2007 Subject: FAQ for new users/busted installs Message-ID: <7B293A4A-AE26-4019-803F-8DBF92AB68ED@mac.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/20070505/a3074214/PGP.bin From markd at macports.org Sat May 5 13:03:53 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:52 2007 Subject: FAQ for new users/busted installs In-Reply-To: <7B293A4A-AE26-4019-803F-8DBF92AB68ED@mac.com> References: <7B293A4A-AE26-4019-803F-8DBF92AB68ED@mac.com> Message-ID: >I have seen a few instances of new MacPorts users having issues that can >be traced back to a fink installation on the same system. I'm starting to >think that should be question that gets asked upfront on some of these >cases. A misconfigured PATH, some debris in /sw can hose things up and >it's no always evident that MacPorts isn't to blame. I agree. I've planned to add a slight amount of verbage to the InstallingMacPorts doc about what to and why some users have /sw directories and haven't gotten around to it yet. People sometimes don't know that fink is still lying around. If someone else doesn't get there first, I think I can do that real soon, maybe even this weekend. It should ony take a couple of minutes. Mark From opgago at yahoo.com Sat May 5 15:16:39 2007 From: opgago at yahoo.com (Osvaldo Gago) Date: Tue Oct 9 16:42:52 2007 Subject: sudo port install ffmpeg +faad +faac +lame : Doesn't work for me. Message-ID: <825647.56832.qm@web32715.mail.mud.yahoo.com> Hi. I'm a newbie not a programer, however shouldn't: sudo port install ffmpeg +faad +faac +lame work ? ------------------ Error: Target com.apple.configure returned: configure failure: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_multimedia_ffmpeg/work/trunk" && ./configure --prefix=/opt/local --prefix=/opt/local --disable-vhook --mandir=/opt/local/share/man --enable-gpl --enable-shared --enable-pthreads --enable-pp --enable-libmp3lame --enable-faac --enable-faad " returned error 1 Command output: Unknown option "--enable-faac". See ./configure --help for available options. Error: Status 1 encountered during processing. ------------------- If I type: port variants ffmpeg The result is: ffmpeg has the variants: universal lame libogg vorbis theora faac faad xvid x264 a52 dts Thanks for reading this. And If you can help, it will be apreciated. I can't figure out how to solve this... With my best regards, Osvaldo --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070505/4668aca5/attachment.html From chpickel at stwing.upenn.edu Sat May 5 16:18:26 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:42:52 2007 Subject: sudo port install ffmpeg +faad +faac +lame : Doesn't work for me. In-Reply-To: <825647.56832.qm@web32715.mail.mud.yahoo.com> References: <825647.56832.qm@web32715.mail.mud.yahoo.com> Message-ID: <242FECC3-B95F-42BA-AE18-109F24280B04@stwing.upenn.edu> On 05 May, 2007, at 18:16, Osvaldo Gago wrote: > I'm a newbie not a programer, however shouldn't: > > sudo port install ffmpeg +faad +faac +lame > > work ? Indeed it should, and that's bug report #11849 [1] :) I've committed the fix there, and it should go live within 12 hours, at which point the command you tried will work like it should. Chris [1] http://trac.macosforge.org/projects/macports/ticket/11849 -------------- 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/20070505/0a86d4f5/PGP.bin From chuck at chuckandmaggi.com Sat May 5 17:25:34 2007 From: chuck at chuckandmaggi.com (Charles White) Date: Tue Oct 9 16:42:52 2007 Subject: FAQ for new users/busted installs Message-ID: <9656789E-333B-4808-A03E-F2C70F0FF514@chuckandmaggi.com> As one of the former fink users, I'll be happy to see your FAQ additions. I tried to install MacPorts before I blew away /sw and edited .profile. Since then, I've un-installed and re-installed MacPorts a couple of times with the same result (appended below). Help would be appreciated. Chuck Welcome to Darwin! charles-whites-computer:~ chuck$ sudo port selfupdate Password: can't find package Pextlib 1.0 while executing "package_native require Pextlib 1.0" ("eval" body line 1) invoked from within "eval package_native $args" (procedure "package" line 14) invoked from within "package require Pextlib 1.0" (procedure "dportinit" line 315) invoked from within "dportinit ui_options global_options global_variations" Error: /opt/local/bin/port: Failed to initialize ports system, can't find package Pextlib 1.0 charles-whites-computer:~ chuck$ env TERM_PROGRAM=Apple_Terminal TERM=xterm-color SHELL=/bin/bash TERM_PROGRAM_VERSION=133 USER=chuck __CF_USER_TEXT_ENCODING=0x1F5:0:0 PATH=/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin PWD=/Users/chuck SHLVL=1 HOME=/Users/chuck LOGNAME=chuck DISPLAY=:0.0 SECURITYSESSIONID=514510 _=/usr/bin/env From bakki.kudva at gmail.com Sat May 5 20:02:08 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:52 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> Message-ID: I am stumped now because the same upgrade on a MacBookPro seems to work fine. So something went awry when I upgraded the iMac. I just did a port -u update and didn't get any errors. -bakki On 5/3/07, Ryan Schmidt wrote: > > The MacPorts MySQL socket has never been in /tmp, to the best of my > knowledge. The official binary distribution of MySQL from http:// > dev.mysql.com does use that location, however. > > When using the MacPorts php5 port with the MacPorts mysql5 port, they > "just work." PHP knows where the MySQL socket is. I don't use Ruby, > but I would have hoped that MacPorts Ruby would also "just work" with > MacPorts MySQL. > > > From bakki.kudva at gmail.com Sat May 5 20:08:28 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:52 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: <3B986482-74AC-4D40-8C30-BE2718A7788C@macports.org> References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> <3B986482-74AC-4D40-8C30-BE2718A7788C@macports.org> Message-ID: Thanks Jyrki for the suggestion. I'll try and see if it works. bakki On 5/3/07, Jyrki Wahlstedt wrote: > > > Perhaps the rail app can be told to make use of mysql_config (/opt/ > local/bin/mysql_config5) that knows the socket location (as follows): > jwa@messiaen:tmp> mysql_config5 > Usage: /opt/local/bin/mysql_config5 [OPTIONS] > Options: > --cflags [-I/opt/local/include/mysql5/mysql] > --include [-I/opt/local/include/mysql5/mysql] > --libs [-L/opt/local/lib/mysql5/mysql - > lmysqlclient -L/opt/local/lib -lz -lm -L/opt/local/lib -lssl -lcrypto] > --libs_r [-L/opt/local/lib/mysql5/mysql - > lmysqlclient_r -L/opt/local/lib -lz -lm -L/opt/local/lib -lssl - > lcrypto] > --socket [/opt/local/var/run/mysql5/mysqld.sock] > --port [3306] > --version [5.0.37] > --libmysqld-libs [-L/opt/local/lib/mysql5/mysql -lmysqld -L/ > opt/local/lib -lz -lm -L/opt/local/lib -lssl -lcrypto] > jwa@messiaen:tmp> mysql_config5 --socket > /opt/local/var/run/mysql5/mysqld.sock > jwa@messiaen:tmp> > > ! > ! Jyrki Wahlstedt > ! skype:jyrkiwahlstedt > ! http://www.wahlstedt.fi/jyrki/ > ! > ! Our life is no dream; but it ought to become one and perhaps will. > ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 > 6366 EFD9 139C C386 > > > > From ryandesign at macports.org Sat May 5 21:12:31 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> Message-ID: <1F9C6647-4239-43F1-BDDD-75840368E3EF@macports.org> On May 5, 2007, at 22:02, Bakki Kudva wrote: > On 5/3/07, Ryan Schmidt wrote: > >> The MacPorts MySQL socket has never been in /tmp, to the best of my >> knowledge. The official binary distribution of MySQL from http:// >> dev.mysql.com does use that location, however. >> >> When using the MacPorts php5 port with the MacPorts mysql5 port, they >> "just work." PHP knows where the MySQL socket is. I don't use Ruby, >> but I would have hoped that MacPorts Ruby would also "just work" with >> MacPorts MySQL. > > I am stumped now because the same upgrade on a MacBookPro seems to > work fine. So something went awry when I upgraded the iMac. I just did > a port -u update and didn't get any errors. Perhaps on one machine you have a my.cnf file and on the other you don't? Or you have my.cnf files on both machines but they contain different instructions? From barcajax at gmail.com Sat May 5 21:51:13 2007 From: barcajax at gmail.com (Mervyn) Date: Tue Oct 9 16:42:52 2007 Subject: Error In-Reply-To: References: <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> <704BF779-43D3-4A96-B294-DAD7686C108C@gmail.com> <9120D82B-C332-4EA4-8C47-77F609E9D020@macports.org> Message-ID: I removed Fink by following the FAQ in their website. Fink links have been removed as seen below. barcajax:~ barcajax$ echo $PATH /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin But there are still errors when running Macports. barcajax:~ barcajax$ sudo port install -v wireshark ---> Configuring fontconfig Error: Target com.apple.configure returned: configure failure: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_graphics_fontconfig/work/fontconfig- 2.4.2" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --with-add-fonts=/Library/Fonts,/Network/Library/Fonts,/System/Library/Fonts,/usr/X11R6/lib/X11/fonts,/opt/local/share/fonts " returned error 1 Command output: checking for random... yes checking for lrand48... yes checking for a usable iconv... no checking for freetype-config... /opt/local/bin/freetype-config checking for FT_Get_Next_Char... yes checking for FT_Get_BDF_Property... yes checking for FT_Get_PS_Font_Info... yes checking for FT_Has_PS_Glyph_Names... yes checking for FT_Get_X11_Font_Format... yes checking for FT_Bitmap_Size.y_ppem... yes checking expat.h usability... no checking expat.h presence... no checking for expat.h... no checking xmlparse.h usability... no checking xmlparse.h presence... no checking for xmlparse.h... no configure: WARNING: Cannot find usable expat library. Trying to use libxml2 as fallback. checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBXML2... configure: error: Package requirements (libxml-2.0>= 2.6) were not met: No package 'libxml-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBXML2_CFLAGS and LIBXML2_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Error: The following dependencies failed to build: gtk2 pango Xft2 fontconfig xrender render cairo tiff jpeg libpcap openssl Error: Status 1 encountered during processing. On 5/5/07, paul beard wrote: > > > On May 5, 2007, at 12:33 AM, Mervyn wrote: > > I was installing Wireshark. Is there any recommended method of removing > Fink or do I just delete the Fink folder? > > > I didn't realize you still had fink installed. > If you're done with it, by all means remove /sw. If you're still kicking > the tires on mac-ports, you can just move it aside (to /sw.old) and/or fix > your path so nothing goes looking in /sw. > > > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070506/e94f3724/attachment.html From markd at macports.org Sat May 5 22:11:02 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:52 2007 Subject: FAQ for new users/busted installs In-Reply-To: <9656789E-333B-4808-A03E-F2C70F0FF514@chuckandmaggi.com> References: <9656789E-333B-4808-A03E-F2C70F0FF514@chuckandmaggi.com> Message-ID: Charles White on Saturday, May 5, 2007 at 5:25 PM -0800 wrote: >As one of the former fink users, I'll be happy to see your FAQ >additions. I tried to install MacPorts before I blew away /sw and >edited .profile. Since then, I've un-installed and re-installed >MacPorts a couple of times with the same result (appended below). >Help would be appreciated. > >Chuck > >Welcome to Darwin! >charles-whites-computer:~ chuck$ sudo port selfupdate >Password: >can't find package Pextlib 1.0 > while executing >"package_native require Pextlib 1.0" > ("eval" body line 1) > invoked from within >"eval package_native $args" > (procedure "package" line 14) > invoked from within >"package require Pextlib 1.0" > (procedure "dportinit" line 315) > invoked from within >"dportinit ui_options global_options global_variations" >Error: /opt/local/bin/port: Failed to initialize ports system, can't >find package Pextlib 1.0 > charles-whites-computer:~ chuck$ env >TERM_PROGRAM=Apple_Terminal >TERM=xterm-color >SHELL=/bin/bash >TERM_PROGRAM_VERSION=133 >USER=chuck >__CF_USER_TEXT_ENCODING=0x1F5:0:0 >PATH=/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin >PWD=/Users/chuck >SHLVL=1 >HOME=/Users/chuck >LOGNAME=chuck >DISPLAY=:0.0 >SECURITYSESSIONID=514510 >_=/usr/bin/env Once you've removed the fink stuff from your .profile, as you have, I would think this problem must be unrelated to a former Fink install. Do you have a manual install of Tcl/tk? http://trac.macports.org/projects/macports/ticket/10682 Mark Mark From ryandesign at macports.org Sat May 5 22:22:50 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: Error In-Reply-To: References: <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> <704BF779-43D3-4A96-B294-DAD7686C108C@gmail.com> <9120D82B-C332-4EA4-8C47-77F609E9D020@macports.org> Message-ID: On May 5, 2007, at 23:51, Mervyn wrote: > I removed Fink by following the FAQ in their website. Fink links > have been removed as seen below. > barcajax:~ barcajax$ echo $PATH > /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin > > But there are still errors when running Macports. > barcajax:~ barcajax$ sudo port install -v wireshark > ---> Configuring fontconfig > Error: Target com.apple.configure returned: configure failure: > shell command " cd "/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_graphics_fontconfig/work/fontconfig- 2.4.2" && ./configure -- > prefix=/opt/local --mandir=/opt/local/share/man --with-add-fonts=/ > Library/Fonts,/Network/Library/Fonts,/System/Library/Fonts,/usr/ > X11R6/lib/X11/fonts,/opt/local/share/fonts " returned error 1 > Command output: checking for random... yes > checking for lrand48... yes > checking for a usable iconv... no > checking for freetype-config... /opt/local/bin/freetype-config > checking for FT_Get_Next_Char... yes > checking for FT_Get_BDF_Property... yes > checking for FT_Get_PS_Font_Info... yes > checking for FT_Has_PS_Glyph_Names... yes > checking for FT_Get_X11_Font_Format... yes > checking for FT_Bitmap_Size.y_ppem... yes > checking expat.h usability... no > checking expat.h presence... no > checking for expat.h... no > checking xmlparse.h usability... no > checking xmlparse.h presence... no > checking for xmlparse.h... no > configure: WARNING: Cannot find usable expat library. Trying to use > libxml2 as fallback. > checking for pkg-config... /opt/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for LIBXML2... configure: error: Package requirements > (libxml-2.0 >= 2.6) were not met: > > No package 'libxml-2.0' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables LIBXML2_CFLAGS > and LIBXML2_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > > Error: The following dependencies failed to build: gtk2 pango Xft2 > fontconfig xrender render cairo tiff jpeg libpcap openssl > Error: Status 1 encountered during processing. Ok, fontconfig says it can't find expat. But expat is definitely declared as a dependency of fontconfig (see "port deps fontconfig"). So the expat port should definitely be installed. Is it? Also, are using using the latest MacPorts, 1.4.3? I believe you are, since earlier in the thread we advised you to selfupdate which should have updated you to 1.4.3. After you removed Fink, did you rebuild all the ports you already installed with MacPorts? If not, I recommend doing that, since I can't say for certain that they were built correctly in the presence of Fink. Easiest might be to get the list of installed ports ("port installed") and for each one, just uninstall it ("sudo port -f uninstall "). Then install wireshark, which should reinstall all its dependencies. From boeyms at macports.org Sat May 5 22:59:13 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:52 2007 Subject: Error In-Reply-To: References: <2BE5115B-1A5F-4916-ABF2-7E4B18380453@gmail.com> <27FE8EA6-8CEA-4C93-B041-85CB23D0F19D@gmail.com> <704BF779-43D3-4A96-B294-DAD7686C108C@gmail.com> Message-ID: <0994FC63-00C2-4467-9D10-27BAEBE78813@macports.org> Hi Mervyn, On 05/05/2007, at 16:54, Mervyn wrote: > The following ports are currently installed: > expat @2.0.0_1 > gettext @0.16.1_0 > libiconv @1.11_4+darwin_8 > perl5.8 @5.8.8_0+darwin_8 (active) > pkgconfig @0.21_0 (active) > Gettext is already in there. It's true that gettext, expat and libiconv are installed, but they're not _activated_; what MacPorts allows multiple versions of a port to be installed but only one of them to be active at a time. This allows for, among other things, the ability to retain an older version as fallback, in which case you need only deactivate a newer version that you're having problems with and reactivating the older one. I use it for testing new and updated ports (at least when I remember) so I don't have to keep uninstalling and reinstalling. That's all by the by, though. In short, I don't know why expat, gettext and libiconv aren't active, but once you run "sudo port activate libiconv gettext expat", you should have fixed the current problem at least. Having two package systems installed at once is not a good idea unless you really know what you're doing, but I'm pretty sure in this case that the Fink install was causing the problems you saw. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From srogers1 at austin.rr.com Sun May 6 00:00:55 2007 From: srogers1 at austin.rr.com (Steven Rogers) Date: Tue Oct 9 16:42:52 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> Message-ID: <452AB155-DF67-4647-96CE-FC934F5B3656@austin.rr.com> On May 5, 2007, at 10:02 PM, Bakki Kudva wrote: > I am stumped now because the same upgrade on a MacBookPro seems to > work fine. So something went awry when I upgraded the iMac. I just did > a port -u update and didn't get any errors. I had the same problem - rails works fine on one machine, and is looking for the MySQL socket in /tmp/mysql.sock on another after updating. I haven't been able to figure out what the difference is. There are a number of ways to work around this: 1. adding the socket to database.yml - I didn't want to do this, because it's not the same on all my servers. 2. use 127.0.0.1 instead of localhost for the address, which forces uses of TCP/IP instead of sockets - I didn't want to do this because there are probably performance issues, or 3 create a link in the /tmp directory that points to the correct location (mine is in /opt): $ ln -s /opt/local/var/run/mysql5/mysqld.sock /tmp/mysql.sock however, I suspect this may be removed by any number of cleanup routines, including a restart, so it might need to be recreated occasionally. Still, for me this seems like the best option. There may be something about Rails or its configuration that could cause this issue - if I figure it out, I'll post it. Good luck, SR From tabithamc at gmail.com Sun May 6 00:06:28 2007 From: tabithamc at gmail.com (Tabitha McNerney) Date: Tue Oct 9 16:42:52 2007 Subject: Bacula has no maintainer? Message-ID: <7fccb3000705060006g27c8c53bg9c2158b39812f733@mail.gmail.com> Hello all - I noticed something kind of odd today. The Bacula port has no maintainer: $ port info bacula > bacula 1.38.11, Revision 1, sysutils/bacula (Variants: darwin_8) > http://www.bacula.org/ > > Bacula is a set of computer programs that permit you to manage backup, > recovery, and verification of computer data across a network of computers of > different kinds. > > Library Dependencies: zlib, sqlite3, openssl, libiconv, gettext > Platforms: darwin > Maintainers: nomaintainer@macports.org > This is kind of a bummer because it looks like Bacula got a major version upgrade in March to 2.0.3 I wonder who started the Bacula Mac (darwin?) Port? Best regards, T.M. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070505/ae81d5ed/attachment.html From ryandesign at macports.org Sun May 6 00:29:19 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: Bacula has no maintainer? In-Reply-To: <7fccb3000705060006g27c8c53bg9c2158b39812f733@mail.gmail.com> References: <7fccb3000705060006g27c8c53bg9c2158b39812f733@mail.gmail.com> Message-ID: <70E7E167-AA82-404F-A9C1-17CF47240FD8@macports.org> On May 6, 2007, at 02:06, Tabitha McNerney wrote: > I noticed something kind of odd today. The Bacula port has no > maintainer: It's not that odd. Over 2000 of our not-quite-4000 ports currently have no maintainer. [1] > This is kind of a bummer because it looks like Bacula got a major > version upgrade in March to 2.0.3 Yes, and the bacula port was updated to 2.0.3 on April 22, 2007. Perhaps you have not synced your ports tree since then? Use "sudo port sync" to do so, then do "port outdated" to see what you need to upgrade. Perhaps you also don't have the latest version of MacPorts (1.4.3). It was released April 17, 2007. To get it, run "sudo port selfupdate". selfupdate includes sync, so it's not necessary to run sync separately. > I wonder who started the Bacula Mac (darwin?) Port? No need to wonder: the entire history is available in the repository browser: http://trac.macosforge.org/projects/macports/log/trunk/dports/ sysutils/bacula As we see, the port has never had a maintainer. But it was created by mww and has been updated mostly by him ever since. If you're interested in the bacula software, you could also consider becoming its maintainer, since it's currently available for adoption. [1] $ port echo maintainer:nomaintainer@macports.org | wc -l 2126 $ port list | wc -l 3898 From boeyms at macports.org Sun May 6 00:33:37 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:52 2007 Subject: Bacula has no maintainer? In-Reply-To: <7fccb3000705060006g27c8c53bg9c2158b39812f733@mail.gmail.com> References: <7fccb3000705060006g27c8c53bg9c2158b39812f733@mail.gmail.com> Message-ID: <9D45F70D-2CE8-42D7-BD0E-17EA1E9DEAC3@macports.org> Hi Tabitha, On 06/05/2007, at 17:06, Tabitha McNerney wrote: > I noticed something kind of odd today. The Bacula port has no > maintainer: > > $ port info bacula > bacula 1.38.11, Revision 1, sysutils/bacula (Variants: darwin_8) > > ... > > This is kind of a bummer because it looks like Bacula got a major > version upgrade in March to 2.0.3 > > I wonder who started the Bacula Mac (darwin?) Port? The Subversion log says that mww@ first added it, and he just bumped it to 2.0.3 (wait the obligatory 12 hours for PortIndex to be updated). It still has no maintainer, though, presumably because nobody who uses it actively has the time to keep track of any issues with the port. If you feel that you'd like to do so, you are more than welcome to adopt it by submitting a ticket on the MacPorts website. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From brouce at gmx.net Sun May 6 05:08:45 2007 From: brouce at gmx.net (Mark) Date: Tue Oct 9 16:42:52 2007 Subject: rsync errors Message-ID: <06D41329-C9A6-4BE6-AD35-8C3FF7FD3885@gmx.net> Hi mates! I am trying to install a program via MacPorts. MacPorts itself is installed correctly in version 1.400. I am using a MacBook ;), like many new users do ;). Well, when I try to install a port, I have to sync before. When I try to sync, I get the following error: port sync failed: sync failed doing rsync It doesn't mean much to me. I am sorry, but I am a new Mac User. To analyse these error, because I need darwinports ;), I installed a shareware called Port Authority, which is a GUI for MacPorts. It displays this error: Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports rsync: failed to connect to rsync.darwinports.org: Operation timed out (60) rsync error: error in socket IO (code 10) at /SourceCache/rsync/ rsync-24.1/rsync/clientserver.c(94) Does anybody know how to fix this error? What is the problem? Yours, Mark From ryandesign at macports.org Sun May 6 07:42:12 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: rsync errors In-Reply-To: <06D41329-C9A6-4BE6-AD35-8C3FF7FD3885@gmx.net> References: <06D41329-C9A6-4BE6-AD35-8C3FF7FD3885@gmx.net> Message-ID: <639C3B49-8DD0-4F62-92B0-98DBE4EDF94D@macports.org> On May 6, 2007, at 07:08, Mark wrote: > port sync failed: sync failed doing rsync [snip] > Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports > rsync: failed to connect to rsync.darwinports.org: Operation timed > out (60) > rsync error: error in socket IO (code 10) at /SourceCache/rsync/ > rsync-24.1/rsync/clientserver.c(94) > > Does anybody know how to fix this error? What is the problem? Let's start by assuming that the problem is what it says it is: it can't connect to the rsync server. Are you on a network that prohibits traffic on the rsync port 873? Perhaps something in your firewall configuration? From brouce at gmx.net Sun May 6 08:39:56 2007 From: brouce at gmx.net (Mark) Date: Tue Oct 9 16:42:52 2007 Subject: rsync errors In-Reply-To: <639C3B49-8DD0-4F62-92B0-98DBE4EDF94D@macports.org> References: <06D41329-C9A6-4BE6-AD35-8C3FF7FD3885@gmx.net> <639C3B49-8DD0-4F62-92B0-98DBE4EDF94D@macports.org> Message-ID: Am 06.05.2007 um 16:42 schrieb Ryan Schmidt: > On May 6, 2007, at 07:08, Mark wrote: > >> port sync failed: sync failed doing rsync > > [snip] > >> Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports >> rsync: failed to connect to rsync.darwinports.org: Operation timed >> out (60) >> rsync error: error in socket IO (code 10) at /SourceCache/rsync/ >> rsync-24.1/rsync/clientserver.c(94) >> >> Does anybody know how to fix this error? What is the problem? > > Let's start by assuming that the problem is what it says it is: it > can't connect to the rsync server. Are you on a network that > prohibits traffic on the rsync port 873? Perhaps something in your > firewall configuration? > Hi! Ah, now I understand the problem. Thank you ;). - Yes, I have to use a network, which prohibits to use port 873. I have to use a proxy server to connect to those services, which require this port, for example. Do you know how to configure MacPorts to connect via a proxy? I didn't find any ways to configure it. - And no, it is not the firewall-configuration. I deactivated it to test it. The problem is the network itself. Yours, Mark From exiva at exiva.net Sun May 6 12:18:30 2007 From: exiva at exiva.net (Travis La Marr) Date: Tue Oct 9 16:42:52 2007 Subject: PkgConfig checksum failure Message-ID: <8B569006-5E2C-4855-82CE-9691F2515B67@exiva.net> I can't seem to get Pkgconfig to intall. Keeps telling me unable to verify checksums. I've done 'port clean --all pkgconfig' a few times now and retried thinking it was a bad download. Here's the og of what I get when I try to install pkgconfig laptop:~ travis$ sudo port install pkgconfig ---> Fetching pkgconfig ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// pkgconfig.freedesktop.org/releases/ ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// distfiles-od.opendarwin.org/pkgconfig ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// distfiles-msn.opendarwin.org/pkgconfig ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// distfiles-od.opendarwin.org/ ---> Verifying checksum(s) for pkgconfig Error: Checksum (md5) mismatch for pkg-config-0.21.tar.gz Error: Checksum (sha1) mismatch for pkg-config-0.21.tar.gz Error: Checksum (rmd160) mismatch for pkg-config-0.21.tar.gz Error: Target com.apple.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing. laptop:~ travis$ From chuck at chuckandmaggi.com Sun May 6 13:26:54 2007 From: chuck at chuckandmaggi.com (Charles White) Date: Tue Oct 9 16:42:52 2007 Subject: FAQ for new users/busted installs In-Reply-To: References: <9656789E-333B-4808-A03E-F2C70F0FF514@chuckandmaggi.com> Message-ID: In time order (April 15, 2006), the contents of Library/Receipts (as seen through Finder) include a directory for DarwinPorts 1.2.1, several related Tcl directories, and an R directory (www.r- project.org). At the time, I was building cross-platform Tcl interfaces to statistical procedures that I wrote in R. It's not an Active State Tcl but I don't know if the tcl.sourceforge.net references really mean anything or not. My Unix and Tcl skills are little more than rote copying. Help on uninstalling DarwinPorts and reverting Tcl would be appreciated. Chuck On May 6, 2007, at 1:11 AM, markd@macports.org wrote: > Charles White on Saturday, May 5, 2007 at > 5:25 > PM -0800 wrote: >> As one of the former fink users, I'll be happy to see your FAQ >> additions. I tried to install MacPorts before I blew away /sw and >> edited .profile. Since then, I've un-installed and re-installed >> MacPorts a couple of times with the same result (appended below). ... > > Once you've removed the fink stuff from your .profile, as you have, I > would think this problem must be unrelated to a former Fink > install. Do > you have a manual install of Tcl/tk? > > http://trac.macports.org/projects/macports/ticket/10682 > > Mark From bakki.kudva at gmail.com Sun May 6 16:16:04 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:52 2007 Subject: PkgConfig checksum failure In-Reply-To: <8B569006-5E2C-4855-82CE-9691F2515B67@exiva.net> References: <8B569006-5E2C-4855-82CE-9691F2515B67@exiva.net> Message-ID: I had the same problem which I solved by downloading the tar.gz from the freedesktop site and then copying it into /opt/local/var/db/dports/distfiles/pkgconfig Hope it works for you too. -bakki PS: You can verify that the downloaded file is good just by doing a tar xvzf which used to fail on the bad checksum file. I am not sure if there is a md5 file there. If so then you can use md5 to check it too. On 5/6/07, Travis La Marr wrote: > I can't seem to get Pkgconfig to intall. Keeps telling me unable to > verify checksums. I've done 'port clean --all pkgconfig' a few times > now and retried thinking it was a bad download. Here's the og of what > I get when I try to install pkgconfig > > > laptop:~ travis$ sudo port install pkgconfig > ---> Fetching pkgconfig > ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// > pkgconfig.freedesktop.org/releases/ > ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// > distfiles-od.opendarwin.org/pkgconfig > ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// > distfiles-msn.opendarwin.org/pkgconfig > ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// > distfiles-od.opendarwin.org/ > ---> Verifying checksum(s) for pkgconfig > Error: Checksum (md5) mismatch for pkg-config-0.21.tar.gz > Error: Checksum (sha1) mismatch for pkg-config-0.21.tar.gz > Error: Checksum (rmd160) mismatch for pkg-config-0.21.tar.gz > Error: Target com.apple.checksum returned: Unable to verify file > checksums > Error: Status 1 encountered during processing. > laptop:~ travis$ > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > From dannowolk at gmail.com Sun May 6 18:26:22 2007 From: dannowolk at gmail.com (Daniel Wolk) Date: Tue Oct 9 16:42:52 2007 Subject: gtk2 compiling problem Message-ID: I tried installing gtk2 with the following command: port -v install gtk2 It errored out with the following: gtkprintbackendcups.c: In function 'create_pickone_option': gtkprintbackendcups.c:1859: error: 'ppd_coption_t' undeclared (first use in this function) gtkprintbackendcups.c:1859: error: (Each undeclared identifier is reported only once gtkprintbackendcups.c:1859: error: for each function it appears in.) gtkprintbackendcups.c:1859: error: 'coption' undeclared (first use in this function) gtkprintbackendcups.c:1881: error: 'ppd_cparam_t' undeclared (first use in this function) gtkprintbackendcups.c:1881: error: 'cparam' undeclared (first use in this function) gtkprintbackendcups.c:1885: warning: comparison between pointer and integer gtkprintbackendcups.c:1889: error: 'PPD_CUSTOM_INT' undeclared (first use in this function) gtkprintbackendcups.c:1893: error: 'PPD_CUSTOM_PASSCODE' undeclared (first use in this function) gtkprintbackendcups.c:1897: error: 'PPD_CUSTOM_PASSWORD' undeclared (first use in this function) gtkprintbackendcups.c:1901: error: 'PPD_CUSTOM_REAL' undeclared (first use in this function) gtkprintbackendcups.c:1905: error: 'PPD_CUSTOM_STRING' undeclared (first use in this function) gtkprintbackendcups.c:1909: error: 'PPD_CUSTOM_POINTS' undeclared (first use in this function) gtkprintbackendcups.c:1912: error: 'PPD_CUSTOM_CURVE' undeclared (first use in this function) gtkprintbackendcups.c:1915: error: 'PPD_CUSTOM_INVCURVE' undeclared (first use in this function) make[4]: *** [gtkprintbackendcups.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 Warning: the following items did not execute (for gtk2): com.apple.activate com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. .... Any ideas? Daniel Wolk From ryandesign at macports.org Sun May 6 19:31:24 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: gtk2 compiling problem In-Reply-To: References: Message-ID: <324BB59A-B2CF-4EFA-B88D-739C869FD2CA@macports.org> On May 6, 2007, at 20:26, Daniel Wolk wrote: > I tried installing gtk2 with the following command: > > port -v install gtk2 > > It errored out with the following: > > gtkprintbackendcups.c: In function 'create_pickone_option': > gtkprintbackendcups.c:1859: error: 'ppd_coption_t' undeclared (first > use in this function) > gtkprintbackendcups.c:1859: error: (Each undeclared identifier is > reported only once > gtkprintbackendcups.c:1859: error: for each function it appears in.) > gtkprintbackendcups.c:1859: error: 'coption' undeclared (first use in > this function) > gtkprintbackendcups.c:1881: error: 'ppd_cparam_t' undeclared (first > use in this function) > gtkprintbackendcups.c:1881: error: 'cparam' undeclared (first use in > this function) > gtkprintbackendcups.c:1885: warning: comparison between pointer and > integer > gtkprintbackendcups.c:1889: error: 'PPD_CUSTOM_INT' undeclared (first > use in this function) > gtkprintbackendcups.c:1893: error: 'PPD_CUSTOM_PASSCODE' undeclared > (first use in this function) > gtkprintbackendcups.c:1897: error: 'PPD_CUSTOM_PASSWORD' undeclared > (first use in this function) > gtkprintbackendcups.c:1901: error: 'PPD_CUSTOM_REAL' undeclared (first > use in this function) > gtkprintbackendcups.c:1905: error: 'PPD_CUSTOM_STRING' undeclared > (first use in this function) > gtkprintbackendcups.c:1909: error: 'PPD_CUSTOM_POINTS' undeclared > (first use in this function) > gtkprintbackendcups.c:1912: error: 'PPD_CUSTOM_CURVE' undeclared > (first use in this function) > gtkprintbackendcups.c:1915: error: 'PPD_CUSTOM_INVCURVE' undeclared > (first use in this function) > make[4]: *** [gtkprintbackendcups.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 > > Warning: the following items did not execute (for gtk2): > com.apple.activate com.apple.build com.apple.destroot > com.apple.install > Error: Status 1 encountered during processing. > > .... > > Any ideas? Need more info... - What machine are you running this on? - What version of Mac OS X are you using? - Have you installed all Apple software updates for your OS? - Do you have the latest Xcode? (2.4.1 for Mac OS X 10.4.9, 1.5 for 10.3.9) - Do you also have Fink installed? (That's been causing problems for others lately so now I'm asking it up front.) From ryandesign at macports.org Sun May 6 19:39:36 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: FAQ for new users/busted installs In-Reply-To: References: <9656789E-333B-4808-A03E-F2C70F0FF514@chuckandmaggi.com> Message-ID: On May 6, 2007, at 15:26, Charles White wrote: > In time order (April 15, 2006), the contents of Library/Receipts > (as seen through Finder) include a directory for DarwinPorts 1.2.1, > several related Tcl directories, and an R directory (www.r- > project.org). At the time, I was building cross-platform Tcl > interfaces to statistical procedures that I wrote in R. It's not an > Active State Tcl but I don't know if the tcl.sourceforge.net > references really mean anything or not. My Unix and Tcl skills are > little more than rote copying. Help on uninstalling DarwinPorts and > reverting Tcl would be appreciated. Instructions for uninstalling DarwinPorts (now called MacPorts) are in the FAQ: http://trac.macosforge.org/projects/macports/wiki/ FAQ#HowdoIremoveoruninstallMacPorts From ryandesign at macports.org Sun May 6 19:40:53 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: fontconfig-2.4.2.tar.gz In-Reply-To: References: Message-ID: On May 6, 2007, at 18:00, Fernando Selman wrote: > When trying to install py-gnuplot in a Mac, darwinports attempt > to install fontconfog-2.4.2. When fetching the file the system fails > as the file appears to be absent in all servers: > > ---> Fetching fontconfig > ---> Attempting to fetch fontconfig-2.4.2.tar.gz from http:// > fontconfig.org/release/ > ---> Attempting to fetch fontconfig-2.4.2.tar.gz from http:// > distfiles-od.opendarwin.org/fontconfig > ---> Attempting to fetch fontconfig-2.4.2.tar.gz from http:// > distfiles-msn.opendarwin.org/fontconfig > ---> Attempting to fetch fontconfig-2.4.2.tar.gz from http:// > distfiles-od.opendarwin.org/ > ---> Attempting to fetch fontconfig-2.4.2.tar.gz from http:// > distfiles-msn.opendarwin.org/ > Error: Target com.apple.fetch returned: fetch failed > Error: The following dependencies failed to build: gnuplot > fontconfig gd2 jpeg libpng ncurses ncursesw pdflib readline teTeX > gawk gettext ghostscript gsed texi2html texinfo py-numeric > Error: Status 1 encountered during processing. > > > Thanks in advance for your help. Hi Fernando. Thanks for reporting this problem to me. fontconfig archives are only hosted on fontconfig.org, and their web site appears to be down at this time. As a temporary measure, I'm putting the archive on my web site, from which you can manually download it and put it in the right place for MacPorts to find it. To do so, copy the following 4 commands into the Terminal: cd /opt/local/var/db/dports/distfiles sudo mkdir -p fontconfig cd fontconfig sudo curl -O http://www.ryandesign.com/tmp/fontconfig-2.4.2.tar.gz MacPorts should now be able to find it and continue with the install. I'm Cc'ing the MacPorts Users mailing list in case anyone else has this problem and needs an immediate solution. I will remove the archive from my server once I'm sure fontconfig.org is up and running again. From ryandesign at macports.org Sun May 6 19:46:15 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: PkgConfig checksum failure In-Reply-To: References: <8B569006-5E2C-4855-82CE-9691F2515B67@exiva.net> Message-ID: On May 6, 2007, at 18:16, Bakki Kudva wrote: > On 5/6/07, Travis La Marr wrote: > >> I can't seem to get Pkgconfig to intall. Keeps telling me unable to >> verify checksums. I've done 'port clean --all pkgconfig' a few times >> now and retried thinking it was a bad download. Here's the og of what >> I get when I try to install pkgconfig >> >> >> laptop:~ travis$ sudo port install pkgconfig >> ---> Fetching pkgconfig >> ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// >> pkgconfig.freedesktop.org/releases/ >> ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// >> distfiles-od.opendarwin.org/pkgconfig >> ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// >> distfiles-msn.opendarwin.org/pkgconfig >> ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// >> distfiles-od.opendarwin.org/ >> ---> Verifying checksum(s) for pkgconfig >> Error: Checksum (md5) mismatch for pkg-config-0.21.tar.gz >> Error: Checksum (sha1) mismatch for pkg-config-0.21.tar.gz >> Error: Checksum (rmd160) mismatch for pkg-config-0.21.tar.gz >> Error: Target com.apple.checksum returned: Unable to verify file >> checksums >> Error: Status 1 encountered during processing. >> laptop:~ travis$ > > I had the same problem which I solved by downloading the tar.gz from > the freedesktop site and then copying it into > /opt/local/var/db/dports/distfiles/pkgconfig > > Hope it works for you too. > > -bakki > > PS: You can verify that the downloaded file is good just by doing a > tar xvzf which used to fail on the bad checksum file. I am not sure if > there is a md5 file there. If so then you can use md5 to check it too. pkg-config is only hosted on pkgconfig.freedesktop.org. The fact that it couldn't download it from there, and tried to download it from various opendarwin.org sites where it is not located, indicates there is a problem with the pkg-config web site. I cannot reach it right now in a browser. I just sent another mail to the list about a similar problem with the fontconfig web site. I think they may be hosted on the same server. Until the problem is resolved, I have placed the pkg- config-0.21.tar.gz archive on my web site, and you can download it to the right place by copying these 4 commands into the Terminal: cd /opt/local/var/db/dports/distfiles sudo mkdir -p pkgconfig cd pkgconfig sudo curl -O http://www.ryandesign.com/tmp/pkg-config-0.21.tar.gz MacPorts should now be able to find it and continue with the install. Once it seems that the problem with the pkg-config web site is resolved, I will remove the archive from my web site. From boeyms at macports.org Sun May 6 22:05:06 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:52 2007 Subject: rsync errors In-Reply-To: References: <06D41329-C9A6-4BE6-AD35-8C3FF7FD3885@gmx.net> <639C3B49-8DD0-4F62-92B0-98DBE4EDF94D@macports.org> Message-ID: <712A907A-CD59-4FD9-8F84-F384A8BE0462@macports.org> Hi Mark, > - Yes, I have to use a network, which prohibits to use port 873. I > have to use a proxy server to connect to those services, which > require this port, for example. Do you know how to configure > MacPorts to connect via a proxy? I didn't find any ways to > configure it. I'm pretty sure that there's no setting in MacPorts per se. Instead, try setting the RSYNC_PROXY environment variable (see the "Connecting to an rsync server" section of the rsync(1) man page). If that doesn't work, you could also try tunnelling the rsync connection over ssh, though I don't know whether or not this will work. To test this, add '--rsh="" to the rsync_options line in $ {prefix}/etc/ports/ports.conf (see also "Connecting to an rsync server over a remote shell program" in the rsync(1) man page). You might also try running a local proxy to proxy connections to the network proxy, and see if you can tunnel that way. If none of the above work, you could see if you can check out the dports part of the trunk from svn [1] and using that as a local port tree by editing ${prefix}/etc/ports/sources.conf to add the path to which you checked out a working copy (before the rsync one). Keep in mind that this will mean: (a) that you will get warnings about having multiple port definitions (this isn't really a problem); (b) that you will need to update your svn working copy via the "svn update" command rather than "sudo port sync"; (c) you can't use this to automatically update the MacPorts base code (though it's not that much more difficult); and (d) you'll use more space than otherwise necessary, especially if you switch between using svn checkout and using port sync. I hope that this hasn't confused you. Feel free to ask any more questions you may have. Kind regards, Maun Suang [1] http://svn.macports.org/repository/macports/trunk/dports -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From boeyms at macports.org Sun May 6 23:25:09 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:52 2007 Subject: missing dependency in gnupg2 In-Reply-To: <51CC06C6-99EE-4E9B-BDC9-E59FB41C5701@mac.com> References: <51CC06C6-99EE-4E9B-BDC9-E59FB41C5701@mac.com> Message-ID: Hi Paul, > Apparently, gnupg2 expects gpg-agent to be installed: > > can't connect server: `ERR 33554701 can't exec `/opt/local/bin/gpg- > agent': No such file or directory' > gpg: can't connect to the agent: IPC connect call failed > gpg: problem with the agent: No agent running I haven't heard from waqar@ in a while, so I thought I'd ask you about this problem. I'm happy to add gpg-agent as a dependency if need be, but I'd like to see if I can work out just how essential it is. So: 1) What command did you execute to get the above error? 2) Did installing gpg-agent fix the problem for you? I may have other questions later, but that'll do to start with. I can't promise that I'll get properly to the bottom of it as I don't think I have a way to try using gnupg2 in the way in which I think you're using it, but I'll see what I can do. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From ryandesign at macports.org Sun May 6 23:35:57 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: rsync errors In-Reply-To: <712A907A-CD59-4FD9-8F84-F384A8BE0462@macports.org> References: <06D41329-C9A6-4BE6-AD35-8C3FF7FD3885@gmx.net> <639C3B49-8DD0-4F62-92B0-98DBE4EDF94D@macports.org> <712A907A-CD59-4FD9-8F84-F384A8BE0462@macports.org> Message-ID: <2336E371-BFDA-4C2D-B084-64961CF8AD7B@macports.org> On May 7, 2007, at 00:05, Boey Maun Suang wrote: > If none of the above work, you could see if you can check out the > dports part of the trunk from svn [1] and using that as a local > port tree by editing ${prefix}/etc/ports/sources.conf to add the > path to which you checked out a working copy (before the rsync > one). Keep in mind that this will mean: (a) that you will get > warnings about having multiple port definitions (this isn't really > a problem); Not true, if your Subversion working copy is your only ports tree (comment out the rsync one). > (b) that you will need to update your svn working copy via the "svn > update" command rather than "sudo port sync"; Not true; with MacPorts 1.4.3, "sudo port sync" will update ports trees which are Subversion working copies. > (c) you can't use this to automatically update the MacPorts base > code (though it's not that much more difficult); I do believe that's true. But you can keep a working copy of the latest tag of base, and switch to the new tag when a new version is released, and configure, make and sudo make install it yourself. > and (d) you'll use more space than otherwise necessary, especially > if you switch between using svn checkout and using port sync. Yes, a Subversion working copy will use a bit more than twice the space of a simple directory compared with rsync. That, at least, would be the rational explanation. Sadly, I see that my working copy of the ports tree weighs in at 161MB, while "svn export"ing that to a plain directory reduces it all the way down to 33MB. It hardly seems right that the working copy should be almost 5 times larger than the plain directory. But there we are. C'est la vie. From jwa at macports.org Sun May 6 23:35:07 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:52 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> Message-ID: <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> On 4.5.2007, at 6.21, Jordan K. Hubbard wrote: > My bigger question is how people are managing to use anything > depending on fuse at all, at the moment. On 10.4.9, I get the > following build error for libfuse: > > /opt/local/var/db/dports/build/ > _User_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 17: error: redefinition of 'struct klist' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 19: error: redefinition of 'struct filterops' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 26: error: redefinition of 'struct kqtailq' > /opt/local/var/db/dports/build/ > _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: > 28: error: redefinition of 'struct knote' > > I've just been assuming that the fuse stuff is broken right now > (don't even ask how it horks up on Leopard - not even close to > building there). Are others getting better results with fuse and > Tiger? > > - Jordan > > On May 3, 2007, at 3:09 PM, Kevin Ballard wrote: > >> I recommend asking on the MacFUSE google group. >> >> On May 2, 2007, at 12:06 PM, Jochen K?pper wrote: >> >>> Hi Everyone, >>> >>> I am using MacPorts' fuse + sshfs to mount several remote >>> directories from various Linux servers. most running OpenSSH 3.8. >>> >>> When I edit textfiles (typically C++ or python source code) and >>> delete some bytes in the file, the file on the server sometimes >>> has spurious characters at the end of the file, often a colon >>> (":"), for example. >>> >>> Is this a know issue? >>> Is this an issue of MacPorts, FUSE (MacFUSE ?), sshfs? >>> Where else should I ask if this is not the appropriate mailing list? >> Hi all, there seems to be one small problem with the package. It does not build on case-sensitive filesystems! It failed in my home laptop, though there were no problems in my work laptop. The main difference between the units is the filesystem, at work I didn't install the system and the filesystem is the default, at home I use the case- sensitive variant (having a still longer UNIX than Mac background). I looked at the fusefs package and there is an include (in fuse_ipc.c): #include the file is actually: /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/ UserNotification/KUNCUserNotifications.h I couldn't yet check whether that fixes the problem, but it seems promising. Every port should build on case-sensitive filesystems, too!!! ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From jwa at macports.org Sun May 6 23:47:53 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:52 2007 Subject: rsync errors In-Reply-To: <2336E371-BFDA-4C2D-B084-64961CF8AD7B@macports.org> References: <06D41329-C9A6-4BE6-AD35-8C3FF7FD3885@gmx.net> <639C3B49-8DD0-4F62-92B0-98DBE4EDF94D@macports.org> <712A907A-CD59-4FD9-8F84-F384A8BE0462@macports.org> <2336E371-BFDA-4C2D-B084-64961CF8AD7B@macports.org> Message-ID: <36937AAF-57C3-420E-B2DB-3E8E1DCC55DE@macports.org> On 7.5.2007, at 9.35, Ryan Schmidt wrote: > On May 7, 2007, at 00:05, Boey Maun Suang wrote: > >> If none of the above work, you could see if you can check out the >> dports part of the trunk from svn [1] and using that as a local >> port tree by editing ${prefix}/etc/ports/sources.conf to add the >> path to which you checked out a working copy (before the rsync >> one). Keep in mind that this will mean: (a) that you will get >> warnings about having multiple port definitions (this isn't really >> a problem); > > Not true, if your Subversion working copy is your only ports tree > (comment out the rsync one). > >> (b) that you will need to update your svn working copy via the >> "svn update" command rather than "sudo port sync"; > > Not true; with MacPorts 1.4.3, "sudo port sync" will update ports > trees which are Subversion working copies. > This is a small problem, however, because svn tree should be my territory. After sync (or selfupdate I am using more) svn tree is root-owned. Then I can't update the svn tree without changing the owner, which is done easily, though. This is conceptually an annoyance, anyhow, because my sandbox shouldn't be mixed with the system sandbox. >> (c) you can't use this to automatically update the MacPorts base >> code (though it's not that much more difficult); > > I do believe that's true. But you can keep a working copy of the > latest tag of base, and switch to the new tag when a new version is > released, and configure, make and sudo make install it yourself. > >> and (d) you'll use more space than otherwise necessary, especially >> if you switch between using svn checkout and using port sync. > > Yes, a Subversion working copy will use a bit more than twice the > space of a simple directory compared with rsync. That, at least, > would be the rational explanation. Sadly, I see that my working > copy of the ports tree weighs in at 161MB, while "svn export"ing > that to a plain directory reduces it all the way down to 33MB. It > hardly seems right that the working copy should be almost 5 times > larger than the plain directory. But there we are. C'est la vie. ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From ryandesign at macports.org Mon May 7 01:27:28 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:52 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> Message-ID: On May 7, 2007, at 01:35, Jyrki Wahlstedt wrote: > there seems to be one small problem with the package. It does not > build on case-sensitive filesystems! It failed in my home laptop, > though there were no problems in my work laptop. The main > difference between the units is the filesystem, at work I didn't > install the system and the filesystem is the default, at home I use > the case-sensitive variant (having a still longer UNIX than Mac > background). > I looked at the fusefs package and there is an include (in > fuse_ipc.c): > #include > > the file is actually: > /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/ > UserNotification/KUNCUserNotifications.h > > I couldn't yet check whether that fixes the problem, but it seems > promising. Sounds like this problem is not specific to MacPorts, and that it should be reported to the upstream maintainers of fusefs. > Every port should build on case-sensitive filesystems, too!!! Perhaps. But note that Apple used to specifically tell you not to use case-sensitive HFS+ for your boot volume in the 10.3 days. See the first paragraph: http://docs.info.apple.com/article.html?artnum=107863 I can find virtually no other information in the knowledge base about case-sensitive HFS+, including whether or not that directive still applies to 10.4 and later. Note also that probably none of the MacPorts contributors have case- sensitive HFS+ setups, so probably nobody other than you will discover or be affected by such problems. While I would expect such problems to be rare, they would be nonexistent if you used the normal case-insensitive HFS+. From jwa at macports.org Mon May 7 02:00:09 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:52 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> Message-ID: On 7.5.2007, at 11.27, Ryan Schmidt wrote: > On May 7, 2007, at 01:35, Jyrki Wahlstedt wrote: > >> there seems to be one small problem with the package. It does not >> build on case-sensitive filesystems! It failed in my home laptop, >> though there were no problems in my work laptop. The main >> difference between the units is the filesystem, at work I didn't >> install the system and the filesystem is the default, at home I >> use the case-sensitive variant (having a still longer UNIX than >> Mac background). >> I looked at the fusefs package and there is an include (in >> fuse_ipc.c): >> #include >> >> the file is actually: >> /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/ >> UserNotification/KUNCUserNotifications.h >> >> I couldn't yet check whether that fixes the problem, but it seems >> promising. > > Sounds like this problem is not specific to MacPorts, and that it > should be reported to the upstream maintainers of fusefs. > Quite true. >> Every port should build on case-sensitive filesystems, too!!! > > Perhaps. But note that Apple used to specifically tell you not to > use case-sensitive HFS+ for your boot volume in the 10.3 days. See > the first paragraph: > > http://docs.info.apple.com/article.html?artnum=107863 > This is for Server only. And the Installer should forbid one to do this. As I could install a system with case-sensitive filesystem, it should work and be supported. > I can find virtually no other information in the knowledge base > about case-sensitive HFS+, including whether or not that directive > still applies to 10.4 and later. > > Note also that probably none of the MacPorts contributors have case- > sensitive HFS+ setups, so probably nobody other than you will > discover or be affected by such problems. While I would expect such > problems to be rare, they would be nonexistent if you used the > normal case-insensitive HFS+. > This has been a problem with some other ports as well, e.g. TeXShop had a problem due to a case-sensitivity in some filenames. Filesystems being case-sensitive or not is a debate not worth going into here, suffice it to repeat that the ports really should work in both. ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From ipluto at gmail.com Mon May 7 04:30:02 2007 From: ipluto at gmail.com (Johnny Wang) Date: Tue Oct 9 16:42:52 2007 Subject: GTKwave instalation failed In-Reply-To: References: Message-ID: Dear all, GTKwave has a newer version, 3.0.28. Macports still looks for 3.0.24. An update on version number will be nice. Many thanks. On 4/5/07, Johnny Wang wrote: > Dear all, > > I tried installing GTKwave using the command port -v install gtkwave, > it worked before but now it seems to fail at the last step. Apparently > the GTKwave has a version update recently and it's now v3.0.24, so > Macports has trouble downloading the version 3.0.22 file. My solution > is to use the backed-up 3.0.22 installed before on other computers, > but I think Macports needs an update on this version number. Thank > you. > > > Johnny Wang @ Taiwan > From paulbeard at gmail.com Mon May 7 07:30:34 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:52 2007 Subject: missing dependency in gnupg2 In-Reply-To: References: <51CC06C6-99EE-4E9B-BDC9-E59FB41C5701@mac.com> Message-ID: <29F29DED-6011-4E49-BF95-E21ADFD90757@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/20070507/8c2bb170/PGP.bin From mike012012 at yahoo.com Mon May 7 08:33:01 2007 From: mike012012 at yahoo.com (Michael Thon) Date: Tue Oct 9 16:42:52 2007 Subject: problem during com.apple.install with my new Port Message-ID: Hello - I am having trouble with a new Portfile that I'm writing. Here is the relevant part of the debug output: DEBUG: Executing com.apple.install (hmmer) couldn't change working directory to "/opt/local/var/db/dports/build/ _Users_mike_macports_dports_science_hmmer/work/destroot": no such file or directory DEBUG: Executing com.apple.activate (hmmer) ---> Activating hmmer 2.3.2_0 Error: Target com.apple.activate returned: Image error: Source file / opt/local/var/db/dports/software/hmmer/2.3.2_0 does not appear to exist (cannot lstat it). Unable to activate port hmmer. Warning: the following items did not execute (for hmmer): com.apple.activate Error: Status 1 encountered during processing. When executing install, macports seems to be trying to change to a directory that does not exist. However, the directory: /opt/local/var/db/dports/build/ _Users_mike_macports_dports_science_hmmer/work/hmmer-2.3.2/ does exist on my system. The package seems to compile just fine. Thanks Mike From emory.smith at gmail.com Mon May 7 09:02:13 2007 From: emory.smith at gmail.com (Emory Smith) Date: Tue Oct 9 16:42:52 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: <452AB155-DF67-4647-96CE-FC934F5B3656@austin.rr.com> References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> <452AB155-DF67-4647-96CE-FC934F5B3656@austin.rr.com> Message-ID: <1DC30BCF-F8D9-4C66-8DEE-D6772335D0CF@gmail.com> On May 5, 2007, at 9:02 PM, Bakki Kudva wrote: > I just did a port -u update and didn't get any errors. are you sure the mysql5 daemon is running? (try running "ps aux | grep mysqld") if you really just did "port upgrade", its probably still the mysql4 daemon running on the envirnment thats working. if so, youll probably need to kill it manually with "sudo killall mysqld_safe" (assuming mysql4 was deactivated). then to setup and start mysql5 (preserving your old databases under / opt/local/var/db/mysql): sudo mkdir -p /opt/local/var/db/mysql5 sudo chown -R mysql:mysql /opt/local/var/db/mysql5 sudo -u mysql mysql_install_db5 sudo chown -R mysql:mysql /opt/local/var/run/mysql5 sudo -v sudo mysqld_safe5 & and set root pw with: mysqladmin5 -u root password '' mysqladmin5 -u root -h localhost -p password '' you can then use mysql_dump & mysql_import (or rails magic) to recreate your databases from 4. -emory On May 6, 2007, at 1:00 AM, Steven Rogers wrote: > > On May 5, 2007, at 10:02 PM, Bakki Kudva wrote: > >> I am stumped now because the same upgrade on a MacBookPro seems to >> work fine. So something went awry when I upgraded the iMac. I just >> did >> a port -u update and didn't get any errors. > > > I had the same problem - rails works fine on one machine, and is > looking for the MySQL socket in /tmp/mysql.sock on another after > updating. I haven't been able to figure out what the difference is. > > There are a number of ways to work around this: > > 1. adding the socket to database.yml - I didn't want to do this, > because it's not the same on all my servers. > > 2. use 127.0.0.1 instead of localhost for the address, which forces > uses of TCP/IP instead of sockets - I didn't want to do this > because there are probably performance issues, or > > 3 create a link in the /tmp directory that points to the correct > location (mine is in /opt): > > $ ln -s /opt/local/var/run/mysql5/mysqld.sock /tmp/mysql.sock > however, I suspect this may be removed by any number of cleanup > routines, including a restart, so it might need to be recreated > occasionally. Still, for me this seems like the best option. > > There may be something about Rails or its configuration that could > cause this issue - if I figure it out, I'll post it. > > Good luck, > > SR > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From bakki.kudva at gmail.com Mon May 7 09:14:04 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:52 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: <1DC30BCF-F8D9-4C66-8DEE-D6772335D0CF@gmail.com> References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> <452AB155-DF67-4647-96CE-FC934F5B3656@austin.rr.com> <1DC30BCF-F8D9-4C66-8DEE-D6772335D0CF@gmail.com> Message-ID: On 5/7/07, Emory Smith wrote: > > are you sure the mysql5 daemon is running? (try running "ps aux | > grep mysqld") Yes it is running and I can connect to it form the command line. > if you really just did "port upgrade", its probably still the mysql4 > daemon running on the envirnment thats working. This machine never had mysql4, so it was an upgrade from a previous 5.x.x version. > if so, youll probably need to kill it manually with "sudo killall > mysqld_safe" (assuming mysql4 was deactivated). Since the upgrade i had to reboot the machine because of an apple security update so correct daemon is running...also I did deactivate and uninstall the previous version. I can set the socket path in Rails databases.yml file but when this gets checked into subversion all the other machines which are running fine with socket at /tmp will have problems. So I guess I will have to tell mysql5 to use /tmp for socket by setting the my.conf file. The strange thing though is that the same setup (no my.cnf and the same versions of mysql5 and the rails app) is working fine on my MacbookPro. Before I set the my.conf file I just want to understand what's going on...right now it is not knowing that's bothering me. -bakki From landonf at macports.org Mon May 7 10:45:38 2007 From: landonf at macports.org (Landon Fuller) Date: Tue Oct 9 16:42:52 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> Message-ID: <005F42EA-28BD-4FEE-8ED7-92F6229E5E7A@macports.org> 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/20070507/97b2b49c/PGP.bin From jkh at brierdr.com Mon May 7 11:42:47 2007 From: jkh at brierdr.com (Jordan K. Hubbard) Date: Tue Oct 9 16:42:52 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> Message-ID: On May 7, 2007, at 1:27 AM, Ryan Schmidt wrote: > Perhaps. But note that Apple used to specifically tell you not to > use case-sensitive HFS+ for your boot volume in the 10.3 days. See > the first paragraph: > > http://docs.info.apple.com/article.html?artnum=107863 While this is true, "Apple" also goes out of its way to fix build problems (internally) that result from case sensitivity gone awry. I don't think MacPorts should hide behind this one - it's not a very future-proof strategy. I'll say no more. :-) - Jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070507/9c57f675/attachment.html From emory.smith at gmail.com Mon May 7 11:43:39 2007 From: emory.smith at gmail.com (Emory Smith) Date: Tue Oct 9 16:42:52 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> <452AB155-DF67-4647-96CE-FC934F5B3656@austin.rr.com> <1DC30BCF-F8D9-4C66-8DEE-D6772335D0CF@gmail.com> Message-ID: not sure what else to suggest ... youre sure none of the following exist on either box? /etc/my.cnf ~/.my.cnf /opt/local/etc/mysql5/my.cnf a diff of the result from mysql> show variables; should tell you whether its the configuration ... -e On May 7, 2007, at 10:14 AM, Bakki Kudva wrote: > On 5/7/07, Emory Smith wrote: >> >> are you sure the mysql5 daemon is running? (try running "ps aux | >> grep mysqld") > > Yes it is running and I can connect to it form the command line. > >> if you really just did "port upgrade", its probably still the mysql4 >> daemon running on the envirnment thats working. > > This machine never had mysql4, so it was an upgrade from a previous > 5.x.x version. > >> if so, youll probably need to kill it manually with "sudo killall >> mysqld_safe" (assuming mysql4 was deactivated). > > Since the upgrade i had to reboot the machine because of an apple > security update so correct daemon is running...also I did deactivate > and uninstall the previous version. > > I can set the socket path in Rails databases.yml file but when this > gets checked into subversion all the other machines which are running > fine with socket at /tmp will have problems. So I guess I will have to > tell mysql5 to use /tmp for socket by setting the my.conf file. The > strange thing though is that the same setup (no my.cnf and the same > versions of mysql5 and the rails app) is working fine on my > MacbookPro. Before I set the my.conf file I just want to understand > what's going on...right now it is not knowing that's bothering me. > > -bakki From liontooth at cogweb.net Mon May 7 11:52:58 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:52 2007 Subject: /bin/date and coreutils Message-ID: <463F758A.9090407@cogweb.net> In OSX, /bin/date doesn't support the -d switch date: illegal option -- d In the case of sed, I needed the -r switch and found gsed, providing gnused, in macports, which works great. The date utility is bundled in coreutils on debian, along with cat chown df ln and so on -- I imagine this can't easily be ported? Details: I run a certain job daily, which puts the results in a directory named by that day's date. In a script operating on these results, I need to indicate which directory to work on by how many days ago it was created. So I might set up this command in cron: work 4 to run the script "work" in the directory created four days ago. To pick the date, I use DAY="$(date -d "-$1 day" +%F)" The -d switch allows me to subtract days (or minutes or seconds) from today's date. Is there a way to subtract n days from a date using the OSX date utility? Dave From mselig at gmail.com Mon May 7 11:59:18 2007 From: mselig at gmail.com (=?ISO-8859-1?Q?Marc_Andr=E9_Selig?=) Date: Tue Oct 9 16:42:52 2007 Subject: /bin/date and coreutils In-Reply-To: <463F758A.9090407@cogweb.net> References: <463F758A.9090407@cogweb.net> Message-ID: On 5/7/07, David Liontooth wrote: > In OSX, /bin/date doesn't support the -d switch But it does have the -r switch. ;-) [...] > To pick > the date, I use > > DAY="$(date -d "-$1 day" +%F)" > > The -d switch allows me to subtract days (or minutes or seconds) from > today's date. > > Is there a way to subtract n days from a date using the OSX date utility? Something like this? date -r `date +%s-n*24*60*60|bc` +%F Regards, Marc From paulbeard at gmail.com Mon May 7 11:59:47 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:52 2007 Subject: /bin/date and coreutils In-Reply-To: <463F758A.9090407@cogweb.net> References: <463F758A.9090407@cogweb.net> 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/20070507/2b7dd750/PGP.bin From pipping at macports.org Mon May 7 12:03:17 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:52 2007 Subject: /bin/date and coreutils In-Reply-To: <463F758A.9090407@cogweb.net> References: <463F758A.9090407@cogweb.net> Message-ID: <160B8B51-26C7-47CF-8F8F-DEC0EC38CEF2@macports.org> No, I don't think so, judging by its manpage[1]. [1] http://developer.apple.com/documentation/Darwin/Reference/ ManPages/man1/date.1.html Regards, Elias Pipping On May 7, 2007, at 8:52 PM, David Liontooth wrote: > > In OSX, /bin/date doesn't support the -d switch > > date: illegal option -- d > > In the case of sed, I needed the -r switch and found gsed, providing > gnused, in macports, which works great. > > The date utility is bundled in coreutils on debian, along with cat > chown > df ln and so on -- I imagine this can't easily be ported? > > Details: > > I run a certain job daily, which puts the results in a directory named > by that day's date. > > In a script operating on these results, I need to indicate which > directory to work on by how many days ago it was created. > > So I might set up this command in cron: > > work 4 > > to run the script "work" in the directory created four days ago. To > pick > the date, I use > > DAY="$(date -d "-$1 day" +%F)" > > The -d switch allows me to subtract days (or minutes or seconds) from > today's date. > > Is there a way to subtract n days from a date using the OSX date > utility? > > Dave > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From liontooth at cogweb.net Mon May 7 12:04:47 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:52 2007 Subject: /bin/date and coreutils In-Reply-To: References: <463F758A.9090407@cogweb.net> Message-ID: <463F784F.6070403@cogweb.net> Marc Andr? Selig wrote: > On 5/7/07, David Liontooth wrote: >> In OSX, /bin/date doesn't support the -d switch > > But it does have the -r switch. ;-) > > [...] > >> To pick >> the date, I use >> >> DAY="$(date -d "-$1 day" +%F)" >> >> The -d switch allows me to subtract days (or minutes or seconds) from >> today's date. >> >> Is there a way to subtract n days from a date using the OSX date >> utility? > > Something like this? > > date -r `date +%s-n*24*60*60|bc` +%F > > Regards, > Marc Wow, that was fast! So I have a way to do it with the native coreutils. Dave From pipping at macports.org Mon May 7 12:09:18 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:52 2007 Subject: /bin/date and coreutils In-Reply-To: References: <463F758A.9090407@cogweb.net> Message-ID: Alright, forget what I said ;) On May 7, 2007, at 8:59 PM, Marc Andr? Selig wrote: > On 5/7/07, David Liontooth wrote: >> In OSX, /bin/date doesn't support the -d switch > > But it does have the -r switch. ;-) > > [...] > >> To pick >> the date, I use >> >> DAY="$(date -d "-$1 day" +%F)" >> >> The -d switch allows me to subtract days (or minutes or seconds) from >> today's date. >> >> Is there a way to subtract n days from a date using the OSX date >> utility? > > Something like this? > > date -r `date +%s-n*24*60*60|bc` +%F > > Regards, > Marc > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From liontooth at cogweb.net Mon May 7 12:13:43 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:52 2007 Subject: /bin/date and coreutils In-Reply-To: References: <463F758A.9090407@cogweb.net> Message-ID: <463F7A67.2030404@cogweb.net> paul beard wrote: > > On May 7, 2007, at 11:52 AM, David Liontooth wrote: > >> The date utility is bundled in coreutils on debian, along with cat chown >> >> df ln and so on -- I imagine this can't easily be ported? >> > > I think you're covered: > > port info coreutils > coreutils 6.9, sysutils/coreutils (Variants: universal, > with_default_names, nls) > http://www.gnu.org/software/coreutils/ > > The GNU Core Utilities are the basic file, shell, and text > manipulation utilities of the GNU operating system. These are the core > utilities which are expected to exist on every operating system. > Previously these utilities were offered as three individual sets of > GNU utilities, fileutils, shellutils, and textutils. Those three have > been combined into a single set of utilities called the coreutils. > > Library Dependencies: libiconv Thanks, Paul -- sorry for thinking it was so unlikely this was ported that I didn't even look! I'll be interested to see what's included. This is very cool, as it allows my scripts to be crossplatform. Dave > > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > From paulbeard at gmail.com Mon May 7 12:31:50 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:52 2007 Subject: /bin/date and coreutils In-Reply-To: <463F7A67.2030404@cogweb.net> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> Message-ID: <03B3A124-C8F2-4362-B91B-3D009E060D6E@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/20070507/8489e972/PGP.bin From tabithamc at gmail.com Mon May 7 15:12:05 2007 From: tabithamc at gmail.com (Tabitha McNerney) Date: Tue Oct 9 16:42:52 2007 Subject: Bacula has no maintainer? In-Reply-To: <9D45F70D-2CE8-42D7-BD0E-17EA1E9DEAC3@macports.org> References: <7fccb3000705060006g27c8c53bg9c2158b39812f733@mail.gmail.com> <9D45F70D-2CE8-42D7-BD0E-17EA1E9DEAC3@macports.org> Message-ID: <7fccb3000705071512l598dc6f7vb8ab492037ebd193@mail.gmail.com> Thank you Maun Suang and Ryan Schmidt with the updates regarding Bacula and how its not an uncommon occurrence to have a MacPort that has no maintainer listed. I need to ask my boss first before I could commit to adopting Bacula as a new maintainer (believe it or not, while the company I work for is quite liberal and allows we little employees to work a small percentage of our time on open source projects, our employment contract specifically states that we have to clear permission from the company first before we can indulge in an open source project). Much thanks, -Tabitha P.S. Thanks also for the reminder that the Bacula port was updated to version 2.0.3. I'm sorry I had missed that as I had forgotten that one can check the subversion repository to see if there have been any updates. On 5/5/07, Boey Maun Suang wrote: > > Hi Tabitha, > > On 06/05/2007, at 17:06, Tabitha McNerney wrote: > > > I noticed something kind of odd today. The Bacula port has no > > maintainer: > > > > $ port info bacula > > bacula 1.38.11, Revision 1, sysutils/bacula (Variants: darwin_8) > > > > ... > > > > > This is kind of a bummer because it looks like Bacula got a major > > version upgrade in March to 2.0.3 > > > > I wonder who started the Bacula Mac (darwin?) Port? > > The Subversion log says that mww@ first added it, and he just bumped > it to 2.0.3 (wait the obligatory 12 hours for PortIndex to be > updated). It still has no maintainer, though, presumably because > nobody who uses it actively has the time to keep track of any issues > with the port. If you feel that you'd like to do so, you are more > than welcome to adopt it by submitting a ticket on the MacPorts website. > > Kind regards, > > > Maun Suang > > -- > Boey Maun Suang (Boey is my surname) > Email: boeyms@macports.org > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070507/70e5ac8f/attachment.html From rick at alpinenetworking.com Mon May 7 15:39:22 2007 From: rick at alpinenetworking.com (Rick Gigger) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries Message-ID: <463FAA9A.2010506@alpinenetworking.com> Is it possible to have an internal macports mirror that also contains binaries, so I can compile all the ports I need once and install them on several boxes instead of re-compiling everything on every single box? Thanks, Rick Gigger From bakki.kudva at gmail.com Mon May 7 15:54:06 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:53 2007 Subject: Did location of mysql.sock change in mysql5.0.37? In-Reply-To: References: <17A134ED-D9DA-47EE-96F6-296863BF11E4@macports.org> <452AB155-DF67-4647-96CE-FC934F5B3656@austin.rr.com> <1DC30BCF-F8D9-4C66-8DEE-D6772335D0CF@gmail.com> Message-ID: On 5/7/07, Emory Smith wrote: > not sure what else to suggest ... > > youre sure none of the following exist on either box? That's ok, thank you very much for all the info. I got it working for now with a ln -s /opt/local/var/run/mysql5/mysqld.sock /tmp/mysql.sock With this link it works like a charm.. I am still trying to figure out the reason why it DOES work on Linux and MacbookPro without the link. On the Linux box I see that there is no /tmp/mysql.sock or a link. Instead on Debian Etch it is at /var/run/mysqld/mysqld.sock That's what it is set at in the /etc/mysql/my.cnf and debian.cnf I also know that Rails defaults to /tmp/mysql.sock without it being set to some other location in the database.yml file. Since the socket attriubute is not set it should default to /tmp/mysql.sock. > youre sure none of the following exist on either box? > > /etc/my.cnf ~/.my.cnf /opt/local/etc/mysql5/my.cnf They exist on the Debian boxes as I've mentioned above, but on the Macs the only my.cnf is in the ports distribution files. Not copied to any location. > a diff of the result from > > mysql> show variables; > > should tell you whether its the configuration ... > This is from Debian >>>>>> | slow_launch_time | 2 | | socket | /var/run/mysqld/mysqld.sock | | sort_buffer_size | 2097144 | | >>>>>> I'll do check tomorrow on the iMac which I am sure will be /opt/local/var/run/mysql5/mysqld.sock Thanks for your efforts :) -bakki From liontooth at cogweb.net Mon May 7 16:35:11 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <463FAA9A.2010506@alpinenetworking.com> References: <463FAA9A.2010506@alpinenetworking.com> Message-ID: <463FB7AF.5000200@cogweb.net> Rick Gigger wrote: > Is it possible to have an internal macports mirror that also contains > binaries, so I can compile all the ports I need once and install them > on several boxes instead of re-compiling everything on every single box? Great question. And even before the question of a local mirror: is there a format for packaging a set of binaries that can then be installed into an existing system -- like a *.deb or *.rpm file? Dave From liontooth at cogweb.net Mon May 7 16:38:19 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:53 2007 Subject: /bin/date and coreutils In-Reply-To: <03B3A124-C8F2-4362-B91B-3D009E060D6E@gmail.com> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <03B3A124-C8F2-4362-B91B-3D009E060D6E@gmail.com> Message-ID: <463FB86B.8040107@cogweb.net> paul beard wrote: > > On May 7, 2007, at 12:13 PM, David Liontooth wrote: > >> This is very cool, as it allows my scripts to be crossplatform. >> > > Sort of: on OS X you'll need to test for that and use gdate. That's what I do with sed -- if gnused exists, use that. Are there disadvantages to installing coreutils -- does it or could it interefere with other programs? I'm a bit queasy, but I guess as long as /opt/local/bin is last in the path it won't interfere. Dave From paulbeard at gmail.com Mon May 7 16:45:06 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <463FB7AF.5000200@cogweb.net> References: <463FAA9A.2010506@alpinenetworking.com> <463FB7AF.5000200@cogweb.net> 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/20070507/f7e51291/PGP.bin From ryandesign at macports.org Mon May 7 19:23:31 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <463FB7AF.5000200@cogweb.net> References: <463FAA9A.2010506@alpinenetworking.com> <463FB7AF.5000200@cogweb.net> Message-ID: On May 7, 2007, at 18:35, David Liontooth wrote: > Rick Gigger wrote: > >> Is it possible to have an internal macports mirror that also contains >> binaries, so I can compile all the ports I need once and install them >> on several boxes instead of re-compiling everything on every >> single box? > > Great question. And even before the question of a local mirror: is > there > a format for packaging a set of binaries that can then be installed > into > an existing system -- like a *.deb or *.rpm file? Such a format does exist: It's called a .pkg file and you interact with them every time you install an Apple software update. However, I don't think there's any functionality in MacPorts to create or use package files. From ryandesign at macports.org Mon May 7 19:28:42 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <463FAA9A.2010506@alpinenetworking.com> References: <463FAA9A.2010506@alpinenetworking.com> Message-ID: <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> On May 7, 2007, at 17:39, Rick Gigger wrote: > Is it possible to have an internal macports mirror that also > contains binaries, so I can compile all the ports I need once and > install them on several boxes instead of re-compiling everything on > every single box? That functionality does not exist. One small thing you could do: after you install all the ports you want on one system, you can copy the /opt/local/var/db/dports/ distfiles directory from that machine to another machine where you want to install ports. That way the second machine will not need to download the distribution files again. However, it will still need to compile and install the software itself. You could attempt to copy other parts of /opt/local to the other machine as well. I don't know how well that would work. Certainly, the machines would have be set up virtually identically in other respects -- same processor architecture to be sure, same exact OS version, same OS updates installed, same X11. It is an eventual goal of MacPorts to provide binaries of the ports, rather than make everyone compile them themselves. However, I estimate we're still a long way away from anything resembling that kind of functionality. From pguyot at kallisys.net Mon May 7 20:04:27 2007 From: pguyot at kallisys.net (Paul Guyot) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> References: <463FAA9A.2010506@alpinenetworking.com> <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> Message-ID: On May 8, 2007, at 11:28 AM, Ryan Schmidt wrote: > On May 7, 2007, at 17:39, Rick Gigger wrote: > >> Is it possible to have an internal macports mirror that also >> contains binaries, so I can compile all the ports I need once and >> install them on several boxes instead of re-compiling everything >> on every single box? > > That functionality does not exist. > > One small thing you could do: after you install all the ports you > want on one system, you can copy the /opt/local/var/db/dports/ > distfiles directory from that machine to another machine where you > want to install ports. That way the second machine will not need to > download the distribution files again. However, it will still need > to compile and install the software itself. > > You could attempt to copy other parts of /opt/local to the other > machine as well. I don't know how well that would work. Certainly, > the machines would have be set up virtually identically in other > respects -- same processor architecture to be sure, same exact OS > version, same OS updates installed, same X11. > > It is an eventual goal of MacPorts to provide binaries of the > ports, rather than make everyone compile them themselves. However, > I estimate we're still a long way away from anything resembling > that kind of functionality. I believe this functionality exists, on the contrary. It's called archive. You enable it in ports.conf: portarchivemode yes Then all compiled ports are stored in /opt/local/var/db/dports/ packages/darwin/{powerpc,intel}/ There is a limitation, though. The archives are matched against the architecture (powerpc/intel), but not against the version of the system. If you build powerpc archives on a 10.3.9, you should not copy them over to a 10.4.9 box. However, this functionality is broken in 1.4.3. This bug was fixed three weeks ago, but the people in charge here think we should not make too often releases, so you'll have to use trunk or wait for the fix. Paul From paulbeard at gmail.com Mon May 7 20:15:15 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:53 2007 Subject: release schedules (was Re: hosting an internal macports server with binaries) In-Reply-To: References: <463FAA9A.2010506@alpinenetworking.com> <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> Message-ID: <76F08334-F357-40A8-95F3-DBBE7F2D5ABC@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/20070507/81e955e9/PGP.bin From liontooth at cogweb.net Mon May 7 20:17:07 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:53 2007 Subject: osxvnc port fails to build Message-ID: <463FEBB3.3020002@cogweb.net> sudo port install osxvnc ---> Fetching osxvnc ---> Attempting to fetch osxvnc-20060722.tar.gz from http://www.opendarwin.org/~pguyot/distfiles/ ---> Verifying checksum(s) for osxvnc ---> Extracting osxvnc ---> Applying patches to osxvnc ---> Configuring osxvnc ---> Building osxvnc 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_aqua_osxvnc/work/osxvnc-20060722" && xcodebuild -alltargets -configuration Deployment build OBJROOT=build/ SYMROOT=build/ " returned error 1 Command output: === BUILDING NATIVE TARGET jpg WITH CONFIGURATION Deployment === Checking Dependencies... error: There is no SDK at specified SDKROOT_ppc path '/Developer/SDKs/MacOSX10.2.8.sdk' ** BUILD FAILED ** Error: Status 1 encountered during processing. ---------------------------------------- Why is it looking for this sdk? I have, /Developer/SDKs/MacOSX10.4u.sdk /Developer/SDKs/MacOSX10.3.9.sdk Dave From jberry at macports.org Mon May 7 20:17:48 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:53 2007 Subject: release schedules (was Re: hosting an internal macports server with binaries) In-Reply-To: <76F08334-F357-40A8-95F3-DBBE7F2D5ABC@gmail.com> References: <463FAA9A.2010506@alpinenetworking.com> <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> <76F08334-F357-40A8-95F3-DBBE7F2D5ABC@gmail.com> Message-ID: <29FB8083-1D09-4960-8074-9660421B7253@macports.org> On May 7, 2007, at 8:15 PM, paul beard wrote: > > On May 7, 2007, at 8:04 PM, Paul Guyot wrote: > >> However, this functionality is broken in 1.4.3. This bug was fixed >> three weeks ago, but the people in charge here think we should not >> make too often releases, so you'll have to use trunk or wait for >> the fix. > > I'm sure this has been discussed elsewhere but if this was a > democracy, I would vote for more frequent/regular releases, > especially if as alluded above, there is some breakage that can be > fixed. I know we just went through a messy release of 1.4.[0123] > but if the swelling has gone down from that one, when do you think > the next release will be? I'm all for frequent releases, and have just been waiting for a bit of time in my schedule, and concurrence from others, to make a release. I don't think Paul is being quite fair. James -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070507/0146a344/attachment.html From ryandesign at macports.org Mon May 7 21:05:34 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: osxvnc port fails to build In-Reply-To: <463FEBB3.3020002@cogweb.net> References: <463FEBB3.3020002@cogweb.net> Message-ID: <18B42A8D-2121-47A8-9747-AC2F8F88625A@macports.org> On May 7, 2007, at 22:17, David Liontooth wrote: > sudo port install osxvnc > ---> Fetching osxvnc > ---> Attempting to fetch osxvnc-20060722.tar.gz from > http://www.opendarwin.org/~pguyot/distfiles/ > ---> Verifying checksum(s) for osxvnc > ---> Extracting osxvnc > ---> Applying patches to osxvnc > ---> Configuring osxvnc > ---> Building osxvnc > 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_aqua_osxvnc/work/osxvnc-20060722" > && xcodebuild -alltargets -configuration Deployment build > OBJROOT=build/ SYMROOT=build/ " returned error 1 > Command output: === BUILDING NATIVE TARGET jpg WITH CONFIGURATION > Deployment === > > Checking Dependencies... > error: There is no SDK at specified SDKROOT_ppc path > '/Developer/SDKs/MacOSX10.2.8.sdk' > ** BUILD FAILED ** > > Error: Status 1 encountered during processing. > > ---------------------------------------- > > Why is it looking for this sdk? I have, > > /Developer/SDKs/MacOSX10.4u.sdk > /Developer/SDKs/MacOSX10.3.9.sdk Apparently OSXvnc wants to build a PowerPC version that is compatible with Mac OS X 10.2, so it needs the Mac OS X 10.2.8 SDK. It's not installed by default, but it's an option in the Xcode installer. OSXvnc is now called Vine Server for Mac OS X. http://www.redstonesoftware.com/vnc.html The port should be updated and renamed. We may have to go with downloading their disk image and just copying over their existing universal binary application, since their web site makes no mention of the source being available anymore. If anyone can find the source for the current version, please let me know and we'll use that instead. From jberry at macports.org Mon May 7 21:59:02 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:53 2007 Subject: MacPorts v1.4.40 released for self update Message-ID: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> Here's the change log: James Release 1.4.40 (7-May-2007, tagged at r24909 by jberry): - Note the bump in version naming. To leave ourselves lots of room in our versioning scheme, we've jumped from 1.4.3 to 1.4.40. The floating point represenation as reported by port version (1.440) will still be the same; we're just interpreting it differently. - variable tracing now works in a much better way and handles unsets properly. Similarly, ${option}-delete now works better. Depends validation no longer attempts to validate when the variable is unset. Additionally, the validation now actually validates each depspec instead of simply finding a single spec within the list that works (ticket #11868, eridius r24678). - macports infrastructure now easier to use from scripts. ui_prefix and ui_channels have default implementations, and all arguments to dportinit are now optional (ticket #11837, eridius r24460). - ln now accepts combined flags (ex. ln -sf foo bar) (eridius r24452) - default_variants now handles multiple values correctly (ticket #11828, eridius r24450). - ln uses new symlink command so it can create symlinks that point to files that don't actually exist (eridius r24444). - New bare-bones Pextlib command `symlink source target` (ticket #11840, eridius r24444). - delete reimplemented using fs-traverse (eridius r24435). - fs-traverse now uses the fts(3) family of functions instead of readdir/opendir. This fixes a couple behavioral oddities, and makes deleting during traversal work on 10.3 (ticket #11839, eridius r24423). - fs-traverse now takes a list of targets rather than a variable number of arguments (ticket #11836, eridius r24410). - Fixed a potential crasher in fs-traverse when showing error message (ticket #11827, eridius r24396, thanks sfiera). - Fixed a bug where livecheck failed on ports that do not define a homepage (ticket #11818, pguyot r24319). - Added the downloads section of our repo to the macports mirrors list (jmpp r24278). - Fixed a bug with the archive mode introduced with r23238 change (1.4.1) (pguyot r24273). - Trace mode now take dependencies into account when executing the activate phase. This fixes an unwanted warning when activating ports that depend on teTeX (pguyot r24199). - Support for mpwa submit through "port submit". This work is in progress. (jberry) - Expose autoconf XAR variable as portutil::autoconf::xar_path. (r24194). - Start to build portpkg.xar and meta data, hijacking Kevin's portsubmit.tcl. (r24195-24196). - Revise error messages in port image activation to use syntax that matches port(1). (jberry r24543, r24548). - Create new interp variable prefix_frozen, which is available to port phases even when the Portfile redefines prefix. (jberry r24848-r24849) - Search for prefix-relative commands in prefix_frozen rather than prefix. Affects port submit (xar) and port fetch (svn). (jberry r24849) - Always create a ~/.macports user directory if it doesn't yet exist. (jberry r24831) - Move port(1) readline history file to ~/.macports/history (jberry r24832, r24843) From jwa at macports.org Mon May 7 22:20:18 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:53 2007 Subject: FUSE ports [was Re: sshfs] In-Reply-To: <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> Message-ID: <218EAE12-49BB-4A5F-819E-C3E66C63524F@macports.org> On 7.5.2007, at 9.35, Jyrki Wahlstedt wrote: > > On 4.5.2007, at 6.21, Jordan K. Hubbard wrote: > >> My bigger question is how people are managing to use anything >> depending on fuse at all, at the moment. On 10.4.9, I get the >> following build error for libfuse: >> >> /opt/local/var/db/dports/build/ >> _User_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/fuse_knote.h: >> 17: error: redefinition of 'struct klist' >> /opt/local/var/db/dports/build/ >> _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/ >> fuse_knote.h:19: error: redefinition of 'struct filterops' >> /opt/local/var/db/dports/build/ >> _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/ >> fuse_knote.h:26: error: redefinition of 'struct kqtailq' >> /opt/local/var/db/dports/build/ >> _Users_jkh_Src_macports_dports_fuse_fusefs/work/fusefs/ >> fuse_knote.h:28: error: redefinition of 'struct knote' >> >> I've just been assuming that the fuse stuff is broken right now >> (don't even ask how it horks up on Leopard - not even close to >> building there). Are others getting better results with fuse and >> Tiger? >> >> - Jordan >> >> On May 3, 2007, at 3:09 PM, Kevin Ballard wrote: >> >>> I recommend asking on the MacFUSE google group. >>> > Hi all, > there seems to be one small problem with the package. It does not > build on case-sensitive filesystems! It failed in my home laptop, > though there were no problems in my work laptop. The main > difference between the units is the filesystem, at work I didn't > install the system and the filesystem is the default, at home I use > the case-sensitive variant (having a still longer UNIX than Mac > background). > I looked at the fusefs package and there is an include (in > fuse_ipc.c): > #include > > the file is actually: > /System/Library/Frameworks/Kernel.framework/Versions/A/Headers/ > UserNotification/KUNCUserNotifications.h > > I couldn't yet check whether that fixes the problem, but it seems > promising. Every port should build on case-sensitive filesystems, > too!!! Hi, as a followup: I've verified this, I just built fusefs on my case- sensitive system, created a ticket (#11918) with diff for Portfile and a patch, and also reported this upstream (issue #11, IIRC). ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From jwa at macports.org Mon May 7 22:31:21 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:53 2007 Subject: Followup: FUSE ports [was Re: sshfs] In-Reply-To: <218EAE12-49BB-4A5F-819E-C3E66C63524F@macports.org> References: <3861D3E5-F484-4E2E-8431-2A27B65DC363@fhi-berlin.mpg.de> <298B4450-E724-4880-98FE-C01E10D2799D@macports.org> <24D97459-DAF3-46EF-80E4-29934444FAA3@brierdr.com> <2AE97801-32D9-42CC-819C-437E7B7298C9@macports.org> <218EAE12-49BB-4A5F-819E-C3E66C63524F@macports.org> Message-ID: <3BB267D1-825F-4EB4-8DB8-154EAA6D81E6@macports.org> On 8.5.2007, at 8.20, Jyrki Wahlstedt wrote: > Hi, > as a followup: I've verified this, I just built fusefs on my case- > sensitive system, created a ticket (#11918) with diff for Portfile > and a patch, and also reported this upstream (issue #11, IIRC). > Well, I checked the home site and it seems that fix is included in the next version (0.3.0). ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From liontooth at cogweb.net Mon May 7 22:39:12 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:53 2007 Subject: Creating symlinks to files that don't exist Message-ID: <46400D00.50305@cogweb.net> >- ln uses new symlink command so it can create symlinks that point to > files that don't actually exist (eridius r24444). How is this done? It would come in extremely handy. From jkh at brierdr.com Tue May 8 00:38:37 2007 From: jkh at brierdr.com (Jordan K. Hubbard) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: References: <463FAA9A.2010506@alpinenetworking.com> <463FB7AF.5000200@cogweb.net> Message-ID: <53C2CDBE-45BB-4B80-BF57-30F4B512A1AF@brierdr.com> On May 7, 2007, at 7:23 PM, Ryan Schmidt wrote: > Such a format does exist: It's called a .pkg file and you interact > with them every time you install an Apple software update. However, > I don't think there's any functionality in MacPorts to create or > use package files. Oh really? root@sam-> port pkg zsh-devel ---> Fetching zsh-devel ---> Verifying checksum(s) for zsh-devel ---> Extracting zsh-devel ---> Configuring zsh-devel ---> Building zsh-devel with target all ---> Staging zsh-devel into destroot ---> Creating pkg for zsh-devel-4.3.4 root@sam-> ls -l ~/Src/macports/dports/shells/zsh-devel/work/ total 4 -rw-r--r-- 1 root admin 222 May 8 00:37 .darwinports.zsh- devel.state drwxrwxr-x 3 root wheel 102 May 8 00:36 destroot drwxr-xr-x 42 root admin 1428 May 8 00:35 zsh-4.3.4 drwxr-xr-x 3 root admin 102 May 8 00:36 zsh-devel-4.3.4.pkg ^^^^^^^^^^^^^^^ You can also do use the "mpkg" target for ports with dependencies; this will cause a metapackage to be built which contains all the deps, making the package stand-alone. This functionality has been in macports for a long time. :) - Jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070508/e69aab12/attachment.html From jochen at fhi-berlin.mpg.de Tue May 8 01:30:47 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:53 2007 Subject: grace upgrade problem (was: MacPorts v1.4.40 released for self update) In-Reply-To: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> References: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> Message-ID: <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> > Release 1.4.40 (7-May-2007, tagged at r24909 by jberry): So I selfupdate and run sudo port upgrade outdated... mostly works, but grace does not want to be activated: > sudo nice port -vd upgrade grace DEBUG: Found port in file:///opt/local/var/db/dports/sources/ rsync.rsync.darwinports.org_dpupdate_dports/x11/grace ---> Activating grace 5.1.20_0 DEBUG: Image error: Another version of this port (grace @5.1.18_0) is already active. while executing "portimage::activate $portname $version_installed$variant $optionslist" Error: Activating grace 5.1.20_0 failed: Image error: Another version of this port (grace @5.1.18_0) is already active. MacPorts now says that 5.1.20 is already installed, but when I actually look in XmGrace it is still at 5.1.18... > sudo port list grace grace @5.1.20 x11/grace Manually uninstalling grace 5.1.18 and activating 5.1.20 works, though. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070508/c2331c2c/PGP.bin From j.van_den_hoff at fzd.de Tue May 8 01:40:26 2007 From: j.van_den_hoff at fzd.de (Joerg van den Hoff) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> References: <463FAA9A.2010506@alpinenetworking.com> <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> Message-ID: <20070508084026.GB12233@marco.fz-rossendorf.de> On Mon, May 07, 2007 at 09:28:42PM -0500, Ryan Schmidt wrote: > On May 7, 2007, at 17:39, Rick Gigger wrote: > > >Is it possible to have an internal macports mirror that also > >contains binaries, so I can compile all the ports I need once and > >install them on several boxes instead of re-compiling everything on > >every single box? > > That functionality does not exist. > > One small thing you could do: after you install all the ports you > want on one system, you can copy the /opt/local/var/db/dports/ > distfiles directory from that machine to another machine where you > want to install ports. That way the second machine will not need to > download the distribution files again. However, it will still need to > compile and install the software itself. > > You could attempt to copy other parts of /opt/local to the other > machine as well. I don't know how well that would work. Certainly, > the machines would have be set up virtually identically in other > respects -- same processor architecture to be sure, same exact OS > version, same OS updates installed, same X11. I routinely use `rsync' to synchronize the `/opt/local' tree between a G5 and a G4 ppc: `{sudo} rsync --delete -avW /opt/local/ {some_host_name}:/opt/local' (don't forget the trailing `/' in the first path. for testing, first add the no-op option `-n' to the rsync command and check the output). my approach is to install everything via `ports' only on the fast G5 and than to rysnc to the G4. works perfectly for me. the only thing I know of which does not reside in `/opt/local' relates to `Tcl': there are some things in '/Library/Tcl/darwinports1.0/' which should be synchronized in the same way between the two machines (but maybe this is obsolete?) > > It is an eventual goal of MacPorts to provide binaries of the ports, > rather than make everyone compile them themselves. However, I > estimate we're still a long way away from anything resembling that > kind of functionality. > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From pguyot at kallisys.net Tue May 8 01:57:00 2007 From: pguyot at kallisys.net (Paul Guyot) Date: Tue Oct 9 16:42:53 2007 Subject: release schedules (was Re: hosting an internal macports server with binaries) In-Reply-To: <29FB8083-1D09-4960-8074-9660421B7253@macports.org> References: <463FAA9A.2010506@alpinenetworking.com> <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> <76F08334-F357-40A8-95F3-DBBE7F2D5ABC@gmail.com> <29FB8083-1D09-4960-8074-9660421B7253@macports.org> Message-ID: <1EE986E1-2B30-4636-893B-6A46634B9DAF@kallisys.net> On May 8, 2007, at 12:17 PM, James Berry wrote: >>> However, this functionality is broken in 1.4.3. This bug was >>> fixed three weeks ago, but the people in charge here think we >>> should not make too often releases, so you'll have to use trunk >>> or wait for the fix. >> >> I'm sure this has been discussed elsewhere but if this was a >> democracy, I would vote for more frequent/regular releases, >> especially if as alluded above, there is some breakage that can be >> fixed. I know we just went through a messy release of 1.4.[0123] >> but if the swelling has gone down from that one, when do you think >> the next release will be? > > I'm all for frequent releases, and have just been waiting for a bit > of time in my schedule, and concurrence from others, to make a > release. I don't think Paul is being quite fair. I do not think that you should do releases more frequently, because I know this takes a lot of time. I was not criticizing the fact that you did not release 1.4.40 three weeks ago when the fix was committed. Our infrastructure (language, user base, supported operating systems, developers) is such that having very frequent releases is the best policy, something I think you agree with, but jmpp@ disagrees with. Yet, you, jmpp@ or whoever who could do releases are way too busy to do them. And if we are not busy, it's a waste of time compared to other MacPorts-related tasks, such as mwpa for example. Consequently, I believe that we simply should not have releases at all, until we have some form of continuous integration. Paul -- http://paul-guyot.com/ From ryandesign at macports.org Tue May 8 02:03:19 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <20070508084026.GB12233@marco.fz-rossendorf.de> References: <463FAA9A.2010506@alpinenetworking.com> <29FB9AD4-73EF-4E37-9E58-874BBEB49CEC@macports.org> <20070508084026.GB12233@marco.fz-rossendorf.de> Message-ID: <7EF6A92C-E33C-499B-B748-0E48E4CB1F03@macports.org> On May 8, 2007, at 03:40, Joerg van den Hoff wrote: > the only thing I know of which does not reside in `/opt/local' > relates to `Tcl': > there are some things in '/Library/Tcl/darwinports1.0/' which > should be > synchronized in the same way between the two machines (but maybe > this is > obsolete?) No, that's still current and is required by the base MacPorts system. It won't be updated, though, unless you upgrade to a newer version of MacPorts. From guido.soranzio at gmail.com Tue May 8 02:32:19 2007 From: guido.soranzio at gmail.com (Guido Soranzio) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <20070508024225.B663E18B5065@lists.macosforge.org> References: <20070508024225.B663E18B5065@lists.macosforge.org> Message-ID: <68BDFD33-A9BF-43A6-A6CE-A6DFAABF21D9@gmail.com> On May 8, 2007, Ryan Schmidt wrote: > Such a format does exist: It's called a .pkg file and you interact > with them every time you install an Apple software update. However, > I don't think there's any functionality in MacPorts to create or > use package files. That's not correct: the creation of binary packages was indeed one of the priorities of the orginal DarwinPorts project! Besides the .pkg format, MacPorts supports (nowadays, theoretically) the creation of .dpkg and RPM packages and the automatic building of .dmg disk images. In better times, there was even a repository (http:// packages.opendarwin.org) which was populated by running the script base/portmgr/buildall.sh and an experimental but usable project by Ole Guldberg Jensen, DPLight, which patched DarwinPorts to support directly the RPM registry (http://www.opendarwin.org/projects/dplight/): mounting the repositories via WebDAV was a simple but perfect solution not only for the final users. The most serious issue, however, was the lack of an official uninstaller which should be currently -- paradoxically -- one of the first priority of the MacPorts project, IMHO. There are some important changes coming with Leopard: it has already been announced the use of XAR as the new binary format (http://www.nabble.com/xar-in-Mac-OS-X-t2081148.html) as well as the support for "automatic Internet download" and "new receipt tools" (http://developer.apple.com/wwdc/sessions/index.html). Nothing more has been divulged outside the NDA but it is clear that much work will be required in order to interact with the new system receipt database and to implement some form of reference counting that Mac OS X unfortunately doesn't yet manage by itself. From boeyms at macports.org Tue May 8 02:38:11 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:53 2007 Subject: osxvnc port fails to build In-Reply-To: <18B42A8D-2121-47A8-9747-AC2F8F88625A@macports.org> References: <463FEBB3.3020002@cogweb.net> <18B42A8D-2121-47A8-9747-AC2F8F88625A@macports.org> Message-ID: <5652C416-B1E3-47FB-86A1-10F0917803E3@macports.org> > The port should be updated and renamed. We may have to go with > downloading their disk image and just copying over their existing > universal binary application, since their web site makes no mention > of the source being available anymore. If anyone can find the > source for the current version, please let me know and we'll use > that instead. We're in some luck; the source is only available via CVS on Sourceforge (see [1] to browse it on the web), but it is there and it is tagged. I haven't tested it yet, but it looks from portfile(7) and browsing the CVS repository that worksrcdir OSXvnc cvs.root :pserver:anonymous@osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc cvs.tag 2_1 should do for fetching the current version and setting the build directory. It looks like the old patch will need some tweaking as well. Kind regards, Maun Suang [1] http://osxvnc.cvs.sourceforge.net/osxvnc/ -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From jwa at macports.org Tue May 8 02:39:26 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:53 2007 Subject: grace upgrade problem (was: MacPorts v1.4.40 released for self update) In-Reply-To: <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> References: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> Message-ID: <87C45633-AF32-47EB-A553-4D9509DF9CFA@macports.org> On 8.5.2007, at 11.30, Jochen K?pper wrote: >> Release 1.4.40 (7-May-2007, tagged at r24909 by jberry): > > So I selfupdate and run sudo port upgrade outdated... mostly works, > but grace does not want to be activated: > > > sudo nice port -vd upgrade grace > DEBUG: Found port in file:///opt/local/var/db/dports/sources/ > rsync.rsync.darwinports.org_dpupdate_dports/x11/grace > ---> Activating grace 5.1.20_0 > DEBUG: Image error: Another version of this port (grace @5.1.18_0) > is already active. > while executing > "portimage::activate $portname $version_installed$variant > $optionslist" > Error: Activating grace 5.1.20_0 failed: Image error: Another > version of this port (grace @5.1.18_0) is already active. > > > MacPorts now says that 5.1.20 is already installed, but when I > actually look in XmGrace it is still at 5.1.18... > > > sudo port list grace > grace @5.1.20 x11/grace > You could try 'port list' more, you'd see it does not tell you the installed version (but the latest version)? > > Manually uninstalling grace 5.1.18 and activating 5.1.20 works, > though. > > Greetings, > Jochen ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From boeyms at macports.org Tue May 8 02:48:18 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:53 2007 Subject: Creating symlinks to files that don't exist In-Reply-To: <46400D00.50305@cogweb.net> References: <46400D00.50305@cogweb.net> Message-ID: On 08/05/2007, at 15:39, David Liontooth wrote: >> - ln uses new symlink command so it can create symlinks that point to >> files that don't actually exist (eridius r24444). > > How is this done? It would come in extremely handy. It looks to me from the changeset [1] that you just use "ln -s " in a Portfile (i.e. _without_ wrapping it as an argument to a "system" command, as this has effectively already been done). If eridius knows otherwise, he'll probably pop up and say so. Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/changeset/24444 -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From boeyms at macports.org Tue May 8 03:02:11 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:53 2007 Subject: grace upgrade problem (was: MacPorts v1.4.40 released for self update) In-Reply-To: <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> References: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> Message-ID: <1234C70C-EB40-48B9-B8EC-7D002B9E50FA@macports.org> Hi Jochen, On 08/05/2007, at 18:30, Jochen K?pper wrote: >> Release 1.4.40 (7-May-2007, tagged at r24909 by jberry): > > So I selfupdate and run sudo port upgrade outdated... mostly works, > but grace does not want to be activated: > > > sudo nice port -vd upgrade grace > DEBUG: Found port in file:///opt/local/var/db/dports/sources/ > rsync.rsync.darwinports.org_dpupdate_dports/x11/grace > ---> Activating grace 5.1.20_0 > DEBUG: Image error: Another version of this port (grace @5.1.18_0) > is already active. > while executing > "portimage::activate $portname $version_installed$variant > $optionslist" > Error: Activating grace 5.1.20_0 failed: Image error: Another > version of this port (grace @5.1.18_0) is already active. This is part of the functionality of MacPorts: you can have multiple versions installed, but only one activated at a time; there will be a discussion elsewhere about all the reasons why this is useful, but I use it for testing updates to ports without having to have archives lying around or waiting for an entire port to rebuild if the one I'm working on fails and I need the old one. To take care of this, you can: (1) supply the -u flag to upgrade, which will deactivate and uninstall any older versions of a port before installing and activating the latest one (this is what I usually do); (2) manually deactivate the old port and activate the new one, which will leave the old port still installed; or (3) manually uninstall the old port and activate the new one, as you did, which will remove the old port (but still leave the binary archive of it if you have archive mode set in your ports.conf). > MacPorts now says that 5.1.20 is already installed, but when I > actually look in XmGrace it is still at 5.1.18... > > > sudo port list grace > grace @5.1.20 x11/grace This command will only list the latest version of a port as listed in PortIndex (of which there will be only one if you are using only one repository in your sources.conf). If you had instead typed "sudo port installed grace" after the successful install but failed activation, you would have seen something like: > sudo port installed grace The following ports are currently installed: grace @5.1.18_0 (active) grace @5.1.20_0 (By the way, you don't actually need to sudo port's information actions.) I hope that this clarifies things for you. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From ryandesign at macports.org Tue May 8 04:47:02 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: osxvnc port fails to build In-Reply-To: <5652C416-B1E3-47FB-86A1-10F0917803E3@macports.org> References: <463FEBB3.3020002@cogweb.net> <18B42A8D-2121-47A8-9747-AC2F8F88625A@macports.org> <5652C416-B1E3-47FB-86A1-10F0917803E3@macports.org> Message-ID: <818531D8-9773-4140-BFA8-B5CC0370B6FE@macports.org> On May 8, 2007, at 04:38, Boey Maun Suang wrote: >> The port should be updated and renamed. We may have to go with >> downloading their disk image and just copying over their existing >> universal binary application, since their web site makes no >> mention of the source being available anymore. If anyone can find >> the source for the current version, please let me know and we'll >> use that instead. > > We're in some luck; the source is only available via CVS on > Sourceforge (see [1] to browse it on the web), but it is there and > it is tagged. I haven't tested it yet, but it looks from portfile > (7) and browsing the CVS repository that > > worksrcdir OSXvnc > cvs.root :pserver:anonymous@osxvnc.cvs.sourceforge.net:/cvsroot/osxvnc > cvs.tag 2_1 > > should do for fetching the current version and setting the build > directory. It looks like the old patch will need some tweaking as > well. > [1] http://osxvnc.cvs.sourceforge.net/osxvnc/ Thanks for finding this. I'll work on updating the osxvnc port to the latest version using this CVS checkout. From darenzana at gmail.com Tue May 8 04:52:33 2007 From: darenzana at gmail.com (Didier Arenzana) Date: Tue Oct 9 16:42:53 2007 Subject: /bin/date and coreutils In-Reply-To: <463FB86B.8040107@cogweb.net> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <03B3A124-C8F2-4362-B91B-3D009E060D6E@gmail.com> <463FB86B.8040107@cogweb.net> Message-ID: 2007/5/8, David Liontooth : > Are there disadvantages to installing coreutils -- does it or could it > interefere with other programs? I'm a bit queasy, but I guess as long as > /opt/local/bin is last in the path it won't interfere. In fact, if I understand correctly the portfile, the coreutils port install all GNU utilties with a 'g' prefix ( ls is installed as /opt/local/bin/gls , and so on) . So there shouldn't be a conflict with the native utilities. There's a variant 'with_default_names' that also create links between the g-name and the native name (it creates a link from /opt/local/bin/ls to /opt/local/bin/gls). Didier. From michal.roszka at gmail.com Tue May 8 05:36:44 2007 From: michal.roszka at gmail.com (=?UTF-8?Q?Micha=C5=82_Roszka?=) Date: Tue Oct 9 16:42:53 2007 Subject: [update] Monotone, Portfile for 0.35. Message-ID: Hi, Here is an updated Portfile for monotone 0.35 (yesterday's release). I am not sure, should I send updated portfiles here or do you (macports team) prefer another way? PortSystem 1.0 name monotone version 0.35 categories devel maintainers nomaintainer@macports.org description A distributed version control system long_description \ monotone is a free distributed version control system. It provides \ a simple, single-file transactional version store, with fully \ disconnected operation and an efficient peer-to-peer synchronization \ protocol. It understands history-sensitive merging, lightweight \ branches, integrated code review and 3rd party testing. homepage http://monotone.ca/ platforms darwin master_sites ${homepage}downloads/${version}/ checksums md5 9b53046dda8ba7549fa5ce765e14fa65 \ sha1 b745eee239ab198f4263493c7f79cfd1b6935127 \ rmd160 91cb91fc25415f8357a57f199a5f83b8ea9293a1 depends_lib lib:XXX:boost configure.args --infodir=${prefix}/share/info --mandir=${prefix}/ share/man Kind regards, -- M. Roszka From mselig at gmail.com Tue May 8 05:48:05 2007 From: mselig at gmail.com (=?ISO-8859-1?Q?Marc_Andr=E9_Selig?=) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <53C2CDBE-45BB-4B80-BF57-30F4B512A1AF@brierdr.com> References: <463FAA9A.2010506@alpinenetworking.com> <463FB7AF.5000200@cogweb.net> <53C2CDBE-45BB-4B80-BF57-30F4B512A1AF@brierdr.com> Message-ID: On 5/8/07, Jordan K. Hubbard wrote: > You can also do use the "mpkg" target for ports with dependencies; this will > cause a metapackage to be built which contains all the deps, making the > package stand-alone. I just tried that. It seems not to work quite as anticipated. $ sudo port mpkg gnucash +guile16 ... results in port packaging guile instead of guile16, which makes the resulting package useless. It seems as if port mpkg follows the original dependencies specified in the port, not those in the variant given, nor even those in the default variant. Any hints how to fix this? This functionality would probably be useful to some people who don't really want to install MacPorts at all, but just need that one package. Or is there anything else I'm doing wrong? Regards, Marc PS: If you try the command above, be prepared for a long wait. On my old iBook G4, after packaging gnucash itself, port took 15 minutes just to compute dependencies before beginning to collect them. From gabor at nekomancer.net Tue May 8 06:28:40 2007 From: gabor at nekomancer.net (=?UTF-8?B?R8OhYm9yIEZhcmthcw==?=) Date: Tue Oct 9 16:42:53 2007 Subject: multiple versions of a package? Message-ID: <46407B08.4060805@nekomancer.net> hi, while using macports, i found this problem that i'm not able to solve: =============================================== omoikane:~ gabor$ port installed subversion The following ports are currently installed: subversion @1.4.2_0 subversion @1.4.3_0 subversion @1.4.3_1 (active) omoikane:~ gabor$ sudo port uninstall subversion @1.4.2_0 ---> Unable to uninstall subversion 1.4.2_0, the following ports depend on it: ---> subversion-perlbindings Error: port uninstall failed: Please uninstall the ports that depend on subversion first. omoikane:~ gabor$ sudo port uninstall subversion @1.4.3_0 ---> Unable to uninstall subversion 1.4.3_0, the following ports depend on it: ---> subversion-perlbindings Error: port uninstall failed: Please uninstall the ports that depend on subversion first. omoikane:~ gabor$ sudo port uninstall subversion @1.4.3_1 ---> Unable to uninstall subversion 1.4.3_1, the following ports depend on it: ---> subversion-perlbindings Error: port uninstall failed: Please uninstall the ports that depend on subversion first. ================================================= so, my questions are: 1. why do i have multiple versions of 'subversion' installed? when i do 'port upgrade subversion', i assumed it installs the new version and removes the old one... is that so? 2. from the messages above, on what does 'subversion-perlbindings' depend exactly? on a specific version of 'subversion'? or simply on 'subversion' as a package? i have used several package managers in the past (rpm, debian, gentoo..), but macports's behavior seems to be quite different. i'd like to understand it, so could you please explain to me what's happening there? thanks, gabor From dluke at geeklair.net Tue May 8 06:38:36 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:53 2007 Subject: multiple versions of a package? In-Reply-To: <46407B08.4060805@nekomancer.net> References: <46407B08.4060805@nekomancer.net> Message-ID: On May 8, 2007, at 9:28 AM, G?bor Farkas wrote: > omoikane:~ gabor$ sudo port uninstall subversion @1.4.2_0 > ---> Unable to uninstall subversion 1.4.2_0, the following ports > depend on it: > ---> subversion-perlbindings You need to use -f to force port to do this. > 1. why do i have multiple versions of 'subversion' installed? when > i do 'port upgrade subversion', i assumed it installs the new > version and removes the old one... is that so? Nope. Unless you pass the -u option (uninstall non-active ports when upgrading and uninstalling) to port, it will just 'deactivate' the old version (so you can quickly switch back and forth between versions). > 2. from the messages above, on what does 'subversion-perlbindings' > depend exactly? on a specific version of 'subversion'? or simply on > 'subversion' as a package? The dependency tracking isn't extremely smart, so it just knows that the subversions-perlbindings package needs a subversion package installed and will complain if you try to uninstall any of them (you can force port to ignore this with -f and prevent it in the future with -u). -- 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/20070508/0523ae85/PGP.bin From dluke at geeklair.net Tue May 8 06:43:31 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:53 2007 Subject: [update] Monotone, Portfile for 0.35. In-Reply-To: References: Message-ID: On May 8, 2007, at 8:36 AM, Micha? Roszka wrote: > Here is an updated Portfile for monotone 0.35 (yesterday's release). Committed in r24923. > I am not sure, should I send updated portfiles here or do you > (macports team) prefer another way? If you could register an account on our trac system and submit them as tickets, it would be appreciated. Also, since you're interested in monotone and it doesn't currently have a maintainer, how would you like to maintain it? -- 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/20070508/340ed168/PGP.bin From jochen at fhi-berlin.mpg.de Tue May 8 06:54:41 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:53 2007 Subject: grace upgrade problem (was: MacPorts v1.4.40 released for self update) In-Reply-To: <1234C70C-EB40-48B9-B8EC-7D002B9E50FA@macports.org> References: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> <1234C70C-EB40-48B9-B8EC-7D002B9E50FA@macports.org> Message-ID: On 08.05.2007, at 12:02, Boey Maun Suang wrote: >> So I selfupdate and run sudo port upgrade outdated... mostly >> works, but grace does not want to be activated: >> >> > sudo nice port -vd upgrade grace >> DEBUG: Found port in file:///opt/local/var/db/dports/sources/ >> rsync.rsync.darwinports.org_dpupdate_dports/x11/grace >> ---> Activating grace 5.1.20_0 >> DEBUG: Image error: Another version of this port (grace @5.1.18_0) >> is already active. >> while executing >> "portimage::activate $portname $version_installed$variant >> $optionslist" >> Error: Activating grace 5.1.20_0 failed: Image error: Another >> version of this port (grace @5.1.18_0) is already active. > > This is part of the functionality of MacPorts: you can have > multiple versions installed, but only one activated at a time; > there will be a discussion elsewhere about all the reasons why this > is useful, but I use it for testing updates to ports without having > to have archives lying around or waiting for an entire port to > rebuild if the one I'm working on fails and I need the old one. Well, not exactly consistent, apparently. I did: sudo nice port upgrade -u outdated But this then results in many erros due to non-versioned dependencies: ---> Activating grace 5.1.20_0 Error: Activating grace 5.1.20_0 failed: Image error: Another version of this port (grace @5.1.18_0) is already active. ---> Fetching pango ---> Attempting to fetch pango-1.16.4.tar.bz2 from http:// mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/pango/1.16 ---> Verifying checksum(s) for pango ---> Extracting pango ---> Applying patches to pango ---> Configuring pango ---> Building pango with target all ---> Staging pango into destroot ---> Unable to uninstall pango 1.16.2_0, the following ports depend on it: ---> graphviz ---> gtk2 Error: Uninstall pango 1.16.2_0 failed: Please uninstall the ports that depend on pango first. ---> Fetching sqlite3 ---> Attempting to fetch sqlite-3.3.17.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 ---> Unable to uninstall sqlite3 3.3.16_0+darwin_8, the following ports depend on it: ---> apr-util Error: Uninstall sqlite3 3.3.16_0+darwin_8 failed: Please uninstall the ports that depend on sqlite3 first. Therefore I say > sudo nice port upgrade outdated which works for all (!) ports but grace: ---> Activating grace 5.1.20_0 Error: Activating grace 5.1.20_0 failed: Image error: Another version of this port (grace @5.1.18_0) is already active. ---> Deactivating pango 1.16.2_0 ---> Installing pango 1.16.4_0 ---> Activating pango 1.16.4_0 ---> Cleaning pango ---> Deactivating sqlite3 3.3.16_0+darwin_8 ---> Installing sqlite3 3.3.17_0+darwin_8 ---> Activating sqlite3 3.3.17_0+darwin_8 ---> Cleaning sqlite3 in that light, thank you for your clarifications, but port upgrade -u outdated is not very useful, as most port are a dependency of something... I normally retreat to port upgrade outdated but this did not work for grace, whereas it worked for pango and sqlite3 and also worked all the times I used it before. No problem, I could easily work around it, just thought I let you know. Btw, it would be nice to have "port upgrade -u" really work. Anyway, thank all of you very much for your help and a beautiful system (MacPorts;)! Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070508/1e3d5c5e/PGP.bin From paul at 82ask.com Tue May 8 08:10:56 2007 From: paul at 82ask.com (Paul Butcher) Date: Tue Oct 9 16:42:53 2007 Subject: (no subject) Message-ID: <43ABF4FC-450E-4540-81F5-24405E8B990B@82ask.com> I'm relatively new to Macs, so please forgive me if I'm doing something stupid. I'm having problems installing ncurses with MacPorts. I get the following: > paul-butchers-computer:~ paul$ sudo port install ncurses > ---> Staging ncurses into destroot > Error: Target com.apple.destroot returned: no such file or directory > Error: Status 1 encountered during processing. port -dv gives me *lots* of output, but the last bit reads: > DEBUG: Executing proc-post-com.apple.destroot-destroot-0 > DEBUG: delete: /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_devel_ncurses/work/destroot/opt/local/share /opt/local/var/ > db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_devel_ncurses/work/destroot/opt/local/lib/terminfo > Error: Target com.apple.destroot returned: no such file or directory > Warning: the following items did not execute (for ncurses): > com.apple.activate com.apple.destroot com.apple.install > Error: Status 1 encountered during processing. I've tried doing a "port clean --all ncurses", but I get exactly the same thing afterwards. I'd be very grateful for any pointers to what I'm doing wrong, or how to debug further. Many thanks. ------------------------------------------------ Paul Butcher CTO 82ASK Mobile: +44 (0) 7740 857648 Main: +44 (0) 1223 309080 Fax: +44(0) 1223 309082 Email: paul@82ask.com MSN: paul@paulbutcher.com AIM: paulrabutcher Skype: paulrabutcher LinkedIn: http://www.linkedin.com/in/paulbutcher ------------------------------------------------ Re5ult Limited Registered in England No 04909795 VAT registration number GB 849 201 231. Registered office 22 Great James Street Londong WC1N 3ES This email is confidential. It may be read, copied and used only by the intended recipient. If you have received it in error, please contact us immediately. From paul at 82ask.com Tue May 8 08:12:35 2007 From: paul at 82ask.com (Paul Butcher) Date: Tue Oct 9 16:42:53 2007 Subject: Trouble installing ncurses In-Reply-To: <43ABF4FC-450E-4540-81F5-24405E8B990B@82ask.com> References: <43ABF4FC-450E-4540-81F5-24405E8B990B@82ask.com> Message-ID: Oops - first apology necessary for the lack of a subject in my earlier mail. Blush. Sorry guys - I normally think more carefully before I hit "send"! On 8 May 2007, at 16:10, Paul Butcher wrote: > I'm relatively new to Macs, so please forgive me if I'm doing > something stupid. I'm having problems installing ncurses with > MacPorts. I get the following: > >> paul-butchers-computer:~ paul$ sudo port install ncurses >> ---> Staging ncurses into destroot >> Error: Target com.apple.destroot returned: no such file or directory >> Error: Status 1 encountered during processing. > > port -dv gives me *lots* of output, but the last bit reads: > >> DEBUG: Executing proc-post-com.apple.destroot-destroot-0 >> DEBUG: delete: /opt/local/var/db/dports/build/ >> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate >> _dports_devel_ncurses/work/destroot/opt/local/share /opt/local/var/ >> db/dports/build/ >> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate >> _dports_devel_ncurses/work/destroot/opt/local/lib/terminfo >> Error: Target com.apple.destroot returned: no such file or directory >> Warning: the following items did not execute (for ncurses): >> com.apple.activate com.apple.destroot com.apple.install >> Error: Status 1 encountered during processing. > > I've tried doing a "port clean --all ncurses", but I get exactly > the same thing afterwards. > > I'd be very grateful for any pointers to what I'm doing wrong, or > how to debug further. > > Many thanks. > ------------------------------------------------ Paul Butcher CTO 82ASK Mobile: +44 (0) 7740 857648 Main: +44 (0) 1223 309080 Fax: +44(0) 1223 309082 Email: paul@82ask.com MSN: paul@paulbutcher.com AIM: paulrabutcher Skype: paulrabutcher LinkedIn: http://www.linkedin.com/in/paulbutcher ------------------------------------------------ Re5ult Limited Registered in England No 04909795 VAT registration number GB 849 201 231. Registered office 22 Great James Street Londong WC1N 3ES This email is confidential. It may be read, copied and used only by the intended recipient. If you have received it in error, please contact us immediately. From guido.soranzio at gmail.com Tue May 8 08:30:09 2007 From: guido.soranzio at gmail.com (Guido Soranzio) Date: Tue Oct 9 16:42:53 2007 Subject: Trouble installing ncurses Message-ID: <53A39CC8-5733-40B2-99AD-8F53E5F4708D@gmail.com> On 8 May 2007, at 16:10, Paul Butcher wrote: > I'd be very grateful for any pointers to what I'm doing wrong, or > how to debug further. With the changeset 24435 (http://trac.macosforge.org/projects/ macports/changeset/24435) the "delete" command is being implemented differently and now it tries to traverse automatically the symbolic links. You can correct the ncurses Portfile by executing "sudo port edit ncurses" and changing the line "delete ${destroot}${prefix}/share ${destroot}${prefix}/lib/terminfo" into: "delete ${destroot}${prefix}/lib/terminfo ${destroot}${prefix}/share" By reversing the order of the arguments, the symbolic link "lib/ terminfo" is deleted at first, then its target "../share/terminfo" is removed correctly. From ryandesign at macports.org Tue May 8 09:44:01 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: Can't destroot ncurses (was: (no subject)) In-Reply-To: <43ABF4FC-450E-4540-81F5-24405E8B990B@82ask.com> References: <43ABF4FC-450E-4540-81F5-24405E8B990B@82ask.com> Message-ID: <59808A69-730C-4B83-AFA9-F15434B98BB5@macports.org> On May 8, 2007, at 10:10, Paul Butcher wrote: > I'm relatively new to Macs, so please forgive me if I'm doing > something stupid. I'm having problems installing ncurses with > MacPorts. I get the following: > >> paul-butchers-computer:~ paul$ sudo port install ncurses >> ---> Staging ncurses into destroot >> Error: Target com.apple.destroot returned: no such file or directory >> Error: Status 1 encountered during processing. > > port -dv gives me *lots* of output, but the last bit reads: > >> DEBUG: Executing proc-post-com.apple.destroot-destroot-0 >> DEBUG: delete: /opt/local/var/db/dports/build/ >> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate >> _dports_devel_ncurses/work/destroot/opt/local/share /opt/local/var/ >> db/dports/build/ >> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate >> _dports_devel_ncurses/work/destroot/opt/local/lib/terminfo >> Error: Target com.apple.destroot returned: no such file or directory >> Warning: the following items did not execute (for ncurses): >> com.apple.activate com.apple.destroot com.apple.install >> Error: Status 1 encountered during processing. > > I've tried doing a "port clean --all ncurses", but I get exactly > the same thing afterwards. Paul, I think this is the problem that was just fixed: http://trac.macosforge.org/projects/macports/changeset/24928 So please wait awhile (12 hrs?), then "sudo port sync", then try installing ncurses again. From ryandesign at macports.org Tue May 8 09:47:48 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: multiple versions of a package? In-Reply-To: References: <46407B08.4060805@nekomancer.net> Message-ID: On May 8, 2007, at 08:38, Daniel J. Luke wrote: > On May 8, 2007, at 9:28 AM, G?bor Farkas wrote: >> omoikane:~ gabor$ sudo port uninstall subversion @1.4.2_0 >> ---> Unable to uninstall subversion 1.4.2_0, the following ports >> depend on it: >> ---> subversion-perlbindings > > You need to use -f to force port to do this. > >> 1. why do i have multiple versions of 'subversion' installed? when >> i do 'port upgrade subversion', i assumed it installs the new >> version and removes the old one... is that so? > > Nope. Unless you pass the -u option (uninstall non-active ports > when upgrading and uninstalling) to port, it will just 'deactivate' > the old version (so you can quickly switch back and forth between > versions). > >> 2. from the messages above, on what does 'subversion-perlbindings' >> depend exactly? on a specific version of 'subversion'? or simply >> on 'subversion' as a package? > > The dependency tracking isn't extremely smart, so it just knows > that the subversions-perlbindings package needs a subversion > package installed and will complain if you try to uninstall any of > them (you can force port to ignore this with -f and prevent it in > the future with -u). Well, that won't prevent the error... it'll just move it to a different place. When he uses "sudo port -u upgrade subversion" next time, he'll get the message that subversion 1.4.3_1 could not be uninstalled because subversion-perlbindings depends on it. To get around it, he'll then need to "sudo port -ufn upgrade subversion". From gabor at nekomancer.net Tue May 8 09:59:23 2007 From: gabor at nekomancer.net (=?ISO-8859-1?Q?G=E1bor_Farkas?=) Date: Tue Oct 9 16:42:53 2007 Subject: multiple versions of a package? In-Reply-To: References: <46407B08.4060805@nekomancer.net> Message-ID: <4640AC6B.50901@nekomancer.net> Ryan Schmidt wrote: > On May 8, 2007, at 08:38, Daniel J. Luke wrote: > >> On May 8, 2007, at 9:28 AM, G?bor Farkas wrote: >>> omoikane:~ gabor$ sudo port uninstall subversion @1.4.2_0 >>> ---> Unable to uninstall subversion 1.4.2_0, the following ports >>> depend on it: >>> ---> subversion-perlbindings >> >> You need to use -f to force port to do this. >> >>> 1. why do i have multiple versions of 'subversion' installed? when i >>> do 'port upgrade subversion', i assumed it installs the new version >>> and removes the old one... is that so? >> >> Nope. Unless you pass the -u option (uninstall non-active ports when >> upgrading and uninstalling) to port, it will just 'deactivate' the old >> version (so you can quickly switch back and forth between versions). >> >>> 2. from the messages above, on what does 'subversion-perlbindings' >>> depend exactly? on a specific version of 'subversion'? or simply on >>> 'subversion' as a package? >> >> The dependency tracking isn't extremely smart, so it just knows that >> the subversions-perlbindings package needs a subversion package >> installed and will complain if you try to uninstall any of them (you >> can force port to ignore this with -f and prevent it in the future >> with -u). > > Well, that won't prevent the error... it'll just move it to a different > place. When he uses "sudo port -u upgrade subversion" next time, he'll > get the message that subversion 1.4.3_1 could not be uninstalled because > subversion-perlbindings depends on it. To get around it, he'll then need > to "sudo port -ufn upgrade subversion". hmm.. maybe my "workflow" with macports is wrong? or everyone is using "-f" all the time? because it seems a little strange to me, that i basically MUST use "-f" when using macports. gabor From liontooth at cogweb.net Tue May 8 10:27:04 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:53 2007 Subject: Creating symlinks to files that don't exist In-Reply-To: References: <46400D00.50305@cogweb.net> Message-ID: <4640B2E8.1020107@cogweb.net> Boey Maun Suang wrote: > > On 08/05/2007, at 15:39, David Liontooth wrote: > >>> - ln uses new symlink command so it can create symlinks that point to >>> files that don't actually exist (eridius r24444). >> >> How is this done? It would come in extremely handy. > > It looks to me from the changeset [1] that you just use "ln -s > " in a Portfile (i.e. _without_ wrapping it as an > argument to a "system" command, as this has effectively already been > done). If eridius knows otherwise, he'll probably pop up and say so. Thank you Maun Suang. I realized after asking that this is the default behavior. Best wishes, Dave From paul at 82ask.com Tue May 8 10:29:02 2007 From: paul at 82ask.com (Paul Butcher) Date: Tue Oct 9 16:42:53 2007 Subject: Can't destroot ncurses (was: (no subject)) In-Reply-To: <59808A69-730C-4B83-AFA9-F15434B98BB5@macports.org> References: <43ABF4FC-450E-4540-81F5-24405E8B990B@82ask.com> <59808A69-730C-4B83-AFA9-F15434B98BB5@macports.org> Message-ID: <4316B31D-FA24-4C94-89B6-5FA75CF0692A@82ask.com> Thanks Ryan and Guido, I have just done a "port sync" and ncurses now installs just fine :-) Cheers! ------------------------------------------------ Paul Butcher CTO 82ASK Mobile: +44 (0) 7740 857648 Main: +44 (0) 1223 309080 Fax: +44(0) 1223 309082 Email: paul@82ask.com MSN: paul@paulbutcher.com AIM: paulrabutcher Skype: paulrabutcher LinkedIn: http://www.linkedin.com/in/paulbutcher ------------------------------------------------ Re5ult Limited Registered in England No 04909795 VAT registration number GB 849 201 231. Registered office 22 Great James Street Londong WC1N 3ES This email is confidential. It may be read, copied and used only by the intended recipient. If you have received it in error, please contact us immediately. From liontooth at cogweb.net Tue May 8 10:31:30 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:53 2007 Subject: /bin/date and coreutils In-Reply-To: References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <03B3A124-C8F2-4362-B91B-3D009E060D6E@gmail.com> <463FB86B.8040107@cogweb.net> Message-ID: <4640B3F2.5050706@cogweb.net> Didier Arenzana wrote: > 2007/5/8, David Liontooth : >> Are there disadvantages to installing coreutils -- does it or could it >> interefere with other programs? I'm a bit queasy, but I guess as long as >> /opt/local/bin is last in the path it won't interfere. > > In fact, if I understand correctly the portfile, the coreutils port > install all GNU utilties with a 'g' prefix ( ls is installed as > /opt/local/bin/gls , and so on) . So there shouldn't be a conflict > with the native utilities. > > There's a variant 'with_default_names' that also create links between > the g-name and the native name (it creates a link from > /opt/local/bin/ls to /opt/local/bin/gls). Nice, thanks. From vivek.menon79 at gmail.com Tue May 8 11:13:06 2007 From: vivek.menon79 at gmail.com (Vivek Menon) Date: Tue Oct 9 16:42:53 2007 Subject: Problem installing rpm port In-Reply-To: References: Message-ID: Hello, I am having problem installing the rpm port. Initially I encountered problem with ncurses package and that was rectified by following Guido Soranzio's instructions. Can someone help??? This is what I see: ======================================= sudo port install rpm Portfile changed since last build; discarding previous state. ---> Fetching ncurses ---> Verifying checksum(s) for ncurses ---> Extracting ncurses ---> Applying patches to ncurses ---> Configuring ncurses ---> Building ncurses with target all ---> Staging ncurses into destroot ---> Installing ncurses 5.6_0+darwin_8 ---> Activating ncurses 5.6_0+darwin_8 ---> Cleaning ncurses ---> Fetching readline ---> Attempting to fetch readline52-001 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline-5.2.tar.gz from http://ftp.gnu.org/gnu/readline ---> Verifying checksum(s) for readline ---> Extracting readline ---> Applying patches to readline ---> Configuring readline ---> Building readline with target all ---> Staging readline into destroot ---> Installing readline 5.2.001_0 ---> Activating readline 5.2.001_0 ---> Cleaning readline ---> Fetching rpm ---> Attempting to fetch rpm-4.4.6.tar.gz from http://wraptastic.org/pub/rpm-4.4.x/ ---> Verifying checksum(s) for rpm ---> Extracting rpm ---> Applying patches to rpm ---> Configuring rpm ---> Building rpm with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_sysutils_rpm/work/rpm-4.4.6" && gnumake all " returned error 2 Command output: rpmmodule.c:193: warning: statement with no effect rpmmodule.c:197: error: 'm' undeclared (first use in this function) rpmmodule.c:217: warning: implicit declaration of function 'Py_InitModule3' rpmmodule.c:223: warning: implicit declaration of function 'PyModule_GetDict' rpmmodule.c:230: warning: implicit declaration of function 'PyErr_NewException' rpmmodule.c:230: warning: assignment makes pointer from integer without a cast rpmmodule.c:232: warning: implicit declaration of function 'PyDict_SetItemString' rpmmodule.c:272: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:272: error: 'PyType_Type' undeclared (first use in this function) rpmmodule.c:273: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:274: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:275: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:276: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:277: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:278: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:279: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:280: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:281: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:282: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:285: warning: implicit declaration of function 'PyDict_New' rpmmodule.c:288: warning: implicit declaration of function 'PyInt_FromLong' rpmmodule.c:290: warning: implicit declaration of function 'Py_DECREF' rpmmodule.c:291: warning: implicit declaration of function 'PyDict_SetItem' rpmmodule.c:291: warning: implicit declaration of function 'PyString_FromString' rpmmodule.c:297: warning: assignment discards qualifiers from pointer target type rpmmodule.c:298: warning: implicit declaration of function 'PyCObject_FromVoidPtr' gnumake[3]: *** [rpmmodule.lo] Error 1 gnumake[2]: *** [all-recursive] Error 1 gnumake[1]: *** [all-recursive] Error 1 gnumake: *** [all] Error 2 ============================================== Vivek From ryandesign at macports.org Tue May 8 12:06:04 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: multiple versions of a package? In-Reply-To: <4640AC6B.50901@nekomancer.net> References: <46407B08.4060805@nekomancer.net> <4640AC6B.50901@nekomancer.net> Message-ID: <7587B45D-6EBF-42FB-8FA1-AC21BD3AEAA1@macports.org> On May 8, 2007, at 11:59, G?bor Farkas wrote: > hmm.. maybe my "workflow" with macports is wrong? or everyone is > using "-f" all the time? If you want to upgrade a port on which other ports depend, you must use "-f". > because it seems a little strange to me, that i basically MUST use > "-f" when using macports. Yup. I wish MacPorts was smarter in this area, but it's not. From jkh at brierdr.com Tue May 8 14:49:56 2007 From: jkh at brierdr.com (Jordan K. Hubbard) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: References: <463FAA9A.2010506@alpinenetworking.com> <463FB7AF.5000200@cogweb.net> <53C2CDBE-45BB-4B80-BF57-30F4B512A1AF@brierdr.com> Message-ID: <4A6CFC87-CC60-4AD8-BEB4-779E9183F87F@brierdr.com> On May 8, 2007, at 5:48 AM, Marc Andr? Selig wrote: > I just tried that. It seems not to work quite as anticipated. > > $ sudo port mpkg gnucash +guile16 > > ... results in port packaging guile instead of guile16, which makes > the resulting package useless. > > It seems as if port mpkg follows the original dependencies specified > in the port, not those in the variant given, nor even those in the > default variant. I believe you have indeed found a bug! The pkg / mpkg creation code was written a long time ago and I would not be at all surprised to learn that it has not kept pace with other changes in macports. The code for all the packaging procedures lives in macports/base/src/ package1.0/ and represent an excellent learning opportunity / potential contribution for anyone. :-) - Jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070508/5cb6afa7/attachment.html From derek at chocolate-fish.com Tue May 8 14:58:20 2007 From: derek at chocolate-fish.com (Derek Harland) Date: Tue Oct 9 16:42:53 2007 Subject: Change to xemacs port file Message-ID: Hi all, What is the process for reporting/fixing a bug in a port? Is it just to open a ticket on macports.org with details of my patch? (I've done this). derek. From jochen at fhi-berlin.mpg.de Tue May 8 15:02:20 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:53 2007 Subject: qt4-mac port Message-ID: Hi, I was quite happy to find out that there is a port of Qt4. However, when compiling (my own) Unix program against it using autotools/ libtool I found the following error: libtool: link: cannot find the library `' or unhandled argument `Carbon' This is due to the -framwork options in the .la files installed in / opt/local/lib. Removing all /opt/local/lib/libQt*.la files solves the problem (as documented elsewhere), but maybe MacPorts should take care o that, not? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070509/224821c1/PGP.bin From ryandesign at macports.org Tue May 8 15:06:46 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:53 2007 Subject: Change to xemacs port file In-Reply-To: References: Message-ID: <3A3E8800-3549-4488-A7BB-98E2FE111A7E@macports.org> On May 8, 2007, at 16:58, Derek Harland wrote: > What is the process for reporting/fixing a bug in a port? Is it > just to open a ticket on macports.org with details of my patch? > (I've done this). Yes, do that, and put the maintainer's email address in the Cc field. If the port has no maintainer, notify this mailing list of the ticket number. Otherwise, it may take awhile for someone to notice the bug on their own. From ansgar at esztermann.de Tue May 8 15:09:45 2007 From: ansgar at esztermann.de (Ansgar Esztermann) Date: Tue Oct 9 16:42:53 2007 Subject: gnome-vfs fails to build on 10.3.9 In-Reply-To: <7a2b5dfb0702090857s1ec55ffbs31ded85d6e71b5fe@mail.gmail.com> References: <7a2b5dfb0702080837u19172abbv78c99f5dae49d637@mail.gmail.com> <7a2b5dfb0702080903v33586f39ua5168ae81b20d561@mail.gmail.com> <4A78E81A-9AC9-4257-8E5A-34E1C77D0702@macports.org> <7a2b5dfb0702090857s1ec55ffbs31ded85d6e71b5fe@mail.gmail.com> Message-ID: <20070508220945.GA491@localhost> On Fri, Feb 09, 2007 at 11:57:51AM -0500, Jonathan Bowman wrote: > Brilliant. Gnome-vfs installed without a hitch. Bless you all. Does anyone know what the current status of gnome-vfs is? I am experiencing a problem that looks like the one described with port 1.440. Thanks, A. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070509/8a19d4a0/attachment.bin From rick at alpinenetworking.com Tue May 8 15:55:23 2007 From: rick at alpinenetworking.com (Rick Gigger) Date: Tue Oct 9 16:42:53 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <68BDFD33-A9BF-43A6-A6CE-A6DFAABF21D9@gmail.com> References: <20070508024225.B663E18B5065@lists.macosforge.org> <68BDFD33-A9BF-43A6-A6CE-A6DFAABF21D9@gmail.com> Message-ID: <4640FFDB.7070507@alpinenetworking.com> Guido Soranzio wrote: > > On May 8, 2007, Ryan Schmidt wrote: > >> Such a format does exist: It's called a .pkg file and you interact >> with them every time you install an Apple software update. However, I >> don't think there's any functionality in MacPorts to create or use >> package files. > > That's not correct: the creation of binary packages was indeed one of the > priorities of the orginal DarwinPorts project! > > Besides the .pkg format, MacPorts supports (nowadays, theoretically) > the creation of .dpkg and RPM packages and the automatic building of .dmg > disk images. > > In better times, there was even a repository > (http://packages.opendarwin.org) > which was populated by running the script base/portmgr/buildall.sh > and an experimental but usable project by Ole Guldberg Jensen, DPLight, > which patched DarwinPorts to support directly the RPM registry > (http://www.opendarwin.org/projects/dplight/): mounting the repositories > via WebDAV was a simple but perfect solution not only for the final users. > > The most serious issue, however, was the lack of an official uninstaller > which should be currently -- paradoxically -- one of the first priority of > the MacPorts project, IMHO. There are some important changes coming with > Leopard: it has already been announced the use of XAR as the new binary > format (http://www.nabble.com/xar-in-Mac-OS-X-t2081148.html) as well as > the support for "automatic Internet download" and "new receipt tools" > (http://developer.apple.com/wwdc/sessions/index.html). Nothing more has > been divulged outside the NDA but it is clear that much work will be > required in order to interact with the new system receipt database and > to implement some form of reference counting that Mac OS X unfortunately > doesn't yet manage by itself. The ideal would be if I could do a separate MacPorts install on some box, installing and bulding all the packages I wanted, and then point any other box to it and say "give me all of that", and not have to rebuild everything every single time. It's not that bad on a quad xeon mac pro but on even and old G5 imac it takes a LONG time to build anything. Also the ability to add my own ports files would also help but I'm guessing that that is already possible. From derek at chocolate-fish.com Tue May 8 16:43:48 2007 From: derek at chocolate-fish.com (Derek Harland) Date: Tue Oct 9 16:42:53 2007 Subject: Change to xemacs port file In-Reply-To: <3A3E8800-3549-4488-A7BB-98E2FE111A7E@macports.org> References: <3A3E8800-3549-4488-A7BB-98E2FE111A7E@macports.org> Message-ID: Many thanks Ryan, * The ticket number is 11924 and the port has no maintainer. The patch is simply a change to the name of downloaded files and checksums * On a related note ... I'm moving systems from linux to mac and am a heavy user of python. There are very few ports in the python25 group --- how do I go about submitting new ports for libraries to this group? (which will generally be copies of the python24 port but with different dependents) Alternatively, the existing ports could have a python25 variant added? Should I get in contact with mww@macports.org who appears to be the maintainer on many of the existing python24 ports. * Is there any way of listing all ports with a given PortGroup (as opposed to category)? derek. On 9/05/2007, at 10:06 AM, Ryan Schmidt wrote: > On May 8, 2007, at 16:58, Derek Harland wrote: > >> What is the process for reporting/fixing a bug in a port? Is it >> just to open a ticket on macports.org with details of my patch? >> (I've done this). > > Yes, do that, and put the maintainer's email address in the Cc > field. If the port has no maintainer, notify this mailing list of > the ticket number. Otherwise, it may take awhile for someone to > notice the bug on their own. > > From boeyms at macports.org Tue May 8 04:49:54 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:53 2007 Subject: XercesC package broken... In-Reply-To: <4627A8B4.7080307@scienceus.org> References: <4627A8B4.7080307@scienceus.org> Message-ID: Hi Kevin, I've committed what I think to be a fix for the problem you reported in xercesc [1]; have you had a chance to try it out yet? Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/ticket/11813 -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From boeyms at macports.org Tue May 8 17:27:55 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:53 2007 Subject: grace upgrade problem (was: MacPorts v1.4.40 released for self update) In-Reply-To: References: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> <1234C70C-EB40-48B9-B8EC-7D002B9E50FA@macports.org> Message-ID: > I did: > sudo nice port upgrade -u outdated > > But this then results in many erros due to non-versioned dependencies: > > ---> Activating grace 5.1.20_0 > Error: Activating grace 5.1.20_0 failed: Image error: Another > version of this port (grace @5.1.18_0) is already active. > ---> Fetching pango > ---> Attempting to fetch pango-1.16.4.tar.bz2 from http:// > mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/pango/1.16 > ---> Verifying checksum(s) for pango > ---> Extracting pango > ---> Applying patches to pango > ---> Configuring pango > ---> Building pango with target all > ---> Staging pango into destroot > ---> Unable to uninstall pango 1.16.2_0, the following ports > depend on it: > ---> graphviz > ---> gtk2 > Error: Uninstall pango 1.16.2_0 failed: Please uninstall the ports > that depend on pango first. > ---> Fetching sqlite3 > ---> Attempting to fetch sqlite-3.3.17.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 > ---> Unable to uninstall sqlite3 3.3.16_0+darwin_8, the following > ports depend on it: > ---> apr-util > Error: Uninstall sqlite3 3.3.16_0+darwin_8 failed: Please uninstall > the ports that depend on sqlite3 first. Sorry, I forgot about the fact that -u goes through all the dependencies and tries to _uninstall_ as well as upgrading them, which will of course fail as you observed when ports that depend on them are installed (I think this is a good thing to save oneself from unintended consequences). One needs to add the -f flag to force it to uninstall ports even when they have there are ports installed that depend on them, and/or the -n flag to not upgrade dependencies of ports specified for upgrading (this saves multiple rebuilds of packages when outdated ports depend on the same package, as -u will otherwise rebuild it once for each such instance). I usually run "port -ufn upgrade outdated" myself. (See additional comment below.) > Therefore I say > > > sudo nice port upgrade outdated > > which works for all (!) ports but grace: > > ---> Activating grace 5.1.20_0 > Error: Activating grace 5.1.20_0 failed: Image error: Another > version of this port (grace @5.1.18_0) is already active. > ---> Deactivating pango 1.16.2_0 > ---> Installing pango 1.16.4_0 > ---> Activating pango 1.16.4_0 > ---> Cleaning pango > ---> Deactivating sqlite3 3.3.16_0+darwin_8 > ---> Installing sqlite3 3.3.17_0+darwin_8 > ---> Activating sqlite3 3.3.17_0+darwin_8 > ---> Cleaning sqlite3 The reason I tend not to just run "port upgrade outdated" is that, as you've probably noticed, it leaves the older versions of the ports installed (though inactive); I suppose I'm comfortable with living on the edge a bit if it saves space on my laptop hard drive :-) As for the failure to upgrade grace here, I'm guessing that the reason was that, at the time you ran "port upgrade outdated", you had the two versions of grace already installed and port thought it only had to activate the newer one (which failed because the older one was already active), whereas you had only one version installed of each of the other ports, and so it did deactivated the old one before installing the new one. If this is what it did, then that looks to me like a bug. If you (or others reading this) would be so kind as to try to reproduce and confirm this (and then file it as a bug if you do), or otherwise figure out what is happening, that would be most helpful. > Btw, it would be nice to have "port upgrade -u" really work. (See first comment above if you skipped it :-) > Anyway, thank all of you very much for your help and a beautiful > system (MacPorts;)! And thank you for your input to help us make it better! Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From boeyms at macports.org Tue May 8 17:58:57 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:54 2007 Subject: problems with port that use ruby gem to install. In-Reply-To: <2b53a99c0705031922w54fa5495k989357f481858d64@mail.gmail.com> References: <2b53a99c0705031922w54fa5495k989357f481858d64@mail.gmail.com> Message-ID: <6F614A4E-4837-47DB-87FF-FD9BB5D6CBD9@macports.org> Hi, On 04/05/2007, at 12:22, Kenneth Rogers wrote: > It started with rb-activesupport, but seems to happen with every port > that I have in ruby/ that uses gem as an installer. > $ sudo port -v install rb-activesupport > ---> Staging rb-activesupport into destroot > > > > Error: Target com.apple.destroot returned: shell command > "/opt/local/bin/gem install --local --force --install-dir > /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_ruby_rb-activesupport/work/destroot/opt/local/lib/ruby/gems/1.8 > /opt/local/var/db/dports/distfiles/ruby/activesupport-1.3.1" returned > error 1 > Command output: > /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require': no such file to load -- sources (LoadError) > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > custom_require.rb:27:in > `require' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > source_info_cache.rb:6 > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > custom_require.rb:27:in > `gem_original_require' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > custom_require.rb:27:in > `require' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > remote_installer.rb:12 > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > custom_require.rb:27:in > `gem_original_require' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/ > custom_require.rb:27:in > `require' > from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems.rb:112:in > `manage_gems' > from /opt/local/bin/gem:10 > > Warning: the following items did not execute (for rb-activesupport): > com.apple.activate com.apple.destroot com.apple.install > Error: Status 1 encountered during processing. > > > trying to use /opt/local/bin/gem myself give similar errors. A ticket has been filed for this [1], but neither the maintainer of rb-rubygems nor anybody else has responded to it. I haven't been able to reproduce this error, and I don't really have an idea about what could have caused it. Would you be able to provide the following information? * Operating System; * Version of MacPorts installed; * Version of rb-rubygems installed; * If you can remember, whether you installed your current version of rb-rubygems via an upgrade or from scratch; and * List of other ruby-related ports you have installed ("port echo installed and category:ruby" should do the trick). I can't promise that I'll be able to help figure out what's going on, but we might get lucky. I'll add any responders to this to the ticket, and any appropriate information, to the ticket so that others can see it in context. Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/ticket/11751 -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From ryandesign at macports.org Tue May 8 19:02:22 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:54 2007 Subject: Change to xemacs port file In-Reply-To: References: <3A3E8800-3549-4488-A7BB-98E2FE111A7E@macports.org> Message-ID: <10616FFF-0638-410F-9F6F-E1E6864D0C61@macports.org> On May 8, 2007, at 18:43, Derek Harland wrote: > * The ticket number is 11924 and the port has no maintainer. The > patch is simply a change to the name of downloaded files and checksums > * On a related note ... I'm moving systems from linux to mac and am > a heavy user of python. There are very few ports in the python25 > group --- how do I go about submitting new ports for libraries to > this group? (which will generally be copies of the python24 port > but with different dependents) > Alternatively, the existing ports could have a python25 variant > added? Should I get in contact with mww@macports.org who appears > to be the maintainer on many of the existing python24 ports. There was a conscious and considered decision to use separate portfiles for the different versions of Python, and not to use variants. I'll let someone who uses Python recall why that is. > * Is there any way of listing all ports with a given PortGroup (as > opposed to category)? I don't know if there's a built-in port command to do that, but there's always shell magic: $ grep python25 python/*/Portfile | sed 's/^.*\/\(.*\)\/.*$/\1/' py25-WebHelpers py25-aspects py25-beaker py25-bsddb py25-bsddb py25-bz2 py25-bz2 py25-bz2 py25-cheetah py25-crypto py25-curses py25-curses py25-gdbm py25-gdbm py25-hashlib py25-hashlib py25-mx-base py25-mx-experimental py25-myghtyutils py25-mysql py25-nose py25-readline py25-readline py25-setuptools py25-socket-ssl py25-socket-ssl py25-sqlalchemy py25-sqlite3 py25-sqlite3 py25-tclink py25-tkinter py25-tkinter py25-zlib py25-zlib py25-zopeinterface rdiff-backup-devel From jeffadams78 at yahoo.com Tue May 8 19:14:23 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:54 2007 Subject: Php5 won't install, patches fail? Message-ID: <96599.24445.qm@web30607.mail.mud.yahoo.com> I installed MacPorts but later had problems with readline. Turns out something else I'd installed prior to using MacPorts had installed an old version of readline in /usr/local/lib. No problem I think, I'll just remove it. However, it appears that MacPorts built itself against that version because the port command errored out when I moved the readline. Put it back, port works again. So I took the "simple" way out, I moved /opt to a temp directory and reinstalled MacPorts. Then I redid all my port installs. Those were: gperf apache2 subversion +mod_dav_svn mysql5 +server And then: php5 +apache2 +macosx +mysql5 And that bombed: ---> Applying patches to php5 Error: Target com.apple.patch returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_www_php5/work/php-5.2.2" && patch -p0 < '/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/www/php5/files/patch-posix.c.diff'" returned error 1 Command output: patching file ext/posix/posix.c Hunk #1 FAILED at 16. Hunk #2 FAILED at 147. Hunk #3 FAILED at 884. Hunk #4 FAILED at 909. 4 out of 4 hunks FAILED -- saving rejects to file ext/posix/posix.c.rej Error: Status 1 encountered during processing. The posix.c.rej file doesn't seem to have anything useful in it (just the chunks of code it was trying to patch, no log/error messages). What I just noticed is that my old (working) copy, which is only from a few days ago, is: php5 @5.2.1_3+apache2+darwin_7+macosx+mysql5 Yet today it's trying to install 5.2.2. Is 5.2.2 not working? How can I force it to install the old version? When I try any variation on: sudo port install php5 @5.2.1_3+apache2+darwin_7+macosx+mysql5 It still downloads and tries to install 5.2.2. Thanks, Jeff __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From roederja at student.ethz.ch Tue May 8 19:15:36 2007 From: roederja at student.ethz.ch (=?UTF-8?B?SmFubiBSw7ZkZXI=?=) Date: Tue Oct 9 16:42:54 2007 Subject: qt4-mac port In-Reply-To: References: Message-ID: You should contact the maintainer (dinosaur@aztecfreenet.org) and/or create a patch for that issue and put it on the bugtracker. Jann Jochen K?pper wrote: > Hi, > > I was quite happy to find out that there is a port of Qt4. However, when > compiling (my own) Unix program against it using autotools/libtool I > found the following error: > > libtool: link: cannot find the library `' or unhandled argument `Carbon' > > This is due to the -framwork options in the .la files installed in > /opt/local/lib. Removing all /opt/local/lib/libQt*.la files solves the > problem (as documented elsewhere), but maybe MacPorts should take care o > that, not? > > Greetings, > Jochen > From michal.roszka at gmail.com Tue May 8 20:53:12 2007 From: michal.roszka at gmail.com (=?UTF-8?Q?Micha=C5=82_Roszka?=) Date: Tue Oct 9 16:42:54 2007 Subject: Php5 won't install, patches fail? In-Reply-To: <96599.24445.qm@web30607.mail.mud.yahoo.com> References: <96599.24445.qm@web30607.mail.mud.yahoo.com> Message-ID: On May 9, 2007, at 4:14 AM, Jeff Adams wrote: > How can I force it to install the old version? Making your own Portfile should do the trick. 1) First create a directory, for instance "/tmp/php5/". 2) Then "sudo port edit php5" and you will get the current Portfile (you need to have the EDITOR environment variable set) 3) Modify and save it as "/tmp/php5/Portfile". 4) Then "cd /tmp/php5/". 5) And finally "sudo port install". Note, that "port install" without any package name given uses the Portfile from the current working directory (/tmp/php5/ in our case) or returns an error message if no Portfile is found. Kind regards, -- M. Roszka From ryandesign at macports.org Tue May 8 20:51:53 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:54 2007 Subject: Php5 won't install, patches fail? In-Reply-To: <96599.24445.qm@web30607.mail.mud.yahoo.com> References: <96599.24445.qm@web30607.mail.mud.yahoo.com> Message-ID: On May 8, 2007, at 21:14, Jeff Adams wrote: > php5 +apache2 +macosx +mysql5 > > And that bombed: > > ---> Applying patches to php5 > Error: Target com.apple.patch returned: shell command > " cd > "/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_www_php5/work/php-5.2.2" > && patch -p0 < > '/opt/local/var/db/dports/sources/ > rsync.rsync.darwinports.org_dpupdate_dports/www/php5/files/patch- > posix.c.diff'" > returned error 1 > Command output: patching file ext/posix/posix.c > Hunk #1 FAILED at 16. > Hunk #2 FAILED at 147. > Hunk #3 FAILED at 884. > Hunk #4 FAILED at 909. > 4 out of 4 hunks FAILED -- saving rejects to file > ext/posix/posix.c.rej > > Error: Status 1 encountered during processing. > > The posix.c.rej file doesn't seem to have anything > useful in it (just the chunks of code it was trying to > patch, no log/error messages). > > What I just noticed is that my old (working) copy, > which is only from a few days ago, is: > > php5 @5.2.1_3+apache2+darwin_7+macosx+mysql5 > > Yet today it's trying to install 5.2.2. Is 5.2.2 not > working? How can I force it to install the old > version? When I try any variation on: > > sudo port install php5 > @5.2.1_3+apache2+darwin_7+macosx+mysql5 > > It still downloads and tries to install 5.2.2. Thank you for reporting the problem. My co-maintainer updated the php5 port to 5.2.2 recently. It installed ok for me; I didn't realize the patch was failing. Ah, I see that patch is only used on Mac OS X 10.3.x. I use 10.4.x and I suspect my co-maintainer does too. I'll have to have a look at this situation. If you would like to install an older version, you will have to download an older version of the portfile from the MacPorts Subversion repository and overwrite the existing portfile. However hopefully I can resolve the patch problem shortly and then that won't be necessary. From ryandesign at macports.org Tue May 8 20:57:54 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:54 2007 Subject: Php5 won't install, patches fail? In-Reply-To: References: <96599.24445.qm@web30607.mail.mud.yahoo.com> Message-ID: On May 8, 2007, at 22:51, Ryan Schmidt wrote: > Thank you for reporting the problem. My co-maintainer updated the > php5 port to 5.2.2 recently. It installed ok for me; I didn't > realize the patch was failing. Ah, I see that patch is only used on > Mac OS X 10.3.x. I use 10.4.x and I suspect my co-maintainer does > too. I'll have to have a look at this situation. Looking at the portfile, I now remember. I even left a note in the portfile that the patch should be removed once PHP 5.2.2 was available. I guess my co-maintainer overlooked my note. :-) I've removed the patch so now the port should install properly for you. Just give it 12 hours or so, then "sudo port sync" and then you should be able to install PHP 5.2.2. From ryandesign at macports.org Tue May 8 22:46:40 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:54 2007 Subject: osxvnc port fails to build In-Reply-To: <818531D8-9773-4140-BFA8-B5CC0370B6FE@macports.org> References: <463FEBB3.3020002@cogweb.net> <18B42A8D-2121-47A8-9747-AC2F8F88625A@macports.org> <5652C416-B1E3-47FB-86A1-10F0917803E3@macports.org> <818531D8-9773-4140-BFA8-B5CC0370B6FE@macports.org> Message-ID: On May 8, 2007, at 06:47, Ryan Schmidt wrote: > On May 8, 2007, at 04:38, Boey Maun Suang wrote: > >>> The port should be updated and renamed. We may have to go with >>> downloading their disk image and just copying over their existing >>> universal binary application, since their web site makes no >>> mention of the source being available anymore. If anyone can find >>> the source for the current version, please let me know and we'll >>> use that instead. >> >> We're in some luck; the source is only available via CVS on >> Sourceforge (see [1] to browse it on the web), but it is there and >> it is tagged. I haven't tested it yet, but it looks from portfile >> (7) and browsing the CVS repository that >> >> worksrcdir OSXvnc >> cvs.root :pserver:anonymous@osxvnc.cvs.sourceforge.net:/cvsroot/ >> osxvnc >> cvs.tag 2_1 >> >> should do for fetching the current version and setting the build >> directory. It looks like the old patch will need some tweaking as >> well. > >> [1] http://osxvnc.cvs.sourceforge.net/osxvnc/ > > Thanks for finding this. I'll work on updating the osxvnc port to > the latest version using this CVS checkout. FYI: The osxvnc port is now updated to version 2.1. I elected not to rename the port at this time. Perhaps I should have, but I've never done a rename before and didn't feel like researching it at the moment. From karlsson at aletes.se Tue May 8 23:34:02 2007 From: karlsson at aletes.se (Marcus Karlsson) Date: Tue Oct 9 16:42:54 2007 Subject: Install package from local file Message-ID: <071AD3F9-76FD-4848-A555-5EA1A1B10FA9@aletes.se> Hi. I'm trying to install tetex, but when ports try to fetch it the download is somehow interrupted and it tries the other download locations that also fails the same way. I can however download the file from within Safari or any other web browser from the same servers that ports tried. Can I let ports use the file I manually downloaded instead of trying to download it? Marcus From boeyms at macports.org Tue May 8 23:55:54 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:54 2007 Subject: Install package from local file Message-ID: <96326387-47D4-4938-82C0-3ABE8704AFB7@macports.org> (Re-sending this to the list to share the love.) > Can I let ports use the file I manually downloaded instead of > trying to download it? Just copy the files to the appropriate directory (${prefix}/var/db/ dports/distfiles/${portname}) -- you may find that you need to delete the *.TMP file there -- and it should all just work! As for your download problems, I'd like to offer some suggestions, but I'm afraid my only suggestion is that you have a buggy install of curl somewhere, or perhaps of one of its dependencies. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From boeyms at macports.org Wed May 9 01:22:02 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:54 2007 Subject: Does gpg-agent now work with mutt? (Can ticket #3730 be closed?) Message-ID: Hi all, I just want to hear from users of mutt and gpg-agent as to whether or not there are still problems with using the two together; ticket #3730's patches are now outdated [1], there haven't been any substantial additions to it for over a year, gpg-agent is now up-to- date and the first comment on it suggests to me that it was never actually a problem. If nobody reports any problems in the 7 days about using mutt and gpg- agent together, I'll mark this ticket closed (we can always reopen it later). Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/ticket/3730 -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From jochen at fhi-berlin.mpg.de Wed May 9 02:10:51 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:54 2007 Subject: installing old versions of port (was: grace upgrade problem) In-Reply-To: References: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> <1234C70C-EB40-48B9-B8EC-7D002B9E50FA@macports.org> Message-ID: On 09.05.2007, at 02:27, Boey Maun Suang wrote: > As for the failure to upgrade grace here, I'm guessing that the > reason was that, at the time you ran "port upgrade outdated", you > had the two versions of grace already installed and port thought it > only had to activate the newer one (which failed because the older > one was already active), whereas you had only one version installed > of each of the other ports, and so it did deactivated the old one > before installing the new one. If this is what it did, then that > looks to me like a bug. If you (or others reading this) would be > so kind as to try to reproduce and confirm this (and then file it > as a bug if you do), or otherwise figure out what is happening, > that would be most helpful. Could be. Not sure there is a way to still find out. Well, I thought I could try to reproduce it, so I uninstalled grace and tried to install the old version, but that does apparently not work: > sudo port install grace @5.1.18_0 ---> Fetching grace ---> Verifying checksum(s) for grace ---> Extracting grace ---> Configuring grace ---> Building grace with target all ---> Staging grace into destroot ---> Installing grace 5.1.20_0 ---> Activating grace 5.1.20_0 ---> Cleaning grace Ho can I install an old version of a port? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070509/6383df1f/PGP.bin From jeffadams78 at yahoo.com Wed May 9 04:17:52 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:54 2007 Subject: Install package from local file In-Reply-To: <071AD3F9-76FD-4848-A555-5EA1A1B10FA9@aletes.se> Message-ID: <779773.96804.qm@web30607.mail.mud.yahoo.com> I had a similar problem, in my case it was a firewall issue. I'm not sure exactly what port does, but it appears to use FTP rather than HTTP downloads? And the browser will do HTTP downloads. FTP in passive mode will connect to some random port (it's like 1000-2000 or something) on the server, which means your firewall has to allow outgoing connections to any of those possible ports. The easiest thing is to allow outgoing connections to any port (which isn't that dangerous, but my normal firewall setup is very restrictive) do your port installs, then restore your normal firewall settings. Jeff --- Marcus Karlsson wrote: > Hi. > > I'm trying to install tetex, but when ports try to > fetch it the > download is somehow interrupted and it tries the > other download > locations that also fails the same way. I can > however download the > file from within Safari or any other web browser > from the same > servers that ports tried. Can I let ports use the > file I manually > downloaded instead of trying to download it? > > Marcus > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From christianbonanno at mac.com Wed May 9 04:24:54 2007 From: christianbonanno at mac.com (Christian Bonanno) Date: Tue Oct 9 16:42:54 2007 Subject: Firefox 2.0? Message-ID: Am I missing how to build a more recent version of Firefox via MacPorts? I built firefox-x11 and that only gave me 1.5. Enjoy the day, Christian ~ http://web.mac.com/christianbonanno/ http://web.mac.com/christianbonanno/iWeb/Sangha/Dharma%20Blog/Dharma% 20Blog.html From tabithamc at gmail.com Wed May 9 04:27:29 2007 From: tabithamc at gmail.com (Tabitha McNerney) Date: Tue Oct 9 16:42:54 2007 Subject: Postfix warnings when starting (harmless?) Message-ID: <7fccb3000705090427o2cc0ad93n7e8423f3a63b8eca@mail.gmail.com> Hello, I just installed the most current version of the Postfix port (2.3.8) under MacPorts 1.4.0 and 1.4.3 with the ldap, pcre, sasl and tls variants: $ port installed postfix > The following ports are currently installed: > postfix @2.3.8_0+ldap+pcre+sasl+tls (active) > on two different machines (an Intel Mac and a PowerPC Mac respectively both running 10.4.9). I've disabled Apple's postfix (per the recommendation in the comments generated by MacPorts after successfully installing). I also bought yesterday the excellent book on Postfix, "The Book of Postfix" and have used it to create a very simple single domain configuration (baby steps). When I start postfix, it certainly runs persistently but I have not yet tried to send mail yet, because the following warnings are dumped out on to the command line after starting it: # postfix start /opt/local/etc/postfix/postfix-script: line 200: ls: command not found postfix/postfix-script: warning: not owned by root: /opt/local/libexec/postfix /opt/local/etc/postfix/postfix-script: line 200: ls: command not found postfix/postfix-script: warning: not owned by root: /opt/local/etc/postfix /opt/local/etc/postfix/postfix-script: line 200: ls: command not found postfix/postfix-script: warning: not owned by root: /opt/local/var/spool/postfix /opt/local/etc/postfix/postfix-script: line 1: ls: command not found usage: find [-H | -L | -P] [-EXdsx] [-f file] [file ...] [expression] /opt/local/etc/postfix/postfix-script: line 1: ls: command not found postfix/postfix-script: starting the Postfix mail system The warnings about the command "ls" not being found in the postfix-script on lines 200 and line 1 is quite strange (when I vi postfix-script line 1 is not attempting to use the ls command but line 200 is). This is what line 200 looks like calling ls, enclosed in the do and done: do > ls -lLd $dir | (grep " root " >/dev/null || > $WARN not owned by root: $dir) > done > This is strange because my bash profile PATH is just fine (I give /opt/local the priority and then tack on $PATH after that, and when I try independently on the command line, the ls command works just fine). As for the complain about the ownership, I did notice that the directory: /opt/local/var/spool/postfix > is owned by root:admin but most of the contents in said directory are owned by postfix:admin and postfix:postdrop Are the above warnings normal? Can they be safely ignored? Or should I take some sort of rectifying action? It bothers me to see warnings (I would love for it to just run cleanly). Thanks a ton anyone, T.M. P.S. The warnings above are the exact same on the Intel and the PowerPC machine aforementioned. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070509/a11f9f41/attachment.html From jeffadams78 at yahoo.com Wed May 9 04:35:34 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:54 2007 Subject: Port version 1.440? Message-ID: <983598.99257.qm@web30614.mail.mud.yahoo.com> I'm pretty sure that a week ago or whenever it was I first installed MacPorts, I used the DMG and got version 1.4.0 which then updated to 1.4.4 on the first "port selfupdate". This time when I ran port selfupdate I got: DarwinPorts base version 1.440 installed Downloaded MacPorts base version 1.440 The MacPorts installation is not outdated and so was not updated selfupdate done! Is that the same as 1.4.4? Is it just missing the second "."? Or is something corrupt somewhere? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From gdev at mac.com Wed May 9 06:35:43 2007 From: gdev at mac.com (Glen de Vries) Date: Tue Oct 9 16:42:54 2007 Subject: Samba: libsmbclient and ruby/smb Message-ID: <58812933-19B9-485C-9662-D57DBADCE829@mac.com> I've been trying to get ruby/smb to compile against the Samba3 3.0.20b_darwin8 package, but to no avail. Although the header file is found, the smbclient library doesn't pass have_library("smbclient", "smbc_init") and the Makefile is never generated. Was wondering if anyone has successfully used smblibclient.dylib and or ruby/smb in this way? Thanks, Glen From jberry at macports.org Wed May 9 06:49:41 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:54 2007 Subject: Port version 1.440? In-Reply-To: <983598.99257.qm@web30614.mail.mud.yahoo.com> References: <983598.99257.qm@web30614.mail.mud.yahoo.com> Message-ID: On May 9, 2007, at 4:35 AM, Jeff Adams wrote: > I'm pretty sure that a week ago or whenever it was I > first installed MacPorts, I used the DMG and got > version 1.4.0 which then updated to 1.4.4 on the first > "port selfupdate". > > This time when I ran port selfupdate I got: > > DarwinPorts base version 1.440 installed > Downloaded MacPorts base version 1.440 > The MacPorts installation is not outdated and so was > not updated > selfupdate done! > > Is that the same as 1.4.4? Is it just missing the > second "."? Or is something corrupt somewhere? Yes. That's the same as 1.4.4. Selfupdate tracks a single floating point number as the version. We've recently decided to call this "1.4.40", rather than "1.4.4". Our next version, presumably, will be "1.4.41". James From karlsson at aletes.se Wed May 9 06:39:53 2007 From: karlsson at aletes.se (Marcus Karlsson) Date: Tue Oct 9 16:42:54 2007 Subject: Install package from local file In-Reply-To: <779773.96804.qm@web30607.mail.mud.yahoo.com> References: <779773.96804.qm@web30607.mail.mud.yahoo.com> Message-ID: <140EF818-1E70-4E42-986D-84D300F44785@aletes.se> I don't think that was the problem because the file was downloaded but the download interrupted before it completed. Marcus On 9 maj 2007, at 13.17, Jeff Adams wrote: > I had a similar problem, in my case it was a firewall > issue. I'm not sure exactly what port does, but it > appears to use FTP rather than HTTP downloads? And > the browser will do HTTP downloads. FTP in passive > mode will connect to some random port (it's like > 1000-2000 or something) on the server, which means > your firewall has to allow outgoing connections to any > of those possible ports. > > The easiest thing is to allow outgoing connections to > any port (which isn't that dangerous, but my normal > firewall setup is very restrictive) do your port > installs, then restore your normal firewall settings. > > Jeff > > --- Marcus Karlsson wrote: > >> Hi. >> >> I'm trying to install tetex, but when ports try to >> fetch it the >> download is somehow interrupted and it tries the >> other download >> locations that also fails the same way. I can >> however download the >> file from within Safari or any other web browser >> from the same >> servers that ports tried. Can I let ports use the >> file I manually >> downloaded instead of trying to download it? >> >> Marcus From markd at macports.org Wed May 9 08:31:29 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:54 2007 Subject: Postfix warnings when starting (harmless?) In-Reply-To: <7fccb3000705090427o2cc0ad93n7e8423f3a63b8eca@mail.gmail.com> References: <7fccb3000705090427o2cc0ad93n7e8423f3a63b8eca@mail.gmail.com> Message-ID: There is a ticket on that. It wouldn't be hard to fix, but I'm not sure what the effect is either (no clear explanation from reporter) and I wonder if a fix upstream may happen at some point because I would think this wouldn't be a problem on OS X only. But it has persisted since 2.2 I think. http://trac.macosforge.org/projects/macports/ticket/10644 Mark "Tabitha McNerney" on Wednesday, May 9, 2007 at 4:27 AM -0800 wrote: >I just installed the most current version of the Postfix port (2.3.8) >under MacPorts 1.4.0 and 1.4.3 with the ldap, pcre, sasl and tls variants: > > > >$ port installed postfix >The following ports are currently installed: > postfix @2.3.8_0+ldap+pcre+sasl+tls (active) > > >on two different machines (an Intel Mac and a PowerPC Mac respectively >both running 10.4.9). I've disabled Apple's postfix (per the >recommendation in the comments generated by MacPorts after successfully >installing). I also bought yesterday the excellent book on Postfix, " The >Book of Postfix" and have used it to create a very simple single domain >configuration (baby steps). > >When I start postfix, it certainly runs persistently but I have not yet >tried to send mail yet, because the following warnings are dumped out on >to the command line after starting it: > > > ># postfix start > >/opt/local/etc/postfix/postfix-script: line 200: ls: command not found >postfix/postfix-script: warning: not owned by root: >/opt/local/libexec/postfix >/opt/local/etc/postfix/postfix-script: line 200: ls: command not found >postfix/postfix-script: warning: not owned by root: /opt/local/etc/postfix >/opt/local/etc/postfix/postfix-script: line 200: ls: command not found >postfix/postfix-script: warning: not owned by root: >/opt/local/var/spool/postfix >/opt/local/etc/postfix/postfix-script: line 1: ls: command not found >usage: find [-H | -L | -P] [-EXdsx] [-f file] [file ...] [expression] >/opt/local/etc/postfix/postfix-script: line 1: ls: command not found >postfix/postfix-script: starting the Postfix mail system > >The warnings about the command "ls" not being found in the >postfix-script on lines 200 and line 1 is quite strange (when I vi >postfix-script line 1 is not attempting to use the ls command but line >200 is). This is what line 200 looks like calling ls, enclosed in the do >and done: > > > >do > ls -lLd $dir | (grep " root " >/dev/null || > $WARN not owned by root: $dir) >done > > >This is strange because my bash profile PATH is just fine (I give >/opt/local the priority and then tack on $PATH after that, and when I try >independently on the command line, the ls command works just fine). > >As for the complain about the ownership, I did notice that the directory: > > > >/opt/local/var/spool/postfix > > >is owned by root:admin but most of the contents in said directory are >owned by postfix:admin and postfix:postdrop > >Are the above warnings normal? Can they be safely ignored? Or should I >take some sort of rectifying action? It bothers me to see warnings (I >would love for it to just run cleanly). > >Thanks a ton anyone, > >T.M. > >P.S. The warnings above are the exact same on the Intel and the PowerPC >machine aforementioned. From jeffadams78 at yahoo.com Wed May 9 08:56:44 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:54 2007 Subject: Unable to build physfs Message-ID: <42056.70955.qm@web30606.mail.mud.yahoo.com> Well my reinstall to get rid of readline problems seems not to have worked. I get the following error when trying to "port install physfs": ---> Fetching physfs ---> Attempting to fetch physfs-1.0.0.tar.gz from http://icculus.org/physfs/downloads/ ---> Verifying checksum(s) for physfs ---> Extracting physfs ---> Configuring physfs ---> Building physfs with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_physfs/work/physfs-1.0.0" && make all " returned error 2 Command output: gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include -O2 -O2 -D_REENTRANT -D_THREAD_SAFE -c platform/posix.c -MT posix.lo -MD -MP -MF.deps/posix.TPlo -fno-common -DPIC -o .libs/posix.lo gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include -O2 -O2 -D_REENTRANT -D_THREAD_SAFE -c platform/posix.c -MT posix.lo -MD -MP -MF .deps/posix.TPlo -o posix.o >/dev/null 2>&1 mv -f .libs/posix.lo posix.lo /bin/sh ./libtool --mode=link gcc -O2 -O2 -D_REENTRANT -D_THREAD_SAFE -L/opt/local/lib -Wl,-framework -Wl,Carbon -Wl,-framework -Wl,IOKit -no-undefined -o libphysfs.la -rpath /opt/local/lib -release 1.0 -version-info 0:0:0 physfs.lo physfs_byteorder.lo dir.lo grp.lo wad.lo hog.lo mvl.lo zip.lo qpak.lo unix.lo posix.lo -lz rm -fr .libs/libphysfs.la .libs/libphysfs.* .libs/libphysfs-1.0.* gcc -r -keep_private_externs -nostdlib -o .libs/libphysfs-1.0.0.0.0.dylib-master.o physfs.lo physfs_byteorder.lo dir.lo grp.lo wad.lo hog.lo mvl.lo zip.lo qpak.lo unix.lo posix.lo && gcc -dynamiclib -o .libs/libphysfs-1.0.0.0.0.dylib .libs/libphysfs-1.0.0.0.0.dylib-master.o -L/opt/local/lib -lz -lc -framework Carbon -framework IOKit -install_name /opt/local/lib/libphysfs-1.0.0.dylib -compatibility_version 1 -current_version 1.0 ld: warning prebinding not disabled because (__TEXT segment (address = 0x0 size = 0xe000) of .libs/libphysfs-1.0.0.0.0.dylib overlaps with __TEXT segment (address = 0x0 size = 0x10000) of /opt/local/lib/libz.1.dylib ld: warning prebinding not disabled because (__DATA segment (address = 0xe000 size = 0x1000) of .libs/libphysfs-1.0.0.0.0.dylib overlaps with __TEXT segment (address = 0x0 size = 0x10000) of /opt/local/lib/libz.1.dylib ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0xf000 size = 0x5000) of .libs/libphysfs-1.0.0.0.0.dylib overlaps with __TEXT segment (address = 0x0 size = 0x10000) of /opt/local/lib/libz.1.dylib ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0xf000 size = 0x5000) of .libs/libphysfs-1.0.0.0.0.dylib overlaps with __DATA segment (address = 0x10000 size = 0x1000) of /opt/local/lib/libz.1.dylib ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0xf000 size = 0x5000) of .libs/libphysfs-1.0.0.0.0.dylib overlaps with __LINKEDIT segment (address = 0x11000 size = 0x2000) of /opt/local/lib/libz.1.dylib (cd .libs && rm -f libphysfs-1.0.0.dylib && ln -s libphysfs-1.0.0.0.0.dylib libphysfs-1.0.0.dylib) (cd .libs && rm -f libphysfs.dylib && ln -s libphysfs-1.0.0.0.0.dylib libphysfs.dylib) ar cru .libs/libphysfs.a physfs.o physfs_byteorder.o dir.o grp.o wad.o hog.o mvl.o zip.o qpak.o unix.o posix.o ranlib .libs/libphysfs.a creating libphysfs.la (cd .libs && rm -f libphysfs.la && ln -s ../libphysfs.la libphysfs.la) source='test/test_physfs.c' object='test_physfs.o' libtool=no \ depfile='.deps/test_physfs.Po' tmpdepfile='.deps/test_physfs.TPo' \ depmode=gcc3 /bin/sh ./depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include -O2 -O2 -D_REENTRANT -D_THREAD_SAFE -c -o test_physfs.o `test -f 'test/test_physfs.c' || echo'./'`test/test_physfs.c /bin/sh ./libtool --mode=link gcc -O2 -O2 -D_REENTRANT -D_THREAD_SAFE -L/opt/local/lib -Wl,-framework -Wl,Carbon -Wl,-framework -Wl,IOKit -no-undefined -o test_physfs test_physfs.o ./libphysfs.la -lz gcc -O2 -O2 -D_REENTRANT -D_THREAD_SAFE -Wl,-framework -Wl,Carbon -Wl,-framework -Wl,IOKit -o .libs/test_physfs test_physfs.o -L/opt/local/lib -L./.libs -lphysfs -lz ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: _add_history _readline make[2]: *** [test_physfs] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. A few remarks I found online suggested this could be due to another version of readline installed in /usr/local, and I did have one there, so I removed it and reinstalled everything, but I get the same error. Any thoughts? Thanks, Jeff ____________________________________________________________________________________ Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/ From sbranzo at gmail.com Wed May 9 10:30:55 2007 From: sbranzo at gmail.com (Sbranzo) Date: Tue Oct 9 16:42:54 2007 Subject: Postfix warnings when starting (harmless?) In-Reply-To: <7fccb3000705090427o2cc0ad93n7e8423f3a63b8eca@mail.gmail.com> References: <7fccb3000705090427o2cc0ad93n7e8423f3a63b8eca@mail.gmail.com> Message-ID: <20070509173055.GC22294@sbranzo.piglets> On 09/05/07 01:27, Tabitha McNerney wrote: > # postfix start > > /opt/local/etc/postfix/postfix-script: line 200: ls: command not found > postfix/postfix-script: warning: not owned by root: > /opt/local/libexec/postfix <...> > The warnings about the command "ls" not being found in the postfix-script > on lines 200 and line 1 is quite strange (when I vi postfix-script line 1 is > not attempting to use the ls command but line 200 is). This is what line 200 <..> Hi Tabitha, this is a misbehaviuor I alrady spotted the first time I installed postfix. If I recall correctly it's a matter of changing in postfix-script the command "ls" with "/bin/ls". On some installation this doesn't show up, because if coreutils (maybe +with_default_names) is installed it disappear. Can you please try changing the lines where the problem arise and report it back, maybe with a diff from the original postfix script? Bye, Gufo From ryandesign at macports.org Wed May 9 11:03:09 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:54 2007 Subject: installing old versions of port (was: grace upgrade problem) In-Reply-To: References: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> <1234C70C-EB40-48B9-B8EC-7D002B9E50FA@macports.org> Message-ID: On May 9, 2007, at 04:10, Jochen K?pper wrote: > On 09.05.2007, at 02:27, Boey Maun Suang wrote: > >> As for the failure to upgrade grace here, I'm guessing that the >> reason was that, at the time you ran "port upgrade outdated", you >> had the two versions of grace already installed and port thought >> it only had to activate the newer one (which failed because the >> older one was already active), whereas you had only one version >> installed of each of the other ports, and so it did deactivated >> the old one before installing the new one. If this is what it >> did, then that looks to me like a bug. If you (or others reading >> this) would be so kind as to try to reproduce and confirm this >> (and then file it as a bug if you do), or otherwise figure out >> what is happening, that would be most helpful. > > Could be. Not sure there is a way to still find out. > > Well, I thought I could try to reproduce it, so I uninstalled grace > and tried to install the old version, but that does apparently not > work: > > > sudo port install grace @5.1.18_0 > ---> Fetching grace > ---> Verifying checksum(s) for grace > ---> Extracting grace > ---> Configuring grace > ---> Building grace with target all > ---> Staging grace into destroot > ---> Installing grace 5.1.20_0 > ---> Activating grace 5.1.20_0 > ---> Cleaning grace > > > Ho can I install an old version of a port? MacPorts does not provide a built-in way to do that. If you want to do that, you can locate an older version of the portfile by browsing the MacPorts Subversion repository on the MacPorts web site, then download the portfile and place it on your hard drive overwriting the current version of the hard drive. (Use "port file foo" to find out where foo's portfile lives.) When you're done playing and want the current version back, "sudo port sync". From paulbeard at gmail.com Wed May 9 11:34:05 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:54 2007 Subject: python24 upgrade fails? Message-ID: <4CBDA400-7FF4-4D3D-A94C-D1548C9019AA@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/20070509/e5a90e24/PGP.bin From pmoura at di.ubi.pt Wed May 9 12:02:50 2007 From: pmoura at di.ubi.pt (Paulo Moura) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable Message-ID: Hi! I'm writing a portfile for XSB, a logic programming language. When doing a port activate, I get the following error: DEBUG: Executing com.apple.activate (xsb) ---> Activating xsb 3.0.1+_0 Error: Target com.apple.activate returned: can't read "revision": no such variable Warning: the following items did not execute (for xsb): com.apple.activate Error: Status 1 encountered during processing. There is no "revision" variable in the portfile. Any ideas? Thanks, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura Dep. of Computer Science, University of Beira Interior 6201-001 Covilh?, Portugal Office 4.3 Ext. 3257 Phone: +351 275319891 Fax: +351 275319899 Email: Home page: Research: ----------------------------------------------------------------- From paulbeard at gmail.com Wed May 9 12:29:24 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: References: 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/20070509/b3d4dfe7/PGP.bin From pmoura at di.ubi.pt Wed May 9 13:08:47 2007 From: pmoura at di.ubi.pt (Paulo Moura) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: References: Message-ID: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> On 2007/05/09, at 20:29, paul beard wrote: > On May 9, 2007, at 12:02 PM, Paulo Moura wrote: > >> There is no "revision" variable in the portfile. Any ideas? Thanks, > > This man page seems to contradict itself, but perhaps it's not > optional, as mentioned below. > ... > revision > Local revision number of Portfile. Increment for port > revisions > which would change its installation in any way. > Type: optional > Default: 0 I took a look at some other portfiles. None of them defines the "revision" variable. It also seems that the now I've a corrupted registry: pmmbp:~/Documents/Prolog/xsbcvs pmoura$ sudo port -f install ---> Fetching xsb ---> Verifying checksum(s) for xsb ---> Extracting xsb ---> Configuring xsb ---> Building xsb with target all ---> Staging xsb into destroot ---> Packaging tgz archive for xsb 3.0.1+_0 ---> Installing xsb 3.0.1+_0 Error: Target com.apple.install returned: Registry error: xsb @3.0.1 +_0 already registered as installed. Please uninstall it first. Error: Status 1 encountered during processing. pmmbp:~/Documents/Prolog/xsbcvs pmoura$ sudo port -p uninstall xsb @3.0.1+_0 Error: port uninstall failed: can't read "revision": no such variable pmmbp:~ pmoura$ sudo port -d selfupdate ... pmmbp:~ pmoura$ port outdated Error: port installed failed: Registry error: xsb @0.9.0_0+darwin_8 not registered as installed. No ports are installed. No idea where "xsb @0.9.0_0+darwin_8" as there is no "xsb" port other than the one I'm writing: pmmbp:~ pmoura$ port info xsb No port xsb found. The portfile is pretty simple: PortSystem 1.0 name xsb version 3.0.1+ categories lang maintainers pmoura@logtalk.org description XSB is a Logic Programming and Deductive Database system for Unix and Windows long_description \ XSB is a Logic Programming and Deductive Database system for Unix and Windows. \ It is being developed at the Computer Science Department of the Stony Brook \ University, in collaboration with Katholieke Universiteit Leuven, Universidade \ Nova de Lisboa, Uppsala Universitet and XSB, Inc. homepage http://xsb.sourceforge.net/ master_sites ${homepage} fetch.type cvs cvs.root :pserver:anonymous@xsb.cvs.sourceforge.net:/cvsroot/xsb cvs.module XSB configure.args --prefix=${destroot}/${prefix}/share/${name} worksrcdir "XSB" configure.dir "${worksrcdir}/build" build.dir "${worksrcdir}/build" build.cmd "./makexsb" post-destroot { system "ln -sf ${destroot}${prefix}/share/${name}/${version}/bin/xsb ${destroot}${prefix}/bin/xsb" } Your help is appreciated. And please don't tell me to wipe out my MacPorts installation and start over; I've dozens of ports installed that I use daily. TIA, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura Dep. of Computer Science, University of Beira Interior 6201-001 Covilh?, Portugal Office 4.3 Ext. 3257 Phone: +351 275319891 Fax: +351 275319899 Email: Home page: Research: ----------------------------------------------------------------- From dluke at geeklair.net Wed May 9 13:13:27 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> Message-ID: <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> On May 9, 2007, at 4:08 PM, Paulo Moura wrote: > pmmbp:~/Documents/Prolog/xsbcvs pmoura$ sudo port -f install > ---> Fetching xsb > ---> Verifying checksum(s) for xsb > ---> Extracting xsb > ---> Configuring xsb > ---> Building xsb with target all > ---> Staging xsb into destroot > ---> Packaging tgz archive for xsb 3.0.1+_0 > ---> Installing xsb 3.0.1+_0 > Error: Target com.apple.install returned: Registry error: xsb @3.0.1 > +_0 already registered as installed. Please uninstall it first. > Error: Status 1 encountered during processing. > pmmbp:~/Documents/Prolog/xsbcvs pmoura$ sudo port -p uninstall xsb > @3.0.1+_0 > Error: port uninstall failed: can't read "revision": no such variable The + in the versions is likely confusing port. You could try escaping it with a \ > name xsb > version 3.0.1+ change this, either use another character or just remove the + -- 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/20070509/e57e6b68/PGP.bin From pmoura at di.ubi.pt Wed May 9 13:25:37 2007 From: pmoura at di.ubi.pt (Paulo Moura) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> Message-ID: On 2007/05/09, at 21:13, Daniel J. Luke wrote: > The + in the versions is likely confusing port. If that is really the case, then I would say that I tripped on a MacPorts bug (I'm using the latest version, ). > You could try escaping it with a \ Tried it without success: pmmbp:~/Documents/Prolog/xsbcvs pmoura$ sudo port -p -f uninstall xsb @3.0.1\+_0 Error: port uninstall failed: can't read "revision": no such variable >> name xsb >> version 3.0.1+ > > change this, either use another character or just remove the + The version "3.0.1+" comes from the XSB software. I can change it but there should be no need of doing it. Thanks for your suggestions. Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura Dep. of Computer Science, University of Beira Interior 6201-001 Covilh?, Portugal Office 4.3 Ext. 3257 Phone: +351 275319891 Fax: +351 275319899 Email: Home page: Research: ----------------------------------------------------------------- From lyle.johnson at gmail.com Wed May 9 13:45:41 2007 From: lyle.johnson at gmail.com (Lyle Johnson) Date: Tue Oct 9 16:42:54 2007 Subject: How to downgrade to a previous version of libxslt? Message-ID: Apologies if this is a FAQ. I'd like to downgrade my libxslt installation from 1.1.20 (the current version) to 1.1.15. I've deactivated 1.1.20, but when I try to install 1.1.15: sudo port install libxslt@1.1.15 I can see that it's trying to fetch libxslt-1.1.20.tar.gz from the source web site. From jberry at macports.org Wed May 9 14:57:32 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> Message-ID: <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> On May 9, 2007, at 1:13 PM, Daniel J. Luke wrote: > On May 9, 2007, at 4:08 PM, Paulo Moura wrote: >> pmmbp:~/Documents/Prolog/xsbcvs pmoura$ sudo port -f install >> ---> Fetching xsb >> ---> Verifying checksum(s) for xsb >> ---> Extracting xsb >> ---> Configuring xsb >> ---> Building xsb with target all >> ---> Staging xsb into destroot >> ---> Packaging tgz archive for xsb 3.0.1+_0 >> ---> Installing xsb 3.0.1+_0 >> Error: Target com.apple.install returned: Registry error: xsb >> @3.0.1+_0 already registered as installed. Please uninstall it >> first. >> Error: Status 1 encountered during processing. >> pmmbp:~/Documents/Prolog/xsbcvs pmoura$ sudo port -p uninstall xsb >> @3.0.1+_0 >> Error: port uninstall failed: can't read "revision": no such variable > > The + in the versions is likely confusing port. > > You could try escaping it with a \ Actually, try doing this: sudo port -p uninstall xsb @3.0.1+_0/ (add a slash to the end of the version number). This disambiguates the version from any variants for the port. I'm not sure it'll work, since I'm still not sure I know where the problem is, but it's worth a try. James >> name xsb >> version 3.0.1+ > From bakki.kudva at gmail.com Wed May 9 15:06:20 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:54 2007 Subject: installing old versions of port (was: grace upgrade problem) In-Reply-To: References: <272BA956-50F4-4F4F-A3C4-6AA3D1885AA9@macports.org> <4212110B-27FC-4E81-ADD9-937CDC558034@fhi-berlin.mpg.de> <1234C70C-EB40-48B9-B8EC-7D002B9E50FA@macports.org> Message-ID: Ofcourse this may wreak havoc with dependencies :) -bakki On 5/9/07, Ryan Schmidt wrote: > > > Ho can I install an old version of a port? > > MacPorts does not provide a built-in way to do that. If you want to > do that, you can locate an older version of the portfile by browsing > the MacPorts Subversion repository on the MacPorts web site, then > download the portfile and place it on your hard drive overwriting the > current version of the hard drive. (Use "port file foo" to find out > where foo's portfile lives.) When you're done playing and want the > current version back, "sudo port sync". > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > From pmoura at di.ubi.pt Wed May 9 15:22:24 2007 From: pmoura at di.ubi.pt (Paulo Moura) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> Message-ID: <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> On 2007/05/09, at 22:57, James Berry wrote: > Actually, try doing this: > > sudo port -p uninstall xsb @3.0.1+_0/ > > (add a slash to the end of the version number). This disambiguates > the version from any variants for the port. I'm not sure it'll > work, since I'm still not sure I know where the problem is, but > it's worth a try. The problem seems to be that MacPorts is not properly escaping version strings. The "3.0.1+" version comes from the software that the Portfile gets from CVS. This leads me to use the same version name on the portfile, otherwise the symbolic link that is created on the post-destroot phase would be broken. The software builds without trouble but fails on activation with the same dreaded error: ---> Archive for xsb 3.0.1+_0 packaged ---> Installing xsb 3.0.1+_0 DEBUG: Executing com.apple.install (xsb) DEBUG: installing directory: /opt/local/var/db/dports/software/xsb/ 3.0.1+_0/opt DEBUG: installing directory: /opt/local/var/db/dports/software/xsb/ 3.0.1+_0/opt/local DEBUG: installing directory: /opt/local/var/db/dports/software/xsb/ 3.0.1+_0/opt/local/bin DEBUG: installing link: /opt/local/var/db/dports/software/xsb/3.0.1 +_0/opt/local/bin/xsb DEBUG: Executing com.apple.activate (xsb) ---> Activating xsb 3.0.1+_0 Error: Target com.apple.activate returned: can't read "revision": no such variable Warning: the following items did not execute (for xsb): com.apple.activate Error: Status 1 encountered during processing. Thanks for your help, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura Dep. of Computer Science, University of Beira Interior 6201-001 Covilh?, Portugal Office 4.3 Ext. 3257 Phone: +351 275319891 Fax: +351 275319899 Email: Home page: Research: ----------------------------------------------------------------- From mww at macports.org Wed May 9 15:34:37 2007 From: mww at macports.org (Weissmann Markus) Date: Tue Oct 9 16:42:54 2007 Subject: python24 upgrade fails? In-Reply-To: <4CBDA400-7FF4-4D3D-A94C-D1548C9019AA@gmail.com> References: <4CBDA400-7FF4-4D3D-A94C-D1548C9019AA@gmail.com> Message-ID: Hi Paul, we already received this error report from another user, but not with the hint about the actual version of the python interpreter in $worksrcpath; neither Jann nor Elias nor I did encounter this particular error and we have been unable to reproduce it so far. We're investigating; please throw any hints my way! salut, -Markus On 9 May 2007, at 20:34, paul beard wrote: > running install_scripts > copying build/scripts-2.4/idle -> //opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/bin > copying build/scripts-2.4/pydoc -> //opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/bin > copying build/scripts-2.4/smtpd.py -> //opt/local/var/db/dports/ > build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/bin > changing mode of //opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/bin/idle to 755 > changing mode of //opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/bin/pydoc to 755 > changing mode of //opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/bin/smtpd.py to 755 > ln -sf ../../../Python /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/lib/python2.4/config/libpython2.4.a > cd Mac/OSX && make installmacsubtree \ > DYLD_FRAMEWORK_PATH=/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/Python-2.4.4: DESTDIR=/opt/local/var/db/ > dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot > Creating directory /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/Mac/Tools > DYLD_FRAMEWORK_PATH=/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/Python-2.4.4: ../../python.exe ./../ > scripts/cachersrc.py -v /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/lib/python2.4/plat-mac /opt/local/var/ > db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/destroot/opt/local/Library/Frameworks/ > Python.framework/Versions/2.4/Mac/Tools > /bin/sh: line 1: ../../python.exe: No such file or directory > make[1]: *** [installmacsubtree] Error 127 > make: *** [frameworkinstallmaclib] Error 2 > > Error: Unable to upgrade port: 1 > > The python executable (called python) in /opt/local/var/db/dports/ > build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/Python-2.4.4 is 2.4.3 as well. > > white:/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_python24/work/Python-2.4.4 root# ./python > Python 2.4.3 (#1, Apr 17 2007, 20:10:25) > [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> > > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > --- Markus W. Weissmann http://www.mweissmann.de/ From lyle.johnson at gmail.com Wed May 9 15:36:16 2007 From: lyle.johnson at gmail.com (Lyle Johnson) Date: Tue Oct 9 16:42:54 2007 Subject: How to downgrade to a previous version of libxslt? In-Reply-To: References: Message-ID: On 5/9/07, Lyle Johnson wrote: > I'd like to downgrade my libxslt installation from 1.1.20 (the current > version) to 1.1.15. I've deactivated 1.1.20, but when I try to install > 1.1.15: Never mind, I found a workaround for the problem. From paulbeard at gmail.com Wed May 9 16:46:37 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:54 2007 Subject: python24 upgrade fails? In-Reply-To: References: <4CBDA400-7FF4-4D3D-A94C-D1548C9019AA@gmail.com> 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/20070509/f72f555a/PGP.bin From cremes.devlist at mac.com Wed May 9 18:01:04 2007 From: cremes.devlist at mac.com (cremes.devlist@mac.com) Date: Tue Oct 9 16:42:54 2007 Subject: documentation on testing a new port? Message-ID: I'm working on creating a new Portfile but I can't find any documentation on how to test it. My previous forays into macports were all modifications to pre-existing ports. All the docs are pointing at the old darwinports.opendarwin.org which no longer exists. Plus, in the wiki the link to the "old" docs which haven't been moved over yet just redirects to the macports.org homepage. I tried shoving the new Portfile into /opt/local/var/db/dports/ sources/rsync.rsync.darwinports.org_dpupdate_dports/multimedia (where it should eventually go) but the port command doesn't pick it up. Is there an index I need to muck with? Any pointers would be welcome. cr From dluke at geeklair.net Wed May 9 18:08:49 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:54 2007 Subject: documentation on testing a new port? In-Reply-To: References: Message-ID: On May 9, 2007, at 9:01 PM, cremes.devlist@mac.com wrote: > I tried shoving the new Portfile into /opt/local/var/db/dports/ > sources/rsync.rsync.darwinports.org_dpupdate_dports/multimedia > (where it should eventually go) but the port command doesn't pick > it up. Is there an index I need to muck with? > > Any pointers would be welcome. If you're just testing, create a new empty directory, put the Portfile in it, cd to it, and just run port there (when you run the commands without specifying a port name, the port command will look for a Portfile in cwd). If you want to create your own portfile repository, then you'll want/ need to mess with generating an index. -- 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/20070509/939ae19f/PGP.bin From pyrios at gmail.com Wed May 9 18:47:10 2007 From: pyrios at gmail.com (George A. Dowding) Date: Tue Oct 9 16:42:54 2007 Subject: mediawiki Message-ID: <84EC2AD7-BBB8-414D-8A46-9A143EB1C554@gmail.com> I would like to install mediawiki using postgresql rather than mysql. At one time there was some useful documentation on creating a local port tree as well as guidance on writing a portfile. It seems that the site http://darwinports.opendarwin.org/ that had the documentation is no longer in existence. Can somebody direct me to where I might find answers to the questions that I seek? Thanks, George From roederja at student.ethz.ch Wed May 9 19:47:49 2007 From: roederja at student.ethz.ch (=?UTF-8?B?SmFubiBSw7ZkZXI=?=) Date: Tue Oct 9 16:42:54 2007 Subject: python24 upgrade fails? In-Reply-To: References: <4CBDA400-7FF4-4D3D-A94C-D1548C9019AA@gmail.com> Message-ID: No, not at all. Which version of Mac OS X are you using ? Does it work if you uninstall the python port first (with the -f flag) and then try to install the new version ? Jann paul beard wrote: > > On May 9, 2007, at 3:34 PM, Weissmann Markus wrote: > >> we already received this error report from another user, but not with >> the hint about the actual version of the python interpreter in >> $worksrcpath; >> >> neither Jann nor Elias nor I did encounter this particular error and >> we have been unable to reproduce it so far. >> >> We're investigating; please throw any hints my way! >> > > any idea why I would see this? > > /bin/sh: line 1: ../../python.exe: No such file or directory > > > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > From paulbeard at gmail.com Wed May 9 21:36:36 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:54 2007 Subject: python24 upgrade fails? In-Reply-To: References: <4CBDA400-7FF4-4D3D-A94C-D1548C9019AA@gmail.com> Message-ID: <528DAE8E-C2FE-4E84-8D68-BE803A2C1816@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/20070509/0d71b3e5/PGP.bin From tabithamc at gmail.com Wed May 9 21:49:33 2007 From: tabithamc at gmail.com (Tabitha McNerney) Date: Tue Oct 9 16:42:54 2007 Subject: Postfix warnings when starting (harmless?) In-Reply-To: <20070509173055.GC22294@sbranzo.piglets> References: <7fccb3000705090427o2cc0ad93n7e8423f3a63b8eca@mail.gmail.com> <20070509173055.GC22294@sbranzo.piglets> Message-ID: <7fccb3000705092149r451f1d37v8abb45fc4b7fd400@mail.gmail.com> On 5/9/07, Sbranzo wrote: > > On 09/05/07 01:27, Tabitha McNerney wrote: > > # postfix start > > > > /opt/local/etc/postfix/postfix-script: line 200: ls: command not found > > postfix/postfix-script: warning: not owned by root: > > /opt/local/libexec/postfix > <...> > > The warnings about the command "ls" not being found in the > postfix-script > > on lines 200 and line 1 is quite strange (when I vi postfix-script line > 1 is > > not attempting to use the ls command but line 200 is). This is what > line 200 > > <..> > > Hi Tabitha, Hello Gufo ... this is a misbehaviuor I alrady spotted the first time I installed > postfix. If I recall correctly it's a matter of changing in > postfix-script the command "ls" with "/bin/ls". > On some installation this doesn't show up, because if coreutils (maybe > +with_default_names) is installed it disappear. Thank you for the suggestions. Indeed, in postfix-script, everywhere (only three places, lines 200, 211 and 225) there was a bare "ls" I replaced it with "/bin/ls" and those errors then disappeared. I also changed the ownership of /opt/local/var/spool/postfix/public/.turd_postfix to postfix:postdrop and now when I start postfix on both machines (Intel and PowerPC) there are no warning messages at startup (I only tested with some simple relays and accepting mail from the local domain, nothing otherwise too fancy yet). Can you please try changing the lines where the problem arise and report > it back, maybe with a diff from the original postfix script? Oops, I went to fast and I already made the postfix-script changes so I don't have a pure diff but the lines I mentioned above (just a find and replace on the only "ls" on those lines with a "/bin/ls" works perfect. Also, on the bug report, I wonder if there is a work around for the TLS / OpenSSL problem? Did you get yours to work by reverting back to OpenSSL 0.9.7 from 0.9.8? Thanks a ton, T.M. Bye, > Gufo > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070509/f4e867b4/attachment.html From boeyms at macports.org Wed May 9 21:58:03 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> Message-ID: Hi, On 10/05/2007, at 08:22, Paulo Moura wrote: > The problem seems to be that MacPorts is not properly escaping > version strings. The "3.0.1+" version comes from the software that > the Portfile gets from CVS. This leads me to use the same version > name on the portfile, otherwise the symbolic link that is created > on the post-destroot phase would be broken. The software builds > without trouble but fails on activation with the same dreaded error: > > > DEBUG: Executing com.apple.activate (xsb) > ---> Activating xsb 3.0.1+_0 > Error: Target com.apple.activate returned: can't read "revision": > no such variable > Warning: the following items did not execute (for xsb): > com.apple.activate > Error: Status 1 encountered during processing. You wouldn't happen to be running MacPorts from ToT (a.k.a. trunk), rather than a release version? James Berry has committed some changes recently that removes '+' from the list of acceptable characters in port names (see top of the current ChangeLog [1]). If that's not it, I'm out of ideas :-) Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/browser/trunk/base/ ChangeLog?rev=24941 -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From boeyms at macports.org Wed May 9 22:56:16 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:54 2007 Subject: Firefox 2.0? In-Reply-To: References: Message-ID: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> Hi Christian, > Am I missing how to build a more recent version of Firefox via > MacPorts? I built firefox-x11 and that only gave me 1.5. I don't think you're missing anything; it looks like 1.5.0.1 is the only version of FireFox currently in our ports tree. If you're not up to trying to creating and maintaining a new port (which would be most appreciated!), your best bet would be to open a ticket asking for a new port (Cc'ed to yourself and the current maintainer of firefox-x11), and/or an update of firefox-x11 to the most recent 1.5 version (1.5.0.11). Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From paulbeard at gmail.com Wed May 9 23:15:35 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:54 2007 Subject: python24 upgrade fails? In-Reply-To: References: <4CBDA400-7FF4-4D3D-A94C-D1548C9019AA@gmail.com> Message-ID: <04A6A6A5-62CB-4E55-9E3A-A5BDE7D05777@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/20070509/128a0a20/PGP.bin From pmoura at di.ubi.pt Wed May 9 23:28:03 2007 From: pmoura at di.ubi.pt (Paulo Moura) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> Message-ID: <3752D955-A5B9-4B6E-A63D-1148EC3505B9@di.ubi.pt> On 2007/05/10, at 05:58, Boey Maun Suang wrote: > You wouldn't happen to be running MacPorts from ToT (a.k.a. trunk), > rather than a release version? Nope, I'm running the latest stable one (1.440). > James Berry has committed some changes recently that removes '+' > from the list of acceptable characters in port names (see top of > the current ChangeLog [1]). If that's not it, I'm out of ideas :-) That change seems (from an outsider) quite arbitrary. Certainly is possible to escape strings containing characters like "+"? Especially if a name is acceptable as file system name. All the best, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura Dep. of Computer Science, University of Beira Interior 6201-001 Covilh?, Portugal Office 4.3 Ext. 3257 Phone: +351 275319891 Fax: +351 275319899 Email: Home page: Research: ----------------------------------------------------------------- From ryandesign at macports.org Thu May 10 00:41:26 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:54 2007 Subject: Firefox 2.0? In-Reply-To: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> References: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> Message-ID: <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> On May 10, 2007, at 00:56, Boey Maun Suang wrote: >> Am I missing how to build a more recent version of Firefox via >> MacPorts? I built firefox-x11 and that only gave me 1.5. > > I don't think you're missing anything; it looks like 1.5.0.1 is the > only version of FireFox currently in our ports tree. If you're not > up to trying to creating and maintaining a new port (which would be > most appreciated!), your best bet would be to open a ticket asking > for a new port (Cc'ed to yourself and the current maintainer of > firefox-x11), and/or an update of firefox-x11 to the most recent > 1.5 version (1.5.0.11). Why wouldn't we want to just update firefox-x11 to 2.0.0.3? From boeyms at macports.org Thu May 10 01:04:37 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:54 2007 Subject: Firefox 2.0? In-Reply-To: <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> References: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> Message-ID: <268E76E1-68D5-44C3-BCFA-18CB82D9087F@macports.org> On 10/05/2007, at 17:41, Ryan Schmidt wrote: > Why wouldn't we want to just update firefox-x11 to 2.0.0.3? I'd be for that, but it might take significantly more work to get 2.0.0.3 to build than it would 1.5.0.11, so we could provide the latter in the meantime. In addition, some people might have their own reasons to want to continue using 1.5 despite the fact that Mozilla will cease supporting it in a week or so, so we can provide it under firefox-x11-1.5 or similar for a year or so. I just like the idea of giving people choice when it won't cost us much to do so. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From ryandesign at macports.org Thu May 10 02:02:17 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <3752D955-A5B9-4B6E-A63D-1148EC3505B9@di.ubi.pt> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> <3752D955-A5B9-4B6E-A63D-1148EC3505B9@di.ubi.pt> Message-ID: <5DAFB503-B522-4CC4-9D2A-6CB336926E35@macports.org> On May 10, 2007, at 01:28, Paulo Moura wrote: > On 2007/05/10, at 05:58, Boey Maun Suang wrote: > >> You wouldn't happen to be running MacPorts from ToT (a.k.a. >> trunk), rather than a release version? > > Nope, I'm running the latest stable one (1.440). > >> James Berry has committed some changes recently that removes '+' >> from the list of acceptable characters in port names (see top of >> the current ChangeLog [1]). If that's not it, I'm out of ideas :-) > > That change seems (from an outsider) quite arbitrary. Certainly is > possible to escape strings containing characters like "+"? > Especially if a name is acceptable as file system name. Maun Suang, that change should affect port names only, not version numbers. I'm not sure if there's any validation on version numbers. Paulo, the change is not arbitrary. The + sign has special meaning in MacPorts: it precedes a selected variant. Perhaps there are parts of MacPorts that become confused when the + sign is used in unexpected places. Therefore, the range of legal portnames is restricted. So too should be the range of legal version numbers. I'm in favor of getting the + out of your version number. From ryandesign at macports.org Thu May 10 02:03:15 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: References: Message-ID: On May 9, 2007, at 14:29, paul beard wrote: >> There is no "revision" variable in the portfile. Any ideas? Thanks, > > This man page seems to contradict itself, but perhaps it's not > optional, as mentioned below. [snip] > revision > Local revision number of Portfile. Increment for port > revisions > which would change its installation in any way. > Type: optional > Default: 0 The revision variable is definitely optional. I've written many (most) portfiles without it. From evlooij at xs4all.nl Thu May 10 02:07:45 2007 From: evlooij at xs4all.nl (Elise van Looij) Date: Tue Oct 9 16:42:54 2007 Subject: Installing mplayer Message-ID: <173B456B-AE85-4136-8D13-A5A80176334A@xs4all.nl> Which variants should one choose when installing mplayer on an Intel MacBook running OS 10.4.9? I've installed fontconfig (pkgconfig was already installed). I'm hoping mplayer will let me play all those videos on the BBC website that RealPlayer gives connection errors on. Elise van Looij -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070510/89dbf667/attachment.html From boeyms at macports.org Thu May 10 02:26:42 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:54 2007 Subject: Installing mplayer In-Reply-To: <173B456B-AE85-4136-8D13-A5A80176334A@xs4all.nl> References: <173B456B-AE85-4136-8D13-A5A80176334A@xs4all.nl> Message-ID: Hi Elise, > Which variants should one choose when installing mplayer on an > Intel MacBook running OS 10.4.9? I've installed fontconfig > (pkgconfig was already installed). I'm hoping mplayer will let me > play all those videos on the BBC website that RealPlayer gives > connection errors on. +binary_codecs will install the files containing whatever support MPlayer has for RealMedia on the Mac; I've had success listening to RealAudio from the BBC website, but I've never tried accessing RealVideo streams. As for the other variants, for now you should be able to Google their names and get enough information to find out what they do (we will be adding support for descriptions of variants some time in the future). Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From sbranzo at gmail.com Thu May 10 02:34:34 2007 From: sbranzo at gmail.com (Sbranzo) Date: Tue Oct 9 16:42:54 2007 Subject: Postfix warnings when starting (harmless?) In-Reply-To: <7fccb3000705092149r451f1d37v8abb45fc4b7fd400@mail.gmail.com> References: <7fccb3000705090427o2cc0ad93n7e8423f3a63b8eca@mail.gmail.com> <20070509173055.GC22294@sbranzo.piglets> <7fccb3000705092149r451f1d37v8abb45fc4b7fd400@mail.gmail.com> Message-ID: <20070510093434.GB23374@sbranzo.piglets> On 09/05/07 18:49, Tabitha McNerney wrote: > Thank you for the suggestions. Indeed, in postfix-script, everywhere (only > three places, lines 200, 211 and 225) there was a bare "ls" I replaced it > with "/bin/ls" and those errors then disappeared. Ok, fine. > I also changed the ownership of > > /opt/local/var/spool/postfix/public/.turd_postfix > > to postfix:postdrop You should remove /opt/local/var/spool/postfix/public/.turd_postfix, it's a leftover from the installation. > Also, on the bug report, I wonder if there is a work around for the TLS / > OpenSSL problem? Did you get yours to work by reverting back to OpenSSL > 0.9.7 from 0.9.8? I already submitted a patch to address sasl and tls problems, now all should work correctly. Gufo From pmoura at di.ubi.pt Thu May 10 02:36:08 2007 From: pmoura at di.ubi.pt (Paulo Moura) Date: Tue Oct 9 16:42:54 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <5DAFB503-B522-4CC4-9D2A-6CB336926E35@macports.org> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> <3752D955-A5B9-4B6E-A63D-1148EC3505B9@di.ubi.pt> <5DAFB503-B522-4CC4-9D2A-6CB336926E35@macports.org> Message-ID: <86FB8B76-968B-4CA0-ACB8-8AC918F279E6@di.ubi.pt> On 2007/05/10, at 10:02, Ryan Schmidt wrote: >>> James Berry has committed some changes recently that removes '+' >>> from the list of acceptable characters in port names (see top of >>> the current ChangeLog [1]). If that's not it, I'm out of ideas :-) >> >> That change seems (from an outsider) quite arbitrary. Certainly is >> possible to escape strings containing characters like "+"? >> Especially if a name is acceptable as file system name. > > Maun Suang, that change should affect port names only, not version > numbers. I'm not sure if there's any validation on version numbers. > > Paulo, the change is not arbitrary. The + sign has special meaning > in MacPorts: it precedes a selected variant. Perhaps there are > parts of MacPorts that become confused when the + sign is used in > unexpected places. Therefore, the range of legal portnames is > restricted. So too should be the range of legal version numbers. Precedes is the keyword here. The "+" character should only be interpreted as a special character when specifying a variant. Otherwise, it should be treated as a normal, valid character. A command such as: sudo port -p uninstall xsb @3.0.1+_0 should work properly as the variant is specified with the "@" character. Moreover, when doing a "port install" such as: sudo port install xsb +3.0.1+ there is not whitespace preceding the last "+". Therefore, it should not confuse MacPorts. Making "+" an illegal character is just the wrong way of fixing what seems to be a parsing bug in MacPorts. The only illegal characters should be the ones that result in invalid file names (as this would lead to problems when creating archives at the file system level). > I'm in favor of getting the + out of your version number. The "3.0.1+" version number is not something I control as is used by the third-party software. This software install on a directory named after this version number. Using a different version number in the portfile results in a broken installation. Moreover, what is important here is to fix the MacPorts parsing bug uncovered by my portfile, not finding a workaround for some specific portfile that only a few people care about. All the best, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura Dep. of Computer Science, University of Beira Interior 6201-001 Covilh?, Portugal Office 4.3 Ext. 3257 Phone: +351 275319891 Fax: +351 275319899 Email: Home page: Research: ----------------------------------------------------------------- From e_wiemann at gmx.de Thu May 10 03:27:44 2007 From: e_wiemann at gmx.de (Eckhard Wiemann) Date: Tue Oct 9 16:42:54 2007 Subject: pdftk build fails Message-ID: <3CFD7874-4208-4F8A-B92A-F8B1DAB756FD@gmx.de> Hi all, on my Intel-MacBook I want to install pdftk, which needs gcc41. Installing gcc41 made no problems, but at the end pdftk fails to build. Error: Target com.apple.build returned: shell command " cd "/opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_textproc_pdftk/work/pdftk-1.41/pdftk" && make all -f Makefile.MacOSX TOOLPATH=/opt/local/bin/ VERSUFF=-dp-4.1 " returned error 2 The directory exists (until cleaning the port), and in it there is a file called "Makefile.MacOSX". What can I do? Thanks, Eckhard. From dluke at geeklair.net Thu May 10 07:10:57 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:55 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <86FB8B76-968B-4CA0-ACB8-8AC918F279E6@di.ubi.pt> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> <3752D955-A5B9-4B6E-A63D-1148EC3505B9@di.ubi.pt> <5DAFB503-B522-4CC4-9D2A-6CB336926E35@macports.org> <86FB8B76-968B-4CA0-ACB8-8AC918F279E6@di.ubi.pt> Message-ID: <5B346977-CD89-4B8D-9FE5-57F03BBFD74C@geeklair.net> On May 10, 2007, at 5:36 AM, Paulo Moura wrote: > there is not whitespace preceding the last "+". Therefore, it > should not confuse MacPorts. Making "+" an illegal character is > just the wrong way of fixing what seems to be a parsing bug in > MacPorts. The only illegal characters should be the ones that > result in invalid file names (as this would lead to problems when > creating archives at the file system level). I'm sure we'd be happy to accept a patch which improved the parsing :) >> I'm in favor of getting the + out of your version number. > > The "3.0.1+" version number is not something I control as is used > by the third-party software. This software install on a directory > named after this version number. Using a different version number > in the portfile results in a broken installation. Does it just extract to a folder with a + in it? If so, you could specify worksrcdir in your Portfile. > Moreover, what is important here is to fix the MacPorts parsing bug > uncovered by my portfile, not finding a workaround for some > specific portfile that only a few people care about. The bug may be just that we didn't specify that + is not allowed in version. -- 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/20070510/2de236d3/PGP.bin From vincent-opdarw at vinc17.org Thu May 10 07:25:04 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:42:55 2007 Subject: /bin/date and coreutils In-Reply-To: <463F7A67.2030404@cogweb.net> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> Message-ID: <20070510142504.GB26089@prunille.vinc17.org> On 2007-05-07 12:13:43 -0700, David Liontooth wrote: > sorry for thinking it was so unlikely this was ported that I didn't even > look! I'll be interested to see what's included. > > This is very cool, as it allows my scripts to be crossplatform. But you need to use the with_default_names variant *and* have $prefix/bin in your path first, because gdate doesn't exist under Linux. If your scripts run in background, there's some risk of race condition when coreutils is upgraded (because the old version is deactivated before the new one is activated). And you never know if there will be changes under Linux (for instance, coreutils provides a "hostname" command, but Linux currently uses another one). For all these reasons (and the fact that the output of the shell commands depends on the locales), I think that it is a better idea to use Perl instead of shell scripts if you want portable scripts. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From iane at sussex.ac.uk Thu May 10 07:56:35 2007 From: iane at sussex.ac.uk (Ian Eiloart) Date: Tue Oct 9 16:42:55 2007 Subject: Please remove my account Message-ID: <5B30D512878588A88F15B145@lewes.staff.uscs.susx.ac.uk> Hi, Can someone please remove my account at macports.org? My login username is "ianeiloart@macports.org". I can log in to the account, but once there I can't stay logged in - I get logged out quite quickly while navigating through the site. Also, when logged in, I don't have any privileges. I can't access the "My Account" page, or create a trac ticket. -- Ian Eiloart IT Services, University of Sussex x3148 From jberry at macports.org Thu May 10 08:07:05 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:55 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <86FB8B76-968B-4CA0-ACB8-8AC918F279E6@di.ubi.pt> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> <3752D955-A5B9-4B6E-A63D-1148EC3505B9@di.ubi.pt> <5DAFB503-B522-4CC4-9D2A-6CB336926E35@macports.org> <86FB8B76-968B-4CA0-ACB8-8AC918F279E6@di.ubi.pt> Message-ID: <00485FBC-A0BB-4932-9F17-8A621F87EA45@macports.org> On May 10, 2007, at 2:36 AM, Paulo Moura wrote: >> I'm in favor of getting the + out of your version number. > > The "3.0.1+" version number is not something I control as is used > by the third-party software. This software install on a directory > named after this version number. Using a different version number > in the portfile results in a broken installation. Moreover, what is > important here is to fix the MacPorts parsing bug uncovered by my > portfile, not finding a workaround for some specific portfile that > only a few people care about. Hi Paulo, When I rewrote major parts of the port(1) command driver a couple of years ago, I did put in accommodation for + in the version (the hack to terminate version with a /). Part of the problem is that the syntax has always allowed run together strings of version+-variants. I believe the problem in this case, however, is not in the port(1) command handler (as it can be forced to distinguish this case as I just said, but in other internal parts of macports that rely on using a combined version+variants string, and which don't automatically use the slash as I just described. As I recall these strings may even get used to build filenames. So yes, I believe that you _will_ run into problems with + in version numbers. I can't tell you exactly where/how/when, but it is a problem/ issue/restriction in the code. If somebody wants to work through this issue and patch the code, they are more than welcome to. Short of that, somebody should come up with a workaround for this particular port so that we can avoid the + in the version number: either by yelling at the port issuer, falling back to a version without the +, or (within macports) using a different version number (perhaps with an additional .1 component on the end instead of the +) to describe this version. The distfile key can then be used to explicitly name the file. Not idea, but I think it can be done. James From pmoura at di.ubi.pt Thu May 10 08:10:03 2007 From: pmoura at di.ubi.pt (Paulo Moura) Date: Tue Oct 9 16:42:55 2007 Subject: port activate error: can't read "revision": no such variable In-Reply-To: <5B346977-CD89-4B8D-9FE5-57F03BBFD74C@geeklair.net> References: <70BDFAAC-3611-41C5-A7B9-0561A841E342@di.ubi.pt> <49F25221-FC9E-490D-8265-7C5C71034D06@geeklair.net> <6429E670-9F99-4985-B8CA-21C669EFE90C@macports.org> <2F8B5CE4-CCE0-4975-948A-9B341C55F2F8@di.ubi.pt> <3752D955-A5B9-4B6E-A63D-1148EC3505B9@di.ubi.pt> <5DAFB503-B522-4CC4-9D2A-6CB336926E35@macports.org> <86FB8B76-968B-4CA0-ACB8-8AC918F279E6@di.ubi.pt> <5B346977-CD89-4B8D-9FE5-57F03BBFD74C@geeklair.net> Message-ID: <534BAE20-527F-48A8-8A52-61FD2391E2AB@di.ubi.pt> On 2007/05/10, at 15:10, Daniel J. Luke wrote: > On May 10, 2007, at 5:36 AM, Paulo Moura wrote: >> there is not whitespace preceding the last "+". Therefore, it >> should not confuse MacPorts. Making "+" an illegal character is >> just the wrong way of fixing what seems to be a parsing bug in >> MacPorts. The only illegal characters should be the ones that >> result in invalid file names (as this would lead to problems when >> creating archives at the file system level). > > I'm sure we'd be happy to accept a patch which improved the parsing :) I would be happy to provide one but I'm a Logtalk/Prolog programmer, not a Tcl programmer. >>> I'm in favor of getting the + out of your version number. >> >> The "3.0.1+" version number is not something I control as is used >> by the third-party software. This software install on a directory >> named after this version number. Using a different version number >> in the portfile results in a broken installation. > > Does it just extract to a folder with a + in it? If so, you could > specify worksrcdir in your Portfile. The problem is not the folder the software it extracts to but the folder that is created during installation. I could try to patch the original software but that's beside the point. >> Moreover, what is important here is to fix the MacPorts parsing >> bug uncovered by my portfile, not finding a workaround for some >> specific portfile that only a few people care about. > > The bug may be just that we didn't specify that + is not allowed in > version. What should be specified, IMO, is that the version variable should not be set to a string that is invalid as a filename. I agree that this current limitation of MacPorts should be documented in order to avoid porfile writers being trapped in this bug. This is a relatively minor issue and I expect the priority of this bug to be set accordingly. Thanks to all for the feedback on this issue. I will try to convince the original software authors to change the version number to something without a "+". All the best, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura Dep. of Computer Science, University of Beira Interior 6201-001 Covilh?, Portugal Office 4.3 Ext. 3257 Phone: +351 275319891 Fax: +351 275319899 Email: Home page: Research: ----------------------------------------------------------------- From vincent-opdarw at vinc17.org Thu May 10 08:36:54 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:42:55 2007 Subject: Firefox 2.0? In-Reply-To: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> References: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> Message-ID: <20070510153654.GD26089@prunille.vinc17.org> On 2007-05-10 15:56:16 +1000, Boey Maun Suang wrote: > I don't think you're missing anything; it looks like 1.5.0.1 is the only > version of FireFox currently in our ports tree. If you're not up to trying > to creating and maintaining a new port (which would be most appreciated!), > your best bet would be to open a ticket asking for a new port (Cc'ed to > yourself and the current maintainer of firefox-x11), and/or an update of > firefox-x11 to the most recent 1.5 version (1.5.0.11). BTW, how about XUL (Gecko) libraries for other XUL-based applications? I mainly think of Liferea, whose port currently uses libgtkhtml, which is buggy and very limited, but which can be built with XUL support under Linux. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From jochen at fhi-berlin.mpg.de Thu May 10 09:20:35 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:55 2007 Subject: qt4-mac port In-Reply-To: <6E99B29D-DDC0-4FC4-8AF9-CBC373B331E8@macports.org> References: <6E99B29D-DDC0-4FC4-8AF9-CBC373B331E8@macports.org> Message-ID: On 10.05.2007, at 08:11, Boey Maun Suang wrote: >> libtool: link: cannot find the library `' or unhandled argument >> `Carbon' >> >> This is due to the -framwork options in the .la files installed >> in /opt/local/lib. Removing all /opt/local/lib/libQt*.la files >> solves the problem (as documented elsewhere), > > Would you be able to point out to me where this is documented? Hi James, Maun Suang, sorry, I do not have any notes on where exactly I read this, but the problem has been discussed on several public mailing lists. When I had the problem for the first time, it took me some googling to read that removing the .la files helps, and I have not yet seen any problems with that approach. A better (saner) approach would probably to fix the .la files for non- framework usage, but I have no idea what that exactly would mean. It could simply be a libtool bug, but, again, I don't know that. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070510/9047f37e/PGP.bin From bruda at cs.ubishops.ca Thu May 10 10:02:29 2007 From: bruda at cs.ubishops.ca (Stefan Bruda) Date: Tue Oct 9 16:42:55 2007 Subject: Firefox 2.0? In-Reply-To: <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> References: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> Message-ID: <62026.216.239.77.142.1178816549.squirrel@turing.ubishops.ca> Ryan Schmidt wrote: > > Why wouldn't we want to just update firefox-x11 to 2.0.0.3? I would personally not mind it. Problem is, the current firefox-x11 does not work (at least on Intel Macs, it is an issue somebody is working on as far as I know) and the same goes for 2.0.0.x. SO just updating the version won't solve anything. I am certainly hoping that firefox-x11 will be available, this is currently my most significant usability issue (I am using Mac OS firefox but Aqua does not play well with my X11 window manager so I would be ecstatic to have an X11 application instead). Stefan From fajwilson at gmail.com Thu May 10 11:09:30 2007 From: fajwilson at gmail.com (Frank Wilson) Date: Tue Oct 9 16:42:55 2007 Subject: can't self-update after fresh macports install Message-ID: <13b70780705101109u8347623t8e8d4a21ba66e570@mail.gmail.com> I try to run self-update but I get the following error. I guess it's not a show stopper but it would be nice if someone could help me get it running properly. Thanks for any help! Here's the error: DarwinPorts base version 1.400 installed Downloaded MacPorts base version 1.440 Configuring, Building and Installing new MacPorts base Error: /opt/local/bin/port: selfupdate failed: Error installing new MacPorts base: shell command "cd /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate1/base && ./configure --prefix=/opt/local --with-install-user=root --with-install-group=admin --with-tclpackage=/Library/Tcl && make && make install" returned error 2 Command output: make[4]: Nothing to be done for `all'. ===> making all in src/package1.0 make[2]: Nothing to be done for `all'. ===> making all in src/pextlib1.0 gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common Pextlib.c -o Pextlib.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common strsed.c -o strsed.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common fgetln.c -o fgetln.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common md5cmd.c -o md5cmd.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common setmode.c -o setmode.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common xinstall.c -o xinstall.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common fs-traverse.c -o fs-traverse.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common strcasecmp.c -o strcasecmp.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common vercomp.c -o vercomp.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common filemap.c -o filemap.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common sha1cmd.c -o sha1cmd.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common compat.c -o compat.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common curl.c -o curl.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common rmd160cmd.c -o rmd160cmd.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common readline.c -o readline.o gcc -c -DUSE_TCL_STUBS -g -O2 -W -Wall -pedantic -g -Os -DHAVE_CONFIG_H -I.. -I. -I"/usr/include" -DTCL_THREADS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DHAVE_READDIR_R=1 -DMAC_OSX_TCL=1 -DHAVE_CFBUNDLE=1 -DUSE_VFORK=1 -DTCL_DEFAULT_ENCODING=\"utf-8\" -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_FILIO_H=1 -fno-common uid.c -o uid.o cc -dynamiclib -L/usr/local/lib -L/usr/lib -lcurl -lssl -lcrypto -lz Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs-traverse.o strcasecmp.o vercomp.o filemap.o sha1cmd.o compat.o curl.o rmd160cmd.o readline.o uid.o -o Pextlib.dylib-L/System/Library/Frameworks/Tcl.framework/Versions/8.4 - ltclstub8.4 -L/usr/local/lib -L/usr/lib -lcurl -lssl -lcrypto -lz -lreadline -lcrypto ld: warning prebinding disabled because of undefined symbols ld: Undefined symbols: _rl_completion_matches _rl_filename_completion_function _rl_username_completion_function /usr/bin/libtool: internal link edit command failed make[2]: *** [Pextlib.dylib] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1 ************ Thanks again, Frank -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070510/3c0454fd/attachment.html From dwhite at jtmconcepts.com Thu May 10 11:18:44 2007 From: dwhite at jtmconcepts.com (Diane White) Date: Tue Oct 9 16:42:55 2007 Subject: Introduction to MacPorts Please? Message-ID: <001c01c7932f$a59bb6e0$0f01a8c0@JTM.com> Please excuse me, but what exactly is MacPorts? How does it work? Is it really what I want to use? I found Mac Ports through looking at another program called Jailkit, and there was another website (the predecessor to MacPorts?) called DarwinPorts. Unfortunately, the main page of MacPorts does not have a simplified "This is what this is, this is what it does" type of introduction, and I find that to be enormously helpful in putting myself in the right mindset for what I am dealing with. Essentially what I'm trying to do is create an automated updater on a client computer that logs into the server using sftp and downloads updated files from a certain directory. The server is Mac OS X 10.4.9, and I would like the account that the updater uses to be chrooted to the download directory. Based on my research so far, chroot is broken with the OpenSSH server unless you install a patch or do other stuff, which I'm trying to minimize messing with the current settings of the server and was really hoping to just have a restricted user or group account. The jailkit program seemed like a simple solution, but to use it on the Mac, I would have to install MacPorts? Or is this just introducing another mess for myself? I'm not even positive at this point if that's what I really want to use... Thank you. Diane From cremes.devlist at mac.com Thu May 10 11:21:42 2007 From: cremes.devlist at mac.com (cremes.devlist@mac.com) Date: Tue Oct 9 16:42:55 2007 Subject: advice in debugging a new port Message-ID: <29684F58-0112-1000-E668-E0A0126B50D1-Webmail-10008@mac.com> Okay, the title is a bit of a lie; the port succeeds in building and installing. I'm working on a new port for transcode [1] and am running into a problem. The port will be pulling HEAD from cvs so I am fully aware that the problem I am seeing right now could be related to instability in the trunk. Again, I have the port successfully building and installing. However, executing the binary to do even simple operations results in a hang. The weird thing is that the command will execute to completion and then hang on exit. For example, if I execute 'transcode --version' it successfully prints its version info and then hangs. I can also issue a command to transcode a movie from mpeg2 to h.264 which results in a good clean file, but it hangs during exit. Is there a tracing facility on OSX I can use to track down this problem? Most of my coding experience is IOKit in-kernel so I'm not really good at this userland stuff. Thanks for any help or pointers. cr From rhwood at mac.com Thu May 10 11:37:22 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:42:55 2007 Subject: Firefox 2.0? In-Reply-To: <62026.216.239.77.142.1178816549.squirrel@turing.ubishops.ca> References: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> <62026.216.239.77.142.1178816549.squirrel@turing.ubishops.ca> Message-ID: <41650A0B-C504-490D-B6EC-814C2E7E57A5@mac.com> Unfortunately, the Mozilla group WILL NOT SUPPORT building any of its products on Mac OS X without using Aqua, so every single mozilla application has to be severely hacked to make it build and/or run and/ or support linking against in an X11 environment. If someone wants to make a new port, copying all the useful bits out of Fink's Firefox2 port is a good starting point. On 10 May 2007, at 13:02, Stefan Bruda wrote: > > Ryan Schmidt wrote: >> >> Why wouldn't we want to just update firefox-x11 to 2.0.0.3? > > I would personally not mind it. Problem is, the current firefox- > x11 does > not work (at least on Intel Macs, it is an issue somebody is > working on as > far as I know) and the same goes for 2.0.0.x. SO just updating the > version won't solve anything. I am certainly hoping that firefox- > x11 will > be available, this is currently my most significant usability issue > (I am > using Mac OS firefox but Aqua does not play well with my X11 window > manager so I would be ecstatic to have an X11 application instead). > > Stefan > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From michal.roszka at gmail.com Thu May 10 12:09:43 2007 From: michal.roszka at gmail.com (=?UTF-8?Q?Micha=C5=82_Roszka?=) Date: Tue Oct 9 16:42:55 2007 Subject: can't self-update after fresh macports install In-Reply-To: <13b70780705101109u8347623t8e8d4a21ba66e570@mail.gmail.com> References: <13b70780705101109u8347623t8e8d4a21ba66e570@mail.gmail.com> Message-ID: <68BADDCD-33E4-487C-A84B-7183216EF2DD@gmail.com> On May 10, 2007, at 8:09 PM, Frank Wilson wrote: > I try to run self-update but I get the following error. I guess > it's not a show stopper but it would be nice if someone could help > me get it running properly. Thanks for any help! Do you have fresh Xcode tools? -- M. Roszka From sck at nogas.org Thu May 10 12:15:35 2007 From: sck at nogas.org (Scott C. Kennedy) Date: Tue Oct 9 16:42:55 2007 Subject: Introduction to MacPorts Please? In-Reply-To: <001c01c7932f$a59bb6e0$0f01a8c0@JTM.com> References: <001c01c7932f$a59bb6e0$0f01a8c0@JTM.com> Message-ID: <46436F57.2030802@nogas.org> Diane, MacPorts... MacPorts, Diane. Okay now you're introduced. :) MacPorts is a distribution of Unix utilities for the Macintosh, like the Fink project. MacPorts is a framework of port files that allows the user to download, compile, and install all the necessary dependancies for Unix utilities (like jailkit) in order to have them work correctly. To install MacPorts, just download the installer and run it. To use MacPorts, you need to opena terminal window, and use the '/opt/local/bin/port' command to then use MacPorts to do things, like... Find out about what jailkit is Biko:~ sck$ port info jailkit jailkit 1.2, security/jailkit (Variants: universal) http://olivier.sessink.nl/jailkit/ Jailkit is a set of utilities to allow quick creation of limited user accounts in a chroot jail. It contains a safe logging daemon, shells that can restrict users, utilities to start daemons in a chroot jail, and utilities for easy setup of chroot jails. Library Dependencies: python23 Platforms: darwin Maintainers: nomaintainer@macports.org Find out about what files are installed as part of jailkit. Biko:~ sck$ port contents jailkit Port jailkit contains: /opt/local/etc/jailkit/jk_check.ini /opt/local/etc/jailkit/jk_chrootsh.ini /opt/local/etc/jailkit/jk_init.ini /opt/local/etc/jailkit/jk_lsh.ini /opt/local/etc/jailkit/jk_socketd.ini /opt/local/sbin/jk_addjailuser /opt/local/sbin/jk_check /opt/local/sbin/jk_chrootlaunch /opt/local/sbin/jk_chrootsh /opt/local/sbin/jk_cp /opt/local/sbin/jk_init /opt/local/sbin/jk_lsh /opt/local/sbin/jk_procmailwrapper /opt/local/sbin/jk_socketd /opt/local/share/doc/jailkit/COPYRIGHT /opt/local/share/doc/jailkit/INSTALL.txt /opt/local/share/doc/jailkit/README.txt /opt/local/share/jailkit/jk_lib.py /opt/local/share/jailkit/jk_lib.pyc /opt/local/share/man/man8/jailkit.8.gz /opt/local/share/man/man8/jk_addjailuser.8.gz /opt/local/share/man/man8/jk_check.8.gz /opt/local/share/man/man8/jk_chrootlaunch.8.gz /opt/local/share/man/man8/jk_chrootsh.8.gz /opt/local/share/man/man8/jk_cp.8.gz /opt/local/share/man/man8/jk_init.8.gz /opt/local/share/man/man8/jk_lsh.8.gz /opt/local/share/man/man8/jk_procmailwrapper.8.gz /opt/local/share/man/man8/jk_socketd.8.gz And install jailkit on my Mac. Biko:~ sck$ sudo port install jailkit Password: ---> Fetching jailkit ---> Attempting to fetch jailkit-1.2.tar.bz2 from http://olivier.sessink.nl/jailkit/ ---> Verifying checksum(s) for jailkit ---> Extracting jailkit ---> Applying patches to jailkit ---> Configuring jailkit ---> Building jailkit with target all ---> Staging jailkit into destroot ---> Installing jailkit 1.2_0 ---> Activating jailkit 1.2_0 ---> Cleaning jailkit Now jailkit is installed on my machine, and I can use 'man jailkit' to find out more about the system. Scott Diane White wrote: > Please excuse me, but what exactly is MacPorts? How does it work? Is it > really what I want to use? I found Mac Ports through looking at another > program called Jailkit, and there was another website (the predecessor to > MacPorts?) called DarwinPorts. Unfortunately, the main page of MacPorts > does not have a simplified "This is what this is, this is what it does" type > of introduction, and I find that to be enormously helpful in putting myself > in the right mindset for what I am dealing with. > > Essentially what I'm trying to do is create an automated updater on a client > computer that logs into the server using sftp and downloads updated files > from a certain directory. The server is Mac OS X 10.4.9, and I would like > the account that the updater uses to be chrooted to the download directory. > Based on my research so far, chroot is broken with the OpenSSH server unless > you install a patch or do other stuff, which I'm trying to minimize messing > with the current settings of the server and was really hoping to just have a > restricted user or group account. > > The jailkit program seemed like a simple solution, but to use it on the Mac, > I would have to install MacPorts? Or is this just introducing another mess > for myself? I'm not even positive at this point if that's what I really > want to use... > > Thank you. > Diane > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070510/19d57232/attachment.html From b.f.lundin at gmail.com Thu May 10 12:19:09 2007 From: b.f.lundin at gmail.com (=?ISO-8859-1?Q?Bj=F6rn_Lundin?=) Date: Tue Oct 9 16:42:55 2007 Subject: Introduction to MacPorts Please? In-Reply-To: <001c01c7932f$a59bb6e0$0f01a8c0@JTM.com> References: <001c01c7932f$a59bb6e0$0f01a8c0@JTM.com> Message-ID: 10 maj 2007 kl. 20.18 skrev Diane White: > Please excuse me, but what exactly is MacPorts It is a package manager for mac os x (with friends) if that concept is familiar. Basically, it automates the standard way of building software on unix. usually, on unix you do ./configure make sudo make install where the ./configure part may have _lots_ of options The options may be different on different flavers of unix Macports 1- ports the software to mac os x (ie the people behind MacPorts) 2 - provides reasonble configure alternatives 3 - makes is possibly to have several versions of a particular program and easy to switch between 4 - downloads and compiles the software for you 5 - it also downloads and compiles OTHER software, that the one you really want is dependant on You need macports + develpment tools /Bj?rn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070510/d2e686cc/attachment.html From jberry at macports.org Thu May 10 12:19:38 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:55 2007 Subject: can't self-update after fresh macports install In-Reply-To: <13b70780705101109u8347623t8e8d4a21ba66e570@mail.gmail.com> References: <13b70780705101109u8347623t8e8d4a21ba66e570@mail.gmail.com> Message-ID: On May 10, 2007, at 11:09 AM, Frank Wilson wrote: > I try to run self-update but I get the following error. I guess > it's not a show stopper but it would be nice if someone could help > me get it running properly. Thanks for any help! > > Here's the error: > > DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 - > DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DHAVE_SIGNED_CHAR=1 - > DHAVE_PUTENV_THAT_COPIES=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1 - > DHAVE_SYS_FILIO_H=1 -fno-common uid.c -o uid.o > cc -dynamiclib -L/usr/local/lib -L/usr/lib -lcurl -lssl -lcrypto - > lz Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs- > traverse.o strcasecmp.o vercomp.o filemap.o sha1cmd.o compat.o > curl.o rmd160cmd.o readline.o uid.o -o Pextlib.dylib -L/System/ > Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -L/usr/ > local/lib -L/usr/lib -lcurl -lssl -lcrypto -lz -lreadline -lcrypto > ld: warning prebinding disabled because of undefined symbols > ld: Undefined symbols: > _rl_completion_matches > _rl_filename_completion_function > _rl_username_completion_function This is the well-known result of trying to build MacPorts while you have a foreign copy of the readline somewhere else, probably in /usr/ local. Please remove or rename that directory while building MacPorts. James From s.glendinning.robertson at googlemail.com Thu May 10 12:28:39 2007 From: s.glendinning.robertson at googlemail.com (Stuart Robertson) Date: Tue Oct 9 16:42:55 2007 Subject: error building python24 on mac os x Message-ID: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> I want to install either rdiff or unison or duplicity in order to have incremental off-site backups. Each of these ports fails when python24 fails to build with the following error message at the mac os x command line: Warning: the following items did not execute (for python24): com.apple.activate com.apple.build com.apple.destroot com.apple.install Error: The following dependencies failed to build: python24 Error: Status 1 encountered during processing. Above this message are approx. 220 lines which mostly include 'Python/ mactoolboxglue.c:456: warning: return makes integer from pointer without a cast'. I'm guessing that the problem is something to do with the commands used when trying to build python24 but I've too little understanding of unix, the command line, python and compilers to make sense of the appropriate lines. The first two lines of output concerning python are: ---> Building python24 with target all /usr/bin/gcc-4.0 -c -fno-strict-aliasing -Wno-long-double -no-cpp- precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g - O3 -Wall -Wstrict-prototypes -I/opt/local/include -I. -I./Include - DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c I've googled to no avail and consulted the list archives for a solution. Any help appreciated, Stuart Imac G5 mac os x 10.4.9 xcode 2.4.1 From paulbeard at gmail.com Thu May 10 13:14:54 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:55 2007 Subject: error building python24 on mac os x In-Reply-To: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> Message-ID: <4EEFEF19-125A-40E2-9426-D9BAAEB19069@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/20070510/5bf0186b/PGP.bin From jochen at fhi-berlin.mpg.de Thu May 10 13:37:11 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:55 2007 Subject: configure.args-delete --prefix Message-ID: Skipped content of type multipart/mixed-------------- 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/20070510/0d950645/PGP.bin From paulbeard at gmail.com Thu May 10 13:49:14 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:55 2007 Subject: python24 upgrade fails? In-Reply-To: References: <4CBDA400-7FF4-4D3D-A94C-D1548C9019AA@gmail.com> Message-ID: <0B5AB6BF-3364-4520-8628-B5AAB533DCDB@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/20070510/69b80f34/PGP.bin From ryandesign at macports.org Thu May 10 14:06:01 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:55 2007 Subject: configure.args-delete --prefix In-Reply-To: References: Message-ID: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> On May 10, 2007, at 15:37, Jochen K?pper wrote: > I am rtrying to write a Portfile for Qwt, which is not build using > autotools, but uses Qt's qmake + make combo. > > I think I have everything set, but a --preix option thst is still > passed to qmake. I am trying to remove that using > configure.args-delete --prefix=${prefix} > but apparently that does not work. > > Any hints? > > I attach the whole Portfile for reference. MacPorts does not put the "--prefix=${prefix}" argument in the configure.args variable; it puts it in the configure.pre_args variable. Presumably you then want "configure.pre_args-delete -- prefix=${prefix}". I haven't tested this. From ryandesign at macports.org Thu May 10 14:10:28 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:55 2007 Subject: pdftk build fails In-Reply-To: <3CFD7874-4208-4F8A-B92A-F8B1DAB756FD@gmx.de> References: <3CFD7874-4208-4F8A-B92A-F8B1DAB756FD@gmx.de> Message-ID: On May 10, 2007, at 05:27, Eckhard Wiemann wrote: > on my Intel-MacBook I want to install pdftk, which needs gcc41. > Installing gcc41 made no problems, but at the end pdftk fails to > build. > > 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_textproc_pdftk/work/pdftk-1.41/pdftk" && make all -f > Makefile.MacOSX TOOLPATH=/opt/local/bin/ VERSUFF=-dp-4.1 " returned > error 2 > > The directory exists (until cleaning the port), and in it there is > a file called "Makefile.MacOSX". > > What can I do? gcc41 appears to be very incomplete on Intel and nobody appears to know why. See my previous post: http://lists.macosforge.org/pipermail/macports-users/2007-April/ 002858.html I asked the MacPorts gcc41 maintainer and he did not respond. I searched the gcc bug database and didn't find anything that looked relevant (though it's hard to know what to search for). I was considering reporting a bug there to see what they say. From bruda at cs.ubishops.ca Thu May 10 14:11:19 2007 From: bruda at cs.ubishops.ca (Stefan Bruda) Date: Tue Oct 9 16:42:55 2007 Subject: error building python24 on mac os x In-Reply-To: <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> Message-ID: <62514.216.239.77.142.1178831479.squirrel@turing.ubishops.ca> Hi, paul beard wrote: > > can you send lines more toward the end of the message so we can see > where it failed? Those warnings don't mean anything: you should have > something much more explicit just before the process exits. Sorry to jump in, but just had the same issue five minutes ago. The build process (nstall actually) chokes in my case as follows: DYLD_FRAMEWORK_PATH=/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_python24/work/Python-2.4.4: ../../python.exe ./../scripts/cachersrc.py -v /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_python24/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/plat-mac /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_python24/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.4/Mac/Tools /bin/sh: line 1: ../../python.exe: No such file or directory make[1]: *** [installmacsubtree] Error 127 make: *** [frameworkinstallmaclib] Error 2 Somebody wants a python.exe... Stefan From pipping at macports.org Thu May 10 14:21:15 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:55 2007 Subject: configure.args-delete --prefix In-Reply-To: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> Message-ID: by default configure.pre_args contains only the --prefix parameter, so clearing the variable completely would work, too: configure.pre_args Regards, Elias On May 10, 2007, at 11:06 PM, Ryan Schmidt wrote: > On May 10, 2007, at 15:37, Jochen K?pper wrote: > >> I am rtrying to write a Portfile for Qwt, which is not build using >> autotools, but uses Qt's qmake + make combo. >> >> I think I have everything set, but a --preix option thst is still >> passed to qmake. I am trying to remove that using >> configure.args-delete --prefix=${prefix} >> but apparently that does not work. >> >> Any hints? >> >> I attach the whole Portfile for reference. > > MacPorts does not put the "--prefix=${prefix}" argument in the > configure.args variable; it puts it in the configure.pre_args > variable. Presumably you then want "configure.pre_args-delete -- > prefix=${prefix}". I haven't tested this. > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From jochen at fhi-berlin.mpg.de Thu May 10 14:19:50 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:55 2007 Subject: /bin/date and coreutils In-Reply-To: <20070510142504.GB26089@prunille.vinc17.org> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> Message-ID: <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> On 10.05.2007, at 16:25, Vincent Lefevre wrote: > I think that it is a better idea to use Perl instead of shell > scripts if you want portable scripts. or Python (my personal favorite;), or ... Anyhow, what's happening during an perl (python, ...) update? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070510/ad4d7b44/PGP.bin From paulbeard at gmail.com Thu May 10 14:23:15 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:55 2007 Subject: error building python24 on mac os x In-Reply-To: <62514.216.239.77.142.1178831479.squirrel@turing.ubishops.ca> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <62514.216.239.77.142.1178831479.squirrel@turing.ubishops.ca> Message-ID: <913B5859-D4E7-44BA-B6AB-4B498D5B4FDD@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/20070510/e3bce55c/PGP.bin From paulbeard at gmail.com Thu May 10 14:26:27 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:55 2007 Subject: python.exe Message-ID: <3FBD604B-1FC3-42DE-AD67-F39176AD82C9@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/20070510/0bbfaff6/PGP.bin From vincent-opdarw at vinc17.org Thu May 10 14:56:05 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:42:55 2007 Subject: /bin/date and coreutils In-Reply-To: <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> Message-ID: <20070510215605.GD8428@prunille.vinc17.org> On 2007-05-10 23:19:50 +0200, Jochen K?pper wrote: > On 10.05.2007, at 16:25, Vincent Lefevre wrote: > >> I think that it is a better idea to use Perl instead of shell scripts if >> you want portable scripts. > > or Python (my personal favorite;), or ... I've seen many problems after Python upgrades under Debian (e.g. things that no longer work, probably because incompatibilities between versions)... And Python isn't installed everywhere. > Anyhow, what's happening during an perl (python, ...) update? The system version is used, and this is not necessarily a problem, except if some modules only present in MacPorts are used. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From jochen at fhi-berlin.mpg.de Thu May 10 15:07:34 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:55 2007 Subject: configure.args-delete --prefix In-Reply-To: References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> Message-ID: <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> Thanks Ryan, Elias! On 10.05.2007, at 23:21, Elias Pipping wrote: > by default configure.pre_args contains only the > --prefix parameter, so clearing the variable > completely would work, too: > > configure.pre_args Yes, it seems to work. > On May 10, 2007, at 11:06 PM, Ryan Schmidt wrote: > >> MacPorts does not put the "--prefix=${prefix}" argument in the >> configure.args variable; it puts it in the configure.pre_args >> variable. Presumably you then want "configure.pre_args-delete -- >> prefix=${prefix}". I haven't tested this. Where can one learn about all this stuff? If there isn't, there should really be a Wiki page with all Portfile variables. Just the names would already be helpful, although it should obviously contain an explanation in the end. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070511/8e0e9382/PGP.bin From jochen at fhi-berlin.mpg.de Thu May 10 15:27:54 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:55 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: <20070510215605.GD8428@prunille.vinc17.org> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> Message-ID: <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> On 10.05.2007, at 23:56, Vincent Lefevre wrote: > And Python isn't installed everywhere. Well, that's not my experience. It's even on all number crunchers and big iron machines I have used over the last years, as scheduling/ batch systems also use it;) And it's a fabulous matlab replacement for data extraction. Anyway, I guess this is getting off-topic. > The system version is used, and this is not necessarily a problem, > except if some modules only present in MacPorts are used. That's the real point - you are in principle back to the same point as with shell scripts - unless you use only the basic stuff. If you do that in a shell-script (using only basic stuff), you are as safe, because /bin/bash and /bin/tcsh are "always" there... Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070511/6b54d8f5/PGP.bin From jochen at fhi-berlin.mpg.de Thu May 10 15:31:24 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:55 2007 Subject: using local patch-filed In-Reply-To: <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> Message-ID: <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> On 11.05.2007, at 00:07, Jochen K?pper wrote: > Where can one learn about all this stuff? Okay guys, I do have another question: How can I use local patch- files? I have put them in the local files/ directory, but port still tries to fetch them: > sudo port install ---> Fetching qwt ---> Attempting to fetch files/qwtconfig.pri from http://distfiles- od.opendarwin.org/qwt ---> Attempting to fetch files/qwtconfig.pri from http://distfiles- msn.opendarwin.org/qwt ---> Attempting to fetch files/qwtconfig.pri from http://distfiles- od.opendarwin.org/ ---> Attempting to fetch files/qwtconfig.pri from http://distfiles- msn.opendarwin.org/ Error: Target com.apple.fetch returned: fetch failed Error: Status 1 encountered during processing. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070511/8dabe5c0/PGP.bin From s.glendinning.robertson at googlemail.com Thu May 10 15:40:02 2007 From: s.glendinning.robertson at googlemail.com (Stuart Robertson) Date: Tue Oct 9 16:42:55 2007 Subject: error building python24 on mac os x In-Reply-To: <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> Message-ID: <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> On 10 May 2007, at 21:14, paul beard wrote: > > On May 10, 2007, at 12:28 PM, Stuart Robertson wrote: > >> Above this message are approx. 220 lines which mostly include >> 'Python/mactoolboxglue.c:456: warning: return makes integer from >> pointer without a cast'. I'm guessing that the problem is >> something to do with the commands used when trying to build >> python24 but I've too little understanding of unix, the command >> line, python and compilers to make sense of the appropriate lines. >> The first two lines of output concerning python are: >> >> ---> Building python24 with target all >> /usr/bin/gcc-4.0 -c -fno-strict-aliasing -Wno-long-double -no-cpp- >> precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG - >> g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I. -I./ >> Include -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/ >> mactoolboxglue.c > > can you send lines more toward the end of the message so we can see > where it failed? Those warnings don't mean anything: you should > have something much more explicit just before the process exits. > I've attached all the lines here as a txt file. Around line 190 the following appears: make: *** [Python/mactoolboxglue.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_dp orts_lang_python24/work/Python-2.4.3" && make all " returned error 2 Command output: Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast I note Stefan's response but in my terminal output there's no mention of .exe. Should I try to install python24 by itself using the -f flag? Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070510/49aae817/attachment.html From ryandesign at macports.org Thu May 10 15:43:45 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:55 2007 Subject: configure.args-delete --prefix In-Reply-To: <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> Message-ID: <6113C146-218F-43BC-B4B6-A7249FA408DB@macports.org> On May 10, 2007, at 17:07, Jochen K?pper wrote: > On 10.05.2007, at 23:21, Elias Pipping wrote: > >> by default configure.pre_args contains only the >> --prefix parameter, so clearing the variable >> completely would work, too: >> >> configure.pre_args > > Yes, it seems to work. > >> On May 10, 2007, at 11:06 PM, Ryan Schmidt wrote: >> >>> MacPorts does not put the "--prefix=${prefix}" argument in the >>> configure.args variable; it puts it in the configure.pre_args >>> variable. Presumably you then want "configure.pre_args-delete -- >>> prefix=${prefix}". I haven't tested this. > > Where can one learn about all this stuff? I learned it by reading part of the source code one day. I just happened to remember the pre_args bit. > If there isn't, there should really be a Wiki page with all > Portfile variables. Just the names would already be helpful, > although it should obviously contain an explanation in the end. The documentation used to have that, or at least most of the useful variables. We currently have no documentation, however. From dluke at geeklair.net Thu May 10 15:52:57 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:55 2007 Subject: using local patch-filed In-Reply-To: <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> Message-ID: <30FD1DC6-268C-485A-98F8-F67CF3876B0E@geeklair.net> On May 10, 2007, at 6:31 PM, Jochen K?pper wrote: > Okay guys, I do have another question: How can I use local patch- > files? I have put them in the local files/ directory, but port > still tries to fetch them: It should look for them in files first, and attempt to fetch them if it can't find them for some reason. Try adding -dv to your port invocation so you can see what is going on. -- 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/20070510/857b4f90/PGP.bin From dluke at geeklair.net Thu May 10 15:54:09 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:55 2007 Subject: configure.args-delete --prefix In-Reply-To: <6113C146-218F-43BC-B4B6-A7249FA408DB@macports.org> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <6113C146-218F-43BC-B4B6-A7249FA408DB@macports.org> Message-ID: <8AF455DC-4B61-419F-91E9-058300EA319D@geeklair.net> On May 10, 2007, at 6:43 PM, Ryan Schmidt wrote: >> If there isn't, there should really be a Wiki page with all >> Portfile variables. Just the names would already be helpful, >> although it should obviously contain an explanation in the end. > > The documentation used to have that, or at least most of the useful > variables. We currently have no documentation, however. The documentation could be better, but at least they're in the porfile manpage: TARGET HOOKS A number of hooks are available for customizing many of the standard tar- gets that port(1) executes. The targets supporting these hooks are fetch, automake, autoconf, configure, build, destroot, and test. The hooks are: [snip] target.pre_args Additional arguments passed before the main arguments. Example: extract.pre_args -cd -- 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/20070510/de37c2b7/PGP.bin From ryandesign at macports.org Thu May 10 15:54:10 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:55 2007 Subject: using local patch-filed In-Reply-To: <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> Message-ID: On May 10, 2007, at 17:31, Jochen K?pper wrote: > Okay guys, I do have another question: How can I use local patch- > files? I have put them in the local files/ directory, but port > still tries to fetch them: > > > sudo port install > ---> Fetching qwt > ---> Attempting to fetch files/qwtconfig.pri from http://distfiles- > od.opendarwin.org/qwt > ---> Attempting to fetch files/qwtconfig.pri from http://distfiles- > msn.opendarwin.org/qwt > ---> Attempting to fetch files/qwtconfig.pri from http://distfiles- > od.opendarwin.org/ > ---> Attempting to fetch files/qwtconfig.pri from http://distfiles- > msn.opendarwin.org/ > Error: Target com.apple.fetch returned: fetch failed > Error: Status 1 encountered during processing. Did you specify the name of the patchfile as "files/qwtconfig.pri"? You don't need to specify the directory name; MacPorts knows it's going to be in the files directory. Also, your patchfile name should begin with "patch-" and end with ".diff", between which should be the name of the file that's being patched. So if your patch is patching a file called qwtconfig.pri, then you should call the file "patch- qwtconfig.pri.diff", put it in the "files" directory in your port's directory, and put "patchfiles patch-qwtconfig.pri.diff" in the portfile. From markd at macports.org Thu May 10 16:02:15 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:55 2007 Subject: pdftk build fails In-Reply-To: References: Message-ID: What happens if you edit the pdftk portfile and change the dependency to gcc 4.2? Does it work with pdftk? Mark Ryan Schmidt on Thursday, May 10, 2007 at 2:10 PM -0800 wrote: >> on my Intel-MacBook I want to install pdftk, which needs gcc41. >> Installing gcc41 made no problems, but at the end pdftk fails to >> build. >> >> 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_textproc_pdftk/work/pdftk-1.41/pdftk" && make all -f >> Makefile.MacOSX TOOLPATH=/opt/local/bin/ VERSUFF=-dp-4.1 " returned >> error 2 >> >> The directory exists (until cleaning the port), and in it there is >> a file called "Makefile.MacOSX". >> >> What can I do? > >gcc41 appears to be very incomplete on Intel and nobody appears to >know why. See my previous post: > >http://lists.macosforge.org/pipermail/macports-users/2007-April/ >002858.html > >I asked the MacPorts gcc41 maintainer and he did not respond. I >searched the gcc bug database and didn't find anything that looked >relevant (though it's hard to know what to search for). I was >considering reporting a bug there to see what they say. From jochen at fhi-berlin.mpg.de Thu May 10 16:12:25 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:55 2007 Subject: using local patch-filed In-Reply-To: References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> Message-ID: <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> Hi Ryan, again, thanks for your help, it works ;-) > You don't need to specify the directory name; MacPorts knows it's > going to be in the files directory. Also, your patchfile name > should begin with "patch-" and end with ".diff", between which > should be the name of the file that's being patched. So if your > patch is patching a file called qwtconfig.pri, then you should call > the file "patch-qwtconfig.pri.diff", put it in the "files" > directory in your port's directory, and put "patchfiles patch- > qwtconfig.pri.diff" in the portfile. I have now tested and uploaded the Portfile and patch to the Trac system. Is there anything I should do in order to get the port included? What's about previous Portfiles I have added there - how often should I bug whom? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070511/b7892060/PGP.bin From jberry at macports.org Thu May 10 16:15:22 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:55 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: <6113C146-218F-43BC-B4B6-A7249FA408DB@macports.org> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <6113C146-218F-43BC-B4B6-A7249FA408DB@macports.org> Message-ID: <84E38CEE-D5E0-4A04-A057-CEA7C5B13D77@macports.org> On May 10, 2007, at 3:43 PM, Ryan Schmidt wrote: >> If there isn't, there should really be a Wiki page with all >> Portfile variables. Just the names would already be helpful, >> although it should obviously contain an explanation in the end. > > The documentation used to have that, or at least most of the useful > variables. We currently have no documentation, however. I know all of us would love to see better documentation and a better experience on first arrival to the MacPorts site. Despite complaints from time to time, nobody has stepped up to the chore to really make things better. Some resources: - We have an xml file containing all the documentation from the old site. - We hope to bring online soon a RoR app that will, among other things, provide listings of ports. One possibility would be to also use this as a server for the site front-end and other documentation, either to be served from statically generated pages or from the database. - We also have our WordPress site in all of its unglory, which we might hack on as needed. - Or something else. - Thomas Reifferscheid at Johannes Gutenberg-Universit?t Mainz in germany has graciously offered some hosting and bandwidth for whatever services we need to host a site. Apple will likely also at some point have the resources to allow us to host more of our site at MacOSForge (they are currently trying to hire an admin for that site). Some vision: - We need somebody with the vision, drive, and determination to fix the documentation end of things, including pursuing one of the options above. Portmgr would love to hear from you if you'd like to pull this off. - We really need a nicely designed front-presence that describes the project and gives access to ports and documentation. Our current front end does those things only marginally. Volunteers? James From jberry at macports.org Thu May 10 16:18:55 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:55 2007 Subject: using local patch-filed In-Reply-To: <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> Message-ID: <5375922F-9F26-4866-ACFA-FBA92BD815F2@macports.org> On May 10, 2007, at 4:12 PM, Jochen K?pper wrote: > Hi Ryan, > > again, thanks for your help, it works ;-) > >> You don't need to specify the directory name; MacPorts knows it's >> going to be in the files directory. Also, your patchfile name >> should begin with "patch-" and end with ".diff", between which >> should be the name of the file that's being patched. So if your >> patch is patching a file called qwtconfig.pri, then you should >> call the file "patch-qwtconfig.pri.diff", put it in the "files" >> directory in your port's directory, and put "patchfiles patch- >> qwtconfig.pri.diff" in the portfile. > > I have now tested and uploaded the Portfile and patch to the Trac > system. > Is there anything I should do in order to get the port included? > > What's about previous Portfiles I have added there - how often > should I bug whom? Hey Jochen, If you've submitted a few ports and have had no uptake it's probably because others are either busy and/or uninterested in those ports. I'd encourage you to apply for a commit bit in such a case, if you're interested in maintaining ports at MacPorts. We're always looking for committers with the time and energy to make MacPorts, and its collection of ports, better. See "requesting commit rights" on this page. James. From jberry at macports.org Thu May 10 16:21:17 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:55 2007 Subject: Introduction to MacPorts Please? In-Reply-To: <001c01c7932f$a59bb6e0$0f01a8c0@JTM.com> References: <001c01c7932f$a59bb6e0$0f01a8c0@JTM.com> Message-ID: On May 10, 2007, at 11:18 AM, Diane White wrote: > > Please excuse me, but what exactly is MacPorts? How does it work? > Is it > really what I want to use? I found Mac Ports through looking at > another > program called Jailkit, and there was another website (the > predecessor to > MacPorts?) called DarwinPorts. Unfortunately, the main page of > MacPorts > does not have a simplified "This is what this is, this is what it > does" type > of introduction, and I find that to be enormously helpful in > putting myself > in the right mindset for what I am dealing with. Hi Diane, We apologize that our web presence isn't better. If you, or anybody else, is interested in improving that, please see my result mail (today) to that effect. James From paulbeard at gmail.com Thu May 10 16:25:06 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:56 2007 Subject: error building python24 on mac os x In-Reply-To: <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> Message-ID: <03CBEA70-66E6-4221-8F97-782BD68AA1C4@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/20070510/be7751b0/PGP.bin From ryandesign at macports.org Thu May 10 16:36:03 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: <84E38CEE-D5E0-4A04-A057-CEA7C5B13D77@macports.org> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <6113C146-218F-43BC-B4B6-A7249FA408DB@macports.org> <84E38CEE-D5E0-4A04-A057-CEA7C5B13D77@macports.org> Message-ID: On May 10, 2007, at 18:15, James Berry wrote: > - We really need a nicely designed front-presence that describes > the project and gives access to ports and documentation. Our > current front end does those things only marginally. I've been thinking about this for awhile. I haven't fired up Photoshop yet, but I have a few ideas. I need to try to make them more concrete. I'll play with it a bit. From ryandesign at macports.org Thu May 10 16:44:48 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: using local patch-filed In-Reply-To: <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> Message-ID: <283E2A9D-CBB6-4354-9B44-9A6A36E28361@macports.org> On May 10, 2007, at 18:12, Jochen K?pper wrote: > I have now tested and uploaded the Portfile and patch to the Trac > system. > Is there anything I should do in order to get the port included? I have committed your port. Thanks for contributing. I didn't test installing it, since it requires qt4-mac and I recall that's a big package that I don't have time to build right now. I made one change: I changed INSTALLBASE=/opt/local to INSTALLBASE="$ {prefix}" (You shouldn't hard-code the /opt/local prefix because some users may install MacPorts elsewhere.) > What's about previous Portfiles I have added there - how often > should I bug whom? I don't have time at the moment. Perhaps someone else can commit them. From boeyms at macports.org Thu May 10 17:45:41 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:56 2007 Subject: using local patch-filed In-Reply-To: <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> Message-ID: Hi Jochen, > What's about previous Portfiles I have added there - how often > should I bug whom? You should also manually add to the Cc: field the email address of whomever you've assigned the bug to, as documented in TracTicketing on the wiki [1] (although that may not work for macports-dev@ as the list may drop the email -- I'd check it if I weren't being lazy right now). If you missed it, though, I don't blame you, though, as I missed it when I first started submitting tickets; once the documentation effort gets going, I imagine that this will be one of the first things to be better documented. Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/wiki/TracTicketing -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From boeyms at macports.org Thu May 10 18:54:08 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:56 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: <84E38CEE-D5E0-4A04-A057-CEA7C5B13D77@macports.org> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <6113C146-218F-43BC-B4B6-A7249FA408DB@macports.org> <84E38CEE-D5E0-4A04-A057-CEA7C5B13D77@macports.org> Message-ID: <80FE8A2B-44C2-4C52-BCA3-F7DA63487A31@macports.org> On 11/05/2007, at 09:15, James Berry wrote: > Volunteers? I definitely want to help with this (as James might remember from my commit rights application :-). I should have enough free time to help lead the project in two or three months, if proves to be necessary, but unfortunately can't do so right now. As a starting point, I've created a DocumentationBrainstorming page [1]. I haven't figured out the best place to link to it from; feel free to add a link to it if you come up with a good idea for where it should go. Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/wiki/ DocumentationBrainstorming -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From cremes.devlist at mac.com Thu May 10 18:59:36 2007 From: cremes.devlist at mac.com (cremes.devlist@mac.com) Date: Tue Oct 9 16:42:56 2007 Subject: advice in debugging a new port In-Reply-To: <29684F58-0112-1000-E668-E0A0126B50D1-Webmail-10008@mac.com> References: <29684F58-0112-1000-E668-E0A0126B50D1-Webmail-10008@mac.com> Message-ID: On May 10, 2007, at 1:21 PM, cremes.devlist@mac.com wrote: > Okay, the title is a bit of a lie; the port succeeds in building > and installing. > > I'm working on a new port for transcode [1] and am running into a > problem. The port will be pulling HEAD from cvs so I am fully aware > that the problem I am seeing right now could be related to > instability in the trunk. > > Again, I have the port successfully building and installing. > However, executing the binary to do even simple operations results > in a hang. The weird thing is that the command will execute to > completion and then hang on exit. > > For example, if I execute 'transcode --version' it successfully > prints its version info and then hangs. I can also issue a command > to transcode a movie from mpeg2 to h.264 which results in a good > clean file, but it hangs during exit. > > Is there a tracing facility on OSX I can use to track down this > problem? Most of my coding experience is IOKit in-kernel so I'm not > really good at this userland stuff. Thanks for any help or pointers. For anyone wondering, the answers were 'ktrace,' 'kdump,' and 'gdb.' cr From boeyms at macports.org Thu May 10 20:23:01 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:56 2007 Subject: mediawiki In-Reply-To: <84EC2AD7-BBB8-414D-8A46-9A143EB1C554@gmail.com> References: <84EC2AD7-BBB8-414D-8A46-9A143EB1C554@gmail.com> Message-ID: <70475756-8613-4F16-A0E7-F777596430A9@macports.org> Hi George, > I would like to install mediawiki using postgresql rather than > mysql. At one time there was some useful documentation on creating > a local port tree as well as guidance on writing a portfile. It > seems that the site http://darwinports.opendarwin.org/ that had the > documentation is no longer in existence. Can somebody direct me to > where I might find answers to the questions that I seek? I've just put some brief instructions on the website [1]. See how you go with those, and let me know if you have any problems. (The old documentation is still in the Subversion repository, but needs updating.) Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/wiki/MaintainingAPort -- Boey Maun Suang (Boey is my surname) Email: boeyms@macports.org From jberry at macports.org Thu May 10 20:50:31 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:56 2007 Subject: using local patch-filed In-Reply-To: <5375922F-9F26-4866-ACFA-FBA92BD815F2@macports.org> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> <5375922F-9F26-4866-ACFA-FBA92BD815F2@macports.org> Message-ID: On May 10, 2007, at 4:18 PM, James Berry wrote: > Hey Jochen, > > If you've submitted a few ports and have had no uptake it's > probably because others are either busy and/or uninterested in > those ports. I'd encourage you to apply for a commit bit in such a > case, if you're interested in maintaining ports at MacPorts. We're > always looking for committers with the time and energy to make > MacPorts, and its collection of ports, better. See "requesting > commit rights" on this page. And like a bone-head I didn't give the link: http:// trac.macosforge.org/projects/macports/wiki/NewCommittersGuide James From ryandesign at macports.org Thu May 10 21:01:49 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: mediawiki In-Reply-To: <84EC2AD7-BBB8-414D-8A46-9A143EB1C554@gmail.com> References: <84EC2AD7-BBB8-414D-8A46-9A143EB1C554@gmail.com> Message-ID: <15E3355A-2645-4E83-90C7-021E5F1F1B7B@macports.org> On May 9, 2007, at 20:47, George A. Dowding wrote: > I would like to install mediawiki using postgresql rather than > mysql. At one time there was some useful documentation on creating > a local port tree as well as guidance on writing a portfile. It > seems that the site http://darwinports.opendarwin.org/ that had the > documentation is no longer in existence. Can somebody direct me to > where I might find answers to the questions that I seek? As an aside: Note that the mediawiki port is way out of date. It's at version 1.6.3, and MediaWiki 1.10.0 was just released. My manually- installed MediaWiki installation on my laptop is also woefully out of date, so maybe I'll switch to using MacPorts for this and update the portfile. From roederja at student.ethz.ch Thu May 10 22:02:43 2007 From: roederja at student.ethz.ch (=?UTF-8?B?SmFubiBSw7ZkZXI=?=) Date: Tue Oct 9 16:42:56 2007 Subject: error building python24 on mac os x In-Reply-To: <03CBEA70-66E6-4221-8F97-782BD68AA1C4@gmail.com> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> <03CBEA70-66E6-4221-8F97-782BD68AA1C4@gmail.com> Message-ID: I just found something interesting in Mac/OSX/Dist/build : # If the filesystem is case-sensitive then "python" will be built, but # some parts of the install expect "python.exe which is what is built # on a case-insensitive filesystem. Make a link just in case it is # needed. if [ ! -e python.exe ]; then ln -s python python.exe fi So it is a case-sensitve vs. not case sensitive filesystem, but this code should fix it... Why isn't it working then ? Jann paul beard wrote: > > On May 10, 2007, at 3:40 PM, Stuart Robertson wrote: > >> "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_python24/work/Python-2.4.3" >> > > Well, for one thing, you should be at python 2.4.4, not 2.4.3. Might > be worth running "port sync" or "port selfupdate" and see what > happens after that. > > also, I didn't get an attachment. > > -- Paul Beard words: http://paulbeard.org/wordpress pictures: > http://www.flickr.com/photos/pdb206/ Are you trying to win an > argument or solve a problem? > > From mike012012 at yahoo.com Thu May 10 23:54:30 2007 From: mike012012 at yahoo.com (Michael Thon) Date: Tue Oct 9 16:42:56 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: <84E38CEE-D5E0-4A04-A057-CEA7C5B13D77@macports.org> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <6113C146-218F-43BC-B4B6-A7249FA408DB@macports.org> <84E38CEE-D5E0-4A04-A057-CEA7C5B13D77@macports.org> Message-ID: Agreed! I don't have the time nor the experience to lead any sort of organized documentation effort but I'd be happy to help out where I can. Is this something that can be done by committee? Or, better yet, wild, wild west style? It is a Wiki afterall :) From s.glendinning.robertson at googlemail.com Thu May 10 23:55:49 2007 From: s.glendinning.robertson at googlemail.com (Stuart Robertson) Date: Tue Oct 9 16:42:56 2007 Subject: error building python24 on mac os x In-Reply-To: References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> <03CBEA70-66E6-4221-8F97-782BD68AA1C4@gmail.com> Message-ID: <304EBEF3-D448-4203-B344-B536DFD7D01B@googlemail.com> On 11 May 2007, at 06:02, Jann R?der wrote: > I just found something interesting in Mac/OSX/Dist/build : > > # If the filesystem is case-sensitive then "python" will be built, but > # some parts of the install expect "python.exe which is what is built > # on a case-insensitive filesystem. Make a link just in case it is > # needed. > if [ ! -e python.exe ]; then > ln -s python python.exe > fi > > So it is a case-sensitve vs. not case sensitive filesystem, but this > code should fix it... Why isn't it working then ? > > Jann > > paul beard wrote: >> >> On May 10, 2007, at 3:40 PM, Stuart Robertson wrote: >> >>> "/opt/local/var/db/dports/build/ >>> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdat >>> e_dports_lang_python24/work/Python-2.4.3" >>> >> >> Well, for one thing, you should be at python 2.4.4, not 2.4.3. Might >> be worth running "port sync" or "port selfupdate" and see what >> happens after that. >> >> also, I didn't get an attachment. >> >> -- Paul Beard words: http://paulbeard.org/wordpress pictures: >> http://www.flickr.com/photos/pdb206/ Are you trying to win an >> argument or solve a problem? >> >> Paul, I have run port selfupdate but not port sync, I'll try that. I forgot the attachment last time, sorry; here it is now. Stuart -------------- next part -------------- ---> Building python24 with target all /usr/bin/gcc-4.0 -c -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -fno-common -dynamic -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I. -I./Include -DPy_BUILD_CORE -o Python/mactoolboxglue.o Python/mactoolboxglue.c In file included from Python/mactoolboxglue.c:27: ./Include/pymactoolbox.h:11:33: error: QuickTime/QuickTime.h: No such file or directory In file included from Python/mactoolboxglue.c:27: ./Include/pymactoolbox.h:137: warning: parameter names (without types) in function declaration ./Include/pymactoolbox.h:138: error: parse error before 'Track' ./Include/pymactoolbox.h:138: warning: function declaration isn't a prototype ./Include/pymactoolbox.h:139: warning: parameter names (without types) in function declaration ./Include/pymactoolbox.h:140: error: parse error before 'Movie' ./Include/pymactoolbox.h:140: warning: function declaration isn't a prototype ./Include/pymactoolbox.h:141: warning: parameter names (without types) in function declaration ./Include/pymactoolbox.h:142: error: parse error before 'MovieController' ./Include/pymactoolbox.h:142: warning: function declaration isn't a prototype ./Include/pymactoolbox.h:145: warning: parameter names (without types) in function declaration ./Include/pymactoolbox.h:146: error: parse error before 'UserData' ./Include/pymactoolbox.h:146: warning: function declaration isn't a prototype ./Include/pymactoolbox.h:147: warning: parameter names (without types) in function declaration ./Include/pymactoolbox.h:148: error: parse error before 'Media' ./Include/pymactoolbox.h:148: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'PyMac_GetFSSpec': Python/mactoolboxglue.c:376: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:376: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'PyMac_GetFSRef': Python/mactoolboxglue.c:378: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:378: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'AEDesc_Convert': Python/mactoolboxglue.c:382: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:382: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CmpObj_Convert': Python/mactoolboxglue.c:385: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:385: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CmpInstObj_Convert': Python/mactoolboxglue.c:387: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:387: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CtlObj_Convert': Python/mactoolboxglue.c:390: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:390: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'DlgObj_Convert': Python/mactoolboxglue.c:393: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:393: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'DragObj_Convert': Python/mactoolboxglue.c:397: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:397: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'ListObj_Convert': Python/mactoolboxglue.c:400: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:400: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'MenuObj_Convert': Python/mactoolboxglue.c:403: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:403: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'GrafObj_Convert': Python/mactoolboxglue.c:406: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:406: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'BMObj_Convert': Python/mactoolboxglue.c:408: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:408: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'QdRGB_Convert': Python/mactoolboxglue.c:410: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:410: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'GWorldObj_Convert': Python/mactoolboxglue.c:413: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:413: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:415: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:415: error: parse error before 'cobj' Python/mactoolboxglue.c:415: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'TrackObj_New': Python/mactoolboxglue.c:415: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c:415: error: (Each undeclared identifier is reported only once Python/mactoolboxglue.c:415: error: for each function it appears in.) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:416: error: parse error before 'Track' Python/mactoolboxglue.c:416: warning: function declaration isn't a prototype Python/mactoolboxglue.c:416: error: parse error before 'Track' Python/mactoolboxglue.c:416: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'TrackObj_Convert': Python/mactoolboxglue.c:416: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:416: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:416: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:416: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:417: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:417: error: parse error before 'cobj' Python/mactoolboxglue.c:417: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MovieObj_New': Python/mactoolboxglue.c:417: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:418: error: parse error before 'Movie' Python/mactoolboxglue.c:418: warning: function declaration isn't a prototype Python/mactoolboxglue.c:418: error: parse error before 'Movie' Python/mactoolboxglue.c:418: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MovieObj_Convert': Python/mactoolboxglue.c:418: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:418: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:418: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:418: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:419: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:419: error: parse error before 'cobj' Python/mactoolboxglue.c:419: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MovieCtlObj_New': Python/mactoolboxglue.c:419: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:420: error: parse error before 'MovieController' Python/mactoolboxglue.c:420: warning: function declaration isn't a prototype Python/mactoolboxglue.c:420: error: parse error before 'MovieController' Python/mactoolboxglue.c:420: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MovieCtlObj_Convert': Python/mactoolboxglue.c:420: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:420: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:420: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:420: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: In function 'TimeBaseObj_Convert': Python/mactoolboxglue.c:422: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:422: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:423: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:423: error: parse error before 'cobj' Python/mactoolboxglue.c:423: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'UserDataObj_New': Python/mactoolboxglue.c:423: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:424: error: parse error before 'UserData' Python/mactoolboxglue.c:424: warning: function declaration isn't a prototype Python/mactoolboxglue.c:424: error: parse error before 'UserData' Python/mactoolboxglue.c:424: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'UserDataObj_Convert': Python/mactoolboxglue.c:424: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:424: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:424: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:424: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:425: warning: parameter names (without types) in function declaration Python/mactoolboxglue.c:425: error: parse error before 'cobj' Python/mactoolboxglue.c:425: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MediaObj_New': Python/mactoolboxglue.c:425: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: At top level: Python/mactoolboxglue.c:426: error: parse error before 'Media' Python/mactoolboxglue.c:426: warning: function declaration isn't a prototype Python/mactoolboxglue.c:426: error: parse error before 'Media' Python/mactoolboxglue.c:426: warning: function declaration isn't a prototype Python/mactoolboxglue.c: In function 'MediaObj_Convert': Python/mactoolboxglue.c:426: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:426: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:426: error: 'pyobj' undeclared (first use in this function) Python/mactoolboxglue.c:426: error: 'cobj' undeclared (first use in this function) Python/mactoolboxglue.c: In function 'ResObj_Convert': Python/mactoolboxglue.c:429: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:429: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'OptResObj_Convert': Python/mactoolboxglue.c:431: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:431: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'TEObj_Convert': Python/mactoolboxglue.c:434: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:434: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'WinObj_Convert': Python/mactoolboxglue.c:437: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:437: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFObj_Convert': Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFTypeRefObj_Convert': Python/mactoolboxglue.c:443: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:443: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFStringRefObj_Convert': Python/mactoolboxglue.c:446: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:446: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFMutableStringRefObj_Convert': Python/mactoolboxglue.c:448: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:448: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFArrayRefObj_Convert': Python/mactoolboxglue.c:451: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:451: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFMutableArrayRefObj_Convert': Python/mactoolboxglue.c:453: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:453: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFDictionaryRefObj_Convert': Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFMutableDictionaryRefObj_Convert': Python/mactoolboxglue.c:458: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:458: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFURLRefObj_Convert': Python/mactoolboxglue.c:461: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:461: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'OptionalCFURLRefObj_Convert': Python/mactoolboxglue.c:462: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:462: warning: return makes integer from pointer without a cast make: *** [Python/mactoolboxglue.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_lang_python24/work/Python-2.4.3" && make all " returned error 2 Command output: Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:440: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFTypeRefObj_Convert': Python/mactoolboxglue.c:443: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:443: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFStringRefObj_Convert': Python/mactoolboxglue.c:446: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:446: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFMutableStringRefObj_Convert': Python/mactoolboxglue.c:448: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:448: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFArrayRefObj_Convert': Python/mactoolboxglue.c:451: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:451: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFMutableArrayRefObj_Convert': Python/mactoolboxglue.c:453: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:453: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFDictionaryRefObj_Convert': Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:456: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFMutableDictionaryRefObj_Convert': Python/mactoolboxglue.c:458: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:458: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'CFURLRefObj_Convert': Python/mactoolboxglue.c:461: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:461: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c: In function 'OptionalCFURLRefObj_Convert': Python/mactoolboxglue.c:462: warning: return makes integer from pointer without a cast Python/mactoolboxglue.c:462: warning: return makes integer from pointer without a cast make: *** [Python/mactoolboxglue.o] Error 1 Warning: the following items did not execute (for python24): com.apple.activate com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. From vincent-opdarw at vinc17.org Fri May 11 00:13:32 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:42:56 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> Message-ID: <20070511071332.GG8428@prunille.vinc17.org> On 2007-05-11 00:27:54 +0200, Jochen K?pper wrote: > On 10.05.2007, at 23:56, Vincent Lefevre wrote: >> And Python isn't installed everywhere. > > Well, that's not my experience. It's even on all number crunchers and big > iron machines I have used over the last years, as scheduling/batch systems > also use it;) Well, I have an access to a Solaris machine, where perl is installed but not python. >> The system version is used, and this is not necessarily a problem, >> except if some modules only present in MacPorts are used. > > That's the real point - you are in principle back to the same point > as with shell scripts - unless you use only the basic stuff. No, with Perl, one can do very much without using modules (even much more than shell scripts and the standard utilities), and many modules are provided in standard, so that using the system version would not be a problem in practice. > If you do that in a shell-script (using only basic stuff), you are > as safe, because /bin/bash and /bin/tcsh are "always" there... They are always there under Mac OS X. But some Unix platforms do not necessarily have a /bin/bash (e.g. Solaris). And I don't think this is the case of tcsh either (/bin/csh is probably much more common, but anyway http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/). /bin/sh is always there, but this is not always a POSIX sh (e.g. it isn't under Solaris). -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From liontooth at cogweb.net Fri May 11 00:51:51 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:56 2007 Subject: mjpegtools update request Message-ID: <46442097.4050704@cogweb.net> Hi Filippo, Any chance we can get an upgrade on the mjpegtools macport? We're trying to add transcode, and it needs at least 1.8.0. Cheers, Dave From ryandesign at macports.org Fri May 11 01:13:57 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: pdftk build fails In-Reply-To: References: Message-ID: <7DD07335-ED75-46A0-9830-52AE488F0882@macports.org> On May 10, 2007, at 18:02, markd wrote: >>> on my Intel-MacBook I want to install pdftk, which needs gcc41. >>> Installing gcc41 made no problems, but at the end pdftk fails to >>> build. >> >> gcc41 appears to be very incomplete on Intel and nobody appears to >> know why. See my previous post: >> >> http://lists.macosforge.org/pipermail/macports-users/2007-April/ >> 002858.html >> >> I asked the MacPorts gcc41 maintainer and he did not respond. I >> searched the gcc bug database and didn't find anything that looked >> relevant (though it's hard to know what to search for). I was >> considering reporting a bug there to see what they say. > > What happens if you edit the pdftk portfile and change the > dependency to > gcc 4.2? Does it work with pdftk? YES! Very yes. Thank you for the suggestion. I was wary of trying gcc42 before, since it is not a final release, but to heck with it. I've updated the port and now it builds on Intel. http://trac.macosforge.org/projects/macports/changeset/25014 Eckhard, this version should be available in MacPorts within 12 hours, at which time you can "sudo port sync" and try installing pdftk again. In the mean time, you should "sudo port install gcc42". gcc42 took about 2 hours and more than 2GB of free disk space to build so that should keep you busy for awhile. I haven't yet tested on PowerPC; my PowerBook is still many hours away from completing its gcc42 installation. From ryandesign at macports.org Fri May 11 01:25:21 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: error building python24 on mac os x In-Reply-To: <304EBEF3-D448-4203-B344-B536DFD7D01B@googlemail.com> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> <03CBEA70-66E6-4221-8F97-782BD68AA1C4@gmail.com> <304EBEF3-D448-4203-B344-B536DFD7D01B@googlemail.com> Message-ID: On May 11, 2007, at 01:55, Stuart Robertson wrote: > I have run port selfupdate but not port sync, I'll try that. selfupdate includes sync. If you've run selfupdate, a separate sync is unnecessary. From rhwood at mac.com Fri May 11 02:19:46 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:42:56 2007 Subject: Firefox 2.0? In-Reply-To: References: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> <62026.216.239.77.142.1178816549.squirrel@turing.ubishops.ca> <41650A0B-C504-490D-B6EC-814C2E7E57A5@mac.com> Message-ID: <3D575FB0-D412-4AE8-BB11-ACDDFAB92670@mac.com> On 11 May 2007, at 02:48, Keith J. Schultz wrote: > Am I missing something here? Would not a port come from the linux > side and thereby x11? > I mean are ports basically unix? Yes, I know of the aqua branch of > ports. Mac OS X is basically unix. However, given all the minor differences between unix versions and linux versions, it is pretty much impossible to build a complex application that really does not care what variant of unix its running on. The aqua branch of ports is irrelevant here. What is relevant is that the Mozilla developers will drop in fixes for making things work on the Mac in Aqua by testing "Are we on a mac?" not by testing "Are we building for aqua?" > regards > Keith. > > Am 10.05.2007 um 20:37 schrieb Randall Wood: > >> Unfortunately, the Mozilla group WILL NOT SUPPORT building any of >> its products on Mac OS X without using Aqua, so every single >> mozilla application has to be severely hacked to make it build and/ >> or run and/or support linking against in an X11 environment. >> >> If someone wants to make a new port, copying all the useful bits >> out of Fink's Firefox2 port is a good starting point. >> >> On 10 May 2007, at 13:02, Stefan Bruda wrote: >> >>> >>> Ryan Schmidt wrote: >>>> >>>> Why wouldn't we want to just update firefox-x11 to 2.0.0.3? >>> >>> I would personally not mind it. Problem is, the current firefox- >>> x11 does >>> not work (at least on Intel Macs, it is an issue somebody is >>> working on as >>> far as I know) and the same goes for 2.0.0.x. SO just updating the >>> version won't solve anything. I am certainly hoping that firefox- >>> x11 will >>> be available, this is currently my most significant usability >>> issue (I am >>> using Mac OS firefox but Aqua does not play well with my X11 window >>> manager so I would be ecstatic to have an X11 application instead). >>> >>> Stefan >>> >>> >>> _______________________________________________ >>> macports-users mailing list >>> macports-users@lists.macosforge.org >>> http://lists.macosforge.org/mailman/listinfo/macports-users >> >> >> >> Randall Wood >> rhwood@mac.com >> http://shyramblings.blogspot.com >> >> "The rules are simple: The ball is round. The game lasts 90 >> minutes. All the >> rest is just philosophy." >> >> >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From jochen at fhi-berlin.mpg.de Fri May 11 02:59:41 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:56 2007 Subject: using local patch-filed In-Reply-To: <283E2A9D-CBB6-4354-9B44-9A6A36E28361@macports.org> References: <1F661174-2F1E-4414-AFF1-84A4CE8BF8F8@macports.org> <68BE0518-DB8A-4D7D-9C0B-BA3B678C76B8@fhi-berlin.mpg.de> <68089D81-A7DF-496A-884C-194EC4D296A5@fhi-berlin.mpg.de> <86644395-97F2-4826-8CE5-E6339FB909C3@fhi-berlin.mpg.de> <283E2A9D-CBB6-4354-9B44-9A6A36E28361@macports.org> Message-ID: <3B9D38D1-45DD-4AC5-A5F9-080E18657C8A@fhi-berlin.mpg.de> On 11.05.2007, at 01:44, Ryan Schmidt wrote: > I have committed your port. Thanks for contributing. I didn't test > installing it, since it requires qt4-mac and I recall that's a big > package that I don't have time to build right now. Thanks. I have now also tested it on my Mac mini (PPC) and it works fine for me. > I made one change: I changed INSTALLBASE=/opt/local to > INSTALLBASE="${prefix}" (You shouldn't hard-code the /opt/local > prefix because some users may install MacPorts elsewhere.) Thanks, I ovrlooked that (late at night;) Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070511/2c85bf6b/PGP.bin From jeffadams78 at yahoo.com Fri May 11 04:26:50 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:56 2007 Subject: Build physfs please Message-ID: <922580.3720.qm@web30604.mail.mud.yahoo.com> Can someone "port install physfs" and let me know if it works for you? I'm particularly curious if it works on 10.4 vs. 10.3 (because it isn't working for me on 10.3). Thanks, Jeff ____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/ From vincent-opdarw at vinc17.org Fri May 11 04:31:41 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:42:56 2007 Subject: Firefox 2.0? In-Reply-To: <3D575FB0-D412-4AE8-BB11-ACDDFAB92670@mac.com> References: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> <62026.216.239.77.142.1178816549.squirrel@turing.ubishops.ca> <41650A0B-C504-490D-B6EC-814C2E7E57A5@mac.com> <3D575FB0-D412-4AE8-BB11-ACDDFAB92670@mac.com> Message-ID: <20070511113141.GM8428@prunille.vinc17.org> On 2007-05-11 05:19:46 -0400, Randall Wood wrote: > > On 11 May 2007, at 02:48, Keith J. Schultz wrote: > >> Am I missing something here? Would not a port come from the linux side and >> thereby x11? >> I mean are ports basically unix? Yes, I know of the aqua branch of ports. > > Mac OS X is basically unix. However, given all the minor differences > between unix versions and linux versions, it is pretty much impossible to > build a complex application that really does not care what variant of unix > its running on. [...] Does the X11 version run on Linux only? Or does it run on Solaris and FreeBSD/NetBSD/OpenBSD as well? In the latter case, isn't there a good chance to make it work on Mac OS X (Darwin) + X11 too without many changes? Or does Mac OS X have too many specificities not common to some other supported OS? Also, Firefox/Gecko uses GTK+ under X11. Hasn't most of the hard work been done by porting GTK+? -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From apple at frinabulax.org Fri May 11 06:17:49 2007 From: apple at frinabulax.org (robert delius royar) Date: Tue Oct 9 16:42:56 2007 Subject: Firefox 2.0? In-Reply-To: <20070511113141.GM8428@prunille.vinc17.org> References: <5D241BBA-3110-4EE3-BE7B-EFBF6EE33868@macports.org> <7CE212E2-1F72-44ED-ABCD-6BF813577750@macports.org> <62026.216.239.77.142.1178816549.squirrel@turing.ubishops.ca> <41650A0B-C504-490D-B6EC-814C2E7E57A5@mac.com> <3D575FB0-D412-4AE8-BB11-ACDDFAB92670@mac.com> <20070511113141.GM8428@prunille.vinc17.org> Message-ID: Fri, 11 May 2007 (13:31 +0200 UTC) Vincent Lefevre wrote: > On 2007-05-11 05:19:46 -0400, Randall Wood wrote: >> >> On 11 May 2007, at 02:48, Keith J. Schultz wrote: >> >>> Am I missing something here? Would not a port come from the linux side and >>> thereby x11? >>> I mean are ports basically unix? Yes, I know of the aqua branch of ports. >> >> Mac OS X is basically unix. However, given all the minor differences >> between unix versions and linux versions, it is pretty much impossible to >> build a complex application that really does not care what variant of unix >> its running on. [...] > > Does the X11 version run on Linux only? Or does it run on Solaris and > FreeBSD/NetBSD/OpenBSD as well? In the latter case, isn't there a good > chance to make it work on Mac OS X (Darwin) + X11 too without many > changes? Or does Mac OS X have too many specificities not common to > some other supported OS? > > Also, Firefox/Gecko uses GTK+ under X11. Hasn't most of the hard work > been done by porting GTK+? > > -- > Vincent Lef?vre - Web: > 100% accessible validated (X)HTML - Blog: > Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) The last version of the Mozilla software that compiles and runs without extra effort under OS X/X11 was end-of-the-line 1.7.13. To get it running easily, supporting printing and anti-aliased fonts, I had to install X-org over the top of Apple's X11. I did not use the old Darwinports. When I tried to move on to SeaMonkey, I found that I could compile it and run it, browse and most everything until I needed to open a dialog box in preferences or for file upload/download. At that point the program stops responding. It does not crash, at first, it just refuses to do anything until some internal timeout. Later it may crash with a wild branch, so it is not possible to track exactly where the error is. Still, I believe I understand the issue. During the build configured for the GTK2 engine, the process finds what it needs for GTK2/GDK and the VFS parts. But deep inside the code the developers wrote, they have overridden the code for GTK and added a step requiring the "Aqua" frameworks. The program that results appears to call one set of file-access widgets with the parameters for another. I gave up trying to figure it out because I doubted I could fix it even if I did find which libraries were needed that were not being linked and where the code was that munged the configuration to force an Aqua build. But someone who understands autoconf and automake could probably fix the problem pretty easily. I suspect a post configure patch could disable all the Aqua stuff. That would give the port developer a broken compile (probably), but the errors should point to where the make needs to be altered to create an OS X/GTK build. By the way, I have never figured out how to get Java to run in the OS X/X111 Mozilla 1.7.13. A number of my work sights now require Java, so I have stopped relying on the X11 version. -- Dr. Robert Delius Royar Associate Professor of English Morehead State University Morehead, Kentucky From jeffadams78 at yahoo.com Fri May 11 07:41:15 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:56 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: <84E38CEE-D5E0-4A04-A057-CEA7C5B13D77@macports.org> Message-ID: <579406.84134.qm@web30610.mail.mud.yahoo.com> Well, I could certainly add a few lines to the "getting started" section since I just got started. But how do I edit the wiki? I created a macosforge account but I don't see any "edit this page" links in the wiki. --- James Berry wrote: > > On May 10, 2007, at 3:43 PM, Ryan Schmidt wrote: > > >> If there isn't, there should really be a Wiki > page with all > >> Portfile variables. Just the names would already > be helpful, > >> although it should obviously contain an > explanation in the end. > > > > The documentation used to have that, or at least > most of the useful > > variables. We currently have no documentation, > however. > > I know all of us would love to see better > documentation and a better > experience on first arrival to the MacPorts site. > Despite complaints > from time to time, nobody has stepped up to the > chore to really make > things better. > > Some resources: > > - We have an xml file containing all the > documentation from the old > site. > > - We hope to bring online soon a RoR app that will, > among other > things, provide listings of ports. One possibility > would be to also > use this as a server for the site front-end and > other documentation, > either to be served from statically generated pages > or from the > database. > > - We also have our WordPress site in all of its > unglory, which we > might hack on as needed. > > - Or something else. > > - Thomas Reifferscheid at Johannes > Gutenberg-Universit?t Mainz in > germany has graciously offered some hosting and > bandwidth for > whatever services we need to host a site. Apple will > likely also at > some point have the resources to allow us to host > more of our site at > MacOSForge (they are currently trying to hire an > admin for that site). > > Some vision: > > - We need somebody with the vision, drive, and > determination to fix > the documentation end of things, including pursuing > one of the > options above. Portmgr would love to hear from you > if you'd like to > pull this off. > > - We really need a nicely designed front-presence > that describes the > project and gives access to ports and documentation. > Our current > front end does those things only marginally. > > Volunteers? > > James_______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > ____________________________________________________________________________________Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games. http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow From markd at macports.org Fri May 11 08:45:48 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:56 2007 Subject: mjpegtools update request In-Reply-To: <46442097.4050704@cogweb.net> References: <46442097.4050704@cogweb.net> Message-ID: David Liontooth on Friday, May 11, 2007 at 12:51 AM -0800 wrote: >Any chance we can get an upgrade on the mjpegtools macport? We're trying >to add transcode, and it needs at least 1.8.0. Have you tried to update it yourself? Look over the one patchfile and see if the changes were incorporated in the newer tarball. If so, omit the patchfiles keyword. If not, perhaps the patch still works. If not re-create the changes in the new file version and create a new patch. Frequently that is all that is required. If you get it working, just submit a patch for the portfile with the changes and submit in Trac. It would help the maintainer, and if he's not still around we can commit it after 3 days. Mark From pipping at macports.org Fri May 11 09:12:35 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:56 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: <20070511071332.GG8428@prunille.vinc17.org> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> <20070511071332.GG8428@prunille.vinc17.org> Message-ID: <4723D200-9E10-4A9B-ACDE-6849AAD170DF@macports.org> On May 11, 2007, at 9:13 AM, Vincent Lefevre wrote: > On 2007-05-11 00:27:54 +0200, Jochen K?pper wrote: >> On 10.05.2007, at 23:56, Vincent Lefevre wrote: >>> And Python isn't installed everywhere. >> >> Well, that's not my experience. It's even on all number crunchers >> and big >> iron machines I have used over the last years, as scheduling/batch >> systems >> also use it;) > > Well, I have an access to a Solaris machine, where perl is installed > but not python. > >>> The system version is used, and this is not necessarily a problem, >>> except if some modules only present in MacPorts are used. >> >> That's the real point - you are in principle back to the same point >> as with shell scripts - unless you use only the basic stuff. > > No, with Perl, one can do very much without using modules (even much > more than shell scripts and the standard utilities), and many modules > are provided in standard, so that using the system version would not > be a problem in practice. > >> If you do that in a shell-script (using only basic stuff), you are >> as safe, because /bin/bash and /bin/tcsh are "always" there... > > They are always there under Mac OS X. But some Unix platforms do not > necessarily have a /bin/bash (e.g. Solaris). And I don't think this > is the case of tcsh either (/bin/csh is probably much more common, > but anyway http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/). > /bin/sh is always there, but this is not always a POSIX sh (e.g. it > isn't under Solaris). any reason not to use '/usr/bin/env bash'? regards, elias From ramercer at gmail.com Fri May 11 09:16:21 2007 From: ramercer at gmail.com (Adam Mercer) Date: Tue Oct 9 16:42:56 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> Message-ID: <799406d60705110916o26b2c29ck8eaed8b9ec7abb97@mail.gmail.com> On 10/05/07, Jochen K?pper wrote: > because /bin/bash and /bin/tcsh are "always" there... We have some very old systems that don't have /bin/bash! Cheers Adam From vincent-opdarw at vinc17.org Fri May 11 09:26:13 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:42:56 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: <4723D200-9E10-4A9B-ACDE-6849AAD170DF@macports.org> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> <20070511071332.GG8428@prunille.vinc17.org> <4723D200-9E10-4A9B-ACDE-6849AAD170DF@macports.org> Message-ID: <20070511162613.GN8428@prunille.vinc17.org> On 2007-05-11 18:12:35 +0200, Elias Pipping wrote: > On May 11, 2007, at 9:13 AM, Vincent Lefevre wrote: >> They are always there under Mac OS X. But some Unix platforms do not >> necessarily have a /bin/bash (e.g. Solaris). And I don't think this >> is the case of tcsh either (/bin/csh is probably much more common, >> but anyway http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/). >> /bin/sh is always there, but this is not always a POSIX sh (e.g. it >> isn't under Solaris). > > any reason not to use '/usr/bin/env bash'? Because a standard Solaris installation doesn't have bash installed anywhere. -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From pipping at macports.org Fri May 11 09:44:36 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:56 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: <20070511162613.GN8428@prunille.vinc17.org> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> <20070511071332.GG8428@prunille.vinc17.org> <4723D200-9E10-4A9B-ACDE-6849AAD170DF@macports.org> <20070511162613.GN8428@prunille.vinc17.org> Message-ID: On May 11, 2007, at 6:26 PM, Vincent Lefevre wrote: > On 2007-05-11 18:12:35 +0200, Elias Pipping wrote: >> On May 11, 2007, at 9:13 AM, Vincent Lefevre wrote: >>> They are always there under Mac OS X. But some Unix platforms do not >>> necessarily have a /bin/bash (e.g. Solaris). And I don't think this >>> is the case of tcsh either (/bin/csh is probably much more common, >>> but anyway http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/). >>> /bin/sh is always there, but this is not always a POSIX sh (e.g. it >>> isn't under Solaris). >> >> any reason not to use '/usr/bin/env bash'? > > Because a standard Solaris installation doesn't have bash installed > anywhere. a system that doesn't have bash anywhere should be considered broken ;) Is there really a macports user on solaris? From markd at macports.org Fri May 11 09:55:02 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:56 2007 Subject: Build physfs please In-Reply-To: <922580.3720.qm@web30604.mail.mud.yahoo.com> References: <922580.3720.qm@web30604.mail.mud.yahoo.com> Message-ID: Jeff Adams on Friday, May 11, 2007 at 4:26 AM -0800 wrote: >Can someone "port install physfs" and let me know if >it works for you? I'm particularly curious if it >works on 10.4 vs. 10.3 (because it isn't working for >me on 10.3). Their download site seems to be down right now. But the MacPort version is way old -from 2004. Version 1.1.1 is available now. But I can't download it at the moment. Mark From mas at macports.org Fri May 11 10:12:43 2007 From: mas at macports.org (=?ISO-8859-1?Q?Marc_Andr=E9_Selig?=) Date: Tue Oct 9 16:42:56 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> <20070511071332.GG8428@prunille.vinc17.org> <4723D200-9E10-4A9B-ACDE-6849AAD170DF@macports.org> <20070511162613.GN8428@prunille.vinc17.org> Message-ID: On 5/11/07, Elias Pipping wrote: > a system that doesn't have bash anywhere should be considered broken ;) > > Is there really a macports user on solaris? The thread was about making scripts portable, not about making them work on OS X only. I don't use MacPorts on Solaris (why should I), but I do write things that have to work on several platforms, including OS X and Solaris. Regards, Marc From markd at macports.org Fri May 11 09:55:02 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:56 2007 Subject: Build physfs please In-Reply-To: <922580.3720.qm@web30604.mail.mud.yahoo.com> References: <922580.3720.qm@web30604.mail.mud.yahoo.com> Message-ID: Jeff Adams on Friday, May 11, 2007 at 4:26 AM -0800 wrote: >Can someone "port install physfs" and let me know if >it works for you? I'm particularly curious if it >works on 10.4 vs. 10.3 (because it isn't working for >me on 10.3). The site is back up. It built for me with no problems on 10.4 / Intel. Someone should update the port to 1.1.1 though. Mark From fredbaud at waterwiki.info Fri May 11 10:51:16 2007 From: fredbaud at waterwiki.info (Fred Bauder) Date: Tue Oct 9 16:42:56 2007 Subject: Call for MacPorts documentation/site effort Message-ID: Yes, it is a wiki. Anyone who has something to contribute should just jump in. If something is wrong, correct it. Leading in the wiki context is contributing information about what you know. And monitoring the contributions of others. Fred >-----Original Message----- >From: Michael Thon [mailto:mike012012@yahoo.com] >Sent: Friday, May 11, 2007 12:54 AM >To: 'James Berry' >Cc: 'PortMgr', 'Macports dev', 'MacPorts Users' >Subject: Re: Call for MacPorts documentation/site effort > >Agreed! I don't have the time nor the experience to lead any sort of >organized documentation effort but I'd be happy to help out where I >can. Is this something that can be done by committee? Or, better >yet, wild, wild west style? It is a Wiki afterall :) > >_______________________________________________ >macports-users mailing list >macports-users@lists.macosforge.org >http://lists.macosforge.org/mailman/listinfo/macports-users > From pipping at macports.org Fri May 11 11:25:24 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:56 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> <20070511071332.GG8428@prunille.vinc17.org> <4723D200-9E10-4A9B-ACDE-6849AAD170DF@macports.org> <20070511162613.GN8428@prunille.vinc17.org> Message-ID: On May 11, 2007, at 7:12 PM, Marc Andr? Selig wrote: > On 5/11/07, Elias Pipping wrote: >> a system that doesn't have bash anywhere should be considered >> broken ;) >> >> Is there really a macports user on solaris? > > The thread was about making scripts portable, not about making them > work on OS X only. > > I don't use MacPorts on Solaris (why should I), but I do write things > that have to work on several platforms, including OS X and Solaris. > > Regards, > Marc Indeed, I'm missing the point. So... make a script that can live with the bourne shell invoke /bin/sh then and if it can't, make it invoke '/usr/bin/env bash' because if bash needs to be invoked at all cost, that's the best way to do it. Regards, Elias From jeffadams78 at yahoo.com Fri May 11 11:27:32 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:56 2007 Subject: Build physfs please In-Reply-To: Message-ID: <966687.17093.qm@web30612.mail.mud.yahoo.com> Boy if it isn't one thing it's another. So I'm trying to build the physfs version 1.1.1. Which appears to now use cmake instead of configure. No problem, there's a cmake port! Except... it's apparently a problem that I don't have 3.6 gigs of free RAM: ---> Building cmake with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.or g_dpupdate_dports_devel_cmake/work/cmake-2.4.6" && make all " returned error 2 Command output: [ 4%] Built target cmsys [ 5%] Built target cmsys_c [ 6%] Built target testCommandLineArguments [ 6%] Built target testCommandLineArguments1 [ 6%] Built target testDynamicLoader [ 7%] Built target testDynload [ 7%] Built target testFail [ 8%] Built target testHashSTL [ 8%] Built target testIOS [ 8%] Built target testProcess [ 9%] Built target testRegistry [ 9%] Built target testSystemTools [ 9%] Built target testTerminal [ 15%] Built target cmzlib [ 32%] Built target cmcurl [ 32%] Built target LIBCURL [ 36%] Built target cmtar [ 37%] Built target tartest [ 37%] Built target cmcompress [ 38%] Built target cmexpat [ 44%] Built target cmXMLRPC [ 44%] Built target xrtest [ 58%] Built target cmForm [ 58%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParser.o *** malloc_zone_malloc[9720]: argument too large: 3609800964 cc1plus: out of memory allocating 3609800964 bytes after a total of 0 bytes make[2]: *** [Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParser.o] Error 1 make[1]: *** [Source/CMakeFiles/CMakeLib.dir/all] Error 2 make: *** [all] Error 2 Error: Status 1 encountered during processing. Anyone seen this sort of thing before? Anyone else use cmake? ____________________________________________________________________________________Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC From ludwig at burningman.com Fri May 11 11:44:07 2007 From: ludwig at burningman.com (Ludwig) Date: Tue Oct 9 16:42:56 2007 Subject: python24 activation problem Message-ID: <20070511184407.GA25599@burningman.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 11:14:33 ~$ sudo port -v install python24 - ---> Installing python24 2.4.4_0+darwin_8 - ---> Activating python24 2.4.4_0+darwin_8 Error: Target com.apple.activate returned: Image error: /Applications/Macports/MacPython 2.4/PythonLauncher.app/Contents/Info.plist already exists and does not belong to a registered port. Unable to activate port python24. Warning: the following items did not execute (for python24): com.apple.activate Error: Status 1 encountered during processing. 11:15:09 ~$ sudo port -v uninstall python24 - ---> Uninstalling python24 2.4.4_0+darwin_8 - ---> Uninstall is removing python24 from the port registry. 11:15:28 ~$ sudo port -v clean python24 - ---> Cleaning python24 - ---> Removing workpath for python24 11:15:38 ~$ sudo port -v install python24 - ---> Fetching python24 - ---> Verifying checksum(s) for python24 - ---> Checksumming Python-2.4.4.tar.bz2 - ---> Extracting python24 - ---> Extracting Python-2.4.4.tar.bz2 - ---> Applying patches to python24 [...compile messages snipped...] - ---> Compressing man pages for python24 man1/python.1: 61.0% -- replaced with man1/python.1.gz man1/python.1.gz: changing permissions from 00644 to 00444 - ---> Installing python24 2.4.4_0+darwin_8 - ---> Activating python24 2.4.4_0+darwin_8 Error: Target com.apple.activate returned: Image error: /Applications/Macports/MacPython 2.4/BuildApplet.app/Contents/Info.plist already exists and does not belong to a registered port. Unable to activate port python24. Warning: the following items did not execute (for python24): com.apple.activate Error: Status 1 encountered during processing. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iEYEARECAAYFAkZEuXYACgkQqMQkOg5fmcs+SACeL5EsOAVWdsdR+XaCvmzJKVYa 2HsAoIhTyz3HPtfW2SDs1e3RxM9KVLV7 =UVmY -----END PGP SIGNATURE----- From bakki.kudva at gmail.com Fri May 11 12:51:27 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:56 2007 Subject: install pwgen fails due to fetch fail on libgnuopt-1.2 Message-ID: I am trying to install pwgen and I get: ---> Fetching gnugetopt ---> Attempting to fetch libgnugetopt-1.2-darwin.tar.bz2 from http://www.opendarwin.org/~mww/files/ etc,.. and then Error: Target com.apple.fetch returned: fetch failed Error: The following dependencies failed to build: gnugetopt Error: Status 1 encountered during processing. Has the url on llibgnugetopt changed? -bakki From ryandesign at macports.org Fri May 11 13:36:34 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: python24 activation problem In-Reply-To: <20070511184407.GA25599@burningman.com> References: <20070511184407.GA25599@burningman.com> Message-ID: On May 11, 2007, at 13:44, Ludwig wrote: > 11:14:33 ~$ sudo port -v install python24 > - ---> Installing python24 2.4.4_0+darwin_8 > - ---> Activating python24 2.4.4_0+darwin_8 > Error: Target com.apple.activate returned: Image error: / > Applications/Macports/MacPython 2.4/PythonLauncher.app/Contents/ > Info.plist already exists and does not belong to a registered port. > Unable to activate port python24. Ok. So you already have an /Applications/Macports/MacPython 2.4/ PythonLauncher.app and MacPorts doesn't know where it came from. Remove it, then try again. Alternately, you can use "sudo port -f install python24" which will force MacPorts to move existing conflicting items out of the way (but then you'll have to clean up those moved items later). Curious that it says "/Applications/Macports"; the correct capitalization of that directory is "MacPorts". Which is actually on your hard drive? From ryandesign at macports.org Fri May 11 13:40:12 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: install pwgen fails due to fetch fail on libgnuopt-1.2 In-Reply-To: References: Message-ID: <707049ED-D541-4264-AFA1-6CEC4F0F7DC8@macports.org> On May 11, 2007, at 14:51, Bakki Kudva wrote: > I am trying to install pwgen and I get: > > ---> Fetching gnugetopt > ---> Attempting to fetch libgnugetopt-1.2-darwin.tar.bz2 from > http://www.opendarwin.org/~mww/files/ > etc,.. and then > > Error: Target com.apple.fetch returned: fetch failed > Error: The following dependencies failed to build: gnugetopt > Error: Status 1 encountered during processing. > > Has the url on llibgnugetopt changed? According to my web browser, www.opendarwin.org is down at this time. I can ping the machine, but there appears to be no web server running. You'll have to wait until it comes back up, unless someone here has libgnugetopt-1.2-darwin.tar.bz2 and can upload it to a temporary server for you. From ryandesign at macports.org Fri May 11 14:08:24 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: Build physfs please In-Reply-To: <966687.17093.qm@web30612.mail.mud.yahoo.com> References: <966687.17093.qm@web30612.mail.mud.yahoo.com> Message-ID: On May 11, 2007, at 13:27, Jeff Adams wrote: > *** malloc_zone_malloc[9720]: argument too large: > 3609800964 > > cc1plus: out of memory allocating 3609800964 bytes > after a total of 0 bytes > make[2]: *** > [Source/CMakeFiles/CMakeLib.dir/cmDependsJavaParser.o] > Error 1 > make[1]: *** [Source/CMakeFiles/CMakeLib.dir/all] > Error 2 > make: *** [all] Error 2 > > Error: Status 1 encountered during processing. > > > Anyone seen this sort of thing before? Anyone else > use cmake? cmake installed just fine for me on Mac OS X 10.4.9 on a PowerPC PowerBook G4 with 1GB RAM and an Intel MacBook Pro with 2GB RAM: $ sudo port install cmake Password: ---> Fetching cmake ---> Attempting to fetch cmake-2.4.6.tar.gz from http:// www.cmake.org/files/v2.4/ ---> Verifying checksum(s) for cmake ---> Extracting cmake ---> Configuring cmake ---> Building cmake with target all ---> Staging cmake into destroot ---> Installing cmake 2.4.6_0 ---> Activating cmake 2.4.6_0 ---> Cleaning cmake I see no open MacPorts tickets for cmake in Trac. However I do see this NetBSD bug report: http://mail-index.netbsd.org/pkgsrc-bugs/2006/11/08/0008.html From ecronin at gizmolabs.org Fri May 11 16:37:55 2007 From: ecronin at gizmolabs.org (Eric Cronin) Date: Tue Oct 9 16:42:56 2007 Subject: Installing mplayer In-Reply-To: References: <173B456B-AE85-4136-8D13-A5A80176334A@xs4all.nl> Message-ID: <45C15F1B-A43C-4E2C-AEC3-84B0BA296882@gizmolabs.org> On May 10, 2007, at 5:26 AM, Boey Maun Suang wrote: > Hi Elise, > >> Which variants should one choose when installing mplayer on an >> Intel MacBook running OS 10.4.9? I've installed fontconfig >> (pkgconfig was already installed). I'm hoping mplayer will let me >> play all those videos on the BBC website that RealPlayer gives >> connection errors on. > > +binary_codecs will install the files containing whatever support > MPlayer has for RealMedia on the Mac; I've had success listening to > RealAudio from the BBC website, but I've never tried accessing > RealVideo streams. As for the other variants, for now you should > be able to Google their names and get enough information to find > out what they do (we will be adding support for descriptions of > variants some time in the future). +binary_codecs on intel currently installs the .dll's, but does not use them. I've been hoping the MPlayer team would come out with a new rc (supposedly this is fixed in svn), but updating the port to use a svn snapshot is on my todo list. In the meantime you might want to try VLC, I know they have a lot of codecs supported too... Thanks, Eric -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 478 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070511/b556f3b8/PGP.bin From vincent-opdarw at vinc17.org Fri May 11 17:26:54 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:42:56 2007 Subject: scripting environments (was: /bin/date and coreutils) In-Reply-To: References: <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> <4829FB58-267D-414D-B0B7-5A7799CB232B@fhi-berlin.mpg.de> <20070511071332.GG8428@prunille.vinc17.org> <4723D200-9E10-4A9B-ACDE-6849AAD170DF@macports.org> <20070511162613.GN8428@prunille.vinc17.org> Message-ID: <20070512002654.GO8428@prunille.vinc17.org> On 2007-05-11 20:25:24 +0200, Elias Pipping wrote: > Indeed, I'm missing the point. So... make a script that can live with the > bourne shell invoke /bin/sh then The script must be compatible with both Bourne and POSIX shells (because under Solaris, /bin/sh is a Bourne shell). > and if it can't, make it invoke '/usr/bin/env bash' because if bash > needs to be invoked at all cost, that's the best way to do it. Then it's better to invoke "/usr/bin/env perl", which is much more powerful than bash. BTW, you can't implement things like timeouts (e.g. if some command takes too much time to complete) in POSIX shells, because if you want to trap a signal, then the trap function will be executed only when the current command has terminated! -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From liontooth at cogweb.net Fri May 11 17:50:28 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:56 2007 Subject: Apple's assembler Message-ID: <46450F54.40700@cogweb.net> In packaging transcode for macports, Chuck Remes noticed Apple's assembler is based on an outdated GNU assembler that doesn't support all the modern MMX, SSE2, SSE3, etc. extensions in open source applications. On OSX I have this: $ as -v Apple Computer, Inc. version cctools-622.5.obj~13, GNU assembler version 1.38 In contrast, Debian sid uses: # as -v GNU assembler version 2.17.50 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.17.50.20070426 The assembler is part of the binutils package, which is ported, but gas, the GNU assembler, is left out. Of course the Apple assembler supports all the modern extensions in their own software, but after GNU v1.28, Apple made the decision to move these binaries into their 'Accelerate framework' (http://developer.apple.com/performance/accelerateframework.html) -- as far as I understand as a part of their incremental moves to close the Darwin source. In the short run, and perhaps the long, this likely means we're not going to see free software's assembly code compile at all on OSX. Views? Dave From exiva at exiva.net Fri May 11 20:31:16 2007 From: exiva at exiva.net (Travis La Marr) Date: Tue Oct 9 16:42:56 2007 Subject: /opt became visible in Finder Message-ID: <18F4D04E-B29A-4C9B-9D85-195B583B1D92@exiva.net> After installing some packages, /opt has become visible in my Finder. Is there any way to have this continue to be hidden? I've tried repairing permissions with no luck, and Google has turned up nothing. From ryandesign at macports.org Fri May 11 20:41:47 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: gtk2 compiling problem In-Reply-To: References: <324BB59A-B2CF-4EFA-B88D-739C869FD2CA@macports.org> Message-ID: <069DBFFE-04F6-4694-A20C-7D1102082A17@macports.org> On May 11, 2007, at 09:09, Daniel Wolk wrote: > On 5/6/07, Daniel Wolk wrote: > >> On 5/6/07, Ryan Schmidt wrote: >> >> > On May 6, 2007, at 20:26, Daniel Wolk wrote: >> > >> > > I tried installing gtk2 with the following command: >> > > >> > > port -v install gtk2 >> > > >> > > It errored out with the following: >> > > >> > > gtkprintbackendcups.c: In function 'create_pickone_option': >> > > gtkprintbackendcups.c:1859: error: 'ppd_coption_t' undeclared >> (first >> > > use in this function) >> > > gtkprintbackendcups.c:1859: error: (Each undeclared identifier is >> > > reported only once >> > > gtkprintbackendcups.c:1859: error: for each function it >> appears in.) >> > > gtkprintbackendcups.c:1859: error: 'coption' undeclared (first >> use in >> > > this function) >> > > gtkprintbackendcups.c:1881: error: 'ppd_cparam_t' undeclared >> (first >> > > use in this function) >> > > gtkprintbackendcups.c:1881: error: 'cparam' undeclared (first >> use in >> > > this function) >> > > gtkprintbackendcups.c:1885: warning: comparison between >> pointer and >> > > integer >> > > gtkprintbackendcups.c:1889: error: 'PPD_CUSTOM_INT' undeclared >> (first >> > > use in this function) >> > > gtkprintbackendcups.c:1893: error: 'PPD_CUSTOM_PASSCODE' >> undeclared >> > > (first use in this function) >> > > gtkprintbackendcups.c:1897: error: 'PPD_CUSTOM_PASSWORD' >> undeclared >> > > (first use in this function) >> > > gtkprintbackendcups.c:1901: error: 'PPD_CUSTOM_REAL' >> undeclared (first >> > > use in this function) >> > > gtkprintbackendcups.c:1905: error: 'PPD_CUSTOM_STRING' undeclared >> > > (first use in this function) >> > > gtkprintbackendcups.c:1909: error: 'PPD_CUSTOM_POINTS' undeclared >> > > (first use in this function) >> > > gtkprintbackendcups.c:1912: error: 'PPD_CUSTOM_CURVE' undeclared >> > > (first use in this function) >> > > gtkprintbackendcups.c:1915: error: 'PPD_CUSTOM_INVCURVE' >> undeclared >> > > (first use in this function) >> > > make[4]: *** [gtkprintbackendcups.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 >> > > >> > > Warning: the following items did not execute (for gtk2): >> > > com.apple.activate com.apple.build com.apple.destroot >> > > com.apple.install >> > > Error: Status 1 encountered during processing. >> > > >> > > .... >> > > >> > > Any ideas? >> > >> > Need more info... >> > >> > - What machine are you running this on? >> > - What version of Mac OS X are you using? >> > - Have you installed all Apple software updates for your OS? >> > - Do you have the latest Xcode? (2.4.1 for Mac OS X 10.4.9, 1.5 for >> > 10.3.9) >> > - Do you also have Fink installed? (That's been causing problems >> for >> > others lately so now I'm asking it up front.) >> > >> > >> > >> 1) iBook G4 (1.42 GHz PowerPC G4 with 768 MB DDR SDRAM) >> 2) 10.4.9 >> 3) Yes, I have installed all the Apple software updates >> 4) Yes, xcode 2.4.1, but I installed it just a few days ago, when I >> started having problems >> 5) No, I do not have Fink installed. >> >> I started having problems a few days ago (before upgrading XCode) >> when I tried: >> >> port -vu upgrade outdated >> >> I did have the MacOs version of X11 simulataneously with the macports >> version of xdarwin. I upgraded the latter and move /usr/X11R6 to >> /usr/X11R6.apple first. >> 4) > > I was just wondering if you made any progress on this problem. I am > not a developer, but it seems to me that it is just a matter of > figuring out what dynamic library "owns" the functions > "create_pikone_option", "ppd_coption_t", etc. Either my system is > missing that package, or somehow the config process is picking up the > wrong version of it. I don't know how to find that package on the > Mac. I really cannot think of anything I may have done wrong. I > installed cups from a dmg image (I don't know how else to do it). > Could it be that those cups-related functions are in a place where the > compilation driven by MacPorts can't find it? > > Please let me know if there is any other information I should send > to you. > > Without gtk2, there are many applications I cannot use. Hi again, Daniel. I'm Cc'ing the mailing list again on this reply. Let's keep the discussion there so others can participate too. MacPorts does not look for libraries that were not installed with MacPorts. So MacPorts should not be making use of the CUPS you installed separately. That is, at least, the intention, for reasons explained in the FAQ: http://trac.macosforge.org/projects/macports/wiki/ FAQ#WhyisMacPortsusingitsownlibraries However, it is possible that MacPorts is inadvertently picking up your rogue CUPS and that it is incomplete in some way and is throwing things off. Finally, Mac OS X already includes CUPS. So please uninstall the CUPS you installed separately and try again. Is there anything else you have manually installed like this? Perhaps it's conflicting with things too. MacPorts is intended to handle all your 3rd-party software installation needs. If it doesn't meet all your needs, for example because some port is missing, let use know and maybe we can add it. I was also confused how you were able to have Apple's X11 and MacPorts' XFree86 at the same time. That's not supposed to be possible. If you already have Apple's X11 installed, attempting to install the XFreeX86 port should fail and complain that bits are already there. So presumably you installed the MacPorts XFree86, then Apple's X11 on top, which happily replaced the MacPorts files. I would recommend you clean this up: "sudo port -f uninstall XFree86" to get rid of the MacPorts component, then "sudo rm -rf /usr/X11R6 / Applications/Utilities/X11.app /Library/Receipts/X11SDK.pkg /Library/ Receipts/X11Update2006.pkg /Library/Receipts/X11User.pkg" to get rid of any remaining parts of the Apple component, then install either one or the other, as you wish: Either install X11User.pkg from the Mac OS X DVD and X11SDK.pkg from the Xcode disk image, OR install XFree86 from MacPorts. Don't attempt to do both at the same time. I personally have had great success with Apple's X11. YMMV. From mjijackson at gmail.com Fri May 11 22:41:26 2007 From: mjijackson at gmail.com (Michael Jackson) Date: Tue Oct 9 16:42:56 2007 Subject: /opt became visible in Finder In-Reply-To: <18F4D04E-B29A-4C9B-9D85-195B583B1D92@exiva.net> References: <18F4D04E-B29A-4C9B-9D85-195B583B1D92@exiva.net> Message-ID: On May 11, 2007, at 9:31 PM, Travis La Marr wrote: > After installing some packages, /opt has become visible in my > Finder. Is there any way to have this continue to be hidden? I've > tried repairing permissions with no luck, and Google has turned up > nothing. Try: cd /Developer/Tools/ sudo ./SetFile -a V /opt That should take care of it. Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2452 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070511/29ef2ef6/smime.bin From chenggao at gmail.com Fri May 11 23:21:27 2007 From: chenggao at gmail.com (CHENG Gao) Date: Tue Oct 9 16:42:56 2007 Subject: python24 activation problem References: <20070511184407.GA25599@burningman.com> Message-ID: I also encountered this problem, just I have to remove /usr/loca/bin/idle24 and /usr/local/bin/smtpd.py (I installed MacPorts to /usr/local). It's also the case for python25. I guess uninstalling and deactivating old version do not clean things cleanly. From maamoo at gmail.com Fri May 11 23:33:13 2007 From: maamoo at gmail.com (S H A N) Date: Tue Oct 9 16:42:56 2007 Subject: trac ticket for http_ping, connect & mget In-Reply-To: References: Message-ID: hi, thks for correction. pls find the updated files for trac submission. best regards. On 5/1/07, Ryan Schmidt wrote: > > On May 1, 2007, at 01:33, markd@macports.org wrote: > > > And the top line of each portfile should be this: > > > > # $Id: > > No, it should be > > # $Id$ > > It could also be > > # $Id:$ > > if you like, but there must be an ending $ > > -- Best Regards. -------------- next part -------------- A non-text attachment was scrubbed... Name: mget Type: application/octet-stream Size: 856 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070512/b3fe8881/mget.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: connect Type: application/octet-stream Size: 684 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070512/b3fe8881/connect.obj From ecronin at gizmolabs.org Sat May 12 01:54:30 2007 From: ecronin at gizmolabs.org (Eric Cronin) Date: Tue Oct 9 16:42:56 2007 Subject: Installing mplayer In-Reply-To: References: <173B456B-AE85-4136-8D13-A5A80176334A@xs4all.nl> <45C15F1B-A43C-4E2C-AEC3-84B0BA296882@gizmolabs.org> Message-ID: <3BC4896D-40B9-49D0-8184-1E4601F656B0@gizmolabs.org> On May 12, 2007, at 1:44 AM, Joshua Turse wrote: > I'm intrigued - what does the +binary_codecs mean? When I do a port > search mplayer, I just see one port. +binary_codecs is a "variant" for the mplayer port. "port variants mplayer" will list the available variants (there are quite a few for various encoding options). Thanks, Eric -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 478 bytes Desc: This is a digitally signed message part Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070512/10dc1aaf/PGP.bin From yves at macports.org Sat May 12 04:48:41 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:56 2007 Subject: install pwgen fails due to fetch fail on libgnuopt-1.2 In-Reply-To: References: Message-ID: Is libgnugetopt really needed anymore ? My first try would be to try without yves Le 07-05-11 ? 15:51, Bakki Kudva a ?crit : > I am trying to install pwgen and I get: > > ---> Fetching gnugetopt > ---> Attempting to fetch libgnugetopt-1.2-darwin.tar.bz2 from > http://www.opendarwin.org/~mww/files/ > etc,.. and then > > Error: Target com.apple.fetch returned: fetch failed > Error: The following dependencies failed to build: gnugetopt > Error: Status 1 encountered during processing. > > Has the url on llibgnugetopt changed? > > -bakki > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From dp at martina-pump.de Sat May 12 06:48:48 2007 From: dp at martina-pump.de (Peter) Date: Tue Oct 9 16:42:56 2007 Subject: "No module named _md5" error in Python 2.5 In-Reply-To: References: Message-ID: <7EDF0919-A581-49AE-B94D-FA93C8E555CB@martina-pump.de> Hi, I ran into the same error today . . . I looked at the patch for setup.py and it looks that the line: +disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","r eadline","_curses","_curses_panel"] disables the module needed for md5 hashing - but why ? Does Python 2.5.1 not work unpatched ? it sounds like it works for Silvio at least . . . Peter Am 08.03.2007 um 11:14 schrieb Silvio Domini: > I have tried to install the latest setuptools for Python 2.5 > by using the script ez_setup.py from PEAK's website > but the script aborts with the error: > > File "/opt/local/lib/python2.5/hashlib.py", line 31, in > __get_builtin_constructor > import _md5 > ImportError: No module named _md5 > > With the official Python 2.5 distribution such an error > doesn't occur and the command "from hashlib import md5" > works flawlessly. > _______________________________________________ > macports-users mailing list > > http://lists.macosforge.org/mailman/listinfo/macports-users From ajmas at sympatico.ca Sat May 12 08:38:14 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:56 2007 Subject: Build options? Message-ID: Hi, Is there any way of knowing what build flags were used for a given port? Specifically I am tryng to work out with the Apache2 build has been configured with IPv6 support. Andre From jochen at fhi-berlin.mpg.de Sat May 12 08:56:18 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:56 2007 Subject: Build options? In-Reply-To: References: Message-ID: <2FF5654E-861A-459B-B2E3-60D87D9AF643@fhi-berlin.mpg.de> On 12.05.2007, at 17:38, Andre-John Mas wrote: > Is there any way of knowing what build flags were used for a given > port? If you are talking about variants: you can see the variants used for an installed port in the list you get with sudo port installed They are listed at the end of the version string: py-matplotlib @0.90.0_0+gtk2 (active) This prort was build with variant gtk2 for me. HTH Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070512/5d770444/PGP.bin From bruda at cs.ubishops.ca Sat May 12 09:13:17 2007 From: bruda at cs.ubishops.ca (Stefan Bruda) Date: Tue Oct 9 16:42:56 2007 Subject: error building python24 on mac os x In-Reply-To: <913B5859-D4E7-44BA-B6AB-4B498D5B4FDD@gmail.com> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <62514.216.239.77.142.1178831479.squirrel@turing.ubishops.ca> <913B5859-D4E7-44BA-B6AB-4B498D5B4FDD@gmail.com> Message-ID: <65249.216.239.86.27.1178986397.squirrel@turing.ubishops.ca> Hi, First of all, sorry for the delay in responding (I have been away from my machine). paul beard wrote: > > On May 10, 2007, at 2:11 PM, Stefan Bruda wrote: > >> Somebody wants a python.exe... > > make a link to python in the same directory and see what that gets > you. I think that resolves it, though why it happens in the first > place is a mystery. This fixes it alright. It might be that the build process gets confused by the filesystem (I am using case-sensitive HFS). Stefan From ryandesign at macports.org Sat May 12 09:45:48 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: Build options? In-Reply-To: References: Message-ID: <281232EA-B5C9-49FC-A225-8B205D7BEA57@macports.org> On May 12, 2007, at 10:38, Andre-John Mas wrote: > Is there any way of knowing what build flags were used for a given > port? > Specifically I am tryng to work out with the Apache2 build has been > configured with IPv6 support. If you install the port using the -dv options you can see the commands as they're assembled, including the ./configure command which would show all the flags. sudo port install -dv apache2 From bakki.kudva at gmail.com Sat May 12 18:49:31 2007 From: bakki.kudva at gmail.com (Bakki Kudva) Date: Tue Oct 9 16:42:56 2007 Subject: install pwgen fails due to fetch fail on libgnuopt-1.2 In-Reply-To: References: Message-ID: Thanks Yves and Ryan. bakki On 5/12/07, Yves de Champlain wrote: > Is libgnugetopt really needed anymore ? > > My first try would be to try without > > yves > > Le 07-05-11 ? 15:51, Bakki Kudva a ?crit : > > > I am trying to install pwgen and I get: > > > > ---> Fetching gnugetopt > > ---> Attempting to fetch libgnugetopt-1.2-darwin.tar.bz2 from > > http://www.opendarwin.org/~mww/files/ > > etc,.. and then > > > > Error: Target com.apple.fetch returned: fetch failed > > Error: The following dependencies failed to build: gnugetopt > > Error: Status 1 encountered during processing. > > > > Has the url on llibgnugetopt changed? > > > > -bakki > > _______________________________________________ > > macports-users mailing list > > macports-users@lists.macosforge.org > > http://lists.macosforge.org/mailman/listinfo/macports-users > > From michael.wyn.jones at googlemail.com Sun May 13 00:00:53 2007 From: michael.wyn.jones at googlemail.com (Mike Jones) Date: Tue Oct 9 16:42:56 2007 Subject: Problems installing pkgconfig? Message-ID: <8845eff50705130000y49c986ddjd890b48238a21b8@mail.gmail.com> Hi, I've just downloaded and installed darwinports(macports) and am having problems with pkgconfig - which is a dependency of a number of files. The command I'm running is: sudo port install -d pkgconfig ---> Verifying checksum(s) for pkgconfig Error: Checksum (md5) mismatch for pkg-config-0.21.tar.gz Error: Checksum (sha1) mismatch for pkg-config-0.21.tar.gz Error: Checksum (rmd160) mismatch for pkg-config-0.21.tar.gz Error: Target com.apple.checksum returned: Unable to verify file checksums Error: Status 1 encountered during processing. Is there a problem with the package, or am I doing something wrong? I'm running MacOSX 10.4.9 Regards, Mike Jones -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070513/810672e1/attachment.html From retuow at gmail.com Sun May 13 04:17:37 2007 From: retuow at gmail.com (Wouter Eerdekens) Date: Tue Oct 9 16:42:56 2007 Subject: Problems installing pkgconfig? In-Reply-To: <8845eff50705130000y49c986ddjd890b48238a21b8@mail.gmail.com> References: <8845eff50705130000y49c986ddjd890b48238a21b8@mail.gmail.com> Message-ID: <867387cd0705130417w6b5086b1k4bd97a40e6d49b50@mail.gmail.com> 2007/5/13, Mike Jones : > Hi, > > I've just downloaded and installed darwinports(macports) and am having > problems with pkgconfig - which is a dependency of a number of files. The > command I'm running is: > > sudo port install -d pkgconfig > ---> Verifying checksum(s) for pkgconfig > Error: Checksum (md5) mismatch for pkg-config-0.21.tar.gz > Error: Checksum (sha1) mismatch for pkg-config-0.21.tar.gz > Error: Checksum (rmd160) mismatch for pkg-config-0.21.tar.gz > Error: Target com.apple.checksum returned: Unable to verify file checksums > Error: Status 1 encountered during processing. > > Is there a problem with the package, or am I doing something wrong? I'm > running MacOSX 10.4.9 It appears the freedesktop.org servers are down for maintenance. The pkg-config-0.21.tar.gz file you downloaded is actually a HTML file with a downtime notice... I downloaded the package from a mirror: http://mirror.opensysadmin.com/pkg-config/pkg-config-0.21.tar.gz and put the file in /opt/local/var/db/dports/distfiles/pkgconfig Hope this helps... Regards, Wouter -- Music is a powerful and direct teacher which speaks to us all, to the degree that we are able to hear. From yves at macports.org Sun May 13 06:56:44 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:56 2007 Subject: Apple's assembler In-Reply-To: <46450F54.40700@cogweb.net> References: <46450F54.40700@cogweb.net> Message-ID: <9243D41C-ADE2-4B24-9CC5-80C39883EDEC@macports.org> Le 07-05-11 ? 20:50, David Liontooth a ?crit : > > In packaging transcode for macports, Chuck Remes noticed Apple's > assembler is based on an outdated GNU assembler that doesn't > support all > the modern MMX, SSE2, SSE3, etc. extensions in open source > applications. > > On OSX I have this: > > $ as -v > Apple Computer, Inc. version cctools-622.5.obj~13, GNU assembler > version 1.38 > > In contrast, Debian sid uses: > > # as -v > GNU assembler version 2.17.50 (x86_64-linux-gnu) using BFD version > (GNU Binutils for Debian) 2.17.50.20070426 > > The assembler is part of the binutils package, which is ported, but > gas, > the GNU assembler, is left out. > > Of course the Apple assembler supports all the modern extensions in > their own software, but after GNU v1.28, Apple made the decision to > move > these binaries into their 'Accelerate framework' > (http://developer.apple.com/performance/accelerateframework.html) > -- as > far as I understand as a part of their incremental moves to close the > Darwin source. > > In the short run, and perhaps the long, this likely means we're not > going to see free software's assembly code compile at all on OSX. I'm not sure how the assembler can be affected by higher-level frameworks ? IMHO, that is the linker's job and appropriate flags will do it. What I know is that the assembler syntax on darwin is different from GNU. When I patched the gimp 2.x to enable assembler / altivec functions, I had to modify the syntax : --- app/base/cpu-accel.c.orig 2005-06-18 12:37:55.000000000 -0400 +++ app/base/cpu-accel.c 2005-06-18 13:19:30.000000000 -0400 @@ -361,7 +361,7 @@ #endif /* ARCH_X86 && USE_MMX && __GNUC__ */ -#if defined (ARCH_PPC) && defined (USE_ALTIVEC) && defined(__GNUC__) +#if defined (ARCH_PPC) && defined (USE_ALTIVEC) #define HAVE_ACCEL 1 @@ -395,7 +395,7 @@ canjump = 1; asm volatile ("mtspr 256, %0\n\t" - "vand %%v0, %%v0, %%v0" + "vand v0,v0,v0\n\t" : : "r" (-1)); http://bugzilla.gnome.org/show_bug.cgi?id=325180 yves From zgrumolnxn at mailinator.net Sun May 13 07:22:18 2007 From: zgrumolnxn at mailinator.net (LD) Date: Tue Oct 9 16:42:56 2007 Subject: GNOME applications menu empty Message-ID: <85B280E8-FF8C-4887-A4BB-20207DDD94CC@mailinator.net> The GNOME applications menu shows no installed applications in any user account. Also, when I try to access help within GNOME, I get an error message about no file association. I tried editing applications.menu based on information from the GNOME lists, but to no avail. I have all the current GNOME ports installed under 10.4.9 PPC. KDE is also installed, and seems to work about as well as you would expect. Anyone else have this problem? Thanks for replies. From ryandesign at macports.org Sun May 13 08:32:53 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: Problems installing pkgconfig? In-Reply-To: <867387cd0705130417w6b5086b1k4bd97a40e6d49b50@mail.gmail.com> References: <8845eff50705130000y49c986ddjd890b48238a21b8@mail.gmail.com> <867387cd0705130417w6b5086b1k4bd97a40e6d49b50@mail.gmail.com> Message-ID: <8967EABD-F838-43BE-9E69-0CFD03FA2183@macports.org> On May 13, 2007, at 06:17, Wouter Eerdekens wrote: > 2007/5/13, Mike Jones: > >> I've just downloaded and installed darwinports(macports) and am >> having >> problems with pkgconfig - which is a dependency of a number of >> files. The >> command I'm running is: >> >> sudo port install -d pkgconfig >> ---> Verifying checksum(s) for pkgconfig >> Error: Checksum (md5) mismatch for pkg-config-0.21.tar.gz >> Error: Checksum (sha1) mismatch for pkg-config-0.21.tar.gz >> Error: Checksum (rmd160) mismatch for pkg-config-0.21.tar.gz >> Error: Target com.apple.checksum returned: Unable to verify file >> checksums >> Error: Status 1 encountered during processing. >> >> Is there a problem with the package, or am I doing something >> wrong? I'm >> running MacOSX 10.4.9 > > It appears the freedesktop.org servers are down for maintenance. The > pkg-config-0.21.tar.gz file you downloaded is actually a HTML file > with a downtime notice... > > I downloaded the package from a mirror: > > http://mirror.opensysadmin.com/pkg-config/pkg-config-0.21.tar.gz > > and put the file in /opt/local/var/db/dports/distfiles/pkgconfig There have been several previous messages on this mailing list on this topic. I updated the port yesterday to include my web site as a backup. I'll add the above web site to the port now. If you sync your ports you should be able to install pkg-config now. From ajmas at sympatico.ca Sun May 13 09:33:16 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:56 2007 Subject: Build options? In-Reply-To: References: Message-ID: On 12-May-07, at 11:38 , Andre-John Mas wrote: > Hi, > > Is there any way of knowing what build flags were used for a given > port? > Specifically I am tryng to work out with the Apache2 build has been > configured with IPv6 support. Turns out another approach is to go to: http://svn.macports.org/repository/macports/trunk/ navigate to the package you are interested in and then open up the 'Portfile'. In my case it turns out that IPv6 is not enabled. Andre From ajmas at sympatico.ca Sun May 13 09:49:13 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:56 2007 Subject: IPv6 variant for Apache 2? Message-ID: Hi, Given that the Apache 2 port does not support IPv6, what do a need to do, or who do I talk to to have an IPv6 variant added to the Portfile. Andre From dannowolk at gmail.com Sun May 13 10:31:39 2007 From: dannowolk at gmail.com (Daniel Wolk) Date: Tue Oct 9 16:42:56 2007 Subject: gtk2 compiling problem Message-ID: Hello Ryan, Thanks very much for your thoughtful help. I really cannot fix the problem until I get a duplicate Mac OS DVD (I work out-of-state from my home and don't want my original to leave my home). I did not realize that cups is so finicky, and that the Mac OS dmg images from the cups website were so incompatible with my system. As for X11, I just wanted to tell you that contrary to what you thought was probable, I had installed the Mac OS X11 first, and then the macports version. I had some incompatibilities between the macports version of xemacs and Mac OS X11. Once I get the Mac OS DVD, I will follow your advice, by cleaning the Mac OS X11 off and reinstalling the macports version. One big annoyance is that it is very difficult to uninstall 3rd party software. I have learned my lesson: I will avoid it as much as possible. Daniel Wolk - Hide quoted text - On 5/11/07, Ryan Schmidt wrote: > On May 11, 2007, at 09:09, Daniel Wolk wrote: > > > On 5/6/07, Daniel Wolk wrote: > > > >> On 5/6/07, Ryan Schmidt wrote: > >> > >> > On May 6, 2007, at 20:26, Daniel Wolk wrote: > >> > > >> > > I tried installing gtk2 with the following command: > >> > > > >> > > port -v install gtk2 > >> > > > >> > > It errored out with the following: > >> > > > >> > > gtkprintbackendcups.c: In function 'create_pickone_option': > >> > > gtkprintbackendcups.c:1859: error: 'ppd_coption_t' undeclared > >> (first > >> > > use in this function) > >> > > gtkprintbackendcups.c:1859: error: (Each undeclared identifier is > >> > > reported only once > >> > > gtkprintbackendcups.c:1859: error: for each function it > >> appears in.) > >> > > gtkprintbackendcups.c:1859: error: 'coption' undeclared (first > >> use in > >> > > this function) > >> > > gtkprintbackendcups.c:1881: error: 'ppd_cparam_t' undeclared > >> (first > >> > > use in this function) > >> > > gtkprintbackendcups.c:1881: error: 'cparam' undeclared (first > >> use in > >> > > this function) > >> > > gtkprintbackendcups.c:1885: warning: comparison between > >> pointer and > >> > > integer > >> > > gtkprintbackendcups.c:1889: error: 'PPD_CUSTOM_INT' undeclared > >> (first > >> > > use in this function) > >> > > gtkprintbackendcups.c:1893: error: 'PPD_CUSTOM_PASSCODE' > >> undeclared > >> > > (first use in this function) > >> > > gtkprintbackendcups.c:1897: error: 'PPD_CUSTOM_PASSWORD' > >> undeclared > >> > > (first use in this function) > >> > > gtkprintbackendcups.c:1901: error: 'PPD_CUSTOM_REAL' > >> undeclared (first > >> > > use in this function) > >> > > gtkprintbackendcups.c:1905: error: 'PPD_CUSTOM_STRING' undeclared > >> > > (first use in this function) > >> > > gtkprintbackendcups.c:1909: error: 'PPD_CUSTOM_POINTS' undeclared > >> > > (first use in this function) > >> > > gtkprintbackendcups.c:1912: error: 'PPD_CUSTOM_CURVE' undeclared > >> > > (first use in this function) > >> > > gtkprintbackendcups.c:1915: error: 'PPD_CUSTOM_INVCURVE' > >> undeclared > >> > > (first use in this function) > >> > > make[4]: *** [gtkprintbackendcups.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 > >> > > > >> > > Warning: the following items did not execute (for gtk2): > >> > > com.apple.activate com.apple.build com.apple.destroot > >> > > com.apple.install > >> > > Error: Status 1 encountered during processing. > >> > > > >> > > .... > >> > > > >> > > Any ideas? > >> > > >> > Need more info... > >> > > >> > - What machine are you running this on? > >> > - What version of Mac OS X are you using? > >> > - Have you installed all Apple software updates for your OS? > >> > - Do you have the latest Xcode? (2.4.1 for Mac OS X 10.4.9, 1.5 for > >> > 10.3.9) > >> > - Do you also have Fink installed? (That's been causing problems > >> for > >> > others lately so now I'm asking it up front.) > >> > > >> > > >> > > >> 1) iBook G4 (1.42 GHz PowerPC G4 with 768 MB DDR SDRAM) > >> 2) 10.4.9 > >> 3) Yes, I have installed all the Apple software updates > >> 4) Yes, xcode 2.4.1, but I installed it just a few days ago, when I > >> started having problems > >> 5) No, I do not have Fink installed. > >> > >> I started having problems a few days ago (before upgrading XCode) > >> when I tried: > >> > >> port -vu upgrade outdated > >> > >> I did have the MacOs version of X11 simulataneously with the macports > >> version of xdarwin. I upgraded the latter and move /usr/X11R6 to > >> /usr/X11R6.apple first. > >> 4) > > > > I was just wondering if you made any progress on this problem. I am > > not a developer, but it seems to me that it is just a matter of > > figuring out what dynamic library "owns" the functions > > "create_pikone_option", "ppd_coption_t", etc. Either my system is > > missing that package, or somehow the config process is picking up the > > wrong version of it. I don't know how to find that package on the > > Mac. I really cannot think of anything I may have done wrong. I > > installed cups from a dmg image (I don't know how else to do it). > > Could it be that those cups-related functions are in a place where the > > compilation driven by MacPorts can't find it? > > > > Please let me know if there is any other information I should send > > to you. > > > > Without gtk2, there are many applications I cannot use. > > Hi again, Daniel. I'm Cc'ing the mailing list again on this reply. > Let's keep the discussion there so others can participate too. > > MacPorts does not look for libraries that were not installed with > MacPorts. So MacPorts should not be making use of the CUPS you > installed separately. That is, at least, the intention, for reasons > explained in the FAQ: > > http://trac.macosforge.org/projects/macports/wiki/ > FAQ#WhyisMacPortsusingitsownlibraries > > However, it is possible that MacPorts is inadvertently picking up > your rogue CUPS and that it is incomplete in some way and is throwing > things off. Finally, Mac OS X already includes CUPS. So please > uninstall the CUPS you installed separately and try again. > > Is there anything else you have manually installed like this? Perhaps > it's conflicting with things too. MacPorts is intended to handle all > your 3rd-party software installation needs. If it doesn't meet all > your needs, for example because some port is missing, let use know > and maybe we can add it. > > > I was also confused how you were able to have Apple's X11 and > MacPorts' XFree86 at the same time. That's not supposed to be > possible. If you already have Apple's X11 installed, attempting to > install the XFreeX86 port should fail and complain that bits are > already there. So presumably you installed the MacPorts XFree86, then > Apple's X11 on top, which happily replaced the MacPorts files. I > would recommend you clean this up: "sudo port -f uninstall XFree86" > to get rid of the MacPorts component, then "sudo rm -rf /usr/X11R6 / > Applications/Utilities/X11.app /Library/Receipts/X11SDK.pkg /Library/ > Receipts/X11Update2006.pkg /Library/Receipts/X11User.pkg" to get rid > of any remaining parts of the Apple component, then install either > one or the other, as you wish: Either install X11User.pkg from the > Mac OS X DVD and X11SDK.pkg from the Xcode disk image, OR install > XFree86 from MacPorts. Don't attempt to do both at the same time. I > personally have had great success with Apple's X11. YMMV. > > > From dannowolk at gmail.com Sun May 13 10:35:08 2007 From: dannowolk at gmail.com (Daniel Wolk) Date: Tue Oct 9 16:42:56 2007 Subject: JabRef (recommended software) Message-ID: Is this where I can recommend 3rd-party software for inclusion in MacPorts? If so, I have found the following software helpful, and it should be easy to incoporate into MacPorts: JabRef reference manager http://jabref.sourceforge.net/ Daniel Wolk From ryandesign at macports.org Sun May 13 10:48:23 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: Build options? In-Reply-To: References: Message-ID: <98EBB537-F786-46E8-A0B0-8E32AC5E5EEE@macports.org> On May 13, 2007, at 11:33, Andre-John Mas wrote: >> Is there any way of knowing what build flags were used for a given >> port? >> Specifically I am tryng to work out with the Apache2 build has been >> configured with IPv6 support. > > Turns out another approach is to go to: > > http://svn.macports.org/repository/macports/trunk/ > > navigate to the package you are interested in and then open up the > 'Portfile'. > > In my case it turns out that IPv6 is not enabled. Sure, if you'd like to read the portfile, that's another option. You can do so directly on your system using either "port edit foo", if you have your EDITOR environment variable set up properly, or otherwise with "port cat foo" or even "port cat foo | less". From ryandesign at macports.org Sun May 13 10:49:40 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: IPv6 variant for Apache 2? In-Reply-To: References: Message-ID: On May 13, 2007, at 11:49, Andre-John Mas wrote: > Given that the Apache 2 port does not support IPv6, what do a need to > do, or who do I talk to to have an IPv6 variant added to the Portfile. Generally you would begin by talking to the port's maintainer. Find out who that is by running "port info apache2". If you can provide a patch to implement the behavior you're requesting, that makes it even easier on the maintainer. You can create a ticket in Trac for this feature request, and if you have a patch, you can attach it there. Then you can inform the maintainer of the ticket number so that they can take care of it. From ryandesign at macports.org Sun May 13 10:50:48 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: JabRef (recommended software) In-Reply-To: References: Message-ID: On May 13, 2007, at 12:35, Daniel Wolk wrote: > Is this where I can recommend 3rd-party software for inclusion in > MacPorts? If so, I have found the following software helpful, and it > should be easy to incoporate into MacPorts: > > JabRef reference manager > > http://jabref.sourceforge.net/ Software won't make it into MacPorts unless there is someone who cares about the software and uses it and can keep it up to date. If you care about this software, perhaps you would be interested in writing the portfile and being its maintainer. You can create a ticket in Trac and attach your new portfile to it, then email this list with the ticket number, and someone can then commit it to the repository. From ryandesign at macports.org Sun May 13 11:34:23 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:56 2007 Subject: gtk2 compiling problem In-Reply-To: References: Message-ID: <0B2C27B4-A7DB-401D-9D6C-F0A5A9DA02B5@macports.org> On May 13, 2007, at 12:31, Daniel Wolk wrote: > On 5/11/07, Ryan Schmidt wrote: >> MacPorts does not look for libraries that were not installed with >> MacPorts. So MacPorts should not be making use of the CUPS you >> installed separately. That is, at least, the intention, for reasons >> explained in the FAQ: >> >> http://trac.macosforge.org/projects/macports/wiki/ >> FAQ#WhyisMacPortsusingitsownlibraries >> >> However, it is possible that MacPorts is inadvertently picking up >> your rogue CUPS and that it is incomplete in some way and is throwing >> things off. Finally, Mac OS X already includes CUPS. So please >> uninstall the CUPS you installed separately and try again. >> >> Is there anything else you have manually installed like this? Perhaps >> it's conflicting with things too. MacPorts is intended to handle all >> your 3rd-party software installation needs. If it doesn't meet all >> your needs, for example because some port is missing, let use know >> and maybe we can add it. >> >> >> I was also confused how you were able to have Apple's X11 and >> MacPorts' XFree86 at the same time. That's not supposed to be >> possible. If you already have Apple's X11 installed, attempting to >> install the XFreeX86 port should fail and complain that bits are >> already there. So presumably you installed the MacPorts XFree86, then >> Apple's X11 on top, which happily replaced the MacPorts files. I >> would recommend you clean this up: "sudo port -f uninstall XFree86" >> to get rid of the MacPorts component, then "sudo rm -rf /usr/X11R6 / >> Applications/Utilities/X11.app /Library/Receipts/X11SDK.pkg /Library/ >> Receipts/X11Update2006.pkg /Library/Receipts/X11User.pkg" to get rid >> of any remaining parts of the Apple component, then install either >> one or the other, as you wish: Either install X11User.pkg from the >> Mac OS X DVD and X11SDK.pkg from the Xcode disk image, OR install >> XFree86 from MacPorts. Don't attempt to do both at the same time. I >> personally have had great success with Apple's X11. YMMV. > > Thanks very much for your thoughtful help. I really cannot fix the > problem until I get a duplicate Mac OS DVD (I work out-of-state from > my home and don't want my original to leave my home). I did not > realize that cups is so finicky, and that the Mac OS dmg images from > the cups website were so incompatible with my system. I actually have no experience with CUPS, and I'm not familiar with the version you got from the CUPS web site. I was merely under the impression that it already came with Mac OS X. > As for X11, I just wanted to tell you that contrary to what you > thought was probable, I had installed the Mac OS X11 first, and then > the macports version. I had some incompatibilities between the > macports version of xemacs and Mac OS X11. Once I get the Mac OS DVD, > I will follow your advice, by cleaning the Mac OS X11 off and > reinstalling the macports version. Then perhaps you used the -f option to force MacPorts to overwrite parts of the Apple X11 installation. Either way, as I said, they both are designed to go into the same place -- /usr/X11R6 -- so you should only have one installed at a time. Remove both, decide which one you want to have, then install only that one. > One big annoyance is that it is very difficult to uninstall 3rd party > software. I have learned my lesson: I will avoid it as much as > possible. Depends on the software. Most applications are distributed as disk images from which you just drag the application to the Applications folder. To uninstall such applications, drag the application from the Applications folder to the Trash. For software installed using Apple's Installer, a pkg file will be left in /Library/Receipts. I thought there was a 3rd-party utility you can use to uninstall software based on its receipt, but I can't find it at the moment. At the very least, when you open the receipt (or the original installer package) in the Installer you can use the Show Files option in the File menu to see what files it would install. That way you know what items to manually remove from your hard disk. Note that files in the list are relative to the root into which the package installs, which may or may not be the root of the hard drive. To find the package's installation root, Control-click on the receipt (or the original installer package), choose Show Package Contents from the contextual menu, open the Contents folder, open the Info.plist file and look at the IFPkgFlagDefaultLocation field. From paulbeard at gmail.com Sun May 13 11:56:47 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:57 2007 Subject: gtk2 compiling problem In-Reply-To: References: 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/20070513/6f3f573c/PGP.bin From 0x62_0x6c_0x62 at pobox.com Sun May 13 16:06:36 2007 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue Oct 9 16:42:57 2007 Subject: IPv6 variant for Apache 2? In-Reply-To: References: Message-ID: <13F16128-A14D-4A2D-8964-D48F4402255B@pobox.com> On May 13, 2007, at 10:49 AM, Andre-John Mas wrote: > Hi, > > Given that the Apache 2 port does not support IPv6, what do a need to > do, or who do I talk to to have an IPv6 variant added to the Portfile. > It should be supporting IPv6 by default, no variant needed; it does on my system: $ netstat -an |grep "*.80" tcp46 0 0 *.80 *.* LISTEN $ telnet ::1 80 Trying ::1... Connected to localhost. Escape character is '^]'. HEAD / HTTP/1.0 HTTP/1.1 200 OK Date: Sun, 13 May 2007 23:05:02 GMT Server: Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8a DAV/2 SVN/1.4.3 ... Is it not supporting it at all, what have you done to verify it's not working? > Andre From ajmas at sympatico.ca Sun May 13 18:26:05 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:57 2007 Subject: IPv6 variant for Apache 2? In-Reply-To: <13F16128-A14D-4A2D-8964-D48F4402255B@pobox.com> References: <13F16128-A14D-4A2D-8964-D48F4402255B@pobox.com> Message-ID: <8CE79217-4992-42E4-8252-8B69C860AB8E@sympatico.ca> On 13-May-07, at 19:06 , Bryan Blackburn wrote: > On May 13, 2007, at 10:49 AM, Andre-John Mas wrote: > >> Hi, >> >> Given that the Apache 2 port does not support IPv6, what do a need to >> do, or who do I talk to to have an IPv6 variant added to the >> Portfile. >> > > It should be supporting IPv6 by default, no variant needed; it does > on my system: Yup, doing another check and it responds to http://[::1]/ . My mistake. Thanks Andre From ajmas at sympatico.ca Sun May 13 20:15:01 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion Message-ID: Hi, I am testing out my subversion install, which I had installed with MacPorts, and I seem to be having an issue: myhost:~/.ssh root# svn info svn+ssh://ajmas@127.0.0.1/Library/svn/ repositories/development The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established. Password: tcsh: MANPATH: Undefined variable. dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib Referenced from: /opt/local/bin/svnserve Reason: Incompatible library version: svnserve requires version 7.0.0 or later, but libiconv.2.dylib provides version 5.0.0 svn: Connection closed unexpectedly What should I be doing to get the right version of libiconv? Andre From toto at fel.cl.nec.co.jp Sun May 13 23:08:38 2007 From: toto at fel.cl.nec.co.jp (toru murakami) Date: Tue Oct 9 16:42:57 2007 Subject: Failing to upgrade subversion Message-ID: <4647FCE6.7060008@fel.cl.nec.co.jp> Hi folks, Trying to upgrade subversion, I've got the following message: ---------------------------------------- toto:~$ sudo port -vd upgrade subversion Password: DEBUG: Found port in file:///Users/Shared/dports/devel/subversion DEBUG: epoch: in tree: 0 installed: 0 DEBUG: subversion 1.4.3_1 exists in the ports tree DEBUG: subversion 1.4.3_0 is installed DEBUG: Found port in file:///Users/Shared/dports/textproc/expat DEBUG: epoch: in tree: 0 installed: 0 DEBUG: expat 2.0.0_1 exists in the ports tree DEBUG: expat 2.0.0_1 is installed DEBUG: No need to upgrade! expat 2.0.0_1 >= expat 2.0.0_1 DEBUG: Found port in file:///Users/Shared/dports/www/neon DEBUG: epoch: in tree: 0 installed: 0 DEBUG: neon 0.26.3_0 exists in the ports tree DEBUG: neon 0.26.3_0 is installed DEBUG: Found port in file:///Users/Shared/dports/devel/gettext DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gettext 0.16.1_0 exists in the ports tree DEBUG: gettext 0.16.1_0 is installed DEBUG: Found port in file:///Users/Shared/dports/textproc/libiconv DEBUG: epoch: in tree: 0 installed: 0 DEBUG: libiconv 1.11_4 exists in the ports tree DEBUG: libiconv 1.11_4 is installed DEBUG: Found port in file:///Users/Shared/dports/devel/gperf DEBUG: gperf is *not* installed by DarwinPorts DEBUG: Changing to port directory: /Users/Shared/dports/devel/gperf DEBUG: Searching for dependency: gperf DEBUG: Didn't find receipt, going to depspec regex for: gperf DEBUG: Found Dependency: path: /usr/bin filename: gperf regex: ^gperf$ DEBUG: gperf installed outside the MacPorts system DEBUG: epoch: in tree: 0 installed: 0 DEBUG: gperf 3.0.3_0 exists in the ports tree DEBUG: gperf 3.0.3_0 is installed DEBUG: Not following dependencies DEBUG: No need to upgrade! gperf 3.0.3_0 >= gperf 3.0.3_0 DEBUG: No need to upgrade! libiconv 1.11_4 >= libiconv 1.11_4 DEBUG: No need to upgrade! gettext 0.16.1_0 >= gettext 0.16.1_0 DEBUG: Found port in file:///Users/Shared/dports/devel/openssl DEBUG: epoch: in tree: 0 installed: 0 DEBUG: openssl 0.9.8e_0 exists in the ports tree DEBUG: openssl 0.9.8e_0 is installed DEBUG: Found port in file:///Users/Shared/dports/archivers/zlib DEBUG: epoch: in tree: 0 installed: 0 DEBUG: zlib 1.2.3_1 exists in the ports tree DEBUG: zlib 1.2.3_1 is installed DEBUG: No need to upgrade! zlib 1.2.3_1 >= zlib 1.2.3_1 DEBUG: No need to upgrade! openssl 0.9.8e_0 >= openssl 0.9.8e_0 DEBUG: No need to upgrade! neon 0.26.3_0 >= neon 0.26.3_0 DEBUG: Found port in file:///Users/Shared/dports/devel/apr DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apr 1.2.8_0 exists in the ports tree DEBUG: apr 1.2.8_0 is installed DEBUG: No need to upgrade! apr 1.2.8_0 >= apr 1.2.8_0 DEBUG: Found port in file:///Users/Shared/dports/devel/apr-util DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apr-util 1.2.8_2 exists in the ports tree DEBUG: apr-util 1.2.8_2 is installed DEBUG: Found port in file:///Users/Shared/dports/devel/apr DEBUG: epoch: in tree: 0 installed: 0 DEBUG: apr 1.2.8_0 exists in the ports tree DEBUG: apr 1.2.8_0 is installed DEBUG: No need to upgrade! apr 1.2.8_0 >= apr 1.2.8_0 DEBUG: Found port in file:///Users/Shared/dports/databases/db44 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: db44 4.4.20_1 exists in the ports tree DEBUG: db44 4.4.20_1 is installed DEBUG: No need to upgrade! db44 4.4.20_1 >= db44 4.4.20_1 DEBUG: Found port in file:///Users/Shared/dports/databases/sqlite3 DEBUG: epoch: in tree: 0 installed: 0 DEBUG: sqlite3 3.3.17_0 exists in the ports tree DEBUG: sqlite3 3.3.17_0 is installed DEBUG: Found port in file:///Users/Shared/dports/devel/readline DEBUG: epoch: in tree: 0 installed: 0 DEBUG: readline 5.2.001_0 exists in the ports tree DEBUG: readline 5.2.001_0 is installed DEBUG: Found port in file:///Users/Shared/dports/devel/ncurses DEBUG: epoch: in tree: 0 installed: 0 DEBUG: ncurses 5.6_0 exists in the ports tree DEBUG: ncurses 5.6_0 is installed DEBUG: Found port in file:///Users/Shared/dports/devel/ncursesw DEBUG: epoch: in tree: 0 installed: 0 DEBUG: ncursesw 5.6_0 exists in the ports tree DEBUG: ncursesw 5.6_0 is installed DEBUG: No need to upgrade! ncursesw 5.6_0 >= ncursesw 5.6_0 DEBUG: No need to upgrade! ncurses 5.6_0 >= ncurses 5.6_0 DEBUG: No need to upgrade! readline 5.2.001_0 >= readline 5.2.001_0 DEBUG: No need to upgrade! sqlite3 3.3.17_0 >= sqlite3 3.3.17_0 DEBUG: No need to upgrade! apr-util 1.2.8_2 >= apr-util 1.2.8_2 DEBUG: variants to install DEBUG: available variants are : universal mod_dav_svn no_neon no_bdb mac_os_x_server_mod_dav_svn tools bash_completion darwin_7 DEBUG: new portvariants: DEBUG: Changing to port directory: /Users/Shared/dports/devel/subversion DEBUG: Requested variant powerpc is not provided by port subversion. DEBUG: Requested variant darwin is not provided by port subversion. DEBUG: Requested variant macosx is not provided by port subversion. DEBUG: Found port in file:///Users/Shared/dports/textproc/expat DEBUG: Changing to port directory: /Users/Shared/dports/textproc/expat DEBUG: Searching for dependency: expat DEBUG: Found Dependency: receipt exists for expat DEBUG: Found port in file:///Users/Shared/dports/www/neon DEBUG: Changing to port directory: /Users/Shared/dports/www/neon DEBUG: Searching for dependency: neon DEBUG: Found Dependency: receipt exists for neon DEBUG: Found port in file:///Users/Shared/dports/devel/apr DEBUG: Changing to port directory: /Users/Shared/dports/devel/apr DEBUG: Searching for dependency: apr DEBUG: Found Dependency: receipt exists for apr DEBUG: Found port in file:///Users/Shared/dports/devel/apr-util DEBUG: Changing to port directory: /Users/Shared/dports/devel/apr-util DEBUG: Searching for dependency: apr-util DEBUG: Found Dependency: receipt exists for apr-util DEBUG: Found port in file:///Users/Shared/dports/databases/db44 DEBUG: Changing to port directory: /Users/Shared/dports/databases/db44 DEBUG: Searching for dependency: db44 DEBUG: Found Dependency: receipt exists for db44 DEBUG: Found port in file:///Users/Shared/dports/devel/gettext DEBUG: Changing to port directory: /Users/Shared/dports/devel/gettext DEBUG: invalid command name "configure.cppflags" while executing "configure.cppflags -no-cpp-precomp" (file "Portfile" line 37) invoked from within "source Portfile" invoked from within "$workername eval source Portfile" (procedure "dportopen" line 47) invoked from within "dportopen $porturl $options $variations" (procedure "dportdepends" line 61) invoked from within "dportdepends $dport $target" (procedure "dportexec" line 24) invoked from within "dportexec $workername $upgrade_action" Error: Unable to upgrade port: invalid command name "configure.cppflags" ---------------------------------------- Any suggestions? -- toru From macports-users at mdakin.mailcan.com Sun May 13 23:13:44 2007 From: macports-users at mdakin.mailcan.com (Michael Dakin) Date: Tue Oct 9 16:42:57 2007 Subject: python24 upgrade fails? Message-ID: On Wed May 9 15:34:37 PDT 2007 Weissmann Markus wrote: > we already received this error report from another user, but not with > the hint about the actual version of the python interpreter in > $worksrcpath; > neither Jann nor Elias nor I did encounter this particular error and > we have been unable to reproduce it so far. > We're investigating; please throw any hints my way! I too have encountered this problem while building Python 2.4 with MacPorts. My Mac's filesystem is case sensitive. Mr. Beard, is your filesystem case sensitive? There is logic in configure.in (and thus configure) that tests whether the filesystem is case INsensitive. On most Macs this test will evaluate to true but on my Mac it will evaluate to false. Could this difference be the source of the build failure and the fact that some aspects of the build expect "python.exe" to exist? -Michael Dakin From ryandesign at macports.org Sun May 13 23:19:06 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion In-Reply-To: References: Message-ID: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> On May 13, 2007, at 22:15, Andre-John Mas wrote: > I am testing out my subversion install, which I had installed with > MacPorts, > and I seem to be having an issue: > > myhost:~/.ssh root# svn info svn+ssh://ajmas@127.0.0.1/Library/svn/ > repositories/development > The authenticity of host '127.0.0.1 (127.0.0.1)' can't be established. > Password: > tcsh: MANPATH: Undefined variable. > dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib > Referenced from: /opt/local/bin/svnserve > Reason: Incompatible library version: svnserve requires version > 7.0.0 or later, but libiconv.2.dylib provides version 5.0.0 > svn: Connection closed unexpectedly > > What should I be doing to get the right version of libiconv? You need to have the libiconv port installed. The current version is 1.11_4. Do you have the libiconv port installed? Check it with "port installed libiconv". Do you have /opt/local/lib/libiconv.2.dylib and does it provide API version 7.0.0? Check it with "otool -L /opt/local/ lib/libiconv.2.dylib" I see that the subversion port is missing some dependencies, including libiconv. Daniel? $ sudo port -t install subversion +mod_dav_svn +no_bdb +tools ---> Fetching subversion ---> Verifying checksum(s) for subversion ---> Extracting subversion ---> Applying patches to subversion ---> Configuring subversion Warning: Target configure has an undeclared dependency on apache2 Warning: Target configure has an undeclared dependency on libiconv Warning: Target configure has an undeclared dependency on p5-pathtools Warning: Target configure has an undeclared dependency on perl5.8 Warning: Target configure has an undeclared dependency on zlib ---> Building subversion with target all mucc Warning: Target build has an undeclared dependency on libiconv Warning: Target build has an undeclared dependency on openssl Warning: Target build has an undeclared dependency on sqlite3 Warning: Target build has an undeclared dependency on zlib ---> Staging subversion into destroot ---> Installing subversion 1.4.3_1+mod_dav_svn+no_bdb+tools ---> Activating subversion 1.4.3_1+mod_dav_svn+no_bdb+tools ---> Cleaning subversion $ From ryandesign at macports.org Sun May 13 23:29:43 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: Failing to upgrade subversion In-Reply-To: <4647FCE6.7060008@fel.cl.nec.co.jp> References: <4647FCE6.7060008@fel.cl.nec.co.jp> Message-ID: <89058595-7EEE-4DC5-A877-EE7F2AA3AD64@macports.org> On May 14, 2007, at 01:08, toru murakami wrote: > DEBUG: invalid command name "configure.cppflags" Is your MacPorts up to date? The current version is 1.4.40. If you have an earlier version of MacPorts, which I think you do, then please "sudo port selfupdate" first. Then try installing subversion again. From jwa at macports.org Sun May 13 23:36:05 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:57 2007 Subject: python24 upgrade fails? In-Reply-To: References: Message-ID: <3C8FA039-407F-407D-AE63-E2D0398AB1D2@macports.org> On 14.5.2007, at 9.13, Michael Dakin wrote: > On Wed May 9 15:34:37 PDT 2007 Weissmann Markus wrote: > > > we already received this error report from another user, but not > with > > the hint about the actual version of the python interpreter in > > $worksrcpath; > > neither Jann nor Elias nor I did encounter this particular error and > > we have been unable to reproduce it so far. > > We're investigating; please throw any hints my way! > > I too have encountered this problem while building Python 2.4 with > MacPorts. > > My Mac's filesystem is case sensitive. > > Mr. Beard, is your filesystem case sensitive? > > There is logic in configure.in (and thus configure) that tests > whether the filesystem is case INsensitive. On most Macs this test > will evaluate to true but on my Mac it will evaluate to false. > Could this difference be the source of the build failure and the > fact that some aspects of the build expect "python.exe" to exist? > > -Michael Dakin > Hi, I think this is being looked into already, but I can confirm this. I am using two systems currently, one is case-insensitive (at work) and the other case-sensitive (at home). On my case-insensitive system the upgrade went smoothly, on the case-sensitive one it failed. This is probably some upstream issue, but I hope it can be patched here. ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From toto at fel.cl.nec.co.jp Mon May 14 00:11:30 2007 From: toto at fel.cl.nec.co.jp (toru murakami) Date: Tue Oct 9 16:42:57 2007 Subject: Failing to upgrade subversion In-Reply-To: <89058595-7EEE-4DC5-A877-EE7F2AA3AD64@macports.org> References: <4647FCE6.7060008@fel.cl.nec.co.jp> <89058595-7EEE-4DC5-A877-EE7F2AA3AD64@macports.org> Message-ID: <46480BA2.5020809@fel.cl.nec.co.jp> Ryan Schmidt wrote: > > On May 14, 2007, at 01:08, toru murakami wrote: > >> DEBUG: invalid command name "configure.cppflags" > > Is your MacPorts up to date? The current version is 1.4.40. If you have > an earlier version of MacPorts, which I think you do, then please "sudo > port selfupdate" first. Then try installing subversion again. > Is MacPorts-1.4.40 source availabe anywhere? -- toru From ryandesign at macports.org Mon May 14 00:20:46 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: Failing to upgrade subversion In-Reply-To: <46480BA2.5020809@fel.cl.nec.co.jp> References: <4647FCE6.7060008@fel.cl.nec.co.jp> <89058595-7EEE-4DC5-A877-EE7F2AA3AD64@macports.org> <46480BA2.5020809@fel.cl.nec.co.jp> Message-ID: On May 14, 2007, at 02:11, toru murakami wrote: > Ryan Schmidt wrote: > >> On May 14, 2007, at 01:08, toru murakami wrote: >>> DEBUG: invalid command name "configure.cppflags" >> Is your MacPorts up to date? The current version is 1.4.40. If you >> have an earlier version of MacPorts, which I think you do, then >> please "sudo port selfupdate" first. Then try installing >> subversion again. > > Is MacPorts-1.4.40 source availabe anywhere? Sure. It's in the repository. You can use Subversion to check it out or export it from: http://trac.macosforge.org/projects/macports/browser/tags/ release_1_4_40/base Then ./configure, make and sudo make install. However, if you already have a version of MacPorts installed, there should be no need to do this manually; "sudo port selfupdate" should take care of everything. From mle+tools at mega-nerd.com Mon May 14 01:47:00 2007 From: mle+tools at mega-nerd.com (Erik de Castro Lopo) Date: Tue Oct 9 16:42:57 2007 Subject: automake-1.10/aclocal? Message-ID: <20070514184700.27262345.mle+tools@mega-nerd.com> Hi people, Anyone know why I'mg etting this: prompt > aclocal-1.10 autom4te: unknown language: Autoconf-without-aclocal-m4 aclocal-1.10: autom4te failed with exit status: 1 Googling doesn't seem to provide any answers. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "Anyone who considers arithmetical methods of producing random digits is, of course, in a state of sin." - John Von Neumann (1951) -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "We have fifty million Muslims in Europe. There are signs that Allah will grant Islam victory in Europe - without swords, without guns, without conquests. The fifty million Muslims of Europe will turn it into a Muslim continent within a few decades." -- Libyan leader Mu'ammar Al-Qadhafi http://www.memritv.org/Transcript.asp?P1=1121 From e_wiemann at gmx.de Mon May 14 04:09:34 2007 From: e_wiemann at gmx.de (Eckhard Wiemann) Date: Tue Oct 9 16:42:57 2007 Subject: pdftk build fails In-Reply-To: <7DD07335-ED75-46A0-9830-52AE488F0882@macports.org> References: <7DD07335-ED75-46A0-9830-52AE488F0882@macports.org> Message-ID: <582F8E91-FD16-4390-B51C-DA628F72FF71@gmx.de> Hallo Ryan, with gcc42 I succeeded in building pdftk. Thanks for answering! Eckhard. From ajmas at sympatico.ca Mon May 14 06:34:23 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion In-Reply-To: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> References: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> Message-ID: On 14-May-07, at 02:19 , Ryan Schmidt wrote: > On May 13, 2007, at 22:15, Andre-John Mas wrote: > >> I am testing out my subversion install, which I had installed with >> MacPorts, >> and I seem to be having an issue: >> >> myhost:~/.ssh root# svn info svn+ssh://ajmas@127.0.0.1/Library/svn/ >> repositories/development >> The authenticity of host '127.0.0.1 (127.0.0.1)' can't be >> established. >> Password: >> tcsh: MANPATH: Undefined variable. >> dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib >> Referenced from: /opt/local/bin/svnserve >> Reason: Incompatible library version: svnserve requires version >> 7.0.0 or later, but libiconv.2.dylib provides version 5.0.0 >> svn: Connection closed unexpectedly >> >> What should I be doing to get the right version of libiconv? > > You need to have the libiconv port installed. The current version > is 1.11_4. Do you have the libiconv port installed? Check it with > "port installed libiconv". Do you have /opt/local/lib/libiconv. > 2.dylib and does it provide API version 7.0.0? Check it with "otool > -L /opt/local/lib/libiconv.2.dylib" > zanniati:/Users/ajmas root# port installed libiconv The following ports are currently installed: libiconv @1.11_4+darwin_8 (active) zanniati:/Users/ajmas root# otool -L /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.2.dylib: /opt/local/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 92.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.9) Andre From ajmas at sympatico.ca Mon May 14 07:31:21 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion In-Reply-To: References: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> Message-ID: <5FF0F18A-EF4F-470C-9F1A-0FDC5F1229C0@sympatico.ca> On 14-May-07, at 09:34 , Andre-John Mas wrote: > > On 14-May-07, at 02:19 , Ryan Schmidt wrote: > >> On May 13, 2007, at 22:15, Andre-John Mas wrote: >> >>> I am testing out my subversion install, which I had installed >>> with MacPorts, >>> and I seem to be having an issue: >>> >>> myhost:~/.ssh root# svn info svn+ssh://ajmas@127.0.0.1/Library/ >>> svn/repositories/development >>> The authenticity of host '127.0.0.1 (127.0.0.1)' can't be >>> established. >>> Password: >>> tcsh: MANPATH: Undefined variable. >>> dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib >>> Referenced from: /opt/local/bin/svnserve >>> Reason: Incompatible library version: svnserve requires version >>> 7.0.0 or later, but libiconv.2.dylib provides version 5.0.0 >>> svn: Connection closed unexpectedly >>> >>> What should I be doing to get the right version of libiconv? >> >> You need to have the libiconv port installed. The current version >> is 1.11_4. Do you have the libiconv port installed? Check it with >> "port installed libiconv". Do you have /opt/local/lib/libiconv. >> 2.dylib and does it provide API version 7.0.0? Check it with >> "otool -L /opt/local/lib/libiconv.2.dylib" >> > > zanniati:/Users/ajmas root# port installed libiconv > The following ports are currently installed: > libiconv @1.11_4+darwin_8 (active) > > zanniati:/Users/ajmas root# otool -L /opt/local/lib/libiconv.2.dylib > /opt/local/lib/libiconv.2.dylib: > /opt/local/lib/libiconv.2.dylib (compatibility version > 7.0.0, current version 7.0.0) > /usr/lib/libmx.A.dylib (compatibility version 1.0.0, > current version 92.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > current version 88.1.9) A little more exploration: zanniati:/Users/ajmas root# otool -L /usr/local/lib/libiconv.2.dylib /usr/local/lib/libiconv.2.dylib: /usr/local/lib/libiconv.2.dylib (compatibility version 4.0.0, current version 4.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 62.0.0) zanniati:/Users/ajmas root# otool -L /usr/lib/libiconv.2.dylib /usr/lib/libiconv.2.dylib: /usr/lib/libiconv.2.dylib (compatibility version 5.0.0, current version 5.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.0.0) zanniati:/Users/ajmas root# otool -L /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.2.dylib: /opt/local/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 92.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.9) Then looking in the .tcshrc of my account on the server I had: setenv DYLD_LIBRARY_PATH /usr/lib:/Library/Java/lib/:. changing this to: setenv DYLD_LIBRARY_PATH /opt/local/lib:/usr/lib:/Library/Java/lib/:. corrected the issue. Thanks for you help. Andre From dluke at geeklair.net Mon May 14 08:01:48 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion In-Reply-To: <5FF0F18A-EF4F-470C-9F1A-0FDC5F1229C0@sympatico.ca> References: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> <5FF0F18A-EF4F-470C-9F1A-0FDC5F1229C0@sympatico.ca> Message-ID: <58511B5C-C428-4489-9F38-F75CAFD1850B@geeklair.net> On May 14, 2007, at 10:31 AM, Andre-John Mas wrote: > setenv DYLD_LIBRARY_PATH /opt/local/lib:/usr/lib:/Library/Java/lib/:. You're best off not setting DYLD_LIBRARY_PATH at all. If you must set one of the DYLD_* environment variables, DYLD_FALLBACK_LIBRARY_PATH is probably what you want to set. -- 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/20070514/28623d00/PGP.bin From dluke at geeklair.net Mon May 14 08:04:53 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion In-Reply-To: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> References: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> Message-ID: <92226496-C124-4A24-8B6D-484AAD6CE09E@geeklair.net> On May 14, 2007, at 2:19 AM, Ryan Schmidt wrote: > I see that the subversion port is missing some dependencies, > including libiconv. Daniel? I guess the current version includes it (IIRC previous versions didn't link it with the svn binary). Of course, apr-util and gettext both require libiconv, so it's probably not a practical problem. I'll update the portfile. > $ sudo port -t install subversion +mod_dav_svn +no_bdb +tools > ---> Fetching subversion > ---> Verifying checksum(s) for subversion > ---> Extracting subversion > ---> Applying patches to subversion > ---> Configuring subversion > Warning: Target configure has an undeclared dependency on apache2 > Warning: Target configure has an undeclared dependency on libiconv > Warning: Target configure has an undeclared dependency on p5-pathtools > Warning: Target configure has an undeclared dependency on perl5.8 > Warning: Target configure has an undeclared dependency on zlib > ---> Building subversion with target all mucc > Warning: Target build has an undeclared dependency on libiconv > Warning: Target build has an undeclared dependency on openssl > Warning: Target build has an undeclared dependency on sqlite3 > Warning: Target build has an undeclared dependency on zlib > ---> Staging subversion into destroot > ---> Installing subversion 1.4.3_1+mod_dav_svn+no_bdb+tools > ---> Activating subversion 1.4.3_1+mod_dav_svn+no_bdb+tools > ---> Cleaning subversion > $ > -- 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/20070514/3a0aaf0a/PGP.bin From s.glendinning.robertson at googlemail.com Mon May 14 08:24:06 2007 From: s.glendinning.robertson at googlemail.com (Stuart Robertson) Date: Tue Oct 9 16:42:57 2007 Subject: error building python24 on mac os x In-Reply-To: References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <62514.216.239.77.142.1178831479.squirrel@turing.ubishops.ca> <913B5859-D4E7-44BA-B6AB-4B498D5B4FDD@gmail.com> <65249.216.239.86.27.1178986397.squirrel@turing.ubishops.ca> Message-ID: <7A867118-4D83-4B8C-A246-C40766913D01@googlemail.com> I've solved my python24 problem after finding the following line in the macports irc logs for April 10 2007 at http://echelog.matzon.dk: "[21:23:41] it's just matter of having quicktime, coreaudio and opengl sdk installed" I'd missed out coreaudio and opengl. Perhaps the wiki should encourage everyone to install all of the developer tools (minus developer docs, all 1.4gb of them) rather than only the x11 bits. Any way python24 builds and duplicity installs, now I just have to figure out how to use it. Stuart On 13 May 2007, at 22:38, Stuart Robertson wrote: > I remain stuck with building python24. I've uninstalled macports, > reinstalled, run selfupdate and tried once again to build python 24 > with " sudo port -v install python24". I've attached the resulting > approx. 650 lines of terminal output rather than include it all > within this message (I hope that's the right thing to do). > > The only things that look like they are causing problems to me are > lines 435 and lines 530-1 (see below). The output ends with 1 > warning at line 652. The lines between 530 and 650 mostly seem to > concern problems with 'mactoolboxglue'. > > line 435 > cc1plus: warning: command line option "-Wstrict-prototypes" is > valid for C/ObjC but not for C++ > > 530-1 > In file included from Python/mactoolboxglue.c:27: > ./Include/pymactoolbox.h:11:33: error: QuickTime/QuickTime.h: No > such file or directory > > 652-3- > Warning: the following items did not execute (for python24): > com.apple.activate com.apple.build com.apple.destroot > com.apple.install > Error: Status 1 encountered during processing. > > I'd like to use rdiff-backup or duplicity, both current ports, but > without python24 I'm stuck. Can anyone tell me whether this seems > to be a difficulty with my system or with the available port of > python24? > > Any help appreciated, > > Stuart > > Imac G5 > 10.4.9 > Xcode 2.4.1 > > > > > On 12 May 2007, at 17:13, Stefan Bruda wrote: > >> Hi, >> >> First of all, sorry for the delay in responding (I have been away >> from my >> machine). >> >> paul beard wrote: >>> >>> On May 10, 2007, at 2:11 PM, Stefan Bruda wrote: >>> >>>> Somebody wants a python.exe... >>> >>> make a link to python in the same directory and see what that gets >>> you. I think that resolves it, though why it happens in the first >>> place is a mystery. >> >> This fixes it alright. It might be that the build process gets >> confused >> by the filesystem (I am using case-sensitive HFS). >> >> Stefan >> >> > From macports-users at mdakin.mailcan.com Mon May 14 09:29:17 2007 From: macports-users at mdakin.mailcan.com (Michael Dakin) Date: Tue Oct 9 16:42:57 2007 Subject: error building python24 on mac os x In-Reply-To: <7A867118-4D83-4B8C-A246-C40766913D01@googlemail.com> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <62514.216.239.77.142.1178831479.squirrel@turing.ubishops.ca> <913B5859-D4E7-44BA-B6AB-4B498D5B4FDD@gmail.com> <65249.216.239.86.27.1178986397.squirrel@turing.ubishops.ca> <7A867118-4D83-4B8C-A246-C40766913D01@googlemail.com> Message-ID: Thanks for bringing this thread to my attention! Mr. Beard's suggestion below worked for me. Here explicitly is what I did: sudo port install python24 Build fails with an error including: /bin/sh: line 1: ../../python.exe: No such file or directory Then I did: cd /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_python24/work/Python-2.4.4 sudo ln -s python python.exe Kicked off another install: sudo port install python24 This 'install' got me a working Python 2.4! Although the install process actually failed during the "Cleaning python24" stage with the following error: ---> Cleaning python24 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_python24/work/Python-2.4.4": no such file or directory while executing "cd $savedir" (procedure "foreachport" line 17) invoked from within "foreachport $portlist { set target $action # If we have a url, use that, since it's most specific # otherwise try to map the portname to a url ..." (procedure "action_target" line 5) invoked from within "$action_proc $action $portlist [array get global_options]" (procedure "process_cmd" line 49) invoked from within "process_cmd $remaining_args" invoked from within "if { [llength $remaining_args] > 0 } { # If there are remaining arguments, process those as a command # Exit immediately, by default, unless we'r..." (file "/opt/local/bin/port" line 2604) The Python 2.4 runs my scripts and works with python-mode and pdb in emacs so I'm happy! Thanks for the help! -Michael Dakin On May 14, 2007, at 11:24 AM, Stuart Robertson wrote: > I've solved my python24 problem after finding the following line in > the macports irc logs for April 10 2007 at http://echelog.matzon.dk: > > "[21:23:41] it's just matter of having quicktime, coreaudio > and opengl sdk installed" > > I'd missed out coreaudio and opengl. Perhaps the wiki should > encourage everyone to install all of the developer tools (minus > developer docs, all 1.4gb of them) rather than only the x11 bits. > > Any way python24 builds and duplicity installs, now I just have to > figure out how to use it. > > Stuart > > > On 13 May 2007, at 22:38, Stuart Robertson wrote: > >> I remain stuck with building python24. I've uninstalled macports, >> reinstalled, run selfupdate and tried once again to build python >> 24 with " sudo port -v install python24". I've attached the >> resulting approx. 650 lines of terminal output rather than include >> it all within this message (I hope that's the right thing to do). >> >> The only things that look like they are causing problems to me are >> lines 435 and lines 530-1 (see below). The output ends with 1 >> warning at line 652. The lines between 530 and 650 mostly seem to >> concern problems with 'mactoolboxglue'. >> >> line 435 >> cc1plus: warning: command line option "-Wstrict-prototypes" is >> valid for C/ObjC but not for C++ >> >> 530-1 >> In file included from Python/mactoolboxglue.c:27: >> ./Include/pymactoolbox.h:11:33: error: QuickTime/QuickTime.h: No >> such file or directory >> >> 652-3- >> Warning: the following items did not execute (for python24): >> com.apple.activate com.apple.build com.apple.destroot >> com.apple.install >> Error: Status 1 encountered during processing. >> >> I'd like to use rdiff-backup or duplicity, both current ports, but >> without python24 I'm stuck. Can anyone tell me whether this seems >> to be a difficulty with my system or with the available port of >> python24? >> >> Any help appreciated, >> >> Stuart >> >> Imac G5 >> 10.4.9 >> Xcode 2.4.1 >> >> >> >> >> On 12 May 2007, at 17:13, Stefan Bruda wrote: >> >>> Hi, >>> >>> First of all, sorry for the delay in responding (I have been away >>> from my >>> machine). >>> >>> paul beard wrote: >>>> >>>> On May 10, 2007, at 2:11 PM, Stefan Bruda wrote: >>>> >>>>> Somebody wants a python.exe... >>>> >>>> make a link to python in the same directory and see what that gets >>>> you. I think that resolves it, though why it happens in the first >>>> place is a mystery. >>> >>> This fixes it alright. It might be that the build process gets >>> confused >>> by the filesystem (I am using case-sensitive HFS). >>> >>> Stefan >>> >>> >> > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From criker at ns-design.com Mon May 14 09:46:44 2007 From: criker at ns-design.com (Christopher Riker) Date: Tue Oct 9 16:42:57 2007 Subject: hicolor-icon-theme checksum failure Message-ID: <673C6042-2C5E-4789-ABFC-915970D81AEF@ns-design.com> I'm receiving checksum failures while trying to install hicolor-icon- theme My error is: > ---> Verifying checksum(s) for hicolor-icon-theme > ---> Checksumming hicolor-icon-theme-0.10.tar.gz > Portfile checksum: hicolor-icon-theme-0.10.tar.gz md5 > 3534f7b8e59785c7d5bfa923e85510a7 > Distfile checksum: hicolor-icon-theme-0.10.tar.gz md5 > bdd79932b340f0cf678136cb56477dd3 > Warning: the following items did not execute (for hicolor-icon- > theme): com.apple.activate com.apple.extract com.apple.checksum > com.apple.patch com.apple.configure com.apple.build > com.apple.destroot com.apple.install I have poked around a bit and found that the source file host, http:// icon-theme.freedesktop.org/wiki/HicolorTheme is reporting this problem at http://gabe.freedesktop.org: > Many of the wikis on freedesktop.org is currently down for > maintenance: we're working to bring all the wikis back up ASAP. > Sorry for the inconvenience. -daniels Which leads me to believe that the checksum problem is resulting because the file is not at the expected location due to maintenance. Am I right in this assumption? Thanks! - Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070514/2c2f5777/attachment.html From macports-users at mdakin.mailcan.com Mon May 14 10:01:18 2007 From: macports-users at mdakin.mailcan.com (Michael Dakin) Date: Tue Oct 9 16:42:57 2007 Subject: hicolor-icon-theme checksum failure In-Reply-To: <673C6042-2C5E-4789-ABFC-915970D81AEF@ns-design.com> References: <673C6042-2C5E-4789-ABFC-915970D81AEF@ns-design.com> Message-ID: <79509875-9251-491A-8028-7A589C19918A@mdakin.mailcan.com> On May 14, 2007, at 12:46 PM, Christopher Riker wrote: > I have poked around a bit and found that the source file host, > http://icon-theme.freedesktop.org/wiki/HicolorTheme is reporting > this problem at http://gabe.freedesktop.org: > >> Many of the wikis on freedesktop.org is currently down for >> maintenance: we're working to bring all the wikis back up ASAP. >> Sorry for the inconvenience. -daniels > > Which leads me to believe that the checksum problem is resulting > because the file is not at the expected location due to maintenance. > > Am I right in this assumption? I encountered a similar problem when installing pkg-config which is also hosted by freedesktop.org. The .tar.gz file MacPorts got from freedesktop.org contained the text of the error message. (You can check your assumption by examining the contents of the file that was downloaded.) I worked around this problem by locating the .tar.gz file on a mirror, manually downloading it and copying it into the proper place and then running the install command again. This worked fine as the mirror's file was identical and thus the checksums matched. -Michael Dakin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070514/a1435f16/attachment.html From ryandesign at macports.org Mon May 14 10:54:13 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: error building python24 on mac os x In-Reply-To: References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <62514.216.239.77.142.1178831479.squirrel@turing.ubishops.ca> <913B5859-D4E7-44BA-B6AB-4B498D5B4FDD@gmail.com> <65249.216.239.86.27.1178986397.squirrel@turing.ubishops.ca> <7A867118-4D83-4B8C-A246-C40766913D01@googlemail.com> Message-ID: <366FCF9E-91D1-4ECF-A8A9-0F3A60E6B28C@macports.org> On May 14, 2007, at 11:29, Michael Dakin wrote: > Although the install process actually failed during the "Cleaning > python24" stage with the following error: > > ---> Cleaning python24 > 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_python24/work/Python-2.4.4": no such file or directory > while executing > "cd $savedir" > (procedure "foreachport" line 17) > invoked from within > "foreachport $portlist { > set target $action > > # If we have a url, use that, since it's most specific > # otherwise try to map the portname to a url > ..." > (procedure "action_target" line 5) > invoked from within > "$action_proc $action $portlist [array get global_options]" > (procedure "process_cmd" line 49) > invoked from within > "process_cmd $remaining_args" > invoked from within > "if { [llength $remaining_args] > 0 } { > > # If there are remaining arguments, process those as a command > > # Exit immediately, by default, unless we'r..." > (file "/opt/local/bin/port" line 2604) This is normal if the directory you were in when you ran the port install command no longer exists when the script finishes. This is the case for the work directory and its contents, which are deleted during the cleaning phase. The error message is harmless; port succeeded doing all it intended to do. If you wish to avoid the message in the future, make sure the directory you execute the port command in will still exist when the port command is done. From ryandesign at macports.org Mon May 14 11:09:09 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: hicolor-icon-theme checksum failure In-Reply-To: <673C6042-2C5E-4789-ABFC-915970D81AEF@ns-design.com> References: <673C6042-2C5E-4789-ABFC-915970D81AEF@ns-design.com> Message-ID: On May 14, 2007, at 11:46, Christopher Riker wrote: > I'm receiving checksum failures while trying to install hicolor- > icon-theme > > My error is: > >> ---> Verifying checksum(s) for hicolor-icon-theme >> ---> Checksumming hicolor-icon-theme-0.10.tar.gz >> Portfile checksum: hicolor-icon-theme-0.10.tar.gz md5 >> 3534f7b8e59785c7d5bfa923e85510a7 >> Distfile checksum: hicolor-icon-theme-0.10.tar.gz md5 >> bdd79932b340f0cf678136cb56477dd3 >> Warning: the following items did not execute (for hicolor-icon- >> theme): com.apple.activate com.apple.extract com.apple.checksum >> com.apple.patch com.apple.configure com.apple.build >> com.apple.destroot com.apple.install > > > I have poked around a bit and found that the source file host, > http://icon-theme.freedesktop.org/wiki/HicolorTheme is reporting > this problem at http://gabe.freedesktop.org: > >> Many of the wikis on freedesktop.org is currently down for >> maintenance: we're working to bring all the wikis back up ASAP. >> Sorry for the inconvenience. -daniels > > > Which leads me to believe that the checksum problem is resulting > because the file is not at the expected location due to maintenance. > > Am I right in this assumption? Parts of freedesktop.org have been down for some time. I have updated the portfile to get the archive from a mirror. Wait 12 hours, then "sudo port sync", then "sudo port clean --work hicolor-icon-theme", then "sudo port install hicolor-icon-theme". If you don't want to wait, you can install it now by downloading the archive yourself and putting it in the right place. Paste these lines into the Terminal. Then you should be able to install hicolor-icon- theme. cd /opt/local/var/db/dports/distfiles sudo mkdir -p hicolor-icon-theme cd hicolor-icon-theme sudo curl -O 'http://www.vg.kernel.org/pub/mirrors/gentoo/source/ distfiles/hicolor-icon-theme-0.10.tar.gz' Make sure the above are on four lines. The last line may wrap in your email client, or may grow an inadvertent space in the middle of the URL, which you'd have to correct. From ryandesign at macports.org Mon May 14 11:24:38 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion In-Reply-To: References: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> Message-ID: <800DE144-3C4F-4731-88CA-1305C264821A@macports.org> On May 14, 2007, at 08:34, Andre-John Mas wrote: > On 14-May-07, at 02:19 , Ryan Schmidt wrote: > >> You need to have the libiconv port installed. The current version >> is 1.11_4. Do you have the libiconv port installed? Check it with >> "port installed libiconv". Do you have /opt/local/lib/libiconv. >> 2.dylib and does it provide API version 7.0.0? Check it with >> "otool -L /opt/local/lib/libiconv.2.dylib" > > zanniati:/Users/ajmas root# port installed libiconv > The following ports are currently installed: > libiconv @1.11_4+darwin_8 (active) > > zanniati:/Users/ajmas root# otool -L /opt/local/lib/libiconv.2.dylib > /opt/local/lib/libiconv.2.dylib: > /opt/local/lib/libiconv.2.dylib (compatibility version > 7.0.0, current version 7.0.0) > /usr/lib/libmx.A.dylib (compatibility version 1.0.0, > current version 92.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > current version 88.1.9) Where the heck is libmx coming from? I get $ otool -L /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.2.dylib: /opt/local/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.7) on PowerPC and $ otool -L /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.2.dylib: /opt/local/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.7) on Intel. From macports-users at mdakin.mailcan.com Mon May 14 12:11:10 2007 From: macports-users at mdakin.mailcan.com (Michael Dakin) Date: Tue Oct 9 16:42:57 2007 Subject: error building python24 on mac os x In-Reply-To: <366FCF9E-91D1-4ECF-A8A9-0F3A60E6B28C@macports.org> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <62514.216.239.77.142.1178831479.squirrel@turing.ubishops.ca> <913B5859-D4E7-44BA-B6AB-4B498D5B4FDD@gmail.com> <65249.216.239.86.27.1178986397.squirrel@turing.ubishops.ca> <7A867118-4D83-4B8C-A246-C40766913D01@googlemail.com> <366FCF9E-91D1-4ECF-A8A9-0F3A60E6B28C@macports.org> Message-ID: <9FABDE25-5293-4B35-8888-E703E7924276@mdakin.mailcan.com> On May 14, 2007, at 1:54 PM, Ryan Schmidt wrote: > This is normal if the directory you were in when you ran the port > install command no longer exists when the script finishes. This is > the case for the work directory and its contents, which are deleted > during the cleaning phase. The error message is harmless; port > succeeded doing all it intended to do. If you wish to avoid the > message in the future, make sure the directory you execute the port > command in will still exist when the port command is done. Thanks for the explanation! -Michael Dakin From ajmas at sympatico.ca Mon May 14 12:34:45 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion In-Reply-To: <800DE144-3C4F-4731-88CA-1305C264821A@macports.org> References: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> <800DE144-3C4F-4731-88CA-1305C264821A@macports.org> Message-ID: <013698E3-6EB4-4C25-AF99-9E9C64CA30BC@sympatico.ca> On 14-May-07, at 14:24 , Ryan Schmidt wrote: > On May 14, 2007, at 08:34, Andre-John Mas wrote: > >> On 14-May-07, at 02:19 , Ryan Schmidt wrote: >> >>> You need to have the libiconv port installed. The current version >>> is 1.11_4. Do you have the libiconv port installed? Check it with >>> "port installed libiconv". Do you have /opt/local/lib/libiconv. >>> 2.dylib and does it provide API version 7.0.0? Check it with >>> "otool -L /opt/local/lib/libiconv.2.dylib" >> >> zanniati:/Users/ajmas root# port installed libiconv >> The following ports are currently installed: >> libiconv @1.11_4+darwin_8 (active) >> >> zanniati:/Users/ajmas root# otool -L /opt/local/lib/libiconv.2.dylib >> /opt/local/lib/libiconv.2.dylib: >> /opt/local/lib/libiconv.2.dylib (compatibility version >> 7.0.0, current version 7.0.0) >> /usr/lib/libmx.A.dylib (compatibility version 1.0.0, >> current version 92.0.0) >> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, >> current version 88.1.9) > > Where the heck is libmx coming from? I get > > $ otool -L /opt/local/lib/libiconv.2.dylib > /opt/local/lib/libiconv.2.dylib: > /opt/local/lib/libiconv.2.dylib (compatibility version > 7.0.0, current version 7.0.0) > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, > current version 1.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > current version 88.1.7) > > on PowerPC and > > $ otool -L /opt/local/lib/libiconv.2.dylib > /opt/local/lib/libiconv.2.dylib: > /opt/local/lib/libiconv.2.dylib (compatibility version > 7.0.0, current version 7.0.0) > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, > current version 1.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > current version 88.3.7) > > on Intel. Wish I could answer that, since on my Intel MacBook Pro I get: s$ otool -L /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.2.dylib: /opt/local/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.4) What is libmx? I find it is installed in /usr/lib. Things are working since I corrected I removed LD_LIBRARY_PATH. Andre From ryandesign at macports.org Mon May 14 13:36:37 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: Trouble with subversion In-Reply-To: <013698E3-6EB4-4C25-AF99-9E9C64CA30BC@sympatico.ca> References: <5404CAEE-5493-479C-9E89-B628F2774A8A@macports.org> <800DE144-3C4F-4731-88CA-1305C264821A@macports.org> <013698E3-6EB4-4C25-AF99-9E9C64CA30BC@sympatico.ca> Message-ID: <3B66283A-5001-4E7B-B2AF-1A426AF322AA@macports.org> On May 14, 2007, at 14:34, Andre-John Mas wrote: > On 14-May-07, at 14:24 , Ryan Schmidt wrote: > >>> zanniati:/Users/ajmas root# otool -L /opt/local/lib/libiconv.2.dylib >>> /opt/local/lib/libiconv.2.dylib: >>> /opt/local/lib/libiconv.2.dylib (compatibility version >>> 7.0.0, current version 7.0.0) >>> /usr/lib/libmx.A.dylib (compatibility version 1.0.0, >>> current version 92.0.0) >>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, >>> current version 88.1.9) >> >> Where the heck is libmx coming from? I get >> >> $ otool -L /opt/local/lib/libiconv.2.dylib >> /opt/local/lib/libiconv.2.dylib: >> /opt/local/lib/libiconv.2.dylib (compatibility version >> 7.0.0, current version 7.0.0) >> /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, >> current version 1.0.0) >> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, >> current version 88.1.7) >> >> on PowerPC and >> >> $ otool -L /opt/local/lib/libiconv.2.dylib >> /opt/local/lib/libiconv.2.dylib: >> /opt/local/lib/libiconv.2.dylib (compatibility version >> 7.0.0, current version 7.0.0) >> /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, >> current version 1.0.0) >> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, >> current version 88.3.7) >> >> on Intel. > > Wish I could answer that, since on my Intel MacBook Pro I get: > > s$ otool -L /opt/local/lib/libiconv.2.dylib > /opt/local/lib/libiconv.2.dylib: > /opt/local/lib/libiconv.2.dylib (compatibility version > 7.0.0, current version 7.0.0) > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, > current version 1.0.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > current version 88.3.4) > > What is libmx? I find it is installed in /usr/lib. Things are > working since I corrected > I removed LD_LIBRARY_PATH. Maybe having LD_LIBRARY_PATH set influenced which libraries it chose to link with at compile time. Whatever. If software that uses libiconv works for you, then I guess it's ok. From rick at alpinenetworking.com Mon May 14 13:39:58 2007 From: rick at alpinenetworking.com (Rick Gigger) Date: Tue Oct 9 16:42:57 2007 Subject: mediawiki In-Reply-To: <84EC2AD7-BBB8-414D-8A46-9A143EB1C554@gmail.com> References: <84EC2AD7-BBB8-414D-8A46-9A143EB1C554@gmail.com> Message-ID: <4648C91E.7010305@alpinenetworking.com> George A. Dowding wrote: > I would like to install mediawiki using postgresql rather than mysql. At > one time there was some useful documentation on creating a local port > tree as well as guidance on writing a portfile. It seems that the site > http://darwinports.opendarwin.org/ that had the documentation is no > longer in existence. Can somebody direct me to where I might find > answers to the questions that I seek? I did this recently, though not with macports. I just downloaded the source from the mediawiki site. There were a few snags I ran into along the way but for the most part the docs on the mediawiki site were enough to get me through it. If that doesn't do it for you let me know. Rick From rick at alpinenetworking.com Mon May 14 14:07:38 2007 From: rick at alpinenetworking.com (Rick Gigger) Date: Tue Oct 9 16:42:57 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <4A6CFC87-CC60-4AD8-BEB4-779E9183F87F@brierdr.com> References: <463FAA9A.2010506@alpinenetworking.com> <463FB7AF.5000200@cogweb.net> <53C2CDBE-45BB-4B80-BF57-30F4B512A1AF@brierdr.com> <4A6CFC87-CC60-4AD8-BEB4-779E9183F87F@brierdr.com> Message-ID: <4648CF9A.1060006@alpinenetworking.com> Jordan K. Hubbard wrote: > > On May 8, 2007, at 5:48 AM, Marc Andr? Selig wrote: > >> I just tried that. It seems not to work quite as anticipated. >> >> $ sudo port mpkg gnucash +guile16 >> >> ... results in port packaging guile instead of guile16, which makes >> the resulting package useless. >> >> It seems as if port mpkg follows the original dependencies specified >> in the port, not those in the variant given, nor even those in the >> default variant. > > I believe you have indeed found a bug! The pkg / mpkg creation code > was written a long time ago and I would not be at all surprised to learn > that it has not kept pace with other changes in macports. The code for > all the packaging procedures lives in macports/base/src/package1.0/ and > represent an excellent learning opportunity / potential contribution for > anyone. :-) So it is possible to create packages with macports but right now there is a bug that is preventing it from correctly tracking dependencies. Is that correct? But once that is fixed I should be able to specify all of the ports that I want installed and have pgk and mpkg files created so that I could just mount an image with these package files on it and install binaries. Is that right? From hahn.seb at web.de Mon May 14 14:14:54 2007 From: hahn.seb at web.de (Sebastian Hahn) Date: Tue Oct 9 16:42:57 2007 Subject: X11-Error installing wireshark, using Apple's X11 Message-ID: <890A8AFB-FA63-4B74-8108-DE6E53DC3654@web.de> Dear list, I've just searched the list archives for a similar problem and came up with http://lists.macosforge.org/pipermail/macports-users/2007- April/002294.html. The error-message I receive is absolutely the same, the only difference is that I'm not actually trying to install XFree86, as I have Apples X11 already installed. I checked /Library/ Receipts, and both the X11User.pkg and the X11SDK.pkg are installed... Can anybody please give me pointer in the right direction? As a side note, I used to have Fink installed on my system, but then removed it following the provided instructions, so I think this should be OK, or is it possible that this is related? Also, I can start /Applications/ Utilities/X11.app without any problems. Thank you! Sebastian -------------- 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/20070514/23e4966f/PGP.bin From maabney2 at yahoo.com Mon May 14 15:11:54 2007 From: maabney2 at yahoo.com (mark abney) Date: Tue Oct 9 16:42:57 2007 Subject: gnuplot without tetex Message-ID: <221141.45490.qm@web38006.mail.mud.yahoo.com> Is there some way to upgrade gnuplot to the current 4.2 without installing tetex? I currently have Tex Live 2007 installed and don't want to have to install a whole new (and outdated) tex. Looking at the gnuplot website I can't tell what the dependency on tex is, besides perhaps to build documentation. If that's the case, surely it could just use my installed tex. When I looked at the portfile it has under depends_libs bin:tex:tetex, which suggests to me that if it finds the binary 'tex' it shouldn't install tetex. For some reason (or maybe I'm just wrong) this doesn't work. Does port run under some restricted environment that prevents it from seeing my full path and so it doesn't find tex? I even tried deleting this line from the dependencies, but that didn't work (and doing a port clean --all gnuplot). So, what can be done to stop port from installing tetex? Mark A ____________________________________________________________________________________Get the free Yahoo! toolbar and rest assured with the added security of spyware protection. http://new.toolbar.yahoo.com/toolbar/features/norton/index.php From ryandesign at macports.org Mon May 14 15:44:06 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: X11-Error installing wireshark, using Apple's X11 In-Reply-To: <890A8AFB-FA63-4B74-8108-DE6E53DC3654@web.de> References: <890A8AFB-FA63-4B74-8108-DE6E53DC3654@web.de> Message-ID: On May 14, 2007, at 16:14, Sebastian Hahn wrote: > I've just searched the list archives for a similar problem and came > up with http://lists.macosforge.org/pipermail/macports-users/2007- > April/002294.html. The error-message I receive is absolutely the > same, the only difference is that I'm not actually trying to > install XFree86, as I have Apples X11 already installed. I checked / > Library/Receipts, and both the X11User.pkg and the X11SDK.pkg are > installed... The error from the above message: On Apr 1, 2007, at 12:12, Fred Bauder wrote: > ---> Installing XFree86 4.5.0_2 > ---> Activating XFree86 4.5.0_2 > Error: Target com.apple.activate returned: Image error: /usr/X11R6/ > bin/appres already exists and does not belong to a registered > port. Unable to activate port XFree86. > Error: Status 1 encountered during processing. So... you're also getting the error message that "/usr/X11R6/bin/ appres already exists and does not belong to a registered port"? What port is being activated at the time? From ajmas at sympatico.ca Mon May 14 15:45:50 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:57 2007 Subject: gpsd, depends on openMotif!? Message-ID: <8DF68743-84AE-4167-AD10-F63E3F87FBC0@sympatico.ca> Hi, I decided to install gpsd and for some strange reason it depends on openMotif. I thought gpsd was meant to be purely command-line daemon. Any reason for the dependency on openMotif? Andre From ansgar at esztermann.de Mon May 14 15:59:21 2007 From: ansgar at esztermann.de (Ansgar Esztermann) Date: Tue Oct 9 16:42:57 2007 Subject: Status of gnome-vfs/Ticket #11680? Message-ID: <20070514225921.GB517@minun.local> Hello everyone, does anyone know what the current status of gnome-vfs is? It does not build unter MacOS 10.3.9 because a patch cannot be applied. Apparently, someone produced a fixed patch, but it does not seem to be part of ports 1.440. Thanks, A. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070515/542b8df2/attachment.bin From jkh at brierdr.com Mon May 14 16:07:15 2007 From: jkh at brierdr.com (Jordan K. Hubbard) Date: Tue Oct 9 16:42:57 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <4648CF9A.1060006@alpinenetworking.com> References: <463FAA9A.2010506@alpinenetworking.com> <463FB7AF.5000200@cogweb.net> <53C2CDBE-45BB-4B80-BF57-30F4B512A1AF@brierdr.com> <4A6CFC87-CC60-4AD8-BEB4-779E9183F87F@brierdr.com> <4648CF9A.1060006@alpinenetworking.com> Message-ID: On May 14, 2007, at 2:07 PM, Rick Gigger wrote: > So it is possible to create packages with macports but right now > there is a bug that is preventing it from correctly tracking > dependencies. Is that correct? > > But once that is fixed I should be able to specify all of the ports > that I want installed and have pgk and mpkg files created so that I > could just mount an image with these package files on it and > install binaries. Is that right? Right. The only question is: Who will fix the bug? :-) - Jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070514/1613148d/attachment.html From landonf at macports.org Mon May 14 18:30:37 2007 From: landonf at macports.org (Landon Fuller) Date: Tue Oct 9 16:42:57 2007 Subject: hosting an internal macports server with binaries In-Reply-To: <53C2CDBE-45BB-4B80-BF57-30F4B512A1AF@brierdr.com> References: <463FAA9A.2010506@alpinenetworking.com> <463FB7AF.5000200@cogweb.net> <53C2CDBE-45BB-4B80-BF57-30F4B512A1AF@brierdr.com> 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/20070514/ad0f32e8/PGP.bin From mbrethen at aim.com Mon May 14 19:52:09 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:57 2007 Subject: subversion install error (file already exists) Message-ID: I get this error when trying to install subversion. The following ports are currently installed: apr @1.2.8_0 (active) frotz @2.43_0 (active) lesstif @0.93.94_0 (active) libid3tag @0.15.1b_0 (active) libmad @0.15.1b_0 (active) libogg @1.1.2_0 libogg @1.1.3_0 (active) libvorbis @1.1.0_0 libvorbis @1.1.2_0 (active) mp3splt @2.1_0 mutella @0.4.3_0 mutella @0.4.5_0 (active) readline @5.0.005_0 readline @5.1.004_0 (active) xephem @3.5.2_0 (active) brethen-familys-Computer:~ marbre$ sudo port install subversion ---> Staging db44 into destroot Error: Target com.apple.destroot returned: error deleting "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_databases_db44/work/destroot/opt/local/share/db44-4.4.20/api_c": file already exists Error: The following dependencies failed to build: apr-util db44 expat libiconv neon gettext openssl zlib Looking for some help with this one. Mark mailto:mbrethen@aim.com From ryandesign at macports.org Mon May 14 20:16:04 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: subversion install error (file already exists) In-Reply-To: References: Message-ID: On May 14, 2007, at 21:52, mark brethen wrote: > I get this error when trying to install subversion. > > The following ports are currently installed: > apr @1.2.8_0 (active) > frotz @2.43_0 (active) > lesstif @0.93.94_0 (active) > libid3tag @0.15.1b_0 (active) > libmad @0.15.1b_0 (active) > libogg @1.1.2_0 > libogg @1.1.3_0 (active) > libvorbis @1.1.0_0 > libvorbis @1.1.2_0 (active) > mp3splt @2.1_0 > mutella @0.4.3_0 > mutella @0.4.5_0 (active) > readline @5.0.005_0 > readline @5.1.004_0 (active) > xephem @3.5.2_0 (active) > brethen-familys-Computer:~ marbre$ sudo port install subversion > ---> Staging db44 into destroot > Error: Target com.apple.destroot returned: error deleting "/opt/ > local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_databases_db44/work/destroot/opt/local/share/db44-4.4.20/ > api_c": file already exists > Error: The following dependencies failed to build: apr-util db44 > expat libiconv neon gettext openssl zlib I don't know why that's happening, but do you really need Berkeley DB? It's generally not required for Subversion. To build without BDB: $ sudo port install apr-util +no_bdb $ sudo port install subversion +no_bdb From mbrethen at aim.com Mon May 14 20:41:23 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:57 2007 Subject: subversion install error (file already exists) In-Reply-To: References: Message-ID: <27fb8bbd0664e0e3f0c3879f3c0fd4d8@aim.com> On May 14, 2007, at 11:16 PM, Ryan Schmidt wrote: > > On May 14, 2007, at 21:52, mark brethen wrote: > >> I get this error when trying to install subversion. >> >> The following ports are currently installed: >> apr @1.2.8_0 (active) >> frotz @2.43_0 (active) >> lesstif @0.93.94_0 (active) >> libid3tag @0.15.1b_0 (active) >> libmad @0.15.1b_0 (active) >> libogg @1.1.2_0 >> libogg @1.1.3_0 (active) >> libvorbis @1.1.0_0 >> libvorbis @1.1.2_0 (active) >> mp3splt @2.1_0 >> mutella @0.4.3_0 >> mutella @0.4.5_0 (active) >> readline @5.0.005_0 >> readline @5.1.004_0 (active) >> xephem @3.5.2_0 (active) >> brethen-familys-Computer:~ marbre$ sudo port install subversion >> ---> Staging db44 into destroot >> Error: Target com.apple.destroot returned: error deleting >> "/opt/local/var/db/dports/build/ >> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ >> dports_databases_db44/work/destroot/opt/local/share/db44-4.4.20/ >> api_c": file already exists >> Error: The following dependencies failed to build: apr-util db44 >> expat libiconv neon gettext openssl zlib > > I don't know why that's happening, but do you really need Berkeley DB? > It's generally not required for Subversion. To build without BDB: > > $ sudo port install apr-util +no_bdb > $ sudo port install subversion +no_bdb > > > A selfupdate solved that problem, but now I get this: ---> Building libiconv with target all Error: Target com.apple.build returned: shell command "cd /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_textproc_libiconv/work/libiconv-1.11 && make -f Makefile.devel" returned error 2 Command output: gcc -O lib/genaliases.c -o genaliases ./genaliases > lib/aliases.gperf 3> canonical.sh 4> canonical_local.sh rm -f genaliases gperf -m 10 lib/aliases.gperf > tmp.h gperf: invalid option -- m Usage: gperf [- cCdDef[num]FGhHiIjkKlLnNorsStTvWZ7] [input-file] Try `gperf --help' for more information. make: *** [lib/aliases.h] Error 1 Any ideas? From hahn.seb at web.de Mon May 14 22:46:38 2007 From: hahn.seb at web.de (Sebastian Hahn) Date: Tue Oct 9 16:42:57 2007 Subject: X11-Error installing wireshark, using Apple's X11 In-Reply-To: References: <890A8AFB-FA63-4B74-8108-DE6E53DC3654@web.de> Message-ID: On May 15, 2007, at 12:44 AM, Ryan Schmidt wrote: > On May 14, 2007, at 16:14, Sebastian Hahn wrote: > >> I've just searched the list archives for a similar problem and >> came up with http://lists.macosforge.org/pipermail/macports-users/ >> 2007-April/002294.html. The error-message I receive is absolutely >> the same, the only difference is that I'm not actually trying to >> install XFree86, as I have Apples X11 already installed. I >> checked /Library/Receipts, and both the X11User.pkg and the >> X11SDK.pkg are installed... > > The error from the above message: > > On Apr 1, 2007, at 12:12, Fred Bauder wrote: > > > ---> Installing XFree86 4.5.0_2 > > ---> Activating XFree86 4.5.0_2 > > Error: Target com.apple.activate returned: Image error: /usr/X11R6/ > > bin/appres already exists and does not belong to a registered > > port. Unable to activate port XFree86. > > Error: Status 1 encountered during processing. > > So... you're also getting the error message that "/usr/X11R6/bin/ > appres already exists and does not belong to a registered port"? > What port is being activated at the time? > Thanks for the reply, I don't know exactly what you mean, this is what I did including output: port install wireshark ---> Fetching expat ---> Attempting to fetch expat-2.0.0.tar.gz from http:// downloads.sourceforge.net/expat ---> Verifying checksum(s) for expat ---> Extracting expat ---> Configuring expat ---> Building expat with target all ---> Staging expat into destroot ---> Installing expat 2.0.0_1 ---> Activating expat 2.0.0_1 ---> Cleaning expat ---> Fetching libiconv ---> Attempting to fetch libiconv-1.11.tar.gz from http:// ftp.gnu.org/gnu/libiconv ---> Verifying checksum(s) for libiconv ---> Extracting libiconv ---> Configuring libiconv ---> Building libiconv with target all ---> Staging libiconv into destroot ---> Installing libiconv 1.11_4+darwin_8 ---> Activating libiconv 1.11_4+darwin_8 ---> Cleaning libiconv ---> Fetching gettext ---> Attempting to fetch gettext-0.16.1.tar.gz from http:// ftp.gnu.org/gnu/gettext ---> Verifying checksum(s) for gettext ---> Extracting gettext ---> Applying patches to gettext ---> Configuring gettext ---> Building gettext with target all ---> Staging gettext into destroot ---> Installing gettext 0.16.1_0 ---> Activating gettext 0.16.1_0 ---> Cleaning gettext ---> Fetching pkgconfig ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// mirror.opensysadmin.com/pkg-config/ ---> Verifying checksum(s) for pkgconfig ---> Extracting pkgconfig ---> Configuring pkgconfig ---> Building pkgconfig with target all ---> Staging pkgconfig into destroot ---> Installing pkgconfig 0.21_0 ---> Activating pkgconfig 0.21_0 ---> Cleaning pkgconfig ---> Fetching glib2 ---> Attempting to fetch glib-2.12.12.tar.bz2 from ftp://ftp.gtk.org/ pub/glib/2.12 ---> Verifying checksum(s) for glib2 ---> Extracting glib2 ---> Applying patches to glib2 ---> Configuring glib2 ---> Building glib2 with target all ---> Staging glib2 into destroot ---> Installing glib2 2.12.12_0 ---> Activating glib2 2.12.12_0 ---> Cleaning glib2 ---> Fetching atk ---> Attempting to fetch atk-1.18.0.tar.bz2 from http:// mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/atk/1.18 ---> Verifying checksum(s) for atk ---> Extracting atk ---> Configuring atk ---> Building atk with target all ---> Staging atk into destroot ---> Installing atk 1.18.0_0 ---> Activating atk 1.18.0_0 ---> Cleaning atk ---> Fetching zlib ---> Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/ ---> Verifying checksum(s) for zlib ---> Extracting zlib ---> Applying patches to zlib ---> Configuring zlib ---> Building zlib with target all ---> Staging zlib into destroot ---> Installing zlib 1.2.3_1 ---> Activating zlib 1.2.3_1 ---> Cleaning zlib ---> Fetching libpng ---> Attempting to fetch libpng-1.2.16.tar.bz2 from http:// downloads.sourceforge.net/libpng ---> Verifying checksum(s) for libpng ---> Extracting libpng ---> Configuring libpng ---> Building libpng with target all ---> Staging libpng into destroot ---> Installing libpng 1.2.16_0+darwin_8 ---> Activating libpng 1.2.16_0+darwin_8 ---> Cleaning libpng ---> Fetching freetype ---> Attempting to fetch freetype-2.3.4.tar.bz2 from http:// download.savannah.gnu.org/releases/freetype/ ---> Verifying checksum(s) for freetype ---> Extracting freetype ---> Applying patches to freetype ---> Configuring freetype ---> Building freetype with target all ---> Staging freetype into destroot ---> Installing freetype 2.3.4_0 ---> Activating freetype 2.3.4_0 ---> Cleaning freetype ---> Fetching fontconfig ---> Attempting to fetch fontconfig-2.4.2.tar.gz from http:// fontconfig.org/release/ ---> Verifying checksum(s) for fontconfig ---> Extracting fontconfig ---> Configuring fontconfig ---> Building fontconfig with target all ---> Staging fontconfig into destroot ---> Installing fontconfig 2.4.2_0+macosx ---> Activating fontconfig 2.4.2_0+macosx ---> Cleaning fontconfig ---> Fetching XFree86 Error: You have an Apple X11 installation already. MacPorts will not overwrite it. If you really want to use XFree86 instead, please move it aside first : sudo mv /usr/X11R6 /usr/X11R6.apple ---> Attempting to fetch XFree86-4.6.0-src-1.tgz from http://ftp- stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/source/ ---> Attempting to fetch XFree86-4.6.0-src-2.tgz from http://ftp- stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/source/ ---> Attempting to fetch XFree86-4.6.0-src-3.tgz from http://ftp- stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/source/ ---> Attempting to fetch XFree86-4.6.0-src-4.tgz from http://ftp- stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/source/ ---> Attempting to fetch XFree86-4.6.0-src-5.tgz from http://ftp- stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/source/ ---> Verifying checksum(s) for XFree86 ---> Extracting XFree86 ---> Applying patches to XFree86 ---> Configuring XFree86 ---> Building XFree86 with target World ---> Staging XFree86 into destroot ---> Installing XFree86 4.6.0_0+macosx ---> Activating XFree86 4.6.0_0+macosx Error: Target com.apple.activate returned: Image error: /usr/X11R6/ bin/appres already exists and does not belong to a registered port. Unable to activate port XFree86. Error: The following dependencies failed to build: gtk2 pango Xft2 xrender XFree86 render cairo tiff jpeg libpcap openssl Error: Status 1 encountered during processing. I hope this helps, as I'm kind of lost. Thanks Sebastian -------------- 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/20070515/b1f665b2/PGP.bin From mcook2 at mts.net Mon May 14 22:48:14 2007 From: mcook2 at mts.net (Michael Cook) Date: Tue Oct 9 16:42:57 2007 Subject: PkgConfig checksum failure Message-ID: <9A7B2ABB-C2A5-45A9-9C5C-02687CE6CD6E@mts.net> I'd been getting this error for the last two or three days - at least since since Friday May 11. At first I figured someone must be working on something and that it would sort itself out when a new version of the file was available. Also, I read somewhere that a mirror gets refreshed weekly(?), but I still kept getting the same as other folks have reported: port install php5 ---> Verifying checksum(s) for pkgconfig Error: Checksum (md5) mismatch for pkg-config-0.21.tar.gz Error: Checksum (sha1) mismatch for pkg-config-0.21.tar.gz Error: Checksum (rmd160) mismatch for pkg-config-0.21.tar.gz Error: Target com.apple.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: curl pkgconfig expat freetype gettext libiconv jpeg libmcrypt libpng libxml2 libxslt mhash pcre tiff Error: Status 1 encountered during processing. This happened twice more just yesterday. Looking at Ryan's post of May 6th, I went to http:// pkgconfig.freedesktop.org, saw pkg-config-0.21.tar.gz at http:// pkgconfig.freedesktop.org/releases/, and was able to download it and un-tar it successfully. I looked in /opt/local/var/db/dports/distfiles/pkgconfig and found the cause of my continuing problem to be a truncated pkg- config-0.21.tar.gz, only 238 bytes in length. I copied the good file to /opt/local/var/db/dports/distfiles/ pkgconfig and now my install seems to be running happily. I'm new to Darwinports/Macports, but have used Fink and Fink Commander quite a bit previously and never had a similar problem. I haven't dug into how Darwinports/Macports works, but I will. Meantime, shouldn't "port install" be able to trap such an error and recover from it by downloading the file again? Michael Cook mcook2@mts.net 204-452-2720 http://www.michaelcook.ca and http://www.skyprod.net From pipping at macports.org Mon May 14 23:37:08 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:42:57 2007 Subject: subversion install error (file already exists) In-Reply-To: <27fb8bbd0664e0e3f0c3879f3c0fd4d8@aim.com> References: <27fb8bbd0664e0e3f0c3879f3c0fd4d8@aim.com> Message-ID: On May 15, 2007, at 5:41 AM, mark brethen wrote: > On May 14, 2007, at 11:16 PM, Ryan Schmidt wrote: > >> >> On May 14, 2007, at 21:52, mark brethen wrote: >> >>> I get this error when trying to install subversion. >>> >>> The following ports are currently installed: >>> apr @1.2.8_0 (active) >>> frotz @2.43_0 (active) >>> lesstif @0.93.94_0 (active) >>> libid3tag @0.15.1b_0 (active) >>> libmad @0.15.1b_0 (active) >>> libogg @1.1.2_0 >>> libogg @1.1.3_0 (active) >>> libvorbis @1.1.0_0 >>> libvorbis @1.1.2_0 (active) >>> mp3splt @2.1_0 >>> mutella @0.4.3_0 >>> mutella @0.4.5_0 (active) >>> readline @5.0.005_0 >>> readline @5.1.004_0 (active) >>> xephem @3.5.2_0 (active) >>> brethen-familys-Computer:~ marbre$ sudo port install subversion >>> ---> Staging db44 into destroot >>> Error: Target com.apple.destroot returned: error deleting "/opt/ >>> local/var/db/dports/build/ >>> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdat >>> e_dports_databases_db44/work/destroot/opt/local/share/db44-4.4.20/ >>> api_c": file already exists >>> Error: The following dependencies failed to build: apr-util db44 >>> expat libiconv neon gettext openssl zlib >> >> I don't know why that's happening, but do you really need Berkeley >> DB? It's generally not required for Subversion. To build without BDB: >> >> $ sudo port install apr-util +no_bdb >> $ sudo port install subversion +no_bdb >> >> >> > > A selfupdate solved that problem, but now I get this: > > ---> Building libiconv with target all > Error: Target com.apple.build returned: shell command "cd /opt/ > local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_textproc_libiconv/work/libiconv-1.11 && make -f > Makefile.devel" returned error 2 > Command output: gcc -O lib/genaliases.c -o genaliases > ./genaliases > lib/aliases.gperf 3> canonical.sh 4> canonical_local.sh > rm -f genaliases > gperf -m 10 lib/aliases.gperf > tmp.h > gperf: invalid option -- m > Usage: gperf [-cCdDef[num] > FGhHiIjkKlLnN unction name>orsStTvWZ7] > [input-file] > Try `gperf --help' for more information. > make: *** [lib/aliases.h] Error 1 > > Any ideas? You're on panther, your gperf is outdated, installing gperf via macports should solve the issue. Regards, Elias Pipping From ryandesign at macports.org Tue May 15 00:02:24 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: PkgConfig checksum failure In-Reply-To: <9A7B2ABB-C2A5-45A9-9C5C-02687CE6CD6E@mts.net> References: <9A7B2ABB-C2A5-45A9-9C5C-02687CE6CD6E@mts.net> Message-ID: <80B3EB1A-F3D6-48D9-BA1D-C355407EA9D6@macports.org> On May 15, 2007, at 00:48, Michael Cook wrote: > I'd been getting this error for the last two or three days - at > least since since Friday May 11. > > At first I figured someone must be working on something and that > it would sort itself out when a new version of the file was > available. Also, I read somewhere that a mirror gets refreshed > weekly(?), but I still kept getting the same as other folks have > reported: > > port install php5 > ---> Verifying checksum(s) for pkgconfig > Error: Checksum (md5) mismatch for pkg-config-0.21.tar.gz > Error: Checksum (sha1) mismatch for pkg-config-0.21.tar.gz > Error: Checksum (rmd160) mismatch for pkg-config-0.21.tar.gz > Error: Target com.apple.checksum returned: Unable to verify file > checksums > Error: The following dependencies failed to build: curl pkgconfig > expat freetype gettext libiconv jpeg libmcrypt libpng libxml2 > libxslt mhash pcre tiff > Error: Status 1 encountered during processing. > > This happened twice more just yesterday. > > Looking at Ryan's post of May 6th, I went to http:// > pkgconfig.freedesktop.org, saw pkg-config-0.21.tar.gz at http:// > pkgconfig.freedesktop.org/releases/, and was able to download it > and un-tar it successfully. > > I looked in /opt/local/var/db/dports/distfiles/pkgconfig and found > the cause of my continuing problem to be a truncated pkg- > config-0.21.tar.gz, only 238 bytes in length. > > I copied the good file to /opt/local/var/db/dports/distfiles/ > pkgconfig and now my install seems to be running happily. > > I'm new to Darwinports/Macports, but have used Fink and Fink > Commander quite a bit previously and never had a similar problem. > I haven't dug into how Darwinports/Macports works, but I will. > > Meantime, shouldn't "port install" be able to trap such an error > and recover from it by downloading the file again? You got a bad download because the pkg-config web site was broken for over a week until it was fixed today. If you consult the FAQ, you will see instructions for how to fix checksum problems if they occur again in the future: http://trac.macosforge.org/projects/macports/wiki/ FAQ#IgetError:checksummd5/sha1/rmd160mismatchforport.WhatcanIdoaboutit Reason #1 applies in your case. "sudo port clean --dist pkgconfig" followed by "sudo port install pkgconfig" would attempt the download again. It might not be a bad idea for MacPorts to automatically try to download again if it encounters an existing distfile with a bad checksum. Related: if MacPorts downloads a file with a bad checksum, and there are multiple master_sites, might it not be a good idea for it to try to download it from some of the other master_sites to see if maybe they have a correct archive? From ryandesign at macports.org Tue May 15 00:12:25 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:57 2007 Subject: X11-Error installing wireshark, using Apple's X11 In-Reply-To: References: <890A8AFB-FA63-4B74-8108-DE6E53DC3654@web.de> Message-ID: On May 15, 2007, at 00:46, Sebastian Hahn wrote: > On May 15, 2007, at 12:44 AM, Ryan Schmidt wrote: > >> On May 14, 2007, at 16:14, Sebastian Hahn wrote: >> >>> I've just searched the list archives for a similar problem and >>> came up with http://lists.macosforge.org/pipermail/macports-users/ >>> 2007-April/002294.html. The error-message I receive is absolutely >>> the same, the only difference is that I'm not actually trying to >>> install XFree86, as I have Apples X11 already installed. I >>> checked /Library/Receipts, and both the X11User.pkg and the >>> X11SDK.pkg are installed... >> >> The error from the above message: >> >> On Apr 1, 2007, at 12:12, Fred Bauder wrote: >> >> > ---> Installing XFree86 4.5.0_2 >> > ---> Activating XFree86 4.5.0_2 >> > Error: Target com.apple.activate returned: Image error: /usr/X11R6/ >> > bin/appres already exists and does not belong to a registered >> > port. Unable to activate port XFree86. >> > Error: Status 1 encountered during processing. >> >> So... you're also getting the error message that "/usr/X11R6/bin/ >> appres already exists and does not belong to a registered port"? >> What port is being activated at the time? > > Thanks for the reply, I don't know exactly what you mean, this is > what I did including output: > > port install wireshark [snip] > ---> Fetching XFree86 > > Error: > You have an Apple X11 installation already. > MacPorts will not overwrite it. > > If you really want to use XFree86 instead, > please move it aside first : > > sudo mv /usr/X11R6 /usr/X11R6.apple > > ---> Attempting to fetch XFree86-4.6.0-src-1.tgz from http://ftp- > stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ > source/ > ---> Attempting to fetch XFree86-4.6.0-src-2.tgz from http://ftp- > stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ > source/ > ---> Attempting to fetch XFree86-4.6.0-src-3.tgz from http://ftp- > stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ > source/ > ---> Attempting to fetch XFree86-4.6.0-src-4.tgz from http://ftp- > stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ > source/ > ---> Attempting to fetch XFree86-4.6.0-src-5.tgz from http://ftp- > stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ > source/ > ---> Verifying checksum(s) for XFree86 > ---> Extracting XFree86 > ---> Applying patches to XFree86 > ---> Configuring XFree86 > ---> Building XFree86 with target World > ---> Staging XFree86 into destroot > ---> Installing XFree86 4.6.0_0+macosx > ---> Activating XFree86 4.6.0_0+macosx > Error: Target com.apple.activate returned: Image error: /usr/X11R6/ > bin/appres already exists and does not belong to a registered > port. Unable to activate port XFree86. > Error: The following dependencies failed to build: gtk2 pango Xft2 > xrender XFree86 render cairo tiff jpeg libpcap openssl > Error: Status 1 encountered during processing. Oh, so you meant you're not *intentionally* installing XFree86. You are, however, still installing XFree86, and it is the attempted activation of XFree86 that is producing the error message. Yves: It's unfortunate that it prints out a friendly message explaining why XFree86 will not work, but then proceeds to download and compile the universe anyway and finally ends with the hard-to- understand error message anyway. It would be better for it to exit after discovering and informing the user about the initial problem. Sebastian: Do you have /usr/X11R6/lib/libX11.6.dylib? I believe that's the file that's being looked for by the ports you're installing, and it should be there as part of Apple's X11. If it's not there, reinstall X11User.pkg and X11SDK.pkg. I know you said you already have them installed, but maybe the installation got damaged somehow. Reinstalling from the original packages would ensure it's working correctly. Unless you want to use XFree86 instead, which you could do. In that case, do what the message says and move /usr/X11R6 out of the way first, or delete it. If you go this route, delete the X11 receipts too, and X11.app. From rhwood at mac.com Tue May 15 03:04:58 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:42:57 2007 Subject: Status of gnome-vfs/Ticket #11680? In-Reply-To: <20070514225921.GB517@minun.local> References: <20070514225921.GB517@minun.local> Message-ID: <39298584-55B8-4AE6-ABD4-619958CD6397@mac.com> If you wait about 12 hours, the following command should fix this problem: sudo port sync ; sudo port clean gnome-vfs ; sudo port install gnome-vfs On 14 May 2007, at 18:59, Ansgar Esztermann wrote: > Hello everyone, > > does anyone know what the current status of gnome-vfs is? It does not > build unter MacOS 10.3.9 because a patch cannot be applied. > Apparently, someone produced a fixed patch, but it does not seem to be > part of ports 1.440. > > Thanks, > > A. > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From rhwood at mac.com Tue May 15 03:43:47 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:42:57 2007 Subject: Status of gnome-vfs/Ticket #11680? In-Reply-To: <39298584-55B8-4AE6-ABD4-619958CD6397@mac.com> References: <20070514225921.GB517@minun.local> <39298584-55B8-4AE6-ABD4-619958CD6397@mac.com> Message-ID: Although I also just upgraded gnome-vfs to 2.18.1. Please let me know if 2.18.1 installs on 10.3.9 or not and we'll work on fixing it. On 15 May 2007, at 06:04, Randall Wood wrote: > If you wait about 12 hours, the following command should fix this > problem: > > sudo port sync ; sudo port clean gnome-vfs ; sudo port install > gnome-vfs > > On 14 May 2007, at 18:59, Ansgar Esztermann wrote: > >> Hello everyone, >> >> does anyone know what the current status of gnome-vfs is? It does not >> build unter MacOS 10.3.9 because a patch cannot be applied. >> Apparently, someone produced a fixed patch, but it does not seem >> to be >> part of ports 1.440. >> >> Thanks, >> >> A. >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > > > > Randall Wood > rhwood@mac.com > http://shyramblings.blogspot.com > > "The rules are simple: The ball is round. The game lasts 90 > minutes. All the > rest is just philosophy." > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From chuck at chuckandmaggi.com Tue May 15 04:20:47 2007 From: chuck at chuckandmaggi.com (Charles White) Date: Tue Oct 9 16:42:57 2007 Subject: GCC fails to install Message-ID: <5E429672-BF8A-4D97-9B83-744840D1BD58@chuckandmaggi.com> 1) I'm trying to install the latest stable version of GCC. Since gcc42 downloads from a 'prereleases' directory, I will focus on gcc41. Note that I've tried to install every available version of gcc and none of them have installed for me. 2) The target computer is an iMac with a 2 GHz Core Duo processor. 3) My eventual goal is to install R for statistical computing. 4) Terminal output from my last session follows my signature. 5) I'd appreciate some help. Thanks! Chuck charles-whites-computer:~ hopoie$ sudo port install gcc41 ---> Fetching gcc41 ---> Attempting to fetch gcc-core-4.1.2.tar.bz2 from ftp:// ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-4.1.2/ ---> Attempting to fetch gcc-fortran-4.1.2.tar.bz2 from ftp:// ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-4.1.2/ ---> Attempting to fetch gcc-g++-4.1.2.tar.bz2 from ftp:// ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-4.1.2/ ---> Attempting to fetch gcc-java-4.1.2.tar.bz2 from ftp:// ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-4.1.2/ ---> Attempting to fetch gcc-objc-4.1.2.tar.bz2 from ftp:// ftp.funet.fi/pub/mirrors/sources.redhat.com/pub/gcc/releases/gcc-4.1.2/ ---> Verifying checksum(s) for gcc41 ---> Extracting gcc41 ---> Applying patches to gcc41 ---> Configuring gcc41 ---> Building gcc41 with target profiledbootstrap Error: Target com.apple.build returned: shell command " cd "/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build" && make profiledbootstrap " returned error 2 Command output: ln -s /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/config/io/ basic_file_stdio.cc ./basic_file.cc || true /bin/sh ../libtool --tag CXX --mode=compile /opt/local/var/db/dports/ build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc/xgcc -shared-libgcc -B/opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc -nostdinc++ -L/opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/src -L/ opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ src/.libs -B/opt/local/i386-apple-darwin8.9.1/bin/ -B/opt/local/i386- apple-darwin8.9.1/lib/ -isystem /opt/local/i386-apple-darwin8.9.1/ include -isystem /opt/local/i386-apple-darwin8.9.1/sys-include -I/ opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include/i386-apple-darwin8.9.1 -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/libsupc++ -O2 -fno- implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual - fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c -o basic_file.lo basic_file.cc /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc/xgcc -shared-libgcc -B/opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc -nostdinc++ -L/opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/src -L/ opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ src/.libs -B/opt/local/i386-apple-darwin8.9.1/bin/ -B/opt/local/i386- apple-darwin8.9.1/lib/ -isystem /opt/local/i386-apple-darwin8.9.1/ include -isystem /opt/local/i386-apple-darwin8.9.1/sys-include -I/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include/i386-apple-darwin8.9.1 -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/libsupc++ -O2 -fno- implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual - fdiagnostics-show-location=once -ffunction-sections -fdata-sections - c basic_file.cc -fno-common -DPIC -o .libs/basic_file.o /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc/xgcc -shared-libgcc -B/opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc -nostdinc++ -L/opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/src -L/ opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ src/.libs -B/opt/local/i386-apple-darwin8.9.1/bin/ -B/opt/local/i386- apple-darwin8.9.1/lib/ -isystem /opt/local/i386-apple-darwin8.9.1/ include -isystem /opt/local/i386-apple-darwin8.9.1/sys-include -I/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include/i386-apple-darwin8.9.1 -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/libsupc++ -O2 -fno- implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual - fdiagnostics-show-location=once -ffunction-sections -fdata-sections - c basic_file.cc -o basic_file.o >/dev/null 2>&1 ln -s /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/config/locale/generic/ c_locale.cc ./c++locale.cc || true /bin/sh ../libtool --tag CXX --mode=compile /opt/local/var/db/dports/ build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc/xgcc -shared-libgcc -B/opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc -nostdinc++ -L/opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/src -L/ opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ src/.libs -B/opt/local/i386-apple-darwin8.9.1/bin/ -B/opt/local/i386- apple-darwin8.9.1/lib/ -isystem /opt/local/i386-apple-darwin8.9.1/ include -isystem /opt/local/i386-apple-darwin8.9.1/sys-include -I/ opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include/i386-apple-darwin8.9.1 -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/libsupc++ -O2 -fno- implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual - fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c -o c++locale.lo c++locale.cc /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc/xgcc -shared-libgcc -B/opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc -nostdinc++ -L/opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/src -L/ opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ src/.libs -B/opt/local/i386-apple-darwin8.9.1/bin/ -B/opt/local/i386- apple-darwin8.9.1/lib/ -isystem /opt/local/i386-apple-darwin8.9.1/ include -isystem /opt/local/i386-apple-darwin8.9.1/sys-include -I/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include/i386-apple-darwin8.9.1 -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/libsupc++ -O2 -fno- implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual - fdiagnostics-show-location=once -ffunction-sections -fdata-sections - c c++locale.cc -fno-common -DPIC -o .libs/c++locale.o /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc/xgcc -shared-libgcc -B/opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/./gcc -nostdinc++ -L/opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/src -L/ opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ src/.libs -B/opt/local/i386-apple-darwin8.9.1/bin/ -B/opt/local/i386- apple-darwin8.9.1/lib/ -isystem /opt/local/i386-apple-darwin8.9.1/ include -isystem /opt/local/i386-apple-darwin8.9.1/sys-include -I/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include/i386-apple-darwin8.9.1 -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/build/i386-apple-darwin8.9.1/libstdc++-v3/ include -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/libsupc++ -O2 -fno- implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual - fdiagnostics-show-location=once -ffunction-sections -fdata-sections - c c++locale.cc -o c++locale.o >/dev/null 2>&1 cp /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/config/linker-map.gnu ./ libstdc++-symbol.ver if test "x" != x; then \ sed -n '1,/DO NOT DELETE/p' libstdc++-symbol.ver > tmp.top; \ sed -n '/DO NOT DELETE/,$p' libstdc++-symbol.ver > tmp.bottom; \ cat tmp.top tmp.bottom > libstdc++-symbol.ver; \ rm tmp.top tmp.bottom; \ fi perl /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/scripts/make_exports.pl \ libstdc++-symbol.ver \ .libs/bitmap_allocator.o .libs/pool_allocator.o .libs/ mt_allocator.o .libs/codecvt.o .libs/compatibility.o .libs/ complex_io.o .libs/ctype.o .libs/debug.o .libs/debug_list.o .libs/ functexcept.o .libs/globals_locale.o .libs/globals_io.o .libs/ ios.o .libs/ios_failure.o .libs/ios_init.o .libs/ios_locale.o .libs/ limits.o .libs/list.o .libs/locale.o .libs/locale_init.o .libs/ locale_facets.o .libs/localename.o .libs/stdexcept.o .libs/ strstream.o .libs/tree.o .libs/allocator-inst.o .libs/concept- inst.o .libs/fstream-inst.o .libs/ext-inst.o .libs/ios-inst.o .libs/ iostream-inst.o .libs/istream-inst.o .libs/istream.o .libs/locale- inst.o .libs/locale-misc-inst.o .libs/misc-inst.o .libs/ostream- inst.o .libs/sstream-inst.o .libs/streambuf-inst.o .libs/ streambuf.o .libs/string-inst.o .libs/valarray-inst.o .libs/wlocale- inst.o .libs/wstring-inst.o .libs/atomicity.o .libs/ codecvt_members.o .libs/collate_members.o .libs/ctype_members.o .libs/ messages_members.o .libs/monetary_members.o .libs/ numeric_members.o .libs/time_members.o .libs/basic_file.o .libs/c+ +locale.o \ `echo ../libmath/libmath.la ../libsupc++/libsupc++convenience.la | \ sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \ > libstdc++-symbol.explist || (rm -f libstdc++-symbol.explist ; exit 1) nm -P .libs/bitmap_allocator.o .libs/pool_allocator.o .libs/ mt_allocator.o .libs/codecvt.o .libs/compatibility.o .libs/ complex_io.o .libs/ctype.o .libs/debug.o .libs/debug_list.o .libs/ functexcept.o .libs/globals_locale.o .libs/globals_io.o .libs/ ios.o .libs/ios_failure.o .libs/ios_init.o .libs/ios_locale.o .libs/ limits.o .libs/list.o .libs/locale.o .libs/locale_init.o .libs/ locale_facets.o .libs/localename.o .libs/stdexcept.o .libs/ strstream.o .libs/tree.o .libs/allocator-inst.o .libs/concept- inst.o .libs/fstream-inst.o .libs/ext-inst.o .libs/ios-inst.o .libs/ iostream-inst.o .libs/istream-inst.o .libs/istream.o .libs/locale- inst.o .libs/locale-misc-inst.o .libs/misc-inst.o .libs/ostream- inst.o .libs/sstream-inst.o .libs/streambuf-inst.o .libs/ streambuf.o .libs/string-inst.o .libs/valarray-inst.o .libs/wlocale- inst.o .libs/wstring-inst.o .libs/atomicity.o .libs/ codecvt_members.o .libs/collate_members.o .libs/ctype_members.o .libs/ messages_members.o .libs/monetary_members.o .libs/ numeric_members.o .libs/time_members.o .libs/basic_file.o .libs/c+ +locale.o ../libmath/.libs/libmath.a ../libsupc++/.libs/libsupc+ +convenience.a|nm: no name list nm: no name list nm error at /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/scripts/make_exports.pl line 130. make[5]: *** [libstdc++-symbol.explist] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-target-libstdc++-v3] Error 2 make[1]: *** [all] Error 2 make: *** [profiledbootstrap] Error 2 Error: Status 1 encountered during processing. charles-whites-computer:~ hopoie$ From ajmas at sympatico.ca Tue May 15 07:51:29 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:42:57 2007 Subject: gpsd, depends on openMotif!? In-Reply-To: <8DF68743-84AE-4167-AD10-F63E3F87FBC0@sympatico.ca> References: <8DF68743-84AE-4167-AD10-F63E3F87FBC0@sympatico.ca> Message-ID: <0BFC62A0-31DA-4E73-83E4-621954C40ABC@sympatico.ca> On 14-May-07, at 18:45 , Andre-John Mas wrote: > Hi, > > I decided to install gpsd and for some strange reason it > depends on openMotif. I thought gpsd was meant to be > purely command-line daemon. Any reason for the dependency > on openMotif? I ended up getting Gpsd manually and building it myself. Definitely no need for X11 for this. Andre From william at gallaf.net Tue May 15 08:48:05 2007 From: william at gallaf.net (William Gallafent) Date: Tue Oct 9 16:42:57 2007 Subject: Problem with universal variant of jpeg ... Message-ID: <200705151648.05846.william@gallaf.net> Hi, I previously had the standard variant of jpeg installed, but wanted to upgrade to universal, for testing some software targetting both architectures. So, I typed 'sudo port install jpeg +universal', which apparently worked, but strangely only the static library is universal, the dylib is i386 only: humber:~ williamg$ file /opt/local/lib/libjpeg.62.0.0.dylib /opt/local/lib/libjpeg.62.0.0.dylib: Mach-O dynamically linked shared library i386 humber:~ williamg$ file /opt/local/lib/libjpeg.a /opt/local/lib/libjpeg.a: Mach-O universal binary with 2 architectures /opt/local/lib/libjpeg.a (for architecture i386): current ar archive random library /opt/local/lib/libjpeg.a (for architecture ppc): current ar archive I did a little bit of fiddling with the Portfile, which didn't help, and I'd now like to completely clean jpeg (including the source directory) and start again from scratch without jpeg installed, to see if it works correctly from a clean starting point (rather than from a different variant being installed to start with). 'sudo port uninstall jpeg' doesn't work because there are many dependent packages. Is there a way to force the uninstall so that I can install jpeg+universal from a clean slate? Is the universal variant of libjpeg known to be broken in this way, or have I screwed something up in my system? Thanks, -- Bill Gallafent. From jberry at macports.org Tue May 15 09:42:24 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:57 2007 Subject: MacPorts Web App (mpwa) online for initial testing. Message-ID: <283B51BF-1B88-4B4C-98FD-EFD1777B7012@macports.org> The MacPorts Web App (mpwa) is online for some initial testing at http://db.macports.org/ This is the start of a vision for a more comprehensive online repository for ports. Please see some of my sketchy documentation at: http://svn.macports.org/repository/macports/users/jberry/mpwa/doc/ design.txt and http://svn.macports.org/repository/macports/users/jberry/mpwa/ doc/portpkg-design.txt To quote from the design document, my goals for mpwa are: Goals: - Develop a network-reachable port storage mechanism - Allow for ad-hoc submission of new ports/revisions by any user - Since users may submit ports and make them available, port availability is not held up for review by committers. Committers may provide special status to approved ports. - All submissions and versions should always remain network reachable so that old versions may be installed and/or reviewed. - Allow for storage of meta information with such a submission: - Submitter - Comments by various users - Build status - (potentially binaries) - etc. - Allow for promotion of such a submission to a special status (stable, whatever) by the port maintainer or other official personnel. Note that what is visible today is not a complete implementation. The following things are implemented, for the most part: - port submit, to submit a port to the repository. - autosubmit, a script I've been running which auto submits svn checkins after they've been given a chance to stabilize. - mpwa web frontend to browse and view ports and port information. The following is not yet implemented: - A handler for the application/vnd.macports.portpkg mime-type to make it easy to download and use a given portpkg. - Any sort of local support for ports by http: url. - port get, to get a particular port and use it locally - Any remote indexing or query support - User accounts - User created tags - Signing of submissions by submitters - Support for dependencies - Nicer css design and information layout. Your feedback or help on the project is desired. In particular, if somebody want so put in a little work on the css and templates, that would be great. James From hahn.seb at web.de Tue May 15 10:01:11 2007 From: hahn.seb at web.de (Sebastian Hahn) Date: Tue Oct 9 16:42:57 2007 Subject: X11-Error installing wireshark, using Apple's X11 In-Reply-To: References: <890A8AFB-FA63-4B74-8108-DE6E53DC3654@web.de> Message-ID: On May 15, 2007, at 9:12 AM, Ryan Schmidt wrote: > > On May 15, 2007, at 00:46, Sebastian Hahn wrote: > >> On May 15, 2007, at 12:44 AM, Ryan Schmidt wrote: >> >>> On May 14, 2007, at 16:14, Sebastian Hahn wrote: >>> >>>> I've just searched the list archives for a similar problem and >>>> came up with http://lists.macosforge.org/pipermail/macports- >>>> users/2007-April/002294.html. The error-message I receive is >>>> absolutely the same, the only difference is that I'm not >>>> actually trying to install XFree86, as I have Apples X11 already >>>> installed. I checked /Library/Receipts, and both the X11User.pkg >>>> and the X11SDK.pkg are installed... >>> >>> The error from the above message: >>> >>> On Apr 1, 2007, at 12:12, Fred Bauder wrote: >>> >>> > ---> Installing XFree86 4.5.0_2 >>> > ---> Activating XFree86 4.5.0_2 >>> > Error: Target com.apple.activate returned: Image error: /usr/ >>> X11R6/ >>> > bin/appres already exists and does not belong to a registered >>> > port. Unable to activate port XFree86. >>> > Error: Status 1 encountered during processing. >>> >>> So... you're also getting the error message that "/usr/X11R6/bin/ >>> appres already exists and does not belong to a registered port"? >>> What port is being activated at the time? >> >> Thanks for the reply, I don't know exactly what you mean, this is >> what I did including output: >> >> port install wireshark > > [snip] > >> ---> Fetching XFree86 >> >> Error: >> You have an Apple X11 installation already. >> MacPorts will not overwrite it. >> >> If you really want to use XFree86 instead, >> please move it aside first : >> >> sudo mv /usr/X11R6 /usr/X11R6.apple >> >> ---> Attempting to fetch XFree86-4.6.0-src-1.tgz from http://ftp- >> stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ >> source/ >> ---> Attempting to fetch XFree86-4.6.0-src-2.tgz from http://ftp- >> stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ >> source/ >> ---> Attempting to fetch XFree86-4.6.0-src-3.tgz from http://ftp- >> stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ >> source/ >> ---> Attempting to fetch XFree86-4.6.0-src-4.tgz from http://ftp- >> stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ >> source/ >> ---> Attempting to fetch XFree86-4.6.0-src-5.tgz from http://ftp- >> stud.fht-esslingen.de/pub/Mirrors/ftp.xfree86.org/XFree86/4.6.0/ >> source/ >> ---> Verifying checksum(s) for XFree86 >> ---> Extracting XFree86 >> ---> Applying patches to XFree86 >> ---> Configuring XFree86 >> ---> Building XFree86 with target World >> ---> Staging XFree86 into destroot >> ---> Installing XFree86 4.6.0_0+macosx >> ---> Activating XFree86 4.6.0_0+macosx >> Error: Target com.apple.activate returned: Image error: /usr/X11R6/ >> bin/appres already exists and does not belong to a registered >> port. Unable to activate port XFree86. >> Error: The following dependencies failed to build: gtk2 pango Xft2 >> xrender XFree86 render cairo tiff jpeg libpcap openssl >> Error: Status 1 encountered during processing. > > Oh, so you meant you're not *intentionally* installing XFree86. You > are, however, still installing XFree86, and it is the attempted > activation of XFree86 that is producing the error message. > > Yves: It's unfortunate that it prints out a friendly message > explaining why XFree86 will not work, but then proceeds to download > and compile the universe anyway and finally ends with the hard-to- > understand error message anyway. It would be better for it to exit > after discovering and informing the user about the initial problem. > > Sebastian: Do you have /usr/X11R6/lib/libX11.6.dylib? I believe > that's the file that's being looked for by the ports you're > installing, and it should be there as part of Apple's X11. If it's > not there, reinstall X11User.pkg and X11SDK.pkg. I know you said > you already have them installed, but maybe the installation got > damaged somehow. Reinstalling from the original packages would > ensure it's working correctly. > > Unless you want to use XFree86 instead, which you could do. In that > case, do what the message says and move /usr/X11R6 out of the way > first, or delete it. If you go this route, delete the X11 receipts > too, and X11.app. > Hi Ryan, I'd rather not install XFree86, as I'm using Apple's X11 for other things as well, and I'd hate to somehow mess that up... The libX11.6.dylib is present on my system, and it's also not zero size (I checked for the obvious "damaged file"-case)... Where can I get the most current X11User.pkg and X11SDK.pkg-files from? Thanks Sebastian -------------- 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/20070515/c84d0ae6/PGP.bin From ehainry at free.fr Tue May 15 10:11:28 2007 From: ehainry at free.fr (Emmanuel Hainry) Date: Tue Oct 9 16:42:57 2007 Subject: per user configuration in macports Message-ID: <20070515171128.GA7057@velsheda.lateralis.org> Dear list, Since a few weeks (around release 1.4.0 I think), there are discussions about a ~/.macports directory (sometimes because no $HOME is defined, sometimes because this directory was created with permissions disabling the user to access it). I do not really understand what it stands for. Pardon me for not reading all release notes... Is it possible to have multiple users using port with different options on the same machine, possibly installing in distinct locations? Is it possible to have macports behave correctly with user rights hence the fact that configuration may belong to the user instead of root or global config files? (I am quite certain the answer to this one is no since creating users and groups (pgsql for example) needs administrator rights). And the real question : Is there any reason to have options in a user directory rather than global options located in /etc or better ${prefix}/etc as it has always been? Best, Emmanuel -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070515/4f4c7350/attachment.bin From mas at macports.org Tue May 15 10:47:41 2007 From: mas at macports.org (=?ISO-8859-1?Q?Marc_Andr=E9_Selig?=) Date: Tue Oct 9 16:42:57 2007 Subject: GCC fails to install In-Reply-To: <5E429672-BF8A-4D97-9B83-744840D1BD58@chuckandmaggi.com> References: <5E429672-BF8A-4D97-9B83-744840D1BD58@chuckandmaggi.com> Message-ID: On 5/15/07, Charles White wrote: > 3) My eventual goal is to install R for statistical computing. I realize this may be besides the point, but there is a binary distribution of R for OS X (including an Aqua interface) available from http://cran.r-project.org. If your main goal is just to use R, this might save you some hassle. Regards, Marc From mjijackson at gmail.com Tue May 15 11:23:04 2007 From: mjijackson at gmail.com (Michael Jackson) Date: Tue Oct 9 16:42:57 2007 Subject: MacPorts Web App (mpwa) online for initial testing. In-Reply-To: <283B51BF-1B88-4B4C-98FD-EFD1777B7012@macports.org> References: <283B51BF-1B88-4B4C-98FD-EFD1777B7012@macports.org> Message-ID: <93CFA4E4-EBC3-4A40-9CF9-75F65AF9BE45@gmail.com> On May 15, 2007, at 10:42 AM, James Berry wrote: > The MacPorts Web App (mpwa) is online for some initial testing at > http://db.macports.org/ > > This is the start of a vision for a more comprehensive online > repository for ports. Please see some of my sketchy documentation at: > > http://svn.macports.org/repository/macports/users/jberry/mpwa/doc/ > design.txt > and http://svn.macports.org/repository/macports/users/jberry/mpwa/ > doc/portpkg-design.txt > > To quote from the design document, my goals for mpwa are: > > Goals: > > - Develop a network-reachable port storage mechanism > > - Allow for ad-hoc submission of new ports/revisions by any user > > - Since users may submit ports and make them available, port > availability > is not held up for review by committers. Committers may provide > special status > to approved ports. > > - All submissions and versions should always remain network reachable > so that old versions may be installed and/or reviewed. > > - Allow for storage of meta information with such a submission: > - Submitter > - Comments by various users > - Build status > - (potentially binaries) > - etc. > > - Allow for promotion of such a submission to a special status > (stable, whatever) > by the port maintainer or other official personnel. > > Note that what is visible today is not a complete implementation. > The following things are implemented, for the most part: > > - port submit, to submit a port to the repository. > - autosubmit, a script I've been running which auto submits svn > checkins after they've been given a chance to stabilize. > - mpwa web frontend to browse and view ports and port information. > > The following is not yet implemented: > > - A handler for the application/vnd.macports.portpkg mime-type to > make it easy to download and use a given portpkg. > - Any sort of local support for ports by http: url. > - port get, to get a particular port and use it locally > - Any remote indexing or query support > - User accounts > - User created tags > - Signing of submissions by submitters > - Support for dependencies > - Nicer css design and information layout. > > Your feedback or help on the project is desired. In particular, if > somebody want so put in a little work on the css and templates, > that would be great. > > James James, Looks great! Can't wait to see this up and running. I would be more than willing to help out on the design/css layout if I had some mockups or some kind of idea where to go with it. Michael -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2452 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070515/818414e7/smime.bin From ryandesign at macports.org Tue May 15 13:41:32 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: Problem with universal variant of jpeg ... In-Reply-To: <200705151648.05846.william@gallaf.net> References: <200705151648.05846.william@gallaf.net> Message-ID: On May 15, 2007, at 10:48, William Gallafent wrote: > I previously had the standard variant of jpeg installed, but > wanted to upgrade to universal, for testing some software > targetting both architectures. > > So, I typed 'sudo port install jpeg +universal', which > apparently worked, but strangely only the static library is > universal, the dylib is i386 only: > > humber:~ williamg$ file /opt/local/lib/libjpeg.62.0.0.dylib > /opt/local/lib/libjpeg.62.0.0.dylib: Mach-O dynamically linked > shared library i386 > humber:~ williamg$ file /opt/local/lib/libjpeg.a > /opt/local/lib/libjpeg.a: Mach-O universal binary with 2 > architectures > /opt/local/lib/libjpeg.a (for architecture i386): current > ar archive random library > /opt/local/lib/libjpeg.a (for architecture ppc): current > ar archive > > I did a little bit of fiddling with the Portfile, which didn't > help, and I'd now like to completely clean jpeg (including the > source directory) and start again from scratch without jpeg > installed, to see if it works correctly from a clean starting > point (rather than from a different variant being installed to > start with). > > 'sudo port uninstall jpeg' doesn't work because there are many > dependent packages. Is there a way to force the uninstall so > that I can install jpeg+universal from a clean slate? Is the > universal variant of libjpeg known to be broken in this way, or > have I screwed something up in my system? sudo port -f uninstall jpeg The universal variant was recently added to the base MacPorts software and is available to all ports, but is not guaranteed to work with all ports. Probably has not been tested much. The universal variant of jpeg probably does not work. jpeg does not use the standard autoconf method so it will probably be more difficult to get it to build a universal binary. If you can figure out how to build jpeg universally, please provide a patch in a new ticket in Trac and assign it to the maintainer of the jpeg port and also cc the maintainer on the ticket. From yves at macports.org Tue May 15 13:44:40 2007 From: yves at macports.org (Yves de Champlain) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts Web App (mpwa) online for initial testing. In-Reply-To: <93CFA4E4-EBC3-4A40-9CF9-75F65AF9BE45@gmail.com> References: <283B51BF-1B88-4B4C-98FD-EFD1777B7012@macports.org> <93CFA4E4-EBC3-4A40-9CF9-75F65AF9BE45@gmail.com> Message-ID: <671352E7-1608-4600-9F5D-E04436E233ED@macports.org> Le 07-05-15 ? 14:23, Michael Jackson a ?crit : > > On May 15, 2007, at 10:42 AM, James Berry wrote: > >> The MacPorts Web App (mpwa) is online for some initial testing at >> http://db.macports.org/ >> >> This is the start of a vision for a more comprehensive online >> repository for ports. Please see some of my sketchy documentation at: >> >> http://svn.macports.org/repository/macports/users/jberry/mpwa/doc/ >> design.txt >> and http://svn.macports.org/repository/macports/users/jberry/mpwa/ >> doc/portpkg-design.txt >> >> To quote from the design document, my goals for mpwa are: >> >> Goals: >> >> - Develop a network-reachable port storage mechanism >> >> - Allow for ad-hoc submission of new ports/revisions by any user >> >> - Since users may submit ports and make them available, port >> availability >> is not held up for review by committers. Committers may provide >> special status >> to approved ports. >> >> - All submissions and versions should always remain network >> reachable >> so that old versions may be installed and/or reviewed. >> >> - Allow for storage of meta information with such a submission: >> - Submitter >> - Comments by various users >> - Build status >> - (potentially binaries) >> - etc. >> >> - Allow for promotion of such a submission to a special status >> (stable, whatever) >> by the port maintainer or other official personnel. >> >> Note that what is visible today is not a complete implementation. >> The following things are implemented, for the most part: >> >> - port submit, to submit a port to the repository. >> - autosubmit, a script I've been running which auto submits svn >> checkins after they've been given a chance to stabilize. >> - mpwa web frontend to browse and view ports and port information. >> >> The following is not yet implemented: >> >> - A handler for the application/vnd.macports.portpkg mime-type to >> make it easy to download and use a given portpkg. >> - Any sort of local support for ports by http: url. >> - port get, to get a particular port and use it locally >> - Any remote indexing or query support >> - User accounts >> - User created tags >> - Signing of submissions by submitters >> - Support for dependencies >> - Nicer css design and information layout. >> >> Your feedback or help on the project is desired. In particular, if >> somebody want so put in a little work on the css and templates, >> that would be great. >> >> James > > James, > > Looks great! Can't wait to see this up and running. I would be more > than willing to help out on the design/css layout if I had some > mockups or some kind of idea where to go with it. It's already up and running, and looks great ! yves From chuck at chuckandmaggi.com Tue May 15 14:26:31 2007 From: chuck at chuckandmaggi.com (Charles White) Date: Tue Oct 9 16:42:58 2007 Subject: GCC fails to install In-Reply-To: References: <5E429672-BF8A-4D97-9B83-744840D1BD58@chuckandmaggi.com> Message-ID: <194CAF7E-88B2-4717-AF29-09B3476D0B9A@chuckandmaggi.com> 1) Installing R is my immediate goal for installing GCC and a necessary condition to my running MacPorts. Sufficient condition for my running MacPorts is running R, GnuCash, and an SSH friendly file manager on my Mac desktop. There are a handful of other open source software packages I'd like to run also. 2) I was running the binary distribution of R. Version 2.5.0 (the latest) comes with an update installation of tcl/tk. As far as I can tell, updating tcl/tk on the Mac keeps MacPorts from installing. I intentionally updated tcl/tk when I first bought this machine a year ago because I was using it to script menus for my R programs. I don't do that sort of thing anymore, wanted to try MacPorts, and couldn't figure out how to back out my tcl/tk update so I backed up all of my personal files, reinstalled OSX, and tried to use MacPorts to install GCC on bare metal. One thing I know for sure, there isn't any software conflict keeping GCC from installing. ;-) Chuck On May 15, 2007, at 1:47 PM, Marc Andr? Selig wrote: > On 5/15/07, Charles White wrote: >> 3) My eventual goal is to install R for statistical computing. > > I realize this may be besides the point, but there is a binary > distribution of R for OS X (including an Aqua interface) available > from http://cran.r-project.org. If your main goal is just to use R, > this might save you some hassle. > > Regards, > Marc From mbrethen at aim.com Tue May 15 14:56:12 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:58 2007 Subject: autoconf macport vs panther's Message-ID: <1578cb15ea91d0c482eb68aa96a5f65a@aim.com> I installed autoconf 2.61; is there a way to bypass the older version panther installed in /usr/bin/ ? Do I even need it (i.e. could I just change the name)? Mark mailto:mbrethen@aim.com From jeff.fry at gmail.com Tue May 15 14:56:28 2007 From: jeff.fry at gmail.com (Jeff Fry) Date: Tue Oct 9 16:42:58 2007 Subject: Failed to initialize ports system, no suitable image found. Message-ID: <970956b0705151456k13e92123he39e4cd1d32ab29a@mail.gmail.com> Hi, I just installed macports for the first time and am having some difficulty getting started. What I've done so far: 1. ran installer (apparently successfully) 2. ran dhcp148:~ admin$ sudo port selfupdate and got: no suitable image found. Did find: /opt/local/share/darwinports/Tcl/pextlib1.0/Pextlib.dylib: mach-o, but wrong architecture while executing "load /opt/local/share/darwinports/Tcl/pextlib1.0/Pextlib.dylib" ("package ifneeded" script) invoked from within "package_native require Pextlib 1.0" ("eval" body line 1) invoked from within "eval package_native $args" (procedure "package" line 14) invoked from within "package require Pextlib 1.0" (procedure "dportinit" line 311) invoked from within "dportinit ui_options global_options global_variations" Error: /opt/local/bin/port: Failed to initialize ports system, no suitable image found. Did find: /opt/local/share/darwinports/Tcl/pextlib1.0/Pextlib.dylib: mach-o, but wrong architecture I googled "Failed to initialize ports system" and found references to folks having trouble if they were also using Fink, but I haven't installed fink on this machine. Nothing I saw in poking through the search results helped so... Any ideas what might be the problem? Thanks! Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070515/c974fae9/attachment.html From mle+tools at mega-nerd.com Tue May 15 15:29:58 2007 From: mle+tools at mega-nerd.com (Erik de Castro Lopo) Date: Tue Oct 9 16:42:58 2007 Subject: autoconf macport vs panther's In-Reply-To: <1578cb15ea91d0c482eb68aa96a5f65a@aim.com> References: <1578cb15ea91d0c482eb68aa96a5f65a@aim.com> Message-ID: <20070516082958.f3066358.mle+tools@mega-nerd.com> mark brethen wrote: > I installed autoconf 2.61; is there a way to bypass the older version > panther installed in /usr/bin/ ? Do I even need it (i.e. could I just > change the name)? If you modify your PATH environment variable to put /opt/usr/local/bin before /usr/bin you will get the macport programs in place of the OS supplied ones. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "I saw `cout' being shifted "Hello world" times to the left and stopped right there." -- Steve Gonedes From ansgar at esztermann.de Tue May 15 15:32:54 2007 From: ansgar at esztermann.de (Ansgar Esztermann) Date: Tue Oct 9 16:42:58 2007 Subject: Status of gnome-vfs/Ticket #11680? In-Reply-To: References: <20070514225921.GB517@minun.local> <39298584-55B8-4AE6-ABD4-619958CD6397@mac.com> Message-ID: <20070515223254.GD517@minun.local> On Tue, May 15, 2007 at 06:43:47AM -0400, Randall Wood wrote: > Although I also just upgraded gnome-vfs to 2.18.1. > > Please let me know if 2.18.1 installs on 10.3.9 or not and we'll work > on fixing it. The new version installed without any problems. Thanks! A. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070516/8a2553f3/attachment.bin From mbrethen at aim.com Tue May 15 16:31:01 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:58 2007 Subject: autoconf macport vs panther's In-Reply-To: <20070516082958.f3066358.mle+tools@mega-nerd.com> References: <1578cb15ea91d0c482eb68aa96a5f65a@aim.com> <20070516082958.f3066358.mle+tools@mega-nerd.com> Message-ID: <5d0f75d932c2c2385e494c59a05dd44c@aim.com> Modified the system-wide profile. It's working, but I've encountered another problem; this is on a compile checking for mad_frame_decode in -lmad... no configure: error: libmad needed! Download the latest version at http://www.mars.org/home/rob/proj/mpeg/ port installed gives libmad @0.15.1b_0 (active) why is it not finding the library? Mark mailto:mbrethen@aim.com On May 15, 2007, at 6:29 PM, Erik de Castro Lopo wrote: > mark brethen wrote: > >> I installed autoconf 2.61; is there a way to bypass the older version >> panther installed in /usr/bin/ ? Do I even need it (i.e. could I just >> change the name)? > > If you modify your PATH environment variable to put /opt/usr/local/bin > before /usr/bin you will get the macport programs in place of the OS > supplied ones. > > Erik > -- > ----------------------------------------------------------------- > Erik de Castro Lopo > ----------------------------------------------------------------- > "I saw `cout' being shifted "Hello world" times to the left > and stopped right there." -- Steve Gonedes > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > From mbrethen at aim.com Tue May 15 17:18:59 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:58 2007 Subject: libmad developer package Message-ID: <7d14eec77c6f550f424eeac9d2f8d8c7@aim.com> port search for libmad-dev & libmad-devel showed no ports available. What are my options? I need this to compile a program. Mark mailto:mbrethen@aim.com From markd at macports.org Tue May 15 17:37:50 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: libmad developer package In-Reply-To: <7d14eec77c6f550f424eeac9d2f8d8c7@aim.com> References: <7d14eec77c6f550f424eeac9d2f8d8c7@aim.com> Message-ID: mark brethen on Tuesday, May 15, 2007 at 5:18 PM -0800 wrote: >port search for libmad-dev & libmad-devel showed no ports available. >What are my options? I need this to compile a program. Do you mean audio/libmad? I'm not familiar with it but have you seen that? Mark From mbrethen at aim.com Tue May 15 17:59:05 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:58 2007 Subject: libmad developer package In-Reply-To: References: <7d14eec77c6f550f424eeac9d2f8d8c7@aim.com> Message-ID: <62e7073d1e47ed214b38a544f42f93dc@aim.com> Well, I already installed libmad, and checked its contents Port libmad contains: /opt/local/include/mad.h /opt/local/lib/libmad.0.2.1.dylib /opt/local/lib/libmad.0.dylib /opt/local/lib/libmad.a /opt/local/lib/libmad.dylib /opt/local/lib/libmad.la Why then does it not find it when I do a make root_install? The error below, checking for mad_frame_decode in -lmad... no configure: error: libmad needed! Download the latest version at http://www.mars.org/home/rob/proj/mpeg/ make: *** [root_libmp3splt] Error 1 Mark mailto:mbrethen@aim.com On May 15, 2007, at 8:37 PM, markd@macports.org wrote: > mark brethen on Tuesday, May 15, 2007 at 5:18 PM > -0800 > wrote: >> port search for libmad-dev & libmad-devel showed no ports available. >> What are my options? I need this to compile a program. > > Do you mean audio/libmad? I'm not familiar with it but have you seen > that? > > Mark > From ryandesign at macports.org Tue May 15 18:08:04 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: autoconf macport vs panther's In-Reply-To: <5d0f75d932c2c2385e494c59a05dd44c@aim.com> References: <1578cb15ea91d0c482eb68aa96a5f65a@aim.com> <20070516082958.f3066358.mle+tools@mega-nerd.com> <5d0f75d932c2c2385e494c59a05dd44c@aim.com> Message-ID: <82F5A72F-D964-4401-AF4D-F5C2E052E54B@macports.org> On May 15, 2007, at 18:31, mark brethen wrote: > checking for mad_frame_decode in -lmad... no > configure: error: libmad needed! Download the latest version at > http://www.mars.org/home/rob/proj/mpeg/ > > port installed gives > > libmad @0.15.1b_0 (active) > > why is it not finding the library? What isn't finding the library? What port are you trying to compile when you get this error? From paulbeard at gmail.com Tue May 15 18:22:01 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:42:58 2007 Subject: heimdal and coreutils collision: /opt/local/bin/su Message-ID: <6965D0C9-83FA-4CD2-8A92-644DC86F6A8B@mac.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/20070515/d2002bed/PGP.bin From mbrethen at aim.com Tue May 15 18:28:09 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:58 2007 Subject: autoconf macport vs panther's In-Reply-To: <82F5A72F-D964-4401-AF4D-F5C2E052E54B@macports.org> References: <1578cb15ea91d0c482eb68aa96a5f65a@aim.com> <20070516082958.f3066358.mle+tools@mega-nerd.com> <5d0f75d932c2c2385e494c59a05dd44c@aim.com> <82F5A72F-D964-4401-AF4D-F5C2E052E54B@macports.org> Message-ID: <9137a3d6ad16753b96c051bddbd8d133@aim.com> On May 15, 2007, at 9:08 PM, Ryan Schmidt wrote: > > On May 15, 2007, at 18:31, mark brethen wrote: > >> checking for mad_frame_decode in -lmad... no >> configure: error: libmad needed! Download the latest version at >> http://www.mars.org/home/rob/proj/mpeg/ >> >> port installed gives >> >> libmad @0.15.1b_0 (active) >> >> why is it not finding the library? > > What isn't finding the library? What port are you trying to compile > when you get this error? > > I'm trying to compile the latest sbv of mp3splt. The current port doesn't work with freedb anymore. However, configure fails on libmad -- it acts like it's not linking with the library. From ryandesign at macports.org Tue May 15 18:56:20 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: X11-Error installing wireshark, using Apple's X11 In-Reply-To: References: <890A8AFB-FA63-4B74-8108-DE6E53DC3654@web.de> Message-ID: <94F929E3-4132-4DB6-BB00-2DC66E9A68C9@macports.org> On May 15, 2007, at 12:01, Sebastian Hahn wrote: > On May 15, 2007, at 9:12 AM, Ryan Schmidt wrote: > >> Do you have /usr/X11R6/lib/libX11.6.dylib? I believe that's the >> file that's being looked for by the ports you're installing, and >> it should be there as part of Apple's X11. If it's not there, >> reinstall X11User.pkg and X11SDK.pkg. I know you said you already >> have them installed, but maybe the installation got damaged >> somehow. Reinstalling from the original packages would ensure it's >> working correctly. >> >> Unless you want to use XFree86 instead, which you could do. In >> that case, do what the message says and move /usr/X11R6 out of the >> way first, or delete it. If you go this route, delete the X11 >> receipts too, and X11.app. > > I'd rather not install XFree86, as I'm using Apple's X11 for other > things as well, and I'd hate to somehow mess that up... The > libX11.6.dylib is present on my system, and it's also not zero size > (I checked for the obvious "damaged file"-case)... Where can I get > the most current X11User.pkg and X11SDK.pkg-files from? For Mac OS X 10.4: X11User.pkg should be here: http://www.apple.com/support/downloads/x11update2006113.html It says it requires an existing X11 install, so you may have to install X11User.pkg from your Mac OS X 10.4 install DVD/CD first. Or it may be ok with what you have on your hard drive now. X11SDK.pkg is part of Xcode 2.4.1 which you download from Apple Developer Connection. For Mac OS X 10.3: X11User.pkg is here: http://www.apple.com/support/downloads/x11formacosx.html Xcode 1.5 is the last version that works with Mac OS X 10.3 and X11SDK.pkg should be a part of that. From ryandesign at macports.org Tue May 15 19:24:59 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: GCC fails to install In-Reply-To: <5E429672-BF8A-4D97-9B83-744840D1BD58@chuckandmaggi.com> References: <5E429672-BF8A-4D97-9B83-744840D1BD58@chuckandmaggi.com> Message-ID: <3FDAC27E-5EFD-408B-946A-C5F2EB334305@macports.org> On May 15, 2007, at 06:20, Charles White wrote: > 1) I'm trying to install the latest stable version of GCC. Since > gcc42 downloads from a 'prereleases' directory, I will focus on > gcc41. Note that I've tried to install every available version of > gcc and none of them have installed for me. > > 2) The target computer is an iMac with a 2 GHz Core Duo processor. > > 3) My eventual goal is to install R for statistical computing. > > 4) Terminal output from my last session follows my signature. > > 5) I'd appreciate some help. > > Thanks! > > Chuck > > charles-whites-computer:~ hopoie$ sudo port install gcc41 [snip] > nm -P .libs/bitmap_allocator.o .libs/pool_allocator.o .libs/ > mt_allocator.o .libs/codecvt.o .libs/compatibility.o .libs/ > complex_io.o .libs/ctype.o .libs/debug.o .libs/debug_list.o .libs/ > functexcept.o .libs/globals_locale.o .libs/globals_io.o .libs/ > ios.o .libs/ios_failure.o .libs/ios_init.o .libs/ios_locale.o .libs/ > limits.o .libs/list.o .libs/locale.o .libs/locale_init.o .libs/ > locale_facets.o .libs/localename.o .libs/stdexcept.o .libs/ > strstream.o .libs/tree.o .libs/allocator-inst.o .libs/concept- > inst.o .libs/fstream-inst.o .libs/ext-inst.o .libs/ios-inst.o .libs/ > iostream-inst.o .libs/istream-inst.o .libs/istream.o .libs/locale- > inst.o .libs/locale-misc-inst.o .libs/misc-inst.o .libs/ostream- > inst.o .libs/sstream-inst.o .libs/streambuf-inst.o .libs/ > streambuf.o .libs/string-inst.o .libs/valarray-inst.o .libs/wlocale- > inst.o .libs/wstring-inst.o .libs/atomicity.o .libs/ > codecvt_members.o .libs/collate_members.o .libs/ > ctype_members.o .libs/messages_members.o .libs/ > monetary_members.o .libs/numeric_members.o .libs/ > time_members.o .libs/basic_file.o .libs/c++locale.o ../ > libmath/.libs/libmath.a ../libsupc++/.libs/libsupc++convenience.a| > nm: no name list > nm: no name list > nm error at /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_gcc41/work/gcc-4.1.2/libstdc++-v3/scripts/ > make_exports.pl line 130. > make[5]: *** [libstdc++-symbol.explist] Error 1 > make[4]: *** [all-recursive] Error 1 > make[3]: *** [all] Error 2 > make[2]: *** [all-target-libstdc++-v3] Error 2 > make[1]: *** [all] Error 2 > make: *** [profiledbootstrap] Error 2 This may not be very helpful, but gcc41 and gcc42 install just fine for me on an Intel Core 2 Duo MacBook Pro. Not sure why it's not working for you. What other ports do you have installed? And what things do you have in /usr/local which might conflict with MacPorts? What does "which nm" say on your system? On mine, I get "/usr/bin/nm". From ryandesign at macports.org Tue May 15 19:51:28 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: autoconf macport vs panther's In-Reply-To: <9137a3d6ad16753b96c051bddbd8d133@aim.com> References: <1578cb15ea91d0c482eb68aa96a5f65a@aim.com> <20070516082958.f3066358.mle+tools@mega-nerd.com> <5d0f75d932c2c2385e494c59a05dd44c@aim.com> <82F5A72F-D964-4401-AF4D-F5C2E052E54B@macports.org> <9137a3d6ad16753b96c051bddbd8d133@aim.com> Message-ID: On May 15, 2007, at 20:28, mark brethen wrote: > On May 15, 2007, at 9:08 PM, Ryan Schmidt wrote: > >> On May 15, 2007, at 18:31, mark brethen wrote: >> >>> checking for mad_frame_decode in -lmad... no >>> configure: error: libmad needed! Download the latest version at >>> http://www.mars.org/home/rob/proj/mpeg/ >>> >>> port installed gives >>> >>> libmad @0.15.1b_0 (active) >>> >>> why is it not finding the library? >> >> What isn't finding the library? What port are you trying to >> compile when you get this error? > > I'm trying to compile the latest sbv of mp3splt. The current port > doesn't work with freedb anymore. However, configure fails on > libmad -- it acts like it's not linking with the library. I'm not familiar with mp3splt. What is an "sbv"? I see that the mp3splt portfile uses version 2.1, which is the latest version according to the mp3splt web site. Is that the version you're using? I wasn't clear from what you said whether you're using the mp3splt portfile or attempting to install it manually. I assume you're using the port. You say it doesn't work with freedb anymore. I'm not familiar with freedb and the portfile doesn't contain the string freedb. What is it? How do you know that the mp3splt doesn't work with it? I just tried to install the mp3splt port and it installed just fine for me on Intel. Are you on Intel or PowerPC? From markd at macports.org Tue May 15 20:52:44 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: libmad developer package In-Reply-To: <62e7073d1e47ed214b38a544f42f93dc@aim.com> References: <62e7073d1e47ed214b38a544f42f93dc@aim.com> Message-ID: mark brethen on Tuesday, May 15, 2007 at 5:59 PM -0800 wrote: >Well, I already installed libmad, and checked its contents > >Port libmad contains: > /opt/local/include/mad.h > /opt/local/lib/libmad.0.2.1.dylib > /opt/local/lib/libmad.0.dylib > /opt/local/lib/libmad.a > /opt/local/lib/libmad.dylib > /opt/local/lib/libmad.la > >Why then does it not find it when I do a make root_install? The error >below, > >checking for mad_frame_decode in -lmad... no >configure: error: libmad needed! Download the latest version at > http://www.mars.org/home/rob/proj/mpeg/ >make: *** [root_libmp3splt] Error 1 Well it looks like it has all the files: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/audio/libmad/pkg-plist?rev=1.3;content-type=text%2Fplain I wonder if this is normal? Anyone? otool -L /opt/local/lib/libmad.0.2.1.dylib /opt/local/lib/libmad.0.2.1.dylib: /opt/local/lib/libmad.0.dylib (compatibility version 3.0.0, current version 3.1.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.3.4) I'm beyond my knowledge on this, but I see the freebsd port set it in pkg-config. Could configure be consulting that? If so, uninstall it and try the fixed up one I attached. Just cd to the unzipped directory and do a port install from there. It adds: /opt/local/lib/pkgconfig/mad.pc And so pkg-config works: $ pkg-config --libs mad -L/opt/local/lib -lmad -lm If that doesn't do it I'm out of guesses. If it does, tell me and I'll commit the changes. Mark -------------- next part -------------- A non-text attachment was scrubbed... Name: libmad.zip Type: application/x-zip-compressed Size: 1310 bytes Desc: not available Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070515/27648c5b/libmad.bin From toto at fel.cl.nec.co.jp Tue May 15 23:05:57 2007 From: toto at fel.cl.nec.co.jp (toru murakami) Date: Tue Oct 9 16:42:58 2007 Subject: Failing to upgrade subversion In-Reply-To: References: <4647FCE6.7060008@fel.cl.nec.co.jp> <89058595-7EEE-4DC5-A877-EE7F2AA3AD64@macports.org> <46480BA2.5020809@fel.cl.nec.co.jp> Message-ID: <464A9F45.7060708@fel.cl.nec.co.jp> 2007/05/14 16:20, Ryan Schmidt wrote: > > Sure. It's in the repository. You can use Subversion to check it out or > export it from: > > http://trac.macosforge.org/projects/macports/browser/tags/release_1_4_40/base > I'd appreciate that you could place the MacPorts-1.4.40 tarball somewhere, since I'm behind the proxy that does not support the protocols Subversion uses; it is not easy to work around with the rsync tunneling. Thanks. --toru From jwa at macports.org Tue May 15 23:20:07 2007 From: jwa at macports.org (Jyrki Wahlstedt) Date: Tue Oct 9 16:42:58 2007 Subject: Failing to upgrade subversion In-Reply-To: <464A9F45.7060708@fel.cl.nec.co.jp> References: <4647FCE6.7060008@fel.cl.nec.co.jp> <89058595-7EEE-4DC5-A877-EE7F2AA3AD64@macports.org> <46480BA2.5020809@fel.cl.nec.co.jp> <464A9F45.7060708@fel.cl.nec.co.jp> Message-ID: <83BF41A6-F5FF-4F57-986F-C2C4D86FF52E@macports.org> On 16.5.2007, at 9.05, toru murakami wrote: > 2007/05/14 16:20, Ryan Schmidt wrote: >> Sure. It's in the repository. You can use Subversion to check it >> out or export it from: >> http://trac.macosforge.org/projects/macports/browser/tags/ >> release_1_4_40/base > > I'd appreciate that you could place the MacPorts-1.4.40 tarball > somewhere, since I'm behind the proxy that does not support the > protocols Subversion uses; it is not easy to work around with the > rsync tunneling. > > Thanks. > > --toru AFAIK, Subversion is totally happy to check out using http, what proxy does not support that? ! ! Jyrki Wahlstedt ! skype:jyrkiwahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 From ndiscreet at gmail.com Wed May 16 01:36:20 2007 From: ndiscreet at gmail.com (Altoine Barker) Date: Tue Oct 9 16:42:58 2007 Subject: P5-PDL Fails Message-ID: <464AC284.3000000@GmAiL.cOm> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I get the following error when I build p5-pdl from p5-gimp: Manifying ../blib/man3/PDL.3 /opt/local/bin/perl BAD2_demo.pm.PL BAD2_demo.pm Can't locate PDL/Config.pm in @INC (@INC contains: /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl .) at BAD2_demo.pm.PL line 12. BEGIN failed--compilation aborted at BAD2_demo.pm.PL line 12. make[1]: *** [BAD2_demo.pm] Error 2 make: *** [subdirs] Error 2 Warning: the following items did not execute (for p5-pdl): com.apple.activate com.apple.build com.apple.destroot com.apple.install Error: The following dependencies failed to build: p5-pdl Error: Status 1 encountered during processing. Anyone else come across this problem... and/or know a solution? I am working with a Powermac G4 running OSX 10.4.9. My MacPorts is version 1.440. My perl version is 5.8.8 for darwin-2level I had installed from a fresh install and my first port command ran after sync and selfupdate was "sudo port -v install p5-gimp" then the error I am reporting now, happened. - -Altoine -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGSsKES0foIafBdlkRAqNsAJ9c2u/pfq3uajNUm8J1xhQMp18srgCffXQ9 nvrsjVI3jlwwvf3ZDFgrDIQ= =jTJ3 -----END PGP SIGNATURE----- From mbrethen at aim.com Wed May 16 03:55:50 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:58 2007 Subject: libmad developer package In-Reply-To: References: <62e7073d1e47ed214b38a544f42f93dc@aim.com> Message-ID: <5d63629b84afabec132fdf58a26f3037@aim.com> On May 15, 2007, at 11:52 PM, markd@macports.org wrote: > mark brethen on Tuesday, May 15, 2007 at 5:59 PM > -0800 > wrote: >> Well, I already installed libmad, and checked its contents >> >> Port libmad contains: >> /opt/local/include/mad.h >> /opt/local/lib/libmad.0.2.1.dylib >> /opt/local/lib/libmad.0.dylib >> /opt/local/lib/libmad.a >> /opt/local/lib/libmad.dylib >> /opt/local/lib/libmad.la >> >> Why then does it not find it when I do a make root_install? The error >> below, >> >> checking for mad_frame_decode in -lmad... no >> configure: error: libmad needed! Download the latest version at >> http://www.mars.org/home/rob/proj/mpeg/ >> make: *** [root_libmp3splt] Error 1 > > Well it looks like it has all the files: > > http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/audio/libmad/ > pkg-plist?rev=1.3;content-type=text%2Fplain > > I wonder if this is normal? Anyone? > > otool -L /opt/local/lib/libmad.0.2.1.dylib > /opt/local/lib/libmad.0.2.1.dylib: > /opt/local/lib/libmad.0.dylib (compatibility version 3.0.0, > current version 3.1.0) > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > current > version 88.3.4) > > I'm beyond my knowledge on this, but I see the freebsd port set it in > pkg-config. Could configure be consulting that? If so, uninstall it > and > try the fixed up one I attached. Just cd to the unzipped directory > and do > a port install from there. It adds: > > /opt/local/lib/pkgconfig/mad.pc > > And so pkg-config works: > > $ pkg-config --libs mad > -L/opt/local/lib -lmad -lm > > If that doesn't do it I'm out of guesses. If it does, tell me and I'll > commit the changes. > > Mark > > > > I'll try it later today. One thing I noticed, this file: libdata/pkgconfig/mad.pc is not in my /opt/local directory. In fact, I can't find it anywhere. From peter at farsinsen.dk Wed May 16 03:56:31 2007 From: peter at farsinsen.dk (Peter Farsinsen) Date: Tue Oct 9 16:42:58 2007 Subject: How to add a variant to an installed port? Message-ID: <19525.131.165.63.132.1179312991.squirrel@secure.fairweb.dk> Hi, When I installed php5, apache etc. I forgot to install Tidy. Is it' possible to install the variant to the php port without having to do a new install (of php, apache etc. that is)? The wiki nor Google seemed to have the answer, so I hope someone can help me out. -- Peter Farsinsen From cremes.devlist at mac.com Wed May 16 04:54:55 2007 From: cremes.devlist at mac.com (cremes.devlist@mac.com) Date: Tue Oct 9 16:42:58 2007 Subject: commit new port - transcode Message-ID: <6BAFADCD-04D1-44C9-8BA3-A0FACE3AB524@mac.com> I submitted a new port recently and was hoping someone could commit it for me. Here's the ticket information: http://trac.macports.org/projects/macports/ticket/11933 Thank you. cr From dluke at geeklair.net Wed May 16 06:59:02 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:58 2007 Subject: commit new port - transcode In-Reply-To: <6BAFADCD-04D1-44C9-8BA3-A0FACE3AB524@mac.com> References: <6BAFADCD-04D1-44C9-8BA3-A0FACE3AB524@mac.com> Message-ID: <320CA178-B761-4BE4-940F-8DEB98749234@geeklair.net> On May 16, 2007, at 7:54 AM, cremes.devlist@mac.com wrote: > I submitted a new port recently and was hoping someone could commit > it for me. Here's the ticket information: > > http://trac.macports.org/projects/macports/ticket/11933 We generally like to avoid cvs checkouts if possible (and when they're necessary, it's generally preferred to use a tag or date instead of HEAD). Is there a compelling reason to use cvs HEAD for this port? -- 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/20070516/8b6f03b2/PGP.bin From cremes.devlist at mac.com Wed May 16 07:14:30 2007 From: cremes.devlist at mac.com (Chuck Remes) Date: Tue Oct 9 16:42:58 2007 Subject: commit new port - transcode In-Reply-To: <320CA178-B761-4BE4-940F-8DEB98749234@geeklair.net> References: <6BAFADCD-04D1-44C9-8BA3-A0FACE3AB524@mac.com> <320CA178-B761-4BE4-940F-8DEB98749234@geeklair.net> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On May 16, 2007, at 8:59 AM, Daniel J. Luke wrote: > On May 16, 2007, at 7:54 AM, cremes.devlist@mac.com wrote: >> I submitted a new port recently and was hoping someone could >> commit it for me. Here's the ticket information: >> >> http://trac.macports.org/projects/macports/ticket/11933 > > We generally like to avoid cvs checkouts if possible (and when > they're necessary, it's generally preferred to use a tag or date > instead of HEAD). > > Is there a compelling reason to use cvs HEAD for this port? Yes. The upcoming 1.1.0 release can only be accessed from HEAD. Plus, this is the best way to make sure that, as the code reaches release status, it doesn't break under OSX. The other maintainer and I are keeping a close eye on things to make sure OSX remains a solidly supported target platform. As soon as 1.1.0 is officially released, we will update the Portfile to grab a tarball. There is an older release (1.0.3) which could potentially be used, but it's a dead-end for support and functionality. All new development is focused on the 1.1.x releases. In the interim, HEAD is safe. The project developers have a policy of not breaking the build so we are (somewhat) assured the port will function properly for folks. Again, this is temporary. Is this sufficient? cr -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFGSxHNtEOEsNMQp04RAtTTAJ0aMN4m/25Al7syziT2CsmvdI+sAACdE0Hw x2BWuZGlYN4PBmGRE2YBqHc= =+Veg -----END PGP SIGNATURE----- From markd at macports.org Wed May 16 07:33:55 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: libmad developer package In-Reply-To: <5d63629b84afabec132fdf58a26f3037@aim.com> References: <5d63629b84afabec132fdf58a26f3037@aim.com> Message-ID: mark brethen on Wednesday, May 16, 2007 at 3:55 AM -0800 wrote: >> mark brethen on Tuesday, May 15, 2007 at 5:59 PM >> -0800 >> wrote: >>> Well, I already installed libmad, and checked its contents >>> >>> Port libmad contains: >>> /opt/local/include/mad.h >>> /opt/local/lib/libmad.0.2.1.dylib >>> /opt/local/lib/libmad.0.dylib >>> /opt/local/lib/libmad.a >>> /opt/local/lib/libmad.dylib >>> /opt/local/lib/libmad.la >>> >>> Why then does it not find it when I do a make root_install? The error >>> below, >>> >>> checking for mad_frame_decode in -lmad... no >>> configure: error: libmad needed! Download the latest version at >>> http://www.mars.org/home/rob/proj/mpeg/ >>> make: *** [root_libmp3splt] Error 1 >> >> Well it looks like it has all the files: >> >> http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/audio/libmad/ >> pkg-plist?rev=1.3;content-type=text%2Fplain >> >> I wonder if this is normal? Anyone? >> >> otool -L /opt/local/lib/libmad.0.2.1.dylib >> /opt/local/lib/libmad.0.2.1.dylib: >> /opt/local/lib/libmad.0.dylib (compatibility version 3.0.0, >> current version 3.1.0) >> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, >> current >> version 88.3.4) >> >> I'm beyond my knowledge on this, but I see the freebsd port set it in >> pkg-config. Could configure be consulting that? If so, uninstall it >> and >> try the fixed up one I attached. Just cd to the unzipped directory >> and do >> a port install from there. It adds: >> >> /opt/local/lib/pkgconfig/mad.pc >> >> And so pkg-config works: >> >> $ pkg-config --libs mad >> -L/opt/local/lib -lmad -lm >> >> If that doesn't do it I'm out of guesses. If it does, tell me and I'll >> commit the changes. >> >> Mark >> >> >> >> > >I'll try it later today. One thing I noticed, this file: > >libdata/pkgconfig/mad.pc > >is not in my /opt/local directory. In fact, I can't find it anywhere. That's the one that my modifications added. That was the one that the freebsd port had that the MacPorts one lacked. Mark From maabney2 at yahoo.com Wed May 16 08:01:18 2007 From: maabney2 at yahoo.com (mark abney) Date: Tue Oct 9 16:42:58 2007 Subject: How does dependency checking work? Message-ID: <570755.93636.qm@web38013.mail.mud.yahoo.com> Since my last request for help garnered nothing, I think I'll try a different tack. In particular, how does port check to see whether dependencies are satisfied? I'm primarily interested in dependencies in the port file of the form depends_lib bin:somename:someport. Under what sort of circumstances is a dependency of this sort supposed to be used? How does port check for this? (e.g. where does it look for somename? Does somename have to be executable?) I'm afraid I don't really know tcl, but looking through port suggests to me that this sort of thing is nor done directly by port? I see looking through the wiki (and from stdout when installing a port) that there are various phases, e.g. com.apple.main, com.apple.build, etc, that are being executed. Are these tcl scripts that are being executed? I'm happy to try to figure this out on my own, but I can't find any relevant documentation. If someone has answers to some of these questions, or could even point me to where I might be able to turn to figure out the answers (I'm willing to read through code), it would be greatly appreciated. Thanks, Mark A ____________________________________________________________________________________Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz From b.f.lundin at gmail.com Wed May 16 11:38:45 2007 From: b.f.lundin at gmail.com (=?ISO-8859-1?Q?Bj=F6rn_Lundin?=) Date: Tue Oct 9 16:42:58 2007 Subject: Failing to upgrade subversion In-Reply-To: <83BF41A6-F5FF-4F57-986F-C2C4D86FF52E@macports.org> References: <4647FCE6.7060008@fel.cl.nec.co.jp> <89058595-7EEE-4DC5-A877-EE7F2AA3AD64@macports.org> <46480BA2.5020809@fel.cl.nec.co.jp> <464A9F45.7060708@fel.cl.nec.co.jp> <83BF41A6-F5FF-4F57-986F-C2C4D86FF52E@macports.org> Message-ID: 16 maj 2007 kl. 08.20 skrev Jyrki Wahlstedt: > > AFAIK, > Subversion is totally happy to check out using http, what proxy > does not support that? > I see the same thing from work, ie, via a proxy(*) subversion will not work. I don't think it's the http-part, more the WebDav part. I remember getting errors doing 'PROP GET' or perhaps it was 'PROPETY GET'. (*) Now, I do not know what proxy we use at work, but it does perhaps not matter. /Bj?rn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070516/5291cee7/attachment.html From ryandesign at macports.org Wed May 16 11:51:04 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts Web App (mpwa) online for initial testing. In-Reply-To: <671352E7-1608-4600-9F5D-E04436E233ED@macports.org> References: <283B51BF-1B88-4B4C-98FD-EFD1777B7012@macports.org> <93CFA4E4-EBC3-4A40-9CF9-75F65AF9BE45@gmail.com> <671352E7-1608-4600-9F5D-E04436E233ED@macports.org> Message-ID: <2A404955-1E97-4F03-8E6B-401766BAB7B6@macports.org> On May 15, 2007, at 15:44, Yves de Champlain wrote: > Le 07-05-15 ? 14:23, Michael Jackson a ?crit : > >> On May 15, 2007, at 10:42 AM, James Berry wrote: >> >>> The MacPorts Web App (mpwa) is online for some initial testing at >>> http://db.macports.org/ >> >> Looks great! Can't wait to see this up and running. I would be >> more than willing to help out on the design/css layout if I had >> some mockups or some kind of idea where to go with it. > > It's already up and running, and looks great ! James: Until we decide on a unified email address obfuscation strategy for all of MacPorts, can you please obfuscate the email addresses printed in mpwa? Michael: the design/css layout of mpwa should probably conform with the rest of the MacPorts web experience, which I'm currently in the process of overhauling. I'll post a screenshot of my progress soon. From ryandesign at macports.org Wed May 16 12:52:24 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: How to add a variant to an installed port? In-Reply-To: <19525.131.165.63.132.1179312991.squirrel@secure.fairweb.dk> References: <19525.131.165.63.132.1179312991.squirrel@secure.fairweb.dk> Message-ID: On May 16, 2007, at 05:56, Peter Farsinsen wrote: > When I installed php5, apache etc. I forgot to install Tidy. Is it' > possible to install the variant to the php port without having to > do a new > install (of php, apache etc. that is)? > > The wiki nor Google seemed to have the answer, so I hope someone > can help > me out. No, you have to uninstall php5 then install it again with the variants you want. From jberry at macports.org Wed May 16 13:27:53 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts Web App (mpwa) online for initial testing. In-Reply-To: <2A404955-1E97-4F03-8E6B-401766BAB7B6@macports.org> References: <283B51BF-1B88-4B4C-98FD-EFD1777B7012@macports.org> <93CFA4E4-EBC3-4A40-9CF9-75F65AF9BE45@gmail.com> <671352E7-1608-4600-9F5D-E04436E233ED@macports.org> <2A404955-1E97-4F03-8E6B-401766BAB7B6@macports.org> Message-ID: On May 16, 2007, at 11:51 AM, Ryan Schmidt wrote: > James: Until we decide on a unified email address obfuscation > strategy for all of MacPorts, can you please obfuscate the email > addresses printed in mpwa? Hi Ryan, Yes. Done. At least for the generated content. This doesn't do anything yet to address raw Portfiles. James. From markd at macports.org Wed May 16 13:51:10 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: P5-PDL Fails In-Reply-To: <464AC284.3000000@GmAiL.cOm> References: <464AC284.3000000@GmAiL.cOm> Message-ID: Altoine Barker on Wednesday, May 16, 2007 at 1:36 AM -0800 wrote: >I get the following error when I build p5-pdl from p5-gimp: > > >Manifying ../blib/man3/PDL.3 >/opt/local/bin/perl BAD2_demo.pm.PL BAD2_demo.pm >Can't locate PDL/Config.pm in @INC (@INC contains: >/opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 >/opt/local/lib/perl5/site_perl/5.8.8/darwin-2level >/opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl >/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level >/opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl >.) at BAD2_demo.pm.PL line 12. >BEGIN failed--compilation aborted at BAD2_demo.pm.PL line 12. >make[1]: *** [BAD2_demo.pm] Error 2 >make: *** [subdirs] Error 2 > >Warning: the following items did not execute (for p5-pdl): >com.apple.activate com.apple.build com.apple.destroot com.apple.install >Error: The following dependencies failed to build: p5-pdl >Error: Status 1 encountered during processing. > > >Anyone else come across this problem... and/or know a solution? >I am working with a Powermac G4 running OSX 10.4.9. >My MacPorts is version 1.440. >My perl version is 5.8.8 for darwin-2level >I had installed from a fresh install and my first port command ran after >sync and selfupdate was "sudo port -v install p5-gimp" then the error I >am reporting now, happened. > >- -Altoine I got the same thing. I updated the portfile to 2.4.3 and it fixes that so please wait a bit and do a selfupdate and try again. Mark From markd at macports.org Wed May 16 14:02:22 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: How does dependency checking work? In-Reply-To: <570755.93636.qm@web38013.mail.mud.yahoo.com> References: <570755.93636.qm@web38013.mail.mud.yahoo.com> Message-ID: mark abney on Wednesday, May 16, 2007 at 8:01 AM -0800 wrote: >Since my last request for help garnered nothing, I think I'll try a >different tack. In particular, how does port check to see whether >dependencies are satisfied? I'm primarily interested in dependencies in >the port file of the form depends_lib bin:somename:someport. Under what >sort of circumstances is a dependency of this sort supposed to be used? >How does port check for this? (e.g. where does it look for somename? >Does somename have to be executable?) I'm afraid I don't really know >tcl, but looking through port suggests to me that this sort of thing is >nor done directly by port? I see looking through the wiki (and from >stdout when installing a port) that there are various phases, e.g. >com.apple.main, com.apple.build, etc, that are being executed. Are >these tcl scripts that are being executed? I'm happy to try to figure >this out on my own, but I can't find any relevant documentation. If >someone has answers to some of these questions, or could even point me >to where I might be able to turn to figure out the answers (I'm willing >to read through code), it would be greatly appreciated. Hi Mark, MacPorts team made a decision way back to prefer MacPorts own stuff for predictability and to get the latest code rather than whatever release is current for Apple, so dependencies of the type bin: or lib: are being moved away from except where it is necessary or desireable for a special reason. This was a policy decision. So use port: unless there is a good reason not to so the dependecy will be fulfilled by a MacPort. I think that these dependency specs just check for the presence of the file, not whether it it valid in any way or not. This is done by the port command, and it is TCL being executed. Our documentation is lacking right now, but I hope that helps. Ask followups as necessary. Mark From criker at ns-design.com Wed May 16 14:15:29 2007 From: criker at ns-design.com (Christopher Riker) Date: Tue Oct 9 16:42:58 2007 Subject: Ghostscript Installation Problem Message-ID: <17C89910-AC2D-4371-8F77-96195DB96FB4@ns-design.com> Working with a MacBook Pro, OS 10.4.9, Xcode 2.4.1. I'm working on installing a few programs with dependencies on Ghostscript and ran into problems upon installation of Ghostscript (v 8.54) So I narrowed my focus down to just Ghostscript. I have cleaned the port and tried repeated consecutive installations (without cleaning) and get this output consistently. Any ideas or suggestions? Thanks! - Chris > ---> Building ghostscript > gcc -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/opt/local/include -Wall - > Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes - > Wcast-qual -Wwrite-strings -fno-builtin -fno-common -DHAVE_STDINT_H > -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -O2 -I/opt/local/ > include -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing- > prototypes -Wcast-qual -Wwrite-strings -fno-builtin -fno-common - > DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -I./ > obj/ -Ijasper/src/libjasper/include -DJAS_CONFIGURE - > DEXCLUDE_BMP_SUPPORT=1 -DEXCLUDE_JPG_SUPPORT=1 - > DEXCLUDE_MIF_SUPPORT=1 -DEXCLUDE_PGX_SUPPORT=1 - > DEXCLUDE_PNM_SUPPORT=1 -DEXCLUDE_RAS_SUPPORT=1 - > DEXCLUDE_PNG_SUPPORT=1 -o ./obj/jas_cm.o -c jasper/src/libjasper/ > base/jas_cm.c > jasper/src/libjasper/base/jas_cm.c: In function > 'jas_cmpxformseq_appendcnvt': > jasper/src/libjasper/base/jas_cm.c:748: warning: implicit > declaration of function 'jas_error' > jasper/src/libjasper/base/jas_cm.c:748: error: > 'JAS_ERR_UNEQUAL_PARMS_IN_JAS_CMPXFORMSEQ_APPENDCNVT' undeclared > (first use in this function) > jasper/src/libjasper/base/jas_cm.c:748: error: (Each undeclared > identifier is reported only once > jasper/src/libjasper/base/jas_cm.c:748: error: for each function it > appears in.) > jasper/src/libjasper/base/jas_cm.c: In function 'icctoclrspc': > jasper/src/libjasper/base/jas_cm.c:1158: error: > 'JAS_ERR_CLR_SPACE_UNKNOWN_IN_ICCTOCLRSPC' undeclared (first use in > this function) > jasper/src/libjasper/base/jas_cm.c: In function 'jas_clrspc_numchans': > jasper/src/libjasper/base/jas_cm.c:1364: error: > 'JAS_ERR_UNSUPPORTED_COLOR_SPACE_IN_JAS_CLRSPC_NUMCHANS' undeclared > (first use in this function) > make: *** [obj/jas_cm.o] Error 1 > Warning: the following items did not execute (for ghostscript): > com.apple.activate com.apple.build com.apple.destroot > com.apple.install > From maabney2 at yahoo.com Wed May 16 18:13:02 2007 From: maabney2 at yahoo.com (mark abney) Date: Tue Oct 9 16:42:58 2007 Subject: How does dependency checking work? In-Reply-To: Message-ID: <426547.14270.qm@web38010.mail.mud.yahoo.com> --- markd@macports.org wrote: > mark abney on Wednesday, May 16, 2007 at 8:01 AM > -0800 wrote: > >Since my last request for help garnered nothing, I think I'll try a > >different tack. In particular, how does port check to see whether > >dependencies are satisfied? I'm primarily interested in dependencies > in > >the port file of the form depends_lib bin:somename:someport. Under > what > >sort of circumstances is a dependency of this sort supposed to be > used? > >How does port check for this? (e.g. where does it look for somename? > >Does somename have to be executable?) I'm afraid I don't really know > >tcl, but looking through port suggests to me that this sort of thing > is > >nor done directly by port? I see looking through the wiki (and from > >stdout when installing a port) that there are various phases, e.g. > >com.apple.main, com.apple.build, etc, that are being executed. Are > >these tcl scripts that are being executed? I'm happy to try to > figure > >this out on my own, but I can't find any relevant documentation. If > >someone has answers to some of these questions, or could even point > me > >to where I might be able to turn to figure out the answers (I'm > willing > >to read through code), it would be greatly appreciated. > > Hi Mark, > > MacPorts team made a decision way back to prefer MacPorts own stuff > for > predictability and to get the latest code rather than whatever > release is > current for Apple, so dependencies of the type bin: or lib: are being > moved away from except where it is necessary or desireable for a > special > reason. This was a policy decision. So use port: unless there is a > good > reason not to so the dependecy will be fulfilled by a MacPort. > > I think that these dependency specs just check for the presence of > the > file, not whether it it valid in any way or not. This is done by the > port > command, and it is TCL being executed. Our documentation is lacking > right > now, but I hope that helps. Ask followups as necessary. > Thanks. I understand and agree with the policy of keeping as much within Macports as possible. My immediate undertaking was trying to modify the gnuplot portfile so that it does not require installing teTeX. From my still limited understanding, if a user already has tex installed then it shouldn't install tetex if the dependency in the portfile is of the form bin:tex:teTeX. Apparently this does not seem to be the case, and I don't really understand why. (I have Tex Live 2007 installed and tex is definitely in my path). I think a reasonable case can be made for this form of dependency on teTeX, but, in any case, it doesn't work. On a related note, is there an explanation somewhere of how to make changes to portfiles and then install with those modifications? If I do "port edit someport", I get to edit the portfile, but somehow when I then try to install, it seems the old portfile is still being used. I'm sure I must be missing some step. My objective is to make some updates to some ports, and if all goes well suggest those changes be implemented in Macports. (For instace plotutils uses the 2.4.1 version from 2000 rather than the 2.5 version from 2006, although from the web page you would never know there actually existed a 2.5 version). Note that this is not actually the problem I was having with gnuplot as the portfile already has the depency in the form I mention above. Mark A ____________________________________________________________________________________Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz From mbrethen at aim.com Wed May 16 18:37:15 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:58 2007 Subject: libmad developer package In-Reply-To: References: <5d63629b84afabec132fdf58a26f3037@aim.com> Message-ID: <5d9c5ac087d3cb4bed8fa3d86ec1d4e2@aim.com> On May 16, 2007, at 10:33 AM, markd@macports.org wrote: > mark brethen on Wednesday, May 16, 2007 at 3:55 AM > -0800 wrote: >>> mark brethen on Tuesday, May 15, 2007 at 5:59 PM >>> -0800 >>> wrote: >>>> Well, I already installed libmad, and checked its contents >>>> >>>> Port libmad contains: >>>> /opt/local/include/mad.h >>>> /opt/local/lib/libmad.0.2.1.dylib >>>> /opt/local/lib/libmad.0.dylib >>>> /opt/local/lib/libmad.a >>>> /opt/local/lib/libmad.dylib >>>> /opt/local/lib/libmad.la >>>> >>>> Why then does it not find it when I do a make root_install? The >>>> error >>>> below, >>>> >>>> checking for mad_frame_decode in -lmad... no >>>> configure: error: libmad needed! Download the latest version at >>>> http://www.mars.org/home/rob/proj/mpeg/ >>>> make: *** [root_libmp3splt] Error 1 >>> >>> Well it looks like it has all the files: >>> >>> http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/audio/libmad/ >>> pkg-plist?rev=1.3;content-type=text%2Fplain >>> >>> I wonder if this is normal? Anyone? >>> >>> otool -L /opt/local/lib/libmad.0.2.1.dylib >>> /opt/local/lib/libmad.0.2.1.dylib: >>> /opt/local/lib/libmad.0.dylib (compatibility version 3.0.0, >>> current version 3.1.0) >>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, >>> current >>> version 88.3.4) >>> >>> I'm beyond my knowledge on this, but I see the freebsd port set it in >>> pkg-config. Could configure be consulting that? If so, uninstall it >>> and >>> try the fixed up one I attached. Just cd to the unzipped directory >>> and do >>> a port install from there. It adds: >>> >>> /opt/local/lib/pkgconfig/mad.pc >>> >>> And so pkg-config works: >>> >>> $ pkg-config --libs mad >>> -L/opt/local/lib -lmad -lm >>> >>> If that doesn't do it I'm out of guesses. If it does, tell me and >>> I'll >>> commit the changes. >>> >>> Mark >>> >>> >>> >>> >> >> I'll try it later today. One thing I noticed, this file: >> >> libdata/pkgconfig/mad.pc >> >> is not in my /opt/local directory. In fact, I can't find it anywhere. > > That's the one that my modifications added. That was the one that the > freebsd port had that the MacPorts one lacked. > > Mark > > I installed your modified port but I get this: brethen-familys-Computer:~ marbre$ pkg-config --libs mad Package mad was not found in the pkg-config search path. Perhaps you should add the directory containing `mad.pc' to the PKG_CONFIG_PATH environment variable No package 'mad' found Not sure why. Everything else is there. From jberry at macports.org Wed May 16 18:42:09 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts v1.4.41 released for selfupdate Message-ID: MacPorts v1.4.41 has been released for self update. To install this release you should be able to: sudo port selfupdate (it will take an hour or so for it to reach the rsync repository). James ChangeLog for this release: Release 1.4.41 (16-May-2007 tagged at r25266 by jberry): - `port info` now supports new --index flag for using old behaviour (eridius r25256). - `port info` now opens the Portfile and displays up-to-date information. This allows information about variants to be displayed (eg. dependencies). Also allow `port info` to default to current directory if no name is provided (eridius r25255). - Add -E flag to reinplace, does the same thing as in sed (eridius r25251). - Add support for [nosync] flag in sources.conf to prevent a source from syncing during a `port sync` or `port selfupdate` (eridius r25236). Example: file:///Users/landonf/misc/MacPorts/dports [nosync] - Updating a file: source via svn update during port sync now uses the uid/gid of the owner of the working copy (eridius r25142). - Make port(1) convert description and long_description from lists to strings before printing to stdout; this enables the proper printing of semi-colons, brackets and other characters by way of Tcl escape sequences. The exceptions to this are the sequences for newline and carriage return (these break the flatfile PortIndex format by introducing line breaks). (boeyms r25110) - Evaluate variants at dportopen instead of dportexec. This ensures that the portfile represents the proper information if queried before targets are executed. It also prevents variants from being executed twice if multiple targets are executed separately on the portfile (ticket #11296, eridius r25033). - Fix copy and move commands (eridius r25024). - Passing multiple arguments to $option-delete now works as expected (ticket #11929, eridius r25006). - fs-traverse no longer follows symlinks specified on the root. This fixes the incorrect behaviour of delete seen in #11862 (eridius r25003). - Remove bundled xar. (jberry r24913). - Tighten checking of port name in depspecs. neither + nor / is allowed. (jberry r24929, r24934, r24940). - Restore ability for portindex lines to contain carriage returns, allowing fields such as descriptions to contain line breaks. Note that any portindex containing such entries will not be readable by a recent version of macports. (jberry r25146) - Add support for descriptions on variants: * The syntax follows the syntax for variant depends, etc. * Descriptions for variants are entirely optional * The change to the portindex format to allow variant descriptions should be backwards compatible. Variant descriptions are stored, keyed by the variant name, in a new portinfo array named "variant_desc". Example: variant myvariant description "This variant does this and that" { configure.args-append --do-this --do-that } (jberry r25147) - Only look for, or create, ~/.macports user directory if the HOME environment variable is defined. (jberry r25177) From markd at macports.org Wed May 16 20:40:45 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: How does dependency checking work? In-Reply-To: <426547.14270.qm@web38010.mail.mud.yahoo.com> References: <426547.14270.qm@web38010.mail.mud.yahoo.com> Message-ID: mark abney on Wednesday, May 16, 2007 at 6:13 PM -0800 wrote: >Thanks. I understand and agree with the policy of keeping as much >within Macports as possible. My immediate undertaking was trying to >modify the gnuplot portfile so that it does not require installing >teTeX. From my still limited understanding, if a user already has tex >installed then it shouldn't install tetex if the dependency in the >portfile is of the form bin:tex:teTeX. Apparently this does not seem to >be the case, and I don't really understand why. (I have Tex Live 2007 >installed and tex is definitely in my path). I think a reasonable case >can be made for this form of dependency on teTeX, but, in any case, it >doesn't work. Also, you might consider that a variant can be used such that the default behavios in to install MacPorts TeTex, but the variant looks for one in bin:. I can't say why bin:tex:teTex isn't working. Could it be a case sensitivity issue? What if you specify it in lower case? As a test, you could also use path: like it is done in the apt Portfile: path:${prefix}/bin/dpkg:dpkg > >On a related note, is there an explanation somewhere of how to make >changes to portfiles and then install with those modifications? If I do >"port edit someport", I get to edit the portfile, but somehow when I >then try to install, it seems the old portfile is still being used. I'm >sure I must be missing some step. My objective is to make some updates >to some ports, and if all goes well suggest those changes be >implemented in Macports. (For instace plotutils uses the 2.4.1 version >from 2000 rather than the 2.5 version from 2006, although from the web >page you would never know there actually existed a 2.5 version). Note >that this is not actually the problem I was having with gnuplot as the >portfile already has the depency in the form I mention above. port ed someport works fine, I use it all the time. But the Portindex isn't updated so if you 'port search' the old version, variants, etc will appear, but when running the install the new changes will indeed be in effect. Also, you may create a local portfile repository for more extrensive changes and/or ones that will survive a 'port selfupdate'. Just edit the /opt/local/etc/ports/sources.conf and insert the path to a local repo and make sure the entry precedes the rsync entry. file:///Users/joebob/dports Then run 'portindex' from the ./dports directory. Note that if you have a portfile for someport in the local repo that also exists in the tree, a port search will turn up two copies, but if the file:/// entry is first that is the one that will be installed. Mark From markd at macports.org Wed May 16 21:20:07 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: libmad developer package In-Reply-To: <5d9c5ac087d3cb4bed8fa3d86ec1d4e2@aim.com> References: <5d9c5ac087d3cb4bed8fa3d86ec1d4e2@aim.com> Message-ID: mark brethen on Wednesday, May 16, 2007 at 6:37 PM -0800 wrote: >>> I'll try it later today. One thing I noticed, this file: >>> >>> libdata/pkgconfig/mad.pc >>> >>> is not in my /opt/local directory. In fact, I can't find it anywhere. >> >> That's the one that my modifications added. That was the one that the >> freebsd port had that the MacPorts one lacked. >> >> Mark >> >> >I installed your modified port but I get this: > >brethen-familys-Computer:~ marbre$ pkg-config --libs mad >Package mad was not found in the pkg-config search path. >Perhaps you should add the directory containing `mad.pc' >to the PKG_CONFIG_PATH environment variable >No package 'mad' found > >Not sure why. Everything else is there. I updated the portfile to revision 1. Try it after it revision 1 appears via selfupdate. It is always possible that the problem you are experiencing has nothing to do with pkg-config. If so this will make no difference of course. I have my fingers crossed. If not, tell us exactly are you trying to do with the port. I know nothing about libmad. Mark From boeyms at macports.org Wed May 16 20:46:35 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:58 2007 Subject: error building python24 on mac os x In-Reply-To: References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> <03CBEA70-66E6-4221-8F97-782BD68AA1C4@gmail.com> Message-ID: <5C9390DD-596C-4820-AB84-640994AD9BD5@macports.org> On 11/05/2007, at 15:02, Jann R?der wrote: > I just found something interesting in Mac/OSX/Dist/build : > > # If the filesystem is case-sensitive then "python" will be built, but > # some parts of the install expect "python.exe which is what is built > # on a case-insensitive filesystem. Make a link just in case it is > # needed. > if [ ! -e python.exe ]; then > ln -s python python.exe > fi > > So it is a case-sensitve vs. not case sensitive filesystem, but this > code should fix it... Why isn't it working then ? The README file in Mac/OSX/ says that that Mac/OSX/Dist/build is only used for creating binary distributions, and grepping for "\" and "/build\>" through the source after the configure step indicates to me that it is never called by anything else. By the way, has anybody reported this problem upstream? I imagine that it would be easy for them to fix. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From boeyms at macports.org Wed May 16 20:47:33 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:58 2007 Subject: Failing to upgrade subversion In-Reply-To: <83BF41A6-F5FF-4F57-986F-C2C4D86FF52E@macports.org> References: <4647FCE6.7060008@fel.cl.nec.co.jp> <89058595-7EEE-4DC5-A877-EE7F2AA3AD64@macports.org> <46480BA2.5020809@fel.cl.nec.co.jp> <464A9F45.7060708@fel.cl.nec.co.jp> <83BF41A6-F5FF-4F57-986F-C2C4D86FF52E@macports.org> Message-ID: On 16/05/2007, at 16:20, Jyrki Wahlstedt wrote: > AFAIK, > Subversion is totally happy to check out using http, what proxy > does not support that? My university's brain-dead installation of Squid, for a start. It's probably not that the software used is not being capable of supporting the the WebDAV/DeltaV extensions to HTTP/1.1 that Subversion uses, but rather that a given installation might have such support restricted or disabled. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From roederja at student.ethz.ch Wed May 16 21:53:06 2007 From: roederja at student.ethz.ch (=?UTF-8?B?SmFubiBSw7ZkZXI=?=) Date: Tue Oct 9 16:42:58 2007 Subject: error building python24 on mac os x In-Reply-To: <5C9390DD-596C-4820-AB84-640994AD9BD5@macports.org> References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> <03CBEA70-66E6-4221-8F97-782BD68AA1C4@gmail.com> <5C9390DD-596C-4820-AB84-640994AD9BD5@macports.org> Message-ID: I put this fix into the portfile, and it seems to work fine. Boey Maun Suang wrote: > > On 11/05/2007, at 15:02, Jann R?der wrote: > >> I just found something interesting in Mac/OSX/Dist/build : >> >> # If the filesystem is case-sensitive then "python" will be built, but >> # some parts of the install expect "python.exe which is what is built >> # on a case-insensitive filesystem. Make a link just in case it is >> # needed. >> if [ ! -e python.exe ]; then >> ln -s python python.exe >> fi >> >> So it is a case-sensitve vs. not case sensitive filesystem, but this >> code should fix it... Why isn't it working then ? > > The README file in Mac/OSX/ says that that Mac/OSX/Dist/build is only > used for creating binary distributions, and grepping for "\" and > "/build\>" through the source after the configure step indicates to me > that it is never called by anything else. > > By the way, has anybody reported this problem upstream? I imagine that > it would be easy for them to fix. > > Kind regards, > > > Maun Suang > From boeyms at macports.org Wed May 16 22:48:32 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:58 2007 Subject: error building python24 on mac os x In-Reply-To: References: <70210D6C-4CFD-48EF-A5D3-FDCC4D5482E7@googlemail.com> <4EEFEF19-125A-40E2-9426-D9BAAEB19069@gmail.com> <57A72D37-0CFE-448D-A447-550F174AB149@googlemail.com> <03CBEA70-66E6-4221-8F97-782BD68AA1C4@gmail.com> <5C9390DD-596C-4820-AB84-640994AD9BD5@macports.org> Message-ID: <28214FD6-F743-4FB3-A251-AEAC592990F1@macports.org> On 17/05/2007, at 14:53, Jann R?der wrote: > I put this fix into the portfile, and it seems to work fine. I had noticed that; sorry for not making that clear. What I meant was that I think that the Python people should know about it so that they can fix it for everyone else too, and we can then drop the workaround, because it's not a problem specific to how MacPorts does things. I'd do it myself, but I really should be doing the work that I'm supposed to be doing. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From boeyms at macports.org Wed May 16 23:14:19 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:58 2007 Subject: commit new port - transcode In-Reply-To: References: <6BAFADCD-04D1-44C9-8BA3-A0FACE3AB524@mac.com> <320CA178-B761-4BE4-940F-8DEB98749234@geeklair.net> Message-ID: Hi Chuck and David, On 17/05/2007, at 00:14, Chuck Remes wrote: > On May 16, 2007, at 8:59 AM, Daniel J. Luke wrote: > >> Is there a compelling reason to use cvs HEAD for this port? > > Yes. The upcoming 1.1.0 release can only be accessed from HEAD. > Plus, this is the best way to make sure that, as the code reaches > release status, it doesn't break under OSX. The other maintainer > and I are keeping a close eye on things to make sure OSX remains a > solidly supported target platform. As soon as 1.1.0 is officially > released, we will update the Portfile to grab a tarball. > > There is an older release (1.0.3) which could potentially be used, > but it's a dead-end for support and functionality. All new > development is focused on the 1.1.x releases. > > In the interim, HEAD is safe. The project developers have a policy > of not breaking the build so we are (somewhat) assured the port > will function properly for folks. Again, this is temporary. > > Is this sufficient? My concern with tracking HEAD in a public portfile (which is, I believe, the primary stated reason for discouraging it) is to do with non-reproducibility of builds. I imagine that it would be much easier to diagnose a problem if we know exactly what was in the source files via a tag, rather than having to try to find out when exactly they installed the port (particularly if it's a bug that is important but whose cause gets obfuscated by later changes, though I don't know how likely that is). Having said that, I don't see a problem with you maintaining a HEAD- tracking port locally and a publicly available tag-tracking port whose tag is frequently updated; if people are concerned with overly frequent updates, we can label the latter as transcode-devel to warn off people who are looking for more stable codebases. Of course, this course would be too much work without commit rights, but you're welcome to apply for that [1] (note that I have nothing to do with determining who gets those rights; I only got mine a few weeks ago). May I finally say thank you for your work on developing a port for transcode; speaking for myself, I've seen your posts to the lists and am impressed by the amount of work you have both been putting into this. I'd hate you to think that your work was not being appreciated. (I'm not casting aspersions about Daniel, either, who I'm sure appreciates your efforts too; I've just learned that you have to be really careful about writing emails, as it is far too easy to give the wrong impression. Apologies if you think I'm over- compensating, but I think it's worth it.) Kind regards, Maun Suang [1] "Requesting Commit Rights" at http://trac.macports.org/projects/ macports/wiki/NewCommittersGuide -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From Jean-Philippe.Humbert at gmx.de Wed May 16 23:47:04 2007 From: Jean-Philippe.Humbert at gmx.de (Jean-Philippe Humbert) Date: Tue Oct 9 16:42:58 2007 Subject: Icu does not build Message-ID: <755A2DFC-B4D7-4012-A7B6-6D2919CD08BB@gmx.de> Hi, the new version of Icu does not build ... any suggestion? Thanks // Jph sudo port upgrade outdated ---> Fetching icu ---> Verifying checksum(s) for icu ---> Extracting icu ---> Configuring icu ---> Building icu with target all Error: Target com.apple.build returned: shell command " cd "/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_icu/work/icu/source" && make all " returned error 2 Command output: /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/ local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o ustrtrns.o ustrtrns.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o ustr_wcs.o ustr_wcs.c /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o utext.o utext.cpp /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o normlzr.o normlzr.cpp /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o unorm.o unorm.cpp /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o unormcmp.o unormcmp.cpp /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o unorm_it.o unorm_it.c /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o chariter.o chariter.cpp /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o schriter.o schriter.cpp /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o uchriter.o uchriter.cpp /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o uiter.o uiter.cpp /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o uchar.o uchar.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o uprops.o uprops.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o ucase.o ucase.c /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o propname.o propname.cpp /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o ubidi_props.o ubidi_props.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o ubidi.o ubidi.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o ubidiwrt.o ubidiwrt.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o ubidiln.o ubidiln.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o ushape.o ushape.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o uscript.o uscript.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o usc_impl.o usc_impl.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o unames.o unames.c /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o utrie.o utrie.c /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o uset_props.o uset_props.cpp /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o uniset_props.o uniset_props.cpp unicode/brkiter.h:477: error: 'URegistryKey' does not name a type unicode/brkiter.h:491: error: 'URegistryKey' has not been declared make[1]: *** [uniset_props.o] Error 1 make: *** [all-recursive] Error 2 Error: Unable to upgrade port: 1 From eridius at macports.org Thu May 17 00:36:48 2007 From: eridius at macports.org (Kevin Ballard) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts v1.4.41 released for selfupdate In-Reply-To: References: Message-ID: <217D5B55-15B9-47B7-B456-8825FC5890A6@macports.org> Please don't upgrade just yet. I just discovered I broke reinplace functionality at the last minute yesterday. Any reinplace pattern that has a dash in it will fail to work (ex. the one in apr-util). I've committed a fix, but we need to push out 1.4.42, and unfortunately the release manager is idle at the moment. On May 16, 2007, at 9:42 PM, James Berry wrote: > MacPorts v1.4.41 has been released for self update. -- 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/20070517/3ec2ca83/attachment.html From ryandesign at macports.org Thu May 17 01:47:43 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: Ghostscript Installation Problem In-Reply-To: <17C89910-AC2D-4371-8F77-96195DB96FB4@ns-design.com> References: <17C89910-AC2D-4371-8F77-96195DB96FB4@ns-design.com> Message-ID: <1A2B639F-D401-49D3-9254-3A7F4A9265CF@macports.org> Looks like the ghostscript port is still doing ghostscript 8.54 but 8.56 has been available from upstream for a couple months already. Perhaps that would help? On May 16, 2007, at 16:15, Christopher Riker wrote: > Working with a MacBook Pro, OS 10.4.9, Xcode 2.4.1. > > I'm working on installing a few programs with dependencies on > Ghostscript and ran into problems upon installation of Ghostscript > (v 8.54) > > So I narrowed my focus down to just Ghostscript. I have cleaned the > port and tried repeated consecutive installations (without > cleaning) and get this output consistently. > > Any ideas or suggestions? > > Thanks! > > - Chris > >> ---> Building ghostscript >> gcc -DHAVE_MKSTEMP -DHAVE_HYPOT -O2 -I/opt/local/include -Wall - >> Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes - >> Wcast-qual -Wwrite-strings -fno-builtin -fno-common - >> DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -O2 >> -I/opt/local/include -Wall -Wstrict-prototypes -Wmissing- >> declarations -Wmissing-prototypes -Wcast-qual -Wwrite-strings -fno- >> builtin -fno-common -DHAVE_STDINT_H - >> DGX_COLOR_INDEX_TYPE="unsigned long long" -O2 -I./obj/ -Ijasper/ >> src/libjasper/include -DJAS_CONFIGURE -DEXCLUDE_BMP_SUPPORT=1 - >> DEXCLUDE_JPG_SUPPORT=1 -DEXCLUDE_MIF_SUPPORT=1 - >> DEXCLUDE_PGX_SUPPORT=1 -DEXCLUDE_PNM_SUPPORT=1 - >> DEXCLUDE_RAS_SUPPORT=1 -DEXCLUDE_PNG_SUPPORT=1 -o ./obj/jas_cm.o - >> c jasper/src/libjasper/base/jas_cm.c >> jasper/src/libjasper/base/jas_cm.c: In function >> 'jas_cmpxformseq_appendcnvt': >> jasper/src/libjasper/base/jas_cm.c:748: warning: implicit >> declaration of function 'jas_error' >> jasper/src/libjasper/base/jas_cm.c:748: error: >> 'JAS_ERR_UNEQUAL_PARMS_IN_JAS_CMPXFORMSEQ_APPENDCNVT' undeclared >> (first use in this function) >> jasper/src/libjasper/base/jas_cm.c:748: error: (Each undeclared >> identifier is reported only once >> jasper/src/libjasper/base/jas_cm.c:748: error: for each function >> it appears in.) >> jasper/src/libjasper/base/jas_cm.c: In function 'icctoclrspc': >> jasper/src/libjasper/base/jas_cm.c:1158: error: >> 'JAS_ERR_CLR_SPACE_UNKNOWN_IN_ICCTOCLRSPC' undeclared (first use >> in this function) >> jasper/src/libjasper/base/jas_cm.c: In function >> 'jas_clrspc_numchans': >> jasper/src/libjasper/base/jas_cm.c:1364: error: >> 'JAS_ERR_UNSUPPORTED_COLOR_SPACE_IN_JAS_CLRSPC_NUMCHANS' >> undeclared (first use in this function) >> make: *** [obj/jas_cm.o] Error 1 >> Warning: the following items did not execute (for ghostscript): >> com.apple.activate com.apple.build com.apple.destroot >> com.apple.install From mike012012 at yahoo.com Thu May 17 02:01:48 2007 From: mike012012 at yahoo.com (Michael Thon) Date: Tue Oct 9 16:42:58 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: References: Message-ID: How does one get editing access to the wiki and does anyone have a copy of the old documentation that was one the darwinports web site? Mike On May 11, 2007, at 7:51 PM, Fred Bauder wrote: > Yes, it is a wiki. Anyone who has something to contribute should > just jump in. If something is wrong, correct it. Leading in the > wiki context is contributing information about what you know. And > monitoring the contributions of others. > > Fred > >> -----Original Message----- >> From: Michael Thon [mailto:mike012012@yahoo.com] >> Sent: Friday, May 11, 2007 12:54 AM >> To: 'James Berry' >> Cc: 'PortMgr', 'Macports dev', 'MacPorts Users' >> Subject: Re: Call for MacPorts documentation/site effort >> >> Agreed! I don't have the time nor the experience to lead any sort of >> organized documentation effort but I'd be happy to help out where I >> can. Is this something that can be done by committee? Or, better >> yet, wild, wild west style? It is a Wiki afterall :) >> >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users >> > > From ryandesign at macports.org Thu May 17 02:09:34 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:58 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: References: Message-ID: <8AB3F0FC-3245-4C7F-A099-D19C8C34F1FF@macports.org> On May 17, 2007, at 04:01, Michael Thon wrote: > How does one get editing access to the wiki and does anyone have a > copy of the old documentation that was one the darwinports web site? The old documentation is available for browsing in the Internet Archive: http://web.archive.org/web/20060427120406/darwinports.opendarwin.org/ docs/ You can also check out the XML files from the MacPorts repository: http://trac.macosforge.org/projects/macports/browser/trunk/doc/guide From hahn.seb at web.de Thu May 17 03:43:05 2007 From: hahn.seb at web.de (Sebastian Hahn) Date: Tue Oct 9 16:42:58 2007 Subject: X11-Error installing wireshark, using Apple's X11 In-Reply-To: <94F929E3-4132-4DB6-BB00-2DC66E9A68C9@macports.org> References: <890A8AFB-FA63-4B74-8108-DE6E53DC3654@web.de> <94F929E3-4132-4DB6-BB00-2DC66E9A68C9@macports.org> Message-ID: <96C1FA1E-DAC7-44B8-B67F-D6D1959ACAC7@web.de> On May 16, 2007, at 3:56 AM, Ryan Schmidt wrote: > On May 15, 2007, at 12:01, Sebastian Hahn wrote: > >> On May 15, 2007, at 9:12 AM, Ryan Schmidt wrote: >> >>> Do you have /usr/X11R6/lib/libX11.6.dylib? I believe that's the >>> file that's being looked for by the ports you're installing, and >>> it should be there as part of Apple's X11. If it's not there, >>> reinstall X11User.pkg and X11SDK.pkg. I know you said you already >>> have them installed, but maybe the installation got damaged >>> somehow. Reinstalling from the original packages would ensure >>> it's working correctly. >>> >>> Unless you want to use XFree86 instead, which you could do. In >>> that case, do what the message says and move /usr/X11R6 out of >>> the way first, or delete it. If you go this route, delete the X11 >>> receipts too, and X11.app. >> >> I'd rather not install XFree86, as I'm using Apple's X11 for other >> things as well, and I'd hate to somehow mess that up... The >> libX11.6.dylib is present on my system, and it's also not zero >> size (I checked for the obvious "damaged file"-case)... Where can >> I get the most current X11User.pkg and X11SDK.pkg-files from? > > For Mac OS X 10.4: > > X11User.pkg should be here: > > http://www.apple.com/support/downloads/x11update2006113.html > > It says it requires an existing X11 install, so you may have to > install X11User.pkg from your Mac OS X 10.4 install DVD/CD first. > Or it may be ok with what you have on your hard drive now. > > X11SDK.pkg is part of Xcode 2.4.1 which you download from Apple > Developer Connection. > > > For Mac OS X 10.3: > > X11User.pkg is here: > > http://www.apple.com/support/downloads/x11formacosx.html > > Xcode 1.5 is the last version that works with Mac OS X 10.3 and > X11SDK.pkg should be a part of that. > > > Thanks a lot, it works now! After some problems with gtk-warnings that I could solve thanks to google, wireshark actually runs :) But I still have question... I have to open Terminal, and then type "open-x11 wireshark". When I launch X11 directly, my .profile is ignored somehow... I found on Apple's website that the X11-app uses the same settings as the application that launched it, so is there a way to force it to use .profile? I hope this didn't sound totally confused... Thanks Sebastian -------------- 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/20070517/b5d8565b/PGP.bin From ringods at yahoo.co.uk Thu May 17 04:27:47 2007 From: ringods at yahoo.co.uk (Ringo De Smet) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts v1.4.41 released for selfupdate In-Reply-To: <217D5B55-15B9-47B7-B456-8825FC5890A6@macports.org> Message-ID: <20070517112747.17591.qmail@web27605.mail.ukl.yahoo.com> --- Kevin Ballard wrote: > Please don't upgrade just yet. I just discovered I broke reinplace > functionality at the last minute yesterday. Any reinplace pattern > that has a dash in it will fail to work (ex. the one in apr-util). > > I've committed a fix, but we need to push out 1.4.42, and > unfortunately the release manager is idle at the moment. Too late! :-/ I did a selfupdate before I came to read this message. As a result, my apache2 install fails with: Error: Target com.apple.destroot returned: reinplace: unknown flag '-s|/apache2/build/libtool|/share/apr-0/build/libtool|g' Ringo ___________________________________________________________ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html From cremes.devlist at mac.com Thu May 17 04:37:28 2007 From: cremes.devlist at mac.com (Chuck Remes) Date: Tue Oct 9 16:42:58 2007 Subject: commit new port - transcode In-Reply-To: References: <6BAFADCD-04D1-44C9-8BA3-A0FACE3AB524@mac.com> <320CA178-B761-4BE4-940F-8DEB98749234@geeklair.net> Message-ID: <036BA669-B68E-4069-A5F7-5082F7E44ABC@mac.com> On May 17, 2007, at 1:14 AM, Boey Maun Suang wrote: > Hi Chuck and David, > > On 17/05/2007, at 00:14, Chuck Remes wrote: > >> On May 16, 2007, at 8:59 AM, Daniel J. Luke wrote: >> >>> Is there a compelling reason to use cvs HEAD for this port? >> >> Yes. The upcoming 1.1.0 release can only be accessed from HEAD. >> Plus, this is the best way to make sure that, as the code reaches >> release status, it doesn't break under OSX. The other maintainer >> and I are keeping a close eye on things to make sure OSX remains a >> solidly supported target platform. As soon as 1.1.0 is officially >> released, we will update the Portfile to grab a tarball. >> >> There is an older release (1.0.3) which could potentially be used, >> but it's a dead-end for support and functionality. All new >> development is focused on the 1.1.x releases. >> >> In the interim, HEAD is safe. The project developers have a policy >> of not breaking the build so we are (somewhat) assured the port >> will function properly for folks. Again, this is temporary. >> >> Is this sufficient? > > My concern with tracking HEAD in a public portfile (which is, I > believe, the primary stated reason for discouraging it) is to do > with non-reproducibility of builds. I imagine that it would be > much easier to diagnose a problem if we know exactly what was in > the source files via a tag, rather than having to try to find out > when exactly they installed the port (particularly if it's a bug > that is important but whose cause gets obfuscated by later changes, > though I don't know how likely that is). [snip] Thanks for all the feedback. I'll take a look at introducing a date tag so we can get reproducible builds. Once I get that working, we'll just update the Portfile twice a month until the transcode developers put out the final release. I'll privately track their daily submissions to make sure they don't break OSX builds too badly. :-) cr From ringods at yahoo.co.uk Thu May 17 04:41:00 2007 From: ringods at yahoo.co.uk (Ringo De Smet) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts Web App (mpwa) online for initial testing. In-Reply-To: <283B51BF-1B88-4B4C-98FD-EFD1777B7012@macports.org> Message-ID: <994359.14655.qm@web27601.mail.ukl.yahoo.com> James, --- James Berry wrote: > The following is not yet implemented: > > - Support for dependencies Most of the time, I try to find out, as a MacPorts *user*, which port depends on other ports. Often, a variant adds additional dependencies. As a result, I would like to have the feature above bumped in implementation priority. :-) For the rest: thank you for your hard work! Ringo ___________________________________________________________ 24 FIFA World Cup tickets to be won with Yahoo! Mail http://uk.mail.yahoo.com From jberry at macports.org Thu May 17 07:43:21 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts v1.4.42 released for selfupdate Message-ID: MacPorts v1.4.42 has been released for self update, correcting a bug in v1.4.41. To install this release you should be able to: sudo port selfupdate (it will take an hour or so for it to reach the rsync repository). James ChangeLog for this release: Release 1.4.42 (17-May-2007 tagged at r25296 by jberry) - Fix reinplace, broken in 1.4.41 (eridius r25285). From jberry at macports.org Thu May 17 07:44:05 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:58 2007 Subject: MacPorts v1.4.41 released for selfupdate In-Reply-To: <217D5B55-15B9-47B7-B456-8825FC5890A6@macports.org> References: <217D5B55-15B9-47B7-B456-8825FC5890A6@macports.org> Message-ID: <229147DC-33B5-4E56-8B2D-E6749E341AC5@macports.org> On May 17, 2007, at 12:36 AM, Kevin Ballard wrote: > Please don't upgrade just yet. I just discovered I broke reinplace > functionality at the last minute yesterday. Any reinplace pattern > that has a dash in it will fail to work (ex. the one in apr-util). > > I've committed a fix, but we need to push out 1.4.42, and > unfortunately the release manager is idle at the moment. 1.4.42 has now been released. James From n.oxyde at gmail.com Thu May 17 07:49:17 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:42:58 2007 Subject: Icu does not build In-Reply-To: <755A2DFC-B4D7-4012-A7B6-6D2919CD08BB@gmx.de> References: <755A2DFC-B4D7-4012-A7B6-6D2919CD08BB@gmx.de> Message-ID: <8B630785-C09F-428E-82B7-47CE486C122A@gmail.com> Hi, I got this problem too when i've began to write the new portfile. Everything worked fine after i ran `port clean --all icu`. Anyway, i've been running a little through the sources and i can't understand why this error came up. Thanks for the feedback. Le 17 mai 07 ? 08:47, Jean-Philippe Humbert a ?crit : > Hi, > > the new version of Icu does not build ... > any suggestion? > > Thanks > // Jph > > sudo port upgrade outdated > ---> Fetching icu > ---> Verifying checksum(s) for icu > ---> Extracting icu > ---> Configuring icu > ---> Building icu with target all > Error: Target com.apple.build returned: shell command " cd "/opt/ > local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_devel_icu/work/icu/source" && make all " returned error 2 > Command output: /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/ > local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o > ustrtrns.o ustrtrns.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o ustr_wcs.o ustr_wcs.c > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o utext.o utext.cpp > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o normlzr.o normlzr.cpp > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o unorm.o unorm.cpp > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o unormcmp.o unormcmp.cpp > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o unorm_it.o unorm_it.c > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o chariter.o chariter.cpp > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o schriter.o schriter.cpp > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o uchriter.o uchriter.cpp > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o uiter.o uiter.cpp > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o uchar.o uchar.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o uprops.o uprops.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o ucase.o ucase.c > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o propname.o propname.cpp > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o ubidi_props.o > ubidi_props.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o ubidi.o ubidi.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o ubidiwrt.o ubidiwrt.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o ubidiln.o ubidiln.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o ushape.o ushape.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o uscript.o uscript.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o usc_impl.o usc_impl.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o unames.o unames.c > /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o utrie.o utrie.c > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o uset_props.o > uset_props.cpp > /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - > I. -I../i18n -O2 -fno-common -c -dynamic -o uniset_props.o > uniset_props.cpp > unicode/brkiter.h:477: error: 'URegistryKey' does not name a type > unicode/brkiter.h:491: error: 'URegistryKey' has not been declared > make[1]: *** [uniset_props.o] Error 1 > make: *** [all-recursive] Error 2 > > Error: Unable to upgrade port: 1 > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From markd at macports.org Thu May 17 08:27:29 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: X11-Error installing wireshark, using Apple's X11 In-Reply-To: <96C1FA1E-DAC7-44B8-B67F-D6D1959ACAC7@web.de> References: <96C1FA1E-DAC7-44B8-B67F-D6D1959ACAC7@web.de> Message-ID: Sebastian Hahn on Thursday, May 17, 2007 at 3:43 AM -0800 wrote: >But I still have question... I have to open Terminal, and then type >"open-x11 wireshark". When I launch X11 directly, my .profile is >ignored somehow... I found on Apple's website that the X11-app uses >the same settings as the application that launched it, so is there a >way to force it to use .profile? > >I hope this didn't sound totally confused... See section "Options for the MacPorts' shell and X11 environment" here: http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts Mark From jeffadams78 at yahoo.com Thu May 17 08:28:09 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:58 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: Message-ID: <15266.48527.qm@web30614.mail.mud.yahoo.com> First climb the tallest mountain in Australia and find the blind monk who lives at the top. You must perform three tasks for him, if you succeed he will whisper to you the Secret Words of Power. Find the lost city of Atlantis and utter these words of power; a computer terminal will rise from the depths. If you correctly guess the administrator password on the first try, you can then add yourself to the list of wiki editors. --- Michael Thon wrote: > How does one get editing access to the wiki ____________________________________________________________________________________ Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center. http://autos.yahoo.com/green_center/ From maabney2 at yahoo.com Thu May 17 08:33:08 2007 From: maabney2 at yahoo.com (mark abney) Date: Tue Oct 9 16:42:58 2007 Subject: How does dependency checking work? In-Reply-To: Message-ID: <26659.28400.qm@web38002.mail.mud.yahoo.com> --- markd@macports.org wrote: > mark abney on Wednesday, May 16, 2007 at 6:13 PM > -0800 wrote: > >Thanks. I understand and agree with the policy of keeping as much > >within Macports as possible. My immediate undertaking was trying to > >modify the gnuplot portfile so that it does not require installing > >teTeX. From my still limited understanding, if a user already has tex > >installed then it shouldn't install tetex if the dependency in the > >portfile is of the form bin:tex:teTeX. Apparently this does not seem to > >be the case, and I don't really understand why. (I have Tex Live 2007 > >installed and tex is definitely in my path). I think a reasonable case > >can be made for this form of dependency on teTeX, but, in any case, it > >doesn't work. > > Also, you might consider that a variant can be used such that the default > behavios in to install MacPorts TeTex, but the variant looks for one in > bin:. I can't say why bin:tex:teTex isn't working. Could it be a case > sensitivity issue? What if you specify it in lower case? As a test, you > could also use path: like it is done in the apt Portfile: > > path:${prefix}/bin/dpkg:dpkg It's not a case sensitivity issue. The file that's in my PATH is 'tex' and the filename as specified in the dependency is also 'tex', but port simply refuses to find it. Where does it search? Or, if it does actually find it, ignores it and still tries to install teTeX. Any ideas where in all the tcl code these decisions are made? I haven't tried the path: form of dependency yet; I'll need to do more experimentation. Thanks for the suggestion. > > > >On a related note, is there an explanation somewhere of how to make > >changes to portfiles and then install with those modifications? If I do > >"port edit someport", I get to edit the portfile, but somehow when I > >then try to install, it seems the old portfile is still being used. I'm > >sure I must be missing some step. My objective is to make some updates > >to some ports, and if all goes well suggest those changes be > >implemented in Macports. (For instace plotutils uses the 2.4.1 version > >from 2000 rather than the 2.5 version from 2006, although from the web > >page you would never know there actually existed a 2.5 version). Note > >that this is not actually the problem I was having with gnuplot as the > >portfile already has the depency in the form I mention above. > > port ed someport works fine, I use it all the time. But the Portindex > isn't updated so if you 'port search' the old version, variants, etc will > appear, but when running the install the new changes will indeed be in > effect. Also, you may create a local portfile repository for more > extrensive changes and/or ones that will survive a 'port selfupdate'. > Just edit the /opt/local/etc/ports/sources.conf and insert the path to a > local repo and make sure the entry precedes the rsync entry. > > file:///Users/joebob/dports > > Then run 'portindex' from the ./dports directory. Note that if you have a > portfile for someport in the local repo that also exists in the tree, a > port search will turn up two copies, but if the file:/// entry is first > that is the one that will be installed. > Running portindex seemed to do the trick. Before running it changes to the dependencies or adding a new variant seemed to be ignored, but portindex changed that. Thanks for the tip on creating a local tree. This will make it safer to experiment. It's too bad there isn't any documentation about this stuff (e.g. not even a man page for or a mention on other man pages about portindex), I don't know if I'll end up having the time and patience for extensive trial and error. Mark A ____________________________________________________________________________________Need a vacation? Get great deals to amazing places on Yahoo! Travel. http://travel.yahoo.com/ From markd at macports.org Thu May 17 08:45:25 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:58 2007 Subject: dependency style bin: not working In-Reply-To: <26659.28400.qm@web38002.mail.mud.yahoo.com> References: <26659.28400.qm@web38002.mail.mud.yahoo.com> Message-ID: mark abney on Thursday, May 17, 2007 at 8:33 AM -0800 wrote: >It's not a case sensitivity issue. The file that's in my PATH is 'tex' >and the filename as specified in the dependency is also 'tex', but port >simply refuses to find it. Where does it search? Or, if it does actually >find it, ignores it and still tries to install teTeX. Any ideas where in >all the tcl code these decisions are made? I haven't tried the >path: form of dependency yet; I'll need to do more experimentation. >Thanks for the suggestion. > I can't answer that. I changed the subject line in hopes that someone else will chime in. > >Running portindex seemed to do the trick. Before running it changes to >the dependencies or adding a new variant seemed to be ignored, but >portindex >changed that. Thanks for the tip on creating a local tree. This will make >it safer to experiment. It's too bad there isn't any documentation about >this stuff (e.g. not even a man page for or a mention on other man pages >about portindex), I don't know if I'll end up having the time and patience >for extensive trial and error. There is in the legacy docs that are archived here. http://web.archive.org/web/20060427120406/darwinports.opendarwin.org/docs/ See "Using a Local Portfile Repository" Mark From hahn.seb at web.de Thu May 17 09:16:09 2007 From: hahn.seb at web.de (Sebastian Hahn) Date: Tue Oct 9 16:42:58 2007 Subject: X11-Error installing wireshark, using Apple's X11 In-Reply-To: References: <96C1FA1E-DAC7-44B8-B67F-D6D1959ACAC7@web.de> Message-ID: <4BE991DF-DA48-43FA-B58B-E845E2D368B0@web.de> On May 17, 2007, at 5:27 PM, markd@macports.org wrote: > Sebastian Hahn on Thursday, May 17, 2007 at 3:43 AM > -0800 wrote: >> But I still have question... I have to open Terminal, and then type >> "open-x11 wireshark". When I launch X11 directly, my .profile is >> ignored somehow... I found on Apple's website that the X11-app uses >> the same settings as the application that launched it, so is there a >> way to force it to use .profile? >> >> I hope this didn't sound totally confused... > > See section "Options for the MacPorts' shell and X11 environment" > here: > > http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts > > Mark > Thanks a lot, works for me now :) Sebastian -------------- 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/20070517/20d80da8/PGP.bin From lyle.johnson at gmail.com Thu May 17 09:27:05 2007 From: lyle.johnson at gmail.com (Lyle Johnson) Date: Tue Oct 9 16:42:58 2007 Subject: Problems installing svk-2.0.1 Message-ID: I was trying to install the "svk" port, but it was taking an extraordinarily long time for the "Configuring svk" step. When I turn on debug output, I can see that it's stuck in an endless loop, repeating this bit over and over: (1) Africa (2) Asia (3) Central America (4) Europe (5) North America (6) Oceania (7) South America Select your continent (or several nearby continents) [] Sorry! since you don't have any existing picks, you must make a geographic selection. Is there a workaround for this? From lyle.johnson at gmail.com Thu May 17 09:33:47 2007 From: lyle.johnson at gmail.com (Lyle Johnson) Date: Tue Oct 9 16:42:58 2007 Subject: Problems installing svk-2.0.1 In-Reply-To: References: Message-ID: On 5/17/07, Lyle Johnson wrote: > Is there a workaround for this? Ah, found the answer in this Trac ticket: http://trac.macports.org/projects/macports/ticket/9096 Solution was to first run: sudo perl -MCPAN -e shell and then answer "no" to the question about configuring it. Then quit the shell, and try the install of "svk" again. From dluke at geeklair.net Thu May 17 09:37:04 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:59 2007 Subject: Problems installing svk-2.0.1 In-Reply-To: References: Message-ID: <713443DD-31AD-4EAA-9D29-69F998634E26@geeklair.net> On May 17, 2007, at 12:33 PM, Lyle Johnson wrote: > On 5/17/07, Lyle Johnson wrote: > >> Is there a workaround for this? > > Ah, found the answer in this Trac ticket: > > http://trac.macports.org/projects/macports/ticket/9096 > > Solution was to first run: > > sudo perl -MCPAN -e shell > > and then answer "no" to the question about configuring it. Then quit > the shell, and try the install of "svk" again. That's actually not the best answer. The problem is that there are 2 perl modules that svk requires to be installed that overwrite files in the perl port. You need to install them with the -f, and they output messages to let you know that (although it's easy to miss in all of the text that scrolls by). These ports are: p5-file-temp-svkonly p5-pathtools -- 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/20070517/f04a340f/PGP.bin From lists at jon.buffington.name Thu May 17 09:47:31 2007 From: lists at jon.buffington.name (Jon Buffington) Date: Tue Oct 9 16:42:59 2007 Subject: python25 port and libpython? Message-ID: Is libpython (e.g., libpython2.5.dylib) installed by the python25 Portfile? I am trying to link to lpython and the linker is finding / usr/lib/libpython.dylib from Apple's build of python 2.4.3. I did locate ${prefix}/lib/python2.5/config/libpython2.5.a but was uncertain if I should be linking to this library file as I expected to find libpython in ${prefix}/lib. Regards, Jon From chpickel at stwing.upenn.edu Thu May 17 09:50:39 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:42:59 2007 Subject: dependency style bin: not working In-Reply-To: References: <26659.28400.qm@web38002.mail.mud.yahoo.com> Message-ID: <905FDDE7-1F99-471D-A6A4-5B224BA29FBC@stwing.upenn.edu> On 17 May, 2007, at 11:45, markd@macports.org wrote: > mark abney on Thursday, May 17, 2007 at 8:33 > AM -0800 > wrote: >> It's not a case sensitivity issue. The file that's in my PATH is >> 'tex' >> and the filename as specified in the dependency is also 'tex', but >> port >> simply refuses to find it. Where does it search? Or, if it does >> actually >> find it, ignores it and still tries to install teTeX. Any ideas >> where in >> all the tcl code these decisions are made? I haven't tried the >> path: form of dependency yet; I'll need to do more experimentation. >> Thanks for the suggestion. >> > I can't answer that. I changed the subject line in hopes that someone > else will chime in. My understanding of darwinports.tcl:526 is that MacPorts doesn't ever use the user's PATH. If ports.conf does not include a "binpath" statement, port will construct one for its own use. The PATH it constructs doesn't include /usr/local/bin, however, which is I assume where tex is. Maybe if you edit /opt/local/etc/ports/ports.conf and add a binpath statement, e.g.: binpath /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/ usr/X11R6/bin:/usr/local/bin ...it could find it. Obviously this line will be different if it's not /usr/local. Make sure you add things last, though, because otherwise you could potentially get weird bugs that no one else does. Chris -------------- 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/20070517/b62ac389/PGP.bin From Jean-Philippe.Humbert at gmx.de Thu May 17 11:17:32 2007 From: Jean-Philippe.Humbert at gmx.de (Jean-Philippe Humbert) Date: Tue Oct 9 16:42:59 2007 Subject: Icu does not build In-Reply-To: <8B630785-C09F-428E-82B7-47CE486C122A@gmail.com> References: <755A2DFC-B4D7-4012-A7B6-6D2919CD08BB@gmx.de> <8B630785-C09F-428E-82B7-47CE486C122A@gmail.com> Message-ID: Hi, I have tried your trick but it does not help... I have the same error. // Jph Le 17 mai 07 ? 16:49, N_Ox a ?crit : > Hi, > > I got this problem too when i've began to write the new portfile. > Everything worked fine after i ran `port clean --all icu`. > > Anyway, i've been running a little through the sources and i can't > understand why this error came up. > > Thanks for the feedback. > > Le 17 mai 07 ? 08:47, Jean-Philippe Humbert a ?crit : > >> Hi, >> >> the new version of Icu does not build ... >> any suggestion? >> >> Thanks >> // Jph >> >> sudo port upgrade outdated >> ---> Fetching icu >> ---> Verifying checksum(s) for icu >> ---> Extracting icu >> ---> Configuring icu >> ---> Building icu with target all >> Error: Target com.apple.build returned: shell command " cd "/opt/ >> local/var/db/dports/build/ >> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate >> _dports_devel_icu/work/icu/source" && make all " returned error 2 >> Command output: /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/ >> local/include -I. -I../i18n -O2 -fno-common -c -dynamic -o >> ustrtrns.o ustrtrns.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o ustr_wcs.o ustr_wcs.c >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o utext.o utext.cpp >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o normlzr.o normlzr.cpp >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o unorm.o unorm.cpp >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o unormcmp.o >> unormcmp.cpp >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o unorm_it.o unorm_it.c >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o chariter.o >> chariter.cpp >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o schriter.o >> schriter.cpp >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o uchriter.o >> uchriter.cpp >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o uiter.o uiter.cpp >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o uchar.o uchar.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o uprops.o uprops.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o ucase.o ucase.c >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o propname.o >> propname.cpp >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o ubidi_props.o >> ubidi_props.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o ubidi.o ubidi.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o ubidiwrt.o ubidiwrt.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o ubidiln.o ubidiln.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o ushape.o ushape.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o uscript.o uscript.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o usc_impl.o usc_impl.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o unames.o unames.c >> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o utrie.o utrie.c >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o uset_props.o >> uset_props.cpp >> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include - >> I. -I../i18n -O2 -fno-common -c -dynamic -o uniset_props.o >> uniset_props.cpp >> unicode/brkiter.h:477: error: 'URegistryKey' does not name a type >> unicode/brkiter.h:491: error: 'URegistryKey' has not been declared >> make[1]: *** [uniset_props.o] Error 1 >> make: *** [all-recursive] Error 2 >> >> Error: Unable to upgrade port: 1 >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users From maabney2 at yahoo.com Thu May 17 13:22:51 2007 From: maabney2 at yahoo.com (mark abney) Date: Tue Oct 9 16:42:59 2007 Subject: dependency style bin: not working In-Reply-To: <905FDDE7-1F99-471D-A6A4-5B224BA29FBC@stwing.upenn.edu> Message-ID: <523615.80056.qm@web38010.mail.mud.yahoo.com> --- Chris Pickel wrote: > On 17 May, 2007, at 11:45, markd@macports.org wrote: > > mark abney on Thursday, May 17, 2007 at 8:33 > > AM -0800 > > wrote: > >> It's not a case sensitivity issue. The file that's in my PATH is > >> 'tex' > >> and the filename as specified in the dependency is also 'tex', but > >> port > >> simply refuses to find it. Where does it search? Or, if it does > >> actually > >> find it, ignores it and still tries to install teTeX. Any ideas > >> where in > >> all the tcl code these decisions are made? I haven't tried the > >> path: form of dependency yet; I'll need to do more experimentation. > >> Thanks for the suggestion. > >> > > I can't answer that. I changed the subject line in hopes that someone > > else will chime in. > > My understanding of darwinports.tcl:526 is that MacPorts doesn't ever > use the user's PATH. If ports.conf does not include a "binpath" > statement, port will construct one for its own use. The PATH it > constructs doesn't include /usr/local/bin, however, which is I assume > where tex is. Maybe if you edit /opt/local/etc/ports/ports.conf and > add a binpath statement, e.g.: > > binpath /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/ > usr/X11R6/bin:/usr/local/bin > > ...it could find it. Obviously this line will be different if it's > not /usr/local. Make sure you add things last, though, because > otherwise you could potentially get weird bugs that no one else does. > Thanks, this works and solves my problem. My understanding of how things work, although still very limited, is now much greater than before. Mark A ____________________________________________________________________________________ Now that's room service! Choose from over 150,000 hotels in 45,000 destinations on Yahoo! Travel to find your fit. http://farechase.yahoo.com/promo-generic-14795097 From n.oxyde at gmail.com Thu May 17 14:13:40 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:42:59 2007 Subject: Icu does not build In-Reply-To: References: <755A2DFC-B4D7-4012-A7B6-6D2919CD08BB@gmx.de> <8B630785-C09F-428E-82B7-47CE486C122A@gmail.com> Message-ID: <886374AB-E234-4A53-B815-0E9739594F9E@gmail.com> As I haven't found anything on this problem out there, try these two experiments: First, try running `port install icu configure.cmd='./runConfigureICU MacOSX'` Then, try `port install icu make.cmd='gnumake'` Hope this will help. Le 17 mai 07 ? 20:17, Jean-Philippe Humbert a ?crit : > Hi, > > I have tried your trick but it does not help... > I have the same error. > > // Jph > > Le 17 mai 07 ? 16:49, N_Ox a ?crit : > >> Hi, >> >> I got this problem too when i've began to write the new portfile. >> Everything worked fine after i ran `port clean --all icu`. >> >> Anyway, i've been running a little through the sources and i can't >> understand why this error came up. >> >> Thanks for the feedback. >> >> Le 17 mai 07 ? 08:47, Jean-Philippe Humbert a ?crit : >> >>> Hi, >>> >>> the new version of Icu does not build ... >>> any suggestion? >>> >>> Thanks >>> // Jph >>> >>> sudo port upgrade outdated >>> ---> Fetching icu >>> ---> Verifying checksum(s) for icu >>> ---> Extracting icu >>> ---> Configuring icu >>> ---> Building icu with target all >>> Error: Target com.apple.build returned: shell command " cd "/opt/ >>> local/var/db/dports/build/ >>> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdat >>> e_dports_devel_icu/work/icu/source" && make all " returned error 2 >>> Command output: /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/ >>> opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic - >>> o ustrtrns.o ustrtrns.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o ustr_wcs.o >>> ustr_wcs.c >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o utext.o utext.cpp >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o normlzr.o >>> normlzr.cpp >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o unorm.o unorm.cpp >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o unormcmp.o >>> unormcmp.cpp >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o unorm_it.o >>> unorm_it.c >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o chariter.o >>> chariter.cpp >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o schriter.o >>> schriter.cpp >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o uchriter.o >>> uchriter.cpp >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o uiter.o uiter.cpp >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o uchar.o uchar.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o uprops.o uprops.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o ucase.o ucase.c >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o propname.o >>> propname.cpp >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o ubidi_props.o >>> ubidi_props.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o ubidi.o ubidi.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o ubidiwrt.o >>> ubidiwrt.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o ubidiln.o ubidiln.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o ushape.o ushape.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o uscript.o uscript.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o usc_impl.o >>> usc_impl.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o unames.o unames.c >>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o utrie.o utrie.c >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o uset_props.o >>> uset_props.cpp >>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/include >>> -I. -I../i18n -O2 -fno-common -c -dynamic -o uniset_props.o >>> uniset_props.cpp >>> unicode/brkiter.h:477: error: 'URegistryKey' does not name a type >>> unicode/brkiter.h:491: error: 'URegistryKey' has not been declared >>> make[1]: *** [uniset_props.o] Error 1 >>> make: *** [all-recursive] Error 2 >>> > From ludwig at burningman.com Thu May 17 18:32:59 2007 From: ludwig at burningman.com (Ludwig) Date: Tue Oct 9 16:42:59 2007 Subject: port list outdated Message-ID: <20070518013259.GK19870@burningman.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The outdated psudo-portname is not expanding correctly. It's returning a list of all ports in the repository. Is there another way to get a list of all active outdated ports? -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iEYEARECAAYFAkZNAkkACgkQqMQkOg5fmcuy8ACfU0IBgM92YFSIdzieskuVmNHU LzgAoMXRhuk4PExUj904TT2EvLcOC/Ac =dnnR -----END PGP SIGNATURE----- From vincent-opdarw at vinc17.org Thu May 17 18:36:25 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:42:59 2007 Subject: Problems with python (was: /bin/date and coreutils) In-Reply-To: <20070510215605.GD8428@prunille.vinc17.org> References: <463F758A.9090407@cogweb.net> <463F7A67.2030404@cogweb.net> <20070510142504.GB26089@prunille.vinc17.org> <43A9BD4E-5CC8-49F7-B672-DA1B1EF505CD@fhi-berlin.mpg.de> <20070510215605.GD8428@prunille.vinc17.org> Message-ID: <20070518013625.GA1144@prunille.vinc17.org> On 2007-05-10 23:56:05 +0200, Vincent Lefevre wrote: > I've seen many problems after Python upgrades under Debian (e.g. > things that no longer work, probably because incompatibilities > between versions)... Well, not only on Debian. With MacPorts too: the latest python upgrade (2.4.3_1 -> 2.4.4_0) breaks Mercurial: Traceback (most recent call last): File "/opt/local/bin/hg", line 10, in ? from mercurial import commands File "/opt/local/lib/python2.4/site-packages/mercurial/commands.py", line 2559, in ? globalopts = [ File "/opt/local/lib/python2.4/site-packages/mercurial/demandload.py", line 61, in __getattribute__ module = object.__getattribute__(self, 'module')() File "/opt/local/lib/python2.4/site-packages/mercurial/demandload.py", line 54, in module return object.__getattribute__(self, 'importer').module() File "/opt/local/lib/python2.4/site-packages/mercurial/demandload.py", line 30, in module self.fromlist) File "/opt/local/lib/python2.4/site-packages/mercurial/util.py", line 20, in ? _encoding = os.environ.get("HGENCODING") or locale.getpreferredencoding() \ File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/locale.py", line 399, in getpreferredencoding import _locale ImportError: No module named _locale -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From cremes.devlist at mac.com Thu May 17 19:31:03 2007 From: cremes.devlist at mac.com (cremes.devlist@mac.com) Date: Tue Oct 9 16:42:59 2007 Subject: commit new port - transcode In-Reply-To: <036BA669-B68E-4069-A5F7-5082F7E44ABC@mac.com> References: <6BAFADCD-04D1-44C9-8BA3-A0FACE3AB524@mac.com> <320CA178-B761-4BE4-940F-8DEB98749234@geeklair.net> <036BA669-B68E-4069-A5F7-5082F7E44ABC@mac.com> Message-ID: <2CA277A4-F102-4DCF-8D73-A1019D39647E@mac.com> On May 17, 2007, at 6:37 AM, Chuck Remes wrote: > > On May 17, 2007, at 1:14 AM, Boey Maun Suang wrote: > >> Hi Chuck and David, >> >> On 17/05/2007, at 00:14, Chuck Remes wrote: >> >>> On May 16, 2007, at 8:59 AM, Daniel J. Luke wrote: >>> >>>> Is there a compelling reason to use cvs HEAD for this port? >>> >>> Yes. The upcoming 1.1.0 release can only be accessed from HEAD. >>> Plus, this is the best way to make sure that, as the code reaches >>> release status, it doesn't break under OSX. The other maintainer >>> and I are keeping a close eye on things to make sure OSX remains >>> a solidly supported target platform. As soon as 1.1.0 is >>> officially released, we will update the Portfile to grab a tarball. >>> >>> There is an older release (1.0.3) which could potentially be >>> used, but it's a dead-end for support and functionality. All new >>> development is focused on the 1.1.x releases. >>> >>> In the interim, HEAD is safe. The project developers have a >>> policy of not breaking the build so we are (somewhat) assured the >>> port will function properly for folks. Again, this is temporary. >>> >>> Is this sufficient? >> >> My concern with tracking HEAD in a public portfile (which is, I >> believe, the primary stated reason for discouraging it) is to do >> with non-reproducibility of builds. I imagine that it would be >> much easier to diagnose a problem if we know exactly what was in >> the source files via a tag, rather than having to try to find out >> when exactly they installed the port (particularly if it's a bug >> that is important but whose cause gets obfuscated by later >> changes, though I don't know how likely that is). > [snip] > > Thanks for all the feedback. I'll take a look at introducing a date > tag so we can get reproducible builds. Once I get that working, > we'll just update the Portfile twice a month until the transcode > developers put out the final release. I'll privately track their > daily submissions to make sure they don't break OSX builds too > badly. :-) I have submitted a modified Portfile using a date tag for checkout. It compiles cleanly on both PPC and x86, so I think we're in good shape. Some please review and commit [1]. cr [1] http://trac.macports.org/projects/macports/ticket/11933 From ndiscreet at gmail.com Thu May 17 19:44:29 2007 From: ndiscreet at gmail.com (Altoine Barker) Date: Tue Oct 9 16:42:59 2007 Subject: P5-PDL Fails In-Reply-To: References: <464AC284.3000000@GmAiL.cOm> Message-ID: <464D130D.2080900@GmAiL.cOm> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It fails at the installation phase now. Here is the error: Installing /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/bin/pptemplate Writing /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/PDL/.packlist Fixing packlist /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/PDL/.packlist Error: Target com.apple.destroot returned: reinplace: unknown flag '-s|/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot||' Warning: the following items did not execute (for p5-pdl): com.apple.activate com.apple.destroot com.apple.install Error: The following dependencies failed to build: p5-pdl Error: Status 1 encountered during processing. markd@macports.org wrote: > Altoine Barker on Wednesday, May 16, 2007 at 1:36 AM > -0800 wrote: >> I get the following error when I build p5-pdl from p5-gimp: >> >> >> Manifying ../blib/man3/PDL.3 >> /opt/local/bin/perl BAD2_demo.pm.PL BAD2_demo.pm >> Can't locate PDL/Config.pm in @INC (@INC contains: >> /opt/local/lib/perl5/5.8.8/darwin-2level /opt/local/lib/perl5/5.8.8 >> /opt/local/lib/perl5/site_perl/5.8.8/darwin-2level >> /opt/local/lib/perl5/site_perl/5.8.8 /opt/local/lib/perl5/site_perl >> /opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level >> /opt/local/lib/perl5/vendor_perl/5.8.8 /opt/local/lib/perl5/vendor_perl >> .) at BAD2_demo.pm.PL line 12. >> BEGIN failed--compilation aborted at BAD2_demo.pm.PL line 12. >> make[1]: *** [BAD2_demo.pm] Error 2 >> make: *** [subdirs] Error 2 >> >> Warning: the following items did not execute (for p5-pdl): >> com.apple.activate com.apple.build com.apple.destroot com.apple.install >> Error: The following dependencies failed to build: p5-pdl >> Error: Status 1 encountered during processing. >> >> >> Anyone else come across this problem... and/or know a solution? >> I am working with a Powermac G4 running OSX 10.4.9. >> My MacPorts is version 1.440. >> My perl version is 5.8.8 for darwin-2level >> I had installed from a fresh install and my first port command ran after >> sync and selfupdate was "sudo port -v install p5-gimp" then the error I >> am reporting now, happened. >> >> - -Altoine > > I got the same thing. I updated the portfile to 2.4.3 and it fixes that > so please wait a bit and do a selfupdate and try again. > > Mark > > - -- http://www.houseofmobility.com .--. ` __| .-----. |=.| |.-----.| |--| ||Enter|| | | |'-----'| |__|~')____(' -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGTRMNS0foIafBdlkRAm6ZAJ4987za4a8Az+JZ6HLdtKDyKbOgaACeK8qM f1N+VUq/x5cjskuc9MYoZNA= =5jKT -----END PGP SIGNATURE----- From jberry at macports.org Thu May 17 20:35:36 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:42:59 2007 Subject: port list outdated In-Reply-To: <20070518013259.GK19870@burningman.com> References: <20070518013259.GK19870@burningman.com> Message-ID: <58E06CF4-79E1-40CF-B86D-4682BC8EFF22@macports.org> On May 17, 2007, at 6:32 PM, Ludwig wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > The outdated psudo-portname is not expanding correctly. It's > returning > a list of all ports in the repository. Is there another way to get a > list of all active outdated ports? Huh. port list outdated works for me. port echo outdated is more correct and faster. But 'port outdated' is what's intended and will give you the best quality information. James. > > > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (Darwin) > > iEYEARECAAYFAkZNAkkACgkQqMQkOg5fmcuy8ACfU0IBgM92YFSIdzieskuVmNHU > LzgAoMXRhuk4PExUj904TT2EvLcOC/Ac > =dnnR > -----END PGP SIGNATURE----- > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From boeyms at macports.org Thu May 17 20:53:44 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:42:59 2007 Subject: port list outdated In-Reply-To: <20070518013259.GK19870@burningman.com> References: <20070518013259.GK19870@burningman.com> Message-ID: <9B61C3A8-007A-4873-9727-D7B14AC7B750@macports.org> Hi Ludwig, > The outdated psudo-portname is not expanding correctly. It's > returning > a list of all ports in the repository. Is there another way to get a > list of all active outdated ports? If you can show us the command you entered and the full output that you got, that should help us figure out why you got what you got, and in particular whether or not it is a bug that we need to deal with. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From markd at macports.org Thu May 17 21:55:53 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:59 2007 Subject: P5-PDL Fails In-Reply-To: <464D130D.2080900@GmAiL.cOm> References: <464AC284.3000000@GmAiL.cOm> <, > <,> <464D130D.2080900@GmAiL.cOm> Message-ID: Do another selfupdate. MacPorts 1.441 had a bug that broke reinplace. You need 1.442. This command "port -v" should get you: MacPorts 1.442 Mark Altoine Barker on Thursday, May 17, 2007 at 7:44 PM -0800 wrote: >It fails at the installation phase now. Here is the error: > > >Installing >/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/bin/pptemplate >Writing >/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/PDL/.packlist >Fixing packlist >/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/PDL/.packlist >Error: Target com.apple.destroot returned: reinplace: unknown flag >'-s|/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot||' >Warning: the following items did not execute (for p5-pdl): >com.apple.activate com.apple.destroot com.apple.install >Error: The following dependencies failed to build: p5-pdl >Error: Status 1 encountered during processing. > From Jean-Philippe.Humbert at gmx.de Thu May 17 23:32:26 2007 From: Jean-Philippe.Humbert at gmx.de (Jean-Philippe Humbert) Date: Tue Oct 9 16:42:59 2007 Subject: Fwd: Icu does not build References: <2260CCD3-EF1C-42F5-B082-503A836315E3@gmx.de> Message-ID: <39C3E532-DB88-4D3C-AC61-43857DBCD51F@gmx.de> > t : R?p : Icu does not build > > Hi, > > I have tried the two experiments. > But the same error appears each time... > > Thanks for your help. > // Jph > > Le 17 mai 07 ? 23:13, N_Ox a ?crit : > >> As I haven't found anything on this problem out there, try these >> two experiments: >> First, try running `port install icu configure.cmd='./ >> runConfigureICU MacOSX'` >> Then, try `port install icu make.cmd='gnumake'` >> >> Hope this will help. >> >> Le 17 mai 07 ? 20:17, Jean-Philippe Humbert a ?crit : >> >>> Hi, >>> >>> I have tried your trick but it does not help... >>> I have the same error. >>> >>> // Jph >>> >>> Le 17 mai 07 ? 16:49, N_Ox a ?crit : >>> >>>> Hi, >>>> >>>> I got this problem too when i've began to write the new portfile. >>>> Everything worked fine after i ran `port clean --all icu`. >>>> >>>> Anyway, i've been running a little through the sources and i >>>> can't understand why this error came up. >>>> >>>> Thanks for the feedback. >>>> >>>> Le 17 mai 07 ? 08:47, Jean-Philippe Humbert a ?crit : >>>> >>>>> Hi, >>>>> >>>>> the new version of Icu does not build ... >>>>> any suggestion? >>>>> >>>>> Thanks >>>>> // Jph >>>>> >>>>> sudo port upgrade outdated >>>>> ---> Fetching icu >>>>> ---> Verifying checksum(s) for icu >>>>> ---> Extracting icu >>>>> ---> Configuring icu >>>>> ---> Building icu with target all >>>>> Error: Target com.apple.build returned: shell command " cd "/ >>>>> opt/local/var/db/dports/build/ >>>>> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupd >>>>> ate_dports_devel_icu/work/icu/source" && make all " returned >>>>> error 2 >>>>> Command output: /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/ >>>>> opt/local/include -I. -I../i18n -O2 -fno-common -c -dynamic >>>>> -o ustrtrns.o ustrtrns.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> ustr_wcs.o ustr_wcs.c >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> utext.o utext.cpp >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> normlzr.o normlzr.cpp >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> unorm.o unorm.cpp >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> unormcmp.o unormcmp.cpp >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> unorm_it.o unorm_it.c >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> chariter.o chariter.cpp >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> schriter.o schriter.cpp >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> uchriter.o uchriter.cpp >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> uiter.o uiter.cpp >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> uchar.o uchar.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> uprops.o uprops.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> ucase.o ucase.c >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> propname.o propname.cpp >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> ubidi_props.o ubidi_props.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> ubidi.o ubidi.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> ubidiwrt.o ubidiwrt.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> ubidiln.o ubidiln.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> ushape.o ushape.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> uscript.o uscript.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> usc_impl.o usc_impl.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> unames.o unames.c >>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> utrie.o utrie.c >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> uset_props.o uset_props.cpp >>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>> uniset_props.o uniset_props.cpp >>>>> unicode/brkiter.h:477: error: 'URegistryKey' does not name a type >>>>> unicode/brkiter.h:491: error: 'URegistryKey' has not been declared >>>>> make[1]: *** [uniset_props.o] Error 1 >>>>> make: *** [all-recursive] Error 2 >>>>> >>> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070518/a7d8d308/attachment.html From n.oxyde at gmail.com Fri May 18 00:18:46 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:42:59 2007 Subject: Icu does not build In-Reply-To: <39C3E532-DB88-4D3C-AC61-43857DBCD51F@gmx.de> References: <2260CCD3-EF1C-42F5-B082-503A836315E3@gmx.de> <39C3E532-DB88-4D3C-AC61-43857DBCD51F@gmx.de> Message-ID: <380FAC00-DD7D-41B2-80FF-6DAB0561790B@gmail.com> Thanks for your feedbacks. I've opened a ticket upstream: http://bugs.icu-project.org/trac/ticket/5718 Le 18 mai 07 ? 08:32, Jean-Philippe Humbert a ?crit : >> t : R?p : Icu does not build >> >> Hi, >> >> I have tried the two experiments. >> But the same error appears each time... >> >> Thanks for your help. >> // Jph >> >> Le 17 mai 07 ? 23:13, N_Ox a ?crit : >> >>> As I haven't found anything on this problem out there, try these >>> two experiments: >>> First, try running `port install icu configure.cmd='./ >>> runConfigureICU MacOSX'` >>> Then, try `port install icu make.cmd='gnumake'` >>> >>> Hope this will help. >>> >>> Le 17 mai 07 ? 20:17, Jean-Philippe Humbert a ?crit : >>> >>>> Hi, >>>> >>>> I have tried your trick but it does not help... >>>> I have the same error. >>>> >>>> // Jph >>>> >>>> Le 17 mai 07 ? 16:49, N_Ox a ?crit : >>>> >>>>> Hi, >>>>> >>>>> I got this problem too when i've began to write the new portfile. >>>>> Everything worked fine after i ran `port clean --all icu`. >>>>> >>>>> Anyway, i've been running a little through the sources and i >>>>> can't understand why this error came up. >>>>> >>>>> Thanks for the feedback. >>>>> >>>>> Le 17 mai 07 ? 08:47, Jean-Philippe Humbert a ?crit : >>>>> >>>>>> Hi, >>>>>> >>>>>> the new version of Icu does not build ... >>>>>> any suggestion? >>>>>> >>>>>> Thanks >>>>>> // Jph >>>>>> >>>>>> sudo port upgrade outdated >>>>>> ---> Fetching icu >>>>>> ---> Verifying checksum(s) for icu >>>>>> ---> Extracting icu >>>>>> ---> Configuring icu >>>>>> ---> Building icu with target all >>>>>> Error: Target com.apple.build returned: shell command " cd "/ >>>>>> opt/local/var/db/dports/build/ >>>>>> _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpup >>>>>> date_dports_devel_icu/work/icu/source" && make all " returned >>>>>> error 2 >>>>>> Command output: /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/ >>>>>> opt/local/include -I. -I../i18n -O2 -fno-common -c - >>>>>> dynamic -o ustrtrns.o ustrtrns.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> ustr_wcs.o ustr_wcs.c >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> utext.o utext.cpp >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> normlzr.o normlzr.cpp >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> unorm.o unorm.cpp >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> unormcmp.o unormcmp.cpp >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> unorm_it.o unorm_it.c >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> chariter.o chariter.cpp >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> schriter.o schriter.cpp >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> uchriter.o uchriter.cpp >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> uiter.o uiter.cpp >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> uchar.o uchar.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> uprops.o uprops.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> ucase.o ucase.c >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> propname.o propname.cpp >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> ubidi_props.o ubidi_props.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> ubidi.o ubidi.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> ubidiwrt.o ubidiwrt.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> ubidiln.o ubidiln.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> ushape.o ushape.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> uscript.o uscript.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> usc_impl.o usc_impl.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> unames.o unames.c >>>>>> /usr/bin/gcc-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> utrie.o utrie.c >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> uset_props.o uset_props.cpp >>>>>> /usr/bin/g++-4.0 -DU_COMMON_IMPLEMENTATION -I/opt/local/ >>>>>> include -I. -I../i18n -O2 -fno-common -c -dynamic -o >>>>>> uniset_props.o uniset_props.cpp >>>>>> unicode/brkiter.h:477: error: 'URegistryKey' does not name a type >>>>>> unicode/brkiter.h:491: error: 'URegistryKey' has not been >>>>>> declared >>>>>> make[1]: *** [uniset_props.o] Error 1 >>>>>> make: *** [all-recursive] Error 2 >>>>>> >>>> >> > From n.oxyde at gmail.com Fri May 18 01:52:16 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:42:59 2007 Subject: /bin/date and coreutils In-Reply-To: <463F758A.9090407@cogweb.net> References: <463F758A.9090407@cogweb.net> Message-ID: <7682D3BB-64CD-4D6F-91CC-8834B18E9887@gmail.com> Just a side note: as stated in sed(1) and gnused(1) manpages, I'm pretty sure sed -E is the same as gnused -r. N_Ox. Le 7 mai 07 ? 20:52, David Liontooth a ?crit : > > In the case of sed, I needed the -r switch and found gsed, providing > gnused, in macports, which works great. > > Dave From maamoo at gmail.com Fri May 18 03:13:05 2007 From: maamoo at gmail.com (S H A N) Date: Tue Oct 9 16:42:59 2007 Subject: trac ticket for http_ping, connect & mget In-Reply-To: References: Message-ID: hi any friendly commiter out there to help me out? :) kindly assist. On 5/12/07, S H A N wrote: > hi, thks for correction. pls find the updated files for trac submission. > > best regards. > > On 5/1/07, Ryan Schmidt wrote: > > > > On May 1, 2007, at 01:33, markd@macports.org wrote: > > > > > And the top line of each portfile should be this: > > > > > > # $Id: > > > > No, it should be > > > > # $Id$ > > > > It could also be > > > > # $Id:$ > > > > if you like, but there must be an ending $ > > > > > > > -- > Best Regards. > > -- Best Regards. From iane at sussex.ac.uk Fri May 18 04:46:33 2007 From: iane at sussex.ac.uk (Ian Eiloart) Date: Tue Oct 9 16:42:59 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: <15266.48527.qm@web30614.mail.mud.yahoo.com> References: <15266.48527.qm@web30614.mail.mud.yahoo.com> Message-ID: <4787B6887A45B9860265B8DB@lewes.staff.uscs.susx.ac.uk> --On 17 May 2007 08:28:09 -0700 Jeff Adams wrote: > First climb the tallest mountain in Australia and find > the blind monk who lives at the top. You must perform > three tasks for him, if you succeed he will whisper to > you the Secret Words of Power. Find the lost city of > Atlantis and utter these words of power; a computer > terminal will rise from the depths. If you correctly > guess the administrator password on the first try, you > can then add yourself to the list of wiki editors. > I think you've missed a step. I tried all that, and the tofu steak sacrifices, but: I still get an error when I try to access my account preferences, and I still can't add to the trac, even though I can log in! -- Ian Eiloart IT Services, University of Sussex x3148 From dluke at geeklair.net Fri May 18 06:23:30 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:42:59 2007 Subject: commit new port - transcode In-Reply-To: <2CA277A4-F102-4DCF-8D73-A1019D39647E@mac.com> References: <6BAFADCD-04D1-44C9-8BA3-A0FACE3AB524@mac.com> <320CA178-B761-4BE4-940F-8DEB98749234@geeklair.net> <036BA669-B68E-4069-A5F7-5082F7E44ABC@mac.com> <2CA277A4-F102-4DCF-8D73-A1019D39647E@mac.com> Message-ID: <16F8B898-114D-4EC0-8108-2359188D8319@geeklair.net> On May 17, 2007, at 10:31 PM, cremes.devlist@mac.com wrote: > I have submitted a modified Portfile using a date tag for checkout. > It compiles cleanly on both PPC and x86, so I think we're in good > shape. > > Some please review and commit [1]. Committed in r25312, thanks! -- 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/20070518/dd0e1a4f/PGP.bin From ramercer at gmail.com Fri May 18 06:37:31 2007 From: ramercer at gmail.com (Adam Mercer) Date: Tue Oct 9 16:42:59 2007 Subject: rdiff-backup problems after update to 1.1.9 Message-ID: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Hi After the rdiff-backup port was bumped to 1.1.9 my backups have been failing with the following error whenever I try to clean old backups: Exception 'SingleSetGlobals instance has no attribute 'src_fsa'' raised of class 'exceptions.AttributeError': File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 298, in error_check_Main try: Main(arglist) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 318, in Main take_action(rps) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 282, in take_action elif action == "remove-older-than": RemoveOlderThan(rps[0]) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 671, in RemoveOlderThan rootrp = require_root_set(rootrp, 0) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 649, in require_root_set read_only) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/fs_abilities.py", line 727, in single_set_globals ssg.set_must_escape_dos_devices(Globals.rbdir) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/fs_abilities.py", line 610, in set_must_escape_dos_devices self.src_fsa.escape_dos_devices or local_edd) Traceback (most recent call last): File "/opt/local/bin/rdiff-backup", line 23, in ? rdiff_backup.Main.error_check_Main(sys.argv[1:]) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 298, in error_check_Main try: Main(arglist) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 318, in Main take_action(rps) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 282, in take_action elif action == "remove-older-than": RemoveOlderThan(rps[0]) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 671, in RemoveOlderThan rootrp = require_root_set(rootrp, 0) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", line 649, in require_root_set read_only) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/fs_abilities.py", line 727, in single_set_globals ssg.set_must_escape_dos_devices(Globals.rbdir) File "/opt/local/lib/python2.4/site-packages/rdiff_backup/fs_abilities.py", line 610, in set_must_escape_dos_devices self.src_fsa.escape_dos_devices or local_edd) AttributeError: SingleSetGlobals instance has no attribute 'src_fsa' Is anyone else seeing this? Cheers Adam From liontooth at cogweb.net Fri May 18 08:55:12 2007 From: liontooth at cogweb.net (David Liontooth) Date: Tue Oct 9 16:42:59 2007 Subject: /bin/date and coreutils In-Reply-To: <7682D3BB-64CD-4D6F-91CC-8834B18E9887@gmail.com> References: <463F758A.9090407@cogweb.net> <7682D3BB-64CD-4D6F-91CC-8834B18E9887@gmail.com> Message-ID: <464DCC60.1060301@cogweb.net> N_Ox wrote: > Just a side note: as stated in sed(1) and gnused(1) manpages, > I'm pretty sure sed -E is the same as gnused -r. Thanks! Don't know how I missed that. # echo 2007-05-02 | gnused -r 's/([0-9]{4})-([0-9]{2})-([0-9]{2})/\1\/\1-\2/' 2007/2007-05 # echo 2007-05-02 | sed -E 's/([0-9]{4})-([0-9]{2})-([0-9]{2})/\1\/\1-\2/' 2007/2007-05 Dave > > N_Ox. > > Le 7 mai 07 ? 20:52, David Liontooth a ?crit : > >> >> In the case of sed, I needed the -r switch and found gsed, providing >> gnused, in macports, which works great. >> >> Dave > From ms at mac-specialist.com Fri May 18 10:57:55 2007 From: ms at mac-specialist.com (Bill Hernandez) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Message-ID: [LENGTHY INCOHERENT RANT] Some observations on my OSX software upgrade/install experience. Wonder if I am alone in these thoughts or anyone else has had similar nightmares... Over time I've installed so many different versions software (mostly Apache, php, pgsql, and a myriad of dependencies) in the form of binaries & source installs on my workstation, and on the servers that after a while I began to feel that I had no clue what's what, or what was where, a big unruly mix and match... Over time there have been a number of binaries, some better than others. At first I tried binaries from marc liyanage, and others, and the problem for me with the binaries was : ( 1 ) that you were always from moderately behind, to far behind the current versions. ( 2 ) by their nature there's no choice on where, what options, versions, etc are installed. Some people put a great deal of effort into creating these binaries, and for the most part grateful as you were that someone took the time, they never quite solved the problem. I began installing from source and found that to be an excercise in total frustration. If you did a simple ./configure (with maybe a couple of simple options) ./make ./sudo make install things might install as advertised, but even then you might get failures because you are missing some dependency, or you don't have the correct version of openssl, or libxml, or some other such thing and the install requires a later version. Not to even mention all the warnings the compiler doles out about unsigned variables, etc. Sometimes when you get involved in what you feel is going to be a 30 minute deal, and three days later at 3:15 am you've installed a boat- load of dependent software, you're on the last leg and the last one just refuses to compile with some cryptic message. You begin to feel like you're inside a huge snowball rolling down the mountain totally out of control, and there's a big giant Sequoia at the bottom, and you just know it's got you name on it. Now you have all this stuff installed that won't work and the only choice is to re-format/erase the drive and restore from the latest backup to try to get back to where you were 72 hours prior. Get that started and go to bed, and hope the next day you'll feel better... I have had success installing from source, but sometimes the cryptic errors were too much, and I just gave up. The pain was too great! I would spend a couple of days trying to install something like gd2 in order to have support for graphics buttons on the fly in php only to find the dependencies and cryptic errors to be an excercise in total frustration. After a while there are umpteen instances of php and the associated support files installed by the OS, FINK, MAMP, entropy, Zend, and others. It is absolutely mind-blowing when you search your entire drive for httpd.conf, or php.ini the number of items found. Even when I installed what should have been a simple install of "rpl" which does a simple unix replace string, I had to go back and forth with the author overcoming some error messages until I finally got it to install correctly. One of the huge problems is that unless you have the discipline to write excellent notes, and file them appropriately, so that the next time you need to do this again on a new machine a year down the road, you're going to be in for the same problem all over again... And there's always the broken links to dilyib.a.this and diliyb.that, that you can never figure out what they are for, why there are so many links, which ones are still valid, what's garbage and can be cleaned out?. What needs to be configured for access to shared libraries and what doesn't. Every now and then you get lucky and do an $ "ln -s /real_here /alias_there" and you manage to get broken links working. The funny part is that I consider myself a reasonably intelligent guy, have a degree in Aerospace Engineering with Honors from the University of Florida, worked as an Engineer/Scientist on the Saturn/ Apollo Program (Apollo VIII thru Apollo XII) during the late 60's whe we trying to get to the Moon, I learned to fly, got every flight rating imaginable including an ATR, flight instructed and went on to become an Airline Pilot for Eastern Airlines for many years. I have been programming the Mac almost fulltime since 1987 in about a dozen languages including Motorola 6800 Assembly, Pascal, C, C++, etc. So I tend to think that I am not the average user, and I still run into huge problems. Which makes me feel bad for the average person trying to deal with this crap. That having been said, life should not be this overly complicated in the year 2007, which brings me back to the cryptic messages. This is absurdity, as long as computers have been around we should be at a point where upgrades to OS installed software do not represent a major crisis in the life and self esteem of an average person... My wife recently took a weeklong course on security from the SANS Institute at http://www.sans.org/, and I've been listening to the "Sans OnDemand" home study portion since her workstation is right beside mine. The intructor's name is "Stephen Northcutt" who is an incredibly amazing individual. He's been involved in every aspect of computer life as we know it today at the foundation rule defining levels. I used to think I was reasonably safe behind the routers/firewalls, and behind the OSX Server Firewalls until I began reading all the daily vulnerability reports. In fact since I do this as a hobby now, I shutdown all the servers the other day, and ordered a new SonicWall TZ 180 Wireless, which supposedly will allow me to encrypt all wireless access from my workstation or laptop at home. This course that my wife took, and the "Sans OnDemand" stuff is really worth the money. I used to think it would be nice to shell out the multi- thousand dollars for Cisco, only to find out that it doesn't matter what you have, it's all vulnerable, whether it's Cisco, SonicWall, etc. the only hope we have is defense in depth. For those of us that can write shell scripts, but are not in the super-guru category, the opportunities that wrong flag or something to that effect can produce is vulnerability issue is far too real. When I started doing this, if you were a programmer you could make really good money. Now that so much of the programming has gone overseas, and everybody and their brother writes some level software, a course like this really wakes you up to the realization that even the average user's computer is in great peril of being used as a parking source to robots, hackers, worms, trojans, etc. from which to launch their attacks. I used to think my stuff was reasonably safe, being OSX based, and after this course I can see that I've been in the land of OZ. I always feel like my PHD is in bufoonery, in the sense that I've made every mistake that could possibly be made, and yet I continue to punish myself. If I had any strength of character at all, I would pitch the computer out the window, and go fly my little airplane. Maybe take a short flight to Okahome, and go eat some lunch at one of the local airports, or fly down to the Bahamas... What a happy life I had before I bought my first TI 16 something_or_other, before the Commodore 64 and the Aplle II computers. I can truthfully say that have sucked the very life out of my soul, they were supposed to make life easier, supposed to help us have more free time, huh ? OS X has made things a lot better in some respects, and worse in others. We don't suffer crashes 3 times a day any more, that's good... ... and cell phones ? People go on vacation, and stick an uggly contraption in their ear so they can stay in touch with work, while they are trying to take their kids on a ride at Disney World. Couple of months ago one of my friends went on a Photo Safari to Africa, and prior to leaving got a Satellite Phone to stay in touch onboard ship, and out in the wild, and took their laptop so they could stay connected. I thought to myself "This is insane! They better be paying attention to the wildlife so some Lion doesn't have them for a snack while they are keeping in touch with work.". Anyway, I thought "Are you crazy, or what ? Why don't you just stay home, forget the vacation, just go to work and save yourself the trouble ?" Something is very wrong with this picture, but it's not unusual... In my lifetime I have seen free time vanish from human existence, except in France. Anyway, great as the Mac has been, Apple has done a very poor job in providing help to upgrade the ancient versions of software that come with the OS. They install dark age versions of all kinds of things and never seem to have a path to upgrade any of this stuff. The user has to resort to things like FINK, etc. which puts stuff in non- standard locations "/sw". Even things like installing MacPorts last night. After reading the intructions about merging the ~/.bash_profile into the ~/.profile that MacPorts creates, I followed the instructions, merged and deleted ~/.bash_profile and could not get the bash terminal to use ~/.profile. I restarted it terminal, and even restarted the machine to see if that would help, and it didn't so I renamed ~/.profile back to ~/.bash_profile and got that work. The problem is that it is not clear where MacPorts will then expect ~/.profile to be there. A while ago I had added as the last line in my ~/.bash_profile the following: echo $(curl -s http://checkip.dyndns.org/ | sed -e 's/[^0-9\.]*// g') ; echo $( ifconfig | grep broadcast | awk '{ print $2 }') and that was not displaying, so I knew that ~/.profile was not loading correctly. I tried to find out where ~/.profile was specified as the startup document and found the Terminal Preferences has a checkbox and a field : "Open a saved .termfile when Terminal starts : _______________" and maybe you are supposed to enter ~/.profile there. In my opinion Apple is in a perfect position to know where everything, and I mean EVERYTHING (pathwise, and dependency wise) is located since they shipped it installed. So that even if they are not going to handle the upgrades from Apache 1.3 on OSX, or Apache 2.0.52 on OSX Server, or openssl .96d, or php 4.x to the current versions, they should have some really good instructions on how to replace and upgrade the existing outdated versions. Shamefully they don't do anything of the sort... Perhaps if you are a home user with an iMac or a laptop you can get by with Apache 1.3, (we're talking 4 or 5 years after Apache 2 became available) but certainly if you are shelling out a bunch of money for OSX Server, Apple should be more forthcoming. Their policy seems to be install it and forget. The user won't notice how ancient this stuff is, and even if they do "We'll just tell them that's not part of the 90 day support"... A couple of weeks ago I bought a new Intel iMacG5 and was not surprised that they still had ancient versions of software right out of the box... It's hard for me to believe that Apple is totally unconcerned with this problem. In my opinion Apple's lack of interest in maintaining the software packages they pre-install with the OS up to date is shameful. I do not think they should be responsible for any user installed stuff, but they should certainly provide a way to keep software that comes with the OS up to date, such as the software previously mentioned... Enough for my thoughts on this issue. I aplogize for repeating myself, particularly in the use of the word "shameful"... [GENERAL QUESTIONS] So far I reformatted my primary drive, installed all the licensed applications, downloaded MacPorts installed the following : "SuccessFully, I might add. Yeah for the MacPorts Team" [2007.18.05](09:08AM) -> [bhernandez] ~ $ port list installed expat @2.0.0 textproc/expat fontconfig @2.4.2 graphics/fontconfig freetype @2.3.4 print/freetype gd2 @2.0.34 graphics/gd2 jpeg @6b graphics/jpeg libiconv @1.11 textproc/libiconv libpng @1.2.18 graphics/libpng ncurses @5.6 devel/ncurses ncursesw @5.6 devel/ncursesw openssl @0.9.8e devel/openssl readline @5.2.001 devel/readline rpl @1.4.0 textproc/rpl zlib @1.2.3 archivers/zlib [2007.18.05](09:49AM) -> [bhernandez] ~ $ Before I install (Apache2, PHP5, PostgreSQL, mySQL) I wanted to find out if there was a preferred way of doing this ? It seems like PHP should be last because of the --with APXS2 that requires a path to Apache, but in this case where MacPorts knows where everything is going to be installed anyway maybe it doesn' matter ? Anyway MacPorts has handled all the ugly stuff so far, and I don't want to screw up the remaining installs.... Any ideas what variants I should use, I didn't find where the information is stored, about what the different variants do, and which one I should choose ? ( 1 ) iMacG5 workstation - OSX 10.4.9 (Apache 2.0.52, php, postgreSQL) ( 2 ) G4 - OSX Server 10.3.9 (This one runs a 4D WebServer) ( 3 ) G4 - OSX Server 10.4.9 (This one runs Apache 2.0.52, php, postgreSQL) When I use the bash terminal to find out about what options are available for Apache2: [2007.18.05](07:13AM) -> [bhernandez] ~ $ port variants Apache2 Apache2 has the variants: universal darwin darwin_7 openbsd openldap preforkmpm workermpm eventmpm no_startupitem [2007.18.05](07:17AM) -> [bhernandez] ~ $ I think I've gotten completely burned out beyond help... Best Regards, Bill Hernandez Plano, Texas From jeffadams78 at yahoo.com Fri May 18 11:17:53 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:59 2007 Subject: Call for MacPorts documentation/site effort In-Reply-To: <4787B6887A45B9860265B8DB@lewes.staff.uscs.susx.ac.uk> Message-ID: <511939.16420.qm@web30611.mail.mud.yahoo.com> I can access my account preferences, but I can't edit the wiki or enter trac items (no links appear for either one). Basically the options are the same whether I'm logged in or not. Jeff --- Ian Eiloart wrote: > > > I think you've missed a step. I tried all that, and > the tofu steak > sacrifices, but: I still get an error when I try to > access my account > preferences, and I still can't add to the trac, even > though I can log in! > > -- > Ian Eiloart > IT Services, University of Sussex > x3148 > ____________________________________________________________________________________ Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/ From andrew at ca.afilias.info Fri May 18 11:18:04 2007 From: andrew at ca.afilias.info (Andrew Sullivan) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Message-ID: <20070518181804.GE1335@afilias.info> On Fri, May 18, 2007 at 12:57:55PM -0500, Bill Hernandez wrote: > Perhaps if you are a home user with an iMac or a laptop you can get > by with Apache 1.3, (we're talking 4 or 5 years after Apache 2 became > available) but certainly if you are shelling out a bunch of money for > OSX Server, Apple should be more forthcoming. This is where your assumotion goes wrong: Apple has used the community-provided software to build a product, OS X. If you don't like all the details of that product (and I'll tell you that, from my point of view, Apache 1.3 is still _just fine_), then you can alter your system to do this. And in fact the ports project provides a (not perfect, but good) infrastructure to make those alterations. But just like any other technology, if you're going to start mucking with the insides, the vendor shouldn't take the blame for problems you encounter. That said, I think you're starting to understand why all those former LISP machine users switched to the early Apple Macintoshes when they did. Because UNIX sucks. It just sucks less than everything else widely used these days: http://www.simson.net/ref/ugh.pdf A -- Andrew Sullivan 204-4141 Yonge Street Afilias Canada Toronto, Ontario Canada M2P 2A8 jabber: ajsaf@jabber.org +1 416 646 3304 x4110 From markd at macports.org Fri May 18 11:19:46 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:59 2007 Subject: rdiff-backup problems after update to 1.1.9 In-Reply-To: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Message-ID: Adam, I committed the update after hearing nothing from the maintainer, but I should have updated to 1.0.5, not 1.1.x because rdiff-devel exists for 1.1.x series. Please wait a bit and do a selfupdate and I think it'll be okay. Sorry about the error. Mark "Adam Mercer" on Friday, May 18, 2007 at 6:37 AM -0800 wrote: >After the rdiff-backup port was bumped to 1.1.9 my backups have been >failing with the following error whenever I try to clean old backups: > >Exception 'SingleSetGlobals instance has no attribute 'src_fsa'' >raised of class 'exceptions.AttributeError': > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 298, in error_check_Main > try: Main(arglist) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 318, in Main > take_action(rps) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 282, in take_action > elif action == "remove-older-than": RemoveOlderThan(rps[0]) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 671, in RemoveOlderThan > rootrp = require_root_set(rootrp, 0) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 649, in require_root_set > read_only) > File >"/opt/local/lib/python2.4/site-packages/rdiff_backup/fs_abilities.py", >line 727, in single_set_globals > ssg.set_must_escape_dos_devices(Globals.rbdir) > File >"/opt/local/lib/python2.4/site-packages/rdiff_backup/fs_abilities.py", >line 610, in set_must_escape_dos_devices > self.src_fsa.escape_dos_devices or local_edd) > >Traceback (most recent call last): > File "/opt/local/bin/rdiff-backup", line 23, in ? > rdiff_backup.Main.error_check_Main(sys.argv[1:]) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 298, in error_check_Main > try: Main(arglist) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 318, in Main > take_action(rps) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 282, in take_action > elif action == "remove-older-than": RemoveOlderThan(rps[0]) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 671, in RemoveOlderThan > rootrp = require_root_set(rootrp, 0) > File "/opt/local/lib/python2.4/site-packages/rdiff_backup/Main.py", >line 649, in require_root_set > read_only) > File >"/opt/local/lib/python2.4/site-packages/rdiff_backup/fs_abilities.py", >line 727, in single_set_globals > ssg.set_must_escape_dos_devices(Globals.rbdir) > File >"/opt/local/lib/python2.4/site-packages/rdiff_backup/fs_abilities.py", >line 610, in set_must_escape_dos_devices > self.src_fsa.escape_dos_devices or local_edd) >AttributeError: SingleSetGlobals instance has no attribute 'src_fsa' > >Is anyone else seeing this? From chpickel at stwing.upenn.edu Fri May 18 11:25:38 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Message-ID: <8098FADE-BFD8-42A2-B68F-86074FBA728F@stwing.upenn.edu> On 18 May, 2007, at 13:57, Bill Hernandez wrote: > [LENGTHY INCOHERENT RANT] > > ... > > [GENERAL QUESTIONS] > > Before I install (Apache2, PHP5, PostgreSQL, mySQL) I wanted to > find out if there was a preferred way of doing this ? > > It seems like PHP should be last because of the --with APXS2 that > requires a path to Apache, but in this case where MacPorts knows > where everything is going to be installed anyway maybe it doesn' > matter ? Well, you're going to want to install php5 with the +apache2 variant (among others). In this case, MacPorts will make sure apache2 is installed first. > Any ideas what variants I should use, I didn't find where the > information is stored, about what the different variants do, and > which one I should choose ? Support for variant descriptions is in MacPorts, but only for about the past week, so they're not available for many ports yet. They would be printed by `port variants`, but I don't see anything for the ports you want. I think apache2 should be OK with the default setup. For mysql5 and postgresql, you will need the +server variant; this seems to trip a lot of people up when they install just the client libraries. Postgresql seems to have bindings for Perl, Java, and Tcl; add any needed. php5 is where you're going to have the most choices, variant-wise. You definitely want +apache2 +postgresql +mysql5 but there are plenty of other variants. Mainly, the others map to configure options, so either you could guess from the names of variants (mostly descriptive enough) or you could try reading the portfile (it's at `port file php5`). You *don't* want +macosx, which will build php for the Apple's server, rather than MacPorts'. > [2007.18.05](07:13AM) -> [bhernandez] ~ $ port variants Apache2 > Apache2 has the variants: > universal > darwin > darwin_7 > openbsd > openldap > preforkmpm > workermpm > eventmpm > no_startupitem > [2007.18.05](07:17AM) -> [bhernandez] ~ $ The first four you don't need to worry about. +universal will attempt to build universal binaries which work on both PowerPC and Intel. The next three are platforms, which are detected automatically and can be effectively ignored. +openldap I believe has to do with authentication; the MPMs deal with particular ways to do process management. If you don't know what they are, you don't need them. +no_startupitem would avoid installing the relevant launchd script to /Library/LaunchDaemons. Again, I don't see any reason you would need this. Chris -------------- 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/20070518/8dfda12b/PGP.bin From ramercer at gmail.com Fri May 18 11:26:58 2007 From: ramercer at gmail.com (Adam Mercer) Date: Tue Oct 9 16:42:59 2007 Subject: rdiff-backup problems after update to 1.1.9 In-Reply-To: References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Message-ID: <799406d60705181126l6572d10fu92741c10cea0c1e1@mail.gmail.com> On 18/05/07, markd@macports.org wrote: > I committed the update after hearing nothing from the maintainer, but I > should have updated to 1.0.5, not 1.1.x because rdiff-devel exists for > 1.1.x series. Please wait a bit and do a selfupdate and I think it'll be > okay. Sorry about the error. Thanks Mark Cheers Adam From jeffadams78 at yahoo.com Fri May 18 11:48:34 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: <8098FADE-BFD8-42A2-B68F-86074FBA728F@stwing.upenn.edu> Message-ID: <912965.72536.qm@web30614.mail.mud.yahoo.com> One more note on that: read the text that is output by the installs. Some of them have handy notes like "You'll need to make sure this line "..." is in file xyz." It's usually very simple stuff. --- Chris Pickel wrote: > +no_startupitem would avoid installing the relevant > launchd script > to /Library/LaunchDaemons. Again, I don't see any > reason you would > need this. ____________________________________________________________________________________Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz From mark at dxradio.demon.co.uk Fri May 18 12:18:40 2007 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) Message-ID: > >php5 is where you're going to have the most choices, variant-wise. >You definitely want +apache2 +postgresql +mysql5 but there are >plenty of other variants. Mainly, the others map to configure >options, so either you could guess from the names of variants >(mostly descriptive enough) or you could try reading the portfile >(it's at `port file php5`). You *don't* want +macosx, which will >build php for the Apple's server, rather than MacPorts'. > That's handy to know, as I have php5 @5.2.2_0+apache2+darwin_8+macosx+mysql5 (active) on my Powerbook G4Ti ... I'd never have guessed that +macosx wasn't intended for the standard MacOSX 10.4.9 which I have installed. Seems to work fine though ... Mark From jeffadams78 at yahoo.com Fri May 18 12:19:16 2007 From: jeffadams78 at yahoo.com (Jeff Adams) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: Message-ID: <531836.87010.qm@web30603.mail.mud.yahoo.com> Sounds like someone needs a hug. ;-) I feel your pain. MacPorts will remove a lot of the pain, but not all. The .profile vs. .bash_profile issue is one that SHOULD be documented in the wiki. I would document it if someone would tell me how to get write access to the wiki . I don't know why MacPorts defaults to editing your .profile file. bash is the default shell, and it uses .bash_profile. You're romanticizing France. The reason people there have free time is because they're all unemployed. Fink installs to a "non-standard" location (/sw) because it's safer that way. For the most part unix doesn't care where any files are, and that way fink doesn't need to worry about file/directory name conflicts. MacPorts does the exact same thing except it uses /opt instead of /sw. Remember that supporting unix apps isn't Apple's first priority. Their OS pretty well works as shipped, you can't expect too much beyond that. Jeff --- Bill Hernandez wrote: > [LENGTHY INCOHERENT RANT] ... ____________________________________________________________________________________Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ From chpickel at stwing.upenn.edu Fri May 18 12:37:14 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: Message-ID: <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> On 18 May, 2007, at 15:18, Mark Hattam wrote: > That's handy to know, as I have > php5 @5.2.2_0+apache2+darwin_8+macosx+mysql5 (active) > > on my Powerbook G4Ti ... I'd never have guessed that +macosx wasn't > intended for the standard MacOSX 10.4.9 which I have installed. > Seems to work fine though ... This appears to be weird interaction between +apache2 and +macosx (because Apple of course ships a 1.3 version). The +macosx variant should probably depends apache so it will conflict with +apache2. -------------- 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/20070518/35d662f3/PGP.bin From ryandesign at macports.org Fri May 18 12:53:02 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> References: <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> Message-ID: On May 18, 2007, at 14:37, Chris Pickel wrote: > On 18 May, 2007, at 15:18, Mark Hattam wrote: > >> That's handy to know, as I have >> php5 @5.2.2_0+apache2+darwin_8+macosx+mysql5 (active) >> >> on my Powerbook G4Ti ... I'd never have guessed that +macosx >> wasn't intended for the standard MacOSX 10.4.9 which I have >> installed. Seems to work fine though ... > > This appears to be weird interaction between +apache2 and +macosx > (because Apple of course ships a 1.3 version). The +macosx variant > should probably depends apache so it will conflict with +apache2. As one of the php5 maintainers, let me clear this up. On any port, +macosx, if available, is auto-selected if you're running Mac OS X, which is everybody. It does not automatically use Apple's Apache 1.3 installation. Rather: the +apache variant currently does that. Also, currently, if you do not specify either +apache or +apache2, the php5 port will act as though you selected +apache. I find this confusing and intend to fix it soon so that +apache uses the MacPorts apache port. There will then be a new variant +apache_apple which will use Apple's Apache. And the default, if you select neither +apache nor +apache2, will be to not include any Apache support. This seems clearest. From n.oxyde at gmail.com Fri May 18 12:59:11 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:42:59 2007 Subject: *gnu*sed?! Message-ID: <92913B9F-09ED-462D-98CE-1F7027C77D2F@gmail.com> Hello Something has been bothering me for a moment: For consistency's sake, wouldn't be better to set --program-prefix=g in gnused? That's the program-prefix we can see in other GNU ports, e.g. {core,diff,find}utils. Anyway, i've made some modifications to this port (mainly concerning nls support) and i will file a ticket about it soon. N_Ox. From chpickel at stwing.upenn.edu Fri May 18 13:06:51 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> Message-ID: On 18 May, 2007, at 15:53, Ryan Schmidt wrote: > On any port, +macosx, if available, is auto-selected if you're > running Mac OS X, which is everybody. Ah. Isn't it normally 'platform macosx'? When I look at a Portfile, I assume variants are mine to select and platforms are handled by MacPorts. > I find this confusing and intend to fix it soon so that +apache > uses the MacPorts apache port. There will then be a new variant > +apache_apple which will use Apple's Apache. And the default, if > you select neither +apache nor +apache2, will be to not include any > Apache support. This seems clearest. Agreed. Of course, it's not really an issue to me, since I only need +fastcgi :) Chris -------------- 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/20070518/44fb9d03/PGP.bin From ryandesign at macports.org Fri May 18 13:42:13 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Message-ID: Hi Bill. I've responded to much of what you written, and snipped the rest: On May 18, 2007, at 12:57, Bill Hernandez wrote: > Over time I've installed so many different versions software > (mostly Apache, php, pgsql, and a myriad of dependencies) in the > form of binaries & source installs on my workstation, and on the > servers that after a while I began to feel that I had no clue > what's what, or what was where, a big unruly mix and match... > > Over time there have been a number of binaries, some better than > others. At first I tried binaries from marc liyanage, and others, > and the problem for me with the binaries was : > ( 1 ) that you were always from moderately behind, to far behind > the current versions. > ( 2 ) by their nature there's no choice on where, what options, > versions, etc are installed. I started with Marc's PHP 4 package too. Maybe a year or two ago he did in fact start making the selection of some of the modules configurable through the Mac OS X Installer package. But I switched away from his packages when he was too busy to provide a PHP 5 package. > Some people put a great deal of effort into creating these > binaries, and for the most part grateful as you were that someone > took the time, they never quite solved the problem. > > I began installing from source and found that to be an excercise in > total frustration. If you did a simple > ./configure (with maybe a couple of simple options) > ./make > ./sudo make install > > things might install as advertised, but even then you might get > failures because you are missing some dependency, or you don't have > the correct version of openssl, or libxml, or some other such thing > and the install requires a later version. Not to even mention all > the warnings the compiler doles out about unsigned variables, etc. > > Sometimes when you get involved in what you feel is going to be a > 30 minute deal, and three days later at 3:15 am you've installed a > boat-load of dependent software, you're on the last leg and the > last one just refuses to compile with some cryptic message. You > begin to feel like you're inside a huge snowball rolling down the > mountain totally out of control, and there's a big giant Sequoia at > the bottom, and you just know it's got you name on it. Now you have > all this stuff installed that won't work and the only choice is to > re-format/erase the drive and restore from the latest backup to try > to get back to where you were 72 hours prior. Get that started and > go to bed, and hope the next day you'll feel better... MacPorts is a great help here, because not only are portfiles already written, containing a set of configure options that are though to be useful, but MacPorts also keeps track of what each software package installed. If you want to just remove one of the software packages you installed with MacPorts, that's no problem, because it knows what files came with what ports so it can uninstall them safely. Also, all (well, most) of MacPorts goes into /opt/local, which means if you get totally screwed up, you just blast away /opt/local and everything (well, most of it) is gone, without having affected your OS in any way. > I used to think I was reasonably safe behind the routers/firewalls, > and behind the OSX Server Firewalls until I began reading all the > daily vulnerability reports. In fact since I do this as a hobby > now, I shutdown all the servers the other day, and ordered a new > SonicWall TZ 180 Wireless, which supposedly will allow me to > encrypt all wireless access from my workstation or laptop at home. > This course that my wife took, and the "Sans OnDemand" stuff is > really worth the money. I used to think it would be nice to shell > out the multi-thousand dollars for Cisco, only to find out that it > doesn't matter what you have, it's all vulnerable, whether it's > Cisco, SonicWall, etc. the only hope we have is defense in depth. > For those of us that can write shell scripts, but are not in the > super-guru category, the opportunities that wrong flag or something > to that effect can produce is vulnerability issue is far too real. > > When I started doing this, if you were a programmer you could make > really good money. Now that so much of the programming has gone > overseas, and everybody and their brother writes some level > software, a course like this really wakes you up to the realization > that even the average user's computer is in great peril of being > used as a parking source to robots, hackers, worms, trojans, etc. > from which to launch their attacks. I used to think my stuff was > reasonably safe, being OSX based, and after this course I can see > that I've been in the land of OZ. This is sort of a side issue, but I want to say that I feel completely safe with Mac OS X. I have used it since Public Beta was made available 7 years ago, have never had any kind of antivirus software on it, and have never had any virus or similar malware appear. I'm still not aware of any that's ever been written for Mac OS X! Sure, there has been the occasional news article about some Mac malware, but you have to actively work to get it installed on your machine, which nobody would do. And there have been a few issues in Mac OS X that would make it easier for unwanted software to end up on your machine, but Apple releases security updates to patch these problems. The only time I got something unwanted on my machine was when I was directly connected to the cable modem (I didn't have a router at the time), and had ssh turned on, and had a testing account on my machine with username and password "test". Someone figured this out, logged in, and deposited a little program in my /tmp/ directory and ran it. But that was easy to spot and nuke, and I shouldn't have been so silly with my account name and password. And now I have a wireless router which does not forward any unrequested traffic to my machine. > What a happy life I had before I bought my first TI 16 > something_or_other, before the Commodore 64 and the Aplle II > computers. I can truthfully say that have sucked the very life out > of my soul, they were supposed to make life easier, supposed to > help us have more free time, huh ? OS X has made things a lot > better in some respects, and worse in others. We don't suffer > crashes 3 times a day any more, that's good... At the web site development company I worked for, it was approximately monthly that we decided we all needed to throw our computers out the window and open up a hot dog stand instead. We always seemed to come back to the office the next day though... > Anyway, great as the Mac has been, Apple has done a very poor job > in providing help to upgrade the ancient versions of software that > come with the OS. They install dark age versions of all kinds of > things and never seem to have a path to upgrade any of this stuff. I see the reason Apple does this though. New major versions of software frequently break things. Mac OS X 10.4.9 currently has PHP 4.4.4, for example, in /usr/bin/php. PHP 5.2.2 is the currently recommended version from the PHP group. But if Apple were to silently upgrade PHP to 5.2.2, some of the user's PHP scripts, which were written to PHP 4 standards, could break, because some things did change between PHP 4 and PHP 5. Apple's thought process is probably that the user bought the product "Mac OS X Tiger" and is now writing or using other software that works with that product. If Apple suddenly changes the composition of that product midstream, that's not good. It's nice for developers to be able to say "My product works with Mac OS X Tiger" and that's all they need to say, as opposed to "My product works with Mac OS X Tiger thru 10.4.8, but 10.4.9 broke it so please don't update yet." Then users would be more wary of installing system updates, and they wouldn't benefit from the other fixes included in that or subsequent updates. Rather, Apple seems to have a history of making major updates to installed packages only at paid update points, at major OS releases, like the upcoming "Mac OS X Leopard." If someone goes to the trouble of purchasing this new product and installing it from disc, the user can expect that they would also need to upgrade other software to versions compatible with this new OS product. I have a feeling Leopard will include PHP 5, for example, and maybe even Apache 2. Apple does update the installed packages more frequently if security concerns demand it. For example, I believe Tiger used to ship with PHP 4.3, but 4.4.4 must have addressed some security issues, so it was delivered in one of the monthly Security Updates. > The user has to resort to things like FINK, etc. which puts stuff > in non-standard locations "/sw". It's safer, really. This way Fink (in /sw) and MacPorts (in /opt/ local) are completely (mostly) isolated from the rest of the OS. Makes it much easier to disentangle later. If MacPorts (or you, manually) were to install on top of things provided by the OS, the OS might break in mysterious ways. Apple wouldn't be able to help you, because they never tried to do what you're doing. And other MacPorts users wouldn't be able to help you, because they don't know what else you've installed on your machine. Much better when things are cleanly separated as they are. > In my opinion Apple is in a perfect position to know where > everything, and I mean EVERYTHING (pathwise, and dependency wise) > is located since they shipped it installed. So that even if they > are not going to handle the upgrades from Apache 1.3 on OSX, or > Apache 2.0.52 on OSX Server, or openssl .96d, or php 4.x to the > current versions, they should have some really good instructions on > how to replace and upgrade the existing outdated versions. > Shamefully they don't do anything of the sort... > > Perhaps if you are a home user with an iMac or a laptop you can get > by with Apache 1.3, (we're talking 4 or 5 years after Apache 2 > became available) but certainly if you are shelling out a bunch of > money for OSX Server, Apple should be more forthcoming. Their > policy seems to be install it and forget. The user won't notice how > ancient this stuff is, and even if they do "We'll just tell them > that's not part of the 90 day support"... First off, Mac OS X Server has included Apache 2 for many many years. Granted, it's not the default, and you can't use their pretty GUI to configure it, but it is there and can be used. As to the support AppleCare provides, it's not really their job to help you with UNIXisms. AppleCare's job is to make sure Mom can check her email and make a photo book to send out at Christmas, Billy can video chat with his friends to talk about the movie they're going to make to show off their skateboarding skills, and Dad can make an impressive Keynote presentation so he can get promoted to Assistant Manager. And if you've paid $1000 for Mac OS X Server support, then their job is to help you with server management tasks using Apple tools. But that's about it. UNIX system administration requires many more additional skills, which AppleCare representatives do not receive any training for and are therefore in no position to impart to you. > It's hard for me to believe that Apple is totally unconcerned with > this problem. In my opinion Apple's lack of interest in maintaining > the software packages they pre-install with the OS up to date is > shameful. I do not think they should be responsible for any user > installed stuff, but they should certainly provide a way to keep > software that comes with the OS up to date, such as the software > previously mentioned... Apple does keep the OS up-to-date with regular software updates, and they are very easy to install; just click the Install button. However, IMHO in order to maintain software compatibility throughout the life of the OS product, they don't make major changes to the installed packages until the next major OS release. > Before I install (Apache2, PHP5, PostgreSQL, mySQL) I wanted to > find out if there was a preferred way of doing this ? > > It seems like PHP should be last because of the --with APXS2 that > requires a path to Apache, but in this case where MacPorts knows > where everything is going to be installed anyway maybe it doesn' > matter ? Ports in MacPorts define what other ports they depend on, but the syntax does not at present allow it to specify what *variants* of that port would be ideal. So, for example, if you do not yet have mysql5 installed, and you install php5 +apache2 +mysql5, MacPorts will install apache2 and mysql5 for you first, but with the default set of variants. If you want to run a MySQL server, however, you will want to install mysql5 +server. So it would behoove you to install mysql5 +server first, then install php5 with the desired variants. Otherwise you will have to later forcibly uninstall the non-server mysql5 and then install mysql5 +server. From mark at dxradio.demon.co.uk Fri May 18 13:56:14 2007 From: mark at dxradio.demon.co.uk (Mark Hattam) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> Message-ID: At 14:53 -0500 18/5/07, Ryan Schmidt wrote: >On May 18, 2007, at 14:37, Chris Pickel wrote: > >>On 18 May, 2007, at 15:18, Mark Hattam wrote: >> >>>That's handy to know, as I have >>> php5 @5.2.2_0+apache2+darwin_8+macosx+mysql5 (active) >>> >>>on my Powerbook G4Ti ... I'd never have guessed that +macosx >>>wasn't intended for the standard MacOSX 10.4.9 which I have >>>installed. Seems to work fine though ... >> >>This appears to be weird interaction between +apache2 and +macosx >>(because Apple of course ships a 1.3 version). The +macosx variant >>should probably depends apache so it will conflict with +apache2. > >As one of the php5 maintainers, let me clear this up. > >On any port, +macosx, if available, is auto-selected if you're >running Mac OS X, which is everybody. It does not automatically use >Apple's Apache 1.3 installation. Rather: the +apache variant >currently does that. Also, currently, if you do not specify either >+apache or +apache2, the php5 port will act as though you selected >+apache. > >I find this confusing and intend to fix it soon so that +apache uses >the MacPorts apache port. There will then be a new variant >+apache_apple which will use Apple's Apache. And the default, if you >select neither +apache nor +apache2, will be to not include any >Apache support. This seems clearest. Well, I use Apache2 ... and these are what I used ... apache2 @2.2.4_0 (active) mysql5 @5.0.41_0+darwin_8+server (active) php5 @5.2.2_0+apache2+darwin_8+macosx+mysql5 (active) and it seems to work OK. But for next time, I don't need to specify the +macosx variant on php5 ... correct? Though in practice it doesn't matter whether I do or don't? Also looking back at Chris's original reply which included ... "You definitely want +apache2 +postgresql +mysql5 but there are plenty of other variants" why would I "definitely want" +postgresql ? Mark From ryandesign at macports.org Fri May 18 14:16:09 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> Message-ID: On May 18, 2007, at 15:56, Mark Hattam wrote: > At 14:53 -0500 18/5/07, Ryan Schmidt wrote: > >> As one of the php5 maintainers, let me clear this up. >> >> On any port, +macosx, if available, is auto-selected if you're >> running Mac OS X, which is everybody. It does not automatically >> use Apple's Apache 1.3 installation. Rather: the +apache variant >> currently does that. Also, currently, if you do not specify either >> +apache or +apache2, the php5 port will act as though you selected >> +apache. >> >> I find this confusing and intend to fix it soon so that +apache >> uses the MacPorts apache port. There will then be a new variant >> +apache_apple which will use Apple's Apache. And the default, if >> you select neither +apache nor +apache2, will be to not include >> any Apache support. This seems clearest. > > > Well, I use Apache2 ... and these are what I used ... > > apache2 @2.2.4_0 (active) > mysql5 @5.0.41_0+darwin_8+server (active) > php5 @5.2.2_0+apache2+darwin_8+macosx+mysql5 (active) > > and it seems to work OK. > > But for next time, I don't need to specify the +macosx variant on > php5 ... correct? Though in practice it doesn't matter whether I do > or don't? You never need to specify +macosx or +darwin or +darwin_8 or +i386 with any port ever. MacPorts will automatically select these OS- and platform-specific variants for you as needed by the version of the OS installed and the architecture of the processor in your Mac. > Also looking back at Chris's original reply which included ... > "You definitely want +apache2 +postgresql +mysql5 but there are > plenty of other variants" > > why would I "definitely want" +postgresql ? You may not, but Bill probably does, because he specifically mentioned PHP 5 and PostgreSQL: On May 18, 2007, at 12:57, Bill Hernandez wrote: > Before I install (Apache2, PHP5, PostgreSQL, mySQL) I wanted to > find out if there was a preferred way of doing this ? From markd at macports.org Fri May 18 15:35:58 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, Postgre In-Reply-To: References: < > <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> < > Message-ID: Chris Pickel on Friday, May 18, 2007 at 1:06 PM -0800 wrote: >> On any port, +macosx, if available, is auto-selected if you're >> running Mac OS X, which is everybody. > >Ah. Isn't it normally 'platform macosx'? When I look at a Portfile, I >assume variants are mine to select and platforms are handled by >MacPorts. That's my question too. Why isn't it a platform statement? Mark From ms at mac-specialist.com Fri May 18 16:17:33 2007 From: ms at mac-specialist.com (Bill Hernandez) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> Message-ID: I didn't write everyone individually to thank them for the time they took to provide some spectacular insights, but I am most grateful for the time you all took... I've been programming 12-15 hours a day now for months, and I think I really need a vacation, get away from all this. Actually I am retired, and no-one forces me to do this, I've always loved solving problems and the mental challenge programming has always provide me. I think it's just the frustration when things don't go well that go the better of me... I would like to apologize to the members of the list for having sent this message expressing my paradigm's views, which in retrospect it appears were mostly flawed. Once again, thank you for the great insights, and especially to the all the folks involved with MacPorts. Best Regards, Bill Hernandez Plano, Texas From ryandesign at macports.org Fri May 18 16:24:00 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, Postgre In-Reply-To: References: < > <873ADA1D-ABAF-449D-953C-26FC44307584@stwing.upenn.edu> < > Message-ID: <61233D5C-A052-4E94-9838-8635C5AFBE8D@macports.org> On May 18, 2007, at 17:35, Mark Duling wrote: > Chris Pickel on Friday, May 18, 2007 at 1:06 PM -0800 wrote: > >> On 18 May, 2007, at 15:53, Ryan Schmidt wrote: >> >>> On any port, +macosx, if available, is auto-selected if you're >>> running Mac OS X, which is everybody. >> >> Ah. Isn't it normally 'platform macosx'? When I look at a Portfile, I >> assume variants are mine to select and platforms are handled by >> MacPorts. > > That's my question too. Why isn't it a platform statement? It looks like this wording originated from the patch in this ticket: http://trac.macosforge.org/projects/macports/ticket/1242 It was applied to php4 in this revision 3 years ago: http://trac.macosforge.org/projects/macports/changeset/4126 And it got carried over to php5 when that port was created. Before I change "variant" to "platform" I would like to test a bit to make sure that everything still works as expected. Please hold. From jkh at brierdr.com Fri May 18 18:09:32 2007 From: jkh at brierdr.com (Jordan K. Hubbard) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Message-ID: [ Ah, I love nothing better than a lengthy rant! Here's a lengthy reply to go with it... ] On May 18, 2007, at 10:57 AM, Bill Hernandez wrote: > Over time I've installed so many different versions software > (mostly Apache, php, pgsql, and a myriad of dependencies) in the > form of binaries & source installs on my workstation, and on the > servers that after a while I began to feel that I had no clue > what's what, or what was where, a big unruly mix and match... That's kind of a "doctor, it hurts when I bend my elbow backwards!" complaint, but I will say that if there was proper package management on the platform and a clear notion of "software overlays" somehow embedded into the whole process of adding/updating/removing packages, your elbow probably wouldn't hurt nearly so much. However, given that such a system is really nothing more than a gleam in various people's eyes right now and would take a lot of engineering and time to get really right, even if we were to start on it tomorrow, you'll probably have to learn how to simply manage that pain for the forseeable future if bending your elbow that way is something you're bound and determined to do. > Some people put a great deal of effort into creating these > binaries, and for the most part grateful as you were that someone > took the time, they never quite solved the problem. That problem being... ? There's a difference between having a specific, demonstrable need for version X of package Y (because it contains, at a minimum, necessary new feature Z) and wanting the latest shiny object because, well, it's shiny and you take it as holy writ that if version X is good then version X+1 must CLEARLY be better. The former case is defensible, the 2nd just makes one look like a software magpie. > Sometimes when you get involved in what you feel is going to be a > 30 minute deal, and three days later at 3:15 am you've installed a > boat-load of dependent software, you're on the last leg and the > last one just refuses to compile with some cryptic message. You > begin to feel like you're inside a huge snowball rolling down the > mountain totally out of control, and there's a big giant Sequoia at > the bottom, and you just know it's got you name on it. Yeah, that can certainly be frustrating, but I don't think anybody ever promised that compiling and installing your own bits from source was ever going to exactly be EASY either! Let me offer an analogy specifically tailored to someone with your stated background: Consider all those folks who buy experimental aircraft kits - you know the kind, advertised in the back of just about every aviation magazine being published today. What notion could be more appealing to one's imagination than zooming around in a self-built 200+hp high-performance experimental aircraft, built for pennies in comparison to the cost of a new Cessna and certainly sexier than the more pedestrian offerings down at the local flying school? I'm sure a lot of guys have fallen head-over-heels in love with the notion and rushed right out to buy the plans and perhaps even the first batch of parts, only to have reality set in with all the rude shock of a cold, dead fish right across the face just as soon as they started reading those plans and realized that they were looking at easily 3000 hours worth of fabrication work and a serious long-term commitment to seeing the project to completion, during which time they'd need to completely take over the garage and learn all sorts of new skills, like working with exotic composites, wiring control systems, using specialized tools, etc. To make it even more disheartening, even after all THAT was done they'd still have to learn how to fly the thing, experimental aircraft not being particularly well-known for being forgiving of mistakes made in the air (just ask John Denver). Most of those kits sadly sit in various garages, partially or completely unfinished and my hat is well and truly off to those who actually do build the complete aircraft, get an air-worthiness certificate for it and end up actually flying it for any length of time (without, of course, dying in the process). Your situation is not that different, unfortunately. If you really want to go down the route of building your own packaged software then you're also going to have to learn how to get over the hurdles with the cryptic messages and the frequent need to modify software until it "ports" over. If you don't have that kind of patience and resolve then it's probably better to simply save yourself the agony of even starting lest you just end up with a mess (not in your garage, at least, but certainly on your system) and a lot of hours wasted being frustrated. In summary, it's not a question of intelligence, it's a question of resolve. I'm sure a lot of those abandoned aircraft kits are owned by some pretty intelligent guys, some even with solid backgrounds in aviation, but 3000 hours is still 3000 hours and a lot of folks have other things to do with their lives (raise families, try not to get divorced by spending all their time in the garage, etc). And yeah, to answer your other point, you'd think that in the year 2007 things would be a lot better. You'd also think that people wouldn't still be flying on Lycoming engines designed back in the 1950's and offering horsepower-to-displacement ratios that most automobile manufacturers would barf up a kidney at if asked to use in an automotive role. Some technologies move a hell of a lot more slowly than you'd expect them to, for reasons too lengthy and complicated to go into here. Both aviation and software fall into those categories. We were supposed to be already at Jupiter talking to HAL-9000 by now too, but hey. As the saying goes: The future isn't what it used to be. > Even when I installed what should have been a simple install of > "rpl" which does a simple unix replace string, I had to go back and > forth with the author overcoming some error messages until I > finally got it to install correctly. One of the huge problems is > that unless you have the discipline to write excellent notes, and > file them appropriately, so that the next time you need to do this > again on a new machine a year down the road, you're going to be in > for the same problem all over again... Which is why macports exists. It's essentially nothing more than a collection of "recipes" that people accumulate by going through that whole process, the biggest advantage over careful note-taking being that those recipes can also be followed in an automated fashion for those who follow in the original porter's footsteps. It's not perfect, but it's a lot better than starting from scratch. To re- visit our aviation analogy, it's like buying an experimental aircraft kit which is simply a completed aircraft delivered in 4 or 5 sections and a heck of a lot easier to stick together than building one from scratch plans. It's still not a patch on going down to the Cessna dealer and picking out a new 172SP with leather upholstery and Garmin G1000 glass cockpit installed, just quivering and ready to go once you add gas and oil, but it still beats mixing the fiberglass yourself by a mile. > [ ... ] So I tend to think that I am not the average user, and I > still run into huge problems Heh, my father is a retired Pan American pilot with god-only-knows how many tens of thousands of hours in the air, including a long stint as an Air Force test pilot at Edwards where he dealt with more exotic varieties of equipment most of us can imagine, but he still hands his computer to me when it really gets fubar'd and says "Goddamn it, I don't know what's wrong with this thing! Please fix it!" Experience is not necessarily commutative and it's just silly to imagine that it should be. I can run rings around him on the computer and I can even fly his piper Aztec, but I'm not even gonna touch the controls of a 747 whereas he'd be totally comfortable with the idea of just hopping into one and flying it 7100 miles from LA to Hong Kong with hardly a moment's notice (and that happens more often than you'd think or be comfortable with as someone in the back). Some things take more than book learning, they take hours and hours of experience and a willingness to beat your head against various challenges until they stop being challenges and start being things you solve almost reflexively. > I used to think I was reasonably safe behind the routers/firewalls, > and behind the OSX Server Firewalls until I began reading all the > daily vulnerability reports. [ ... ] I used to think I was safe at home, too, until I looked at the fact that I have all these friggin' windows right next to my locked doors. I think it's important to consider just what you have to lose in addition to looking at potential vulnerabilities. Sure, some spammer might want to take over your machine and use it as a 'bot host, and that's actually fairly easy to monitor and check for (those thousands of outgoing emails tend to be something of a clue). Otherwise, who really wants into your machine? One assumes you're not foolish enough to write down all your credit card numbers and leave them in an unencrypted file named "my-credit-card-numbers.txt", and if you're worried about identity theft then it's actually a lot easier to get your SSN and other information from sources EXTERNAL to your machine, so again, I don't know how much sleep I'd lose over this. I'm not saying to be complacent, I'm simply saying that any degree of caution can be taken to extremes if you choose to hyper-focus on any given threat. I know folks who stockpile weapons for the day when society breaks down and the hungry, unwashed hoards storm their compound in order to get at their valuable cache of canned goods, too, but I don't know if I necessarily want to live my life that way. > When I started doing this, if you were a programmer you could make > really good money. If you're a GOOD programmer you can still make really good money. Check out Apple's job site sometime. Or google's. Lots of folks are hiring and I think you're overstating the outsourcing problem just a wee bit there. You wouldn't be the first. Sure, there are a lot of mediocre programmers who've lost their jobs to equally mediocre (and cheaper) programmers overseas, but I'm not sure what we're exactly arguing in defense of here now. > If I had any strength of character at all, I would pitch the > computer out the window, and go fly my little airplane. Maybe take > a short flight to Okahome, and go eat some lunch at one of the > local airports, or fly down to the Bahamas... With aviation gas at $4.80 a gallon, I suspect it's a lack of strength in your bank account more than a lack of strength of your character that keeps you from flinging the computer out the window and doing as you say. :-) If, on the other hand, you're stinking rich then what are you doing on this mailing list at all? You should be sipping mai tais on your lanai in Hawaii and not wasting your time messing with this stuff! :-) > In my lifetime I have seen free time vanish from human existence, > except in France. Give the new administration there a chance, will ya? > Anyway, great as the Mac has been, Apple has done a very poor job > in providing help to upgrade the ancient versions of software that > come with the OS. You might try to come up with a justifiable business case for this. If you can, I'll forward it to the powers that be. If not, then you've answered your own lament. > So that even if they are not going to handle the upgrades from > Apache 1.3 on OSX, or Apache 2.0.52 on OSX Server, or openssl .96d, > or php 4.x to the current versions, they should have some really > good instructions on how to replace and upgrade the existing > outdated versions. Shamefully they don't do anything of the sort... Maybe they don't WANT you to do that because to do so would have the potential to create a mish-mash of software that makes AppleCare rather unhappy when they try to diagnose some weird-ass problem you're now having because, surprise surprise, you installed one of those components with some completely unknown later version of the same component that was never qualified with the OS as a whole. Of course, if you're the type who is never likely to need AppleCare then you're also the type who doesn't NEED instructions on how to do this because you understand exactly what's involved in swapping components in and out like this. You can't have it both ways. Either you know what you're doing and can modify the heck out of your system without instructions or you don't know what you're doing and shouldn't be messing around under the cowling in the first place! There's a term for folks in the latter category in aviation too: The Deceased. > Perhaps if you are a home user with an iMac or a laptop you can get > by with Apache 1.3, (we're talking 4 or 5 years after Apache 2 > became available) but certainly if you are shelling out a bunch of > money for OSX Server, Apple should be more forthcoming. Their > policy seems to be install it and forget. The user won't notice how > ancient this stuff is, and even if they do "We'll just tell them > that's not part of the 90 day support"... Mac OS X Server comes with Apache 2. Look in /opt. It's in a different location to avoid conflict because server users also HATE when stuff is changed, they don't necessarily embrace it the way you do. The OS qualification cycle for your average enterprise (and OS X Server) customer is about 3 years. Change is not a good thing in that market space. To be honest, I do appreciate the fact that you can rant coherently and are obviously willing to expend considerable time and energy towards making your points, but you're also coming off sounding like the aviation kit builder in my earlier analogy who also expects building an aircraft to be really easy, take no more than 3 hours with tools no more complicated than a hammer and a hacksaw, and considers it almost an FAA conspiracy (with blame also shared by the likes of Cessna and Piper) that learning to fly can't be done in an hour with all those complex radio and airspace procedures being clear evidence that aviation is being deliberately and gratuitously complicated to a downright SHAMEFUL degree merely to make his life difficult and detract from the enjoyment that so rightfully should be his. I'm also fairly sure that's not the impression you were trying or wishing to leave us with, but it's something you definitely managed to accomplish. - Jordan From marius173 at mchsi.com Fri May 18 18:14:32 2007 From: marius173 at mchsi.com (Marius Schamschula) Date: Tue Oct 9 16:42:59 2007 Subject: *gnu*sed?! In-Reply-To: <92913B9F-09ED-462D-98CE-1F7027C77D2F@gmail.com> References: <92913B9F-09ED-462D-98CE-1F7027C77D2F@gmail.com> 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/20070518/38c41c65/PGP.bin From n.oxyde at gmail.com Sat May 19 03:41:01 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:42:59 2007 Subject: *gnu*sed?! In-Reply-To: <3D7A9F9A-A4F8-4069-88C4-1E703B8FAFBB@physics.aamu.edu> References: <92913B9F-09ED-462D-98CE-1F7027C77D2F@gmail.com> <3D7A9F9A-A4F8-4069-88C4-1E703B8FAFBB@physics.aamu.edu> Message-ID: <019DDD35-BDBB-408D-B598-EADBF63F8F35@gmail.com> Modifying ports depending on gsed wouldn't be that much work: % egrep -r '((bin|lib):[^:]|port):gsed' . | grep -v PortIndex | cut - f 1 -d : | xargs -t -n 1 grep gnused grep gnused ./devel/git-core/Portfile grep gnused ./devel/quilt/Portfile configure.args --with-sed=${prefix}/bin/gnused grep gnused ./print/teTeX/Portfile reinplace "s|sed -f|${prefix}/bin/gnused -f|g" $ {workpath}/${worksrcdir}/texk/make/man.mk reinplace "s|sed -n|${prefix}/bin/gnused -n|g" $ {workpath}/${worksrcdir}/texk/make/man.mk reinplace "s|sed -e|${prefix}/bin/gnused -e|g" $ {workpath}/${worksrcdir}/texk/make/man.mk Le 18 mai 07 ? 23:33, Marius Schamschula a ?crit : > Hi there, > > Your point is well taken. When I first created the Portfile, we had > an online discussion about this very issue. The, then DarwinPorts, > powers that be chose the gnu prefix, rather than the g prefix as in > gawk (OK this is not quite fair since GNU awk is always called > gawk). Off hand, I don't know how many other ports depend on GNU > sed, so changing then name at this point may not be a good idea. > > On my machines I use GNU sed as sed... > > On May 18, 2007, at 2:59 PM, N_Ox wrote: > >> Hello >> >> Something has been bothering me for a moment: >> For consistency's sake, wouldn't be better to set --program- >> prefix=g in gnused? >> That's the program-prefix we can see in other GNU ports, e.g. >> {core,diff,find}utils. >> >> Anyway, i've made some modifications to this port (mainly >> concerning nls support) >> and i will file a ticket about it soon. >> >> N_Ox. > > Marius > -- > Marius Schamschula, Alabama A & M University, Department of Physics > > The Center for Hydrology Soil Climatology and Remote Sensing > http://optics.physics.aamu.edu/ - http://www.physics.aamu.edu/ > http://wx.aamu.edu/ - http://www.aamu.edu/hscars/ > > > From mbrethen at aim.com Sat May 19 07:05:36 2007 From: mbrethen at aim.com (mark brethen) Date: Tue Oct 9 16:42:59 2007 Subject: libmad developer package In-Reply-To: References: <5d9c5ac087d3cb4bed8fa3d86ec1d4e2@aim.com> Message-ID: <911627dc94c6d059101a2a27f948210e@aim.com> On May 17, 2007, at 12:20 AM, markd@macports.org wrote: > mark brethen on Wednesday, May 16, 2007 at 6:37 PM > -0800 wrote: >>>> I'll try it later today. One thing I noticed, this file: >>>> >>>> libdata/pkgconfig/mad.pc >>>> >>>> is not in my /opt/local directory. In fact, I can't find it >>>> anywhere. >>> >>> That's the one that my modifications added. That was the one that >>> the >>> freebsd port had that the MacPorts one lacked. >>> >>> Mark >>> >>> >> I installed your modified port but I get this: >> >> brethen-familys-Computer:~ marbre$ pkg-config --libs mad >> Package mad was not found in the pkg-config search path. >> Perhaps you should add the directory containing `mad.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'mad' found >> >> Not sure why. Everything else is there. > > I updated the portfile to revision 1. Try it after it revision 1 > appears > via selfupdate. It is always possible that the problem you are > experiencing has nothing to do with pkg-config. If so this will make no > difference of course. I have my fingers crossed. If not, tell us > exactly > are you trying to do with the port. I know nothing about libmad. > > Mark > > Just to update you on the status. I contacted the mp3splt author at sourceforge.net and he was able to walk me through the install. After updating the libmad port I had to use export CFLAGS="$CFLAGS -I/opt/local/include" export LDFLAGS="$LDFLAGS -L/opt/local/lib" before configuring libmp3splt. The latest build of mp3splt (subversion) fixes the cddb function. This doesn't work in the version that the mp3splt port installs. If someone would guide me, I could create an alternate (i.e. subversion) port install. From ms at mac-specialist.com Sat May 19 07:55:56 2007 From: ms at mac-specialist.com (Bill Hernandez) Date: Tue Oct 9 16:42:59 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> Message-ID: On May 18, 2007, at 3:42 PM, Ryan Schmidt wrote: Ryan, > MacPorts is a great help here, because not only are portfiles > already written, containing a set of configure options that are > though to be useful, but MacPorts also keeps track of what each > software package installed. If you want to just remove one of the > software packages you installed with MacPorts, that's no problem, > because it knows what files came with what ports so it can > uninstall them safely. Also, all (well, most) of MacPorts goes > into /opt/local, which means if you get totally screwed up, you > just blast away /opt/local and everything (well, most of it) is > gone, without having affected your OS in any way. Great point. I've done this before, where things didn't install as planned, and I just removed "/sw" and started over. > This is sort of a side issue, but I want to say that I feel > completely safe with Mac OS X. I have used it since Public Beta was > made available 7 years ago, have never had any kind of antivirus > software on it, and have never had any virus or similar malware > appear. I'm still not aware of any that's ever been written for Mac > OS X! Sure, there has been the occasional news article about some > Mac malware, but you have to actively work to get it installed on > your machine, which nobody would do. And there have been a few > issues in Mac OS X that would make it easier for unwanted software > to end up on your machine, but Apple releases security updates to > patch these problems. I became very concerned when I began reading vulnerability reports a few weeks ago, and since I had no IDS or IPS protection, or even an Anti-Virus program, I thought to myself "There's nothing that important on the servers, I'll shut them down until I learn more about this, and figure out what to do". I figured one of the weakest links in my system was my wireless routers which I've been using with WPA2. A couple of weeks ago I bought a LinkSys Gigabit VPN router, and after a couple of days decided I didn't like the software, and took it back. The VPN routers at the store I purchase from were fairly limited, but I did find a NetGear FVG318 Wireless which only came with PC VPN client software. I ended up finding http:// www.equinux.com which produces a sofware product called "VPN Tracker". I am fortunate in that the service I have at home is Verizon FIOS 15/2 Mb with 5 public IP's, so I was able to get a VPN connection from my workstation out to the web and back into the FVG318. I was not able to use something like "Connect to Server..." at apf:// 192.168.142.5 to access the server volumes, and ended up talking to a very knowledgeable support guy at equinux who was most helpful. During the conversation I mentioned my concerns with using the OSX Server firewall without some additional dedicated firewall to help with the defense in depth concept. He had several reasons for not relying on the OSX firewall, said they liked SonicWall products very much, used them at their site, and they worked extremely well with VPN Tracker. Since I had been thinking about buying one anyway, I went ahead and ordered a TZ 180 Wireless. I got it last night, and compared to all the other routers I've worked with over the years, the software is really awesome. I am glad I spent the money. It may not help all that much more than what I had, but I will probably sleep a little better, and it's always fun to fiddle with new gadgets... > I see the reason Apple does this though. New major versions of > software frequently break things. Mac OS X 10.4.9 currently has PHP > 4.4.4, for example, in /usr/bin/php. PHP 5.2.2 is the currently > recommended version from the PHP group. But if Apple were to > silently upgrade PHP to 5.2.2, some of the user's PHP scripts, > which were written to PHP 4 standards, could break, because some > things did change between PHP 4 and PHP 5. Apple's thought process > is probably that the user bought the product "Mac OS X Tiger" and > is now writing or using other software that works with that > product. If Apple suddenly changes the composition of that product > midstream, that's not good. It's nice for developers to be able to > say "My product works with Mac OS X Tiger" and that's all they need > to say, as opposed to "My product works with Mac OS X Tiger thru > 10.4.8, but 10.4.9 broke it so please don't update yet." Then users > would be more wary of installing system updates, and they wouldn't > benefit from the other fixes included in that or subsequent updates. This really makes a lot of sense. I think I've been looking at my little problem without seeing the much bigger picture, where reliability is king, rather than going for the latest features/bugs combination. The later versions of Apache2 allow access to some specific information via PHP5 that was simply not available via Apache 2.0.52. I could have stayed with Apache 1.3, were it not for those bits of information that were useful to me and not available in the Apple shipped version. I have been very successful installing all the newest versions of Apache2 in /opt on the server, and also on my workstations. Most of the problems have been caused by trying to install too many features in PHP5, features that I will probably never even use. I need to be more objective about what really needs to be installed, instead of what I might need someday. I think minimizing all the options would probably make life much simpler. GD2 was the one that always gave me the biggest problems because of all the dependencies. There was always something that wouldn't compile, probably because I was providing incorrect configuration parameters. > Rather, Apple seems to have a history of making major updates to > installed packages only at paid update points, at major OS > releases, like the upcoming "Mac OS X Leopard." If someone goes to > the trouble of purchasing this new product and installing it from > disc, the user can expect that they would also need to upgrade > other software to versions compatible with this new OS product. I > have a feeling Leopard will include PHP 5, for example, and maybe > even Apache 2. > > Apple does update the installed packages more frequently if > security concerns demand it. For example, I believe Tiger used to > ship with PHP 4.3, but 4.4.4 must have addressed some security > issues, so it was delivered in one of the monthly Security Updates. They do a great job with the security updates from my vantage point. They seem to be coming much more frequently in the recent past. > It's safer, really. This way Fink (in /sw) and MacPorts (in /opt/ > local) are completely (mostly) isolated from the rest of the OS. > Makes it much easier to disentangle later. If MacPorts (or you, > manually) were to install on top of things provided by the OS, the > OS might break in mysterious ways. Apple wouldn't be able to help > you, because they never tried to do what you're doing. And other > MacPorts users wouldn't be able to help you, because they don't > know what else you've installed on your machine. Much better when > things are cleanly separated as they are. I think the biggest problem I had was self induced, and it was the fact that I had tried so many different ways to install mostly via binaries, then via source, not fully understanding about the "shared, etc" options in the ./configure files that after a while I had created a huge mess. Now that I have re-formatted my primary drive, and re-installed all the standard software and utilities that I've purchased over time, I took the opportunity to throw a lot of junk away. I think if I stick to MacPorts most of those issues will go away, and I can get back to programming instead of trying to manage all this unix stuff. I like unix a lot, and writing shell scripts that are useful is really neat, but that's really as far as I need to get into unix. There's a huge leap in knowledge and experience required, between writing simple shell scripts, or doing routine maintenance work using the terminal, and the stuff that you guys are doing at MacPorts. I have an incredible amount of respect for those people that are able to do that, and recognize that it "is" impossible to become an expert in so many different areas of computing. Unfortunately because we might quite good in some areas, we feel a deep sense of frustration when other areas don't fall right into place. Life is a humbling experience for sure... > First off, Mac OS X Server has included Apache 2 for many many > years. Granted, it's not the default, and you can't use their > pretty GUI to configure it, but it is there and can be used. I like using the terminal with Apache2 much better than the GUI anyway, it allows me to troubleshoot virtual host problems, etc and things like [09/29/2005](9:57pm) ~ % ps aux | grep httpd [09/29/2005](9:58pm) ~ % sudo /opt/apache2/bin/apachectl -t -D DUMP_VHOSTS which are not available via the GUI. > As to the support AppleCare provides, it's not really their job to > help you with UNIXisms. AppleCare's job is to make sure Mom can > check her email and make a photo book to send out at Christmas, > Billy can video chat with his friends to talk about the movie > they're going to make to show off their skateboarding skills, and > Dad can make an impressive Keynote presentation so he can get > promoted to Assistant Manager. And if you've paid $1000 for Mac OS > X Server support, then their job is to help you with server > management tasks using Apple tools. But that's about it. UNIX > system administration requires many more additional skills, which > AppleCare representatives do not receive any training for and are > therefore in no position to impart to you. I don't bother AppleCare, except for hardware issues. A few months ago my ImacG5 began crashing randomly so I did all the normal disk repair, permission repair things and tried "memtest", but found nothing wrong. I finally went to the Apple Store and they ran all their tests, and found nothing wrong. I eventually got tired of the crashes and put pressure on the AppleCare Rep to replace my logic board, which they did. When the CompUSA Tech came to my house and pulled the old logic board he showed me a bunch of burned diodes. Replacing the logic board solved the crashes but interestingly enough the tests, thorough as they were didn't pick up the problems... > Apple does keep the OS up-to-date with regular software updates, > and they are very easy to install; just click the Install button. > However, IMHO in order to maintain software compatibility > throughout the life of the OS product, they don't make major > changes to the installed packages until the next major OS release. I love the way Apple handles all their the updates. > Ports in MacPorts define what other ports they depend on, but the > syntax does not at present allow it to specify what *variants* of > that port would be ideal. So, for example, if you do not yet have > mysql5 installed, and you install php5 +apache2 +mysql5, MacPorts > will install apache2 and mysql5 for you first, but with the default > set of variants. If you want to run a MySQL server, however, you > will want to install mysql5 +server. So it would behoove you to > install mysql5 +server first, then install php5 with the desired > variants. Otherwise you will have to later forcibly uninstall the > non-server mysql5 and then install mysql5 +server. All your insights and explanations have been really nice, and you were graceful enough to not point out that my rant was rather moronic, and got me one step closer to my PHD in bufoonery. I obviously was not looking at all the implications involved, and because of my lack of understanding on how this stuff all ties together, I made some rather foolish observations, which did not serve me or anyone else well. In the future I will try to keep silent and stick to technical questions. Thanks again for taking the time to enhance my window into the world... Very Best Regards, Bill Hernandez Plano, Texas From baldoni at gmail.com Sat May 19 08:58:46 2007 From: baldoni at gmail.com (Josh Baldoni) Date: Tue Oct 9 16:42:59 2007 Subject: gnome-terminal installation error Message-ID: I get the following when trying to install gnome-terminal using: laptop:~ laptop$ sudo port -v install gnome-terminal Password: ---> Configuring gnome-terminal checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking build system type... powerpc-apple-darwin8.0.0 checking host system type... powerpc-apple-darwin8.0.0 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 196608 checking command to parse /usr/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.0.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin8.0.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for intltool >= 0.35.0... 0.35.5 found checking for perl... /opt/local/bin/perl checking for XML::Parser... ok checking for iconv... /opt/local/bin/iconv checking for msgfmt... /opt/local/bin/msgfmt checking for msgmerge... /opt/local/bin/msgmerge checking for xgettext... /opt/local/bin/xgettext checking whether gcc understands -Wno-sign-compare... yes checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare checking what language compliance flags to pass to the C compiler... checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /opt/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... /opt/local/bin/xgettext checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for TERM... yes checking for gconftool-2... /opt/local/bin/gconftool-2 Using config source xml::/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-terminal/work/destroot//opt/local/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files configure: error: gnome-doc-utils >= 0.3.2 not found Error: Target com.apple.configure returned: configure failure: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-terminal/work/gnome- terminal-2.18.0" && ./configure --prefix=/opt/local --mandir=/opt/local/share/man --disable-scrollkeeper --with-gconf-source="xml::/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-terminal/work/destroot//opt/local/etc/gconf/gconf.xml.defaults" " returned error 1 Command output: checking whether gcc understands -Wno-sign-compare... yes checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare checking what language compliance flags to pass to the C compiler... checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /opt/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... /opt/local/bin/xgettext checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for TERM... yes checking for gconftool-2... /opt/local/bin/gconftool-2 Using config source xml::/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gnome-terminal/work/destroot//opt/local/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files configure: error: gnome-doc-utils >= 0.3.2 not found Warning: the following items did not execute (for gnome-terminal): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: Status 1 encountered during processing. so I tried: laptops-powerbook-g4-15:~ laptop$ sudo port -v install gnome-doc-utils Password: ---> Fetching py-libxml2 ---> libxml2-python-2.6.21.tar.gz doesn't seem to exist in /opt/local/var/db/dports/distfiles/python ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from ftp://xmlsoft.org/libxml2/python/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from http://distfiles-od.opendarwin.org/python ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from http://distfiles-msn.opendarwin.org/python % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from http://distfiles-od.opendarwin.org/ ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from http://distfiles-msn.opendarwin.org/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Error: Target com.apple.fetch returned: fetch failed Warning: the following items did not execute (for py-libxml2): com.apple.activate com.apple.fetch com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: The following dependencies failed to build: py-libxml2 Error: Status 1 encountered during processing. help is appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070519/cd273520/attachment.html From ndiscreet at gmail.com Sat May 19 10:05:12 2007 From: ndiscreet at gmail.com (Altoine Barker) Date: Tue Oct 9 16:42:59 2007 Subject: P5-PDL Fails In-Reply-To: References: <464AC284.3000000@GmAiL.cOm> <, > <, > <464D130D.2080900@GmAiL.cOm> Message-ID: <464F2E48.1030100@gmail.com> That fixed it. Thank you Mark. -Altoine markd@macports.org wrote: > Do another selfupdate. MacPorts 1.441 had a bug that broke reinplace. > You need 1.442. > > This command "port -v" should get you: > > MacPorts 1.442 > > Mark > > Altoine Barker on Thursday, May 17, 2007 at 7:44 PM > -0800 wrote: >> It fails at the installation phase now. Here is the error: >> >> >> Installing >> /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/bin/pptemplate >> Writing >> /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/PDL/.packlist >> Fixing packlist >> /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/PDL/.packlist >> Error: Target com.apple.destroot returned: reinplace: unknown flag >> '-s|/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot||' >> Warning: the following items did not execute (for p5-pdl): >> com.apple.activate com.apple.destroot com.apple.install >> Error: The following dependencies failed to build: p5-pdl >> Error: Status 1 encountered during processing. >> > > From rhwood at mac.com Sat May 19 10:15:38 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:42:59 2007 Subject: gnome-terminal installation error In-Reply-To: References: Message-ID: It seems that you simply managed to suffer an intermittent download problem attempting to download the sources for port py-libxml2. I was able to successfully download the same sources without error. Try again and if you have problems the macports wiki faq has a section doing manual downloads. On 19 May 2007, at 11:58, Josh Baldoni wrote: > I get the following when trying to install gnome-terminal using: > > laptop:~ laptop$ sudo port -v install gnome-terminal > Password: > ---> Configuring gnome-terminal > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... no > checking for nawk... no > checking for awk... awk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking dependency style of gcc... gcc3 > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h.. . yes > checking for unistd.h... yes > checking whether byte ordering is bigendian... yes > checking whether to enable maintainer-specific portions of > Makefiles... no > checking for gcc... (cached) gcc > checking whether we are using the GNU C compiler... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for gcc option to accept ISO C89... (cached) none needed > checking dependency style of gcc... (cached) gcc3 > checking for library containing strerror... none required > checking for ANSI C header files... (cached) yes > checking build system type... powerpc-apple-darwin8.0.0 > checking host system type... powerpc-apple-darwin8.0.0 > checking for a sed that does not truncate output... /usr/bin/sed > checking for ld used by gcc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... no > checking for /usr/bin/ld option to reload object files... -r > checking for BSD-compatible nm... /usr/bin/nm -p > checking whether ln -s works... yes > checking how to recognise dependent libraries... pass_all > checking dlfcn.h usability... yes > checking dlfcn.h presence... yes > checking for dlfcn.h... yes > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking dependency style of g++... gcc3 > checking how to run the C++ preprocessor... g++ -E > checking for g77... no > checking for f77... no > checking for xlf... no > checking for frt... no > checking for pgf77... no > checking for cf77... no > checking for fort77... no > checking for fl32... no > checking for af77... no > checking for f90... no > checking for xlf90... no > checking for pgf90... no > checking for pghpf... no > checking for epcf90... no > checking for gfortran... no > checking for g95... no > checking for f95... no > checking for fort... no > checking for xlf95... no > checking for ifort... no > checking for ifc... no > checking for efc... no > checking for pgf95... no > checking for lf95... no > checking for ftn... no > checking whether we are using the GNU Fortran 77 compiler... no > checking whether accepts -g... no > checking the maximum length of command line arguments... 196608 > checking command to parse /usr/bin/nm -p output from gcc object... ok > checking for objdir... .libs > checking for ar... ar > checking for ranlib... ranlib > checking for strip... strip > checking if gcc supports -fno-rtti -fno-exceptions... no > checking for gcc option to produce PIC... -fno-common > checking if gcc PIC flag -fno-common works... yes > checking if gcc static flag -static works... no > checking if gcc supports -c -o file.o... yes > checking whether the gcc linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... darwin8.0.0 dyld > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... yes > configure: creating libtool > appending configuration tag "CXX" to libtool > checking for ld used by g++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... no > checking whether the g++ linker (/usr/bin/ld) supports shared > libraries... yes > checking for g++ option to produce PIC... -fno-common > checking if g++ PIC flag -fno-common works... yes > checking if g++ static flag -static works... no > checking if g++ supports -c -o file.o... yes > checking whether the g++ linker (/usr/bin/ld) supports shared > libraries... yes > checking dynamic linker characteristics... darwin8.0.0 dyld > checking how to hardcode library paths into programs... immediate > appending configuration tag "F77" to libtool > checking for intltool >= 0.35.0... 0.35.5 found > checking for perl... /opt/local/bin/perl > checking for XML::Parser... ok > checking for iconv... /opt/local/bin/iconv > checking for msgfmt... /opt/local/bin/msgfmt > checking for msgmerge... /opt/local/bin/msgmerge > checking for xgettext... /opt/local/bin/xgettext > checking whether gcc understands -Wno-sign-compare... yes > checking what warning flags to pass to the C compiler... -Wall - > Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare > checking what language compliance flags to pass to the C compiler... > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for LC_MESSAGES... yes > checking libintl.h usability... yes > checking libintl.h presence... yes > checking for libintl.h... yes > checking for ngettext in libc... yes > checking for dgettext in libc... yes > checking for bind_textdomain_codeset... yes > checking for msgfmt... /opt/local/bin/msgfmt > checking for dcgettext... yes > checking for gmsgfmt... /opt/local/bin/msgfmt > checking for xgettext... /opt/local/bin/xgettext > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for pkg-config... /opt/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for TERM... yes > checking for gconftool-2... /opt/local/bin/gconftool-2 > Using config source xml::/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_gnome_gnome-terminal/work/destroot//opt/local/etc/gconf/ > gconf.xml.defaults for schema installation > Using $(sysconfdir)/gconf/schemas as install directory for schema > files > configure: error: gnome-doc-utils >= 0.3.2 not found > Error: Target com.apple.configure returned: configure failure: > shell command " cd "/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_gnome_gnome-terminal/work/gnome- terminal-2.18.0" && ./ > configure --prefix=/opt/local --mandir=/opt/local/share/man -- > disable-scrollkeeper --with-gconf-source="xml::/opt/local/var/db/ > dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_gnome_gnome-terminal/work/destroot//opt/local/etc/gconf/ > gconf.xml.defaults" " returned error 1 > Command output: checking whether gcc understands -Wno-sign- > compare... yes > checking what warning flags to pass to the C compiler... -Wall - > Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare > checking what language compliance flags to pass to the C compiler... > checking locale.h usability... yes > checking locale.h presence... yes > checking for locale.h... yes > checking for LC_MESSAGES... yes > checking libintl.h usability... yes > checking libintl.h presence... yes > checking for libintl.h... yes > checking for ngettext in libc... yes > checking for dgettext in libc... yes > checking for bind_textdomain_codeset... yes > checking for msgfmt... /opt/local/bin/msgfmt > checking for dcgettext... yes > checking for gmsgfmt... /opt/local/bin/msgfmt > checking for xgettext... /opt/local/bin/xgettext > checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include > checking for gethostbyname... yes > checking for connect... yes > checking for remove... yes > checking for shmat... yes > checking for IceConnectionNumber in -lICE... yes > checking for pkg-config... /opt/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for TERM... yes > checking for gconftool-2... /opt/local/bin/gconftool-2 > Using config source xml::/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_gnome_gnome-terminal/work/destroot//opt/local/etc/gconf/ > gconf.xml.defaults for schema installation > Using $(sysconfdir)/gconf/schemas as install directory for schema > files > configure: error: gnome-doc-utils >= 0.3.2 not found > > Warning: the following items did not execute (for gnome-terminal): > com.apple.activate com.apple.configure com.apple.build > com.apple.destroot com.apple.install > Error: Status 1 encountered during processing. > > so I tried: > > laptops-powerbook-g4-15:~ laptop$ sudo port -v install gnome-doc-utils > Password: > ---> Fetching py-libxml2 > ---> libxml2-python-2.6.21.tar.gz doesn't seem to exist in /opt/ > local/var/db/dports/distfiles/python > ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from ftp:// > xmlsoft.org/libxml2/python/ > % Total % Received % Xferd Average Speed Time Time > Time Current > Dload Upload Total Spent > Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 > --:--:-- 0 > ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from http:// > distfiles-od.opendarwin.org/python > > ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from http:// > distfiles-msn.opendarwin.org/python > % Total % Received % Xferd Average Speed Time Time > Time Current > Dload Upload Total Spent > Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- > --:--:-- 0 > ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from http:// > distfiles-od.opendarwin.org/ > > ---> Attempting to fetch libxml2-python-2.6.21.tar.gz from http:// > distfiles-msn.opendarwin.org/ > % Total % Received % Xferd Average Speed Time Time > Time Current > Dload Upload Total Spent > Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- > --:--:-- 0 > Error: Target com.apple.fetch returned: fetch failed > Warning: the following items did not execute (for py-libxml2): > com.apple.activate com.apple.fetch com.apple.extract > com.apple.checksum com.apple.patch com.apple.configure > com.apple.build com.apple.destroot com.apple.install > Error: The following dependencies failed to build: py-libxml2 > Error: Status 1 encountered during processing. > > > help is appreciated. > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From markd at macports.org Sat May 19 10:55:52 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:42:59 2007 Subject: libmad developer package In-Reply-To: <911627dc94c6d059101a2a27f948210e@aim.com> References: <911627dc94c6d059101a2a27f948210e@aim.com> Message-ID: mark brethen on Saturday, May 19, 2007 at 7:05 AM -0800 wrote: >Just to update you on the status. I contacted the mp3splt author at >sourceforge.net and he was able to walk me through the install. After >updating the libmad port I had to use > >export CFLAGS="$CFLAGS -I/opt/local/include" >export LDFLAGS="$LDFLAGS -L/opt/local/lib" > >before configuring libmp3splt. The latest build of mp3splt (subversion) >fixes the cddb function. This doesn't work in the version that the >mp3splt port installs. If someone would guide me, I could create an >alternate (i.e. subversion) port install. Ah I see. When installing software manually, it will usually need to be told where to find MacPorts libraries. That is only one reason I don't do it anyore. If a port I need doesn't exist, I create it. I don't understand the difference between libmp3splt and mp3splt. Do we need a port for each? Also, there are several ways to handle updating a macport to handle newer (but beta or alpha) code. 1) One way is to create a portname-devel package in cases where a new version introduces incompatibilities *and* actual users we currently have will want to use both. Just the mere hypothetical possibility of needing both is insufficent to create to ports, and only to be done when necessary. 2) If the alpha or beta is fairly stable, or the user base of the port is low, or the bugs solved are significant enough that is is preferred to use the beta over the release for most users, then it is justified to use betas, release candiates, and even alpha code under the right circumstances. We don't like port and variant proliferation without good reasons. So the question is, is the mp3splt2.2_rc1 solve your problem? And in your judgement does it meet the criteria of #2? If so, we could update the port to rc_1. If not, if the particular bugfix in subversion is a discrete patch or patches, those could be added to the port to make the port more usable. Mark From watsonbladd at gmail.com Sat May 19 14:24:33 2007 From: watsonbladd at gmail.com (Watson Ladd) Date: Tue Oct 9 16:42:59 2007 Subject: GPG segfaulting Message-ID: <464F6B11.9010001@gmail.com> Hello: Whenever I run GPG it segfaults on startup. gdb gpg leads to a bus error. Can anyone help me? Thank you, Watson Ladd From yeled at macports.org Sat May 19 14:27:33 2007 From: yeled at macports.org (Charlie Allom) Date: Tue Oct 9 16:42:59 2007 Subject: GPG segfaulting In-Reply-To: <464F6B11.9010001@gmail.com> References: <464F6B11.9010001@gmail.com> Message-ID: <20070519212732.GA18872@eatyourpets.com> On Sat, May 19, 2007 at 05:24:33PM -0400, Watson Ladd wrote: > Hello: > Whenever I run GPG it segfaults on startup. gdb gpg leads to a bus > error. Can anyone help me? not with that kind of info. how about learning how to file a bug report? -- hail eris http://rubberduck.com/ From jochen at fhi-berlin.mpg.de Sat May 19 14:44:26 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:42:59 2007 Subject: py-wxpython problems Message-ID: Hi, port upgrade recently updated wxPython to py-wxpython 2.8.4.0, python/py-wxpython (Variants: universal). Now I am trying to enhance the py-matplotlib port and have to reinstall it. This does not work and gives me the errors given below, which seem to be the once described here: http://lists.macosforge.org/pipermail/macports-users/2007-February/ 001820.html Can you confirm this? How can we fix this? > sudo port install +gtk2 ---> Fetching py-matplotlib ---> Attempting to fetch matplotlib-0.90.0.tar.gz from http:// downloads.sourceforge.net/matplotlib ---> Verifying checksum(s) for py-matplotlib ---> Extracting py-matplotlib ---> Applying patches to py-matplotlib ---> Configuring py-matplotlib ---> Building py-matplotlib with target build Error: Target com.apple.build returned: shell command " cd "/opt/ local/var/db/dports/build/_Users_jochen_source_macports- trunk_dports_python_py-matplotlib/work/matplotlib-0.90.0" && /opt/ local/bin/python2.4 setup.py build " returned error 1 Command output: ./CXX/Extensions.hxx: In constructor 'Py::PythonExtension::PythonExtension() [with T = Func]': src/_transforms.h:379: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect ./CXX/Extensions.hxx: In constructor 'Py::PythonExtension::PythonExtension() [with T = FuncXY]': src/_transforms.h:466: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect ./CXX/Extensions.hxx: In constructor 'Py::PythonExtension::PythonExtension() [with T = Transformation]': src/_transforms.h:538: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ src/_wxagg.cpp: In function 'wxBitmap* convert_agg2bitmap (RendererAgg*, Bbox*)': src/_wxagg.cpp:238: error: conversion from 'wxImage*' to 'const wxString' is ambiguous /opt/local/include/wx-2.8/wx/string.h:692: note: candidates are: wxString::wxString(wxChar, size_t) /opt/local/include/wx-2.8/wx/string.h:682: note: wxString::wxString(int) ./CXX/Extensions.hxx: In constructor 'Py::PythonExtension::PythonExtension() [with T = BufferRegion]': src/_backend_agg.h:50: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect ./CXX/Extensions.hxx: In constructor 'Py::PythonExtension::PythonExtension() [with T = LazyValue]': src/_transforms.h:27: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect ./CXX/Extensions.hxx: In constructor 'Py::PythonExtension::PythonExtension() [with T = Func]': src/_transforms.h:379: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect ./CXX/Extensions.hxx: In constructor 'Py::PythonExtension::PythonExtension() [with T = FuncXY]': src/_transforms.h:466: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect ./CXX/Extensions.hxx: In constructor 'Py::PythonExtension::PythonExtension() [with T = Transformation]': src/_transforms.h:538: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect error: Command "/usr/bin/gcc-4.0 -fno-strict-aliasing -Wno-long- double -no-cpp-precomp -fno-common -fno-common -dynamic -DNDEBUG -g - O3 -Wall -Wstrict-prototypes -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES - D__WXMAC__ -I/opt/local/include -I/usr/include -I/opt/local/include/ python2.4 -I. -Isrc -Iswig -Iagg23/include -I. -I/opt/local/include - I/usr/include -I/opt/local/include/python2.4 -I. -I/opt/local/include/ freetype2 -I/usr/include/freetype2 -I/opt/local/include/python2.4/ freetype2 -I./freetype2 -Isrc/freetype2 -Iswig/freetype2 -Iagg23/ include/freetype2 -I./freetype2 -I/opt/local/include/freetype2 -I/usr/ include/freetype2 -I/opt/local/include/python2.4/freetype2 -I./ freetype2 -I/opt/local/include -I/usr/include -I/opt/local/include/ python2.4 -I. -I/opt/local/lib/wx/include/mac-unicode-release-2.8 -I/ opt/local/include/wx-2.8 -I/opt/local/Library/Frameworks/ Python.framework/Versions/2.4/include/python2.4 -c src/_wxagg.cpp -o build/temp.macosx-10.3-i386-2.4/src/_wxagg.o" failed with exit status 1 Error: Status 1 encountered during processing. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070519/2ce6ac93/PGP.bin From rhwood at mac.com Sat May 19 14:52:20 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:43:00 2007 Subject: GPG segfaulting In-Reply-To: <20070519212732.GA18872@eatyourpets.com> References: <464F6B11.9010001@gmail.com> <20070519212732.GA18872@eatyourpets.com> Message-ID: <67A58250-293D-464C-9637-18FFC14D5EDB@mac.com> On 19 May 2007, at 17:27, Charlie Allom wrote: > On Sat, May 19, 2007 at 05:24:33PM -0400, Watson Ladd wrote: >> Hello: >> Whenever I run GPG it segfaults on startup. gdb gpg leads to a bus >> error. Can anyone help me? > > not with that kind of info. > > how about learning how to file a bug report? How about providing a reasonable and helpful answer or none at all? That said: Mr. Ladd: Can you include the contents of your segfault report either in a new ticket at the Macports bug report system[1] and then include a link to the ticket in a reply to this email, making sure you CC: the macports-users mailing list? It would also help to know which version of gpg you are running, what version of Mac OS X you are using, and what version of gcc was used to build gpg. If you need help determining that information most of us who assist users will be happy to help you. > -- > hail eris > http://rubberduck.com/ > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From tarage at bellsouth.net Sat May 19 15:42:23 2007 From: tarage at bellsouth.net (Tarage) Date: Tue Oct 9 16:43:00 2007 Subject: Python does not see Macports-installed modules. Why? Message-ID: Hi everyone. The subject line says it all. I'm trying to get py-gtk2 going on 10.3.9, and in that quest, I've let Macports install all the dependent libraries, including python24. However, when I go to the python prompt and run a help() then modules, it doesn't see any of the modules I've installed! I've experimented with adding various paths to the python search path, but apparently I'm not adding the right ones to pick up these modules. I've looked through the archives here and across the Web. How do I make sure that python will see the Macports-installed modules? Thanks! ~Tarage From chpickel at stwing.upenn.edu Sat May 19 16:10:45 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:43:00 2007 Subject: Python does not see Macports-installed modules. Why? In-Reply-To: References: Message-ID: <1FC4D162-F28D-4A2A-BE8D-40C3032C4578@stwing.upenn.edu> On 19 May, 2007, at 18:42, Tarage wrote: > Hi everyone. The subject line says it all. I'm trying to get py- > gtk2 going on 10.3.9, and in that quest, I've let Macports install > all the dependent libraries, including python24. However, when I go > to the python prompt and run a help() then modules, it doesn't see > any of the modules I've installed! I've experimented with adding > various paths to the python search path, but apparently I'm not > adding the right ones to pick up these modules. I've looked through > the archives here and across the Web. How do I make sure that > python will see the Macports-installed modules? First off, have you modified your PATH? Does `where python` report / opt/local/bin/python (MacPorts) or only /usr/bin/python (Apple)? If the latter, then you need to follow instructions at the MacPorts wiki [1] to make sure you run MacPorts' python. Second, did the modules you want go to the right place? Does `ls /opt/ local/lib/python2.4/site-packages` list the gtk2 module? [1] http://trac.macports.org/projects/macports/wiki/InstallingMacPorts Chris -------------- 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/20070519/c42ba81f/PGP.bin From rainer.mueller at codingfarm.de Sat May 19 15:51:35 2007 From: rainer.mueller at codingfarm.de (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue Oct 9 16:43:00 2007 Subject: Python does not see Macports-installed modules. Why? In-Reply-To: References: Message-ID: <464F7F77.3010000@codingfarm.de> Tarage wrote: > > Hi everyone. The subject line says it all. I'm trying to get py-gtk2 > going on 10.3.9, and in that quest, I've let Macports install all the > dependent libraries, including python24. However, when I go to the > python prompt and run a help() then modules, it doesn't see any of the > modules I've installed! I've experimented with adding various paths to > the python search path, but apparently I'm not adding the right ones to > pick up these modules. I've looked through the archives here and across > the Web. How do I make sure that python will see the Macports-installed > modules? Make sure you started the python2.4 binary from MacPorts and not the python2.3 provided by Mac OS X. HTH, Rainer From rhwood at mac.com Sat May 19 17:01:06 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:43:00 2007 Subject: GPG segfaulting In-Reply-To: <67A58250-293D-464C-9637-18FFC14D5EDB@mac.com> References: <464F6B11.9010001@gmail.com> <20070519212732.GA18872@eatyourpets.com> <67A58250-293D-464C-9637-18FFC14D5EDB@mac.com> Message-ID: Sorry. Forgot the URL to report a bug: http://trac.macosforge.org/ projects/macports/newticket On 19 May 2007, at 17:52, Randall Wood wrote: > > On 19 May 2007, at 17:27, Charlie Allom wrote: > >> On Sat, May 19, 2007 at 05:24:33PM -0400, Watson Ladd wrote: >>> Hello: >>> Whenever I run GPG it segfaults on startup. gdb gpg leads to a bus >>> error. Can anyone help me? >> >> not with that kind of info. >> >> how about learning how to file a bug report? > > How about providing a reasonable and helpful answer or none at all? > > That said: > > Mr. Ladd: > Can you include the contents of your segfault report either in a > new ticket at the Macports bug report system[1] and then include a > link to the ticket in a reply to this email, making sure you CC: > the macports-users mailing list? > > It would also help to know which version of gpg you are running, > what version of Mac OS X you are using, and what version of gcc was > used to build gpg. > > If you need help determining that information most of us who assist > users will be happy to help you. > >> -- >> hail eris >> http://rubberduck.com/ >> _______________________________________________ >> macports-users mailing list >> macports-users@lists.macosforge.org >> http://lists.macosforge.org/mailman/listinfo/macports-users > > > > Randall Wood > rhwood@mac.com > http://shyramblings.blogspot.com > > "The rules are simple: The ball is round. The game lasts 90 > minutes. All the > rest is just philosophy." > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From wlynch at UDel.Edu Sat May 19 19:27:26 2007 From: wlynch at UDel.Edu (William Lynch) Date: Tue Oct 9 16:43:00 2007 Subject: Critical Security bug in rlpr Message-ID: <1CA0C274-B064-4CE5-B103-79CAEF4F80AB@UDel.Edu> Hey everyone, I'd just like to throw some attention at ticket #11715: http:// trac.macosforge.org/projects/macports/ticket/11715 It's been open for 2 or so months. And it has a remotely exploitable security bug. And all that's needed to fix it is to increase the version number to 2.0.6. Just giving out the word... -Bill Lynch From chpickel at stwing.upenn.edu Sat May 19 20:38:49 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:43:00 2007 Subject: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL) In-Reply-To: References: <799406d60705180637g3fd962cbg983cda2244228ebd@mail.gmail.com> <8098FADE-BFD8-42A2-B68F-86074FBA728F@stwing.upenn.edu> Message-ID: On 19 May, 2007, at 23:12, Bill Hernandez wrote: > I got mysql5 +server installed earlier today, and you recommend > that I do the same for postgresql + server, but when I checked the > variants > > ... > > did not find a +server variant, it looks like I probably ought to > take the default install: > > $ sudo port install -v postgresql82-server > $ sudo port install -v postgresql82 Yes, that appears to be correct. I had na?vely assumed that 'postgresql' (@7.4.12) was the port that you wanted to install, but I see now that there are newer versions numbered (usually, if a non- numbered version exists, it's the latest stable). > You mention that I should add any bindings needed, I am now quite > sure if I need to do anything in order to access pgsql with php5. I > know on the php5 I have to add the pgsql variant, but I don't have > a clue about the bindings. You should be OK; the php5 variant includes the bindings. Unfortunately, bindings between languages and libraries appear in different places; sometimes with the library, sometimes with the language, and sometimes in completely separate ports. This isn't something we have yet figured out how to shield the user from :) Chris -------------- 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/20070519/a831ea74/PGP.bin From ryandesign at macports.org Sat May 19 20:46:47 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:00 2007 Subject: Critical Security bug in rlpr In-Reply-To: <1CA0C274-B064-4CE5-B103-79CAEF4F80AB@UDel.Edu> References: <1CA0C274-B064-4CE5-B103-79CAEF4F80AB@UDel.Edu> Message-ID: <2006E8EA-6259-405A-9B01-37561E6F28FC@macports.org> On May 19, 2007, at 21:27, William Lynch wrote: > I'd just like to throw some attention at ticket #11715: http:// > trac.macosforge.org/projects/macports/ticket/11715 > > It's been open for 2 or so months. And it has a remotely > exploitable security bug. And all that's needed to fix it is to > increase the version number to 2.0.6. I'll take this ticket. Note that rlpr has never been modified since it was initially added by fenner in r3182 on 2003-08-06. fenner may no longer have an interest in maintaining the port. I'm Ccing fenner on this email. If fenner is no longer interested, perhaps you would like to maintain the port. From boeyms at macports.org Sun May 20 01:02:29 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: py-wxpython problems In-Reply-To: References: Message-ID: <1B18536F-C158-45C9-87C1-B20012FFD798@macports.org> Hi Jochen, > Can you confirm this? Not just yet, but... > How can we fix this? ... your output gave me an idea. I don't know how to deal all of the warnings that are like: > ./CXX/Extensions.hxx: In constructor > 'Py::PythonExtension::PythonExtension() [with T = FuncXY]': > src/_transforms.h:466: instantiated from here > ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has > no effect but a friend of mine said that errors like this" > src/_wxagg.cpp: In function 'wxBitmap* convert_agg2bitmap > (RendererAgg*, Bbox*)': > src/_wxagg.cpp:238: error: conversion from 'wxImage*' to 'const > wxString' is ambiguous > /opt/local/include/wx-2.8/wx/string.h:692: note: candidates are: > wxString::wxString(wxChar, size_t) > /opt/local/include/wx-2.8/wx/string.h:682: note: > wxString::wxString(int) are usually a sign that the overloaded function (which here is wxString::wxString) does not have an overloading whose arguments are of the right number type. In the case that I had to deal with before, it turned out that Mac OS X typedef'd something as a long long int, which the function didn't have a case for dealing with; it may be that there is something similarly system-specific happening here, but it could equally be something else. If you're not much chop with C or C++, of course, this won't mean anything to you, but maybe somebody else who is might find this useful. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From jochen at fhi-berlin.mpg.de Sun May 20 06:57:59 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:43:00 2007 Subject: py-wxpython problems In-Reply-To: <1B18536F-C158-45C9-87C1-B20012FFD798@macports.org> References: <1B18536F-C158-45C9-87C1-B20012FFD798@macports.org> Message-ID: <887F3152-B67A-4722-8768-B6F026577E7B@fhi-berlin.mpg.de> On 20.05.2007, at 10:02, Boey Maun Suang wrote: >> ./CXX/Extensions.hxx: In constructor >> 'Py::PythonExtension::PythonExtension() [with T = FuncXY]': >> src/_transforms.h:466: instantiated from here >> ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has >> no effect These warnings I am not too worried about... > but a friend of mine said that errors like this" > >> src/_wxagg.cpp: In function 'wxBitmap* convert_agg2bitmap >> (RendererAgg*, Bbox*)': >> src/_wxagg.cpp:238: error: conversion from 'wxImage*' to 'const >> wxString' is ambiguous >> /opt/local/include/wx-2.8/wx/string.h:692: note: candidates are: >> wxString::wxString(wxChar, size_t) >> /opt/local/include/wx-2.8/wx/string.h:682: note: >> wxString::wxString(int) > > are usually a sign that the overloaded function (which here is > wxString::wxString) does not have an overloading whose arguments > are of the right number type. yup. From the C++ perspective that could be right, but that's not where I want to get at. I want py-matplotlib to work... Ok, here's I propose to proceed: I implemented a wxpython variant and make sure that wxpython (WXAGG) is used if the user specifies this variant, but is definitely switched off otherwise (circumventing matplotlibs auto-detection). I have changed the gtk2 variant to behave the same way (it did already for GTKAGG, but not for GTK). py-matplotlib builds with either variant, but with wxPython it crashes upon "import pylab". I will report the problem upstream. Anyway, that's what I get when building against wxPython: DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/ _Users_jochen_source_macports-trunk_dports_python_py-matplotlib/work/ matplotlib-0.90.0" && /opt/local/bin/python2.4 setup.py build' setup.py:267: DeprecationWarning: The wxPython compatibility package is no longer automatically generated or actively maintained. Please switch to the wx package as soon as possible. import wxPython /opt/local/lib/python2.4/site-packages/wx-2.8-mac-unicode/wx/_core.py: 13967: UserWarning: wxPython/wxWidgets release number mismatch warnings.warn("wxPython/wxWidgets release number mismatch") WXAgg's accelerator requires wxPython running build Seem to confirm my previous thoughts on version mismatch and looks like a real upstream change is necessary;( I will check in the current version, although the wxPython variant is broken. But that is better than the old Portfile, which would always be broken if current wxPython is installed. Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070520/2c9eb351/PGP.bin From chuck at chuckandmaggi.com Sun May 20 07:34:09 2007 From: chuck at chuckandmaggi.com (Charles White) Date: Tue Oct 9 16:43:00 2007 Subject: GCC fails to install In-Reply-To: <3FDAC27E-5EFD-408B-946A-C5F2EB334305@macports.org> References: <5E429672-BF8A-4D97-9B83-744840D1BD58@chuckandmaggi.com> <3FDAC27E-5EFD-408B-946A-C5F2EB334305@macports.org> Message-ID: <96D4E81E-5FB0-4C85-8F5C-ADCE17E8F4B1@chuckandmaggi.com> Issue resolved. User failed to figure out the Apple Developer web site. I had installed the latest Xcode tools from the Mac OS X page (2.2.1) instead of the latest Xcode tools from the Developer Tools page (2.4.1). I will commit sepuku as soon as I obtain an authentic Samurai sword. It does help to know that the software works under similar conditions. On May 15, 2007, at 10:24 PM, Ryan Schmidt wrote: > This may not be very helpful, but gcc41 and gcc42 install just fine > for me on an Intel Core 2 Duo MacBook Pro. Not sure why it's not > working for you. What other ports do you have installed? And what > things do you have in /usr/local which might conflict with > MacPorts? What does "which nm" say on your system? On mine, I get "/ > usr/bin/nm". From jochen at fhi-berlin.mpg.de Sun May 20 11:05:38 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:43:00 2007 Subject: license questions Message-ID: What are the rules on macPorts packages with respect to the original licenses? Is it ok to create a package for software with the following license? http://www.cmbi.ru.nl/molden/CopyRight.html I would obviously add this information to the long description, but I am not really sure how to deal with this in general? Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070520/7beeb743/PGP.bin From rhwood at mac.com Sun May 20 11:30:20 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:43:00 2007 Subject: license questions In-Reply-To: References: Message-ID: <2C830D90-673B-46C8-8932-18A1A7C8C5CB@mac.com> I'm reading the package as saying we can't distribute patches for it, since MacPorts is not a registered non-profit entity, and the commercial version of the license forbids that. I would ask the CMBI if they would be willing to relicense the work with a GPL license or give us the exception to distribute any patches that are required to make it build within MacPorts. On 20 May 2007, at 14:05, Jochen K?pper wrote: > What are the rules on macPorts packages with respect to the > original licenses? Is it ok to create a package for software with > the following license? > http://www.cmbi.ru.nl/molden/CopyRight.html > > I would obviously add this information to the long description, but > I am not really sure how to deal with this in general? > > Greetings, > Jochen > -- > Einigkeit und Recht und Freiheit http://www.Jochen- > Kuepper.de > Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D > Sex, drugs and rock-n-roll > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From paulbeard at gmail.com Sun May 20 20:06:47 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:00 2007 Subject: heimdal/coreutils issue: how to resolve? Message-ID: <56395B22-08F7-4C8C-B471-D9CE7B29884D@mac.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/20070520/bf3b4387/PGP.bin From chpickel at stwing.upenn.edu Sun May 20 20:47:13 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:43:00 2007 Subject: heimdal/coreutils issue: how to resolve? In-Reply-To: <56395B22-08F7-4C8C-B471-D9CE7B29884D@mac.com> References: <56395B22-08F7-4C8C-B471-D9CE7B29884D@mac.com> Message-ID: On 20 May, 2007, at 23:06, paul beard wrote: > How can we get aound this contention over /opt/local/bin/su, since > both heimdal and coreutils claim it as theirs? Doesn't/shouldn't coreutils install /opt/local/bin/gsu and not /opt/ local/bin/su? For me, at least: [%] port contents coreutils | grep su$ /opt/local/bin/gsu By the same token, perhaps heimdal's su should be installed as hsu. The same contention would happen if both ports were installed +with_default_names, but then at least it should be fairly obvious to the user how to fix. Chris -------------- 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/20070520/f970309f/PGP.bin From boeyms at macports.org Sun May 20 23:39:21 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: GCC fails to install In-Reply-To: <96D4E81E-5FB0-4C85-8F5C-ADCE17E8F4B1@chuckandmaggi.com> References: <5E429672-BF8A-4D97-9B83-744840D1BD58@chuckandmaggi.com> <3FDAC27E-5EFD-408B-946A-C5F2EB334305@macports.org> <96D4E81E-5FB0-4C85-8F5C-ADCE17E8F4B1@chuckandmaggi.com> Message-ID: <0A9DD1AE-BE06-42B1-96A0-25E3CA0EB4AC@macports.org> On 21/05/2007, at 00:34, Charles White wrote: > Issue resolved. User failed to figure out the Apple Developer web > site. I had installed the latest Xcode tools from the Mac OS X page > (2.2.1) instead of the latest Xcode tools from the Developer Tools > page (2.4.1). That sounds like something we should document on the wiki, at least. Any ideas on where it would best go? Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From vincent-opdarw at vinc17.org Sun May 20 23:40:15 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:43:00 2007 Subject: heimdal/coreutils issue: how to resolve? In-Reply-To: References: <56395B22-08F7-4C8C-B471-D9CE7B29884D@mac.com> Message-ID: <20070521064015.GJ15333@prunille.vinc17.org> On 2007-05-20 23:47:13 -0400, Chris Pickel wrote: > On 20 May, 2007, at 23:06, paul beard wrote: >> How can we get aound this contention over /opt/local/bin/su, since both >> heimdal and coreutils claim it as theirs? > > Doesn't/shouldn't coreutils install /opt/local/bin/gsu and not > /opt/local/bin/su? For me, at least: > > [%] port contents coreutils | grep su$ > /opt/local/bin/gsu > > By the same token, perhaps heimdal's su should be installed as hsu. The > same contention would happen if both ports were installed > +with_default_names, but then at least it should be fairly obvious to the > user how to fix. But the user should be able to install both ports with the +with_default_names variant. I know that Debian has a way to solve such problems, but I don't know how it works exactly or if it can be applicable in MacPorts. Another solution would be to add a /opt/local/gnu directory, with (at least) bin and man subdirectories for GNU utilities. The files with the g prefix would still be installed in the standard place IMHO, but the files without the prefix would be installed under /opt/local/gnu. Then the end user could choose to add /opt/local/gnu/bin to his $PATH before /opt/local/bin if he prefers the GNU utilities, or after if he prefers the other ones. If for some particular commands, he wants a different choice, he can still add a symbolic link into /usr/local/bin or $HOME/bin... -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From paulbeard at gmail.com Sun May 20 23:49:19 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:00 2007 Subject: heimdal/coreutils issue: how to resolve? In-Reply-To: References: <56395B22-08F7-4C8C-B471-D9CE7B29884D@mac.com> Message-ID: <165502A8-CC4C-4079-84DC-6D5ECA5178D4@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/20070520/ff49cd56/PGP.bin From paulbeard at gmail.com Mon May 21 00:14:21 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:00 2007 Subject: heimdal/coreutils issue: how to resolve? In-Reply-To: <20070521064015.GJ15333@prunille.vinc17.org> References: <56395B22-08F7-4C8C-B471-D9CE7B29884D@mac.com> <20070521064015.GJ15333@prunille.vinc17.org> Message-ID: <933B849F-F19E-4FEE-8FE5-876BBC79020B@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/20070521/87e71991/PGP.bin From boeyms at macports.org Mon May 21 01:29:54 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: Am I opening tickets improperly? In-Reply-To: <464EDD57.1090408@pobox.com> References: <464D4E53.1010202@pobox.com> <464DA2FE.2010807@pobox.com> <464EDD57.1090408@pobox.com> Message-ID: Hi Glen, > Maybe only committers can change tickets (other than attach files > or making comments)? Right on the money (I tested it), which, as you say, is a bit of a problem for those without commit rights who make a mistake when filing their ticket (which I did a few times before I was granted commit rights). I don't know whether Trac (or MacPorts' Trac setup) allows fine-grained enough control to allow slightly more rights over tickets for those who create them, but if so, I agree that it would be nice to add. It's well out of mind hands, unfortunately. Anyone able to fill us in on this? Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From boeyms at macports.org Mon May 21 01:43:18 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: Trac account problems (was Re: Call for MacPorts documentation/site effort) In-Reply-To: <511939.16420.qm@web30611.mail.mud.yahoo.com> References: <511939.16420.qm@web30611.mail.mud.yahoo.com> Message-ID: <8265FADD-5B8A-471E-BB5B-243D9EE0F8F2@macports.org> Hi Jeff and Ian, On 19/05/2007, at 04:17, Jeff Adams wrote: > I can access my account preferences, but I can't edit > the wiki or enter trac items (no links appear for > either one). Basically the options are the same > whether I'm logged in or not. > > Jeff > > --- Ian Eiloart wrote: > >> >> >> I think you've missed a step. I tried all that, and >> the tofu steak >> sacrifices, but: I still get an error when I try to >> access my account >> preferences, and I still can't add to the trac, even >> though I can log in! Sounds to me like the MacPorts admins should have a look at whether or not your accounts are borked; I've forwarded this to macports-mgr (apologies if I'm spamming them with this) in the hope that they can help you. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From vincent-opdarw at vinc17.org Mon May 21 02:03:31 2007 From: vincent-opdarw at vinc17.org (Vincent Lefevre) Date: Tue Oct 9 16:43:00 2007 Subject: heimdal/coreutils issue: how to resolve? In-Reply-To: <933B849F-F19E-4FEE-8FE5-876BBC79020B@gmail.com> References: <56395B22-08F7-4C8C-B471-D9CE7B29884D@mac.com> <20070521064015.GJ15333@prunille.vinc17.org> <933B849F-F19E-4FEE-8FE5-876BBC79020B@gmail.com> Message-ID: <20070521090331.GM15333@prunille.vinc17.org> On 2007-05-21 00:14:21 -0700, paul beard wrote: > That sounds reasonable, but it looks like my problem is resolved > with some manual cleanup. I removed /opt/local/bin/su and did a > forced reinstall of heimdal. > > white:~ root# port provides /opt/local/bin/su > /opt/local/bin/su is provided by: heimdal > white:~ root# port provides /opt/local/bin/gsu > /opt/local/bin/gsu is provided by: coreutils But this will break as soon as you'll upgrade coreutils (or deactive and reactivate it). -- Vincent Lef?vre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) From mle+tools at mega-nerd.com Mon May 21 02:20:13 2007 From: mle+tools at mega-nerd.com (Erik de Castro Lopo) Date: Tue Oct 9 16:43:00 2007 Subject: openmotif? Message-ID: <20070521192013.970b5c5c.mle+tools@mega-nerd.com> Hi all, I'm trying to install the Nedit test editor which depends on openmotif. However, openmotif fails to install (see below). Anybody have a solution for this? Cheers, Erik erikd@miles > sudo port install openmotif Password: ---> Fetching openmotif ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from ftp://ftp.ics.com/pub/Products/Motif/om2.3/ ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from http://distfiles-od.opendarwin.org/openmotif ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from http://distfiles-msn.opendarwin.org/openmotif ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from http://distfiles-od.opendarwin.org/ ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from http://distfiles-msn.opendarwin.org/ Error: Target com.apple.fetch returned: fetch failed Error: Status 1 encountered during processing. -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "If you think C++ is not overly complicated, just what is a protected abstract virtual base pure virtual private destructor and when was the last time you needed one?" -- Tom Cargill From boeyms at macports.org Mon May 21 02:40:40 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: python25 port and libpython? In-Reply-To: References: Message-ID: Hi Jon, > Is libpython (e.g., libpython2.5.dylib) installed by the python25 > Portfile? It wasn't on my build, and indeed no file with a .dylib extension appears in "port contents python25". I note that the Portfile for python24 contains a chunk of code for destrooting things into place (including libpython.25.dylib) that python25 does not have. Since the maintainer for both ports is the same, it might be best for you to contact the maintainer directly to find out exactly why things are the way they are. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From mike012012 at yahoo.com Mon May 21 04:04:50 2007 From: mike012012 at yahoo.com (Michael Thon) Date: Tue Oct 9 16:43:00 2007 Subject: Trac account problems (was Re: Call for MacPorts documentation/site effort) In-Reply-To: <8265FADD-5B8A-471E-BB5B-243D9EE0F8F2@macports.org> References: <511939.16420.qm@web30611.mail.mud.yahoo.com> <8265FADD-5B8A-471E-BB5B-243D9EE0F8F2@macports.org> Message-ID: <4B767776-0003-421E-BB97-AA8553D5642D@yahoo.com> I was starting to suspect this too. I tried various things, like doing the account update suggested by macosforge ( http:// www.macosforge.org/?p=5 ) and creating a new account but neither seem to give me write access to the wiki. I can submit tickets to trac though. Mike On May 21, 2007, at 10:43 AM, Boey Maun Suang wrote: > Hi Jeff and Ian, > > On 19/05/2007, at 04:17, Jeff Adams wrote: > >> I can access my account preferences, but I can't edit >> the wiki or enter trac items (no links appear for >> either one). Basically the options are the same >> whether I'm logged in or not. >> >> Jeff >> >> --- Ian Eiloart wrote: >> >>> >>> >>> I think you've missed a step. I tried all that, and >>> the tofu steak >>> sacrifices, but: I still get an error when I try to >>> access my account >>> preferences, and I still can't add to the trac, even >>> though I can log in! > > Sounds to me like the MacPorts admins should have a look at whether > or not your accounts are borked; I've forwarded this to macports- > mgr (apologies if I'm spamming them with this) in the hope that > they can help you. > > Kind regards, > > > Maun Suang > > -- > Boey Maun Suang (Boey is my surname) > Email: boeyms at macports dot org > > > From ryandesign at macports.org Mon May 21 04:21:37 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:00 2007 Subject: openmotif? In-Reply-To: <20070521192013.970b5c5c.mle+tools@mega-nerd.com> References: <20070521192013.970b5c5c.mle+tools@mega-nerd.com> Message-ID: On May 21, 2007, at 04:20, Erik de Castro Lopo wrote: > I'm trying to install the Nedit test editor which depends on > openmotif. > > However, openmotif fails to install (see below). Anybody have a > solution > for this? > > Cheers, > Erik > > erikd@miles > sudo port install openmotif > Password: > ---> Fetching openmotif > ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from > ftp://ftp.ics.com/pub/Products/Motif/om2.3/ > ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from > http://distfiles-od.opendarwin.org/openmotif > ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from > http://distfiles-msn.opendarwin.org/openmotif > ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from > http://distfiles-od.opendarwin.org/ > ---> Attempting to fetch openmotif-2.3.0-20060106.tar.gz from > http://distfiles-msn.opendarwin.org/ > Error: Target com.apple.fetch returned: fetch failed > Error: Status 1 encountered during processing. The openmotif port is unmaintained and the organization of the openmotif web site is incomprehensible to me. Maybe they no longer offer that version. I found the file on another site and added it to the portfile. Wait a few hours, "sudo port sync", and then try again. If you can find a newer archive at the openmotif web site, I'd be happy to update the portfile to that version instead. From vivek.menon79 at gmail.com Mon May 21 06:58:42 2007 From: vivek.menon79 at gmail.com (Vivek Menon) Date: Tue Oct 9 16:43:00 2007 Subject: rpm won't build Message-ID: Hello, I am having problem installing the rpm port. Initially I encountered problem with ncurses package and that was rectified by following Guido Soranzio's instructions. Can someone help??? This is what I see: ======================================= sudo port install rpm Portfile changed since last build; discarding previous state. ---> Fetching ncurses ---> Verifying checksum(s) for ncurses ---> Extracting ncurses ---> Applying patches to ncurses ---> Configuring ncurses ---> Building ncurses with target all ---> Staging ncurses into destroot ---> Installing ncurses 5.6_0+darwin_8 ---> Activating ncurses 5.6_0+darwin_8 ---> Cleaning ncurses ---> Fetching readline ---> Attempting to fetch readline52-001 from http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ ---> Attempting to fetch readline-5.2.tar.gz from http://ftp.gnu.org/gnu/readline ---> Verifying checksum(s) for readline ---> Extracting readline ---> Applying patches to readline ---> Configuring readline ---> Building readline with target all ---> Staging readline into destroot ---> Installing readline 5.2.001_0 ---> Activating readline 5.2.001_0 ---> Cleaning readline ---> Fetching rpm ---> Attempting to fetch rpm-4.4.6.tar.gz from http://wraptastic.org/pub/rpm-4.4.x/ ---> Verifying checksum(s) for rpm ---> Extracting rpm ---> Applying patches to rpm ---> Configuring rpm ---> Building rpm with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_sysutils_rpm/work/rpm-4.4.6" && gnumake all " returned error 2 Command output: rpmmodule.c:193: warning: statement with no effect rpmmodule.c:197: error: 'm' undeclared (first use in this function) rpmmodule.c:217: warning: implicit declaration of function 'Py_InitModule3' rpmmodule.c:223: warning: implicit declaration of function 'PyModule_GetDict' rpmmodule.c:230: warning: implicit declaration of function 'PyErr_NewException' rpmmodule.c:230: warning: assignment makes pointer from integer without a cast rpmmodule.c:232: warning: implicit declaration of function 'PyDict_SetItemString' rpmmodule.c:272: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:272: error: 'PyType_Type' undeclared (first use in this function) rpmmodule.c:273: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:274: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:275: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:276: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:277: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:278: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:279: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:280: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:281: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:282: error: request for member 'ob_type' in something not a structure or union rpmmodule.c:285: warning: implicit declaration of function 'PyDict_New' rpmmodule.c:288: warning: implicit declaration of function 'PyInt_FromLong' rpmmodule.c:290: warning: implicit declaration of function 'Py_DECREF' rpmmodule.c:291: warning: implicit declaration of function 'PyDict_SetItem' rpmmodule.c:291: warning: implicit declaration of function 'PyString_FromString' rpmmodule.c:297: warning: assignment discards qualifiers from pointer target type rpmmodule.c:298: warning: implicit declaration of function 'PyCObject_FromVoidPtr' gnumake[3]: *** [rpmmodule.lo] Error 1 gnumake[2]: *** [all-recursive] Error 1 gnumake[1]: *** [all-recursive] Error 1 gnumake: *** [all] Error 2 ============================================== Vivek From jberry at macports.org Mon May 21 07:58:48 2007 From: jberry at macports.org (James Berry) Date: Tue Oct 9 16:43:00 2007 Subject: Am I opening tickets improperly? In-Reply-To: References: <464D4E53.1010202@pobox.com> <464DA2FE.2010807@pobox.com> <464EDD57.1090408@pobox.com> Message-ID: <0B418722-975B-4C0D-9E9F-2F4313D1FCDE@macports.org> On May 21, 2007, at 1:29 AM, Boey Maun Suang wrote: > Hi Glen, > >> Maybe only committers can change tickets (other than attach files >> or making comments)? > > Right on the money (I tested it), which, as you say, is a bit of a > problem for those without commit rights who make a mistake when > filing their ticket (which I did a few times before I was granted > commit rights). I don't know whether Trac (or MacPorts' Trac > setup) allows fine-grained enough control to allow slightly more > rights over tickets for those who create them, but if so, I agree > that it would be nice to add. It's well out of mind hands, > unfortunately. Anyone able to fill us in on this? There are a number of things about the trac setup at macports/ macosforge that we'd like to improve, including the email setup and privileges to both ticks and wiki editing. Hopefully we'll get a bit more macosforge mindshare as their new admin comes on line. James > > Kind regards, > > > Maun Suang > > -- > Boey Maun Suang (Boey is my surname) > Email: boeyms at macports dot org > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From markd at macports.org Mon May 21 09:15:09 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:00 2007 Subject: rpm won't build In-Reply-To: References: Message-ID: My MacBook hangs and I can't get icu installed. But there is an rpm 4.4.9 out now. You could edit the rpm Portfile and update it to 4.4.9 and see if it helps. The changelog lists some "FreeBSD portability fiddles" Mark "Vivek Menon" on Monday, May 21, 2007 at 6:58 AM -0800 wrote: >Hello, >I am having problem installing the rpm port. Initially I encountered >problem with ncurses package and that was rectified by following Guido >Soranzio's instructions. >Can someone help??? >This is what I see: >======================================= >sudo port install rpm >Portfile changed since last build; discarding previous state. >---> Fetching ncurses >---> Verifying checksum(s) for ncurses >---> Extracting ncurses >---> Applying patches to ncurses >---> Configuring ncurses >---> Building ncurses with target all >---> Staging ncurses into destroot >---> Installing ncurses 5.6_0+darwin_8 >---> Activating ncurses 5.6_0+darwin_8 >---> Cleaning ncurses >---> Fetching readline >---> Attempting to fetch readline52-001 from >http://ftp.gnu.org/gnu/readline/readline-5.2-patches/ >---> Attempting to fetch readline-5.2.tar.gz from >http://ftp.gnu.org/gnu/readline >---> Verifying checksum(s) for readline >---> Extracting readline >---> Applying patches to readline >---> Configuring readline >---> Building readline with target all >---> Staging readline into destroot >---> Installing readline 5.2.001_0 >---> Activating readline 5.2.001_0 >---> Cleaning readline >---> Fetching rpm >---> Attempting to fetch rpm-4.4.6.tar.gz from >http://wraptastic.org/pub/rpm-4.4.x/ >---> Verifying checksum(s) for rpm >---> Extracting rpm >---> Applying patches to rpm >---> Configuring rpm >---> Building rpm with target all >Error: Target com.apple.build returned: shell command " cd >"/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_sysutils_rpm/work/rpm-4.4.6" >&& gnumake all " returned error 2 >Command output: rpmmodule.c:193: warning: statement with no effect >rpmmodule.c:197: error: 'm' undeclared (first use in this function) >rpmmodule.c:217: warning: implicit declaration of function >'Py_InitModule3' >rpmmodule.c:223: warning: implicit declaration of function >'PyModule_GetDict' >rpmmodule.c:230: warning: implicit declaration of function >'PyErr_NewException' >rpmmodule.c:230: warning: assignment makes pointer from integer without a >cast >rpmmodule.c:232: warning: implicit declaration of function >'PyDict_SetItemString' >rpmmodule.c:272: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:272: error: 'PyType_Type' undeclared (first use in this >function) >rpmmodule.c:273: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:274: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:275: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:276: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:277: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:278: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:279: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:280: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:281: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:282: error: request for member 'ob_type' in something not >a structure or union >rpmmodule.c:285: warning: implicit declaration of function 'PyDict_New' >rpmmodule.c:288: warning: implicit declaration of function >'PyInt_FromLong' >rpmmodule.c:290: warning: implicit declaration of function 'Py_DECREF' >rpmmodule.c:291: warning: implicit declaration of function >'PyDict_SetItem' >rpmmodule.c:291: warning: implicit declaration of function >'PyString_FromString' >rpmmodule.c:297: warning: assignment discards qualifiers from pointer >target type >rpmmodule.c:298: warning: implicit declaration of function >'PyCObject_FromVoidPtr' >gnumake[3]: *** [rpmmodule.lo] Error 1 >gnumake[2]: *** [all-recursive] Error 1 >gnumake[1]: *** [all-recursive] Error 1 >gnumake: *** [all] Error 2 From mi.demur at tinet.cat Mon May 21 13:47:01 2007 From: mi.demur at tinet.cat (mi demur) Date: Tue Oct 9 16:43:00 2007 Subject: Wine works with Mac OS X PPC Message-ID: <905ACA98-4EF9-4934-B828-87EAEE655633@tinet.cat> do you know if Wine works with Mac OS X PPC ? it seems good because there is a ticket in 2002. if no, there are a solution ? thanks, From boeyms at macports.org Mon May 21 16:41:44 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: Trac account problems (was Re: Call for MacPorts documentation/site effort) In-Reply-To: <4B767776-0003-421E-BB97-AA8553D5642D@yahoo.com> References: <511939.16420.qm@web30611.mail.mud.yahoo.com> <8265FADD-5B8A-471E-BB5B-243D9EE0F8F2@macports.org> <4B767776-0003-421E-BB97-AA8553D5642D@yahoo.com> Message-ID: <4F4A3A42-9106-4AB1-AAD8-C68CB0CD6996@macports.org> Hi Michael, > I tried various things, like doing the account update suggested by > macosforge ( http://www.macosforge.org/?p=5 ) and creating a new > account but neither seem to give me write access to the wiki. I > can submit tickets to trac though. Ah, that's a little different; I'm afraid that the behaviour that you describe is actually what is supposed to happen at present. In other words, users with ordinary Trac accounts can only open tickets and attach files or comments to them (but not change any of a ticket's properties once opened, even if they opened them); only those who have been granted commit rights can also edit the wiki. I believe that things were initially set up this way because there is currently no other "official" documentation (the old DarwinPorts official docs not yet having been reborn), and there has been some discussion about getting this altered, but I'm not sure what the state of that is at present. This will certainly be one thing that the documentation working group will address once it is established (there are a few people, including myself, who want to work on this, but none of us yet have enough time to lead it; feel free if you're up to it!) In the meantime, I'd be happy to post edits to the wiki on your behalf. I know it's not ideal, but it's much better than nothing. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From boeyms at macports.org Mon May 21 17:24:29 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: Failed to initialize ports system, no suitable image found. In-Reply-To: <970956b0705151456k13e92123he39e4cd1d32ab29a@mail.gmail.com> References: <970956b0705151456k13e92123he39e4cd1d32ab29a@mail.gmail.com> Message-ID: <6E645373-055E-46E5-BBA8-78022383D263@macports.org> Hi Jeff, > I just installed macports for the first time and am having some > difficulty getting started. What I've done so far: > 1. ran installer (apparently successfully) > 2. ran dhcp148:~ admin$ sudo port selfupdate > > and got: > no suitable image found. Did find: > /opt/local/share/darwinports/Tcl/pextlib1.0/Pextlib.dylib: > mach-o, but wrong architecture That error means that the Pextlib.dylib found is a version that only works on one of Intel and PowerPC, and your machine is the other one. That's odd, because the version of Pextlib.dylib that comes in the binary installer on the disk image (which is what I assume you used) is a Universal binary (i.e. the shared libraries and executables are built to work on both Intel and PowerPC). My guess is that you've somehow run one of those programs that "thins" such "fat" binaries to one architecture and it's removed the wrong one. Whatever the reason, however, you should be able to just download the disk image again (just to be sure) and run the installer, overwriting what's currently there. If it won't do it, I believe that downloading and running AppDelete before reinstalling will pick up the package receipt from the first installation and clean it out properly (I haven't used it much, but it seems to have a good reputation). If you need any more help, just drop us a line. Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From boeyms at macports.org Mon May 21 17:36:39 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: GNOME applications menu empty In-Reply-To: <85B280E8-FF8C-4887-A4BB-20207DDD94CC@mailinator.net> References: <85B280E8-FF8C-4887-A4BB-20207DDD94CC@mailinator.net> Message-ID: <92566053-AF82-4742-AE98-0E9FB66E99A1@macports.org> Hi LD, On 14/05/2007, at 00:22, LD wrote: > The GNOME applications menu shows no installed applications in any > user account. Also, when I try to access help within GNOME, I get > an error message about no file association. I tried editing > applications.menu based on information from the GNOME lists, but to > no avail. I have all the current GNOME ports installed under 10.4.9 > PPC. KDE is also installed, and seems to work about as well as you > would expect. > > Anyone else have this problem? Thanks for replies. I'm afraid that I don't use GNOME (and don't have the time or space on my laptop to test it out just now). I'm just replying (a) so that you know that you're not being ignored, and (b) in that hope reviving the thread might bring this to the attention of someone who knows more about MacPorts' installation of GNOME. So, anyone able to help LD out here? Kind regards, Maun Suang -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From ryandesign at macports.org Mon May 21 17:48:27 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:00 2007 Subject: Wine works with Mac OS X PPC In-Reply-To: <905ACA98-4EF9-4934-B828-87EAEE655633@tinet.cat> References: <905ACA98-4EF9-4934-B828-87EAEE655633@tinet.cat> Message-ID: <399C9D54-A1E1-4005-93DE-B0FCC2082E8B@macports.org> On May 21, 2007, at 15:47, mi demur wrote: > do you know if Wine works with Mac OS X PPC ? > it seems good because there is a ticket in 2002. > if no, there are a solution ? With "port search wine", I do not see any Wine port in MacPorts. I see a portfile has been submitted in http://trac.macosforge.org/projects/macports/ticket/11286 and a newer one in http://trac.macosforge.org/projects/macports/ticket/11779 However, I expect this will only work on Intel Macs. See to the FAQ on the Wine web site: http://www.winehq.org/site/docs/wine-faq/index#UNDER-WHAT-PLATFORMS- WILL-WINE-RUN "Thus running Windows binaries on other platforms (e.g. Mac OS X on PowerPC) using just Wine is *not* possible." The FAQ also says that support in Intel Macs is somewhat poor at this time: http://www.winehq.org/site/docs/wine-faq/index#WILL-WINE-RUN-ON-MACINTEL "There are some complicated issues surrounding Wine on Mac OS X. Working with low-level features, such as signal handling and system registers, are quite different on Mac OS X. Further hampering the issue are some bugs within the operating system. Beyond that, integration on Mac OS X becomes difficult because it is vastly different than a traditional *nix desktop. Menuing and graphics drivers are just two areas that require a complete reimplementation in order to be functional." Further questions about Wine should be directed to the Wine mailing list. Since Wine is probably a poor option on Intel Macs and not an option at all on PowerPC Macs, you should look at other options for running Windows software on a Mac. For PowerPC-based Macs your only option is probably Microsoft VirtualPC, which emulates an Intel processor, and emulators are slow. If you need to run Windows on a Mac, your best option for acceptable speed is to buy an Intel-based Mac and use either Apple's free Boot Camp beta or the commercial Parallels Desktop. All of these options would require you to buy Windows as well. From rhwood at mac.com Mon May 21 18:37:45 2007 From: rhwood at mac.com (Randall Wood) Date: Tue Oct 9 16:43:00 2007 Subject: GNOME applications menu empty In-Reply-To: <92566053-AF82-4742-AE98-0E9FB66E99A1@macports.org> References: <85B280E8-FF8C-4887-A4BB-20207DDD94CC@mailinator.net> <92566053-AF82-4742-AE98-0E9FB66E99A1@macports.org> Message-ID: <21B8B6DE-9E3F-42C8-AB99-0619C458A8A7@mac.com> LD: What are the contents of your .xinitrc file? Have you looked at http://trac.macosforge.org/projects/macports/wiki/ GNOME to see if the problem is addressed there? I regularly reinstall GNOME on one of my Macs to test it and have not encountered this problem... On 21 May 2007, at 20:36, Boey Maun Suang wrote: > Hi LD, > > On 14/05/2007, at 00:22, LD wrote: > >> The GNOME applications menu shows no installed applications in any >> user account. Also, when I try to access help within GNOME, I get >> an error message about no file association. I tried editing >> applications.menu based on information from the GNOME lists, but >> to no avail. I have all the current GNOME ports installed under >> 10.4.9 PPC. KDE is also installed, and seems to work about as well >> as you would expect. >> >> Anyone else have this problem? Thanks for replies. > > I'm afraid that I don't use GNOME (and don't have the time or space > on my laptop to test it out just now). I'm just replying (a) so > that you know that you're not being ignored, and (b) in that hope > reviving the thread might bring this to the attention of someone > who knows more about MacPorts' installation of GNOME. > > So, anyone able to help LD out here? > > Kind regards, > > > Maun Suang > > -- > Boey Maun Suang (Boey is my surname) > Email: boeyms at macports dot org > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users Randall Wood rhwood@mac.com http://shyramblings.blogspot.com "The rules are simple: The ball is round. The game lasts 90 minutes. All the rest is just philosophy." From gmaury-pm at xinlune.com Mon May 21 18:50:10 2007 From: gmaury-pm at xinlune.com (Guillaume Maury) Date: Tue Oct 9 16:43:00 2007 Subject: Python directories Message-ID: Hi, I've been using port for a while now (my installation on my ibook is around 2 or 3 years old) and I noticed something odd with my installation. It seems I have 2 python directories (along with corresponding site- package) /opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/ /opt/local/lib/python2.4/ Does anybody know why? I also noticed that bazaar-ng was installed in /opt/local/lib/ python2.4/site-packages along with its dependencies but the subversion bindings were installed in /opt/local/Library/ Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages Thanks.... ___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com From ryandesign at macports.org Mon May 21 18:50:38 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:00 2007 Subject: Failed to initialize ports system, no suitable image found. In-Reply-To: <6E645373-055E-46E5-BBA8-78022383D263@macports.org> References: <970956b0705151456k13e92123he39e4cd1d32ab29a@mail.gmail.com> <6E645373-055E-46E5-BBA8-78022383D263@macports.org> Message-ID: <9BE52EE1-7150-4CDC-BEDE-31541233457B@macports.org> On May 21, 2007, at 19:24, Boey Maun Suang wrote: > Whatever the reason, however, you should be able to just download > the disk image again (just to be sure) and run the installer, > overwriting what's currently there. If it won't do it, I believe > that downloading and running AppDelete before reinstalling will > pick up the package receipt from the first installation and clean > it out properly (I haven't used it much, but it seems to have a > good reputation). You could also try removing MacPorts manually first, then reinstalling it. Removal instructions are in the FAQ: http://trac.macosforge.org/projects/macports/wiki/ FAQ#HowdoIremoveoruninstallMacPorts From boeyms at macports.org Mon May 21 19:27:29 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: Wine works with Mac OS X PPC In-Reply-To: <399C9D54-A1E1-4005-93DE-B0FCC2082E8B@macports.org> References: <905ACA98-4EF9-4934-B828-87EAEE655633@tinet.cat> <399C9D54-A1E1-4005-93DE-B0FCC2082E8B@macports.org> Message-ID: <12E83ED6-ECF2-4DB9-9C9E-789D1AD6E66B@macports.org> On 22/05/2007, at 10:48, Ryan Schmidt wrote: > On May 21, 2007, at 15:47, mi demur wrote: > >> do you know if Wine works with Mac OS X PPC ? >> it seems good because there is a ticket in 2002. >> if no, there are a solution ? > However, I expect this will only work on Intel Macs. See to the FAQ > on the Wine web site: > > http://www.winehq.org/site/docs/wine-faq/index#UNDER-WHAT-PLATFORMS- > WILL-WINE-RUN > > "Thus running Windows binaries on other platforms (e.g. Mac OS X on > PowerPC) using just Wine is *not* possible." On the other hand, the WINE wiki suggests that the Darwine project to get WINE to run on Mac OS X/PPC is still going with some success [1], and was last updated on Sourceforge at the end of last year [2]. I'd agree with Ryan, though, that it's still likely to be alpha/ experimental software. (Apologies if I'm insulting your intelligence by telling you this; I'm saying it for completeness.) If I had a PowerPC machine, I'd test out Darwine to see whether or not it was worth putting a port into the tree, but sadly my old 2001 iBook has long since gone. Kind regards, Maun Suang [1] http://wiki.winehq.org/MacOSX [2] http://sourceforge.net/projects/darwine -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From derek at chocolate-fish.com Mon May 21 21:39:57 2007 From: derek at chocolate-fish.com (Derek Harland) Date: Tue Oct 9 16:43:00 2007 Subject: macports-users Digest, Vol 9, Issue 75 In-Reply-To: <20070522020439.327CE1A1638F@lists.macosforge.org> References: <20070522020439.327CE1A1638F@lists.macosforge.org> Message-ID: Hi Guillame I can partially help shed light ... the python24 install by default includes a Framework. Having only recently transitioned from solaris to osx so I have no idea what the significance of that is beyond it seeming to be a way of bundling libraries along with their headers and other resources. [I'd like to know though .. anyone?] As to the two site-packages ... the install is patched so that both appear in the default path. You'll find that (i) any packages that use distutils to install themselves (ie setup.py style) will appear in /opt/local/lib/python2.4/site-packages as distutils doesn't realise its on a mac as opposed to a generic unix (os.name = 'posix') (ii) any packages that handle their own install and try to munge sys.prefix will end up in the Framework site-packages directory (as sys.prefix=/opt/local/Library/Frameworks/Python.framework/Versions/2.4) You can avoid building a framework if you install python24 with the +puredarwin variant. I haven't actually done this myself but I expect it would look like a bog standard linux/solaris install. derek. > Message: 9 > Date: Tue, 22 May 2007 10:50:10 +0900 > From: Guillaume Maury > Subject: Python directories > To: macports-users@lists.macosforge.org > Message-ID: > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Hi, > > I've been using port for a while now (my installation on my ibook is > around 2 or 3 years old) and I noticed something odd with my > installation. > > It seems I have 2 python directories (along with corresponding site- > package) > > /opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/ > python2.4/ > /opt/local/lib/python2.4/ > > Does anybody know why? > > I also noticed that bazaar-ng was installed in /opt/local/lib/ > python2.4/site-packages along with its dependencies > but the subversion bindings were installed in /opt/local/Library/ > Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages > > > Thanks.... > > > > > > ______________________________________________________________________ > _____ > Yahoo! Mail r?invente le mail ! D?couvrez le nouveau Yahoo! Mail et > son interface r?volutionnaire. > http://fr.mail.yahoo.com > > > ------------------------------ > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > > > End of macports-users Digest, Vol 9, Issue 75 > ********************************************* From ramercer at gmail.com Tue May 22 05:17:22 2007 From: ramercer at gmail.com (Adam Mercer) Date: Tue Oct 9 16:43:00 2007 Subject: Backup failure after updating python24 port to 2.4.4_1 Message-ID: <799406d60705220517m467b017elf7f00050bdd92cfb@mail.gmail.com> Hi After updating the python24 port to the newly released 2.4.4_1 my duplicity backups are failing. I call duplicity with the following options: duplicity --no-encryption --no-print-statistics \ --exclude '**/.DS_Store' --exclude '**/.Spotlight-V100' \ --exclude '**/.TemporaryItems' --exclude '**/.Trashes' \ --exclude '**/Desktop?DB' --exclude '**/Desktop?DF' \ /Users/ram file:///Volumes/Backup/Home This results in the following error: Traceback (most recent call last): File "/opt/local/bin/duplicity", line 373, in ? if __name__ == "__main__": main() File "/opt/local/bin/duplicity", line 366, in main if not sig_chain: full_backup(col_stats) File "/opt/local/bin/duplicity", line 142, in full_backup bytes_written = write_multivol("full", tarblock_iter, globals.backend) File "/opt/local/bin/duplicity", line 79, in write_multivol else: at_end = gpg.GzipWriteFile(tarblock_iter, tdp.name) File "/opt/local/lib/python2.4/site-packages/duplicity/gpg.py", line 254, in GzipWriteFile try: new_block = block_iter.next(bytes_to_go) File "/opt/local/lib/python2.4/site-packages/duplicity/diffdir.py", line 407, in next result = self.process(self.input_iter.next(), size) File "/opt/local/lib/python2.4/site-packages/duplicity/diffdir.py", line 487, in process data, last_block = self.get_data_block(fp, size - 512) File "/opt/local/lib/python2.4/site-packages/duplicity/diffdir.py", line 507, in get_data_block buf = fp.read(max_size) File "/opt/local/lib/python2.4/site-packages/duplicity/diffdir.py", line 338, in read buf = self.infile.read(length) IOError: [Errno 34] Result too large I've reported this problem on the duplicity mailing list but so far no-one has got back to me. Does anyone have any suggestions? Cheers Adam From vmcgarry at austin.rr.com Tue May 22 05:38:09 2007 From: vmcgarry at austin.rr.com (McGarry Vince) Date: Tue Oct 9 16:43:00 2007 Subject: GNOME applications menu empty In-Reply-To: <21B8B6DE-9E3F-42C8-AB99-0619C458A8A7@mac.com> References: <85B280E8-FF8C-4887-A4BB-20207DDD94CC@mailinator.net> <92566053-AF82-4742-AE98-0E9FB66E99A1@macports.org> <21B8B6DE-9E3F-42C8-AB99-0619C458A8A7@mac.com> Message-ID: <0663C548-14B1-404D-8D11-6151C153A0E7@austin.rr.com> On May 21, 2007, at 8:37 PM, Randall Wood wrote: > LD: > > What are the contents of your .xinitrc file? > > Have you looked at http://trac.macosforge.org/projects/macports/ > wiki/GNOME to see if the problem is addressed there? > > I regularly reinstall GNOME on one of my Macs to test it and have > not encountered this problem... > > On 21 May 2007, at 20:36, Boey Maun Suang wrote: > >> Hi LD, >> >> On 14/05/2007, at 00:22, LD wrote: >> >>> The GNOME applications menu shows no installed applications in >>> any user account. Also, when I try to access help within GNOME, I >>> get an error message about no file association. I tried editing >>> applications.menu based on information from the GNOME lists, but >>> to no avail. I have all the current GNOME ports installed under >>> 10.4.9 PPC. KDE is also installed, and seems to work about as >>> well as you would expect. >>> >>> Anyone else have this problem? Thanks for replies. >> I have no problem with the applications menu, but I do have a problem with the help files and have been for some time. When using help, yelp opens with either a dialog or a menu of help items any of which when clicked on will open the dialog. The dialog states: "There is no default action associated with this location." I did note that the scrollkeeper.conf file has the following: OMF_DIR=/usr/share/omf:/usr/local/share/omf:/opt/gnome/share/omf:/opt/ gnome-2.0/share/omf:/opt/kde/omf whereas the directory for the omf files is /opt/local/share/omf. Adding this path, however, changes nothing. No help files will open. Vince McGarry From gregory.orris at nrl.navy.mil Tue May 22 12:57:20 2007 From: gregory.orris at nrl.navy.mil (Gregory Orris) Date: Tue Oct 9 16:43:00 2007 Subject: GCC43 install fails and GCC42 64-bit problems Message-ID: <423847CE-4DF2-434F-B870-2F48374FE845@nrl.navy.mil> While this was visited before, there still seems to be a problem installing gcc43 dumping out with the error /usr/bin/ld: fatal error in /usr/bin/ld64 collect2: ld returned 1 exit status make[5]: *** [libgcj.la] Error 1 make[4]: *** [all-recursive] Error 1 make[3]: *** [multi-do] Error 1 make[2]: *** [all-multi] Error 2 make[1]: *** [all-target-libjava] Error 2 make: *** [bootstrap] Error 2 Also, while I can get gcc42 to install, only the 32-bit version will install by default...Is there a way to get the 64-bit version to install as well? Regards, What you do is of little significance; but it is very important that you do it. -Mohandas K. Gandhi (1869-1948) From b.f.lundin at gmail.com Tue May 22 13:41:14 2007 From: b.f.lundin at gmail.com (=?ISO-8859-1?Q?Bj=F6rn_Lundin?=) Date: Tue Oct 9 16:43:00 2007 Subject: libaddr2line.a Message-ID: <2581F52B-644D-4772-9072-8C59E729FB9D@gmail.com> I'm trying to compile an ada program, using gcc 4.3. I has a pragma Linker_Option("-laddr2line"); Now, I thought that binutils would provide that, but no. It does provide the _program_ addr2line but not the lib. gnatbind -aO./ -E -I- -x /Users/bnl/programming/svn_base/cl/moses/ sattmate/target/adalib/global/stingray/sattmate_config.ali gnatlink /Users/bnl/programming/svn_base/cl/moses/sattmate/target/ adalib/global/stingray/sattmate_config.ali -g /usr/bin/ld: can't locate file for: -laddr2line collect2: ld returned 1 exit status gnatlink: cannot call /usr/local/gnat/ada-4.3/bin/gcc gnatmake: *** link failed. suggestions of where to get the lib? /Bj?rn Bj?rn Lundin b dot f dot lundin at gmail dot com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070522/78e794db/attachment.html From ryandesign at macports.org Tue May 22 15:04:36 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm Message-ID: So I finally decided to figure out why I couldn't just type "port" (etc.) in an X11 window. I found the section in the installation guide: http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts > To launch X11 apps directly from an X11 window (instead of a > terminal window), you need to have the MacPorts paths imported into > X11 sessions when they are opened. To do this: > > 1. Open X11 and select "Customize Menu ..." from the > Applications menu. > 2. Double-click the menu item "Terminal" and change: xterm to > xterm -ls > 3. Click "Done" to save the change. This works great in that I can select "Terminal" from X11's "Applications" menu and it opens a new xterm which knows my PATH and I can type "port" and so forth and it knows where it is. However, when X11.app first opens, it automatically opens an xterm for me, and that xterm still doesn't know my PATH. How do I teach it? From darenzana at gmail.com Tue May 22 15:25:02 2007 From: darenzana at gmail.com (Didier Arenzana) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: Message-ID: 2007/5/23, Ryan Schmidt : > However, when X11.app first opens, it automatically opens an xterm > for me, and that xterm still doesn't know my PATH. How do I teach it? Hi, you can change the "xterm" command in /etc/X11/xinit/xinitrc to "xterm -ls" too. Didier. From chpickel at stwing.upenn.edu Tue May 22 15:25:23 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: Message-ID: <5813355E-983B-4F46-B27A-E336BA41D628@stwing.upenn.edu> On 22 May, 2007, at 18:04, Ryan Schmidt wrote: > However, when X11.app first opens, it automatically opens an xterm > for me, and that xterm still doesn't know my PATH. How do I teach it? If I recall, that initial xterm is opened through your .xinitrc. If you don't have an .xinitrc, /usr/X11R6/lib/X11/xinit/xinitrc is used instead. If you want to change the arguments to that initial xterm (or remove it completely, as I did), then you can copy that file to ~/.xinitrc and edit it. Obviously, you will want to make all of your changes before the line 'exec quartz-wm'. Chris -------------- 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/20070522/1a7d5066/PGP.bin From markd at macports.org Tue May 22 15:30:31 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: Message-ID: Ryan, I use this at the top of my /etc/X11/xinit/xinitrc: source ~/.profile In fact, that was on the InstallingMacPorts page and I erroneoudly removed it when I added the stuff about xterm. I put it pack and it should all work now. http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts There may be a better way to do it but that's what I arrived at through tips from other people. Mark Ryan Schmidt on Tuesday, May 22, 2007 at 3:04 PM -0800 wrote: >So I finally decided to figure out why I couldn't just type >"port" (etc.) in an X11 window. I found the section in the >installation guide: > >http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts > >> To launch X11 apps directly from an X11 window (instead of a >> terminal window), you need to have the MacPorts paths imported into >> X11 sessions when they are opened. To do this: >> >> 1. Open X11 and select "Customize Menu ..." from the >> Applications menu. >> 2. Double-click the menu item "Terminal" and change: xterm to >> xterm -ls >> 3. Click "Done" to save the change. > >This works great in that I can select "Terminal" from X11's >"Applications" menu and it opens a new xterm which knows my PATH and >I can type "port" and so forth and it knows where it is. > >However, when X11.app first opens, it automatically opens an xterm >for me, and that xterm still doesn't know my PATH. How do I teach it? From markd at macports.org Tue May 22 15:31:26 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: Message-ID: "Didier Arenzana" on Tuesday, May 22, 2007 at 3:25 PM -0800 wrote: >you can change the "xterm" command in /etc/X11/xinit/xinitrc to "xterm >-ls" too. I tried that before I updated the wiki, but I recall that I could not get it to work. Are you using it that way? Mark From darenzana at gmail.com Tue May 22 15:36:25 2007 From: darenzana at gmail.com (Didier Arenzana) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: Message-ID: 2007/5/23, markd@macports.org : > "Didier Arenzana" on Tuesday, May 22, 2007 at 3:25 > PM -0800 wrote: > >you can change the "xterm" command in /etc/X11/xinit/xinitrc to "xterm > >-ls" too. > > I tried that before I updated the wiki, but I recall that I could not get > it to work. Are you using it that way? No, I'm not. In my case, my PATH is defined in ~/.MacOSX/environment.plist .... But I already did changes in xinitrc on other unix systems, and it worked, so I though it would here too. > > Mark > > From markd at macports.org Tue May 22 15:47:02 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: < > < > Message-ID: "Didier Arenzana" on Tuesday, May 22, 2007 at 3:36 PM -0800 wrote: >No, I'm not. In my case, my PATH is defined in >~/.MacOSX/environment.plist .... > >But I already did changes in xinitrc on other unix systems, and it >worked, so I though it would here too. Well it could be I made a mistake, but I couldn't get it to work. But I've never used that so it was new to me. Say, anyone know how to get an X11 app to run from the Applications menu? I've never been able to use that except to lanch xterm itself. Mark From 0x62_0x6c_0x62 at pobox.com Tue May 22 16:28:14 2007 From: 0x62_0x6c_0x62 at pobox.com (Bryan Blackburn) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: Message-ID: <33B2A03F-A308-4EEC-96D5-079BF5123698@pobox.com> On May 22, 2007, at 4:30 PM, markd@macports.org wrote: > Ryan, > > I use this at the top of my /etc/X11/xinit/xinitrc: > > source ~/.profile > > In fact, that was on the InstallingMacPorts page and I erroneoudly > removed > it when I added the stuff about xterm. I put it pack and it should > all > work now. > > http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts > > There may be a better way to do it but that's what I arrived at > through > tips from other people. > For many years, I've had (among other things) XTerm*loginShell: true in my ~/.Xdefaults file. This makes sure xterm runs the shell as a login shell regardless of how it is launched. If you use this, be sure to restart X prior to testing it. Bryan > Mark > > Ryan Schmidt on Tuesday, May 22, 2007 at > 3:04 PM > -0800 wrote: >> So I finally decided to figure out why I couldn't just type >> "port" (etc.) in an X11 window. I found the section in the >> installation guide: >> >> http://trac.macosforge.org/projects/macports/wiki/InstallingMacPorts >> >>> To launch X11 apps directly from an X11 window (instead of a >>> terminal window), you need to have the MacPorts paths imported into >>> X11 sessions when they are opened. To do this: >>> >>> 1. Open X11 and select "Customize Menu ..." from the >>> Applications menu. >>> 2. Double-click the menu item "Terminal" and change: xterm to >>> xterm -ls >>> 3. Click "Done" to save the change. >> >> This works great in that I can select "Terminal" from X11's >> "Applications" menu and it opens a new xterm which knows my PATH and >> I can type "port" and so forth and it knows where it is. >> >> However, when X11.app first opens, it automatically opens an xterm >> for me, and that xterm still doesn't know my PATH. How do I teach it? > From boeyms at macports.org Tue May 22 17:03:43 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:00 2007 Subject: How to get rights to edit the wiki (was Re: Trac account problems (was Re: Call for MacPorts documentation/site effort)) In-Reply-To: <769587.4230.qm@web30602.mail.mud.yahoo.com> References: <769587.4230.qm@web30602.mail.mud.yahoo.com> Message-ID: <3BEBA432-565B-458F-944B-20333014B71D@macports.org> Hi Jeff, > --- Boey Maun Suang wrote: >> Ah, that's a little different; I'm afraid that the >> behaviour that you >> describe is actually what is supposed to happen at >> present. In other >> words... only those who >> have been granted commit rights can also edit the >> wiki. > > So, is there a way to apply for these rights? Or do > we just wait around for that magical day when the > policy changes? You can apply for commit rights as documented at the top of the New Committers Guide page on the wiki [1]; if accepted, you will have rights to both edit the wiki and to commit to the Subversion repository. I know it's a weird place for that bit to be; I only found it because I've learned to look at everything that looks remotely connected to what I want to do, and I do want to fix this (among other things), but I don't feel like I've thought things through enough to be comfortable to do so. As for changing the policy to allow for wiki-editing-only accounts, James Berry has said in another thread that MacPorts would like to see this and several more changes happen, but that we have to wait until we (and possibly those on other projects hosted on MacOSForge) can convince the new MacOSForge admins to change things [2]. Yes, them != us :-( Oh well :-) Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/wiki/NewCommittersGuide [2] http://lists.macosforge.org/pipermail/macports-users/2007-May/ 003520.html -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From mas at macports.org Tue May 22 17:05:14 2007 From: mas at macports.org (=?ISO-8859-1?Q?Marc_Andr=E9_Selig?=) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: Message-ID: On 5/23/07, markd@macports.org wrote: > Say, anyone know how to get an X11 app to run from the Applications menu? > I've never been able to use that except to lanch xterm itself. Applications / Customize Menu, then enter your app details? Is that what you mean? Regards, Marc From markd at macports.org Tue May 22 17:35:24 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: < > < > < > < > Message-ID: "Marc Andr? Selig" on Tuesday, May 22, 2007 at 5:05 PM -0800 wrote: >> Say, anyone know how to get an X11 app to run from the Applications >menu? >> I've never been able to use that except to lanch xterm itself. > >Applications / Customize Menu, then enter your app details? Is that >what you mean? Yes, but I can't get it to launch my xapps. I enter the path, click on it, but nothing happens. Mark From chuck at chuckandmaggi.com Tue May 22 18:59:48 2007 From: chuck at chuckandmaggi.com (Charles White) Date: Tue Oct 9 16:43:00 2007 Subject: Konqueror by sftp to copSSH Message-ID: <2257F658-79BB-4F8A-895A-629CE01EC68C@chuckandmaggi.com> I'd like to use my MacPorts Konqueror to connect to a WinXP machine running copSSH (a package containing OpenSSH on Cygwin). At the moment, Konqueror tells me that 'Authentication failed.' I have Konqueror and OpenSSH installed using MacPorts. I've used 'which ssh' to tell that MacPorts refers to the MacPorts installed ssh instead of the one supplied by Apple. However, line commands to either ssh connects to the WinXP machine just fine. Trouble comes when I try to use Konqueror under MacPorts. I also note that I've successfully used Konqueror under SuSE Linux to connect with the WinXP machine. So..., can anyone tell me how to configure Konqueror under MacPorts so that I can make the connection? Background: My Tivo only allows me to run 'WEP' and I won't enable Windows Sharing if that's all I can do for encryption. Yeah, there are other ways to address this issue. It just doesn't seem like this solution should be difficult. Thanks for your help! Chuck From msavory1 at nzbox.com Tue May 22 19:18:36 2007 From: msavory1 at nzbox.com (Mike Savory) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: < > < > < > < > Message-ID: <2ACF0650-E465-4685-86A7-F6EEA5991552@nzbox.com> Works for me fine... I have sudo /opt/local/bin/wireshark & for example as a command in there with a shortcut I also have manager ALL=(root) NOPASSWD:/opt/local/bin/wireshark in my /etc/sudoers file so there is no need for a password entry... Regards Mike (maybe its the full pathname that makes it work....) On May 22, 2007, at 5:35 PM, markd@macports.org wrote: > "Marc Andr? Selig" on Tuesday, May 22, 2007 at > 5:05 PM > -0800 wrote: >>> Say, anyone know how to get an X11 app to run from the Applications >> menu? >>> I've never been able to use that except to lanch xterm itself. >> >> Applications / Customize Menu, then enter your app details? Is that >> what you mean? > > Yes, but I can't get it to launch my xapps. I enter the path, > click on > it, but nothing happens. > > Mark > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > From markd at macports.org Tue May 22 19:50:55 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: <2ACF0650-E465-4685-86A7-F6EEA5991552@nzbox.com> References: <2ACF0650-E465-4685-86A7-F6EEA5991552@nzbox.com> Message-ID: Mike Savory on Tuesday, May 22, 2007 at 7:18 PM -0800 wrote: >Works for me fine... > >I have > >sudo /opt/local/bin/wireshark & > >for example as a command in there with a shortcut > >I also have > >manager ALL=(root) NOPASSWD:/opt/local/bin/wireshark > >in my /etc/sudoers file so there is no need for a password entry... I can't get moodss to launch that way. I'll experiment with others apps later. Thanks for the info, it helps to know how it is working for you. Mark From chpickel at stwing.upenn.edu Tue May 22 20:01:52 2007 From: chpickel at stwing.upenn.edu (Chris Pickel) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: References: <2ACF0650-E465-4685-86A7-F6EEA5991552@nzbox.com> Message-ID: <0F3D227D-A256-4C5C-BC7C-13FC2DEF503F@stwing.upenn.edu> On 22 May, 2007, at 22:50, markd@macports.org wrote: > I can't get moodss to launch that way. I'll experiment with others > apps > later. Thanks for the info, it helps to know how it is working for > you. Well, it would be useful to check Console.app to see exactly what the problem is. X11.app seems to run a copy of your shell, from which it runs the command. For example, when I try to launch freeciv, I see: zsh: command not found: civclient This is of course correct in my case, as I have since uninstalled freeciv. But if this were due to a PATH error, hardcoding the path should work. Chris -------------- 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/20070522/2d5802d4/PGP.bin From markd at macports.org Tue May 22 20:11:15 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:00 2007 Subject: PATH in xterm In-Reply-To: <0F3D227D-A256-4C5C-BC7C-13FC2DEF503F@stwing.upenn.edu> References: <2ACF0650-E465-4685-86A7-F6EEA5991552@nzbox.com> <0F3D227D-A256-4C5C-BC7C-13FC2DEF503F@stwing.upenn.edu> Message-ID: Chris Pickel on Tuesday, May 22, 2007 at 8:01 PM -0800 wrote: >Well, it would be useful to check Console.app to see exactly what the >problem is. X11.app seems to run a copy of your shell, from which it >runs the command. For example, when I try to launch freeciv, I see: > >zsh: command not found: civclient > >This is of course correct in my case, as I have since uninstalled >freeciv. But if this were due to a PATH error, hardcoding the path >should work. I checked that but I see no errors. I don't understand why. Mark From evildrgo at gmail.com Tue May 22 20:47:08 2007 From: evildrgo at gmail.com (Brian Go) Date: Tue Oct 9 16:43:00 2007 Subject: DHCP Help Message-ID: Ok... Some stupidity on my part. Small hardware failure on my linux box, and I realized that all I was doing was running three services. 1. http 2. dhcpd 3. dnsmasq Since my iMac is almost always on, i decided to run those guys on the mac... The silence in my computer room is nice, but I installed macports and installed dhcp and it refuses to start. Problem 1. the man pages for dhcpd were not installed - how do i fix that. Problem 2. Had too add this line into my dhcpd.conf and have no idea what this does. #adhock ddns-update-style ad-hoc; Problem 3. It couldn't find /etc/dhcpd.conf I made a symlink to /etc/dhcpd.conf -> /opt/local/etc/dhcp/dhcpd.conf and i got a bit further but dhcp still won't start. Problem 4. I need a quick refresher on how to restart services in BSD. what's the equivalent of init.d on the mac? -- -- From markd at macports.org Tue May 22 21:10:19 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:01 2007 Subject: DHCP Help In-Reply-To: References: Message-ID: "Brian Go" on Tuesday, May 22, 2007 at 8:47 PM -0800 wrote: >Problem 1. >the man pages for dhcpd were not installed - how do i fix that. Hi Brian, I just installed it and the man pages work for me. Perhaps your man oath has a problem, but I don't know what to tell you to do. contents dhcp [snip] /opt/local/share/man/cat1/omshell.1.gz /opt/local/share/man/cat3/dhcpctl.3.gz /opt/local/share/man/cat3/omapi.3.gz /opt/local/share/man/cat3/omshell.3.gz /opt/local/share/man/cat5/dhclient.conf.5.gz /opt/local/share/man/cat5/dhclient.leases.5.gz /opt/local/share/man/cat5/dhcp-eval.5.gz /opt/local/share/man/cat5/dhcp-options.5.gz /opt/local/share/man/cat5/dhcpd.conf.5.gz /opt/local/share/man/cat5/dhcpd.leases.5.gz /opt/local/share/man/cat8/dhclient-script.8.gz /opt/local/share/man/cat8/dhclient.8.gz /opt/local/share/man/cat8/dhcpd.8.gz /opt/local/share/man/cat8/dhcrelay.8.gz > >Problem 2. >Had too add this line into my dhcpd.conf and have no idea what this does. >#adhock >ddns-update-style ad-hoc; You'd have to ask the developers that one. > >Problem 3. >It couldn't find /etc/dhcpd.conf >I made a symlink to /etc/dhcpd.conf -> /opt/local/etc/dhcp/dhcpd.conf >and i got a bit further but dhcp still won't start. > >Problem 4. >I need a quick refresher on how to restart services in BSD. >what's the equivalent of init.d on the mac? OS X improves upon BSD conventions here. When you install a macport that has a startupitem, dhcp in this case, you'll see this during install. ---> Creating launchd control script ########################################################### # A startup item has been generated that will aid in # starting dhcp with launchd. It is disabled # by default. Execute the following command to start it, # and to cause it to launch at startup: # # sudo launchctl load -w /Library/LaunchDaemons/org.macports.dhcpd.plist ########################################################### So you want to do what it says and run this to start it up. sudo launchctl load -w /Library/LaunchDaemons/org.macports.dhcpd.plist The statrtupitem, in the case of the dhcp port, specifies the conf file location at ${prefix}/etc/dhcp/dhcpd.conf. If you don't use the startupitem, it reverts to default /etc/dhcpd.conf. Mark From jc.michel at symetrie.com Wed May 23 04:17:48 2007 From: jc.michel at symetrie.com (Jean-Christophe Michel) Date: Tue Oct 9 16:43:01 2007 Subject: fontconfig-2.4.2.tar.gz In-Reply-To: References: Message-ID: Hi Ryan, Le 7 mai 07 ? 04:40, Ryan Schmidt a ?crit : > fontconfig archives are only hosted on fontconfig.org, and their > web site appears to be down at this time. As a temporary measure, > I'm putting the archive on my web site, from which you can manually > download it and put it in the right place for MacPorts to find it. > To do so, copy the following 4 commands into the Terminal: > > cd /opt/local/var/db/dports/distfiles > sudo mkdir -p fontconfig > cd fontconfig > sudo curl -O http://www.ryandesign.com/tmp/fontconfig-2.4.2.tar.gz > > MacPorts should now be able to find it and continue with the install. This didn't work for me: ---> Configuring fontconfig Error: Target com.apple.configure returned: configure failure: shell command " cd "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_graphics_fontconfig/work/fontconfig-2.4.2" && ./configure -- prefix=/opt/local --mandir=/opt/local/share/man --with-add-fonts=/ Library/Fonts,/Network/Library/Fonts,/System/Library/Fonts,/usr/X11R6/ lib/X11/fonts,/opt/local/share/fonts " returned error 1 Command output: sh: line 1: cd: /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_graphics_fontconfig/work/fontconfig-2.4.2: No such file or directory Is there some missing action to do before continuing installation ? From ryandesign at macports.org Wed May 23 04:32:51 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: fontconfig-2.4.2.tar.gz In-Reply-To: References: Message-ID: On May 23, 2007, at 06:17, Jean-Christophe Michel wrote: > Le 7 mai 07 ? 04:40, Ryan Schmidt a ?crit : > >> fontconfig archives are only hosted on fontconfig.org, and their >> web site appears to be down at this time. As a temporary measure, >> I'm putting the archive on my web site, from which you can >> manually download it and put it in the right place for MacPorts to >> find it. To do so, copy the following 4 commands into the Terminal: >> >> cd /opt/local/var/db/dports/distfiles >> sudo mkdir -p fontconfig >> cd fontconfig >> sudo curl -O http://www.ryandesign.com/tmp/fontconfig-2.4.2.tar.gz >> >> MacPorts should now be able to find it and continue with the install. > > This didn't work for me: > ---> Configuring fontconfig > Error: Target com.apple.configure returned: configure failure: > shell command " cd "/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_graphics_fontconfig/work/fontconfig-2.4.2" && ./configure -- > prefix=/opt/local --mandir=/opt/local/share/man --with-add-fonts=/ > Library/Fonts,/Network/Library/Fonts,/System/Library/Fonts,/usr/ > X11R6/lib/X11/fonts,/opt/local/share/fonts " returned error 1 > Command output: sh: line 1: cd: /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_graphics_fontconfig/work/fontconfig-2.4.2: No such file or > directory > > Is there some missing action to do before continuing installation ? Not really. It should work. Something is in a weird state. Try cleaning: sudo port clean --work fontconfig Then try installing again: sudo port install fontconfig Or: when did you download the archive from my site? I had removed it already because the fontconfig web site came back up. However, I see now that it's down again. I'm putting the archive back on my site. Maybe you need to re-download it. Also, I'm updating the portfile to list a couple mirrors so hopefully it will work too soon. From apple at frinabulax.org Wed May 23 08:16:01 2007 From: apple at frinabulax.org (robert delius royar) Date: Tue Oct 9 16:43:01 2007 Subject: PATH in xterm In-Reply-To: <33B2A03F-A308-4EEC-96D5-079BF5123698@pobox.com> References: <33B2A03F-A308-4EEC-96D5-079BF5123698@pobox.com> Message-ID: Tue, 22 May 2007 (17:28 -0600 UTC) Bryan Blackburn wrote: > For many years, I've had (among other things) > > XTerm*loginShell: true > > in my ~/.Xdefaults file. This makes sure xterm runs the shell as a login > shell regardless of how it is launched. If you use this, be sure to restart > X prior to testing it. I believe you could add the line to your ~/.Xresources file, and issue the command xrdb -merge ~/.Xresources in your ~/.xinitrc or at the command line to add the resource for any user without having to restart the X server. The resource values become available when the next instance of XTerm (or any complying application) launches. -- Dr. Robert Delius Royar Associate Professor of English Morehead State University Morehead, Kentucky From boeyms at macports.org Wed May 23 08:30:26 2007 From: boeyms at macports.org (Boey Maun Suang) Date: Tue Oct 9 16:43:01 2007 Subject: Link errors when building ffmpeg (was Re: ffmpeg port) In-Reply-To: <19C209BA-507E-4F6E-A7F2-BCA27816C086@alum.mit.edu> References: <19C209BA-507E-4F6E-A7F2-BCA27816C086@alum.mit.edu> Message-ID: <3E15F66A-F145-4B81-B254-069599478662@macports.org> (Now Cc'ing this to the macports-users list in case others are interested) Hi Adam, > I had been using the macports ffmpeg for a while. I just tried an > upgrade and now I get link errors. I googled around and found that > you had done some work related to the port, and specifically I > found suggestions to just build it without macport directly from > svn and that does work. > > I thought that you may have some suggestions for what is going on > with the port install, and ideas for how to fix it. I tried a > direct email to the maintainer listed on the port, but I have not > gotten a response. > > Here are some details: > > I had this installed: ffmpeg @0.4.9-pre1_0+a52+faac+faad+lame+x264 > (active) > If I do this: sudo port upgrade ffmpeg > > I get the following errors: > > ---> Building ffmpeg with target all > Error: Target com.apple.build returned: shell command " cd "/opt/ > local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_multimedia_ffmpeg/work/trunk" && make all " returned error 2 > Command output: make -C doc all > make[1]: Nothing to be done for `all'. > make -C libavutil all > make[1]: Nothing to be done for `all'. > make -C libavcodec all > gcc -dynamiclib -Wl,-single_module -Wl,-install_name,/opt/local/lib/ > libavcodec.dylib,-current_version,51.1.0,-compatibility_version, > 51.1.0 -Wl,-read_only_relocs,suppress -Wl,-dynamic,- > search_paths_first -L/opt/local/lib -o libavcodec.51.dylib > bitstream.o utils.o allcodecs.o mpegvideo.o jrevdct.o jfdctfst.o > jfdctint.o mjpeg.o resample.o resample2.o dsputil.o motion_est.o > imgconvert.o mpeg12.o mpegaudiodec.o simple_idct.o ratecontrol.o > eval.o error_resilience.o fft.o mdct.o raw.o golomb.o cabac.o > faandct.o parser.o vp3dsp.o h264idct.o rangecoder.o pnm.o h263.o > msmpeg4.o h263dec.o opt.o bitstream_filter.o audioconvert.o > imgresample.o i386/fdct_mmx.o i386/cputest.o i386/dsputil_mmx.o > i386/mpegvideo_mmx.o i386/motion_est_mmx.o i386/simple_idct_mmx.o > i386/idct_mmx_xvid.o i386/fft_sse.o i386/vp3dsp_mmx.o i386/ > vp3dsp_sse2.o i386/fft_3dn.o i386/fft_3dn2.o aasc.o ac3enc.o ac3.o > alac.o asv1.o avs.o bethsoftvideo.o bmp.o bmpenc.o c93.o cavs.o > cavsdsp.o cinepak.o cljr.o cook.o cscd.o cyuv.o dca.o dnxhddec.o > dsicinav.o dvbsubdec.o dvbsub.o dvdsubdec.o dvdsubenc.o dv.o dxa.o > 8bps.o ffv1.o huffyuv.o flac.o flacenc.o flashsv.o flashsvenc.o > flicvideo.o 4xm.o fraps.o gifdec.o lzw.o gif.o h261.o h264.o > idcinvideo.o imc.o indeo2.o indeo3.o interplayvideo.o dpcm.o kmvc.o > loco.o mace.o mmvideo.o mpegaudio.o mpc.o msrle.o msvideo1.o lcl.o > nuv.o rtjpeg.o png.o qdm2.o qdrw.o qpeg.o qtrle.o ra144.o ra288.o > roqvideo.o rpza.o rv10.o sgidec.o sgienc.o rle.o shorten.o > smacker.o smc.o snow.o sonic.o svq1.o targa.o targaenc.o vp3.o > xiph.o tiertexseqv.o tiff.o tiffenc.o lzwenc.o truemotion1.o > truemotion2.o truespeech.o tscc.o tta.o ulti.o vc1.o vc1dsp.o > vcr1.o vmdav.o vmnc.o vorbis.o vorbis_data.o vorbis_enc.o vp5.o > vp56.o vp56data.o vp6.o vqavideo.o wavpack.o wmadec.o wma.o > wmaenc.o wnv1.o ws-snd1.o xan.o xl.o zmbv.o zmbvenc.o pcm.o adpcm.o > adx.o g726.o a52dec.o faac.o faad.o mp3lameaudio.o x264.o pthread.o > i386/idct_mmx.o i386/cavsdsp_mmx.o i386/snowdsp_mmx.o -L"/opt/local/ > var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_multimedia_ffmpeg/work/trunk"/libavutil -lavutil -lz -la52 - > lmp3lame -lm -lx264 -lfaac -lfaad > ld: Undefined symbols: > _av_init_random > _av_random_generate_untempered_numbers > _lzo1x_decode > /usr/bin/libtool: internal link edit command failed > make[1]: *** [libavcodec.51.dylib] Error 1 > make: *** [lib] Error 2 > > Error: Unable to upgrade port: 1 > > Thanks, > > --Adam First of all, it would be helpful to know which version of the ffmpeg port your system was trying to upgrade to. I notice that the maintainer has just bumped it to 0.4.9-pre1_2 (i.e. version is the same, but it's now revision 2), which corresponds to tag 9102 in the ffmpeg svn repository. If "port search ffmpeg" doesn't list the ffmpeg as being @0.4.9-pre1_2, my first suggestion would be to do run "port sync" (with sudo in front it as necessary) and to try cleaning and installing ffmpeg again. If that doesn't work, then I think you may have found a bug that you should open a ticket for and report to the maintainer. (I initially thought from _lzo1x_decode being undefined that my recent fix to the lzo2 port [1] might have had something to do with it, but the functions corresponding to the undefined symbols appear only in ffmpeg). When you file a ticket for a maintained port, don't forget to put both your email and the maintainer's email address into the cc: field, otherwise neither of you will receive notification of the creation of or updates to the ticket. Kind regards, Maun Suang [1] http://trac.macports.org/projects/macports/changeset/25465 -- Boey Maun Suang (Boey is my surname) Email: boeyms at macports dot org From xmephisto at gmail.com Wed May 23 19:11:07 2007 From: xmephisto at gmail.com (Eduardo Gonzalez) Date: Tue Oct 9 16:43:01 2007 Subject: ports selfupdate problems Message-ID: Dear all, I have been a user of darwin "ports". I had the 1.2 version and it did not want to selfupdate. So I downloaded the 1.4.0 dmg package for my PowerBook G4 with 10.4.9. I installed it it runs, but it does not want to selfupdate or upgrade ports correctly. Any ideas? This is what I get: %%%%%%%%%%%%%%%%% $sudo port -d selfupdate Password: DEBUG: Rebuilding the MacPorts base system if needed. Synchronizing from rsync://rsync.darwinports.org/dpupdate/dports receiving file list ... done graphics/gocr/ python/ rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/games/dominion/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/games/dopewars/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/bakery/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/balsa/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/bonobo/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/bonobo-activation/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/bug-buddy/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/cog/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/colorscheme/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/conglomerate/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/control-center/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/dasher/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/desktop-file-utils/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/devhelp/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/dia/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/drivel/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/drwright/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/eel/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/gnome/eel-2-12/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/bitstream-vera/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/blccc/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/blender/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/blib/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/blinkensim/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/blinkenthemes/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/blinkentools/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/cairo-devel/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/cal3d/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/compface/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/dcraw/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/dvi2bitmap/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/edje/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/electric/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/graphics/enblend/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/irc/bahamut/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/irc/bitchx/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/irc/bitlbee/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/irc/blackened/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/irc/bnc/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/irc/dircproxy/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/irc/eggdrop/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/blojsom/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/castor/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/ccl-util/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/cglib/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/checkstyle/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/cobertura/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-beanutils/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-codec/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-collections/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-daemon/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-dbcp/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-digester/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-el/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-fileupload/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-httpclient/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-io/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-lang/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-launcher/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-logging/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-modeler/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-pool/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/commons-validator/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/crimson/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/dom4j/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/ehcache/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/bf2c/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/bigloo/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/boo/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/cc65/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/cccc/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/chicken/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/cid/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/cm3/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/coq/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/cupl/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/cyclone/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/ecl/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/elk/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/base-64/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/base64/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/biabam/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/bincimap/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/bmf/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/bogofilter/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/cclient/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/clamsmtp/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/courier-imap/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/cyrus-imapd/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/deletemail/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/dovecot/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/mail/dspam/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/bc/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/bcv/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/blitz/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/calc/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/cln/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/dap/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/diehard/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/djbfft/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/e/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/math/ent/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/multimedia/emotion/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/axel/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/balance/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bidwatcher/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bind9/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bing/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/binkd/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bittornado/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bittorrent/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bmon/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bnbt/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bnetd/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/bsflite/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/c-ares/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cacti/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cdpd/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cdpr/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/centericq/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cftp/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/checkdns/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cidr/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/clive/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cmdftp/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/corkscrew/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cryptcat/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/csup/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cvsup/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/cvsync/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/dante/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/darkstat/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/dcd/work" failed: Invalid argument (22) rsync: readlink "/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/net/ddclient/work" failed: Invalid argument (22) rsync: readlink sent 77 bytes received 239421 bytes 31933.07 bytes/sec total size is 14630142 speedup is 61.09 rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-24.1/rsync/main.c(1161) DEBUG: Couldn't sync dports tree: sync failed doing rsync while executing "darwinports::selfupdate [array get global_options]" Error: /opt/local/bin/port: selfupdate failed: Couldn't sync dports tree: sync failed doing rsync From paulbeard at gmail.com Wed May 23 22:51:02 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:01 2007 Subject: gfontsampler portfile edits Message-ID: <66E532FA-F180-4DF6-AE8D-6EFB09773D85@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/20070523/6a06830f/PGP.bin From ryandesign at macports.org Wed May 23 23:24:12 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: gfontsampler portfile edits In-Reply-To: <66E532FA-F180-4DF6-AE8D-6EFB09773D85@gmail.com> References: <66E532FA-F180-4DF6-AE8D-6EFB09773D85@gmail.com> Message-ID: <89C77CF6-FA75-477D-9601-C3878FB55279@macports.org> On May 24, 2007, at 00:51, paul beard wrote: > The distfile for the GNOME font sampler seems to have gotten > mislaid. Found a copy via FreeBSD, and the edits below reflect that. > > --- Portfile.edit 2007-05-23 22:45:31.000000000 -0700 > +++ Portfile 2007-05-23 22:45:24.000000000 -0700 > @@ -8,7 +8,7 @@ > categories x11 > platforms darwin > homepage http://linuxadvocate.org/projects/gfontsampler/ > -master_sites ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ > +master_sites ${homepage}/downloads/ > checksums md5 db2dadf22192861475686030a17c300e > depends_lib lib:libgnomeui-2:libgnomeui > configure.args --mandir=${prefix}/share/man > > The port doesn't build, anyway: > > /usr/bin/ld: warning prebinding disabled because dependent > library: /opt/local/lib/libgnomeui-2.0.dylib is not prebound > /usr/bin/ld: Undefined symbols: > _pango_xft_get_context > collect2: ld returned 1 exit status > make[2]: *** [gfontsampler] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 I committed this change in r25527. Thanks, Paul. Do you have pango installed? If so, perhaps gfontsampler requires an older version. gfontsampler is years old; maybe pango_xft_get_context is no longer available in current pango. If you need gfontsampler, you may want to contact the gfontsampler author, both to see about this error and to learn if there's a new homepage and official download location. According to the header of the source files, the author is ian_mcintosh (at) linuxadvocate (dot) org. From paulbeard at gmail.com Wed May 23 23:54:05 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:01 2007 Subject: gfontsampler portfile edits In-Reply-To: <89C77CF6-FA75-477D-9601-C3878FB55279@macports.org> References: <66E532FA-F180-4DF6-AE8D-6EFB09773D85@gmail.com> <89C77CF6-FA75-477D-9601-C3878FB55279@macports.org> Message-ID: <0C714A23-9904-437E-B972-3D1215D8C8F7@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/20070523/aeded5a8/PGP.bin From ajmas at sympatico.ca Fri May 25 08:47:43 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:43:01 2007 Subject: Problem compiling GHC Message-ID: <8FA47445-2794-4A05-97D8-00A4B608424A@sympatico.ca> Hi, I wanted to install darcs, and ran into problems with GHS. I have the developer tools installed and I have managed to create binaries before: $ sudo port install darcs Password: ---> Fetching pkgconfig ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// mirror.opensysadmin.com/pkg-config/ ---> Verifying checksum(s) for pkgconfig ---> Extracting pkgconfig ---> Configuring pkgconfig ---> Building pkgconfig with target all ---> Staging pkgconfig into destroot ---> Installing pkgconfig 0.21_0 ---> Activating pkgconfig 0.21_0 ---> Cleaning pkgconfig ---> Fetching curl ---> Attempting to fetch curl-7.16.2.tar.bz2 from http:// curl.haxx.se/download/ ---> Verifying checksum(s) for curl ---> Extracting curl ---> Configuring curl ---> Building curl with target all ---> Staging curl into destroot ---> Installing curl 7.16.2_0+darwin_8 ---> Activating curl 7.16.2_0+darwin_8 ---> Cleaning curl ---> Fetching gmp ---> Attempting to fetch gmp-4.2.1.tar.bz2 from http://ftp.gnu.org/ gnu/gmp ---> Verifying checksum(s) for gmp ---> Extracting gmp ---> Configuring gmp ---> Building gmp with target all ---> Staging gmp into destroot ---> Running ranlib on static libraries ---> Installing gmp 4.2.1_4+test ---> Activating gmp 4.2.1_4+test ---> Cleaning gmp ---> Fetching perl5.8 ---> Attempting to fetch perl-5.8.8.tar.bz2 from http://www.cpan.org/ src/5.0/ ---> Verifying checksum(s) for perl5.8 ---> Extracting perl5.8 ---> Applying patches to perl5.8 ---> Configuring perl5.8 ---> Building perl5.8 with target all ---> Staging perl5.8 into destroot ---> Installing perl5.8 5.8.8_0+darwin_8 ---> Activating perl5.8 5.8.8_0+darwin_8 ---> Cleaning perl5.8 ---> Fetching ncursesw ---> Attempting to fetch ncurses-5.6.tar.gz from http://ftp.gnu.org/ gnu/ncurses ---> Verifying checksum(s) for ncursesw ---> Extracting ncursesw ---> Applying patches to ncursesw ---> Configuring ncursesw ---> Building ncursesw with target all ---> Staging ncursesw into destroot ---> Installing ncursesw 5.6_0+darwin_8 ---> Activating ncursesw 5.6_0+darwin_8 ---> Cleaning ncursesw ---> Fetching ncurses ---> Verifying checksum(s) for ncurses ---> Extracting ncurses ---> Applying patches to ncurses ---> Configuring ncurses ---> Building ncurses with target all ---> Staging ncurses into destroot ---> Installing ncurses 5.6_0+darwin_8 ---> Activating ncurses 5.6_0+darwin_8 ---> Cleaning ncurses ---> Fetching readline ---> Attempting to fetch readline52-001 from http://ftp.gnu.org/gnu/ readline/readline-5.2-patches/ ---> Attempting to fetch readline-5.2.tar.gz from http://ftp.gnu.org/ gnu/readline ---> Verifying checksum(s) for readline ---> Extracting readline ---> Applying patches to readline ---> Configuring readline ---> Building readline with target all ---> Staging readline into destroot ---> Installing readline 5.2.001_0 ---> Activating readline 5.2.001_0 ---> Cleaning readline ---> Fetching ghc ---> Attempting to fetch ghc-6.6.1-src.tar.bz2 from http:// www.haskell.org/ghc/dist/6.6.1/ ---> Attempting to fetch ghc-6.6.1-src-extralibs.tar.bz2 from http:// www.haskell.org/ghc/dist/6.6.1/ ---> Attempting to fetch ghc-6.6-i386-apple-darwin-bootstrap.tar.bz2 from http://www.haskell.org/ghc/dist/6.6/ ---> Verifying checksum(s) for ghc ---> Extracting ghc ---> Applying patches to ghc ---> Configuring ghc Error: Target com.apple.configure returned: configure failure: shell command " cd "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_ghc/work/ghc-6.6.1" && ./configure --prefix=/opt/local -- prefix=/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_ghc/work/destroot//opt/local --mandir=/opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_ghc/work/destroot//opt/local/share/man/ --with-readline- includes=/opt/local/include --with-readline-libraries=/opt/local/lib --disable-openal --disable-alut --with-ghc='/opt/local/var/db/dports/ build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_ghc/work/ghc-bootstrap/bin/ghc' " returned error 77 Command output: checking build system type... i686-apple-darwin8.9.1 checking host system type... i686-apple-darwin8.9.1 checking target system type... i686-apple-darwin8.9.1 Canonicalised to: i386-apple-darwin checking for path to top of build tree... /opt/local/var/db/dports/ build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_ghc/work/ghc-6.6.1 checking version of ghc... 6.6 checking for ghc-pkg matching /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_lang_ghc/work/ghc-bootstrap/bin/ghc... no checking for ghc-pkg... no checking whether ghc has readline package... no checking for nhc... no checking for nhc98... no checking for hbc... no checking whether #! works in shell scripts... yes checking for perl... /opt/local/bin/perl checking if your perl works in shell scripts... yes checking for python... /usr/bin/python checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. Error: The following dependencies failed to build: ghc Error: Status 1 encountered during processing. From vkuznet at gmail.com Fri May 25 13:03:59 2007 From: vkuznet at gmail.com (Valentin Kuznetsov) Date: Tue Oct 9 16:43:01 2007 Subject: port outdated failure message Message-ID: <0E61B62A-0B65-4F6F-BF04-3DF5BD865311@gmail.com> Hi, somehow I did something to my port collection that I can't longer list outdated ports, can't upgrade and do any other maintenance, except installing a new port. The message I'm getting is the following: vk@localhost(16:01:04)> port -v outdated Error: port installed failed: list must have an even number of elements No ports are installed. When I run portindex I've got 0 errors, but along the output lines I saw: Adding port sysutils/socat Error: ==== ATTENTION!!!! ==== Error: Sockstat is not working under darwin 8 nor tiger. Please use Error: lsof -i6/lsof -i4/lsof -U instead. Error: ==== ATTENTION!!!! ==== but at the end of the list the output looks: Total number of ports parsed: 3986 Ports successfully parsed: 3986 Ports failed: So, I tried to remove this port, but it fail: vk@localhost(15:49:31)> sudo port uninstall sockstat Password: Error: port uninstall failed: Registry error: sockstat not registered as installed. Any suggestions, especially how to fix "list must have an even number of elements". Thanks, Valentin. From ryandesign at macports.org Fri May 25 14:26:38 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: port outdated failure message In-Reply-To: <0E61B62A-0B65-4F6F-BF04-3DF5BD865311@gmail.com> References: <0E61B62A-0B65-4F6F-BF04-3DF5BD865311@gmail.com> Message-ID: <0C9E00FF-9E05-48B9-AADF-B961AFD6EC83@macports.org> On May 25, 2007, at 15:03, Valentin Kuznetsov wrote: > somehow I did something to my port collection that I can't longer > list outdated ports, can't upgrade and do any other maintenance, > except installing a new port. The message I'm getting is the > following: > > vk@localhost(16:01:04)> port -v outdated > Error: port installed failed: list must have an even number of > elements > No ports are installed. I don't know why. Maybe you have an old version of MacPorts, and maybe the recent changes to the portindex weren't as backward- compatible as we thought they were. Please try updating MacPorts. "sudo port selfupdate" > When I run portindex I've got 0 errors, but along the output lines > I saw: > Adding port sysutils/socat > Error: ==== ATTENTION!!!! ==== > Error: Sockstat is not working under darwin 8 nor tiger. Please use > Error: lsof -i6/lsof -i4/lsof -U instead. > Error: ==== ATTENTION!!!! ==== > > > but at the end of the list the output looks: > Total number of ports parsed: 3986 > Ports successfully parsed: 3986 > Ports failed: > > > So, I tried to remove this port, but it fail: > vk@localhost(15:49:31)> sudo port uninstall sockstat > Password: > Error: port uninstall failed: Registry error: sockstat not > registered as installed. The sockstat port is written incorrectly. It prints a message on Tiger, when any operation is performed with the port, including something like portindex. It should not do that. I'll make a new thread and Cc the maintainer. From ryandesign at macports.org Fri May 25 14:51:09 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: Problem compiling GHC In-Reply-To: <8FA47445-2794-4A05-97D8-00A4B608424A@sympatico.ca> References: <8FA47445-2794-4A05-97D8-00A4B608424A@sympatico.ca> Message-ID: <408590E6-AED7-4DDE-B5AC-BE67EF70110D@macports.org> On May 25, 2007, at 10:47, Andre-John Mas wrote: > I wanted to install darcs, and ran into problems with GHS. I have > the developer tools installed and I have managed to create binaries > before: > > $ sudo port install darcs > Password: > ---> Fetching pkgconfig > ---> Attempting to fetch pkg-config-0.21.tar.gz from http:// > mirror.opensysadmin.com/pkg-config/ > ---> Verifying checksum(s) for pkgconfig > ---> Extracting pkgconfig > ---> Configuring pkgconfig > ---> Building pkgconfig with target all > ---> Staging pkgconfig into destroot > ---> Installing pkgconfig 0.21_0 > ---> Activating pkgconfig 0.21_0 > ---> Cleaning pkgconfig > ---> Fetching curl [snip] > ---> Cleaning readline > ---> Fetching ghc > ---> Attempting to fetch ghc-6.6.1-src.tar.bz2 from http:// > www.haskell.org/ghc/dist/6.6.1/ > ---> Attempting to fetch ghc-6.6.1-src-extralibs.tar.bz2 from > http://www.haskell.org/ghc/dist/6.6.1/ > ---> Attempting to fetch ghc-6.6-i386-apple-darwin- > bootstrap.tar.bz2 from http://www.haskell.org/ghc/dist/6.6/ > ---> Verifying checksum(s) for ghc > ---> Extracting ghc > ---> Applying patches to ghc > ---> Configuring ghc > Error: Target com.apple.configure returned: configure failure: > shell command " cd "/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_ghc/work/ghc-6.6.1" && ./configure --prefix=/opt/local > --prefix=/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_ghc/work/destroot//opt/local --mandir=/opt/local/var/db/ > dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_ghc/work/destroot//opt/local/share/man/ --with-readline- > includes=/opt/local/include --with-readline-libraries=/opt/local/ > lib --disable-openal --disable-alut --with-ghc='/opt/local/var/db/ > dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_ghc/work/ghc-bootstrap/bin/ghc' " returned error 77 > Command output: checking build system type... i686-apple-darwin8.9.1 > checking host system type... i686-apple-darwin8.9.1 > checking target system type... i686-apple-darwin8.9.1 > Canonicalised to: i386-apple-darwin > checking for path to top of build tree... /opt/local/var/db/dports/ > build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_ghc/work/ghc-6.6.1 > checking version of ghc... 6.6 > checking for ghc-pkg matching /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_lang_ghc/work/ghc-bootstrap/bin/ghc... no > checking for ghc-pkg... no > checking whether ghc has readline package... no > checking for nhc... no > checking for nhc98... no > checking for hbc... no > checking whether #! works in shell scripts... yes > checking for perl... /opt/local/bin/perl > checking if your perl works in shell scripts... yes > checking for python... /usr/bin/python > checking for gcc... gcc > checking for C compiler default output file name... configure: > error: C compiler cannot create executables > See `config.log' for more details. Interesting. You're on an Intel Mac with Mac OS X 10.4.9, it looks like. And you have Xcode 2.4.1 installed? What version of gcc is selected? It should be 4.0.1. On my system: $ gcc_select Current default compiler: gcc version 4.0.1 (Apple Computer, Inc. build 5367) Do you have the latest MacPorts? "sudo port selfupdate" to make sure. What does the config.log say? It'll be in the work directory. "cd `port dir ghc`/work/ghc-*" The ghc portfile does look very complicated. Maybe the maintainer has more to say on the matter. I'm Cc'ing him. From vkuznet at gmail.com Fri May 25 18:03:13 2007 From: vkuznet at gmail.com (Valentin Kuznetsov) Date: Tue Oct 9 16:43:01 2007 Subject: port outdated failure message In-Reply-To: <0C9E00FF-9E05-48B9-AADF-B961AFD6EC83@macports.org> References: <0E61B62A-0B65-4F6F-BF04-3DF5BD865311@gmail.com> <0C9E00FF-9E05-48B9-AADF-B961AFD6EC83@macports.org> Message-ID: Hi, >> >> vk@localhost(16:01:04)> port -v outdated >> Error: port installed failed: list must have an even number of >> elements >> No ports are installed. > > I don't know why. Maybe you have an old version of MacPorts, and > maybe the recent changes to the portindex weren't as backward- > compatible as we thought they were. Please try updating MacPorts. > "sudo port selfupdate" > that doesn't help, I tried multiple times. selfupdate went fine and I still got this message. The one is true, that my ports quite old, they're actually darwin ports. From n.oxyde at gmail.com Fri May 25 18:13:29 2007 From: n.oxyde at gmail.com (N_Ox) Date: Tue Oct 9 16:43:01 2007 Subject: port outdated failure message In-Reply-To: References: <0E61B62A-0B65-4F6F-BF04-3DF5BD865311@gmail.com> <0C9E00FF-9E05-48B9-AADF-B961AFD6EC83@macports.org> Message-ID: <54852922-3559-42EF-9066-433C4C9D31B9@gmail.com> Le 26 mai 07 ? 03:03, Valentin Kuznetsov a ?crit : > Hi, > >>> >>> vk@localhost(16:01:04)> port -v outdated >>> Error: port installed failed: list must have an even number of >>> elements >>> No ports are installed. >> >> I don't know why. Maybe you have an old version of MacPorts, and >> maybe the recent changes to the portindex weren't as backward- >> compatible as we thought they were. Please try updating MacPorts. >> "sudo port selfupdate" >> > > that doesn't help, I tried multiple times. selfupdate went fine and > I still got this message. The one is true, that my ports quite old, > they're actually darwin ports. Maybe `port -d outdated` could help us more. -- Anthony Ramine, a lazy french student. nox@macports.org From ryandesign at macports.org Fri May 25 18:22:15 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: port outdated failure message In-Reply-To: References: <0E61B62A-0B65-4F6F-BF04-3DF5BD865311@gmail.com> <0C9E00FF-9E05-48B9-AADF-B961AFD6EC83@macports.org> Message-ID: On May 25, 2007, at 20:03, Valentin Kuznetsov wrote: >>> vk@localhost(16:01:04)> port -v outdated >>> Error: port installed failed: list must have an even number of >>> elements >>> No ports are installed. >> >> I don't know why. Maybe you have an old version of MacPorts, and >> maybe the recent changes to the portindex weren't as backward- >> compatible as we thought they were. Please try updating MacPorts. >> "sudo port selfupdate" > > that doesn't help, I tried multiple times. selfupdate went fine and > I still got this message. The one is true, that my ports quite old, > they're actually darwin ports. I just want to be absolutely clear here: Which version of MacPorts are you running? The current version is 1.4.42, also known as 1.442. If you selfupdate, you should see this: $ sudo port selfupdate Password: DarwinPorts base version 1.442 installed Downloaded MacPorts base version 1.442 The MacPorts installation is not outdated and so was not updated selfupdate done! Note: I recently changed "DarwinPorts" to "MacPorts" in this message, so MacPorts 1.4.43 should have the correct text. From vkuznet at gmail.com Fri May 25 18:32:43 2007 From: vkuznet at gmail.com (Valentin Kuznetsov) Date: Tue Oct 9 16:43:01 2007 Subject: port outdated failure message In-Reply-To: References: <0E61B62A-0B65-4F6F-BF04-3DF5BD865311@gmail.com> <0C9E00FF-9E05-48B9-AADF-B961AFD6EC83@macports.org> Message-ID: <6A27875B-A099-4DC2-B891-6E6F3DC22CAA@gmail.com> Here is what I have: vk@localhost(16:21:34)> sudo port selfupdate DarwinPorts base version 1.442 installed Downloaded MacPorts base version 1.442 The MacPorts installation is not outdated and so was not updated selfupdate done! And here is result of port -d outdated: vk@localhost(21:31:10)> sudo port -d outdated DEBUG: list must have an even number of elements while executing "array set receipt_$ref $receipt_contents" (procedure "receipt_flat::open_entry" line 84) invoked from within "${darwinports::registry.format}::open_entry $name $version $revision $variants" (procedure "open_entry" line 4) invoked from within "open_entry $iname $iversion $irevision $ivariants" (procedure "registry::installed" line 13) invoked from within "registry::installed" Error: port installed failed: list must have an even number of elements No ports are installed. V. On May 25, 2007, at ,May 25, 9:22 PM, Ryan Schmidt wrote: > > On May 25, 2007, at 20:03, Valentin Kuznetsov wrote: > >>>> vk@localhost(16:01:04)> port -v outdated >>>> Error: port installed failed: list must have an even number of >>>> elements >>>> No ports are installed. >>> >>> I don't know why. Maybe you have an old version of MacPorts, and >>> maybe the recent changes to the portindex weren't as backward- >>> compatible as we thought they were. Please try updating MacPorts. >>> "sudo port selfupdate" >> >> that doesn't help, I tried multiple times. selfupdate went fine >> and I still got this message. The one is true, that my ports quite >> old, they're actually darwin ports. > > I just want to be absolutely clear here: Which version of MacPorts > are you running? The current version is 1.4.42, also known as > 1.442. If you selfupdate, you should see this: > > $ sudo port selfupdate > Password: > DarwinPorts base version 1.442 installed > Downloaded MacPorts base version 1.442 > The MacPorts installation is not outdated and so was not updated > selfupdate done! > > Note: I recently changed "DarwinPorts" to "MacPorts" in this > message, so MacPorts 1.4.43 should have the correct text. > From vkuznet at gmail.com Fri May 25 18:36:12 2007 From: vkuznet at gmail.com (Valentin Kuznetsov) Date: Tue Oct 9 16:43:01 2007 Subject: port outdated failure message In-Reply-To: References: <0E61B62A-0B65-4F6F-BF04-3DF5BD865311@gmail.com> <0C9E00FF-9E05-48B9-AADF-B961AFD6EC83@macports.org> Message-ID: <9E6EC996-D0D3-445A-A1C8-A51C26F77DFB@gmail.com> What I meant by "quite old" is that I installed a long time ago, but I was following port selfupdates on a regular basis. V. On May 25, 2007, at ,May 25, 9:22 PM, Ryan Schmidt wrote: > > On May 25, 2007, at 20:03, Valentin Kuznetsov wrote: > >>>> vk@localhost(16:01:04)> port -v outdated >>>> Error: port installed failed: list must have an even number of >>>> elements >>>> No ports are installed. >>> >>> I don't know why. Maybe you have an old version of MacPorts, and >>> maybe the recent changes to the portindex weren't as backward- >>> compatible as we thought they were. Please try updating MacPorts. >>> "sudo port selfupdate" >> >> that doesn't help, I tried multiple times. selfupdate went fine >> and I still got this message. The one is true, that my ports quite >> old, they're actually darwin ports. > > I just want to be absolutely clear here: Which version of MacPorts > are you running? The current version is 1.4.42, also known as > 1.442. If you selfupdate, you should see this: > > $ sudo port selfupdate > Password: > DarwinPorts base version 1.442 installed > Downloaded MacPorts base version 1.442 > The MacPorts installation is not outdated and so was not updated > selfupdate done! > > Note: I recently changed "DarwinPorts" to "MacPorts" in this > message, so MacPorts 1.4.43 should have the correct text. > From ajmas at sympatico.ca Sat May 26 08:18:53 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:43:01 2007 Subject: Problem compiling GHC In-Reply-To: <408590E6-AED7-4DDE-B5AC-BE67EF70110D@macports.org> References: <8FA47445-2794-4A05-97D8-00A4B608424A@sympatico.ca> <408590E6-AED7-4DDE-B5AC-BE67EF70110D@macports.org> Message-ID: On 25-May-07, at 17:51 , Ryan Schmidt wrote: > Interesting. > > You're on an Intel Mac with Mac OS X 10.4.9, it looks like. And you > have Xcode 2.4.1 installed? What version of gcc is selected? It > should be 4.0.1. On my system: > > $ gcc_select > Current default compiler: > gcc version 4.0.1 (Apple Computer, Inc. build 5367) $ gcc_select Current default compiler: gcc version 4.0.1 (Apple Computer, Inc. build 5250) > Do you have the latest MacPorts? "sudo port selfupdate" to make sure. > > What does the config.log say? It'll be in the work directory. "cd > `port dir ghc`/work/ghc-*" configure:3037: gcc -V &5 dyld: Library not loaded: /usr/i686-apple-darwin8/lib/libgcc_s.1.dylib Referenced from: /usr/bin/gcc Reason: image not found ./configure: line 1: 23232 Trace/BPT trap $CC -V configure:3040: $? = 133 configure:3063: checking for C compiler default output file name configure:3066: gcc -I/opt/local/include -O2 -I/opt/local/include -I/ opt/local/include -L/opt/local/lib -L/usr/lib -L/opt/local/lib conft est.c >&5 dyld: Library not loaded: /usr/i686-apple-darwin8/lib/libgcc_s.1.dylib Referenced from: /usr/bin/gcc Reason: image not found ./configure: line 1: 23243 Trace/BPT trap $CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 configure:3069: $? = 133 I'll see if I can get a more update version of xcode and see if that changes anything. AJ From toine33 at gmail.com Sat May 26 09:09:23 2007 From: toine33 at gmail.com (Antoine) Date: Tue Oct 9 16:43:01 2007 Subject: problem compiling libsdl Message-ID: Hi, I have a failure when trying to compile libsdl: $ sudo port install libsdl ---> Building libsdl with target all Error: Target com.apple.build returned: shell command " cd "/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_devel_libsdl/work/SDL-1.2.11" && make all " returned error 2 Command output: ./include/SDL_opengl.h:6527: error: parse error before 'n' ./include/SDL_opengl.h:6528: error: parse error before '*' token ./include/SDL_opengl.h:6528: error: parse error before 'target' ./include/SDL_opengl.h:6528: error: 'GLenum' declared as function returning a function ./include/SDL_opengl.h:6542: error: parse error before 'len' In file included from ./src/events/../video/SDL_sysvideo.h:191, from ./src/events/SDL_sysevents.h:24, from ./src/events/SDL_events.c:28: ./src/events/../video/SDL_glfuncs.h:43: warning: parameter names (without types) in function declaration ./src/events/../video/SDL_glfuncs.h:104: error: parse error before 'n' ./src/events/../video/SDL_glfuncs.h:123: warning: no semicolon at end of struct or union ./src/events/../video/SDL_glfuncs.h:123: error: parse error before '*' token ./src/events/../video/SDL_glfuncs.h:195: error: parse error before 'left' ./src/events/../video/SDL_glfuncs.h:214: error: parse error before 'mask' ./src/events/../video/SDL_glfuncs.h:215: error: parse error before 'mask' ./src/events/../video/SDL_glfuncs.h:273: error: parse error before 's' ./src/events/../video/SDL_glfuncs.h:296: error: parse error before 'GLfloat' ./src/events/../video/SDL_glfuncs.h:307: error: parse error before 'GLsizei' ./src/events/../video/SDL_glfuncs.h:313: error: parse error before 'GLsizei' ./src/events/../video/SDL_glfuncs.h:341: error: parse error before 'GLsizei' In file included from ./src/events/SDL_sysevents.h:24, from ./src/events/SDL_events.c:28: ./src/events/../video/SDL_sysvideo.h:309: error: 'free' redeclared as different kind of symbol /usr/include/stdlib.h:159: error: previous declaration of 'free' was here ./src/events/../video/SDL_sysvideo.h:310: error: parse error before '}' token ./src/events/SDL_events.c: In function 'SDL_GobbleEvents': ./src/events/SDL_events.c:107: error: dereferencing pointer to incomplete type ./src/events/SDL_events.c: In function 'SDL_PumpEvents': ./src/events/SDL_events.c:374: error: dereferencing pointer to incomplete type make: *** [build/SDL_events.lo] Error 1 Error: Status 1 encountered during processing. Could someone help me ? Thank you, Antoine. From paulbeard at gmail.com Sat May 26 10:22:39 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:01 2007 Subject: strange errors on port upgrade 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/20070526/b84e27b5/PGP.bin From pmq at macports.org Sat May 26 10:32:56 2007 From: pmq at macports.org (Pierre Queinnec) Date: Tue Oct 9 16:43:01 2007 Subject: strange errors on port upgrade In-Reply-To: References: Message-ID: <46586F48.10104@macports.org> Probably case-sensitiveness? -- Pierre paul beard wrote: > Looks like port is choking on the presence of README file? > > white:~ root# port upgrade outdated > ---> Fetching expat > ---> Verifying checksum(s) for expat > ---> Extracting expat > ---> Configuring expat > ---> Building expat with target all > ---> Staging expat into destroot > ---> Deactivating expat 2.0.0_1 > ---> Installing expat 2.0.0_2 > ---> Activating expat 2.0.0_2 > ---> Cleaning expat > ---> Fetching freetype > ---> Verifying checksum(s) for freetype > ---> Extracting freetype > ---> Applying patches to freetype > ---> Configuring freetype > ---> Building freetype with target all > ---> Staging freetype into destroot > Error: Target com.apple.destroot returned: xinstall: Cannot stat: > Readme, No such file or directory > Error: Unable to upgrade port: 1 > ---> Fetching file-roller > ---> Attempting to fetch file-roller-2.18.2.tar.bz2 from > http://mandril.creatis.insa-lyon.fr/linux/gnome.org/sources/file-roller/2.18/ > ---> Verifying checksum(s) for file-roller > ---> Extracting file-roller > ---> Configuring file-roller > ---> Building file-roller with target all > ---> Staging file-roller into destroot > ---> Deactivating file-roller 2.18.0_0 > ---> Installing file-roller 2.18.2_0 > ---> Activating file-roller 2.18.2_0 > ---> Cleaning file-roller > ---> Staging freetype into destroot > Error: Target com.apple.destroot returned: xinstall: Cannot stat: > Readme, No such file or directory > Error: Unable to upgrade port: 1 > > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > > > ------------------------------------------------------------------------ > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From paulbeard at gmail.com Sat May 26 10:44:19 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:01 2007 Subject: strange errors on port upgrade In-Reply-To: <46586F48.10104@macports.org> References: <46586F48.10104@macports.org> Message-ID: <27B122BD-1675-4D5A-BB2C-0DD28177BE9F@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/20070526/389ab480/PGP.bin From ryandesign at macports.org Sat May 26 11:30:00 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: strange errors on port upgrade In-Reply-To: <27B122BD-1675-4D5A-BB2C-0DD28177BE9F@gmail.com> References: <46586F48.10104@macports.org> <27B122BD-1675-4D5A-BB2C-0DD28177BE9F@gmail.com> Message-ID: <434A82F3-726C-4F54-A5EA-AF399BC3DD81@macports.org> On May 26, 2007, at 12:44, paul beard wrote: > On May 26, 2007, at 10:32 AM, Pierre Queinnec wrote: > >> paul beard wrote: >> >>> Looks like port is choking on the presence of README file? >>> >>> white:~ root# port upgrade outdated [snip] >>> ---> Staging freetype into destroot >>> Error: Target com.apple.destroot returned: xinstall: Cannot stat: >>> Readme, No such file or directory > >> Probably case-sensitiveness? > > %&&**()+(*&^*^*(*&()&*))(*(_&*&(^(*&(*) > > Gosh, I hope not ;-) Shouldn't have come up before, since these are > updates to installed ports? Previous versions of the portfile did not attempt to install those documentation files. That is what was changed in freetype 2.3.4_1: http://trac.macosforge.org/projects/macports/changeset/25598 The portfile was indeed attempting to install "Readme", but only "README" exists. I have now fixed this: http://trac.macosforge.org/projects/macports/changeset/25619 From ryandesign at macports.org Sat May 26 11:49:47 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: problem compiling libsdl In-Reply-To: References: Message-ID: On May 26, 2007, at 11:09, Antoine wrote: > I have a failure when trying to compile libsdl: > > $ sudo port install libsdl > ---> Building libsdl with target all > Error: Target com.apple.build returned: shell command " cd "/opt/ > local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_devel_libsdl/work/SDL-1.2.11" && make all " returned error 2 > Command output: ./include/SDL_opengl.h:6527: error: parse error > before 'n' > ./include/SDL_opengl.h:6528: error: parse error before '*' token > ./include/SDL_opengl.h:6528: error: parse error before 'target' > ./include/SDL_opengl.h:6528: error: 'GLenum' declared as function > returning a function > ./include/SDL_opengl.h:6542: error: parse error before 'len' [snip] libsdl installs just fine for me on a MacBook Pro with Mac OS X 10.4.9, Xcode 2.4.1 and MacPorts 1.4.42. What computer, OS version, Xcode version and MacPorts version do you have? If your software is out of date, update it and try again. From artemiog at mac.com Sat May 26 16:03:08 2007 From: artemiog at mac.com (Artemio Gonzalez Lopez) Date: Tue Oct 9 16:43:01 2007 Subject: unable to upgrade ImageMagick Message-ID: <9A5B1F7D-99CC-42A1-8B84-C0FFD4B4DC28@mac.com> sudo port -dvfun ImageMagick fails with the following error: Error: Checksum (md5) mismatch for ImageMagick-6.3.4-2.tar.bz2 Portfile checksum: ImageMagick-6.3.4-2.tar.bz2 md5 7e22d7e87c552b020a82015bb46946fa Distfile checksum: ImageMagick-6.3.4-2.tar.bz2 md5 9469ce1b1b645f8c728158cc434b0ff8 Error: Checksum (sha1) mismatch for ImageMagick-6.3.4-2.tar.bz2 Portfile checksum: ImageMagick-6.3.4-2.tar.bz2 sha1 7e46ce886e4496f2bda98f416fccd072d9af5294 Distfile checksum: ImageMagick-6.3.4-2.tar.bz2 sha1 49e6d50cd000b07fb1b343d8bd0648be555401d6 Error: Checksum (rmd160) mismatch for ImageMagick-6.3.4-2.tar.bz2 Portfile checksum: ImageMagick-6.3.4-2.tar.bz2 rmd160 eac59003c16e1dfd5b5cb8f34a9a1fd127992ef1 Distfile checksum: ImageMagick-6.3.4-2.tar.bz2 rmd160 41b4f66c08e3344436fb888000ebbdd6286fe828 Error: Target com.apple.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for ImageMagick): com.apple.archive com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build com.apple.destroot DEBUG: Registry error: XFree86 not registered as installed. invoked from within "registry_installed ${portname}" invoked from within "$workername eval registry_installed \${portname}" Error: Unable to upgrade port: 1 Does anybody know whay may be going on? Cheers, Artemio From vkuznet at gmail.com Sat May 26 18:12:07 2007 From: vkuznet at gmail.com (Valentin Kuznetsov) Date: Tue Oct 9 16:43:01 2007 Subject: missing antlr-2.7.7.tar.gz for tomcat5 Message-ID: Hi, while attempting to build tomcat5 port the antlr-2.7.7.tar.gz was missing from port lists: ---> Fetching antlr ---> Attempting to fetch antlr-2.7.7.tar.gz from http:// www.antlr.org//download/ ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- od.opendarwin.org/antlr ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- msn.opendarwin.org/antlr ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- od.opendarwin.org/ ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- msn.opendarwin.org/ Error: Target com.apple.fetch returned: fetch failed Error: The following dependencies failed to build: struts antlr commons-lang commons-validator jakarta-oro Error: Status 1 encountered during processing. In order to proceed I found this tar ball in gentoo disttrubution. Could you please either update to newest version of this package or put elsewhere this tar ball. Valentin. From ryandesign at macports.org Sat May 26 23:46:43 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: missing antlr-2.7.7.tar.gz for tomcat5 In-Reply-To: References: Message-ID: <99627610-604D-448D-9664-04C8689310BD@macports.org> On May 26, 2007, at 20:12, Valentin Kuznetsov wrote: > while attempting to build tomcat5 port the antlr-2.7.7.tar.gz was > missing from port lists: > ---> Fetching antlr > ---> Attempting to fetch antlr-2.7.7.tar.gz from http:// > www.antlr.org//download/ > ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- > od.opendarwin.org/antlr > ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- > msn.opendarwin.org/antlr > ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- > od.opendarwin.org/ > ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- > msn.opendarwin.org/ > Error: Target com.apple.fetch returned: fetch failed > Error: The following dependencies failed to build: struts antlr > commons-lang commons-validator jakarta-oro > Error: Status 1 encountered during processing. > > In order to proceed I found this tar ball in gentoo disttrubution. > Could you please either update to newest version of this package or > put elsewhere this tar ball. antlr 3.0 was just released on May 17, 2007, but already the 2.7.7 archive is no longer available from antlr.org. That's rather inconvenient of them. antlr 3.0 seems to be substantially different than 2.7.7 and I don't feel comfortable updating someone else's port to a new major version. I don't know anything about antlr, so I don't even know whether or not the antlr port should even be updated to 3.0, or whether instead for example a new port antlr3 should be created. I'm Cc'ing the maintainer. In the mean time, I'm changing the port's master site so that 2.7.7 can be downloaded from a different location. From ryandesign at macports.org Sat May 26 23:48:59 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: unable to upgrade ImageMagick In-Reply-To: <9A5B1F7D-99CC-42A1-8B84-C0FFD4B4DC28@mac.com> References: <9A5B1F7D-99CC-42A1-8B84-C0FFD4B4DC28@mac.com> Message-ID: <697A0A7B-04D0-4177-B1DD-D00A1FA2644D@macports.org> On May 26, 2007, at 18:03, Artemio Gonzalez Lopez wrote: > sudo port -dvfun ImageMagick fails with the following error: > > Error: Checksum (md5) mismatch for ImageMagick-6.3.4-2.tar.bz2 > Portfile checksum: ImageMagick-6.3.4-2.tar.bz2 md5 > 7e22d7e87c552b020a82015bb46946fa > Distfile checksum: ImageMagick-6.3.4-2.tar.bz2 md5 > 9469ce1b1b645f8c728158cc434b0ff8 > Error: Checksum (sha1) mismatch for ImageMagick-6.3.4-2.tar.bz2 > Portfile checksum: ImageMagick-6.3.4-2.tar.bz2 sha1 > 7e46ce886e4496f2bda98f416fccd072d9af5294 > Distfile checksum: ImageMagick-6.3.4-2.tar.bz2 sha1 > 49e6d50cd000b07fb1b343d8bd0648be555401d6 > Error: Checksum (rmd160) mismatch for ImageMagick-6.3.4-2.tar.bz2 > Portfile checksum: ImageMagick-6.3.4-2.tar.bz2 rmd160 > eac59003c16e1dfd5b5cb8f34a9a1fd127992ef1 > Distfile checksum: ImageMagick-6.3.4-2.tar.bz2 rmd160 > 41b4f66c08e3344436fb888000ebbdd6286fe828 > Error: Target com.apple.checksum returned: Unable to verify file > checksums > Warning: the following items did not execute (for ImageMagick): > com.apple.archive com.apple.extract com.apple.checksum > com.apple.patch com.apple.configure com.apple.build com.apple.destroot > DEBUG: Registry error: XFree86 not registered as installed. > invoked from within > "registry_installed ${portname}" > invoked from within > "$workername eval registry_installed \${portname}" > Error: Unable to upgrade port: 1 > > Does anybody know whay may be going on? It looks like ImageMagick 6.3.4-3 has been released and the 6.3.4-2 archive has already been removed from some mirrors. I'll update the port to 6.3.4-3. Please sync and try again in 12 hours or so. From ryandesign at macports.org Sat May 26 23:52:00 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: missing antlr-2.7.7.tar.gz for tomcat5 In-Reply-To: <99627610-604D-448D-9664-04C8689310BD@macports.org> References: <99627610-604D-448D-9664-04C8689310BD@macports.org> Message-ID: <2889AD66-8B1D-48E9-B670-91578F50922A@macports.org> On May 27, 2007, at 01:46, Ryan Schmidt wrote: > On May 26, 2007, at 20:12, Valentin Kuznetsov wrote: > >> while attempting to build tomcat5 port the antlr-2.7.7.tar.gz was >> missing from port lists: >> ---> Fetching antlr >> ---> Attempting to fetch antlr-2.7.7.tar.gz from http:// >> www.antlr.org//download/ >> ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- >> od.opendarwin.org/antlr >> ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- >> msn.opendarwin.org/antlr >> ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- >> od.opendarwin.org/ >> ---> Attempting to fetch antlr-2.7.7.tar.gz from http://distfiles- >> msn.opendarwin.org/ >> Error: Target com.apple.fetch returned: fetch failed >> Error: The following dependencies failed to build: struts antlr >> commons-lang commons-validator jakarta-oro >> Error: Status 1 encountered during processing. >> >> In order to proceed I found this tar ball in gentoo disttrubution. >> Could you please either update to newest version of this package >> or put elsewhere this tar ball. > > antlr 3.0 was just released on May 17, 2007, but already the 2.7.7 > archive is no longer available from antlr.org. That's rather > inconvenient of them. > > antlr 3.0 seems to be substantially different than 2.7.7 and I > don't feel comfortable updating someone else's port to a new major > version. I don't know anything about antlr, so I don't even know > whether or not the antlr port should even be updated to 3.0, or > whether instead for example a new port antlr3 should be created. > I'm Cc'ing the maintainer. In the mean time, I'm changing the > port's master site so that 2.7.7 can be downloaded from a different > location. This part of the portfile seems weird to me: post-destroot { reinplace "s|antlr-2.7.3/|java/|g" ${destroot}${prefix}/bin/antlr The portfile is at version 2.7.7, but this reinplace is trying to match "antlr-2.7.3/" which does not exist in bin/antlr. Neither does "antlr-2.7.7/" for that matter. "antlr-2.7.7" does. Not sure if that's what was meant. From opgago at yahoo.com Sun May 27 02:20:46 2007 From: opgago at yahoo.com (Osvaldo Gago) Date: Tue Oct 9 16:43:01 2007 Subject: Scribus doesn't start: cannot connect to X server Message-ID: <977742.78749.qm@web32701.mail.mud.yahoo.com> Hi. I've installed scribus yesterday: sudo port install scribus but when I start it trough the terminal: $ scribus It doesn't start and it returns the message: scribus: cannot connect to X server I've tried to run it with x11 server on and off (I launch it trough Gimpshop) But it doesn't work either way. I'm using an Intel Mac with OS 10.4.7. Please send me an e-mail if you need any more information or if the problem is solved. Thank you for your concern. With my best regards, Osvaldo --------------------------------- Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070527/a42118cc/attachment.html From ryandesign at macports.org Sun May 27 02:40:26 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:01 2007 Subject: Scribus doesn't start: cannot connect to X server In-Reply-To: <977742.78749.qm@web32701.mail.mud.yahoo.com> References: <977742.78749.qm@web32701.mail.mud.yahoo.com> Message-ID: <226A52F2-D459-44BC-A398-8A45148521D0@macports.org> On May 27, 2007, at 04:20, Osvaldo Gago wrote: > I've installed scribus yesterday: > > sudo port install scribus > > but when I start it trough the terminal: > > $ scribus > > It doesn't start and it returns the message: > > scribus: cannot connect to X server > > I've tried to run it with x11 server on and off > (I launch it trough Gimpshop) > But it doesn't work either way. > > I'm using an Intel Mac with OS 10.4.7. Try first opening X11.app (in Applications > Utilities) and then type "scribus" into *that* xterm window, not in a regular Mac OS X Terminal window. From opgago at yahoo.com Sun May 27 04:58:57 2007 From: opgago at yahoo.com (Osvaldo Gago) Date: Tue Oct 9 16:43:01 2007 Subject: Scribus doesn't start: cannot connect to X server In-Reply-To: <226A52F2-D459-44BC-A398-8A45148521D0@macports.org> Message-ID: <475311.78095.qm@web32712.mail.mud.yahoo.com> Ryan Schmidt wrote: On May 27, 2007, at 04:20, Osvaldo Gago wrote: > I've installed scribus yesterday: > > sudo port install scribus > > but when I start it trough the terminal: > > $ scribus > > It doesn't start and it returns the message: > > scribus: cannot connect to X server > > I've tried to run it with x11 server on and off > (I launch it trough Gimpshop) > But it doesn't work either way. > > I'm using an Intel Mac with OS 10.4.7. Try first opening X11.app (in Applications > Utilities) and then type "scribus" into *that* xterm window, not in a regular Mac OS X Terminal window. Hi. I've tryed with this result: bash: scribus: command not found Didn't work. Then tried: /opt/local/bin/scribus And it works, with this error: "The following programs are missing: Ghostscript You can not use EPS images or Print preview" I've made then: sudo port install ghostscript and confirmed that it was installed. So 1 problem solved, another program to solve. Thank you very much. After this is solved is there any place (a wiki?) where I can drop this information ? Osvaldo --------------------------------- Need a vacation? Get great deals to amazing places on Yahoo! Travel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070527/789e2416/attachment.html From pipping at macports.org Sun May 27 05:05:19 2007 From: pipping at macports.org (Elias Pipping) Date: Tue Oct 9 16:43:01 2007 Subject: Scribus doesn't start: cannot connect to X server In-Reply-To: <475311.78095.qm@web32712.mail.mud.yahoo.com> References: <475311.78095.qm@web32712.mail.mud.yahoo.com> Message-ID: <4A563FDC-1154-4183-A969-CD3315B09DEF@macports.org> Hi, Please try export PATH=/opt/local/bin:$PATH scribus If scribus is not in your path, neither is ghostscript. Kind regards, Elias Pipping On May 27, 2007, at 1:58 PM, Osvaldo Gago wrote: > > Ryan Schmidt wrote: On May 27, 2007, at > 04:20, Osvaldo Gago wrote: > > > I've installed scribus yesterday: > > > > sudo port install scribus > > > > but when I start it trough the terminal: > > > > $ scribus > > > > It doesn't start and it returns the message: > > > > scribus: cannot connect to X server > > > > I've tried to run it with x11 server on and off > > (I launch it trough Gimpshop) > > But it doesn't work either way. > > > > I'm using an Intel Mac with OS 10.4.7. > > Try first opening X11.app (in Applications > Utilities) and then type > "scribus" into *that* xterm window, not in a regular Mac OS X > Terminal window. > > Hi. > > I've tryed with this result: > > bash: scribus: command not found > > Didn't work. > > Then tried: > > /opt/local/bin/scribus > > And it works, with this error: > > "The following programs are missing: Ghostscript You can not use > EPS images or Print preview" > > I've made then: > > sudo port install ghostscript > > and confirmed that it was installed. > > So 1 problem solved, another program to solve. > > Thank you very much. After this is solved is there any place (a > wiki?) where I can drop this information ? > > Osvaldo > > > > Need a vacation? Get great deals to amazing places on Yahoo! Travel. > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From raimue at codingfarm.de Sun May 27 10:04:39 2007 From: raimue at codingfarm.de (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue Oct 9 16:43:01 2007 Subject: Scribus doesn't start: cannot connect to X server In-Reply-To: <226A52F2-D459-44BC-A398-8A45148521D0@macports.org> References: <977742.78749.qm@web32701.mail.mud.yahoo.com> <226A52F2-D459-44BC-A398-8A45148521D0@macports.org> Message-ID: <4659BA27.1090600@codingfarm.de> Ryan Schmidt wrote: > Try first opening X11.app (in Applications > Utilities) and then type > "scribus" into *that* xterm window, not in a regular Mac OS X Terminal > window. Use open-x11 scribus in a regular Terminal.app or iTerm window. HTH, Rainer From michael.grunditz at telia.com Sun May 27 12:56:22 2007 From: michael.grunditz at telia.com (Michael Grunditz) Date: Tue Oct 9 16:43:01 2007 Subject: gnome-panel Message-ID: <5520B879-11A5-43CF-B43A-302188FF804A@telia.com> Hello I tried to build gnome-panel today and got this error .. http://www.oasis-open.org/docbook/xml/4.1.2/dbcentx.mod:180: parser error : Content error in the external subset References: <475311.78095.qm@web32712.mail.mud.yahoo.com> Message-ID: On May 27, 2007, at 06:58, Osvaldo Gago wrote: > Ryan Schmidt wrote: > >> On May 27, 2007, at 04:20, Osvaldo Gago wrote: >> >> > I've installed scribus yesterday: >> > >> > sudo port install scribus >> > >> > but when I start it trough the terminal: >> > >> > $ scribus >> > >> > It doesn't start and it returns the message: >> > >> > scribus: cannot connect to X server >> > >> > I've tried to run it with x11 server on and off >> > (I launch it trough Gimpshop) >> > But it doesn't work either way. >> > >> > I'm using an Intel Mac with OS 10.4.7. >> >> Try first opening X11.app (in Applications > Utilities) and then type >> "scribus" into *that* xterm window, not in a regular Mac OS X >> Terminal window. > > I've tryed with this result: > > bash: scribus: command not found > > Didn't work. Sounds like your xterm is not properly set up. There are already instructions in the wiki for how to do so: http://trac.macosforge.org/projects/macports/wiki/ InstallingMacPorts#OptionsfortheMacPortsshellandX11environment I had some problems with these instructions before, which are described here: http://lists.macosforge.org/pipermail/macports-users/2007-May/ 003536.html The instructions have been updated since then and I haven't checked to see if that now solves my problem. Please let us know if you have further problems after following the instructions in the wiki. > Then tried: > > /opt/local/bin/scribus > > And it works, with this error: > > "The following programs are missing: Ghostscript You can not use > EPS images or Print preview" > > I've made then: > > sudo port install ghostscript > > and confirmed that it was installed. > > So 1 problem solved, another program to solve. > > Thank you very much. After this is solved is there any place (a > wiki?) where I can drop this information ? scribus already depends on ghostscript: depends_lib bin:gs:ghostscript But if "sudo port install ghostscript" solved the problem, that means you must have another version of ghostscript installed but not as part of MacPorts? If that's the case, then your above problem is again caused by the first problem above, that your xterm is not set up properly and therefore doesn't know where your other ghostscript is. Follow the instructions above to set it up properly and let us know if that doesn't work. From opgago at yahoo.com Sun May 27 18:29:26 2007 From: opgago at yahoo.com (Osvaldo Gago) Date: Tue Oct 9 16:43:01 2007 Subject: Scribus doesn't start: cannot connect to X server In-Reply-To: Message-ID: <630876.42946.qm@web32712.mail.mud.yahoo.com> Ryan Schmidt wrote: On May 27, 2007, at 06:58, Osvaldo Gago wrote: > Ryan Schmidt wrote: > >> On May 27, 2007, at 04:20, Osvaldo Gago wrote: >> >> > I've installed scribus yesterday: >> > >> > sudo port install scribus >> > >> > but when I start it trough the terminal: >> > >> > $ scribus >> > >> > It doesn't start and it returns the message: >> > >> > scribus: cannot connect to X server >> > >> > I've tried to run it with x11 server on and off >> > (I launch it trough Gimpshop) >> > But it doesn't work either way. >> > >> > I'm using an Intel Mac with OS 10.4.7. >> >> Try first opening X11.app (in Applications > Utilities) and then type >> "scribus" into *that* xterm window, not in a regular Mac OS X >> Terminal window. > > I've tryed with this result: > > bash: scribus: command not found > > Didn't work. Sounds like your xterm is not properly set up. There are already instructions in the wiki for how to do so: http://trac.macosforge.org/projects/macports/wiki/ InstallingMacPorts#OptionsfortheMacPortsshellandX11environment I had some problems with these instructions before, which are described here: http://lists.macosforge.org/pipermail/macports-users/2007-May/ 003536.html The instructions have been updated since then and I haven't checked to see if that now solves my problem. Please let us know if you have further problems after following the instructions in the wiki. > Then tried: > > /opt/local/bin/scribus > > And it works, with this error: > > "The following programs are missing: Ghostscript You can not use > EPS images or Print preview" > > I've made then: > > sudo port install ghostscript > > and confirmed that it was installed. > > So 1 problem solved, another program to solve. > > Thank you very much. After this is solved is there any place (a > wiki?) where I can drop this information ? scribus already depends on ghostscript: depends_lib bin:gs:ghostscript But if "sudo port install ghostscript" solved the problem, that means you must have another version of ghostscript installed but not as part of MacPorts? If that's the case, then your above problem is again caused by the first problem above, that your xterm is not set up properly and therefore doesn't know where your other ghostscript is. Follow the instructions above to set it up properly and let us know if that doesn't work. Hi. Opening scribus in the terminal with the command $ open-x11 scribus solves the problem, thank you very much for your concern. I have created a Wiki page about installing Scribus with MacPorts: http://wiki.scribus.net/index.php/Installing_Scribus_on_Mac_with_MacPorts With my best regards, Osvaldo --------------------------------- Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070527/4366034c/attachment.html From tobias.weisserth at gmail.com Mon May 28 09:37:10 2007 From: tobias.weisserth at gmail.com (Tobias Weisserth) Date: Tue Oct 9 16:43:01 2007 Subject: qt3-mac build fails on PPC Mac OS X 10.4.9 (8P135) Message-ID: <492DB707-8175-415E-9495-F13B4A56F819@gmail.com> Hi there, I'm trying to build qt3-mac. The build stops with errors: polarapfel:~ tobias$ sudo port install -dv qt3-mac Password: ---> Fetching qt3-mac ---> Attempting to fetch qt-mac-free-3.3.8.tar.gz from ftp:// ftp.trolltech.com/qt/source/ ---> Verifying checksum(s) for qt3-mac ---> Extracting qt3-mac ---> Applying patches to qt3-mac ---> Configuring qt3-mac ---> Building qt3-mac with target symlinks src-qmake src-moc sub-src sub-tools Error: Target com.apple.build returned: shell command " cd "/opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8" && make symlinks src-qmake src-moc sub-src sub-tools " returned error 2 Command output: ../interfaces/languageinterface.h:55: warning: 'struct LanguageInterface' has virtual functions but non-virtual destructor ../../../include/private/qwidgetinterface_p.h:74: warning: 'struct QWidgetFactoryInterface' has virtual functions but non-virtual destructor ../../../include/qsqldatabase.h:63: warning: 'class QSqlDriverCreatorBase' has virtual functions but non-virtual destructor c++ -c -pipe -I/opt/local/include -Wall -W -Os -fPIC - DQT_INTERNAL_XML -DQ_TEMPLATE_EXTERN=extern -DRESOURCE - DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG - DQT_THREAD_SUPPORT -DQT_SHARED -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/mkspecs/macx-g++ -I. -I../ shared -I../../../include -I/System/Library/Frameworks/ OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/ AGL.framework/Versions/A/Headers -I.moc/release-shared-mt/ -o .obj/ release-shared-mt/domtool.o ../shared/domtool.cpp c++ -c -pipe -I/opt/local/include -Wall -W -Os -fPIC - DQT_INTERNAL_XML -DQ_TEMPLATE_EXTERN=extern -DRESOURCE - DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG - DQT_THREAD_SUPPORT -DQT_SHARED -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/mkspecs/macx-g++ -I. -I../ shared -I../../../include -I/System/Library/Frameworks/ OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/ AGL.framework/Versions/A/Headers -I.moc/release-shared-mt/ -o .obj/ release-shared-mt/uib.o ../shared/uib.cpp c++ -c -pipe -I/opt/local/include -Wall -W -Os -fPIC - DQT_INTERNAL_XML -DQ_TEMPLATE_EXTERN=extern -DRESOURCE - DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG - DQT_THREAD_SUPPORT -DQT_SHARED -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/mkspecs/macx-g++ -I. -I../ shared -I../../../include -I/System/Library/Frameworks/ OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/ AGL.framework/Versions/A/Headers -I.moc/release-shared-mt/ -o .obj/ release-shared-mt/database.o ../designer/database.cpp ../../../include/qsqldatabase.h:63: warning: 'class QSqlDriverCreatorBase' has virtual functions but non-virtual destructor /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/bin/moc ../designer/ database2.h -o .moc/release-shared-mt/moc_database2.cpp c++ -c -pipe -I/opt/local/include -Wall -W -Os -fPIC - DQT_INTERNAL_XML -DQ_TEMPLATE_EXTERN=extern -DRESOURCE - DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG - DQT_THREAD_SUPPORT -DQT_SHARED -I/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/mkspecs/macx-g++ -I. -I../ shared -I../../../include -I/System/Library/Frameworks/ OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/ AGL.framework/Versions/A/Headers -I.moc/release-shared-mt/ -o .obj/ release-shared-mt/moc_database2.o .moc/release-shared-mt/ moc_database2.cpp test -d ../../../lib/ || mkdir -p ../../../lib/ rm -f libqui.1.0.0.dylib libqui.dylib libqui.1.dylib libqui.1.0.dylib c++ -headerpad_max_install_names -prebind -seg1addr 0xB9000000 - prebind -dynamiclib -compatibility_version 1.0 - current_version 1.0.0 -install_name libqui.1.dylib -o libqui. 1.0.0.dylib .obj/release-shared-mt/qwidgetfactory.o .obj/release- shared-mt/domtool.o .obj/release-shared-mt/uib.o .obj/release-shared- mt/database.o .obj/release-shared-mt/moc_database2.o -L/opt/local/ lib -L/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/lib -lqt-mt -lmng -ljpeg - lpng -lz -framework OpenGL -framework AGL ld: warning prebinding disabled because dependent library: libqt-mt. 3.dylib is not prebound ln -s libqui.1.0.0.dylib libqui.dylib ln -s libqui.1.0.0.dylib libqui.1.dylib ln -s libqui.1.0.0.dylib libqui.1.0.dylib rm -f ../../../lib/libqui.1.0.0.dylib rm -f ../../../lib/libqui.dylib rm -f ../../../lib/libqui.1.dylib rm -f ../../../lib/libqui.1.0.dylib mv -f libqui.1.0.0.dylib libqui.dylib libqui.1.dylib libqui. 1.0.dylib ../../../lib/ cd designer && make -f Makefile /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/bin/uic -L /opt/local/var/db/ dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/plugins listboxeditor.ui -o listboxeditor.h dyld: Library not loaded: libqt-mt.3.dylib Referenced from: /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_qt3-mac/work/qt-mac-free-3.3.8/bin/uic Reason: image not found make[3]: *** [listboxeditor.h] Trace/BPT trap make[2]: *** [sub-designer] Error 2 make[1]: *** [sub-designer] Error 2 make: *** [sub-tools] Error 2 Error: Status 1 encountered during processing. What's wrong? regards, Tobias W. ***** "God is real, unless declared integer." From jochen at fhi-berlin.mpg.de Mon May 28 10:21:43 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:43:01 2007 Subject: qt3-mac build fails on PPC Mac OS X 10.4.9 (8P135) In-Reply-To: <492DB707-8175-415E-9495-F13B4A56F819@gmail.com> References: <492DB707-8175-415E-9495-F13B4A56F819@gmail.com> Message-ID: On 28.05.2007, at 18:37, Tobias Weisserth wrote: > Referenced from: /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_aqua_qt3-mac/work/qt-mac-free-3.3.8/bin/uic What does otool -L /opt/local/lib/libQtCore.3.dylib give you? (Does the dylib know the complete path of itself?) Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070528/abd3789c/PGP.bin From tobias.weisserth at gmail.com Mon May 28 11:13:32 2007 From: tobias.weisserth at gmail.com (Tobias Weisserth) Date: Tue Oct 9 16:43:01 2007 Subject: qt3-mac build fails on PPC Mac OS X 10.4.9 (8P135) In-Reply-To: References: <492DB707-8175-415E-9495-F13B4A56F819@gmail.com> Message-ID: Hi there, On May 28, 2007, at 7:21 PM, Jochen K?pper wrote: > What does > otool -L /opt/local/lib/libQtCore.3.dylib > give you? > (Does the dylib know the complete path of itself?) I guess that's the problem, the file doesn't exist: otool: can't open file: /opt/local/lib/libQtCore.3.dylib (No such file or directory) Weird, huh? regards, Tobias W. ***** "God is real, unless declared integer." From listsub at systame.com Mon May 28 12:58:17 2007 From: listsub at systame.com (Randall Perry) Date: Tue Oct 9 16:43:01 2007 Subject: What happened to Portfile customisation? Message-ID: <465B3459.4080709@systame.com> Darwinports ports used to have a Portfile, which sometimes had customization options for the package. It also had contact info so you could email the package maintainer directly. Are there alternate means of doing this with macports? -- Randall Perry From listsub at systame.com Mon May 28 12:59:50 2007 From: listsub at systame.com (Randall Perry) Date: Tue Oct 9 16:43:01 2007 Subject: clamav: any way to add clamav-milter build? Message-ID: <465B34B6.9030206@systame.com> Is there any way to create clamav-milter when building the clamav package? -- Randall Perry sysTame Xserve Web Hosting/Co-location/Leasing QuickTime Streaming Mac Consulting/Sales http://www.systame.com/ From paulbeard at gmail.com Mon May 28 14:00:50 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:01 2007 Subject: What happened to Portfile customisation? In-Reply-To: <465B3459.4080709@systame.com> References: <465B3459.4080709@systame.com> 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/20070528/76bcfe73/PGP.bin From paulbeard at gmail.com Mon May 28 14:03:58 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:01 2007 Subject: using closer mirrors 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/20070528/126e57ae/PGP.bin From paulbeard at gmail.com Mon May 28 14:46:53 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:02 2007 Subject: diffs for shntool portfile Message-ID: <5BD4E40A-D4D0-4BDD-930E-5EED43726CEA@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/20070528/b4a4c54e/PGP.bin From listsub at systame.com Mon May 28 14:59:03 2007 From: listsub at systame.com (Randall Perry) Date: Tue Oct 9 16:43:02 2007 Subject: What happened to Portfile customisation? In-Reply-To: References: <465B3459.4080709@systame.com> Message-ID: <465B50A7.6060302@systame.com> paul beard wrote: > > On May 28, 2007, at 12:58 PM, Randall Perry wrote: > >> Darwinports ports used to have a Portfile, which sometimes had >> customization options for the package. It also had contact info so >> you could email the package maintainer directly. >> >> >> Are there alternate means of doing this with macports? >> > > Nothing has changed there. > > white:~ root# port edit clamav > Oops...I searched for portfile instead of Portfile. Didn't know about the 'edit' option. Thanks > > -- > Paul Beard > words: http://paulbeard.org/wordpress > pictures: http://www.flickr.com/photos/pdb206/ > Are you trying to win an argument or solve a problem? > > -- Randall Perry sysTame Xserve Web Hosting/Co-location/Leasing QuickTime Streaming Mac Consulting/Sales http://www.systame.com/ From ryandesign at macports.org Mon May 28 16:39:40 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: diffs for shntool portfile In-Reply-To: <5BD4E40A-D4D0-4BDD-930E-5EED43726CEA@gmail.com> References: <5BD4E40A-D4D0-4BDD-930E-5EED43726CEA@gmail.com> Message-ID: On May 28, 2007, at 16:46, paul beard wrote: > It seems to build fine, now that the sources can be found, but > installing fails with the errors below. Patchfile/diff attached. > > ln: creating symbolic link `/opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_audio_shntool/work/destroot//opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_audio_shntool/work/destroot/opt/local/bin/shnlen': No such > file or directory [snip] shntool is now updated to 3.0.2. I started with your patch and then continued to remove the errors you reported. http://trac.macosforge.org/projects/macports/changeset/25696 From dluke at geeklair.net Mon May 28 17:52:24 2007 From: dluke at geeklair.net (Daniel J. Luke) Date: Tue Oct 9 16:43:02 2007 Subject: clamav: any way to add clamav-milter build? In-Reply-To: <465B34B6.9030206@systame.com> References: <465B34B6.9030206@systame.com> Message-ID: On May 28, 2007, at 3:59 PM, Randall Perry wrote: > Is there any way to create clamav-milter when building the clamav > package? dluke% port info clamav clamav 0.90.2, sysutils/clamav (Variants: universal, clamav-milter) [snip] So, port install clamav +clamav-milter will probably do what you want (of course, there's no port for sendmail or libmilter, so you have to have taken care of that yourself outside of macports for this to even have a chance of working). -- 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/20070528/b1f46cef/PGP.bin From thomas.tuddenham at carbonplanet.com Mon May 28 20:36:56 2007 From: thomas.tuddenham at carbonplanet.com (Thomas Tuddenham) Date: Tue Oct 9 16:43:02 2007 Subject: rb-rails broken? Message-ID: <673783F5-3BA8-4B2D-AF63-90D448E21FC7@carbonplanet.com> i've only just subscribed to macports, so I don't know if this will get through. It looks like rb-rubygems is broken because gem environment settings aren't configured. In my /etc/profile this got 'gem update' working: GEM_PATH="/opt/local/var/db/dports/software/rb-rubygems/0.9.2_0/opt/ local/lib/ruby/gems/" export GEM_PATH Will probably have to set GEM_HOME as well. Cheers Tom From ajmas at sympatico.ca Mon May 28 20:47:16 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:43:02 2007 Subject: Problem compiling GHC In-Reply-To: References: <8FA47445-2794-4A05-97D8-00A4B608424A@sympatico.ca> <408590E6-AED7-4DDE-B5AC-BE67EF70110D@macports.org> Message-ID: <6B1C49CF-3896-4A32-91C3-85A218A6D595@sympatico.ca> On 26-May-07, at 11:18 , Andre-John Mas wrote: > > On 25-May-07, at 17:51 , Ryan Schmidt wrote: > >> Interesting. >> >> You're on an Intel Mac with Mac OS X 10.4.9, it looks like. And >> you have Xcode 2.4.1 installed? What version of gcc is selected? >> It should be 4.0.1. On my system: >> >> $ gcc_select >> Current default compiler: >> gcc version 4.0.1 (Apple Computer, Inc. build 5367) > > $ gcc_select > Current default compiler: > gcc version 4.0.1 (Apple Computer, Inc. build 5250) > >> Do you have the latest MacPorts? "sudo port selfupdate" to make sure. >> >> What does the config.log say? It'll be in the work directory. "cd >> `port dir ghc`/work/ghc-*" > Updated to the latest version of XCode, did a clean on GHC and then restarted the GHC install. Works now :) Andre From david.trem at gmail.com Mon May 28 23:55:35 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:02 2007 Subject: What happened to Portfile customisation? In-Reply-To: <465B3459.4080709@systame.com> References: <465B3459.4080709@systame.com> Message-ID: <129e1cd10705282355v3328b8e8rb120b530a63ae2cc@mail.gmail.com> Failled to install g95... Any suggestions ? David >>port install g95 ---> Building db44 with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_databases_db44/work/db-4.4.20/build_unix" && make all " returned error 2 Command output: /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -c -O2 -I../dist/.. -I/opt/local/include ../dist/../db_dump185/db_dump185.c /usr/bin/gcc-4.0 -c -O2 -I../dist/.. -I/opt/local/include ../dist/../db_dump185/db_dump185.c -fno-common -DPIC -o .libs/db_dump185.o ../dist/../db_dump185/db_dump185.c: In function 'main': ../dist/../db_dump185/db_dump185.c:212: warning: assignment makes pointer from integer without a cast ../dist/../db_dump185/db_dump185.c:214: warning: assignment makes pointer from integer without a cast ../dist/../db_dump185/db_dump185.c:229: error: 'struct __db' has no member named 'seq' ../dist/../db_dump185/db_dump185.c:229: error: 'R_NEXT' undeclared (first use in this function) ../dist/../db_dump185/db_dump185.c:229: error: (Each undeclared identifier is reported only once ../dist/../db_dump185/db_dump185.c:229: error: for each function it appears in.) ../dist/../db_dump185/db_dump185.c:234: error: 'struct __db' has no member named 'seq' ../dist/../db_dump185/db_dump185.c: In function 'db_hash': ../dist/../db_dump185/db_dump185.c:262: error: 'struct __db' has no member named 'internal' ../dist/../db_dump185/db_dump185.c:264: error: 'struct __db' has no member named 'internal' ../dist/../db_dump185/db_dump185.c: In function 'db_btree': ../dist/../db_dump185/db_dump185.c:289: error: 'struct __db' has no member named 'internal' make: *** [db_dump185.lo] Error 1 Error: The following dependencies failed to build: odcctools subversion apr-util db44 sqlite3 Error: Status 1 encountered during processing. From david.trem at gmail.com Mon May 28 23:59:00 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:02 2007 Subject: Failled to install g95 Message-ID: <129e1cd10705282359i292740a5m5d202d0a195c4b6e@mail.gmail.com> Failled to install g95... Any suggestions ? (sorry previous mail was sent with an unrealated object...) David >>port install g95 ---> Building db44 with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_databases_db44/work/db-4.4.20/build_unix" && make all " returned error 2 Command output: /bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -c -O2 -I../dist/.. -I/opt/local/include ../dist/../db_dump185/db_dump185.c /usr/bin/gcc-4.0 -c -O2 -I../dist/.. -I/opt/local/include ../dist/../db_dump185/db_dump185.c -fno-common -DPIC -o .libs/db_dump185.o ../dist/../db_dump185/db_dump185.c: In function 'main': ../dist/../db_dump185/db_dump185.c:212: warning: assignment makes pointer from integer without a cast ../dist/../db_dump185/db_dump185.c:214: warning: assignment makes pointer from integer without a cast ../dist/../db_dump185/db_dump185.c:229: error: 'struct __db' has no member named 'seq' ../dist/../db_dump185/db_dump185.c:229: error: 'R_NEXT' undeclared (first use in this function) ../dist/../db_dump185/db_dump185.c:229: error: (Each undeclared identifier is reported only once ../dist/../db_dump185/db_dump185.c:229: error: for each function it appears in.) ../dist/../db_dump185/db_dump185.c:234: error: 'struct __db' has no member named 'seq' ../dist/../db_dump185/db_dump185.c: In function 'db_hash': ../dist/../db_dump185/db_dump185.c:262: error: 'struct __db' has no member named 'internal' ../dist/../db_dump185/db_dump185.c:264: error: 'struct __db' has no member named 'internal' ../dist/../db_dump185/db_dump185.c: In function 'db_btree': ../dist/../db_dump185/db_dump185.c:289: error: 'struct __db' has no member named 'internal' make: *** [db_dump185.lo] Error 1 Error: The following dependencies failed to build: odcctools subversion apr-util db44 sqlite3 Error: Status 1 encountered during processing. From ryandesign at macports.org Tue May 29 00:51:08 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: Failled to install g95 In-Reply-To: <129e1cd10705282359i292740a5m5d202d0a195c4b6e@mail.gmail.com> References: <129e1cd10705282359i292740a5m5d202d0a195c4b6e@mail.gmail.com> Message-ID: <22D29171-0DC0-4355-BC77-ADFD018A64AD@macports.org> On May 29, 2007, at 01:59, David Tremouilles wrote: > Failled to install g95... > Any suggestions ? > (sorry previous mail was sent with an unrealated object...) > David > >>> port install g95 > ---> Building db44 with target all [snip] It looks like it's db44, not g95, that's failing. g95 requires odcctools which requires subversion which by default requires db44, though it can be configured without db44. You could do that this way: sudo port install apr-util +no_bdb sudo port install subversion +no_bdb Then continue to install g95. If you want to work out why db44 is not working, then please first ensure that your MacPorts, OS and Xcode are up to date. Current version of MacPorts is 1.4.4.2, OS is 10.4.9 (or 10.3.9), and Xcode is 2.4.1 (for 10.4.9) or 1.5 (for 10.3.9). When you write back, let us know what version of each you have, and also your processor architecture. From david.trem at gmail.com Tue May 29 01:19:30 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:02 2007 Subject: Failled to install g95 In-Reply-To: <129e1cd10705290119v1f726071m465c54e4ae7d56c2@mail.gmail.com> References: <129e1cd10705282359i292740a5m5d202d0a195c4b6e@mail.gmail.com> <22D29171-0DC0-4355-BC77-ADFD018A64AD@macports.org> <129e1cd10705290119v1f726071m465c54e4ae7d56c2@mail.gmail.com> Message-ID: <129e1cd10705290119g45d4ceb6obf31d21e1f610ba2@mail.gmail.com> 2007/5/29, David Tremouilles : > Hello, thanks for your fast reply. > I have: > MacOsX 1.4.9 on an Intel Core 2 Duo MacBook > Xcode 2.4.1 > MacPorts 1.442 > > I do not need db44 but intalling the way you suggested raised a new problem: > > sudo port install subversion +no_bdb > ---> Building subversion with target all mucc > 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_devel_subversion/work/subversion-1.4.3" > && make all mucc " returned error 2 > Command output: cd subversion/libsvn_ra_dav && /bin/sh > /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_subversion/work/subversion-1.4.3/libtool > --tag=CC --silent --mode=link gcc -O2 -L/opt/local/lib > -L/opt/local/lib -rpath /opt/local/lib -o libsvn_ra_dav-1.la > commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo > replay.lo session.lo util.lo > ../../subversion/libsvn_delta/libsvn_delta-1.la > ../../subversion/libsvn_subr/libsvn_subr-1.la > /opt/local/lib/libaprutil-1.la -lsqlite3 -lexpat -liconv > /opt/local/lib/libapr-1.la -lpthread /opt/local/lib/libneon.la -lintl > -framework Security -framework CoreFoundation -framework CoreServices > -lz > grep: /opt/local/lib/libgssapi.la: No such file or directory > sed: /opt/local/lib/libgssapi.la: No such file or directory > libtool: link: `/opt/local/lib/libgssapi.la' is not a valid libtool archive > make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1 > > Error: Status 1 encountered during processing. > > > > 2007/5/29, Ryan Schmidt : > > On May 29, 2007, at 01:59, David Tremouilles wrote: > > > > > Failled to install g95... > > > Any suggestions ? > > > (sorry previous mail was sent with an unrealated object...) > > > David > > > > > >>> port install g95 > > > ---> Building db44 with target all > > [snip] > > > > It looks like it's db44, not g95, that's failing. g95 requires > > odcctools which requires subversion which by default requires db44, > > though it can be configured without db44. You could do that this way: > > > > sudo port install apr-util +no_bdb > > sudo port install subversion +no_bdb > > > > Then continue to install g95. > > > > If you want to work out why db44 is not working, then please first > > ensure that your MacPorts, OS and Xcode are up to date. Current > > version of MacPorts is 1.4.4.2, OS is 10.4.9 (or 10.3.9), and Xcode > > is 2.4.1 (for 10.4.9) or 1.5 (for 10.3.9). When you write back, let > > us know what version of each you have, and also your processor > > architecture. > > > > > > > From ryandesign at macports.org Tue May 29 01:54:05 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: Failled to install g95 In-Reply-To: <129e1cd10705290119g45d4ceb6obf31d21e1f610ba2@mail.gmail.com> References: <129e1cd10705282359i292740a5m5d202d0a195c4b6e@mail.gmail.com> <22D29171-0DC0-4355-BC77-ADFD018A64AD@macports.org> <129e1cd10705290119v1f726071m465c54e4ae7d56c2@mail.gmail.com> <129e1cd10705290119g45d4ceb6obf31d21e1f610ba2@mail.gmail.com> Message-ID: On May 29, 2007, at 03:19, David Tremouilles wrote: > 2007/5/29, Ryan Schmidt: > > > It looks like it's db44, not g95, that's failing. g95 requires > > odcctools which requires subversion which by default requires db44, > > though it can be configured without db44. You could do that this > way: > > > > sudo port install apr-util +no_bdb > > sudo port install subversion +no_bdb > > > > Then continue to install g95. > > > > If you want to work out why db44 is not working, then please first > > ensure that your MacPorts, OS and Xcode are up to date. Current > > version of MacPorts is 1.4.4.2, OS is 10.4.9 (or 10.3.9), and Xcode > > is 2.4.1 (for 10.4.9) or 1.5 (for 10.3.9). When you write back, let > > us know what version of each you have, and also your processor > > architecture. > > Hello, thanks for your fast reply. > I have: > MacOsX 1.4.9 on an Intel Core 2 Duo MacBook > Xcode 2.4.1 > MacPorts 1.442 Ok, great. I have the same except on a Core 2 Duo MacBook Pro. > I do not need db44 but intalling the way you suggested raised a new > problem: > > sudo port install subversion +no_bdb > ---> Building subversion with target all mucc > 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_devel_subversion/work/subversion-1.4.3" > && make all mucc " returned error 2 > Command output: cd subversion/libsvn_ra_dav && /bin/sh > /opt/local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_devel_subversion/work/subversion-1.4.3/libtool > --tag=CC --silent --mode=link gcc -O2 -L/opt/local/lib > -L/opt/local/lib -rpath /opt/local/lib -o libsvn_ra_dav-1.la > commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo > replay.lo session.lo util.lo > ../../subversion/libsvn_delta/libsvn_delta-1.la > ../../subversion/libsvn_subr/libsvn_subr-1.la > /opt/local/lib/libaprutil-1.la -lsqlite3 -lexpat -liconv > /opt/local/lib/libapr-1.la -lpthread /opt/local/lib/libneon.la -lintl > -framework Security -framework CoreFoundation -framework CoreServices > -lz > grep: /opt/local/lib/libgssapi.la: No such file or directory > sed: /opt/local/lib/libgssapi.la: No such file or directory > libtool: link: `/opt/local/lib/libgssapi.la' is not a valid libtool > archive > make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1 > > Error: Status 1 encountered during processing. Subversion installs just fine for me, even though I also do not have / opt/local/lib/libgssapi.la. There is a gss port. Perhaps, for some reason I don't understand, you need to install that first. Let us know if that makes a difference. Looking through the OS, I see there is /usr/lib/libgssapi_krb5.dylib, which suggests this relates to Kerberos. Have you installed the kerberos5 port? I have not. From david.trem at gmail.com Tue May 29 02:30:56 2007 From: david.trem at gmail.com (David Tremouilles) Date: Tue Oct 9 16:43:02 2007 Subject: Failled to install g95 In-Reply-To: References: <129e1cd10705282359i292740a5m5d202d0a195c4b6e@mail.gmail.com> <22D29171-0DC0-4355-BC77-ADFD018A64AD@macports.org> <129e1cd10705290119v1f726071m465c54e4ae7d56c2@mail.gmail.com> <129e1cd10705290119g45d4ceb6obf31d21e1f610ba2@mail.gmail.com> Message-ID: <129e1cd10705290230i6bdf860am96dcec2bf883b4d2@mail.gmail.com> I have not installed kerberos5 port. And did not try... I did try to install gss. But still the same problem for subversion... David 2007/5/29, Ryan Schmidt : > On May 29, 2007, at 03:19, David Tremouilles wrote: > > > 2007/5/29, Ryan Schmidt: > > > > > It looks like it's db44, not g95, that's failing. g95 requires > > > odcctools which requires subversion which by default requires db44, > > > though it can be configured without db44. You could do that this > > way: > > > > > > sudo port install apr-util +no_bdb > > > sudo port install subversion +no_bdb > > > > > > Then continue to install g95. > > > > > > If you want to work out why db44 is not working, then please first > > > ensure that your MacPorts, OS and Xcode are up to date. Current > > > version of MacPorts is 1.4.4.2, OS is 10.4.9 (or 10.3.9), and Xcode > > > is 2.4.1 (for 10.4.9) or 1.5 (for 10.3.9). When you write back, let > > > us know what version of each you have, and also your processor > > > architecture. > > > > Hello, thanks for your fast reply. > > I have: > > MacOsX 1.4.9 on an Intel Core 2 Duo MacBook > > Xcode 2.4.1 > > MacPorts 1.442 > > Ok, great. I have the same except on a Core 2 Duo MacBook Pro. > > > I do not need db44 but intalling the way you suggested raised a new > > problem: > > > sudo port install subversion +no_bdb > > ---> Building subversion with target all mucc > > 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_devel_subversion/work/subversion-1.4.3" > > && make all mucc " returned error 2 > > Command output: cd subversion/libsvn_ra_dav && /bin/sh > > /opt/local/var/db/dports/build/ > > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > > dports_devel_subversion/work/subversion-1.4.3/libtool > > --tag=CC --silent --mode=link gcc -O2 -L/opt/local/lib > > -L/opt/local/lib -rpath /opt/local/lib -o libsvn_ra_dav-1.la > > commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo > > replay.lo session.lo util.lo > > ../../subversion/libsvn_delta/libsvn_delta-1.la > > ../../subversion/libsvn_subr/libsvn_subr-1.la > > /opt/local/lib/libaprutil-1.la -lsqlite3 -lexpat -liconv > > /opt/local/lib/libapr-1.la -lpthread /opt/local/lib/libneon.la -lintl > > -framework Security -framework CoreFoundation -framework CoreServices > > -lz > > grep: /opt/local/lib/libgssapi.la: No such file or directory > > sed: /opt/local/lib/libgssapi.la: No such file or directory > > libtool: link: `/opt/local/lib/libgssapi.la' is not a valid libtool > > archive > > make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1 > > > > Error: Status 1 encountered during processing. > > Subversion installs just fine for me, even though I also do not have / > opt/local/lib/libgssapi.la. > > There is a gss port. Perhaps, for some reason I don't understand, you > need to install that first. Let us know if that makes a difference. > > Looking through the OS, I see there is /usr/lib/libgssapi_krb5.dylib, > which suggests this relates to Kerberos. Have you installed the > kerberos5 port? I have not. > > > From ryandesign at macports.org Tue May 29 03:11:11 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: Failled to install g95 In-Reply-To: <129e1cd10705290230i6bdf860am96dcec2bf883b4d2@mail.gmail.com> References: <129e1cd10705282359i292740a5m5d202d0a195c4b6e@mail.gmail.com> <22D29171-0DC0-4355-BC77-ADFD018A64AD@macports.org> <129e1cd10705290119v1f726071m465c54e4ae7d56c2@mail.gmail.com> <129e1cd10705290119g45d4ceb6obf31d21e1f610ba2@mail.gmail.com> <129e1cd10705290230i6bdf860am96dcec2bf883b4d2@mail.gmail.com> Message-ID: <9D1999D6-7E8B-4727-BAD4-E9B9228E5A01@macports.org> On May 29, 2007, at 04:30, David Tremouilles wrote: > 2007/5/29, Ryan Schmidt: > >> > grep: /opt/local/lib/libgssapi.la: No such file or directory >> > sed: /opt/local/lib/libgssapi.la: No such file or directory >> > libtool: link: `/opt/local/lib/libgssapi.la' is not a valid libtool >> > archive >> > make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1 >> > >> > Error: Status 1 encountered during processing. >> >> Subversion installs just fine for me, even though I also do not >> have / >> opt/local/lib/libgssapi.la. >> >> There is a gss port. Perhaps, for some reason I don't understand, you >> need to install that first. Let us know if that makes a difference. >> >> Looking through the OS, I see there is /usr/lib/libgssapi_krb5.dylib, >> which suggests this relates to Kerberos. Have you installed the >> kerberos5 port? I have not. > > I have not installed kerberos5 port. And did not try... > I did try to install gss. But still the same problem for subversion... Hum... I see, yes, the gss port provides /opt/local/lib/libgss.la but not / opt/local/lib/libgssapi.la. The other result for "port search gss" shows p5-gssapi, which I forgot I already had installed. (It's one of the many dependencies of p5-svn-notify which I installed a little while ago.) Would you see if installing p5-gssapi helps? From grimm at grimmwerks.com Tue May 29 08:58:42 2007 From: grimm at grimmwerks.com (grimmwerks) Date: Tue Oct 9 16:43:02 2007 Subject: iCalServer and Python 2.5...md5 not found? Message-ID: Hey all - Installed Python 2.5 using macports, and now trying to install iCalServer, but getting a slew of errors... Does macports have an iCalServer that can be installed? From listsub at systame.com Tue May 29 09:38:59 2007 From: listsub at systame.com (Randall Perry) Date: Tue Oct 9 16:43:02 2007 Subject: building clamav with clamav-milter Message-ID: <465C5723.1090907@systame.com> In the clamav Portfile there's a clamav-milter option with the comment: # There's currently no sendmail or libmilter port to depend on If I manually install the libmilter header and lib files in /opt/include, /opt/lib, should it build clamav-milter? #port build clamav +clamav-milter -- Randall Perry sysTame Xserve Web Hosting/Co-location/Leasing QuickTime Streaming Mac Consulting/Sales http://www.systame.com/ From simon at ruderich.com Tue May 29 10:43:27 2007 From: simon at ruderich.com (Simon Ruderich) Date: Tue Oct 9 16:43:02 2007 Subject: Improving the homepage Message-ID: <465C663F.9090707@ruderich.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi, as a new user to macports I have some possible improvements for the homepage because the first visit to it was a bit confusing: As I first visited the homepage I couldn't find any information what macports is; only after digging in the links I found out. I knew already what it is but new users should get a quick overview. So I suggest an introduction sentence like "macports is a project which allows you to run different unix software on your mac very easily" or something similar at the index page. I also think the links should be better categorized. The first link should be "Getting started" which links to a real introduction how to setup macports (for starters and also for programmers), with a good example like Gimp or OpenOffice. What irritated me was that some links point to macports.org (like contact or news) and others to macosforge.org (like subversion) and there was no easy way back to macports. I think these links should be moved to an own section like "external help" or so. Also the links change when you access the trac "part" of the page. I think all pages should have the same links section. There should also a quick access to the documentation. At first I couldn't find a good documentation at all; only some files in the trac wiki which wasn't so good. Only after digging in the svn repository I found the DocBook guide which is really good. I think it should be compiled and stored on the page, preferably as a link in the "Getting started" link system. But maybe I'm just missing a link which I didn't find. What is also missing is a good quick start introduction. The DocBook manual is very detailed but too confusing (and too long) for new users, so we should create a small page with all necessary information to use macports. There are also old links to the darwinports which looks like it's not accessible anymore. These should be removed too. I very much like the macports system and will working with it regularly in the future but I think by improving the webpage it could be made much more easily for starters to get macports working and preventing them from giving up, which was what I did after visiting the page some months ago. If you allow patches or other ways to improve the webpage I would very much like to help you with this because I think macports is a very good system for every mac user. I'm not so a good (Objective-) C programmer but I think I know enough about web applications to help you there. If anybody has other ideas or improvements or critics on my ideas I would like to discuss it here to get a better macports page. Thanks for your great affords with macports and all your answers on this topics, Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGXGY+YRX4BO+zMikRCilBAKCmPprqygcEj8swMFaFEFi1epUVEACfQXEK iNQmowxc8oDkK8dZRxdjGoI= =QLsI -----END PGP SIGNATURE----- From avi at maron.com Tue May 29 13:18:54 2007 From: avi at maron.com (Avi Carmi) Date: Tue Oct 9 16:43:02 2007 Subject: ImageMagick checksum? Message-ID: $ sudo port -vcu clean --all ImageMagick ---> Cleaning ImageMagick ---> Removing distfiles for ImageMagick ---> Removing archives for ImageMagick ---> Removing workpath for ImageMagick $ sudo port -vcu upgrade ImageMagick ---> Fetching ImageMagick ---> ImageMagick-6.3.4-3.tar.bz2 doesn't seem to exist in /opt/local/ var/db/dports/distfiles/ImageMagick ---> Attempting to fetch ImageMagick-6.3.4-3.tar.bz2 from http:// imagemagick.linux-mirror.org/download/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 5660k 100 5660k 0 0 216k 0 0:00:26 0:00:26 --:--:-- 302k ---> Verifying checksum(s) for ImageMagick ---> Checksumming ImageMagick-6.3.4-3.tar.bz2 Error: Checksum (md5) mismatch for ImageMagick-6.3.4-3.tar.bz2 Portfile checksum: ImageMagick-6.3.4-3.tar.bz2 md5 9469ce1b1b645f8c728158cc434b0ff8 Distfile checksum: ImageMagick-6.3.4-3.tar.bz2 md5 4bcb4264c2170fe562b10a732f43e7af Error: Checksum (sha1) mismatch for ImageMagick-6.3.4-3.tar.bz2 Portfile checksum: ImageMagick-6.3.4-3.tar.bz2 sha1 49e6d50cd000b07fb1b343d8bd0648be555401d6 Distfile checksum: ImageMagick-6.3.4-3.tar.bz2 sha1 117fd8552961149992c78c045d7de191f7692bb8 Error: Checksum (rmd160) mismatch for ImageMagick-6.3.4-3.tar.bz2 Portfile checksum: ImageMagick-6.3.4-3.tar.bz2 rmd160 41b4f66c08e3344436fb888000ebbdd6286fe828 Distfile checksum: ImageMagick-6.3.4-3.tar.bz2 rmd160 519126459cd80e4c07f23aa21147d579fa4b7789 Error: Target com.apple.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for ImageMagick): com.apple.destroot com.apple.extract com.apple.checksum com.apple.patch com.apple.configure com.apple.build Error: Unable to upgrade port: 1 -- Avi Carmi avi@maron.com (818) 707-7007 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070529/2dc2ac98/attachment.html From ms at mac-specialist.com Tue May 29 13:22:31 2007 From: ms at mac-specialist.com (Bill Hernandez) Date: Tue Oct 9 16:43:02 2007 Subject: [bash] error : trouble reading termcap after installing some ports In-Reply-To: <977742.78749.qm@web32701.mail.mud.yahoo.com> References: <977742.78749.qm@web32701.mail.mud.yahoo.com> Message-ID: <487B9F34-A865-4D32-A41B-F9927A4B9C9E@mac-specialist.com> All, I installed a number of items with MacPorts after doing a clean install on my workstation, and everything has gone very well so far. After installing all the ports listed below, I have run into an error every time I use the Terminal (bash). The error message is : "trouble reading termcap" which I have googled, without much solid luck. Any ideas how I can fix this error message ? Best Regards, Bill Hernandez Plano, Texas I will post some info in reference to how well the install went, and some minor points I ran into. Hopefully I will get my website up and going again, but I am still fiddling with my network and my new firewall and trying to re-configure apache to work correctly with ip based virtual hosting and ssl, pgsql and mysql, and trying to get vpn working on my new SonicWall TZ 180 Wireless. My SonicWall experience has been quite a trip. When I was trying to get pre-sales info from a number of sources I was substantially misled ( I don't think it was intentional, I just think there are so many options available that it's hard to figure out exactly what options are really included with each variation of packages vs what options you need, or want), in terms of the hardware requirements, what software/capability, what licensing options, etc. I thought I might document all this in case it might help someone else... Anyway, back to MacPorts, the primary ports I wanted were : apache2 @2.2.4_0+openldap (active) php5 @5.2.2_0+apache2+darwin_8+fastcgi+macosx+mysql5+pear +postgresql+sqlite (active) postgresql82 @8.2.4_0+darwin_8 (active) mysql5 @5.0.41_0+darwin_8+server (active) [2007.29.05](02:59PM) -> [username] ~ $ port installed The following ports are currently installed: apache2 @2.2.4_0+openldap (active) apr @1.2.8_0 (active) apr-util @1.2.8_2+openldap (active) bison @2.3_0 (active) curl @7.16.2_0+darwin_8 (active) cyrus-sasl2 @2.1.21_0 (active) db4 @4.3.29_1+darwin_8 (active) db44 @4.4.20_1+darwin_8 (active) expat @2.0.0_1 (active) fontconfig @2.4.2_0+macosx (active) freetype @2.3.4_0 (active) gd2 @2.0.34_0 (active) gettext @0.16.1_0 (active) jpeg @6b_1 (active) libiconv @1.11_4+darwin_8 (active) libmcrypt @2.5.8_0+darwin_8 (active) libpng @1.2.18_0+darwin_8 (active) libxml2 @2.6.28_0 (active) libxslt @1.1.20_0 (active) m4 @1.4.9_0 (active) mhash @0.9.9_0+darwin_8 (active) mysql5 @5.0.41_0+darwin_8+server (active) ncurses @5.6_0+darwin_8 (active) ncursesw @5.6_0+darwin_8 (active) openldap @2.3.35_0 (active) openssl @0.9.8e_0+darwin_8 (active) pcre @7.1_0 (active) perl5.8 @5.8.8_0+darwin_8 (active) php5 @5.2.2_0+apache2+darwin_8+fastcgi+macosx+mysql5+pear +postgresql+sqlite (active) pkgconfig @0.21_0 (active) postgresql82 @8.2.4_0+darwin_8 (active) readline @5.2.001_0 (active) rpl @1.4.0_0 (active) sqlite3 @3.3.17_0+darwin_8 (active) tiff @3.8.2_0+darwin_8 (active) zlib @1.2.3_1 (active) [2007.29.05](02:59PM) -> [username] ~ $ From ryandesign at macports.org Tue May 29 14:41:40 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: ImageMagick checksum? In-Reply-To: References: Message-ID: <5655DA88-0E31-4270-9275-482C4C2E99BF@macports.org> On May 29, 2007, at 15:18, Avi Carmi wrote: > $ sudo port -vcu clean --all ImageMagick > ---> Cleaning ImageMagick > ---> Removing distfiles for ImageMagick > ---> Removing archives for ImageMagick > ---> Removing workpath for ImageMagick > > $ sudo port -vcu upgrade ImageMagick > ---> Fetching ImageMagick > ---> ImageMagick-6.3.4-3.tar.bz2 doesn't seem to exist in /opt/ > local/var/db/dports/distfiles/ImageMagick > ---> Attempting to fetch ImageMagick-6.3.4-3.tar.bz2 from http:// > imagemagick.linux-mirror.org/download/ > % Total % Received % Xferd Average Speed Time Time > Time Current > Dload Upload Total Spent > Left Speed > 100 5660k 100 5660k 0 0 216k 0 0:00:26 0:00:26 > --:--:-- 302k > ---> Verifying checksum(s) for ImageMagick > ---> Checksumming ImageMagick-6.3.4-3.tar.bz2 > Error: Checksum (md5) mismatch for ImageMagick-6.3.4-3.tar.bz2 > Portfile checksum: ImageMagick-6.3.4-3.tar.bz2 md5 > 9469ce1b1b645f8c728158cc434b0ff8 > Distfile checksum: ImageMagick-6.3.4-3.tar.bz2 md5 > 4bcb4264c2170fe562b10a732f43e7af > Error: Checksum (sha1) mismatch for ImageMagick-6.3.4-3.tar.bz2 > Portfile checksum: ImageMagick-6.3.4-3.tar.bz2 sha1 > 49e6d50cd000b07fb1b343d8bd0648be555401d6 > Distfile checksum: ImageMagick-6.3.4-3.tar.bz2 sha1 > 117fd8552961149992c78c045d7de191f7692bb8 > Error: Checksum (rmd160) mismatch for ImageMagick-6.3.4-3.tar.bz2 > Portfile checksum: ImageMagick-6.3.4-3.tar.bz2 rmd160 > 41b4f66c08e3344436fb888000ebbdd6286fe828 > Distfile checksum: ImageMagick-6.3.4-3.tar.bz2 rmd160 > 519126459cd80e4c07f23aa21147d579fa4b7789 > Error: Target com.apple.checksum returned: Unable to verify file > checksums > Warning: the following items did not execute (for ImageMagick): > com.apple.destroot com.apple.extract com.apple.checksum > com.apple.patch com.apple.configure com.apple.build > Error: Unable to upgrade port: 1 The ImageMagick folks appear to have started the annoying habit of replacing previous patchlevel tarballs with symlinks to the latest tarball whenever they release updates, which of course wreaks havoc on MacPorts. I will update ImageMagick to 6.3.4-4. Please sync and try again in ~12 hours. From ryandesign at macports.org Tue May 29 14:57:49 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: Improving the homepage In-Reply-To: <465C663F.9090707@ruderich.com> References: <465C663F.9090707@ruderich.com> Message-ID: On May 29, 2007, at 12:43, Simon Ruderich wrote: > as a new user to macports I have some possible improvements for the > homepage because the first visit to it was a bit confusing: I agree with everything you've written below. We're still experiencing some growing pains since switching over to the MacPorts name and the new Mac OS Forge hosting. > As I first visited the homepage I couldn't find any information what > macports is; only after digging in the links I found out. I knew > already > what it is but new users should get a quick overview. So I suggest an > introduction sentence like "macports is a project which allows you to > run different unix software on your mac very easily" or something > similar at the index page. > > I also think the links should be better categorized. The first link > should be "Getting started" which links to a real introduction how to > setup macports (for starters and also for programmers), with a good > example like Gimp or OpenOffice. > > What irritated me was that some links point to macports.org (like > contact or news) and others to macosforge.org (like subversion) and > there was no easy way back to macports. I think these links should be > moved to an own section like "external help" or so. > > Also the links change when you access the trac "part" of the page. I > think all pages should have the same links section. > > There should also a quick access to the documentation. At first I > couldn't find a good documentation at all; only some files in the trac > wiki which wasn't so good. Only after digging in the svn repository I > found the DocBook guide which is really good. I think it should be > compiled and stored on the page, preferably as a link in the "Getting > started" link system. But maybe I'm just missing a link which I > didn't find. You're right, the documentation went missing in the move from DarwinPorts to MacPorts. > What is also missing is a good quick start introduction. The DocBook > manual is very detailed but too confusing (and too long) for new > users, > so we should create a small page with all necessary information to use > macports. > > There are also old links to the darwinports which looks like it's not > accessible anymore. These should be removed too. > > > I very much like the macports system and will working with it > regularly > in the future but I think by improving the webpage it could be made > much > more easily for starters to get macports working and preventing them > from giving up, which was what I did after visiting the page some > months > ago. > > If you allow patches or other ways to improve the webpage I would very > much like to help you with this because I think macports is a very > good > system for every mac user. I'm not so a good (Objective-) C programmer > but I think I know enough about web applications to help you there. > > If anybody has other ideas or improvements or critics on my ideas I > would like to discuss it here to get a better macports page. I have been slowly working on a redesign of the web site which I will post to the dev list soon for feedback. I will attempt to incorporate your suggestions. From ryandesign at macports.org Tue May 29 15:00:01 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: [bash] error : trouble reading termcap after installing some ports In-Reply-To: <487B9F34-A865-4D32-A41B-F9927A4B9C9E@mac-specialist.com> References: <977742.78749.qm@web32701.mail.mud.yahoo.com> <487B9F34-A865-4D32-A41B-F9927A4B9C9E@mac-specialist.com> Message-ID: <90CC2DBC-B82B-4190-9DD9-9B857F9F632A@macports.org> On May 29, 2007, at 15:22, Bill Hernandez wrote: > I installed a number of items with MacPorts after doing a clean > install on my workstation, and everything has gone very well so far. > > After installing all the ports listed below, I have run into an > error every time I use the Terminal (bash). > > The error message is : "trouble reading termcap" which I have > googled, without much solid luck. > > Any ideas how I can fix this error message ? I Googled a little bit... I think this may have to do with the TERM environment variable. On my Mac, I get this: $ echo $TERM xterm I didn't change it; xterm was the default. What is TERM set to on your system? From ryandesign at macports.org Tue May 29 15:01:33 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: iCalServer and Python 2.5...md5 not found? In-Reply-To: References: Message-ID: <7DC90307-6BDA-4F7C-B155-A7C806FD4985@macports.org> On May 29, 2007, at 10:58, grimmwerks wrote: > Installed Python 2.5 using macports, and now trying to install > iCalServer, but getting a slew of errors... > > Does macports have an iCalServer that can be installed? I don't see anything like that in the port tree: $ port search ical criticalmass games/criticalmass 0.9.11 Critical Mass is an SDL/OpenGL space shoot'em up game. py-icalendar python/py-icalendar 0.11 The iCalendar package is a parser/generator of RFC 2445 iCalendar files. phpicalendar www/phpicalendar 2.23 web- based iCal viewer If there is a software package you need for which no port yet exists, you may wish to create a portfile and submit it so that it will be available in the future. From markd at macports.org Tue May 29 15:03:35 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:02 2007 Subject: Improving the homepage In-Reply-To: References: Message-ID: Ryan Schmidt on Tuesday, May 29, 2007 at 2:57 PM -0800 wrote: >> I also think the links should be better categorized. The first link >> should be "Getting started" which links to a real introduction how to >> setup macports (for starters and also for programmers), with a good >> example like Gimp or OpenOffice. >I agree with everything you've written below. We're still >experiencing some growing pains since switching over to the MacPorts >name and the new Mac OS Forge hosting. > I disagree only with the "getting started" part. I think it is too ambiguous. If getting started means introduction then why not call it introduction? If it means something else, then why not give it an apt descriptive title? Getting started means one thing to a developer, another thing to a beginning user, and yet another to the rest. Mark > From gkshenaut at ucdavis.edu Tue May 29 15:17:37 2007 From: gkshenaut at ucdavis.edu (Greg Shenaut) Date: Tue Oct 9 16:43:02 2007 Subject: [bash] error : trouble reading termcap after installing some ports In-Reply-To: <487B9F34-A865-4D32-A41B-F9927A4B9C9E@mac-specialist.com> References: <977742.78749.qm@web32701.mail.mud.yahoo.com> <487B9F34-A865-4D32-A41B-F9927A4B9C9E@mac-specialist.com> Message-ID: <4F0BFC5F-C2AE-4516-AEF9-3567BE23E391@ucdavis.edu> You could try "sudo touch /etc/termcap" and see what happens (assuming you don't actually have one). Greg Shenaut On May 29, 2007, at 1:22 PM, Bill Hernandez wrote: > All, > > I installed a number of items with MacPorts after doing a clean > install on my workstation, and everything has gone very well so far. > > After installing all the ports listed below, I have run into an > error every time I use the Terminal (bash). > > The error message is : "trouble reading termcap" which I have > googled, without much solid luck. > > Any ideas how I can fix this error message ? > > Best Regards, > > Bill Hernandez > Plano, Texas > > I will post some info in reference to how well the install went, > and some minor points I ran into. Hopefully I will get my website > up and going again, but I am still fiddling with my network and my > new firewall and trying to re-configure apache to work correctly > with ip based virtual hosting and ssl, pgsql and mysql, and trying > to get vpn working on my new SonicWall TZ 180 Wireless. My > SonicWall experience has been quite a trip. When I was trying to > get pre-sales info from a number of sources I was substantially > misled ( I don't think it was intentional, I just think there are > so many options available that it's hard to figure out exactly what > options are really included with each variation of packages vs what > options you need, or want), in terms of the hardware requirements, > what software/capability, what licensing options, etc. I thought I > might document all this in case it might help someone else... > > Anyway, back to MacPorts, the primary ports I wanted were : > > apache2 @2.2.4_0+openldap (active) > php5 @5.2.2_0+apache2+darwin_8+fastcgi+macosx+mysql5+pear > +postgresql+sqlite (active) > postgresql82 @8.2.4_0+darwin_8 (active) > mysql5 @5.0.41_0+darwin_8+server (active) > > > [2007.29.05](02:59PM) -> [username] ~ $ port installed > The following ports are currently installed: > apache2 @2.2.4_0+openldap (active) > apr @1.2.8_0 (active) > apr-util @1.2.8_2+openldap (active) > bison @2.3_0 (active) > curl @7.16.2_0+darwin_8 (active) > cyrus-sasl2 @2.1.21_0 (active) > db4 @4.3.29_1+darwin_8 (active) > db44 @4.4.20_1+darwin_8 (active) > expat @2.0.0_1 (active) > fontconfig @2.4.2_0+macosx (active) > freetype @2.3.4_0 (active) > gd2 @2.0.34_0 (active) > gettext @0.16.1_0 (active) > jpeg @6b_1 (active) > libiconv @1.11_4+darwin_8 (active) > libmcrypt @2.5.8_0+darwin_8 (active) > libpng @1.2.18_0+darwin_8 (active) > libxml2 @2.6.28_0 (active) > libxslt @1.1.20_0 (active) > m4 @1.4.9_0 (active) > mhash @0.9.9_0+darwin_8 (active) > mysql5 @5.0.41_0+darwin_8+server (active) > ncurses @5.6_0+darwin_8 (active) > ncursesw @5.6_0+darwin_8 (active) > openldap @2.3.35_0 (active) > openssl @0.9.8e_0+darwin_8 (active) > pcre @7.1_0 (active) > perl5.8 @5.8.8_0+darwin_8 (active) > php5 @5.2.2_0+apache2+darwin_8+fastcgi+macosx+mysql5+pear > +postgresql+sqlite (active) > pkgconfig @0.21_0 (active) > postgresql82 @8.2.4_0+darwin_8 (active) > readline @5.2.001_0 (active) > rpl @1.4.0_0 (active) > sqlite3 @3.3.17_0+darwin_8 (active) > tiff @3.8.2_0+darwin_8 (active) > zlib @1.2.3_1 (active) > [2007.29.05](02:59PM) -> [username] ~ $ > > > > > > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users From paulbeard at gmail.com Tue May 29 15:28:34 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:02 2007 Subject: [bash] error : trouble reading termcap after installing some ports In-Reply-To: <90CC2DBC-B82B-4190-9DD9-9B857F9F632A@macports.org> References: <977742.78749.qm@web32701.mail.mud.yahoo.com> <487B9F34-A865-4D32-A41B-F9927A4B9C9E@mac-specialist.com> <90CC2DBC-B82B-4190-9DD9-9B857F9F632A@macports.org> Message-ID: <18E382EC-152D-469A-98FE-24F9AC541BA4@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/20070529/c1a011a9/PGP.bin From simon at ruderich.com Tue May 29 15:44:14 2007 From: simon at ruderich.com (Simon Ruderich) Date: Tue Oct 9 16:43:02 2007 Subject: Improving the homepage In-Reply-To: References: <465C663F.9090707@ruderich.com> Message-ID: <465CACBE.6070901@ruderich.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Ryan Schmidt wrote: > I have been slowly working on a redesign of the web site which I will > post to the dev list soon for feedback. I will attempt to incorporate > your suggestions. Thanks for your quick reply. If I can do anything to help you with the homepage or the documentation, please let me know. Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGXKy+YRX4BO+zMikRCiAjAJ0Stnu4WHdpzbInJMfDJM+rvAf1rACgkp7E ZDGDHKlXlG8BnYvUYaBFD/I= =W+VH -----END PGP SIGNATURE----- From simon at ruderich.com Tue May 29 15:44:31 2007 From: simon at ruderich.com (Simon Ruderich) Date: Tue Oct 9 16:43:02 2007 Subject: Improving the homepage In-Reply-To: References: Message-ID: <465CACCF.8060003@ruderich.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 markd@macports.org wrote: > I disagree only with the "getting started" part. I think it is too > ambiguous. If getting started means introduction then why not call it > introduction? If it means something else, then why not give it an apt > descriptive title? Getting started means one thing to a developer, > another thing to a beginning user, and yet another to the rest. > > Mark I think you're right. Introduction is in deed better. We should use it. Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGXKzOYRX4BO+zMikRChZ3AKDRu3QD3qmwwXuVlsqSlG+R9RThlACgrWY2 Req1xnlPX4W9C4IcA2TDUQU= =JDmD -----END PGP SIGNATURE----- From ryandesign at macports.org Tue May 29 18:26:44 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: Failled to install g95 In-Reply-To: <129e1cd10705290400p4c5e750x98d81ea98ee0df1c@mail.gmail.com> References: <129e1cd10705282359i292740a5m5d202d0a195c4b6e@mail.gmail.com> <22D29171-0DC0-4355-BC77-ADFD018A64AD@macports.org> <129e1cd10705290119v1f726071m465c54e4ae7d56c2@mail.gmail.com> <129e1cd10705290119g45d4ceb6obf31d21e1f610ba2@mail.gmail.com> <129e1cd10705290230i6bdf860am96dcec2bf883b4d2@mail.gmail.com> <9D1999D6-7E8B-4727-BAD4-E9B9228E5A01@macports.org> <129e1cd10705290400p4c5e750x98d81ea98ee0df1c@mail.gmail.com> Message-ID: <535FE65E-A31A-4AE0-9CAF-EECC9C98B49A@macports.org> On May 29, 2007, at 06:00, David Tremouilles wrote: >> >> > grep: /opt/local/lib/libgssapi.la: No such file or directory >> >> > sed: /opt/local/lib/libgssapi.la: No such file or directory >> >> > libtool: link: `/opt/local/lib/libgssapi.la' is not a valid >> libtool >> >> > archive >> >> > make: *** [subversion/libsvn_ra_dav/libsvn_ra_dav-1.la] Error 1 >> >> > >> >> > Error: Status 1 encountered during processing. >> >> >> >> Subversion installs just fine for me, even though I also do not >> >> have /opt/local/lib/libgssapi.la. >> >> >> >> There is a gss port. Perhaps, for some reason I don't >> understand, you >> >> need to install that first. Let us know if that makes a >> difference. >> >> >> >> Looking through the OS, I see there is /usr/lib/ >> libgssapi_krb5.dylib, >> >> which suggests this relates to Kerberos. Have you installed the >> >> kerberos5 port? I have not. >> > >> > I have not installed kerberos5 port. And did not try... >> > I did try to install gss. But still the same problem for >> subversion... >> >> Hum... >> >> I see, yes, the gss port provides /opt/local/lib/libgss.la but not >> /opt/local/lib/libgssapi.la. >> >> The other result for "port search gss" shows p5-gssapi, which I >> forgot I already had installed. (It's one of the many dependencies of >> p5-svn-notify which I installed a little while ago.) Would you see if >> installing p5-gssapi helps? > > No p5-gssapi does not help .... Would you send the complete verbose output of your installation attempt, like "sudo port -v install subversion +no_bdb"? I'm hoping the configure output will give me a clue what it's choking on. The output will be large, so.... if you can put it on a web page and just send us a link to it that would be best. Otherwise... you could email it to me off-list. From paulbeard at gmail.com Tue May 29 19:38:55 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X Message-ID: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 http://www.opensourcemac.org/ How many of these are available through MacPorts? Might be worth letting them know that using MacPorts can make their audiences life easier. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGXOPAjE2ksZfa4ZURAvmyAJ9v4dNTA3ufnb+5BrgN1UVikl4GBwCfQ6/i z2XAH8GoclZjmfh/Yee4raY= =hlHQ -----END PGP SIGNATURE----- From ajmas at sympatico.ca Wed May 30 08:35:59 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> Message-ID: On 29-May-07, at 22:38 , paul beard wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > http://www.opensourcemac.org/ > > How many of these are available through MacPorts? Might be worth > letting them know that using MacPorts can make their audiences life > easier. Given the target audience, and that these aren't pure unix solutions, I can't imagine how this would make their life easier. Different audiences, different solutions. I would be interested how you came to your conclusion. Andre From raimue at codingfarm.de Wed May 30 09:22:17 2007 From: raimue at codingfarm.de (=?ISO-8859-1?Q?Rainer_M=FCller?=) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> Message-ID: <465DA4B9.4070004@codingfarm.de> paul beard wrote: >> http://www.opensourcemac.org/ >> >> How many of these are available through MacPorts? Might be worth >> letting them know that using MacPorts can make their audiences life >> easier. Most of them contain an auto-updater (Sparkle [1]) which conflicts with MacPorts. Imagine an user installs such an Application through MacPorts and then the auto-updater installs a new version in the /Applications/MacPorts area. I don't think we got a way to handle this. If they offer a way to be build without auto-updater it would be ok to create Portfiles for them. Rainer [1] http://sparkle.artworkapp.com/ From paulbeard at gmail.com Wed May 30 09:40:12 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> Message-ID: <333CA7E8-2F40-4245-8A7F-343BB4489CF2@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/20070530/41836565/PGP.bin From ajmas at sympatico.ca Wed May 30 10:01:04 2007 From: ajmas at sympatico.ca (Andre-John Mas) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> Message-ID: <660F3F66-5E0C-4E0F-8324-B28DF6705A38@sympatico.ca> On 30-May-07, at 12:40 , paul beard wrote: > > On May 30, 2007, at 8:35 AM, Andre-John Mas wrote: > >> Given the target audience, and that these aren't pure unix solutions, >> I can't imagine how this would make their life easier. Different >> audiences, different solutions. I would be interested how you came >> to your conclusion. > > Um, these are open source software packages that, while they can be > packaged, can also be built from source. It seemed there was some > overlap and an opportunity to build the mindshare associated with > MacPorts by explaining that many of those applications are > available in an integrated package management system. > > I wasn't suggesting they were interchangeable, merely that MacPorts > offered some of the same tools with a lot more useful stuff > besides. The idea was to give people who might feel adventurous or > who have experience with compiing ported applications a choice. > Choice is good. And expanding MacPorts' base is better. > > I'm getting a sense that people who use double-clickable installers > are somehow not "our sort of people." Goodness knows we can always > use more snobbery ;-) No snobbery intended. For me it was more that people who are used to drag and drop installs aren't necessarily going to want to play around with the command-line - if someone comes up with a simple to use and elegant GUI that just works, then I might reconsider my remarks. Something else MacPorts would need to support is the ability to move the application. I doubt /opt/local would be the right place for the applications. Even if they were in /Applications it is not necessarily the final resting place, since some people like to group application types together, for example /Application/Movie Viewers/ Would there be a way for MacPorts to support file references, rather than just file paths, so it could keep track where the application have been moved to? I know MacOS X offers the ability, but is this something we might consider adding to MacPorts? Andre From jkh at brierdr.com Wed May 30 10:37:37 2007 From: jkh at brierdr.com (Jordan K. Hubbard) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> Message-ID: On May 30, 2007, at 9:40 AM, paul beard wrote: > I'm getting a sense that people who use double-clickable installers > are somehow not "our sort of people." Goodness knows we can always > use more snobbery ;-) I wouldn't argue that at all. I would instead argue that MacPorts is simply not READY to serve people who use double-clickable installers. That has always been a design goal of MacPorts, but it's not there yet. It has a ways to go. It doesn't even know how many of its ports even build at a given time yet, much less have them all packaged up and ready to double click on. :-) - Jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.macosforge.org/pipermail/macports-users/attachments/20070530/4c261b64/attachment.html From paulbeard at gmail.com Wed May 30 11:14:27 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> 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/20070530/ad042411/PGP.bin From ndiscreet at gmail.com Wed May 30 11:45:38 2007 From: ndiscreet at gmail.com (Altoine Barker) Date: Tue Oct 9 16:43:02 2007 Subject: GPG2, GPG-Agent, Enigmail, and Thunderbird2 Message-ID: <465DC652.8010504@gmail.com> Anyone find a way to get this port to work with Thunderbird? Let me outline my steps. First I port installed gpg2 and gpg-agent: sudo port -v install gnupg2 gpg-agent Next, I read the man pages for gpg-agent and do this to my ~/.profile: 000-400-132:~ altoine$ cat ~/.profile # # Your previous .profile (if any) is saved as .profile.mpsaved # Setting the path for MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH # # Script for ensuring only one instance of gpg-agent is running # and if there is not one, start an instance of gpg-agent. if test -f $HOME/.gpg-agent-info && \ kill -0 `cut -d: -f 2 $HOME/.gpg-agent-info` 2>/dev/null; then GPG_AGENT_INFO=`cat $HOME/.gpg-agent-info` export GPG_AGENT_INFO else eval `gpg-agent --daemon` echo $GPG_AGENT_INFO >$HOME/.gpg-agent-info fi # Imperative that this environment variable always reflects the output # of the tty command. GPG_TTY=`tty` export GPG_TTY # What I have in my environment is this: 000-400-132:~ altoine$ env TERM_PROGRAM=Apple_Terminal GPG_AGENT_INFO=/tmp/gpg-rHDjL0/S.gpg-agent:213:1 TERM=xterm-color SHELL=/bin/bash TERM_PROGRAM_VERSION=133 USER=altoine __CF_USER_TEXT_ENCODING=0x1F5:0:0 PATH=/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin PWD=/Users/altoine GPG_TTY=/dev/ttyp1 SHLVL=1 HOME=/Users/altoine LOGNAME=altoine SECURITYSESSIONID=60d9a0 _=/usr/bin/env This is what I have in my ~/.gnupg/gpg.conf: 000-400-132:~ altoine$ cat ~/.gnupg/gpg.conf default-key 12345678 #I modified this part from the actual key. charset utf8 keyserver hkp://subkeys.pgp.net use-agent # GPG_AGENT_INFO should be set during gpg-agent startup. In certain situations # the use of this variabe is not possible, thus the option # # --gpg-agent-info=::1 # # may be used to orverride it. utf8-strings In my enigmail preferences I have in the Basic Tab the override path set to /opt/local/bin/gpg2. I still receive a notice in Thunderbird that I do not have gpg-agent running. Also, I imported my keys from my other computer to this one and gave ultimate trust to my three secret keys and set one as the primary if that may be relevant. I would like to have this working through MacPorts. If anyone has a solution, I am all ears. Please save me. I am working with Mac OS X 10.4.9 on a PowerPC G4 with all the latest and greatest updates. The latest XCode version 2.4.1, Thunderbird version 2.0.0.0 (20070326), and enigmail 0.95.0. TIA -Altoine From walt at wump.org Wed May 30 16:53:47 2007 From: walt at wump.org (Walt Pawley) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> Message-ID: On 5/30/07 10:37 AM -0700, Jordan K. Hubbard wrote: >On May 30, 2007, at 9:40 AM, paul beard wrote: > >>I'm getting a sense that people who use double-clickable >>installers are somehow not "our sort of people." Goodness >>knows we can always use more snobbery ;-) > >I wouldn't argue that at all. I would instead argue that >MacPorts is simply not READY to serve people who use >double-clickable installers. That has always been a design >goal of MacPorts, but it's not there yet. It has a ways to >go. It doesn't even know how many of its ports even build at >a given time yet, much less have them all packaged up and >ready to double click on. :-) I use double-clickable installers and, though seemingly less and less, Macports via CLI. Some people MUST use double-clickable installers because they have little or no chance of doing even simple command invocation from a CLI, much less dealing with the manifold vagaries *nix ports. There is another notion that, though not necessarily, goes along with the double-clickable installer that is not part of the gestalt of Macports, IMHO. That is that the double-clickable installer contains all that's needed to install the package on it's target. I use a larger proportion of older equipment running older OSs than newer stuff using current issue OSs and have found port things that once worked, no longer do ... repeatedly. However, if I dredge up an old installer on an old machine with an old OS and double-click it, it still seems to get the job done as a rule. -- Walter M. Pawley Wump Research & Company 676 River Bend Road, Roseburg, OR 97470 541-672-8975 From ndiscreet at gmail.com Wed May 30 18:16:58 2007 From: ndiscreet at gmail.com (Altoine Barker) Date: Tue Oct 9 16:43:02 2007 Subject: [Fwd: GPG2, GPG-Agent, Enigmail, and Thunderbird2] Message-ID: <465E220A.6090301@gmail.com> Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 249 bytes Desc: OpenPGP digital signature Url : http://lists.macosforge.org/pipermail/macports-users/attachments/20070530/d3d5d3f7/signature.bin From ndiscreet at gmail.com Wed May 30 20:04:41 2007 From: ndiscreet at gmail.com (Altoine Barker) Date: Tue Oct 9 16:43:02 2007 Subject: PATH in xterm In-Reply-To: References: Message-ID: <465E3B49.6000101@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 May I have a copy of your ~/.MacOSX/environment.plist? TIA - -Altoine Didier Arenzana wrote: > 2007/5/23, markd@macports.org : >> "Didier Arenzana" on Tuesday, May 22, 2007 at 3:25 >> PM -0800 wrote: >> >you can change the "xterm" command in /etc/X11/xinit/xinitrc to "xterm >> >-ls" too. >> >> I tried that before I updated the wiki, but I recall that I could not get >> it to work. Are you using it that way? > > No, I'm not. In my case, my PATH is defined in > ~/.MacOSX/environment.plist .... > > But I already did changes in xinitrc on other unix systems, and it > worked, so I though it would here too. > >> >> Mark >> >> > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGXjtJS0foIafBdlkRAga8AJ91lJqNwqEIUhrJlVHfwzpCVGd/TgCghHdm GNByLL0aiqHzZ/P0Kon1H0M= =f7Ie -----END PGP SIGNATURE----- From steve at dekorte.com Thu May 31 00:23:20 2007 From: steve at dekorte.com (Steve Dekorte) Date: Tue Oct 9 16:43:02 2007 Subject: making a port Message-ID: <877F40C1-35D8-472B-9A4B-DD76D32F08CB@dekorte.com> Can someone point me to the documentation on how to make and submit a port? I'd like to make ports for libsgml, portaudio, and some other libs. From mfitzgerald at pacific.net.au Thu May 31 00:31:30 2007 From: mfitzgerald at pacific.net.au (Malcolm Fitzgerald) Date: Tue Oct 9 16:43:02 2007 Subject: Install gtk2 fails Message-ID: <4511aed3d066ca6958e29bf2ddf339ef@pacific.net.au> I've just installed MacPorts. I'm trying to install bluefish. It stops on an error while compiling gtk2. The messages are below. What can I do to get past this problem? ---> Building gtk2 with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_x11_gtk2/work/gtk+-2.10.11" && make all CFLAGS+="-I/usr/X11R6/include" " returned error 2 Command output: gtkprintbackendcups.c:2322: error: request for member `num_groups' in something not a structure or union gtkprintbackendcups.c:2323: error: request for member `groups' in something not a structure or union gtkprintbackendcups.c: At top level: gtkprintbackendcups.c:2333: error: parse error before "ppd_file_t" gtkprintbackendcups.c:2333: warning: no semicolon at end of struct or union gtkprintbackendcups.c: In function `foreach_option_get_settings': gtkprintbackendcups.c:2576: error: dereferencing pointer to incomplete type gtkprintbackendcups.c: In function `cups_printer_get_settings_from_options': gtkprintbackendcups.c:2628: error: storage size of `data' isn't known gtkprintbackendcups.c: In function `cups_printer_list_papers': gtkprintbackendcups.c:2724: error: `ppd_file_t' undeclared (first use in this function) gtkprintbackendcups.c:2725: error: `ppd_size_t' undeclared (first use in this function) gtkprintbackendcups.c:2725: error: `size' undeclared (first use in this function) gtkprintbackendcups.c:2729: error: `ppd_option_t' undeclared (first use in this function) gtkprintbackendcups.c:2729: error: `option' undeclared (first use in this function) gtkprintbackendcups.c:2730: error: `ppd_choice_t' undeclared (first use in this function) gtkprintbackendcups.c:2730: error: `choice' undeclared (first use in this function) gtkprintbackendcups.c:2740: error: request for member `num_sizes' in something not a structure or union gtkprintbackendcups.c:2742: error: request for member `sizes' in something not a structure or union gtkprintbackendcups.c: In function `cups_printer_get_hard_margins': gtkprintbackendcups.c:2783: error: `ppd_file_t' undeclared (first use in this function) gtkprintbackendcups.c:2789: error: request for member `custom_margins' in something not a structure or union gtkprintbackendcups.c:2790: error: request for member `custom_margins' in something not a structure or union gtkprintbackendcups.c:2791: error: request for member `custom_margins' in something not a structure or union gtkprintbackendcups.c:2792: error: request for member `custom_margins' in something not a structure or union make[4]: *** [gtkprintbackendcups.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 Error: Status 1 encountered during processing. From jochen at fhi-berlin.mpg.de Thu May 31 00:39:11 2007 From: jochen at fhi-berlin.mpg.de (=?ISO-8859-1?Q?Jochen_K=FCpper?=) Date: Tue Oct 9 16:43:02 2007 Subject: making a port In-Reply-To: <877F40C1-35D8-472B-9A4B-DD76D32F08CB@dekorte.com> References: <877F40C1-35D8-472B-9A4B-DD76D32F08CB@dekorte.com> Message-ID: On 31.05.2007, at 09:23, Steve Dekorte wrote: > Can someone point me to the documentation on how to make and submit > a port? For a start look at other Portfiles and see man portfile Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen- Kuepper.de Libert?, ?galit?, Fraternit? GnuPG key: CC1B0B4D Sex, drugs and rock-n-roll -------------- 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/20070531/84c272db/PGP.bin From ryandesign at macports.org Thu May 31 02:25:20 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:02 2007 Subject: Install gtk2 fails In-Reply-To: <4511aed3d066ca6958e29bf2ddf339ef@pacific.net.au> References: <4511aed3d066ca6958e29bf2ddf339ef@pacific.net.au> Message-ID: On May 31, 2007, at 02:31, Malcolm Fitzgerald wrote: > I've just installed MacPorts. I'm trying to install bluefish. It > stops on an error while compiling gtk2. The messages are below. > What can I do to get past this problem? I don't know. Can you give us more info? Processor architecture? Version of Mac OS, Xcode and MacPorts? Make sure you have the latest version of the software. > ---> Building gtk2 with target all > Error: Target com.apple.build returned: shell command " cd "/opt/ > local/var/db/dports/build/ > _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_ > dports_x11_gtk2/work/gtk+-2.10.11" && make all CFLAGS+="-I/usr/ > X11R6/include" " returned error 2 > Command output: gtkprintbackendcups.c:2322: error: request for > member `num_groups' in something not a structure or union > gtkprintbackendcups.c:2323: error: request for member `groups' in > something not a structure or union > gtkprintbackendcups.c: At top level: > gtkprintbackendcups.c:2333: error: parse error before "ppd_file_t" > gtkprintbackendcups.c:2333: warning: no semicolon at end of struct > or union > gtkprintbackendcups.c: In function `foreach_option_get_settings': > gtkprintbackendcups.c:2576: error: dereferencing pointer to > incomplete type > gtkprintbackendcups.c: In function > `cups_printer_get_settings_from_options': > gtkprintbackendcups.c:2628: error: storage size of `data' isn't known > gtkprintbackendcups.c: In function `cups_printer_list_papers': > gtkprintbackendcups.c:2724: error: `ppd_file_t' undeclared (first > use in this function) > gtkprintbackendcups.c:2725: error: `ppd_size_t' undeclared (first > use in this function) > gtkprintbackendcups.c:2725: error: `size' undeclared (first use in > this function) > gtkprintbackendcups.c:2729: error: `ppd_option_t' undeclared (first > use in this function) > gtkprintbackendcups.c:2729: error: `option' undeclared (first use > in this function) > gtkprintbackendcups.c:2730: error: `ppd_choice_t' undeclared (first > use in this function) > gtkprintbackendcups.c:2730: error: `choice' undeclared (first use > in this function) > gtkprintbackendcups.c:2740: error: request for member `num_sizes' > in something not a structure or union > gtkprintbackendcups.c:2742: error: request for member `sizes' in > something not a structure or union > gtkprintbackendcups.c: In function `cups_printer_get_hard_margins': > gtkprintbackendcups.c:2783: error: `ppd_file_t' undeclared (first > use in this function) > gtkprintbackendcups.c:2789: error: request for member > `custom_margins' in something not a structure or union > gtkprintbackendcups.c:2790: error: request for member > `custom_margins' in something not a structure or union > gtkprintbackendcups.c:2791: error: request for member > `custom_margins' in something not a structure or union > gtkprintbackendcups.c:2792: error: request for member > `custom_margins' in something not a structure or union > make[4]: *** [gtkprintbackendcups.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 > > Error: Status 1 encountered during processing. From roland.philippsen at gmx.net Thu May 31 02:48:31 2007 From: roland.philippsen at gmx.net (Rolo) Date: Tue Oct 9 16:43:02 2007 Subject: Install gtk2 fails In-Reply-To: References: <4511aed3d066ca6958e29bf2ddf339ef@pacific.net.au> Message-ID: <465E99EF.1090705@gmx.net> I'm in a similar situation and in the process of getting gnucash to install. Are you sure your gtk2 error is not about "cups/cups.h"? Because that was the case here, and installing the cups-headers port solved the issue (it doesn't seem to be reported in gtk2's deps though?). Ryan Schmidt wrote: > On May 31, 2007, at 02:31, Malcolm Fitzgerald wrote: > >> I've just installed MacPorts. I'm trying to install bluefish. It stops >> on an error while compiling gtk2. The messages are below. What can I >> do to get past this problem? > > I don't know. Can you give us more info? Processor architecture? Version > of Mac OS, Xcode and MacPorts? Make sure you have the latest version of > the software. > >> ---> Building gtk2 with target all >> Error: Target com.apple.build returned: shell command " cd >> "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_x11_gtk2/work/gtk+-2.10.11" >> && make all CFLAGS+="-I/usr/X11R6/include" " returned error 2 >> Command output: gtkprintbackendcups.c:2322: error: request for member >> `num_groups' in something not a structure or union >> gtkprintbackendcups.c:2323: error: request for member `groups' in >> something not a structure or union >> gtkprintbackendcups.c: At top level: >> gtkprintbackendcups.c:2333: error: parse error before "ppd_file_t" >> gtkprintbackendcups.c:2333: warning: no semicolon at end of struct or >> union >> gtkprintbackendcups.c: In function `foreach_option_get_settings': >> gtkprintbackendcups.c:2576: error: dereferencing pointer to incomplete >> type >> gtkprintbackendcups.c: In function >> `cups_printer_get_settings_from_options': >> gtkprintbackendcups.c:2628: error: storage size of `data' isn't known >> gtkprintbackendcups.c: In function `cups_printer_list_papers': >> gtkprintbackendcups.c:2724: error: `ppd_file_t' undeclared (first use >> in this function) >> gtkprintbackendcups.c:2725: error: `ppd_size_t' undeclared (first use >> in this function) >> gtkprintbackendcups.c:2725: error: `size' undeclared (first use in >> this function) >> gtkprintbackendcups.c:2729: error: `ppd_option_t' undeclared (first >> use in this function) >> gtkprintbackendcups.c:2729: error: `option' undeclared (first use in >> this function) >> gtkprintbackendcups.c:2730: error: `ppd_choice_t' undeclared (first >> use in this function) >> gtkprintbackendcups.c:2730: error: `choice' undeclared (first use in >> this function) >> gtkprintbackendcups.c:2740: error: request for member `num_sizes' in >> something not a structure or union >> gtkprintbackendcups.c:2742: error: request for member `sizes' in >> something not a structure or union >> gtkprintbackendcups.c: In function `cups_printer_get_hard_margins': >> gtkprintbackendcups.c:2783: error: `ppd_file_t' undeclared (first use >> in this function) >> gtkprintbackendcups.c:2789: error: request for member `custom_margins' >> in something not a structure or union >> gtkprintbackendcups.c:2790: error: request for member `custom_margins' >> in something not a structure or union >> gtkprintbackendcups.c:2791: error: request for member `custom_margins' >> in something not a structure or union >> gtkprintbackendcups.c:2792: error: request for member `custom_margins' >> in something not a structure or union >> make[4]: *** [gtkprintbackendcups.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 >> >> Error: Status 1 encountered during processing. > > _______________________________________________ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman/listinfo/macports-users > -- ...egal ob hyperventilierend oder ausgeruht. From simon at ruderich.com Thu May 31 13:10:42 2007 From: simon at ruderich.com (Simon Ruderich) Date: Tue Oct 9 16:43:02 2007 Subject: making a port In-Reply-To: <877F40C1-35D8-472B-9A4B-DD76D32F08CB@dekorte.com> References: <877F40C1-35D8-472B-9A4B-DD76D32F08CB@dekorte.com> Message-ID: <465F2BC2.1090307@ruderich.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Steve Dekorte wrote: > Can someone point me to the documentation on how to make and submit a port? > > I'd like to make ports for libsgml, portaudio, and some other libs. The documentation for macports and the portfiles is currently ofline but will be soon accessible again. I generated one which can be found at http://ruderich.com/macports.html This should give you enough information to start your work with macports. Hope this help, Simon - -- + privacy is necessary + using http://gnupg.org + public key id: 0x6115F804EFB33229 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGXyvCYRX4BO+zMikRCjLUAJ45XPaHt2nt1iKT74TXNE7AZJq0JgCeLLrO uhdx7v0vNuYWNHty6jrROqs= =N4Bf -----END PGP SIGNATURE----- From rick at alpinenetworking.com Thu May 31 14:52:15 2007 From: rick at alpinenetworking.com (Rick Gigger) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> Message-ID: <465F438F.6040401@alpinenetworking.com> Jordan K. Hubbard wrote: > > On May 30, 2007, at 9:40 AM, paul beard wrote: > >> I'm getting a sense that people who use double-clickable installers >> are somehow not "our sort of people." Goodness knows we can always use >> more snobbery ;-) > > I wouldn't argue that at all. I would instead argue that MacPorts is > simply not READY to serve people who use double-clickable installers. > That has always been a design goal of MacPorts, but it's not there > yet. It has a ways to go. It doesn't even know how many of its ports > even build at a given time yet, much less have them all packaged up and > ready to double click on. :-) I would agree with that. I would say that once you have a binary repository, and a very, very easy to use gui installer, then and only then, is it going to be ready for the average user. Normal people look at the command line like it's some sort of arcane magic. Normal people don't want to take half an hour to compile mozilla from source rather than taking 2 minutes to download it. If you were installing binaries, and if you had a nice gui, to handle not only installing the software but also to handle seamlessly keeping it up to date, then I think it would be a GREAT tool for your average user. Until then they are going to stick to installing via drag and drop .app folders. From paulbeard at gmail.com Thu May 31 15:44:58 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <465F438F.6040401@alpinenetworking.com> References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> <465F438F.6040401@alpinenetworking.com> Message-ID: <6D90BE80-119C-4142-8E50-A1BE109FC14F@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/20070531/0cad86af/PGP.bin From markd at macports.org Thu May 31 15:40:24 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <465F438F.6040401@alpinenetworking.com> References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> < > < > <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> <, > <,> <465F438F.6040401@alpinenetworking.com> Message-ID: Rick Gigger on Thursday, May 31, 2007 at 2:52 PM -0800 wrote: >>> I'm getting a sense that people who use double-clickable installers >>> are somehow not "our sort of people." Goodness knows we can always use >>> more snobbery ;-) >> >> I wouldn't argue that at all. I would instead argue that MacPorts is >> simply not READY to serve people who use double-clickable installers. >> That has always been a design goal of MacPorts, but it's not there >> yet. It has a ways to go. It doesn't even know how many of its ports >> even build at a given time yet, much less have them all packaged up and >> ready to double click on. :-) > >I would agree with that. I would say that once you have a binary >repository, and a very, very easy to use gui installer, then and only >then, is it going to be ready for the average user. Normal people look >at the command line like it's some sort of arcane magic. Normal people >don't want to take half an hour to compile mozilla from source rather >than taking 2 minutes to download it. > >If you were installing binaries, and if you had a nice gui, to handle >not only installing the software but also to handle seamlessly keeping >it up to date, then I think it would be a GREAT tool for your average >user. Until then they are going to stick to installing via drag and >drop .app folders. Didn't Steve Jobs once say that the problem of people not being familiar with a keyboard would be "solved by biology"? I sometimes wonder if the pickup rate for Unix skills isn't increasing faster than our ability to provide an alternative for many of the utility type apps for which we have ports. No I'm not being a snob. Installing stuff is difficult and I'd like it as much as anyone, but I can't help but wonder sometimes. Mark From srogers1 at austin.rr.com Thu May 31 16:12:07 2007 From: srogers1 at austin.rr.com (Steven Rogers) Date: Tue Oct 9 16:43:02 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> <465F438F.6040401@alpinenetworking.com> Message-ID: <2BBFE986-234C-44DE-8D58-CAB4B680EC34@austin.rr.com> On May 31, 2007, at 5:40 PM, markd@macports.org wrote: > I sometimes wonder if the pickup rate for Unix skills isn't > increasing faster than our ability to provide an alternative for > many of the utility type apps for which we have ports. Maybe, but the command line is never going to be an option for the average person. SR From paulbeard at gmail.com Thu May 31 16:28:46 2007 From: paulbeard at gmail.com (paul beard) Date: Tue Oct 9 16:43:03 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <2BBFE986-234C-44DE-8D58-CAB4B680EC34@austin.rr.com> References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> <465F438F.6040401@alpinenetworking.com> <2BBFE986-234C-44DE-8D58-CAB4B680EC34@austin.rr.com> Message-ID: <6F4E0E05-22A6-45B5-A5B1-9E4CFB813865@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/20070531/ea867962/PGP.bin From markd at macports.org Thu May 31 17:38:20 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:03 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <2BBFE986-234C-44DE-8D58-CAB4B680EC34@austin.rr.com> References: <2BBFE986-234C-44DE-8D58-CAB4B680EC34@austin.rr.com> Message-ID: Steven Rogers on Thursday, May 31, 2007 at 4:12 PM -0800 wrote: >Maybe, but the command line is never going to be an option for the >average person. Sure, but probably 75% of the ports we have will never be *used* by the average person either, at least until the apps change in some future app usage revolution. That's what I think gets missed in most of our arguments over GUIs on this list. If we made them all installable with one-click right now, many people would get excited and install them and ask "What do I do now?" And then we'd have to point them to the command-line. Mark From fusion at mx6.tiki.ne.jp Thu May 31 18:29:39 2007 From: fusion at mx6.tiki.ne.jp (Jean-Christophe Helary) Date: Tue Oct 9 16:43:03 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <465F438F.6040401@alpinenetworking.com> References: <58A6BB11-E2B0-42F0-8466-5BB618D5A52E@gmail.com> <333CA7E8-2F40-4245-8A7F-343BB4489CF2@gmail.com> <465F438F.6040401@alpinenetworking.com> Message-ID: <1E7BD506-D0A5-405B-91D2-922E67A66674@mx6.tiki.ne.jp> FYI, Fink provides users with installs for Emacs.app etc. JC Helary From markd at macports.org Thu May 31 19:32:51 2007 From: markd at macports.org (markd@macports.org) Date: Tue Oct 9 16:43:03 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: <1E7BD506-D0A5-405B-91D2-922E67A66674@mx6.tiki.ne.jp> References: <1E7BD506-D0A5-405B-91D2-922E67A66674@mx6.tiki.ne.jp> Message-ID: Jean-Christophe Helary on Thursday, May 31, 2007 at 6:29 PM -0800 wrote: >FYI, Fink provides users with installs for Emacs.app etc. I don't use emacs, but I assume that corresponds to our aqua/emacs-app We have a number of pure GUI apps like that too, but they are in the minority. Mark From ryandesign at macports.org Thu May 31 20:18:28 2007 From: ryandesign at macports.org (Ryan Schmidt) Date: Tue Oct 9 16:43:03 2007 Subject: Install gtk2 fails In-Reply-To: References: <4511aed3d066ca6958e29bf2ddf339ef@pacific.net.au> Message-ID: <5B918FEC-CD24-44E6-A662-AA0DDCBDE024@macports.org> On May 31, 2007, at 18:06, Malcolm Fitzgerald wrote: > On 31/05/2007, at 7:25 PM, Ryan Schmidt wrote: > >> On May 31, 2007, at 02:31, Malcolm Fitzgerald wrote: >> >>> I've just installed MacPorts. I'm trying to install bluefish. It >>> stops on an error while compiling gtk2. The messages are below. >>> What can I do to get past this problem? >> >> I don't know. Can you give us more info? Processor architecture? >> Version of Mac OS, Xcode and MacPorts? Make sure you have the >> latest version of the software. > > 600MHz PowerPC G3 running OSX 10.3.9 (it's a 2002 iBook) > MacPorts v1.4.0 > xcode v1.2 The first recommendation would be to update to Xcode 1.5 (http:// www.apple.com/developer/) and MacPorts 1.4.42 (sudo port selfupdate) and try again. Don't forget to Reply To All when you reply so the list sees the discussion too. From macports-users at mdakin.mailcan.com Thu May 31 21:06:55 2007 From: macports-users at mdakin.mailcan.com (Michael Dakin) Date: Tue Oct 9 16:43:03 2007 Subject: Open Source Mac - Free, Open-Source software for OS X In-Reply-To: References: <1E7BD506-D0A5-405B-91D2-922E67A66674@mx6.tiki.ne.jp> Message-ID: <7CBC7277-8B79-4302-9F46-631905317225@mdakin.mailcan.com> On May 31, 2007, at 10:32 PM, markd@macports.org wrote: > I don't use emacs, but I assume that corresponds to our > > aqua/emacs-app > If only life was so simple... Installing that package (as of about a month ago) gets one an ALPHA version of emacs. Starting it up generates a warning about possible data loss! If one wants a recent, relatively stable version of emacs that acts like a native Mac application the proper incantation is: sudo port install emacs-devel +carbon -Michael Dakin From mfitzgerald at pacific.net.au Thu May 31 21:27:30 2007 From: mfitzgerald at pacific.net.au (Malcolm Fitzgerald) Date: Tue Oct 9 16:43:03 2007 Subject: Install gtk2 fails In-Reply-To: <465E99EF.1090705@gmx.net> References: <4511aed3d066ca6958e29bf2ddf339ef@pacific.net.au> <465E99EF.1090705@gmx.net> Message-ID: <242898e19b1a157ba2da788ff374144f@pacific.net.au> On May 31, 2007, at 02:31, Malcolm Fitzgerald wrote: > I've just installed MacPorts. I'm trying to install bluefish. It stops > on an error while compiling gtk2. The messages are below. What can I > do to get past this problem? On 31/05/2007, at 7:48 PM, Rolo wrote: > I'm in a similar situation and in the process of getting gnucash to > install. Are you sure your gtk2 error is not about "cups/cups.h"? > Because that was the case here, and installing the cups-headers port > solved the issue (it doesn't seem to be reported in gtk2's deps > though?). That's the trick. After installing cups-headers gtk2 installed and bluefish finished installing without any trouble. It's up and running now. thanks malcolm