Re: coq build fails

2008-05-17 Thread Ryan Schmidt
Hello Dimitri. Sorry for my delay in responding. To apply patches, you download the patch from the ticket, then do something like this: $ sudo -s $ cd `port dir coq` $ patch -p0 < /path/to/coq.diff $ port install $ exit $ But I committed the patch yesterday and closed the ticket so there's no

py25-pygtksourceview I/O Error with docbook

2008-05-17 Thread Morgan Sutherland
I've been battling for a week to get py-gtk2 and py-gtksourceview installed. Hopefully this is the last issue: sudo port install py25-pygtksourceview ---> Fetching py25-pygtksourceview ---> Verifying checksum(s) for py25-pygtksourceview ---> Extracting py25-pygtksourceview ---> Configuring py2

Re: Manual install

2008-05-17 Thread Alakazam
Hi ! On 15 mai 08, at 22:47, Simon Wheatley wrote: > Simon Wheatley wrote: >> Is it possible to point MacPorts at a downloaded "package" of some >> kind and say "install that"? Something similar to Debian's 'dpkg -i'? > > Thanks all. I'll have a go with the various suggestions. Did you have any

Re: Building on Intel, running on G4

2008-05-17 Thread Rainer Müller
Alakazam wrote: > On 17 mai 08, at 23:09, Rainer Müller wrote: > >> Alakazam wrote: >>> The question of MacPorts still being universal after a selfupdate >>> is indicated as being open. >> No, MacPorts is not being build universal on selfupdate. > > Even if the +universal variant is added to

Re: Building on Intel, running on G4

2008-05-17 Thread Alakazam
Hi ! On 17 mai 08, at 23:09, Rainer Müller wrote: > Alakazam wrote: >> The question of MacPorts still being universal after a selfupdate >> is indicated as being open. > No, MacPorts is not being build universal on selfupdate. Even if the +universal variant is added to all ports in variants.

Re: Building on Intel, running on G4

2008-05-17 Thread Rainer Müller
Alakazam wrote: > The question of MacPorts still being universal after a selfupdate is > indicated as being open. No, MacPorts is not being build universal on selfupdate. Rainer ___ macports-users mailing list macports-users@lists.macosforge.org http:/

Re: coq build fails

2008-05-17 Thread Dimitri Hendriks
Can anyone tell me how to apply a patch file? Coq 8.1pl2 doesn't install here. I want to try a patch called coq.diff, as Ryan suggested (see below). But how does this work? Is there a port command for it, or do I have to do it manually? Honestly, I do not even know to which file this patch would a

Re: Building on Intel, running on G4

2008-05-17 Thread Alakazam
Hello, I have copied this very interesting email to the HowTo section of the macports' wiki : > http://trac.macports.org/wiki/howto/buildUniversal The question of MacPorts still being universal after a selfupdate is indicated as being open. Regards, -- Alakazam <[EMAIL PROTECTED]> On 17

Re: Several errors building gnutls

2008-05-17 Thread Brian P. Flaherty
On Wed, 14 May 2008, Chris Pickel wrote: > If you're concerned about your MacPorts installation, the best thing to do > would be to remove the configure args you added, then `sudo port -f configure > libgcrypt`, and find config.log in `sudo port dir libgcrypt`/work. That might > have some info.

Re: ncursesw doesn't like to (re)activate

2008-05-17 Thread nox
Le 17 mai 08 à 16:39, Tabitha McNerney a écrit : > Hi, > > I wanted to upgrade the ncursesw port on my Xserve so I first did a > quick test like this: > > $ sudo port activate ncursesw > ---> Activating ncursesw > Error: port activate failed: Image error: /opt/local/share/terminfo/ > 2/2621a a

ncursesw doesn't like to (re)activate

2008-05-17 Thread Tabitha McNerney
Hi, I wanted to upgrade the ncursesw port on my Xserve so I first did a quick test like this: $ sudo port activate ncursesw ---> Activating ncursesw Error: port activate failed: Image error: /opt/local/share/terminfo/2/2621a already exists and does not belong to a registered port. Unable to act

Trouble upgrading gnucash 2.2.4 to 2.2.5

2008-05-17 Thread Triston Whetten
The build phase of gnucash is failing with the following output: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: multiple definitions of symbol _gnc_libc_missing_noop .libs/libgncqof-backend-qsf.lax/libc-missing.a/libc-missing-noop.o definition of _gnc_libc_missing_noop in section (__TEXT,__text

Re: encfs 1.4.2 fails to configure

2008-05-17 Thread Ryan Schmidt
On May 16, 2008, at 8:25 PM, Sonikbuddha - wrote: > I've been attempting to install the newest version of encfs, > version 1.4.2, which was released last month, but it has been > failing every time it attempts to configure with the below error. > Has anyone else encountered this problem?