Re: man port problem

2007-11-08 Thread markd
Luís Beça [EMAIL PROTECTED] writes: I just installed macports on a PPC iMac running Leopard 10.5.0 and ran into the following problem when doing 'man port' in the terminal: Cannot open the message catalog man for locale UTF-8 (NLSPATH=none) No manual entry for port On the other hand, if do

Re: man port problem

2007-11-08 Thread Will Arp
in the meantime you can go to Terminal.app/Preferences/Setting/Advanced and uncheck Set LANG environement variable on startup -will On 9-nov-07, at 01:50, [EMAIL PROTECTED] wrote: Luís Beça [EMAIL PROTECTED] writes: I just installed macports on a PPC iMac running Leopard 10.5.0 and ran

Re: browser displays the source php on macports site ?

2007-11-08 Thread Juan Manuel Palacios
On Nov 8, 2007, at 6:03 PM, Ryan Schmidt wrote: What were you expecting to see? If you want to see the new web site served up thru a PHP interpreter, that's currently happening at a URL which I forget but I'm sure someone will reply with it. http://apollo.homeunix.net/macports ,

Re: Missing gdkx.h in gtk2 resolved

2007-11-08 Thread Alwyn Schoeman
I suspect that when I did build cairo or gtk2 with quartz support 1 of the following happened: 1) Something got set somewhere on the system indicating quartz use. This would be totally silly so I lean towards ruling it out. 2) Something dependent on those 2 got built or half built assuming it

Re: man port problem

2007-11-09 Thread Eric Donkersloot
You can add /opt/local/man to /etc/manpaths and run: sudo /usr/libexec/makewhatis Regards, Eric On Nov 9, 2007, at 4:05 AM, Will Arp wrote: in the meantime you can go to Terminal.app/Preferences/Setting/ Advanced and uncheck Set LANG environement variable on startup -will On 9-nov-07, at

Re: man port problem

2007-11-09 Thread Lefteris Tsintjelis
root# cat /etc/manpaths /usr/share/man /usr/local/share/man /opt/local/share/man root# /usr/libexec/makewhatis root# man port Cannot open the message catalog man for locale el_GR.UTF-8 (NLSPATH=none) No manual entry for port root# unset LANG root# man port No manual entry for port Still the

Re: man port problem

2007-11-09 Thread Eric Donkersloot
Did you run makewhatis ? On Nov 9, 2007, at 10:57 AM, Lefteris Tsintjelis wrote: root# cat /etc/manpaths /usr/share/man /usr/local/share/man /opt/local/share/man root# /usr/libexec/makewhatis root# man port Cannot open the message catalog man for locale el_GR.UTF-8 (NLSPATH=none) No manual

Re: man port problem

2007-11-09 Thread William Davis
On Nov 9, 2007, at 4:57 AM, Lefteris Tsintjelis wrote: root# cat /etc/manpaths /usr/share/man /usr/local/share/man /opt/local/share/man root# /usr/libexec/makewhatis root# man port Cannot open the message catalog man for locale el_GR.UTF-8 (NLSPATH=none) No manual entry for port root# unset

Re: man port problem

2007-11-09 Thread Lefteris Tsintjelis
William Davis wrote: My own experience is that man port works fine if no $MANPATH is set in env. If some other program has made $MANPATH entries then you need to add export $MANPATH:/opt/local/man to your ~/.profile I personally prefer the general settings as it works well for any user

Re: man port problem

2007-11-09 Thread Lefteris Tsintjelis
Actually I had to quit from terminal application first and then rerun it and the problem was fixed so strike out the last one. The problem was solved by the man path addition. Thanks and regards, Lefteris Lefteris Tsintjelis wrote: root# cat /etc/manpaths /usr/share/man /usr/local/share/man

Re: New Macports using trying to install octave

2007-11-09 Thread Ryan Schmidt
On Nov 8, 2007, at 16:52, Jackson Myers wrote: I am new to Macports (but I have some Unix/Darwin experience and I have used Fink before). I am trying to install Octave on Leopard and not having much luck. The following is an error I got on my first attempt. Can anybody decipher this and

Re: browser displays the source php on macports site ?

2007-11-09 Thread Ryan Schmidt
On Nov 8, 2007, at 16:03, Ryan Schmidt wrote: On Nov 8, 2007, at 15:46, Bill Hernandez wrote: When I clicked on : http://svn.macosforge.org/repository/macports/trunk/www/.htaccess I got : Files ~ \.inc$ Order allow,deny Deny from all /Files As you travel down the hierarchy to

