Fwd: Icu does not build

2007-05-17 Thread Jean-Philippe Humbert
t : Rép : Icu does not build Hi, I have tried the two experiments. But the same error appears each time... Thanks for your help. // Jph Le 17 mai 07 à 23:13, N_Ox a écrit : As I haven't found anything on this problem out there, try these two experiments: First, try running `port install icu

Re: P5-PDL Fails

2007-05-17 Thread markd
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 at 7:44 PM -0800 wrote: >It fails at the installation phase now. Here is the error: > >

Re: port list outdated

2007-05-17 Thread Boey Maun Suang
Hi Ludwig, The outdated psudo-portname is not expanding correctly. It's returning a list of all ports in the repository. Is there another way to get a list of all active outdated ports? If you can show us the command you entered and the full output that you got, that should help us figur

Re: port list outdated

2007-05-17 Thread James Berry
On May 17, 2007, at 6:32 PM, Ludwig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The outdated psudo-portname is not expanding correctly. It's returning a list of all ports in the repository. Is there another way to get a list of all active outdated ports? Huh. port list outdated

Re: P5-PDL Fails

2007-05-17 Thread Altoine Barker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It fails at the installation phase now. Here is the error: Installing /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_perl_p5-pdl/work/destroot/opt/local/bin/pptemplate Writing /opt/local/va

Re: commit new port - transcode

2007-05-17 Thread cremes . devlist
On May 17, 2007, at 6:37 AM, Chuck Remes wrote: On May 17, 2007, at 1:14 AM, Boey Maun Suang wrote: Hi Chuck and David, On 17/05/2007, at 00:14, Chuck Remes wrote: On May 16, 2007, at 8:59 AM, Daniel J. Luke wrote: Is there a compelling reason to use cvs HEAD for this port? Yes. The u

Problems with python (was: /bin/date and coreutils)

2007-05-17 Thread Vincent Lefevre
On 2007-05-10 23:56:05 +0200, Vincent Lefevre wrote: > I've seen many problems after Python upgrades under Debian (e.g. > things that no longer work, probably because incompatibilities > between versions)... Well, not only on Debian. With MacPorts too: the latest python upgrade (2.4.3_1 -> 2.4.4_0

port list outdated

2007-05-17 Thread Ludwig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The outdated psudo-portname is not expanding correctly. It's returning a list of all ports in the repository. Is there another way to get a list of all active outdated ports? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (Darwin) iEYEARECA

Re: Icu does not build

2007-05-17 Thread N_Ox
As I haven't found anything on this problem out there, try these two experiments: First, try running `port install icu configure.cmd='./runConfigureICU MacOSX'` Then, try `port install icu make.cmd='gnumake'` Hope this will help. Le 17 mai 07 à 20:17, Jean-Philippe Humbert a écrit : Hi, I

Re: dependency style bin: not working

2007-05-17 Thread mark abney
--- Chris Pickel <[EMAIL PROTECTED]> wrote: > On 17 May, 2007, at 11:45, [EMAIL PROTECTED] wrote: > > mark abney <[EMAIL PROTECTED]> on Thursday, May 17, 2007 at 8:33 > > AM -0800 > > wrote: > >> It's not a case sensitivity issue. The file that's in my PATH is > >> 'tex' > >> and the filename

Re: Icu does not build

2007-05-17 Thread Jean-Philippe Humbert
Hi, I have tried your trick but it does not help... I have the same error. // Jph Le 17 mai 07 à 16:49, N_Ox a écrit : Hi, I got this problem too when i've began to write the new portfile. Everything worked fine after i ran `port clean --all icu`. Anyway, i've been running a little through

Re: dependency style bin: not working

2007-05-17 Thread Chris Pickel
On 17 May, 2007, at 11:45, [EMAIL PROTECTED] wrote: mark abney <[EMAIL PROTECTED]> on Thursday, May 17, 2007 at 8:33 AM -0800 wrote: It's not a case sensitivity issue. The file that's in my PATH is 'tex' and the filename as specified in the dependency is also 'tex', but port simply refuses

