unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#14421: Unable to build Guile 2.0.9
@ 2013-05-18 21:05 Douglas Mencken
  2013-05-20 18:44 ` Andy Wingo
  0 siblings, 1 reply; 4+ messages in thread
From: Douglas Mencken @ 2013-05-18 21:05 UTC (permalink / raw)
  To: 14421

[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]

I'm trying to build Guile release 2.0.9, but it prints errors instead of
successful build:
http://manulix.wikidot.com/issues#toc3

  SNARF  regex-posix.doc
  GEN      guile-procedures.texi
Backtrace:
In unknown file:
   ?: 12 [apply-smob/1 #<boot-closure 108966c0 (_ _ _)> #t ...]
   ?: 11 [apply-smob/1 #<catch-closure 10942570>]
   ?: 10 [primitive-eval ((@ # %) (begin # # #))]
   ?: 9 [primitive-load "/root/build-farm/guile-v2.0.9.builddir/meta/guild"]
   ?: 8 [primitive-eval (define-module (guild) #:use-module ...)]
   ?: 7 [apply-smob/1 #<boot-closure 10998ce0 (_)> (define-module # # # ...)]
   ?: 6 [apply-smob/1 #<boot-closure 10acea10 ()>]
   ?: 5 [apply-smob/1 #<boot-closure 10ace9f0 ()>]
   ?: 4 [apply-smob/1 #<boot-closure 10ad1c70 ()>]
   ?: 3 [primitive-eval #<struct:1080ac78 pwpwpwpwpw 10949b20>]
   ?: 2 [primitive-load-path "ice-9/getopt-long" #<boot-closure 1081e430 ()>]
   ?: 1 [primitive-eval (define short-opt-rx (make-regexp "^-([a-zA-Z]+)(.*)"))]
   ?: 0 [make-regexp "^-([a-zA-Z]+)(.*)"]

ERROR: make[3]: *** [guile-procedures.texi] Error 1
make[3]: Leaving directory `/root/build-farm/guile-v2.0.9.builddir/libguile'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/build-farm/guile-v2.0.9.builddir/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/build-farm/guile-v2.0.9.builddir'
make: *** [all] Error 2

