On 3/26/14, 4:37 AM, Chris Richardson wrote:
> I’m having problems compiling guile18 (latest version, 1.8.8-6).  Compilation 
> generates an error and then appears to hang.  I’ve left it overnight in case 
> it’s doing something really slowly, but there doesn't appear to be any 
> activity.
>
> This is on a brand new 10.9.2 machine with the latest Xcode and command line 
> developer tools and a freshly installed, updated fink.  It does the same 
> thing when max fink build jobs is set to 1.
>
> Package manager version: 0.36.3.1
> Distribution version: selfupdate-rsync Wed Mar 26 11:02:50 2014, 10.9, x86_64
> Trees: local/main stable/main
> Xcode.app: 5.1
> Xcode command-line tools: 5.1.0.0.1.1393561416
> Max. Fink build jobs:  8
>
> ---
>
>       ./guile_filter_doc_snarfage --filter-snarfage) > net_db.doc || { rm 
> net_db.doc; false; }
> awk -f ./guile-func-name-check ../../libguile/socket.c
> (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I../.. -I.. -I/sw/include -g -O3 
> -fwrapv -Wall -Wmissing-prototypes ../../libguile/socket.c | \
>       ./guile_filter_doc_snarfage --filter-snarfage) > socket.doc || { rm 
> socket.doc; false; }
> awk -f ./guile-func-name-check ../../libguile/regex-posix.c
> (./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I../.. -I.. -I/sw/include -g -O3 
> -fwrapv -Wall -Wmissing-prototypes ../../libguile/regex-posix.c | \
>       ./guile_filter_doc_snarfage --filter-snarfage) > regex-posix.doc || { 
> rm regex-posix.doc; false; }
> cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc 
> continuations.doc debug.doc deprecation.doc deprecated.doc discouraged.doc 
> dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc 
> extensions.doc feature.doc fluids.doc fports.doc futures.doc gc.doc goops.doc 
> gsubr.doc gc-mark.doc gc-segment.doc gc-malloc.doc gc-card.doc guardians.doc 
> hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc 
> lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc 
> objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc 
> procprop.doc procs.doc properties.doc random.doc rdelim.doc read.doc root.doc 
> rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc 
> stackchk.doc stacks.doc stime.doc strings.doc srfi-4.doc srfi-13.doc 
> srfi-14.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc 
> throw.doc values.doc variable.doc vectors.doc version.doc vports.doc 
> weaks.doc ramap.doc unif.doc dynl.doc filesys.
doc posix.doc net_db.doc socket.doc regex-posix.doc | 
GUILE="/sw/src/fink.build/guile18-1.8.8-6/guile-1.8.8/build/pre-inst-guile" 
../../scripts/snarf-check-and-output-texi          > guile-procedures.texi || { 
rm guile-procedures.texi; false; }
> ERROR: Unbound variable: define
>
> [Compilation hangs here]
>
> ---
>
> For what it’s worth, sampling the stuck process suggests it might be stuck in 
> a wait loop of some sort.
>
> [Call graph truncated]
> 2710 scm_with_guile  (in libguile.17.dylib) + 32  [0x10c172ad0]  threads.c:732
>    2710 scm_i_init_thread_for_guile  (in libguile.17.dylib) + 192  
> [0x10c172a50]  threads.c:584
>      2710 _pthread_mutex_lock  (in libsystem_pthread.dylib) + 372  
> [0x7fff95e03779]
>        2710 __psynch_mutexwait  (in libsystem_kernel.dylib) + 10  
> [0x7fff95aaa746]
>
> Any suggestions as to how to get this working?
>
> Regards,
>
> Chris
> --
> Dr Chris Richardson :: Sysadmin, structural biology, icr.ac.uk
>
> The Institute of Cancer Research: Royal Cancer Hospital, a charitable Company 
> Limited by Guarantee, Registered in England under Company No. 534147 with its 
> Registered Office at 123 Old Brompton Road, London SW7 3RP.
>
> This e-mail message is confidential and for use by the addressee only.  If 
> the message is received by anyone other than the addressee, please return the 
> message to the sender by replying to it and then delete the message from your 
> computer and network.
>

It built at one point, at least, so this may be related to the compiler 
updates for Xcode 5.1.  I'd recommend using the binary distribution:

1) Edit /sw/etc/apt/sources.list as an administrator and add

deb http://bindist.finkproject.org/10.9 stable main

to it.

2) Run "sudo apt-get update"

3) Use "sudo apt-get install guile18"

You may also want to edit your /sw/etc/fink.conf as an administrator and 
change "UseBinaryDist: false" to "UseBinaryDist: true".  If you do that 
then "fink install" will also install prebuilt binaries, provided that 
the binary distribution contains the newest version that fink knows about.



-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
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