upgrade to guile @1.8.3_0 failed

2007-11-09 Thread William Davis
upgrade to guile @1.8.3_0 failed to compile revelant -d output: /bin/sh ../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 - DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/opt/local/include - D_THREAD_SAFE -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la- fports.lo -MD -MP -MF

Re: upgrade to guile @1.8.3_0 failed

2007-11-09 Thread lorenz schori
Hi I had the same problem under leopard and fixed it by manually turning off HAVE_STAT64 after configuration phase (look at post-configure hook in the portfile). Lorenz Portfile Description: Binary data no-dylib.diff Description: Binary data On Nov 9, 2007, at 1:54 PM, William

Re: man port problem

2007-11-09 Thread markd
Lefteris Tsintjelis [EMAIL PROTECTED] writes: I personally prefer the general settings as it works well for any user logged in as well as the general scripts running of the OS, if any. Can you restate your preferred way of fixing the problem? Mark ___

Re: Python Versions

2007-11-09 Thread William Davis
On Nov 9, 2007, at 2:31 PM, [EMAIL PROTECTED] wrote: Hi, I've been using MacPorts to install python modules, but I'm finding that a lot of packages seem to depend on python 2.4 rather than 2.5. Is MacPorts generally still using python 2.4 as the default python version? Is there a way

Re: Python Versions

2007-11-09 Thread Lefteris Tsintjelis
William Davis wrote: Or even get your feet wet, and try making a port yourself. I know the developers on this list would be glad to help you do that :) Is there any general port add howto for this? Regards, Lefteris ___ macports-users mailing

Re: Python Versions

2007-11-09 Thread Daniel J. Luke
On Nov 9, 2007, at 3:45 PM, Lefteris Tsintjelis wrote: William Davis wrote: Or even get your feet wet, and try making a port yourself. I know the developers on this list would be glad to help you do that :) Is there any general port add howto for this?

New python ports

2007-11-09 Thread Roger Hoover
Hi, I've got a few Python ports that I think would useful to have in macports. If you're short of manpower, I'd be willing to be the maintainer. Let me know. http://trac.macports.org/projects/macports/ticket/12922 http://trac.macports.org/projects/macports/ticket/12923

portfile patch for mutt-devel

2007-11-09 Thread Olaf Foellinger
Hi, 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 no longer used. Please check it and submit it.

Re: Python Versions

2007-11-09 Thread bensonk
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. Benson On Fri, Nov 09, 2007 at 03:53:00PM -0500, Daniel J. Luke wrote: On Nov 9, 2007, at 3:45 PM, Lefteris Tsintjelis wrote: William Davis wrote: Or even get your feet

Re: subversion dports syncing

2007-11-09 Thread Jochen Küpper
Hi Emmanuel and Ryan, thank you for your help! So I googled a bit about dscl and created the group for my primary gid, and, voila, port sync via svn works! Greetings, Jochen -- Einigkeit und Recht und Freiheithttp://www.Jochen- Kuepper.de Liberté, Égalité, Fraternité

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

2007-11-09 Thread Mark James Adams
I'm trying to use some vim plugins that use python. I already had python installed through macports, so I sudo port install vim +python to build vim with the optional python module. The problem is that vim seems to be using the default OS X install of python (/usr/bin/python) instead of the

problem installing Wireshark on Leopard

2007-11-09 Thread Kim Young
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 all Error: Target org.macports.build returned: shell command cd /opt/ local/var/macports/build/

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

Re: X11 focus follow mouse with gimp

2007-11-11 Thread Yves de Champlain
Le 07-11-10 à 10:48, Adam Mercer a écrit : 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

Re: gimp-lqr-plugin make error

2007-11-11 Thread Yves de Champlain
Hi I'm no gcc guru, but this looks like a gcc bug. You might file a bug at Apple https://bugreport.apple.com/ yves Le 07-11-10 à 09:48, Rémi Thébault a écrit : I'm on leopard with an intel macbook Le 10 nov. 07 à 15:07, Yves de Champlain a écrit : Le 07-11-10 à 07:44, Rémi Thébault a

Re: Macports and http proxy

2007-11-11 Thread Lutz Mader
Hi I got the same problem, but I use the following script to set some environment variables and everything works well, for me. #!/bin/tcsh # wget proxy settings setenv http_proxy http://webproxy.is.finanzit.sko.de:8081;; setenv https_proxy http://webproxy.is.finanzit.sko.de:8081;; setenv

