On Fri, Oct 11, 2013 at 08:18:37PM +0200, Dominique Dhumieres wrote:
> Hi Jack,
> 
> I have found the problem: 'sw' is hardcoded in
> 
> /sw64/fink/10.7/stable/main/finkinfo/languages/llvm-gcc42-10.8.info
> 
> as
> 
> tar -cpf - sw | (cd %d ; tar xpf -)
> 
> So the build works if fink directory is 'sw', but not otherwise.
> In my case, the install succeeds if I replace 'sw' with 'sw64'.
> 
> Thanks for the quick answer.

Thanks for catching that. Fixed in llvm-gcc42.info and llvm-gcc42-10.8.info
with...

<   tar -cpf - sw | (cd %d ; tar xpf -)
---
>   tar -cpf - .%p | (cd %d ; tar xpf -)

> 
> Dominique

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to