Alexander,

I've got a build going on right now of another package - and other 
calculations, too -  so I'll try this later.

But just to clarify: You want me to leave the word
then
at the start of the line so it is
then sed -i.orig -e 
'/libguile_@GUILE_EFFECTIVE_VERSION@_la-vm.Tpo/s|\$(CFLAGS)|& -O0|' 
libguile/Makefile.in

Depending on the time when the other jobs finish, I'll see about 
starting this today; but it may be tomorrow.

Thanks again for taking the time to answer my questions; I appreciate it.

-M

On 2014/5/5 10:31 AM, Alexander Hansen wrote:
> On 5/5/14, 4:34 AM, Marcos Montes wrote:
>> Alexander,
>>
>> Thanks for replying.
>>
>> I already have installed sed:
>>    i   sed 4.2.2-1                       The stream editor, GNU version
>>
>> and it was installed when the reported Guile install failed.
>>
>> -Marcos
>>
>>
>
> Yeah, the issue appears to be a different one which plagues Xcode 5.1 
> builds on both 10.8 and 10.9.  Fortunately there's a workaround.  Edit 
> /sw/fink/dists/stable/main/finkinfo/languages/guile20.info and at the 
> point where it says:
>
> # clang miscompiles(?) vm.c on 10.9 (from XCode 5.1)
> if test "$darwin_vers" -ge 13
> then sed -i.orig -e 
> '/libguile_@GUILE_EFFECTIVE_VERSION@_la-vm.Tpo/s|\$(CFLAGS)|& -O0|' 
> libguile/Makefile.in
> fi
>
>
> remove the if... and fi:
>
> # clang miscompiles(?) vm.c on 10.9 (from XCode 5.1)
> then sed -i.orig -e 
> '/libguile_@GUILE_EFFECTIVE_VERSION@_la-vm.Tpo/s|\$(CFLAGS)|& -O0|' 
> libguile/Makefile.in
>
> After you do that guile20 should build.  One note of caution is that 
> the build will take a very long time.


-- 
Marcos Montes, Ph.D.
Research Physicist
Code 7232, Naval Research Laboratory, Washington, DC 20375
marcos.mon...@nrl.navy.mil, W: 202-767-7308, Fax: 202-404-8894



------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
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