php.ini read only from /opt/local/var/db/php5

2009-11-16 Thread Steve Edwards
I'm using and Apache and PHP ports, and my php.ini is not being read from where it should be. According to my phpinfo(), it is loading php.ini from /opt/local/etc/php5, yet any changes I make in that file make no effect, and the Loaded Configuration File is set to (none). I noticed a while ag

Re: checksum mismatch for pkg-config

2009-11-16 Thread Sonia Hamilton
Thanks Adam. PEBKAC I was using "port clean --all" rather than "port clean --dist". When I did the latter and ran "sudo port checksum pkgconfig" all was good. My apologies - I'm new to the ports system, still RTFM'ing. Thanks, Sonia. On Tue, 17 Nov 2009 00:25:00 -0600, "Adam Mercer" said: >

Re: checksum mismatch for pkg-config

2009-11-16 Thread Adam Mercer
On Tue, Nov 17, 2009 at 00:20, Sonia Hamilton wrote: > Thanks Adam for your help :-) > > /opt/local/etc/macports/sources.conf is showing > > rsync://rsync.macports.org/release/ports/ [default] > > If I then change that to: > > #rsync://rsync.macports.org/release/ports/ [default] > rsync://aarnet.a

Re: checksum mismatch for pkg-config

2009-11-16 Thread Sonia Hamilton
Thanks Adam for your help :-) /opt/local/etc/macports/sources.conf is showing rsync://rsync.macports.org/release/ports/ [default] If I then change that to: #rsync://rsync.macports.org/release/ports/ [default] rsync://aarnet.au.rsync.macports.org/pub/macports/ports/ [default] I get: sudo port

Re: checksum mismatch for pkg-config

2009-11-16 Thread Sonia Hamilton
Thanks Adam for your help :-) /opt/local/etc/macports/sources.conf is showing rsync://rsync.macports.org/release/ports/ [default] If I then change that to: #rsync://rsync.macports.org/release/ports/ [default] rsync://aarnet.au.rsync.macports.org/pub/macports/ports/ [default] I get: sudo port

Re: checksum mismatch for pkg-config

2009-11-16 Thread Adam Mercer
On Mon, Nov 16, 2009 at 23:53, Sonia Hamilton wrote: Sonia > The 'port clean' suggested by that FAQ item doesn't solve the problem, > suggesting that the file is corrupted on the server itself. > > How do I setup macports to use another mirror? > > Does anyone else have a clean copy of the file?

Re: checksum mismatch for pkg-config

2009-11-16 Thread Sonia Hamilton
Thanks Adam. The 'port clean' suggested by that FAQ item doesn't solve the problem, suggesting that the file is corrupted on the server itself. How do I setup macports to use another mirror? Does anyone else have a clean copy of the file? Thanks, Sonia. On Mon, 16 Nov 2009 23:23:45 -0600, "Ad

Re: checksum mismatch for pkg-config

2009-11-16 Thread Adam Mercer
On Mon, Nov 16, 2009 at 23:12, Sonia Hamilton wrote: Sonia > I'm trying to install git-core, and I'm getting "checksum mismatch" > errors (see output below). > > I'm wondering how I solve this problem? Most likely its a bad download, try cleaning and redownloading: http://trac.macports.org/wik

checksum mismatch for pkg-config

2009-11-16 Thread Sonia Hamilton
I'm trying to install git-core, and I'm getting "checksum mismatch" errors (see output below). I'm wondering how I solve this problem? I've installed the XCode tools and X Window system, and I've successfully installed nmap: manzana:~ sonia$ port installed The following ports are currently insta

Re: MacPorts libtiff return error [unknown required load command 0x80000022]

2009-11-16 Thread Rui Martins
Ok thanks! On Mon, Nov 16, 2009 at 10:52 PM, Ryan Schmidt wrote: > > On Nov 16, 2009, at 16:48, Rui Martins wrote: > > > On Mon, Nov 16, 2009 at 7:41 PM, Joshua Root wrote: > > > >> MacPorts is not able to cross compile. See > >> . The only real way to get >