Libungif fetch failed

2007-11-11 Thread Rémi Thébault
Hi Does anybody have noticed that libungif seems to be removed from sourceforge.net ? $ sudo port fetch libungif Password: --- Fetching libungif --- Attempting to fetch libungif-4.1.4.tar.bz2 from http://downloads.sourceforge.net/libungif --- Attempting to fetch libungif-4.1.4.tar.bz2

Re: Libungif fetch failed

2007-11-11 Thread Rémi Thébault
Thanks Eli this doesn't make any difference, it keeps trying to fetch it from sourceforge.net/projects/libungif Rémi Leopard, Macbook 2GHz Intel Core 2 Duo Le 11 nov. 07 à 17:06, Eli a écrit : Rémi, It looks like this is available through the giflib project on sourceforge. So, the URL

Re: Libungif fetch failed

2007-11-11 Thread Ryan Schmidt
On Nov 11, 2007, at 09:46, Rémi Thébault wrote: Does anybody have noticed that libungif seems to be removed from sourceforge.net ? A bug has been filed: http://trac.macports.org/projects/macports/ticket/13248 I've added your email address to its Cc list so you'll learn of its progress.

Re: problem installing Wireshark on Leopard

2007-11-11 Thread William Davis
On Nov 11, 2007, at 7:52 AM, Kim Young wrote: On Nov 10, 2007, at 5:25 AM, William Davis wrote: 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:

Re: g95

2007-11-11 Thread Adam Mercer
On 11/11/2007, William Davis [EMAIL PROTECTED] wrote: Help me understand: the Leopard version of gcc is 4.0.1 as supplied by apple. mac ports has a gcc 4.0 @ 4.0.4 (and a gcc 4.2 @ 4.2.2). So where does gcc 4.0.3 come from? g95 pulls down the gcc-core-4.0.3 source. Cheers Adam

Error installing Gimp-Gap

2007-11-11 Thread Francis Ovenden
I have been trying to install Gimp-gap on an iMac (2GHz Intel Core 2 Duo, 1GB RAM) fairly unsuccessfully! I originally installed Xcode tools from the OS X 10.4 CD but went back and downloaded v2.5 from Apple, removed Macports and re-installed 1.52 including selfupdate. I was able to install

Re: Error installing Gimp-Gap

2007-11-11 Thread Ryan Schmidt
gimp-gap has far too many dependencies that I haven't installed yet, so I'm not going to try it myself, but you should probably file a bug report ticket in Trac. Instructions are here: http://trac.macosforge.org/projects/macports/wiki/TracTicketing On Nov 11, 2007, at 16:08, Francis

Re: Error installing Gimp-Gap

2007-11-12 Thread Yves de Champlain
Le 07-11-12 à 00:52, Ryan Schmidt a écrit : gimp-gap has far too many dependencies that I haven't installed yet, so I'm not going to try it myself, but you should probably file a bug report ticket in Trac. Instructions are here:

HEADS-UP: subversion trac migration

2007-11-12 Thread Juan Manuel Palacios
Morning everyone! This is a heads-up message to let everyone know that in an about two hours Bill will start migrating both trac subversion to new hardware, so those two services will be down during the process, as explained last week. We'll inform of progress. Thanks

Re: gimp-lqr-plugin make error

2007-11-12 Thread David Orriss Jr
Wait.. you guys have GIMP building? The 2.4.1 version? Tell me more.. I'm dyin' over here! :| On 11/11/07, Yves de Champlain [EMAIL PROTECTED] wrote: Hi I'm no gcc guru, but this looks like a gcc bug. You might file a bug at Apple https://bugreport.apple.com/ yves Le 07-11-10 à

Re: gimp-lqr-plugin make error

2007-11-12 Thread Yves de Champlain
Le 07-11-12 à 13:44, David Orriss Jr a écrit : Wait.. you guys have GIMP building? The 2.4.1 version? Tell me more.. I'm dyin' over here! :| There are many ways to install the gimp. 1- port install gimp is the full fledge batteries included meta port with extras 2- port install gimp2

uninstall guide

2007-11-12 Thread eoghan
Hi Anyone tell me the location of the macports uninstall guide on thw wiki please? Thanks Eoghan ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: uninstall guide

