Re: problem installing Wireshark on Leopard

2007-11-10 Thread William Davis
On Nov 9, 2007, at 8:16 PM, Michael Hernandez wrote: On Nov 9, 2007, at 8:02 PM, Kim Young wrote: I try to install Wireshark with MacPorts on my new install of 10.5 and this is what I get: john-youngs-imac:~ kimyoung$ sudo port install wireshark Password: --- Building atk with target

Re: rsync warning in 'sudo port -v selfupdate' (code 24)

2007-11-10 Thread William Davis
On Nov 9, 2007, at 9:10 PM, Takashi Yoshida wrote: Hi, While I was running 'sudo port -v selfupdate', I saw something I have never seen before. ... net/pen/ net/pftp/ net/pork/ net/psi/ net/roadrunner/ net/rsync-devel/ net/rsync-lart/ net/rsync-lart/files/ perl/p5-app-cli/ file has

Re: Python Versions

2007-11-10 Thread Weissmann Markus
On 09.11.2007, at 23:24, [EMAIL PROTECTED] wrote: Awesome, thanks for the info. I'll take a look at some 2.4 ports and see about modifying them to work with python 2.5. Often it is sufficient to change the line PortGroup python24 1.0 to PortGroup python25 1.0 of course IF the module

Re: vim +python seems to use /usr/bin/python

2007-11-10 Thread Mark James Adams
Does anyone know of how to tell vim, at compile time or otherwise, to use the macports install of python? Did you use python_select to get a python binary pointing to the version you want to use? Thanks for the suggestion. I installed python_select, told it to use python24, and rebuilt vim

gimp-lqr-plugin make error

2007-11-10 Thread Rémi Thébault
Hi All Trying to install the gimp, I had this issue : --- Building gimp-lqr-plugin with target all Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync

Re: gimp-lqr-plugin make error

2007-11-10 Thread Yves de Champlain
Le 07-11-10 à 07:44, Rémi Thébault a écrit : Hi All Trying to install the gimp, I had this issue : --- Building gimp-lqr-plugin with target all Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/

X11 focus follow mouse with gimp