Re: MacPorts libtiff return error [unknown required load command 0x80000022]

2009-11-16 Thread Ryan Schmidt
On Nov 16, 2009, at 16:48, Rui Martins wrote: > On Mon, Nov 16, 2009 at 7:41 PM, Joshua Root wrote: > >> MacPorts is not able to cross compile. See >> . The only real way to get >> 10.5-compatible binaries from MacPorts is to build on 10.5. (They should >>

Re: MacPorts libtiff return error [unknown required load command 0x80000022]

2009-11-16 Thread Rui Martins
So basically my only chance is to build MacPorts from the scratch on 10.5 sdk right? On Mon, Nov 16, 2009 at 7:41 PM, Joshua Root wrote: > On 2009-11-16 19:56, Rui Martins wrote: > > Hi everyone, > > > > I'm currently running Snow Leopard and using to compile my application > > that uses libtiff

Re: macports 1.7.1 deprecated

2009-11-16 Thread Ryan Schmidt
On Nov 16, 2009, at 13:38, Joshua Root wrote: > On 2009-11-17 06:00, Daniel J. Luke wrote: >> On Nov 14, 2009, at 8:07 PM, Ryan Schmidt wrote: >>> and the small number of users still using Panther didn't justify the >>> developer resources to restore it. >> >> While that's true, it reads more l

Re: mdmg etc

2009-11-16 Thread Joshua Root
On 2009-11-17 08:18, Eric wrote: > Joshua Root a écrit : >> On 2009-11-17 07:00, Eric wrote: >>> And is it possible to install the package somewhere else than (say) in >>> /opt/local ? >>> >> Only if you install MacPorts in the desired prefix. >> > Does it mean that m?dmg/m?pkg doesn't create

Re: mdmg etc

2009-11-16 Thread Eric
Joshua Root a écrit : > On 2009-11-17 07:00, Eric wrote: > >> I would like to know if variants work and how to specify variants, e.g. >> sudo port mpkg gpodder +quartz +no_x11 >> to create a package of gpodder with gtk-quartz, etc.. >> > > Yes, variants are applied for all targets and are a

Re: mdmg etc

2009-11-16 Thread Joshua Root
On 2009-11-17 07:00, Eric wrote: > I would like to know if variants work and how to specify variants, e.g. > sudo port mpkg gpodder +quartz +no_x11 > to create a package of gpodder with gtk-quartz, etc.. Yes, variants are applied for all targets and are always specified the same way. > And is it

Re: mdmg etc

2009-11-16 Thread Eric
I would like to know if variants work and how to specify variants, e.g. sudo port mpkg gpodder +quartz +no_x11 to create a package of gpodder with gtk-quartz, etc.. And is it possible to install the package somewhere else than (say) in /opt/local ? Also, will exiting archives be reused or will th

Re: MacPorts libtiff return error [unknown required load command 0x80000022]

2009-11-16 Thread Joshua Root
On 2009-11-16 19:56, Rui Martins wrote: > Hi everyone, > > I'm currently running Snow Leopard and using to compile my application > that uses libtiff. I'm bundling MacPorts libtiff in the *.app. Everytime > anyone runs my app on a Leopard system it crashes with the error above. > I'm compiling my

Re: macports 1.7.1 deprecated

2009-11-16 Thread Joshua Root
On 2009-11-17 06:00, Daniel J. Luke wrote: > On Nov 14, 2009, at 8:07 PM, Ryan Schmidt wrote: >> and the small number of users still using Panther didn't justify the >> developer resources to restore it. > > While that's true, it reads more like a company with dedicated developers > making a dec

Re: ghostscript problems

2009-11-16 Thread Daniel J. Luke
On Nov 16, 2009, at 7:15 AM, Uwe Brauer wrote: > now i cannot install texlive, ghostcript fails All of your problems look like they're coming from your use of trace mode (the -t argument to port). It's mostly useful as a tool for developers who are writing portfiles, and while things should pro

Re: macports 1.7.1 deprecated

2009-11-16 Thread Daniel J. Luke
On Nov 14, 2009, at 8:07 PM, Ryan Schmidt wrote: > and the small number of users still using Panther didn't justify the > developer resources to restore it. While that's true, it reads more like a company with dedicated developers making a decision. If there were lots of people in the community

Python26 and Mercurial Error

2009-11-16 Thread Robert Sanford
Running SnowLeopard on 32-bit MacBookPro2,2. I edited my config file to add +universal for all ports. I performed a sudo port clean --all all Followed by installing Python26 and Mercurial. When I attempt to execute hg clone ... I receive the following trace indicating that _locale is miss

ghostscript problems

2009-11-16 Thread Uwe Brauer
now i cannot install texlive, ghostcript fails is there a problem with the server? Uwe Brauer Applying patches to ghostscript ---> Configuring ghostscript trace: access denied to /opt/local/share/aclocal/libxml.m4 (libxml2) Error: Target org.macports.configure returned: autoreconf failure: she

can't install latex2rtf imagemagick fails

2009-11-16 Thread Uwe Brauer
I don't know how to interpret this An activity was attempted outside sandbox: /var/root/.CFUserTextEncoding ---> Building ImageMagick Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_grap

installed, uninstalled clean xemacs, no install fails

2009-11-16 Thread Uwe Brauer
Hello I installed on macports 1.8.1 finally succesfully emacs and then xemacs however there was what seems to me an incompatiblity issue so I uninstalled both, cleaned them sudo port -t uninstall xemacs sudo port -t clean xemacs and then sudo port -t install xemacs However now the following error

Re: problem

2009-11-16 Thread Scott Haneda
1) What is the error you do not understand, can you copy and paste? 2) Do you have the Apple Developer Tools installed? -- Scott * If you contact me off list replace talklists@ with scott@ * On Nov 16, 2009, at 12:37 AM, Giulio Cesare vs Max wrote: Goodmornig, I have a problem with MacPorts-1.8