2007-11-12 Thread David Orriss Jr
A 3-second google search (including my typing) reveals: http://trac.macosforge.org/projects/macports/wiki/FAQ#HowdoIremoveoruninstallMacPorts On Nov 12, 2007 11:30 AM, eoghan [EMAIL PROTECTED] wrote: Hi Anyone tell me the location of the macports uninstall guide on thw wiki please? Thanks

Re: uninstall guide

2007-11-12 Thread eoghan
On Nov 12, 2007 7:42 PM, David Orriss Jr [EMAIL PROTECTED] wrote: A 3-second google search (including my typing) reveals: http://trac.macosforge.org/projects/macports/wiki/FAQ#HowdoIremoveoruninstallMacPorts Thanks for you help Eoghan ___

glib2 install error

2007-11-12 Thread Paul
I'm new to Macports and tried to install gimp. It failed allready at glib2 installation due to error involving libiconv. Machine is iMac G5, OSX 10.4.10, Xcode 2.4.1, macports updated and libiconv @1.11_6 +darwin_8. here the error message: * --- Fetching glib2 ---

leopard install

2007-11-12 Thread eoghan
Hi I am running a fresh install. I have searched through the mails and havent seen this (though maybe i missed it!). I using leopard, got the dmg MacPorts-1.5.0-10.5.dmg and ran the installer. It seems to hang about 70-80% of the way through. Is this a known issue? 1.8GHz PowerPC G5. Thanks Eoghan

HEADS-UP: svn trac back online

2007-11-12 Thread Juan Manuel Palacios
Hello everyone! Subversion and Trac servers are now back online and operational, running 1.4.5 and 0.10.4, respectively, on new hardware. Please give them a try and feel free to report any findings you have. These upgrades will now allow us to do some cool things like

Re: uninstall guide

2007-11-12 Thread eoghan
On Nov 12, 2007 9:52 PM, [EMAIL PROTECTED] wrote: http://trac.macosforge.org/projects/macports/wiki/FAQ#HowdoIremoveoruninstallMacPorts Thanks for you help Eoghan Uninstall instructions should be new the new guide, so I'll put it there shortly. Right now our documentation is in some

Re: leopard install

