Re: Packages ignoring applications_dir

2011-09-08 Thread Bryan Blackburn
On Thu, Sep 08, 2011 at 11:35:38PM -0500, Ryan Schmidt said: > > On Sep 8, 2011, at 21:56, Scott Webster wrote: > > > On Thu, Sep 8, 2011 at 7:06 PM, Bryan Blackburn wrote: > >> On Thu, Sep 08, 2011 at 06:52:22PM -0700, Scott Webster said: > >>> It forces a build from source if you use a non-stan

Re: cpio

2011-09-08 Thread Ken Preslan
On Thu, Sep 08, 2011 at 11:41:00PM -0500, Ryan Schmidt wrote: > > On Sep 8, 2011, at 21:14, Ken Preslan wrote: > > > Uh, oh! > > > > # port install cpio > > ---> Computing dependencies for cpio > > ---> Fetching archive for cpio > > ---> Attempting to fetch cpio-2.11_1.darwin_10.x86_64.tgz fr

Re: unable to install grantlee 0.1.9_0

2011-09-08 Thread Ryan Schmidt
On Sep 8, 2011, at 08:00, Richard DeLaurell wrote: > On Wed, Sep 7, 2011 at 10:12 PM, Ryan Schmidt wrote: > >> I am able to reproduce this problem on Snow Leopard by running "sudo port >> install grantlee configure.compiler=gcc-4.0". If you are running Leopard, >> perhaps you can work around i

Re: Can't build ffmpeg

2011-09-08 Thread Ryan Schmidt
On Sep 8, 2011, at 11:06, Richard L. Hamilton wrote: > I just tried > sh-3.2# port install ffmpeg configure.compiler=gcc-4.2 > > (instead of the default, which I suppose is llvm-gcc4.2) and it worked. As of https://trac.macports.org/changeset/83625 the ffmpeg will use gcc-4.2 without any add

Re: What is db46 and why is it such a pain?

2011-09-08 Thread Ryan Schmidt
On Sep 8, 2011, at 18:08, Yves S. Garret wrote: > I tried installing clisp and this is the next issue that cropped up Then this should have been a new thread since it is not related to the previous db46 issue. > modules.c:16: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before > ‘

Re: Strigi fails to build universal

2011-09-08 Thread Ryan Schmidt
On Sep 8, 2011, at 12:24, Richard L. Hamilton wrote: > …with error > :info:build ld: bad codegen, pointer diff in Base64InputStreamTest(int, > char**)to global weak symbol vtable for Strigi::StreamBaseBasefor > architecture i386 Bug reports should be filed in the issue tracker. ___

Re: cpio

2011-09-08 Thread Ryan Schmidt
On Sep 8, 2011, at 21:14, Ken Preslan wrote: > Uh, oh! > > # port install cpio > ---> Computing dependencies for cpio > ---> Fetching archive for cpio > ---> Attempting to fetch cpio-2.11_1.darwin_10.x86_64.tgz from > http://packages.macports.org/cpio > ---> Fetching cpio > ---> Attempting

Re: Packages ignoring applications_dir

2011-09-08 Thread Ryan Schmidt
On Sep 8, 2011, at 21:56, Scott Webster wrote: > On Thu, Sep 8, 2011 at 7:06 PM, Bryan Blackburn wrote: >> On Thu, Sep 08, 2011 at 06:52:22PM -0700, Scott Webster said: >>> It forces a build from source if you use a non-standard prefix? Wouldn't it >>> be straightforward to just replicate the sa

Re: What is db46 and why is it such a pain?

2011-09-08 Thread Ryan Schmidt
On Sep 8, 2011, at 09:16, yoursurrogate...@gmail.com wrote: > How do I actually do the renaming? By... doing the renaming. You'll probably need to be root (i.e. use sudo) to have the required permission. cd /opt/local/var/macports/distfiles/db4/4.6.21_6 sudo mv patch.4.6.21.1 patch.4.6.21.1.ht

Re: Packages ignoring applications_dir

2011-09-08 Thread Scott Webster
On Thu, Sep 8, 2011 at 7:06 PM, Bryan Blackburn wrote: > On Thu, Sep 08, 2011 at 06:52:22PM -0700, Scott Webster said: >> It forces a build from source if you use a non-standard prefix?  Wouldn't it >> be straightforward to just replicate the same files into an alternate >> location?  The situatio

cpio

2011-09-08 Thread Ken Preslan
Uh, oh! # port install cpio ---> Computing dependencies for cpio ---> Fetching archive for cpio ---> Attempting to fetch cpio-2.11_1.darwin_10.x86_64.tgz from http://packages.macports.org/cpio ---> Fetching cpio ---> Attempting to fetch patch-src-filetypes.h.diff from http://mirrors.ibiblio

Re: Packages ignoring applications_dir

2011-09-08 Thread Bryan Blackburn
On Thu, Sep 08, 2011 at 06:52:22PM -0700, Scott Webster said: > It forces a build from source if you use a non-standard prefix? Wouldn't it > be straightforward to just replicate the same files into an alternate > location? The situation here seems slightly more complex since we're > outside the

