reduce-algebra portfile

Mark Brethen mark.brethen at gmail.com
Thu Dec 15 06:48:39 PST 2011


On Dec 15, 2011, at 12:50 AM, Ryan Schmidt wrote:

> 
> On Dec 14, 2011, at 18:30, Mark Brethen wrote:
> 
>> On Dec 14, 2011, at 3:50 PM, Ryan Schmidt wrote:
>> 
>>> Can you send me your current Portfile? I'll give it a try and see what I see.
>> 
>> Here you go. The references I've been using are: trunk/BUILDING,  trunk/DEPENDENCY_TRACKING and trunk/psl/README.PSL
>> <Portfile>
> 
> Here's my log of (re-)running this. I don't know what to make of it. Note that I snipped the end of the log as it just kept repeating the same lines forever.
> 
> On the first run it downloaded a ton of files from their server somewhere. I guess we can forget the idea of not making it fetch those; it looks hopeless. Just getting this mess to compile at all will be a serious miracle.
> 
> 
> <main.log.bz2>

Here's my log of running

./configure --with-psl
make

The same error persists:

:info:configure checking host system type... x86_64-apple-darwin11.2.0
:info:configure configure: Building for Macintosh/Darwin with X
:info:configure llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/powerpc-apple-darwin11-llvm-gcc-4.2': execvp: No such file or directory
:info:configure lipo: can't figure out the architecture type of: /var/tmp//ccdJxsRz.out
:info:configure llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/powerpc-apple-darwin11-llvm-gcc-4.2': execvp: No such file or directory
:info:configure conftest.c:1:19: error: stdio.h: No such file or directory
:info:configure conftest.c: In function 'main':
:info:configure conftest.c:3: warning: incompatible implicit declaration of built-in function 'printf'
:info:configure conftest.c:1:19: error: stdio.h: No such file or directory
:info:configure conftest.c: In function 'main':
:info:configure conftest.c:3: warning: incompatible implicit declaration of built-in function 'printf'
:info:configure lipo: can't figure out the architecture type of: /var/tmp//ccRARHdJ.out
:info:configure llvm-gcc-4.2: error trying to exec '/usr/bin/../llvm-gcc-4.2/bin/powerpc-apple-darwin11-llvm-gcc-4.2': execvp: No such file or directory
:info:configure conftest.c:1:19: error: stdio.h: No such file or directory
:info:configure conftest.c: In function 'main':
:info:configure conftest.c:3: warning: incompatible implicit declaration of built-in function 'printf'
:info:configure conftest.c:1:19: error: stdio.h: No such file or directory
:info:configure conftest.c: In function 'main':
:info:configure conftest.c:3: warning: incompatible implicit declaration of built-in function 'printf'
:info:configure lipo: can't figure out the architecture type of: /var/tmp//ccWA1MF5.out
:info:configure configure: fat binary creation will probably NOT be possible

In spite of the error, I do end up with a working reduce.img file in the pslbuild/red dir. 

Mark






More information about the macports-dev mailing list