Skip tests that rely on unlinkat(2) behavior that varies between kernel versions and is unspecified. See and . --- tar-1.28/tests/testsuite 2014-07-27 22:35:27.000000000 +0200 +++ tar-1.28/tests/testsuite 2015-06-16 00:21:16.906380739 +0200 @@ -34680,6 +34680,7 @@ find . )" at_fn_check_prepare_notrace 'an embedded newline' "remfiles08a.at:31" ( $at_check_trace; +exit 77 mkdir gnu (cd gnu TEST_TAR_FORMAT=gnu @@ -34762,6 +34763,7 @@ find . )" at_fn_check_prepare_notrace 'an embedded newline' "remfiles08b.at:36" ( $at_check_trace; +exit 77 mkdir gnu (cd gnu TEST_TAR_FORMAT=gnu @@ -34850,6 +34852,7 @@ find . )" at_fn_check_prepare_notrace 'a `...` command substitution' "remfiles08c.at:31" ( $at_check_trace; +exit 77 mkdir gnu (cd gnu TEST_TAR_FORMAT=gnu witch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
u/packages/sagemath.scm (lcalc)[arguments]: Remove a substitution from the prepare-build phase.
AgeCommit message (Expand)Author
2023-10-24gnu: go-ipfs: Update to 0.15.0....* gnu/packages/ipfs.scm (go-ipfs): Update to 0.15.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-10-24gnu: Deprecate the "go-ipfs" variable....* gnu/packages/ipfs.scm (go-ipfs): Rename to "kubo". (go-ipfs): Define as deprecated by "kubo". Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-10-22gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check)....* gnu/packages/golang.scm (go-github-com-stretchr-testify): Move from here... * gnu/packages/golang-check.scm: ...to here. * gnu/packages/databases.scm: Add (gnu packages golang-check) module. * gnu/packages/education.scm: As above... * gnu/packages/ipfs.scm: As above... * gnu/packages/irc.scm: As above... * gnu/packages/mail.scm: As above... * gnu/packages/textutils.scm: As above... * gnu/packages/version-control.scm: As above... Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher
2023-10-05gnu: go-ipfs: Update to 0.14.0....* gnu/packages/ipfs.scm (go-ipfs): Update to 0.14.0. [source]: Change "go-ipfs" to "kubo" in the source link. [arguments]: Rename "go-ipfs" to "kubo". Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
2023-09-14gnu: go-ipfs: Update to 0.13.0....* gnu/packages/ipfs.scm (go-ipfs): Update to 0.13.0. [inputs]: Add GO-GOLANG-ORG-X-{EXP,TEXT}. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov
Jakub Kądziołka
2020-07-10gnu: Add ECL 16.1.3 for Sage....* gnu/packages/sagemath.scm (ecl-16): New variable. * gnu/packages/patches/ecl-16-format-directive-limit.patch, gnu/packages/patches/ecl-16-ignore-stderr-write-error.patch, gnu/packages/patches/ecl-16-libffi.patch: New files. * gnu/local.mk (dist_patch_DATA): Register the patches. Jakub Kądziołka
2020-07-10gnu: sagemath: Remove unnecessary old versions of packages...Sage has updated givaro, fflas-ffpack and linbox since the comment was written. * gnu/packages/sagemath.scm (givaro, fflas-ffpack, linbox): Remove variables. Jakub Kądziołka
2020-04-12gnu: brial: Update to 1.2.8....* gnu/packages/sagemath.scm (brial): Update to 1.2.8. Tobias Geerinckx-Rice