Guile 2.0.6 - some tests fail

2012-10-04 Thread Jan Synacek
Hello list, 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) Cheers, -- Jan Synacek Software Engineer, BaseOS team Brno, Red Hat

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

2012-10-04 Thread Ludovic Courtès
Hi Mark! Thanks for being quicker and more active than me! ;-) Overall, the approach of mimicking what the lookup procedure of ‘lt_dlopenext’ sounds good to me. Mark H Weaver m...@netris.org skribis: Following Bruce's suggestion, it causes 'sysdep_dynl_link' to manually search additional

Re: regexp-split for Guile

2012-10-04 Thread Ludovic Courtès
Hi Chris, Chris K. Jester-Young cky...@gmail.com skribis: I'm currently implementing regexp-split for Guile, which provides a Perl-style split function (including correctly implementing the limit parameter), minus the special awk-style whitespace handling (that is used with a pattern of ,