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


On 2014/5/3 12:36 AM, Alexander Hansen wrote:
> On 4/25/14, 8:40 AM, Marcos Montes wrote:
>> Building guile, compilation seemed to go well - a few warnings, no 
>> errors.
>>
>> There was this (not sure if it matters or not):
>>
>> /usr/bin/ranlib: file:
>> .libs/libguile-2.0.a(libguile_2.0_la-null-threads.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(binary-io.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(fd-hook.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(math.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(stat-time.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(sys_socket.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(u8-mbtouc-unsafe.o) has no
>> symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(u8-mbtouc.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(unistd.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(wctype-h.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libguile-2.0.a(xsize.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(libguile_2.0_la-null-threads.o) has
>> no symbols
>> ranlib: file: .libs/libguile-2.0.a(binary-io.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(fd-hook.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(math.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(stat-time.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(sys_socket.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(u8-mbtouc-unsafe.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(u8-mbtouc.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(unistd.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(wctype-h.o) has no symbols
>> ranlib: file: .libs/libguile-2.0.a(xsize.o) has no symbols
>>
>> ...
>>
>> There's this line:
>>
>>     SNARF  memoize.doc
>> ../../libguile/memoize.c:515:***Mismatching FUNC_NAME.  Should be:
>> `#define FUNC_NAME s_"@prompt"'
>>     SNARF  modules.doc
>> followed by a lot SNARF lines followed by
>> ....
>>     SNARF  regex-posix.doc
>>     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:
>>    484: 17 [eval # #]
>>    481: 16 [lp (#<fluid 13>) (#<procedure 105424cb0 at
>> ice-9/eval.scm:264:7 %args>)]
>> In unknown file:
>>      ?: 15 [apply-smob/1 #<catch-closure 104d85c00>]
>> In ice-9/eval.scm:
>>    484: 14 [eval # #]
>>    432: 13 [eval # #]
>>    387: 12 [eval # #]
>>    432: 11 [eval # #]
>>    387: 10 [eval # #]
>>    481: 9 [lp (#<fluid 24>) ("")]
>>    481: 8 [lp # #]
>>    481: 7 [lp (#<fluid 26> #<fluid 27>) (little 8)]
>>    481: 6 [lp (#<fluid 27>) (8)]
>>    481: 5 [lp (#<fluid 1>) (relative)]
>>    432: 4 [eval # #]
>>    486: 3 [eval # #]
>>    381: 2 [eval # #]
>> In unknown file:
>>      ?: 1 [#<variable 104c65d00 value: #<procedure #<variable 104c65d00
>> value: #<program 104507ac0>> (_ #:optional _)>> # ...]
>> In ice-9/eval.scm:
>>    481: 0 [lp (#<fluid 12>) ((#<catch-closure 104d85bc0>))]
>>
>> 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.850sF failed, exit code 2
>> ### execution of /tmp/fink.7GDae 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 ... 137190 files and directories currently installed.)
>> Removing fink-buildlock-guile20-2.0.11-1 ...
>> Failed: phase compiling: guile20-2.0.11-1 failed
>>
>> The additional information:
>>
>> 73 enchilada{mmontes}# uname -a
>> Darwin enchilada 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29
>> 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64
>>
>> Also include the following system information:
>> Package manager version: 0.36.4.1
>> Distribution version: selfupdate-cvs Fri Apr 25 08:53:03 2014, 10.8, 
>> x86_64
>> Trees: local/main stable/main local/injected
>> Xcode.app: 5.1.1
>> Xcode command-line tools: 5.1.0.0.1.1396320587
>> Max. Fink build jobs:  1
>>
>>
>> Any ideas would help, but I may not get to it until next week.
>>
>> -M
>>
>
> Sorry for the delay in replying.  We've seen a problem with guile20 in 
> which the build didn't work with Apple's built-in sed, but did after a 
> "fink install sed".  If you don't already have Fink's sed installed, 
> give that a try.
>


-- 
Marcos Montes, Ph.D.
Research Physicist
Code 7232, Naval Research Laboratory, Washington, DC 20375
[email protected], W: 202-767-7308, Fax: 202-404-8894


------------------------------------------------------------------------------
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
[email protected]
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