Re: gFTP runtime error

2007-03-16 Thread Ryan Schmidt
Hi Daniel. On Mar 16, 2007, at 15:27, Daniel B. Koch wrote: Installed gFTP from here: http://gftp.darwinports.com/ The domain name darwinports.com is not owned by the DarwinPorts (now called MacPorts) project so I recommend you do not refer to anything on that domain. The MacPorts pr

Re: problems w/ gettext (irssi)

2007-03-16 Thread Ryan Schmidt
On Mar 16, 2007, at 18:04, Brian Haag wrote: I'm trying to install irssi, which has gettext as a dep. I'm getting: [snip] if test "emacs" != no; then \ set x; \ list='start-po.el po-mode.el po-compat.el'; for p in $list; do \ if test -f "$p"; then d=; else d="./"; fi; \ set x "$@"

problems w/ gettext (irssi)

2007-03-16 Thread Brian Haag
I'm trying to install irssi, which has gettext as a dep. I'm getting: -- mini:/usr/local/irssi brian$ sudo port install irssi Password: ---> Building gettext with target all Error: Target com.apple.build returned: shell command "cd "/usr/local/ var/db/dports/build/ _usr_local_var_db_dports_s

Re: GTK applications behave weird if locale is set to anything other than "C"

2007-03-16 Thread Yves de Champlain
Le 07-03-16 à 16:22, Peter Schneider a écrit : Hi all, --- Yves de Champlain <[EMAIL PROTECTED]> wrote: You will see it when launching an app from an xterm I know. But running gnucash from a terminal doesn't produce any GTK-locale-errors, my alphabetical order is all right and everything

gFTP runtime error

2007-03-16 Thread Daniel B. Koch
Hi folks, Installed gFTP from here: http://gftp.darwinports.com/ When I try to connect I get the following error: Cannot open master pty : No such file or directory I note there is a patch file available: patch-pty.c.diff but am not sure how to apply it within the port environment,

Re: GTK applications behave weird if locale is set to anything other than "C"

2007-03-16 Thread Peter Schneider
Hi all, --- Yves de Champlain <[EMAIL PROTECTED]> wrote: > You will see it when launching an app from an xterm I know. But running gnucash from a terminal doesn't produce any GTK-locale-errors, my alphabetical order is all right and everything is displayed in the desired language. So GTK2 seems

python crashes when using gnome bindings/gobject

2007-03-16 Thread Paul Beard
If anyone has seen/is seeing this, there is an open and unconfirmed issue in the GNOME project bugzilla database[1]. It's reproducible for me but that's not enough to confirm it. I built the required ports with debugging and was able to extract traces in gdb for this. If you run into this a

Newbie ncursesw problem - can't install apache2

2007-03-16 Thread John Korchok
I am trying to install apache2 on an Intel Mac, but when it tries to build ncursesw I always get: ---> Building ncursesw 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_d

Re: Portfile whitespace issues

2007-03-16 Thread Eric Hall
On Thu, Mar 15, 2007 at 10:15:58AM -0400, Daniel J. Luke wrote: > On Mar 15, 2007, at 3:12 AM, Ryan Schmidt wrote: > >There were not that many participants. I tried to put up a fight in > >favor of keeping hard tabs, but I was the only one. :-) Upon > >further consideration, I don't think I rea

Re: GTK applications behave weird if locale is set to anything other than "C"

2007-03-16 Thread Rolf Schäuble
Well, I think I got the culprit: strxfrm(). Here's a small app that reproduces the problem for me: int main(int argc, char** argv) { char buf[512]; int res = 0; if (argc > 1) setlocale(LC_ALL, ""); res = strxfrm(buf, "test", sizeof(buf));

Re: Hacking libsdl

2007-03-16 Thread David MacMahon
On Mar 16, 2007, at 7:22 , Nathan Brazil wrote: checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. Does config.log provide any clues? My guess would be a filesystem issue (insufficient permissions or

Re: GTK applications behave weird if locale is set to anything other than "C"

2007-03-16 Thread Yves de Champlain
Le 07-03-15 à 18:52, [EMAIL PROTECTED] a écrit : Hi, @Yves I've never seen the Gtk-Warning below, though I am using "de_DE.UTF-8". My open file dialog of Gnucash also shows everything in alphabetical order. Something else must be wrong. You will see it when launching an app from an xterm

Re: Newbie question

2007-03-16 Thread Joseph Lipowski
Hi, Good catch! Environment incorrectly set is a common problem. Joe On Mar 16, 2007, at 11:25 AM, Matthieu Dubois wrote: Hi, the problem is R software, who check its external dependencies only in /usr/local. Thanks to a R archive, Gtk2 was recognised by first entering in the bash the f

Re: Newbie question

2007-03-16 Thread Matthieu Dubois
Hi, the problem is R software, who check its external dependencies only in /usr/local. Thanks to a R archive, Gtk2 was recognised by first entering in the bash the following line: export PATH=/opt/local/bin:$PATH Best regards, Matthieu Le 16 Mar 2007 à 14:46, Joseph Lipowski a écrit :

Re: Hacking libsdl

2007-03-16 Thread Nathan Brazil
Yes, Yves. Bad copy/paste on my part. So, I made the following change to libsdl's Portfile: 47 platform darwin 8 { 48 patchfiles patch-configure 49 configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 -Dmain=SDL_main 50 build.env CC=/usr/

Re: GTK applications behave weird if locale is set to anything other than "C"

2007-03-16 Thread Rolf Schäuble
Hi, I think we got an interesting fact here: On my PowerPC MacMini, it works, too, like on your PowerPC Mac. So the issue might be platform dependent. The output of locale is as expected, all variables set to de_DE.UTF-8. locale -a outputs the expected list of supported locales, which includ

Re: Newbie question

2007-03-16 Thread Joseph Lipowski
Matthieu, I am a bit of a newbie also. Generally you can run " make check" after the "make install". I don't know if ithat is still valid using macports. It is likely the case, though I typically install manually so I may be in error. Best regards, Joe Lipowski On Mar 16, 2007, at 9:34

Newbie question

2007-03-16 Thread Matthieu Dubois
Dear Macports Users, I am newbie to macports and even to the terminal. I needed gtk2 for compatibility with RGtk2 (a R stat software package). I thus installed mac ports (from binary), and port install gtk2 without any problem. However, when trying to to install the R package (within R,

Re: Wanted to take over maintenance of "fox" port...

2007-03-16 Thread Lyle Johnson
On 3/16/07, Mark Duling <[EMAIL PROTECTED]> wrote: It has no maintainer so it is fair game to take over maintainership and/or contribure patches. Use a trac ticket and attach the updates as a patch to the portfile, and patches to the app (if any) as complete files. Mention you'd like to takeove