2007-11-10 Thread Rémi Thébault
Hi Thanks to Yves, the Gimp is now installed but the focus don't follow the mouse. I've installed the Turn on X11 Focus follows mouse supplied with Gimp.app but it quits right after being launched and has no effect. more embarrassing, the Gimp crashes, when I brush (it paints a little

Re: X11 focus follow mouse with gimp

2007-11-10 Thread Adam Mercer
On 10/11/2007, Rémi Thébault [EMAIL PROTECTED] wrote: Thanks to Yves, the Gimp is now installed but the focus don't follow the mouse. I've installed the Turn on X11 Focus follows mouse supplied with Gimp.app but it quits right after being launched and has no effect. more embarrassing, the

gnucash: Symbol not found: _mark_split

2007-11-10 Thread Mac Pigman
By removing the run dependency upon evince from the portfile, I was able to build gnucash on 10.5 It displays accounts and fetches stock prices, but when I try to move to a new field with a tab or return after entering an amount, it crashes: dyld: lazy symbol binding failed: Symbol not found:

Re: gnucash: Symbol not found: _mark_split

2007-11-10 Thread Randall Wood
On 10 Nov 2007, at 11:31, Mac Pigman wrote: By removing the run dependency upon evince from the portfile, I was able to build gnucash on 10.5 It displays accounts and fetches stock prices, but when I try to move to a new field with a tab or return after entering an amount, it crashes:

Storing packages for later reinstallation or deployment

2007-11-10 Thread Edward Ned Harvey
Hey all. I wish to download once, install many times. I'm reading through the conf files, man pages, mailing list archives, etc. And I'm finding myself confused. In the macports.conf file, there are options: sources_conf portarchivemode portautoclean

Re: gnucash: Symbol not found: _mark_split

2007-11-10 Thread Mac Pigman
At Randall Wood's suggestion I installed the fixed XQuartz from http://www.x.org/wiki/XDarwin. This version allows gnucash to enter data instead of crashing. -- View this message in context: http://www.nabble.com/gnucash%3A-Symbol-not-found%3A-_mark_split-tf4781320.html#a13684111 Sent from the

Re: Image Error: redland-bindings does not exist

2007-11-10 Thread Ryan Schmidt
On Nov 9, 2007, at 04:21, Ryan Schmidt wrote: On Nov 8, 2007, at 09:25, Christoph Ambichl wrote: I want to install Redland RDF Language bindings for perl (http:// redland-bindings.darwinports.com/) in Leopard, but I get this error message: Macintosh:~ chri$ sudo port install

Re: portfile patch for mutt-devel

2007-11-10 Thread Ryan Schmidt
On Nov 9, 2007, at 16:01, Olaf Foellinger wrote: in ticket #13219 there is a patch for mutt-devel. It fixes a bug that prevented mutt-devel to build with variants with patches. It also updates some mutt-patches to the latest mutt version and it disables some variants that don't work or aren't

-R upgrade

2007-11-10 Thread Kendall Shaw
I used port -R upgrade sqlite3, to upgrade from 3.5.1_0 to 3.5.2_0, and it says at the end: --- Deactivating sqlite3 3.5.1_0 Error: Deactivating sqlite3 3.5.1_0 failed: Active version of sqlite3 is not 3.5.1_0 but 3.5.2_0. Isn't that a bug? I then used port -f uninstall sqlite3 @3.5.1_0

servers down

2007-11-10 Thread Edward Ned Harvey
I'm trying to install apache20, which has dependencies, including apr and apr-util, and a bunch of other stuff. I was able to install all the other stuff, sudo port install expat openssl ... But when I sudo port install apr0 apr-util0, it attempts to fetch from a bunch of servers and eventually

emacs unexmacosx.c aborting during build

2007-11-10 Thread Kendall Shaw
I'm trying to install emacs +gtk and it barfs with a display of registers and memory followed by: Assertion failed: (filesize = ranges-size), function unexec_regions_recorder, file /Users/kshaw/Desktop/Source/emacs-22.1/ src/unexmacosx.c, line 454. make[1]: *** [emacs] Abort trap make[1]:

Re: servers down

2007-11-10 Thread Ryan Schmidt
On Nov 10, 2007, at 15:10, Edward Ned Harvey wrote: I'm trying to install apache20, which has dependencies, including apr and apr-util, and a bunch of other stuff. I was able to install all the other stuff, sudo port install expat openssl ... But when I sudo port install apr0 apr-util0,

compile GNOME under Leopard/Intel

2007-11-10 Thread William Davis
Using the order of compilation of files given on the Installing GNOME 2.20 page at www.gnome.org, I installed individually each componet of the GNOME system using: sudo port -dfun upgrade foo (or install in a few cases) Im pleased to say that everything except 4 programs complied. The

Re: servers down

2007-11-10 Thread Edward Ned Harvey
The ports usually fetch the software from the developers' web sites. We don't control them, so it's possible that they'll be down from time to time. But it shouldn't be a problem that often. You can also always fetch the software yourself, if you can find it elsewhere, and put it in the right

Re: servers down

2007-11-10 Thread William Davis
On Nov 10, 2007, at 9:15 PM, Edward Ned Harvey wrote: The ports usually fetch the software from the developers' web sites. We don't control them, so it's possible that they'll be down from time to time. But it shouldn't be a problem that often. You can also always fetch the software

Re: servers down

2007-11-10 Thread Ryan Schmidt
On Nov 10, 2007, at 20:15, Edward Ned Harvey wrote: The ports usually fetch the software from the developers' web sites. We don't control them, so it's possible that they'll be down from time to time. But it shouldn't be a problem that often. You can also always fetch the software

Re: compile GNOME under Leopard/Intel

2007-11-10 Thread Ryan Schmidt
On Nov 10, 2007, at 20:04, William Davis wrote: Using the order of compilation of files given on the Installing GNOME 2.20 page at www.gnome.org, I installed individually each componet of the GNOME system using: sudo port -dfun upgrade foo (or install in a few cases) Im pleased to say

Re: compile GNOME under Leopard/Intel

2007-11-10 Thread William Davis
On Nov 10, 2007, at 10:15 PM, Ryan Schmidt wrote: On Nov 10, 2007, at 20:04, William Davis wrote: Using the order of compilation of files given on the Installing GNOME 2.20 page at www.gnome.org, I installed individually each componet of the GNOME system using: sudo port -dfun upgrade