ng0@n0.is skrev: (21 februari 2019 18:09:53 CET) >Hi, > >I'm currently trying to upgrade out (gnunet) server to a new >version of GuixSD. Upgrading it was put off for a while due to research >reasons. > >This installation is from November '18, and I'm getting stuck on a >backtrace when I'm trying to pull from the commit 0.16 tags or >anything after it. > >Here's the backtrace. If it helps I can attach the config. > >root@firefly ~/gnunet-maintenance/gnunet# guix system build config.scm >guile: warning: failed to install locale >hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' >package and >defining `GUIX_LOCPATH', along these lines: > > guix package -i glibc-utf8-locales > export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale" > >See the "Application Setup" section in the manual, for more info. > > >Backtrace: > 14 (primitive-load "/root/.config/guix/current/bin/guix") >In guix/ui.scm: > 1603:12 13 (run-guix-command _ . _) >In ice-9/boot-9.scm: > 829:9 12 (catch _ _ # ?) > 829:9 11 (catch _ _ # ?) >In guix/scripts/system.scm: > 1268:8 10 (_) >In guix/status.scm: > 615:4 9 (call-with-status-report _ _) >In guix/scripts/system.scm: > 1138:6 8 (process-action _ _ _) >In guix/store.scm: > 1659:24 7 (run-with-store _ _ #:guile-for-build _ #:system _ # _) >In guix/scripts/system.scm: > 1151:13 6 (_ _) > 869:18 5 (perform-action build #< kernel: # ?) >In gnu/system.scm: > 840:19 4 (operating-system-derivation _ #:container? _) >In gnu/services.scm: > 743:6 3 (instantiate-missing-services _) >In guix/combinators.scm: > 45:26 2 (fold2 # ?) > 45:26 1 (fold2 # ?) >In gnu/services.scm: > 723:31 0 (_ _ (#< type: # ?) ?) > >gnu/services.scm:723:31: In procedure struct_vtable: Wrong type >argument in position 1 (expecting struct): shepherd-root-service-type We need your config to be certain but I am guessing you are bitten by the ABI changes: service->service-type. Though this usually gives a more helpful error. -- Sent from my k-9 mail for Android.