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