bug#19180: vacuum_weak_hash_table error

2014-12-03 Thread Linas Vepstas
Anand Mohanadoss gmail.com> writes: > > Hi,We have observed the following error a few times with guile 2.0.11 (32-bit) on x86_64 Linux while processing large binary files (1.5GB+) and comparing messages contained therein.  fish: hashtab.c:137: vacuum_weak_hash_table: Assertion `removed <= len

bug#19237: Guile-2.0.11 OS X 10.10.1 build error

2014-12-03 Thread Hans Aberg
> On 3 Dec 2014, at 23:21, Ludovic Courtès wrote: > > Could it be because Guile is being compiled against libeditline instead > of GNU Readline? > > Readline support in Guile requires GNU Readline. It looked as though that the readline in the Guile distribution is too old - no other readline

bug#19237: Guile-2.0.11 OS X 10.10.1 build error

2014-12-03 Thread Ludovic Courtès
Could it be because Guile is being compiled against libeditline instead of GNU Readline? Readline support in Guile requires GNU Readline. Thanks, Ludo’.