Hi Martin,

        Please commit your change that conditionalizes on the xcode 
version.  Thanks for fixing on platforms I don't have for testing!

Fang

> Seems to have worked (that is, it compiled and built the fink packages)? not 
> being a direct user of guile myself, but rather wanting some packages that 
> rely on it, I'll have to let you know for sure when I get them installed and 
> tested, but at least now I can go forward.  Thanks!
>
> And yes, for the record, I am running a 10.8.x system with Xcode 5.1? see if 
> I upgrade Xcode again!
>
> --
> Aaron
>
> On May 3, 2014, at 6:39 AM, Martin Costabel <costa...@wanadoo.fr> wrote:
>
>> On 3/05/14 06:55, Alexander Hansen wrote:
>>> On 5/2/14, 9:44 PM, Aaron Magill wrote:
>> []
>>>>> On 5/2/14, 8:46 PM, Aaron Magill wrote:
>>>>>> Having problems compiling guile20? It looks like the building of the 
>>>>>> library works until it gets to
>>>>>>
>>>>>>    CCLD     libguile-2.0.la
>> []
>>>>>>    GEN      guile-procedures.texi
>>>>>> Making all in module
>>>>>>    GUILEC ice-9/eval.go
>>>>>> wrote `ice-9/eval.go'
>>>>>>    GUILEC ice-9/psyntax-pp.go
>>>>>> Backtrace:
>>>>>> In ice-9/eval.scm:
>> []
>>>>>> In unknown file:
>>>>>>     ?: 1 [#<variable 10ec94d00 value: #<procedure #<variable 10ec94d00 
>>>>>> value: #<program 10e54bac0>> (_ #:optional _)>> # ...]
>>>>>> In ice-9/eval.scm:
>>>>>>   481: 0 [lp (#<fluid 12>) ((#<catch-closure 10ee8ab60>))]
>>>>>>
>>>>>> ice-9/eval.scm:481:19: make[2]: *** [ice-9/psyntax-pp.go] Error 1
>>>>>> make[1]: *** [all-recursive] Error 1
>>>>>> make: *** [all] Error 2
>>>>>> ### execution of /tmp/fink.ZSCgk failed, exit code 2
>>>>>> ### execution of /tmp/fink.tysMv failed, exit code 2
>>>>>> Removing runtime build-lock...
>>>>>> Removing build-lock package...
>>>>>> /sw/bin/dpkg-lockwait -r fink-buildlock-guile20-2.0.11-1
>>>>>> (Reading database ... 259596 files and directories currently installed.)
>>>>>> Removing fink-buildlock-guile20-2.0.11-1 ...
>>>>>> Failed: phase compiling: guile20-2.0.11-1 failed
>> []
>>> I'll cc the maintainer.
>>
>> This is the problem that was fixed by un-optimizing the compilation of vm.c. 
>> The fix is currently conditioned on OSX version >= 10.9. It is needed for 
>> xcode 5.1 also on OSX 10.8, so it would be better conditioned on the clang 
>> version >= 503.0.38. Something like (from dirac.info)
>>
>> if [[ ! "$(clang --version | head -n1 | cut -d- -f2 | cut -d')' -f1)" < 
>> "503.0.38" ]]
>>
>> instead of
>>
>> if test "$darwin_vers" -ge 13
>>
>> --
>> Martin
>>
>>
>>
>>
>>
>

-- 
David Fang
http://www.csl.cornell.edu/~fang/


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; 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