* Errors with guix pull
@ 2020-07-03 23:48 Gary Johnson
2020-08-08 16:44 ` Joshua Branson
0 siblings, 1 reply; 3+ messages in thread
From: Gary Johnson @ 2020-07-03 23:48 UTC (permalink / raw)
To: help-guix
Hi Guix,
I've been running GuixSD with relatively few issues for the past year
or so, but recently I've started to run into fatal errors when
attempting a `guix pull` as my normal user account. Trying it today, the
command crashes out with an error that I don't understand. Afterwards,
any attempt to run any guix command prints out a huge number of
"incompatible bytecode version" error messages to the console. Please
see the transcript below:
===========================================================================
gjohnson@euclid ~ $ guix describe
Generation 31 Jun 16 2020 20:05:21 (current)
guix e7a7a48
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: e7a7a483bcda6ec60d9dff3b3aba88dababe035c
===========================================================================
gjohnson@euclid ~ $ guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git 026b134
Computing Guix derivation for 'x86_64-linux'... /
Backtrace:
In guix/ui.scm:
1948:12 19 (run-guix-command _ . _)
662:2 18 (call-with-error-handling _)
In ice-9/boot-9.scm:
1736:10 17 (with-exception-handler _ _ #:unwind? _ # _)
1731:15 16 (with-exception-handler #<procedure 7ff1a57233f0 at ic…> …)
1731:15 15 (with-exception-handler #<procedure 7ff1a5723360 at ic…> …)
1736:10 14 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
631:22 13 (thunk)
In guix/status.scm:
776:4 12 (call-with-status-report _ _)
In guix/scripts/pull.scm:
792:20 11 (_)
In guix/store.scm:
1299:8 10 (call-with-build-handler _ _)
1299:8 9 (call-with-build-handler #<procedure 7ff1a599a930 at g…> …)
In guix/scripts/pull.scm:
828:26 8 (_)
In guix/build/syscalls.scm:
1167:4 7 (call-with-file-lock/no-wait _ _ _)
In guix/store.scm:
2025:24 6 (run-with-store #<store-connection 256.99 7ff1aa7836e0> …)
In guix/scripts/pull.scm:
435:26 5 (_ _)
234:18 4 (display-profile-news "/var/guix/profiles/per-user/gjo…" …)
In guix/memoization.scm:
100:0 3 (_ #<hash-table 7ff1a5719a40 0/31> "/var/guix/profiles…" …)
In guix/scripts/pull.scm:
554:21 2 (_)
In ice-9/boot-9.scm:
1669:16 1 (raise-exception _ #:continuable? _)
1669:16 0 (raise-exception _ #:continuable? _)
ice-9/boot-9.scm:1669:16: In procedure raise-exception:
ERROR:
1. &inferior-exception:
arguments: (misc-error "load-thunk-from-memory" "incompatible bytecode version" () #f)
inferior: #<<inferior> pid: pipe socket: #<input-output: string 7ff1a266a070> close: #<procedure close-pipe (p)> version: (0 1 1) packages: #<promise #<procedure 7ff1a2023180 at guix/inferior.scm:161:32 ()>> table: #<promise #<procedure 7ff1983ccfc0 at guix/inferior.scm:162:32 ()>>>
stack: ((#f ("ice-9/boot-9.scm" 1763 13)) (raise-exception ("ice-9/boot-9.scm" 1668 16)) (load-compiled/vm (#f #f #f)) (#f ("gnu/packages.scm" 265 11)) (with-exception-handler ("ice-9/boot-9.scm" 1730 15)) (#f ("guix/memoization.scm" 99 0)) (fold-available-packages ("gnu/packages.scm" 206 2)) (#f (#f #f #f)) (#f ("guix/repl.scm" 92 21)) (with-exception-handler ("ice-9/boot-9.scm" 1735 10)) (with-exception-handler ("ice-9/boot-9.scm" 1730 15)) (#f ("guix/repl.scm" 119 7)))
===========================================================================
gjohnson@euclid ~ $ guix help
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/ui.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/i18n.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/colors.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/memoization.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/profiling.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/diagnostics.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/gexp.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/store.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/utils.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/config.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/build/utils.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/build/syscalls.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/deprecation.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/serialization.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/combinators.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/monads.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/records.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/base16.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/base32.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/derivations.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/sets.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/grafts.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/packages.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/build-system.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/search-paths.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/profiles.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/modules.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
;;; WARNING: loading compiled file /gnu/store/i4k1q7kb4z76v0405v3q3hda3ils7phb-guix-module-union/lib/guile/3.0/site-ccache/guix/licenses.go failed:
;;; In procedure load-thunk-from-memory: incompatible bytecode version
Usage: guix COMMAND ARGS...
Run COMMAND with ARGS.
COMMAND must be one of the sub-commands listed below:
archive
build
challenge
container
copy
deploy
describe
download
edit
environment
gc
graph
hash
import
install
lint
pack
package
processes
publish
pull
refresh
remove
repl
search
show
size
system
time-machine
upgrade
weather
Report bugs to: bug-guix@gnu.org.
GNU Guix home page: <https://www.gnu.org/software/guix/>
General help using GNU software: <http://www.gnu.org/gethelp/>gjohnson@euclid ~ $ guix help
===========================================================================
Any suggestions would be greatly appreciated.
Thanks,
Gary
--
GPG Key ID: 7BC158ED
Use `gpg --search-keys lambdatronic' to find me
Protect yourself from surveillance: https://emailselfdefense.fsf.org
=======================================================================
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
Please avoid sending me MS-Office attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Errors with guix pull
2020-07-03 23:48 Errors with guix pull Gary Johnson
@ 2020-08-08 16:44 ` Joshua Branson
2020-08-17 20:09 ` Gary Johnson
0 siblings, 1 reply; 3+ messages in thread
From: Joshua Branson @ 2020-08-08 16:44 UTC (permalink / raw)
To: Gary Johnson; +Cc: help-guix
Are you building guix from git by chance?
--
Joshua Branson
Sent from Emacs and Gnus
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Errors with guix pull
2020-08-08 16:44 ` Joshua Branson
@ 2020-08-17 20:09 ` Gary Johnson
0 siblings, 0 replies; 3+ messages in thread
From: Gary Johnson @ 2020-08-17 20:09 UTC (permalink / raw)
To: Joshua Branson; +Cc: help-guix
Hi Joshua,
No, I was just building guix using the standard "guix pull" command.
After quite a lot of experimenting, I was able to solve my own problem a
few weeks ago by uninstalling guile from my user profile. I'm not sure
why that messed up "guix pull", but at least with guile uninstalled, I
was able to upgrade guix successfully.
Lessons learned, I guess.
~Gary
Joshua Branson <jbranso@dismail.de> writes:
> Are you building guix from git by chance?
--
GPG Key ID: 7BC158ED
Use `gpg --search-keys lambdatronic' to find me
Protect yourself from surveillance: https://emailselfdefense.fsf.org
=======================================================================
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
Please avoid sending me MS-Office attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-08-17 20:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-03 23:48 Errors with guix pull Gary Johnson
2020-08-08 16:44 ` Joshua Branson
2020-08-17 20:09 ` Gary Johnson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.