Re: Problems with Tidy

2007-09-14 Thread Jeff Stubbs
On Sep 14, 2007, at 4:14 PM, David Moylan wrote: Ryan Schmidt wrote: On Sep 14, 2007, at 13:38, Jeff Stubbs wrote: Tried to install tidy prior to installing php5 on my sandbox machine. The attempt resulted in this error: What's weird, is that I successfully installed tidy (and php5)

macports without root

2007-09-14 Thread Olivier Croquette
Hi all I just read this thread from 2006 about running macports without root rights: http://lists.macosforge.org/pipermail/macports-dev/2006-October/000128.html The outcome seems to be that MacPorts don't need root, but certain ports may well expect root rights, especially during the "install

Re: Problems with Tidy

2007-09-14 Thread David Moylan
Ryan Schmidt wrote: On Sep 14, 2007, at 13:38, Jeff Stubbs wrote: Tried to install tidy prior to installing php5 on my sandbox machine. The attempt resulted in this error: ---> Building tidy with target all DEBUG: Executing org.macports.build (tidy) DEBUG: Environment: DEBUG: Assembled comma

Re: Problems with Tidy

2007-09-14 Thread Ryan Schmidt
On Sep 14, 2007, at 13:38, Jeff Stubbs wrote: Tried to install tidy prior to installing php5 on my sandbox machine. The attempt resulted in this error: ---> Building tidy with target all DEBUG: Executing org.macports.build (tidy) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/

Problems with Tidy

2007-09-14 Thread Jeff Stubbs
Hi All, Tried to install tidy prior to installing php5 on my sandbox machine. The attempt resulted in this error: ---> Building tidy with target all DEBUG: Executing org.macports.build (tidy) DEBUG: Environment: DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/ _opt_local_var_ma

Re: texinfo building error

2007-09-14 Thread Vincent Lefevre
On 2007-09-14 19:25:13 +0200, Vincent Lefevre wrote: > The "else" is taken when you don't have the coreutils mkdir. And the > problem is that the install-sh doesn't have the exec bit set (this is > not a problem in general, but here it is, and upstream isn't aware of > this). I'll report the bug an

Re: texinfo building error

2007-09-14 Thread Vincent Lefevre
On 2007-09-14 16:09:20 +, Glenn Jones wrote: > Here is the outup for the port install -v texinfo I also needed the configure output. I have: checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p I think you get something else, in which case a solution to solve the problem is to ins

Re: libmng installation failure

2007-09-14 Thread Lenore Horner
I don't know whether they're the same or not. At present it appears that esound has a problem because libbonobo cannot XML::Parser. I tried a couple of suggestions for what that might actually be, so far without success. I get a bunch of variant messages similar to what is below. Below i

Re: libmng installation failure

2007-09-14 Thread markd
David Moylan <[EMAIL PROTECTED]> writes: >Still trying to figure out why libmng won't configure properly. No >Makefile is created when ./configure is run. > >This is the output from > >sudo port -vd configure libmng > >Do the requested variant messages indicate the problem? > >DEBUG: Found port i

Installing gnuplot fails

2007-09-14 Thread mike jones
Hi :) Today I tried to install gnuplots on my mac and I recieved the following error :( 5acff429:~ mike$ sudo port install gnuplot ---> Building texinfo with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsy

Re: texinfo building error

2007-09-14 Thread Glenn Jones
Here is the outup for the port install -v texinfo ---> Building texinfo with target all make all-recursive Making all in gnulib/lib { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca_.h; \ }> alloca.h-t mv -f alloca.h-t alloca.h rm -f configmake.h-t configmake.h { echo '/* D

Re: trying to install gimp

2007-09-14 Thread Lenore Horner
I've tried the suggestion highlighted below. libbonobo still complains. How do I figure out what XML::Parser really corresponds to as it is neither p5-xml-parser nor p5-libxml-perl. Thanks, Lenore sudo port -ncuf upgrade p5-xml-parser Password: ---> Unable to uninstall p5-xml-parser 2.34_

libmng installation failure

2007-09-14 Thread David Moylan
Still trying to figure out why libmng won't configure properly. No Makefile is created when ./configure is run. This is the output from sudo port -vd configure libmng Do the requested variant messages indicate the problem? DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.ma

Re: PHP logging to Apache error log

2007-09-14 Thread Simon Wheatley
Simon Wheatley wrote: I've installed Apache and PHP through MacPorts. Everything is good, except that PHP won't log to its own error log when running through Apache. (When run through the CLI it logs to its own error log as expected.) I'm guessing no-one knew the answer to this one, or that I

Re: texinfo building error

2007-09-14 Thread Vincent Lefevre
On 2007-09-14 17:31:18 +0200, Vincent Lefevre wrote: > I do not have such a problem. Could you try with the -v option > and send me the output? And also, after you get the failure: grep 'install_sh ' `port dir texinfo`/work/texinfo-4.11/Makefile Here I have: install_sh = $(SHELL) /opt/local/

Re: texinfo building error

2007-09-14 Thread Vincent Lefevre
On 2007-09-14 14:53:27 +, Glenn Jones wrote: > ---> Building texinfo with target all > Error: Target org.macports.build returned: shell command " cd > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_texinfo/work/texinfo-4.11" > && make

texinfo building error

2007-09-14 Thread Glenn Jones
Hi I'm having a few difficulties in installing tetex and in particular the port texinfo. I managed to get tetex running fine on my macbook via macports but I'm having difficulties in building it on my imac. When I try and install texinfo I get the following error message: ---> Building texin

Re: Gimp and gimp-print (and other Gimp issues)

2007-09-14 Thread Stefan Bruda
Hi, At 22:10 -0400 on 2007-9-13 Yves de Champlain wrote: > > > The latest Gimp (2.4.1) does not seem to go along well with gimp- > > print. > > Whenever I attempt to print something I get a bus error in > > /opt/local/lib/gimp/2.0/plug-ins/print. Last time I checked (with > > Gimp > > 2

Re: Remove all ports

2007-09-14 Thread Bill Hernandez
On Sep 14, 2007, at 7:19 AM, Vincent Lefevre wrote: ports also install things outside /opt, e.g. symlinks in /Library/LaunchDaemons. GOOD POINT ! The way I interpreted his message was that : In his case he wanted to re-install his ports from scratch, so the symlinks would be created again

Re: Remove all ports

2007-09-14 Thread Bill Hernandez
On Sep 14, 2007, at 1:18 AM, Anders F Björklund wrote: The default MacPorts prefix is *not* /opt, it is "/opt/local". If you delete the entire /opt, you risk throwing away other third-party software that (rightfully) gets installed there... (nothing by Apple though, in a clean Mac OS X / Xcode i

Re: Remove all ports

2007-09-14 Thread Vincent Lefevre
On 2007-09-13 21:16:16 -0500, Bill Hernandez wrote: > I don't know if you've installed anything other than MacPorts in > /opt but if you have not, you could probably delete everything in > the /opt directory. ports also install things outside /opt, e.g. symlinks in /Library/LaunchDaemons. -- Vin

distcc

2007-09-14 Thread Michael Thon
Is there any to perform distributed compiling with macports? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

64 bits variants

2007-09-14 Thread Paulo Moura
Hi! I would like to add a 64 bits variant to the swi-prolog portfile. Is there a recommended name for these variants? Is there a way to specify 64 bits variants for the dependent libraries? Paulo - Paulo Jorge Lopes de Moura