From 570ec471d1605318aeefb030cd78682ae442235b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:51:40 -0300 Subject: src/content/: Update all files left to asciidoc --- .../pastebins/2020/12/15/guix-pack-fail.adoc | 33 ++++++++-------------- 1 file changed, 11 insertions(+), 22 deletions(-) (limited to 'src/content/pastebins/2020/12/15') diff --git a/src/content/pastebins/2020/12/15/guix-pack-fail.adoc b/src/content/pastebins/2020/12/15/guix-pack-fail.adoc index 2834f90..72172db 100644 --- a/src/content/pastebins/2020/12/15/guix-pack-fail.adoc +++ b/src/content/pastebins/2020/12/15/guix-pack-fail.adoc @@ -1,28 +1,15 @@ ---- += Failure with relocatable Guix pack tarball -title: Failure with relocatable Guix pack tarball - -date: 2020-12-15 - -layout: post - -lang: en - -eu_categories: guix - -ref: failure-with-relocatable-guix-pack-tarball - ---- +:post: https://guix.gnu.org/blog/2018/tarballs-the-ultimate-container-image-format/ FIXED: Use `GUIX_PROFILE= source etc/profile` ---- +''''' -The example from the [blog post][guix-tarball-article] fails. +The example from the {post}[blog post] fails. -[guix-tarball-article]: https://guix.gnu.org/blog/2018/tarballs-the-ultimate-container-image-format/ - -```shell +[source,shell] +---- $ tar xf `guix pack --relocatable -S /bin=bin -S /etc=etc guile gnutls guile-json` $ source etc/profile $ bin/guile -c '(use-modules (json))' @@ -83,14 +70,16 @@ In ice-9/boot-9.scm: ice-9/boot-9.scm:3300:6: In procedure resolve-interface: no code for module (gnutls) -``` +---- My Guix version if fairly recent: -```shell + +[source,shell] +---- $ guix describe Génération 83 14 déc. 2020 00:28:16 (actuelle) guix 41807eb URL du dépôt : https://git.savannah.gnu.org/git/guix.git branche: master commit : 41807eb5329299b8c45cd49356a4ead01ce0d469 -``` +---- -- cgit v1.2.3