Re: Critical Security bug in rlpr

2007-05-19 Thread Ryan Schmidt
On May 19, 2007, at 21:27, William Lynch wrote: I'd just like to throw some attention at ticket #11715: http:// trac.macosforge.org/projects/macports/ticket/11715 It's been open for 2 or so months. And it has a remotely exploitable security bug. And all that's needed to fix it is to increa

Re: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL)

2007-05-19 Thread Chris Pickel
On 19 May, 2007, at 23:12, Bill Hernandez wrote: I got mysql5 +server installed earlier today, and you recommend that I do the same for postgresql + server, but when I checked the variants ... did not find a +server variant, it looks like I probably ought to take the default install: $

Critical Security bug in rlpr

2007-05-19 Thread William Lynch
Hey everyone, I'd just like to throw some attention at ticket #11715: http:// trac.macosforge.org/projects/macports/ticket/11715 It's been open for 2 or so months. And it has a remotely exploitable security bug. And all that's needed to fix it is to increase the version number to 2.0.6.

Re: GPG segfaulting

2007-05-19 Thread Randall Wood
Sorry. Forgot the URL to report a bug: http://trac.macosforge.org/ projects/macports/newticket On 19 May 2007, at 17:52, Randall Wood wrote: On 19 May 2007, at 17:27, Charlie Allom wrote: On Sat, May 19, 2007 at 05:24:33PM -0400, Watson Ladd wrote: Hello: Whenever I run GPG it segfaults on

Re: Python does not see Macports-installed modules. Why?

2007-05-19 Thread Rainer Müller
Tarage wrote: > > Hi everyone. The subject line says it all. I'm trying to get py-gtk2 > going on 10.3.9, and in that quest, I've let Macports install all the > dependent libraries, including python24. However, when I go to the > python prompt and run a help() then modules, it doesn't see any of t

Re: Python does not see Macports-installed modules. Why?

2007-05-19 Thread Chris Pickel
On 19 May, 2007, at 18:42, Tarage wrote: Hi everyone. The subject line says it all. I'm trying to get py- gtk2 going on 10.3.9, and in that quest, I've let Macports install all the dependent libraries, including python24. However, when I go to the python prompt and run a help() then modules,

Python does not see Macports-installed modules. Why?

2007-05-19 Thread Tarage
Hi everyone. The subject line says it all. I'm trying to get py-gtk2 going on 10.3.9, and in that quest, I've let Macports install all the dependent libraries, including python24. However, when I go to the python prompt and run a help() then modules, it doesn't see any of the modules I've ins

Re: GPG segfaulting

2007-05-19 Thread Randall Wood
On 19 May 2007, at 17:27, Charlie Allom wrote: On Sat, May 19, 2007 at 05:24:33PM -0400, Watson Ladd wrote: Hello: Whenever I run GPG it segfaults on startup. gdb gpg leads to a bus error. Can anyone help me? not with that kind of info. how about learning how to file a bug report? How abo

py-wxpython problems

2007-05-19 Thread Jochen Küpper
Hi, port upgrade recently updated wxPython to py-wxpython 2.8.4.0, python/py-wxpython (Variants: universal). Now I am trying to enhance the py-matplotlib port and have to reinstall it. This does not work and gives me the errors given below, which seem to be the once described here: http:

Re: GPG segfaulting

2007-05-19 Thread Charlie Allom
On Sat, May 19, 2007 at 05:24:33PM -0400, Watson Ladd wrote: > Hello: > Whenever I run GPG it segfaults on startup. gdb gpg leads to a bus > error. Can anyone help me? not with that kind of info. how about learning how to file a bug report? -- hail eris http://rubberduck.com/

GPG segfaulting

2007-05-19 Thread Watson Ladd
Hello: Whenever I run GPG it segfaults on startup. gdb gpg leads to a bus error. Can anyone help me? Thank you, Watson Ladd ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: libmad developer package

2007-05-19 Thread markd
mark brethen <[EMAIL PROTECTED]> on Saturday, May 19, 2007 at 7:05 AM -0800 wrote: >Just to update you on the status. I contacted the mp3splt author at >sourceforge.net and he was able to walk me through the install. After >updating the libmad port I had to use > >export CFLAGS="$CFLAGS -I/opt/lo

Re: gnome-terminal installation error

2007-05-19 Thread Randall Wood
It seems that you simply managed to suffer an intermittent download problem attempting to download the sources for port py-libxml2. I was able to successfully download the same sources without error. Try again and if you have problems the macports wiki faq has a section doing manual downloa

Re: P5-PDL Fails

2007-05-19 Thread Altoine Barker
That fixed it. Thank you Mark. -Altoine [EMAIL PROTECTED] wrote: > Do another selfupdate. MacPorts 1.441 had a bug that broke reinplace. > You need 1.442. > > This command "port -v" should get you: > > MacPorts 1.442 > > Mark > > Altoine Barker <[EMAIL PROTECTED]> on Thursday, May 17, 2007

gnome-terminal installation error

2007-05-19 Thread Josh Baldoni
I get the following when trying to install gnome-terminal using: laptop:~ laptop$ sudo port -v install gnome-terminal Password: ---> Configuring gnome-terminal checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no c

Re: General questions about install order and variants (Apache2, PHP5, PostgreSQL, mySQL)

2007-05-19 Thread Bill Hernandez
On May 18, 2007, at 3:42 PM, Ryan Schmidt wrote: Ryan, MacPorts is a great help here, because not only are portfiles already written, containing a set of configure options that are though to be useful, but MacPorts also keeps track of what each software package installed. If you want to ju

Re: libmad developer package

2007-05-19 Thread mark brethen
On May 17, 2007, at 12:20 AM, [EMAIL PROTECTED] wrote: mark brethen <[EMAIL PROTECTED]> on Wednesday, May 16, 2007 at 6:37 PM -0800 wrote: I'll try it later today. One thing I noticed, this file: libdata/pkgconfig/mad.pc is not in my /opt/local directory. In fact, I can't find it anywhere.

Re: *gnu*sed?!

2007-05-19 Thread N_Ox
Modifying ports depending on gsed wouldn't be that much work: % egrep -r '((bin|lib):[^:]|port):gsed' . | grep -v PortIndex | cut - f 1 -d : | xargs -t -n 1 grep gnused grep gnused ./devel/git-core/Portfile grep gnused ./devel/quilt/Portfile configure.args --with-sed=${prefix}/bin/gnused grep g