2007-11-12 Thread Adam Mercer
On 12/11/2007, eoghan [EMAIL PROTECTED] wrote: See `config.log' for more details. the contents of config.log should give you an idea of what the problem is. Cheers Adam ___ macports-users mailing list macports-users@lists.macosforge.org

Re: leopard install

2007-11-12 Thread Adam Mercer
On 12/11/2007, eoghan [EMAIL PROTECTED] wrote: Thanks Adam, any idea where the config.log is? should be in the directory you ran configure from Cheers Adam ___ macports-users mailing list macports-users@lists.macosforge.org

Re: leopard install

2007-11-12 Thread Ryan Schmidt
On Nov 12, 2007, at 16:17, Adam Mercer wrote: On 12/11/2007, eoghan [EMAIL PROTECTED] wrote: Thanks Adam, any idea where the config.log is? should be in the directory you ran configure from He didn't run configure himself; he ran selfupdate. eoghan, have you installed Xcode 3? You'll

Re: leopard install

2007-11-12 Thread markd
Ryan Schmidt [EMAIL PROTECTED] writes: eoghan, have you installed Xcode 3? You'll need that. Yes, and I forgot to give the link to the new guide for some others install details you may need. http://geeklair.net/new_macports_guide/ Mark ___

Re: leopard install

2007-11-12 Thread Adam Mercer
On 12/11/2007, Ryan Schmidt [EMAIL PROTECTED] wrote: He didn't run configure himself; he ran selfupdate. eoghan, have you installed Xcode 3? You'll need that. You're right, sorry missed that. IIRC for Xcode 3 you'll also need to install the UNIX Development Support packages which I don't

Re: leopard install

2007-11-12 Thread eoghan
On Nov 12, 2007 10:43 PM, Adam Mercer [EMAIL PROTECTED] wrote: On 12/11/2007, Ryan Schmidt [EMAIL PROTECTED] wrote: He didn't run configure himself; he ran selfupdate. eoghan, have you installed Xcode 3? You'll need that. You're right, sorry missed that. IIRC for Xcode 3 you'll also need

Re: Error installing Gimp-Gap

2007-11-12 Thread Francis Ovenden
Yves de Champlain wrote: Le 07-11-12 à 00:52, Ryan Schmidt a écrit : gimp-gap has far too many dependencies that I haven't installed yet, so I'm not going to try it myself, but you should probably file a bug report ticket in Trac. Instructions are here:

Re: upgrade to guile @1.8.3_0 failed

2007-11-12 Thread William Davis
On Nov 9, 2007, at 10:01 AM, lorenz schori wrote: Hi I had the same problem under leopard and fixed it by manually turning off HAVE_STAT64 after configuration phase (look at post- configure hook in the portfile). Lorenz Portfileno-dylib.diff On Nov 9, 2007, at 1:54 PM, William Davis

Re: upgrade to guile @1.8.3_0 failed

2007-11-13 Thread lorenz schori
On Nov 13, 2007, at 8:14 AM, William Davis wrote: shouldnt you post those two files to the Trac ticket? http://trac.macosforge.org/projects/macports/ticket/13174 done. ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Getting rid of firefox-x11...

2007-11-13 Thread Alwyn Schoeman
Ok, looks like I had to have a clean -all gnucash-docs even though I specified +without_docs on the command-line. -- View this message in context: http://www.nabble.com/Getting-rid-of-firefox-x11...-tf4796313.html#a13721459 Sent from the MacPorts - Users mailing list archive at Nabble.com.

xmlto and gettext upgrade issues

2007-11-13 Thread Joe Schnide
Hello, I've been trying for many weeks to get a clean port upgrade installed to run but there were errors upgrading xmlto. It was the same running under tiger or leopard. Now I am getting errors when gettext is trying to be updated. I'm not certain what all information is needed to assist in

wireshark crashing on Leopard

2007-11-13 Thread Blake Garner
So first off I'm now able to successfully build wireshark on leopard! Thanks for fixing those funky gtk2 and other portfile bugs! However when I stop a capture everytime wireshark crashes with this error. bash-3.2# /opt/local/bin/wireshark The program 'wireshark' received an X Window System

Re: servers down

2007-11-13 Thread Ryan Schmidt
On Nov 13, 2007, at 07:39, Edward Harvey wrote: On Nov 10, 2007, at 10:12 PM, Ryan Schmidt wrote: Ok, so the apr0 and apr-util0 ports are out of date and need to be updated. You should file a ticket for that in Trac. Instructions are here:

Re: servers down

2007-11-13 Thread Emmanuel Hainry
Citando Ryan Schmidt : Tickets don't get seen unless they're Cc'd to the maintainer of the port. It looks like Anthony already added Blair's email address to the Cc list so he should see it now. Is it still true? Since the migration (yesterday), I have received mails for trac tickets I

problem building icecast2

2007-11-13 Thread P.M. Dahl
getting this bug when trying to build icecast2 server on a macbookpro or g5 powerpc. leopard 10.5 macports 1.5.2 source='auth_url.c' object='auth_url.o' libtool=no \ depfile='.deps/auth_url.Po' tmpdepfile='.deps/auth_url.TPo' \ depmode=gcc3 /bin/sh ../depcomp \ gcc

Re: wireshark crashing on Leopard

2007-11-13 Thread William Davis
On Nov 13, 2007, at 1:59 PM, Blake Garner wrote: So first off I'm now able to successfully build wireshark on leopard! Thanks for fixing those funky gtk2 and other portfile bugs! However when I stop a capture everytime wireshark crashes with this error. bash-3.2# /opt/local/bin/wireshark

Re: emacs unexmacosx.c aborting during build

2007-11-13 Thread Kendall Shaw
I've found this patch that seems to solve the problem if I build from source outside of ports: http://article.gmane.org/gmane.emacs.bugs/16867 I'll try to register in trac and submit a bug. On Nov 10, 2007, at 5:01 PM, Kendall Shaw wrote: I'm trying to install emacs +gtk and it barfs with a

Re: wireshark crashing on Leopard

2007-11-13 Thread BB
Wireshark is working here. I had a clean install of Leopard on a MacBook Pro, then I applied the Xquartz-1.2a9 and libX11.6.dylib binary patches from http://www.x.org/wiki/XDarwin. Then installed wireshark using sudo port install wireshark +ipv6 and it is capturing data, saving data, reading data

Re: wireshark crashing on Leopard -fixed

2007-11-14 Thread Mike Savory
You are correct, after installing the binaries, I did a sudo port -f uninstall installed and got rid of all my binaries and then sudo port install wireshark +ipv6 Wireshark runs fine now Thanks Mike On Nov 13, 2007, at 10:29 PM, BB wrote: Wireshark is working here. I had a clean install

Fwd: Error installing xfig -- directory not emty

2007-11-14 Thread Charles Rich
Here's the error: sudo port upgrade xfig --- Fetching xfig --- Verifying checksum(s) for xfig --- Extracting xfig --- Applying patches to xfig --- Configuring xfig --- Building xfig with target all --- Staging xfig into destroot Error: Target org.macports.destroot returned: error deleting

Re: Error installing xfig -- directory not emty

2007-11-14 Thread William Davis
On Nov 14, 2007, at 2:01 PM, Charles Rich wrote: Here's the error: sudo port upgrade xfig --- Fetching xfig --- Verifying checksum(s) for xfig --- Extracting xfig --- Applying patches to xfig --- Configuring xfig --- Building xfig with target all --- Staging xfig into destroot Error:

Re: docbook.xsl not found during xmlto install

2007-11-14 Thread William Davis
On Nov 14, 2007, at 4:47 PM, [EMAIL PROTECTED] wrote: I think there is a problem with one of xmlto's docbook dependencies, but I'm not sure what it is. I retitled the message in hopes someone else will know the problem. Mark Joe Schnide [EMAIL PROTECTED] writes: I've been trying for many

Imagemagick uninstall problems

2007-11-14 Thread Luís Beça
Hi For quite a while I've been having problems upgrading and uninstalling imagemagick (I'm on Leopard but things on Tiger where the same). I just did port uninstall imagemagick and it no longer appears listed as installed. However, if I manually browse the bin/, lib/ etc. directories,

Re: Imagemagick uninstall problems

2007-11-14 Thread Ryan Schmidt
On Nov 14, 2007, at 18:07, Luís Beça wrote: For quite a while I've been having problems upgrading and uninstalling imagemagick (I'm on Leopard but things on Tiger where the same). I just did port uninstall imagemagick and it no longer appears listed as installed. However, if I manually

Announcement: pidgin-encryption for macports

2007-11-15 Thread Thomas Reifferscheid
Dear list, when you are using pidgin on macports, you can now install and use pidgin-encryption. If you want to install pidgin-encryption, don't forget to sync the Portindex: 'sudo port sync' Then install pidgin-encryption: 'sudo port install pidgin-encryption' Kind regards Thomas

Qt3 on Leopard

2007-11-15 Thread Christos Chryssochoidis
Hi all, Is it possible to install qt3-mac on Mac OS X Leopard? When I try to install it, I get the error message This version of Mac OS X is unsupported, but on Google I 've found the page http://qt3-mac.darwinports.com/ , which has the title qt3-mac version 3.3.8 for Mac OS X 10.5

Error 2

2007-11-15 Thread Matthew Hippely
Hello, I am new to macports (1.5.0) so please let me know if i am doing something incorrect. I am trying to install emacs-devel +carbon on OS X 10.5 and am getting an error. Can anyone help me troubleshoot this? Here is the command + error returned: $sudo port install emacs-devel +carbon

Re: Qt3 on Leopard

2007-11-15 Thread Daniel J. Luke
On Nov 15, 2007, at 7:30 AM, Christos Chryssochoidis wrote: Is it possible to install qt3-mac on Mac OS X Leopard? When I try to install it, I get the error message This version of Mac OS X is unsupported, but on Google I 've found the page http://qt3-mac.darwinports.com/ , which has the

Re: Qt3 on Leopard

2007-11-15 Thread Christos Chryssochoidis
Thanks for the clarification. Christos Chryssochoidis On 15 Νοε 2007, at 17:03 , Daniel J. Luke wrote: On Nov 15, 2007, at 7:30 AM, Christos Chryssochoidis wrote: Is it possible to install qt3-mac on Mac OS X Leopard? When I try to install it, I get the error message This version of Mac

Re: wireshark crashing on Leopard -fixed

2007-11-15 Thread Noah Salzman
Hi All, Thanks for the tips about the updated binaries. If someone wanted to receive the fixes in an official release (rather than pull down 'hotfixes' from the aforementioned sites) where will these fixes come from? Does official mean an Apple X11 update? Should I hold my breath? Just

Re: wireshark crashing on Leopard -fixed

2007-11-15 Thread Adam Mercer
On 15/11/2007, Noah Salzman [EMAIL PROTECTED] wrote: If someone wanted to receive the fixes in an official release (rather than pull down 'hotfixes' from the aforementioned sites) where will these fixes come from? Does official mean an Apple X11 update? Should I hold my breath? Official

  1   2   3   4   5   6   7   8   9   10   >