From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0@n0.is Subject: shpchp kernel module (Re: upgrading on GuixSD before 0.16 to 0.16 fails) Date: Thu, 21 Feb 2019 20:38:53 +0000 Message-ID: <20190221203853.y2hoabqc47wxbluq@uptimegirl.lan> References: <20190221170944.hdlvxe5fblniecpq@uptimegirl.lan> <00569D3A-76A4-4025-8F78-B02636CE0E69@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwv7W-0006kG-Qp for guix-devel@gnu.org; Thu, 21 Feb 2019 15:39:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwv7V-0005np-UX for guix-devel@gnu.org; Thu, 21 Feb 2019 15:39:02 -0500 Received: from aibo.runbox.com ([91.220.196.211]:50578) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwv7V-0005mH-LZ for guix-devel@gnu.org; Thu, 21 Feb 2019 15:39:01 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1gwv7T-0005fb-C4 for guix-devel@gnu.org; Thu, 21 Feb 2019 21:38:59 +0100 Received: by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) id 1gwv7O-0000Cz-3N for guix-devel@gnu.org; Thu, 21 Feb 2019 21:38:54 +0100 Content-Disposition: inline In-Reply-To: <00569D3A-76A4-4025-8F78-B02636CE0E69@riseup.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org 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 _ _ # ?) > > 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. 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.