Re: Packages ignoring applications_dir

2011-09-08 Thread Scott Webster
It forces a build from source if you use a non-standard prefix? Wouldn't it be straightforward to just replicate the same files into an alternate location? The situation here seems slightly more complex since we're outside the $prefix/ tree... On Sep 8, 2011 6:38 PM, "Bryan Blackburn" wrote: O

Re: Packages ignoring applications_dir

2011-09-08 Thread Bryan Blackburn
On Thu, Sep 08, 2011 at 06:43:24PM -0500, Adam Mercer said: > Hi > > In my macports.conf I have applications_dir set as > /opt/local/Applications/MacPorts, however when installing python27, > for example, the app bundles are installed in /Applications/MacPorts. > I notice that the port is installe

Packages ignoring applications_dir

2011-09-08 Thread Adam Mercer
Hi In my macports.conf I have applications_dir set as /opt/local/Applications/MacPorts, however when installing python27, for example, the app bundles are installed in /Applications/MacPorts. I notice that the port is installed from a package and not built from source but shouldn't the final locat

Re: What is db46 and why is it such a pain?

2011-09-08 Thread Yves S. Garret
I tried installing clisp and this is the next issue that cropped up (I included the log file /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_clisp/clisp/main.log): % sudo port -d install clisp DEBUG: Changing to port directory: /opt/local/var/macp

Strigi fails to build universal

2011-09-08 Thread Richard L. Hamilton
…with error :info:build ld: bad codegen, pointer diff in Base64InputStreamTest(int, char**)to global weak symbol vtable for Strigi::StreamBaseBasefor architecture i386 ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.ma

Re: Can't build ffmpeg

2011-09-08 Thread Richard L. Hamilton
I just tried sh-3.2# port install ffmpeg configure.compiler=gcc-4.2 (instead of the default, which I suppose is llvm-gcc4.2) and it worked. For me, that nails that it's at least in part the compiler (not that a source workaround might not be possible, and perhaps even better if llvm generates

Re: What is db46 and why is it such a pain?

2011-09-08 Thread yoursurrogategod
Oh, ok. Thanks. On Sep 8, 2011, at 10:33 AM, Arno Hautala wrote: > On Thu, Sep 8, 2011 at 10:16, wrote: >> >> How do I actually do the renaming? > > Copy the failing files from /opt/local/var/macports/distfiles/db46/ to > some other location (maybe your Desktop). Use the Finder to add > ".h

Re: What is db46 and why is it such a pain?

2011-09-08 Thread Arno Hautala
On Thu, Sep 8, 2011 at 10:16, wrote: > > How do I actually do the renaming? Copy the failing files from /opt/local/var/macports/distfiles/db46/ to some other location (maybe your Desktop). Use the Finder to add ".html" to the end of each file you're going to check and drag each into your browser

Re: What is db46 and why is it such a pain?

2011-09-08 Thread yoursurrogategod
How do I actually do the renaming? On Sep 8, 2011, at 9:20 AM, Arno Hautala wrote: > On Thu, Sep 8, 2011 at 07:09, Yves S. Garret > wrote: >> >> I meant ask you guys, what do you mean by this: >> >>> Try renaming the downloaded patch files to have a .html extension and >>> loading them in a

Re: What is db46 and why is it such a pain?

2011-09-08 Thread Arno Hautala
On Thu, Sep 8, 2011 at 07:09, Yves S. Garret wrote: > > I meant ask you guys, what do you mean by this: > > > Try renaming the downloaded patch files to have a .html extension and > > loading them in a browser. One of the possibilities when the patches fail the checksum is that the download has

Re: unable to install grantlee 0.1.9_0

2011-09-08 Thread Richard DeLaurell
Ryan, I am afraid that did not work for me. On Wed, Sep 7, 2011 at 10:12 PM, Ryan Schmidt wrote: > > You seem to be using gcc-4.0; presumably you are on Leopard or Tiger? It's true, I am still using leopard. Perhaps grantlee is not compatible with gcc-4.0 and requires gcc-4.2, and > this was

Re: What is db46 and why is it such a pain?

2011-09-08 Thread Yves S. Garret
I meant ask you guys, what do you mean by this: " Try renaming the downloaded patch files to have a .html extension and loading them in a browser. " On Wed, Sep 7, 2011 at 10:18 PM, Ryan Schmidt wrote: > > On Sep 7, 2011, at 21:01, Brandon Allbery wrote: > > > In any case, Oracle being who they

Re: What is db46 and why is it such a pain?

2011-09-08 Thread Yves S. Garret
Yes, it seems to better behave now. And no, I didn't clean it. DB46 is being configured and built at the moment, if there are any other issues, I'll get back to you guys. On Wed, Sep 7, 2011 at 10:11 PM, Ryan Schmidt wrote: > > On Sep 7, 2011, at 20:47, Yves S. Garret wrote: > > > I tried getti