Hi Maxim, Maxim Cournoyer <[email protected]> skribis:
> From 34ffe35bb78409d255f1987d38d7ce4fe77f12d3 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer <[email protected]> > 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! I tried “guix build guile-lib --with-input=guile=guile-next” and found that there are two test failures: --8<---------------cut here---------------start------------->8--- Running test suite: <test-string-wrapper>-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 --8<---------------cut here---------------end--------------->8--- It would be nice to fix it (or work around it) so we can move more stuff to Guile 2.2 soon. Ludo’.
