* upgrading on GuixSD before 0.16 to 0.16 fails
@ 2019-02-21 17:09 ng0
2019-02-21 18:41 ` swedebugia
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2019-02-21 17:09 UTC (permalink / raw)
To: guix-devel
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 _ _ #<procedure 7f01456e5498 at guix/ui.scm:615?> ?)
829:9 11 (catch _ _ #<procedure 7f01456e54b0 at guix/ui.scm:733?> ?)
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 #<<operating-system> kernel: #<p?> ?)
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 #<procedure adjust-service-list (svc result ins?> ?)
45:26 1 (fold2 #<procedure 458edc0 at gnu/services.scm:717:11 ?> ?)
In gnu/services.scm:
723:31 0 (_ _ (#<<service> type: #<service-type static-netwo?> ?) ?)
gnu/services.scm:723:31: In procedure struct_vtable: Wrong type argument in position 1 (expecting struct): shepherd-root-service-type
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: upgrading on GuixSD before 0.16 to 0.16 fails
2019-02-21 17:09 upgrading on GuixSD before 0.16 to 0.16 fails ng0
@ 2019-02-21 18:41 ` swedebugia
2019-02-21 20:38 ` shpchp kernel module (Re: upgrading on GuixSD before 0.16 to 0.16 fails) ng0
0 siblings, 1 reply; 5+ messages in thread
From: swedebugia @ 2019-02-21 18:41 UTC (permalink / raw)
To: guix-devel, ng0
[-- Attachment #1: Type: text/plain, Size: 2347 bytes --]
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 _ _ #<procedure 7f01456e5498 at guix/ui.scm:615?> ?)
> 829:9 11 (catch _ _ #<procedure 7f01456e54b0 at guix/ui.scm:733?> ?)
>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 #<<operating-system> kernel: #<p?> ?)
>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 #<procedure adjust-service-list (svc result ins?> ?)
> 45:26 1 (fold2 #<procedure 458edc0 at gnu/services.scm:717:11 ?> ?)
>In gnu/services.scm:
> 723:31 0 (_ _ (#<<service> type: #<service-type static-netwo?> ?) ?)
>
>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.
[-- Attachment #2: Type: text/html, Size: 2728 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* shpchp kernel module (Re: upgrading on GuixSD before 0.16 to 0.16 fails)
2019-02-21 18:41 ` swedebugia
@ 2019-02-21 20:38 ` ng0
2019-02-21 20:59 ` Ricardo Wurmus
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2019-02-21 20:38 UTC (permalink / raw)
To: guix-devel
Hi,
swedebugia transcribed 5.4K bytes:
> 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 _ _ #<procedure 7f01456e5498 at guix/ui.scm:615?> ?)
> > 829:9 11 (catch _ _ #<procedure 7f01456e54b0 at guix/ui.scm:733?> ?)
> >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 #<<operating-system> kernel: #<p?> ?)
> >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 #<procedure adjust-service-list (svc result ins?> ?)
> > 45:26 1 (fold2 #<procedure 458edc0 at gnu/services.scm:717:11 ?> ?)
> >In gnu/services.scm:
> > 723:31 0 (_ _ (#<<service> type: #<service-type static-netwo?> ?) ?)
> >
> >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.
Yes, thanks for the pointer. What I had was one single quote too much in a service
I have written to mount an xfs drive late (with /home).
Now my next question to get up to date is: What happened with shpchp?
In 4.17.12-gnu I had to add this kernel module, now it's simply gone?
> Though this usually gives a more helpful error.
> --
> Sent from my k-9 mail for Android.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-02-21 21:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 17:09 upgrading on GuixSD before 0.16 to 0.16 fails ng0
2019-02-21 18:41 ` swedebugia
2019-02-21 20:38 ` shpchp kernel module (Re: upgrading on GuixSD before 0.16 to 0.16 fails) ng0
2019-02-21 20:59 ` Ricardo Wurmus
2019-02-21 21:11 ` ng0
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.