From 020c1e77489b772f854bb3288b9c8d2818a6bf9d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 18 Apr 2025 02:17:12 -0300 Subject: git mv src/content/* src/content/en/ --- .../pastebins/2020/01/04/guix-import-failure.adoc | 35 +++++++++ .../en/pastebins/2020/02/14/guix-shebang.adoc | 11 +++ .../en/pastebins/2020/11/27/guix-build-local.adoc | 51 +++++++++++++ .../en/pastebins/2020/12/15/guix-pack-fail.adoc | 86 ++++++++++++++++++++++ 4 files changed, 183 insertions(+) create mode 100644 src/content/en/pastebins/2020/01/04/guix-import-failure.adoc create mode 100644 src/content/en/pastebins/2020/02/14/guix-shebang.adoc create mode 100644 src/content/en/pastebins/2020/11/27/guix-build-local.adoc create mode 100644 src/content/en/pastebins/2020/12/15/guix-pack-fail.adoc (limited to 'src/content/en/pastebins/2020') diff --git a/src/content/en/pastebins/2020/01/04/guix-import-failure.adoc b/src/content/en/pastebins/2020/01/04/guix-import-failure.adoc new file mode 100644 index 0000000..5896645 --- /dev/null +++ b/src/content/en/pastebins/2020/01/04/guix-import-failure.adoc @@ -0,0 +1,35 @@ += Failure on Guix TeX Live importer +:categories: guix + +[source,sh] +---- +$ guix import texlive fontspec +redirection vers « https://ctan.org/xml/1.2/pkg/fontspec »... +Backtrace: + 11 (primitive-load "/home/andreh/.config/guix/current/bin/…") +In guix/ui.scm: + 1806:12 10 (run-guix-command _ . _) +In guix/scripts/import.scm: + 116:11 9 (guix-import . _) +In guix/scripts/import/texlive.scm: + 91:19 8 (guix-import-texlive . _) +In guix/memoization.scm: + 98:0 7 (_ # ("fontspec" "latex") _) +In unknown file: + 6 (_ # …) +In guix/store.scm: + 625:10 5 (call-with-store #) +In guix/import/texlive.scm: + 148:23 4 (_ #) +In guix/utils.scm: + 664:8 3 (call-with-temporary-directory #) +In guix/svn-download.scm: + 160:14 2 (_ "/tmp/guix-directory.WtLohP") +In guix/build/svn.scm: + 39:2 1 (svn-fetch _ _ _ #:svn-command _ #:recursive? _ # _ # _) +In guix/build/utils.scm: + 652:6 0 (invoke _ . _) + +guix/build/utils.scm:652:6: In procedure invoke: +Throw to key `srfi-34' with args `(#)'. +---- diff --git a/src/content/en/pastebins/2020/02/14/guix-shebang.adoc b/src/content/en/pastebins/2020/02/14/guix-shebang.adoc new file mode 100644 index 0000000..d415d36 --- /dev/null +++ b/src/content/en/pastebins/2020/02/14/guix-shebang.adoc @@ -0,0 +1,11 @@ += Guix shebang +:categories: guix + +[source,sh] +---- +#!/usr/bin/env -S guix environment --ad-hoc bash -- bash +set -Eeuo pipefail +cd "$(dirname "${BASH_SOURCE[0]}")" + +pwd +---- diff --git a/src/content/en/pastebins/2020/11/27/guix-build-local.adoc b/src/content/en/pastebins/2020/11/27/guix-build-local.adoc new file mode 100644 index 0000000..1a18d4b --- /dev/null +++ b/src/content/en/pastebins/2020/11/27/guix-build-local.adoc @@ -0,0 +1,51 @@ += Guix build local module +:categories: guix + +FIXED: rename `name` on line 9 of the first snippet, and use `"my-hello"` +instead of `"hello"`. + +''''' + +Inside a file named `build.scm`: + +[source,scheme] +---- +(define-module (build) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix build-system gnu) + #:use-module (guix licenses)) + +(define-public my-hello + (package + (name "hello") + (version "2.10") + (source (origin + (method url-fetch) + (uri (string-append "mirror://gnu/hello/hello-" version + ".tar.gz")) + (sha256 + (base32 + "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i")))) + (build-system gnu-build-system) + (synopsis "") + (description "") + (home-page "") + (license gpl3+))) +---- + +A plain build command didn't work: + +[source,sh] +---- +$ guix build -L. my-hello +guix build: error: my-hello : paquet inconnu +---- + +But with an eval expression it did: + +[source,sh] +---- +$ guix build -L. -e '(@ (build) my-hello)' +# works +---- diff --git a/src/content/en/pastebins/2020/12/15/guix-pack-fail.adoc b/src/content/en/pastebins/2020/12/15/guix-pack-fail.adoc new file mode 100644 index 0000000..3631fbc --- /dev/null +++ b/src/content/en/pastebins/2020/12/15/guix-pack-fail.adoc @@ -0,0 +1,86 @@ += Failure with relocatable Guix pack tarball +:categories: guix + +:post: https://guix.gnu.org/blog/2018/tarballs-the-ultimate-container-image-format/ + +FIXED: Use `GUIX_PROFILE= source etc/profile` + +''''' + +The example from the {post}[blog post] fails. + +[source,sh] +---- +$ tar xf `guix pack --relocatable -S /bin=bin -S /etc=etc guile gnutls guile-json` +$ source etc/profile +$ bin/guile -c '(use-modules (json))' +guile: warning: failed to install locale +Backtrace: +In ice-9/boot-9.scm: + 1736:10 13 (with-exception-handler _ _ #:unwind? _ # _) +In unknown file: + 12 (apply-smob/0 #) +In ice-9/boot-9.scm: + 718:2 11 (call-with-prompt ("prompt") # ?) +In ice-9/eval.scm: + 619:8 10 (_ #(#(#))) +In ice-9/command-line.scm: + 185:18 9 (_ #) +In unknown file: + 8 (eval (use-modules (json)) #) +In ice-9/eval.scm: + 721:20 7 (primitive-eval (use-modules (json))) +In ice-9/psyntax.scm: + 1241:36 6 (expand-top-sequence ((use-modules (json))) _ _ #f _ _ _) + 1233:19 5 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) + 285:10 4 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?) +In ice-9/boot-9.scm: + 3898:20 3 (process-use-modules _) + 222:17 2 (map1 (((json)))) + 3899:31 1 (_ ((json))) + 3300:6 0 (resolve-interface (json) #:select _ #:hide _ #:prefix _ ?) + +ice-9/boot-9.scm:3300:6: In procedure resolve-interface: +no code for module (json) +$ bin/guile -c '(use-modules (gnutls))' +guile: warning: failed to install locale +Backtrace: +In ice-9/boot-9.scm: + 1736:10 13 (with-exception-handler _ _ #:unwind? _ # _) +In unknown file: + 12 (apply-smob/0 #) +In ice-9/boot-9.scm: + 718:2 11 (call-with-prompt ("prompt") # ?) +In ice-9/eval.scm: + 619:8 10 (_ #(#(#))) +In ice-9/command-line.scm: + 185:18 9 (_ #) +In unknown file: + 8 (eval (use-modules (gnutls)) #) +In ice-9/eval.scm: + 721:20 7 (primitive-eval (use-modules (gnutls))) +In ice-9/psyntax.scm: + 1241:36 6 (expand-top-sequence ((use-modules (gnutls))) _ _ #f _ _ ?) + 1233:19 5 (parse _ (("placeholder" placeholder)) ((top) #(# # ?)) ?) + 285:10 4 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) ?) +In ice-9/boot-9.scm: + 3898:20 3 (process-use-modules _) + 222:17 2 (map1 (((gnutls)))) + 3899:31 1 (_ ((gnutls))) + 3300:6 0 (resolve-interface (gnutls) #:select _ #:hide _ #:prefix ?) + +ice-9/boot-9.scm:3300:6: In procedure resolve-interface: +no code for module (gnutls) +---- + +My Guix version if fairly recent: + +[source,sh] +---- +$ 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