Re: Guile 2.0.6 - some tests fail

2012-10-07 Thread Jan Synacek
On 10/06/2012 12:55 PM, Mark H Weaver wrote: > Jan Synacek writes: >> when I run 'make check', some guile tests fail and I'm not sure why [1, 2]. >> >> [1] http://jsynacek.fedorapeople.org/guile/check-guile.log >> [2] http://jsynacek.fedorapeople.org/guile/check-guile-fails.log (only FAILs) > > Q

Re: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.6-31-g2446f8e

2012-10-07 Thread Mark H Weaver
Hi Ludovic, > commit 2446f8e126d9a7c145c4868f2a918d2dfb226d4e > Author: Ludovic Courtès > Date: Sat Oct 6 01:24:46 2012 +0200 > > Simplify calls to `equal?' when one argument is a constant. > > * module/language/tree-il/primitives.scm (*primitive-expand-table*): Add > expansi

Re: [PATCH] Don't augment LD_LIBRARY_PATH (was Re: [PATCH] do not augment environment)

2012-10-07 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > I wrote: >> I've read the message referenced above several times, but I've failed to >> understand why we cannot use 'lt_dladdsearchdir' to augment the path, as >> shown in the first code excerpt of that message: >> >> env = getenv ("GUILE_SYSTEM_EXTENSIONS_PATH");