Re: luabind

2009-11-16 Thread Scott Haneda
Updated the ticket on this one, cross posting to dev list as well: https://trac.macports.org/ticket/22334 -- Scott * If you contact me off list replace talklists@ with scott@ * On Nov 13, 2009, at 7:57 AM, Matthias Dörfelt wrote: I just saw that luabind was submitted to macports. I am really

MacPorts libtiff return error [unknown required load command 0x80000022]

2009-11-16 Thread Rui Martins
Hi everyone, I'm currently running Snow Leopard and using to compile my application that uses libtiff. I'm bundling MacPorts libtiff in the *.app. Everytime anyone runs my app on a Leopard system it crashes with the error above. I'm compiling my app with -mmacosx-version-min=10.5 -isysroot /Develo

Re: problem

2009-11-16 Thread Bryan Blackburn
On Mon, Nov 16, 2009 at 08:37:44AM +, Giulio Cesare vs Max said: > Goodmornig, > I have a problem with MacPorts-1.8.1, > when I MacPorts-1.8.1 > ./configure > I get > checking build system type... i386-apple-darwin9.8.0 > checking host system type... i386-apple-darwin9.8.0 > checking target

problem

2009-11-16 Thread Giulio Cesare vs Max
Goodmornig, I have a problem with MacPorts-1.8.1, when I MacPorts-1.8.1 ./configure I get checking build system type... i386-apple-darwin9.8.0 checking host system type... i386-apple-darwin9.8.0 checking target system type... i386-apple-darwin9.8.0 checking MacPorts version... 1.8.1 checking for

Re: mdmg etc

2009-11-16 Thread Joshua Root
On 2009-11-16 17:54, David Cake wrote: > anyone goy any advice at all on how mdmd, mkg, etc work beyond the > man page? I can't think of much more to add. What exactly don't you understand? - Josh ___ macports-users mailing list macports-users@lists