[-- Attachment #2: Type: text/html, Size: 1598 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14421: Unable to build Guile 2.0.9
  2013-05-18 21:05 bug#14421: Unable to build Guile 2.0.9 Douglas Mencken
@ 2013-05-20 18:44 ` Andy Wingo
       [not found]   ` <CACYvZ7ivLmSVir2fczfq4Ngsg8TJf5PAf=TheHiUqk=KvDPcVw@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Wingo @ 2013-05-20 18:44 UTC (permalink / raw)
  To: Douglas Mencken; +Cc: 14421

Hi Douglas,

On Sat 18 May 2013 23:05, Douglas Mencken <dougmencken@gmail.com> writes:

> I'm trying to build Guile release 2.0.9, but it prints errors instead of
> successful build:
> http://manulix.wikidot.com/issues#toc3
>
>   SNARF  regex-posix.doc
>   GEN      guile-procedures.texi
> Backtrace:
> In unknown file:
>    ?: 12 [apply-smob/1 #<boot-closure 108966c0 (_ _ _)> #t ...]
>    ?: 11 [apply-smob/1 #<catch-closure 10942570>]
>    ?: 10 [primitive-eval ((@ # %) (begin # # #))]
>    ?: 9 [primitive-load "/root/build-farm/guile-v2.0.9.builddir/meta/guild"]
>    ?: 8 [primitive-eval (define-module (guild) #:use-module ...)]
>    ?: 7 [apply-smob/1 #<boot-closure 10998ce0 (_)> (define-module # # # ...)]
>    ?: 6 [apply-smob/1 #<boot-closure 10acea10 ()>]
>    ?: 5 [apply-smob/1 #<boot-closure 10ace9f0 ()>]
>    ?: 4 [apply-smob/1 #<boot-closure 10ad1c70 ()>]
>    ?: 3 [primitive-eval #<struct:1080ac78 pwpwpwpwpw 10949b20>]
>    ?: 2 [primitive-load-path "ice-9/getopt-long" #<boot-closure 1081e430 ()>]
>    ?: 1 [primitive-eval (define short-opt-rx (make-regexp "^-([a-zA-Z]+)(.*)"))]
>    ?: 0 [make-regexp "^-([a-zA-Z]+)(.*)"]
>
> ERROR: make[3]: *** [guile-procedures.texi] Error 1

What platform is this on?  Have you successfully compiled Guile in the
past?

What is your locale?  If you try with LC_ALL=C does it work?

I wonder if this is related somehow with the gnulib regexp update we did
recently.

Andy

-- 
http://wingolog.org/





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14421: Unable to build Guile 2.0.9
       [not found]   ` <CACYvZ7ivLmSVir2fczfq4Ngsg8TJf5PAf=TheHiUqk=KvDPcVw@mail.gmail.com>
@ 2013-05-21 19:51     ` Andy Wingo
  2013-06-13 20:54       ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Wingo @ 2013-05-21 19:51 UTC (permalink / raw)
  To: Douglas Mencken; +Cc: 14421

Hi,

Please keep the bug in the Cc.  Thanks.

On Tue 21 May 2013 17:35, Douglas Mencken <dougmencken@gmail.com> writes:

>> What platform is this on?
> GNU/uClibc/Linux
>> Have you successfully compiled Guile in the past?
> Yes. 
> guile v2.0.2-54-g0b4f771-powerpc 
>> What is your locale?  If you try with LC_ALL=C does it work?
> Busybox has no "locale". I just have no such binary.
>> I wonder if this is related somehow with the gnulib regexp update we
> did recently.
> I updated error message for git. It is now
>   GEN      guile-procedures.texi
> Assertion failure: reclaim.c:244

reclaim.c is in libgc.  This means you have a broken libgc installation.

Andy

> assertion failure
> /bin/bash: line 1: 26919 Broken pipe             cat alist.doc arbiters.doc array-handle.doc array-map.doc arrays.doc async.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 expand.doc extensions.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 root.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 threads.doc throw.doc trees.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
>      26920 Aborted                 | GUILE_AUTO_COMPILE=0 ../meta/uninstalled-env guild snarf-check-and-output-texi > guile-procedures.texi
> make[3]: *** [guile-procedures.texi] Error 1
>
>
>
> On Mon, May 20, 2013 at 2:44 PM, Andy Wingo <wingo@pobox.com> wrote:
>
>     Hi Douglas,
>     
>     
>     On Sat 18 May 2013 23:05, Douglas Mencken <dougmencken@gmail.com>
>     writes:
>     
>     > I'm trying to build Guile release 2.0.9, but it prints errors
>     instead of
>     > successful build:
>     > http://manulix.wikidot.com/issues#toc3
>     >
>     >   SNARF  regex-posix.doc
>     >   GEN      guile-procedures.texi
>     > Backtrace:
>     > In unknown file:
>     >    ?: 12 [apply-smob/1 #<boot-closure 108966c0 (_ _ _)> #t ...]
>     >    ?: 11 [apply-smob/1 #<catch-closure 10942570>]
>     >    ?: 10 [primitive-eval ((@ # %) (begin # # #))]
>     >    ?: 9 [primitive-load
>     "/root/build-farm/guile-v2.0.9.builddir/meta/guild"]
>     >    ?: 8 [primitive-eval (define-module (guild) #:use-module ...)]
>     >    ?: 7 [apply-smob/1 #<boot-closure 10998ce0 (_)> (define-module
>     # # # ...)]
>     >    ?: 6 [apply-smob/1 #<boot-closure 10acea10 ()>]
>     >    ?: 5 [apply-smob/1 #<boot-closure 10ace9f0 ()>]
>     >    ?: 4 [apply-smob/1 #<boot-closure 10ad1c70 ()>]
>     >    ?: 3 [primitive-eval #<struct:1080ac78 pwpwpwpwpw 10949b20>]
>     >    ?: 2 [primitive-load-path "ice-9/getopt-long" #<boot-closure
>     1081e430 ()>]
>     >    ?: 1 [primitive-eval (define short-opt-rx (make-regexp "^-(
>     [a-zA-Z]+)(.*)"))]
>     >    ?: 0 [make-regexp "^-([a-zA-Z]+)(.*)"]
>     >
>     > ERROR: make[3]: *** [guile-procedures.texi] Error 1
>     
>     
>     What platform is this on?  Have you successfully compiled Guile in
>     the
>     past?
>     
>     What is your locale?  If you try with LC_ALL=C does it work?
>     
>     I wonder if this is related somehow with the gnulib regexp update we
>     did
>     recently.
>     
>     Andy
>     
>     --
>     http://wingolog.org/
>     
>

-- 
http://wingolog.org/





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#14421: Unable to build Guile 2.0.9
  2013-05-21 19:51     ` Andy Wingo
@ 2013-06-13 20:54       ` Mark H Weaver
  0 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2013-06-13 20:54 UTC (permalink / raw)
  To: Douglas Mencken; +Cc: 14421

Andy Wingo <wingo@pobox.com> writes:

> On Tue 21 May 2013 17:35, Douglas Mencken <dougmencken@gmail.com> writes:
>
>>   GEN      guile-procedures.texi
>> Assertion failure: reclaim.c:244
>
> reclaim.c is in libgc.  This means you have a broken libgc installation.

Douglas, did you run Boehm GC's "make check"?  What version of GC is it?
I recommend version 4.2d.

      Mark





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-13 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-18 21:05 bug#14421: Unable to build Guile 2.0.9 Douglas Mencken
2013-05-20 18:44 ` Andy Wingo
     [not found]   ` <CACYvZ7ivLmSVir2fczfq4Ngsg8TJf5PAf=TheHiUqk=KvDPcVw@mail.gmail.com>
2013-05-21 19:51     ` Andy Wingo
2013-06-13 20:54       ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).