python25 port and libpython?

2007-05-17 Thread Jon Buffington
Is libpython (e.g., libpython2.5.dylib) installed by the python25 Portfile? I am trying to link to lpython and the linker is finding / usr/lib/libpython.dylib from Apple's build of python 2.4.3. I did locate ${prefix}/lib/python2.5/config/libpython2.5.a but was uncertain if I should be linki

Re: Problems installing svk-2.0.1

2007-05-17 Thread Daniel J. Luke
On May 17, 2007, at 12:33 PM, Lyle Johnson wrote: On 5/17/07, Lyle Johnson <[EMAIL PROTECTED]> wrote: Is there a workaround for this? Ah, found the answer in this Trac ticket: http://trac.macports.org/projects/macports/ticket/9096 Solution was to first run: sudo perl -MCPAN -e shell

Re: Problems installing svk-2.0.1

2007-05-17 Thread Lyle Johnson
On 5/17/07, Lyle Johnson <[EMAIL PROTECTED]> wrote: Is there a workaround for this? Ah, found the answer in this Trac ticket: http://trac.macports.org/projects/macports/ticket/9096 Solution was to first run: sudo perl -MCPAN -e shell and then answer "no" to the question about configu

Problems installing svk-2.0.1

2007-05-17 Thread Lyle Johnson
I was trying to install the "svk" port, but it was taking an extraordinarily long time for the "Configuring svk" step. When I turn on debug output, I can see that it's stuck in an endless loop, repeating this bit over and over: (1) Africa (2) Asia (3) Central America (4) Europe (5)

Re: X11-Error installing wireshark, using Apple's X11

2007-05-17 Thread Sebastian Hahn
On May 17, 2007, at 5:27 PM, [EMAIL PROTECTED] wrote: Sebastian Hahn <[EMAIL PROTECTED]> on Thursday, May 17, 2007 at 3:43 AM -0800 wrote: But I still have question... I have to open Terminal, and then type "open-x11 wireshark". When I launch X11 directly, my .profile is ignored somehow... I f

dependency style bin: not working

2007-05-17 Thread markd
mark abney <[EMAIL PROTECTED]> on Thursday, May 17, 2007 at 8:33 AM -0800 wrote: >It's not a case sensitivity issue. The file that's in my PATH is 'tex' >and the filename as specified in the dependency is also 'tex', but port >simply refuses to find it. Where does it search? Or, if it does actual

Re: How does dependency checking work?

2007-05-17 Thread mark abney
--- [EMAIL PROTECTED] wrote: > mark abney <[EMAIL PROTECTED]> on Wednesday, May 16, 2007 at 6:13 PM > -0800 wrote: > >Thanks. I understand and agree with the policy of keeping as much > >within Macports as possible. My immediate undertaking was trying to > >modify the gnuplot portfile so that it

Re: Call for MacPorts documentation/site effort

2007-05-17 Thread Jeff Adams
First climb the tallest mountain in Australia and find the blind monk who lives at the top. You must perform three tasks for him, if you succeed he will whisper to you the Secret Words of Power. Find the lost city of Atlantis and utter these words of power; a computer terminal will rise from the

Re: X11-Error installing wireshark, using Apple's X11

2007-05-17 Thread markd
Sebastian Hahn <[EMAIL PROTECTED]> on Thursday, May 17, 2007 at 3:43 AM -0800 wrote: >But I still have question... I have to open Terminal, and then type >"open-x11 wireshark". When I launch X11 directly, my .profile is >ignored somehow... I found on Apple's website that the X11-app uses >the

Re: Icu does not build

2007-05-17 Thread N_Ox
Hi, I got this problem too when i've began to write the new portfile. Everything worked fine after i ran `port clean --all icu`. Anyway, i've been running a little through the sources and i can't understand why this error came up. Thanks for the feedback. Le 17 mai 07 à 08:47, Jean-Philippe

