Hello, Guile Users:

I was compiling Guile 3.0 on 64-bit Ubuntu 18.04. The configure script was run 
successfully. A problem occurred running the Makefile. In the process of 
generating `guile-procedures.texi`, I think `cat` crashed, causing a broken 
pipe error. The error log is attached below. Is there a workaround to this 
issue?

-- Flynn
SNARF  posix.doc
  SNARF  net_db.doc
  SNARF  socket.doc
  SNARF  regex-posix.doc
  GEN      guile-procedures.texi
Pre-boot error; key: misc-error, args: ("primitive-load-path" "Unable to find 
file ~S in load path" ("ice-9/boot-9") #f)/bin/bash: line 1: 29053 Broken pipe  
           cat alist.doc array-handle.doc array-map.doc arrays.doc async.doc 
atomic.doc backtrace.doc boolean.doc bitvectors.doc bytevectors.doc chars.doc 
control.doc continuations.doc debug.doc deprecated.doc deprecation.doc dynl.doc 
dynwind.doc eq.doc error.doc eval.doc evalext.doc exceptions.doc expand.doc 
extensions.doc fdes-finalizers.doc feature.doc filesys.doc fluids.doc 
foreign.doc fports.doc gc-malloc.doc gc.doc gettext.doc generalized-arrays.doc 
generalized-vectors.doc goops.doc gsubr.doc guardians.doc hash.doc hashtab.doc 
hooks.doc i18n.doc init.doc ioext.doc keywords.doc list.doc load.doc macros.doc 
mallocs.doc memoize.doc modules.doc numbers.doc objprop.doc options.doc 
pairs.doc ports.doc print.doc procprop.doc procs.doc promises.doc 
r6rs-ports.doc random.doc rdelim.doc read.doc rw.doc scmsigs.doc script.doc 
simpos.doc smob.doc sort.doc srcprop.doc srfi-1.doc srfi-4.doc srfi-13.doc 
srfi-14.doc srfi-60.doc stackchk.doc stacks.doc stime.doc strings.doc 
strorder.doc strports.doc struct.doc symbols.doc syntax.doc threads.doc 
throw.doc trees.doc unicode.doc uniform.doc values.doc variable.doc vectors.doc 
version.doc vports.doc weak-set.doc weak-table.doc weak-vector.doc dynl.doc 
posix.doc net_db.doc socket.doc regex-posix.doc
     29054 Aborted                 (core dumped) | GUILE_AUTO_COMPILE=0 
../meta/build-env guild snarf-check-and-output-texi > guile-procedures.texi
Makefile:4311: recipe for target 'guile-procedures.texi' failed
make[3]: *** [guile-procedures.texi] Error 1
make[3]: Leaving directory '/home/user/Downloads/guile-3.0.0/libguile'
Makefile:2426: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/user/Downloads/guile-3.0.0/libguile'
Makefile:1849: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/Downloads/guile-3.0.0'
Makefile:1735: recipe for target 'all' failed
make: *** [all] Error 2

Reply via email to