Hello, I decided to try guix and installed 1.4.0 from the standard bookworm depot.There are several option.
I have found older docker version with guide (for Ubuntu, but difference should be very minimal and analogous).
You can also try guix, there is currently available sqlite 3.46.0 (and python 3.10.7).
I see the sqlite package you mention https://packages.guix.gnu.org/packages/sqlite/3.46.0/ but guix search sqlite spits out :
Code:
$ guix search sqlitename: sqliteversion: 3.39.3location: gnu/packages/sqlite.scm:114:2name: sqliteversion: 3.36.0location: gnu/packages/sqlite.scm:62:2homepage: https://www.sqlite.org/
If I do 'guix refresh ' I get error :
Code:
$ guix refreshgnu/packages/zile.scm:113:14: warning: no tags were found for zile-on-guilegnu/packages/zig.scm:33:13: zig would be upgraded from 0.9.1 to 0.13.0gnu/packages/xorg.scm:1408:13: libxres would be upgraded from 1.2.1 to 1.2.2;;; Failed to autoload html->sxml in (htmlprag):;;; no code for module (htmlprag)Backtrace:In ice-9/boot-9.scm: 1752:10 16 (with-exception-handler _ _ #:unwind? _ # _)In unknown file: 15 (apply-smob/0 #<thunk 7ffb9670d2e0>)In ice-9/boot-9.scm: 724:2 14 (call-with-prompt _ _ #<procedure default-prompt-handle…>)In ice-9/eval.scm: 619:8 13 (_ #(#(#<directory (guile-user) 7ffb96712c80>)))In guix/ui.scm: 2275:7 12 (run-guix . _) 2238:10 11 (run-guix-command _ . _)In ice-9/boot-9.scm: 1752:10 10 (with-exception-handler _ _ #:unwind? _ # _) 1752:10 9 (with-exception-handler _ _ #:unwind? _ # _)In guix/store.scm: 661:37 8 (thunk) 2170:25 7 (run-with-store #<store-connection 256.99 7ffb7ef67d70> …)In guix/scripts/refresh.scm: 567:14 6 (_ _)In srfi/srfi-1.scm: 634:9 5 (for-each #<procedure 7ffb8e5bfa40 at guix/scripts/ref…> …)In guix/scripts/refresh.scm: 367:10 4 (check-for-package-update #<package xclock@1.0.9 gnu/p…> …)In srfi/srfi-1.scm: 858:15 3 (any1 #<procedure 7ffb7ec13720 at guix/upstream.scm:28…> …)In guix/gnu-maintenance.scm: 842:10 2 (_ _ . _)In ice-9/boot-9.scm: 1685:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _)ice-9/boot-9.scm:1685:16: In procedure raise-exception:error: html->sxml: unbound variable
Clik here to view.

Question 1 : from https://packages.debian.org/sid/guix, how do I know which tag has been used in the guix code?
Question 2 : can I easily switch to using the most recent guix package definitions? If not I will try the backport way.
Statistics: Posted by theprez — 2024-09-02 23:15 — Replies 6 — Views 1498