Re: MacPorts v1.4.41 released for selfupdate

2007-05-17 Thread James Berry
On May 17, 2007, at 12:36 AM, Kevin Ballard wrote: Please don't upgrade just yet. I just discovered I broke reinplace functionality at the last minute yesterday. Any reinplace pattern that has a dash in it will fail to work (ex. the one in apr-util). I've committed a fix, but we need to pu

MacPorts v1.4.42 released for selfupdate

2007-05-17 Thread James Berry
MacPorts v1.4.42 has been released for self update, correcting a bug in v1.4.41. To install this release you should be able to: sudo port selfupdate (it will take an hour or so for it to reach the rsync repository). James ChangeLog for this release: Release 1.4.42 (17-May-2007 ta

Re: MacPorts Web App (mpwa) online for initial testing.

2007-05-17 Thread Ringo De Smet
James, --- James Berry <[EMAIL PROTECTED]> wrote: > The following is not yet implemented: > > - Support for dependencies Most of the time, I try to find out, as a MacPorts *user*, which port depends on other ports. Often, a variant adds additional dependencies. As a result, I would like t

Re: commit new port - transcode

2007-05-17 Thread Chuck Remes
On May 17, 2007, at 1:14 AM, Boey Maun Suang wrote: Hi Chuck and David, On 17/05/2007, at 00:14, Chuck Remes wrote: On May 16, 2007, at 8:59 AM, Daniel J. Luke wrote: Is there a compelling reason to use cvs HEAD for this port? Yes. The upcoming 1.1.0 release can only be accessed from HEA

Re: MacPorts v1.4.41 released for selfupdate

2007-05-17 Thread Ringo De Smet
--- Kevin Ballard <[EMAIL PROTECTED]> wrote: > Please don't upgrade just yet. I just discovered I broke reinplace > functionality at the last minute yesterday. Any reinplace pattern > that has a dash in it will fail to work (ex. the one in apr-util). > > I've committed a fix, but we need to

Re: X11-Error installing wireshark, using Apple's X11

2007-05-17 Thread Sebastian Hahn
On May 16, 2007, at 3:56 AM, Ryan Schmidt wrote: On May 15, 2007, at 12:01, Sebastian Hahn wrote: On May 15, 2007, at 9:12 AM, Ryan Schmidt wrote: Do you have /usr/X11R6/lib/libX11.6.dylib? I believe that's the file that's being looked for by the ports you're installing, and it should be

Re: Call for MacPorts documentation/site effort

2007-05-17 Thread Ryan Schmidt
On May 17, 2007, at 04:01, Michael Thon wrote: How does one get editing access to the wiki and does anyone have a copy of the old documentation that was one the darwinports web site? The old documentation is available for browsing in the Internet Archive: http://web.archive.org/web/20060427

Re: Call for MacPorts documentation/site effort

2007-05-17 Thread Michael Thon
How does one get editing access to the wiki and does anyone have a copy of the old documentation that was one the darwinports web site? Mike On May 11, 2007, at 7:51 PM, Fred Bauder wrote: Yes, it is a wiki. Anyone who has something to contribute should just jump in. If something is wrong, c

Re: Ghostscript Installation Problem

2007-05-17 Thread Ryan Schmidt
Looks like the ghostscript port is still doing ghostscript 8.54 but 8.56 has been available from upstream for a couple months already. Perhaps that would help? On May 16, 2007, at 16:15, Christopher Riker wrote: Working with a MacBook Pro, OS 10.4.9, Xcode 2.4.1. I'm working on installing

Re: MacPorts v1.4.41 released for selfupdate

2007-05-17 Thread Kevin Ballard
Please don't upgrade just yet. I just discovered I broke reinplace functionality at the last minute yesterday. Any reinplace pattern that has a dash in it will fail to work (ex. the one in apr-util). I've committed a fix, but we need to push out 1.4.42, and unfortunately the release manager