Jonathan Brielmaier <jonathan.brielma...@web.de> writes: > I tried to update my desktop system to staging but it already fails in > `guix pull`: > > $ cat > /var/log/guix/drvs/d2/rd3sv1i0wy6bwibp4chjymz6b4dggl-guix-package-cache.drv.bz2 > | bzip2 -d > (repl-version 0 1 1) > Generating package cache for > '/gnu/store/pn96j52ajgdkbsjv1i1m3jwj2iir91y6-profile'... > (exception unbound-variable (value #f) (value "Unbound variable: ~S") > (value (node-10.22)) (value #f))
Presumably the problem is that you're using a certain 3rd-party channel that relies upon the 'node-10.22' variable, which was removed in the following commit on the 'ungrafting' branch (later merged into 'staging'): https://git.sv.gnu.org/cgit/guix.git/commit/?h=staging&id=18f10c0b12dd369507fd2821dcf748fc9b13053a Mark