Hi Ludovic, ludo@gnu.org (Ludovic Courtès) writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >> From 34ffe35bb78409d255f1987d38d7ce4fe77f12d3 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Sat, 4 Mar 2017 22:10:41 -0800 >> Subject: [PATCH] gnu: guile-lib: Update to 0.2.5 >> >> The build was broken since the URL of version 0.2.3 was changed. The archive >> was moved into an "old" subdirectory of the original location. >> >> * gnu/packages/guile.scm (guile-lib): Update to 0.2.5. >> [make-flags]: Add GUILE_AUTO_COMPILE to prevent guild errors. >> [phases]: Remove 'check replacement since it is no longer needed. > > Awesome. Applied, thanks! > That was quick! Thanks. > I tried “guix build guile-lib --with-input=guile=guile-next” and found > that there are two test failures: > > Running test suite: -suite ----------------------- > Running test case: test-util-equivalent-to-class > Running test case: test-fill-equivalent-to-joined-lines > Running test case: test-no-collapse-ws > Running test case: test-no-word-break > test-util-equivalent-to-class: exception in test: (out-of-range "vector-ref" "Value out of range: ~S" (3) (3)) > test-no-collapse-ws: exception in test: (out-of-range "vector-ref" "Value out of range: ~S" (3) (3)) > > 4 run, 2 failed > FAIL: string.wrap.scm > > It would be nice to fix it (or work around it) so we can move more stuff > to Guile 2.2 soon. > > Ludo’. It would be nice, indeed! Not sure why the tests are failing with Guile 2.2. Are there known incompatibilities between Guile 2.0 and Guile 2.2? Maxim