On 4/15/19 9:57 PM, Ludovic Courtès wrote: > Hi, > > rendaw <7e9wc56emja...@s.rendaw.me> skribis: > >> guix system disk-image .../server/tmpudkxw7og.scm -r >> temp/image-2019-4-14 --on-error=backtrace >> >> in the `server` directory which has a subdirectory `temp` fails with >> this error: >> >> successfully built >> /gnu/store/xqcy47al19dn2bfbnmz7vmjm812ikgqx-disk-image.drv >> guix system: error: failed to create GC root >> `.../server/temp/temp/image-2019-4-14': No such file or directory > Unless you provide more info, we’ll have to assume that ‘guix system’ is > right: the “No such file or directory” comes directly from open(2). > > Do you have any reasons to believe that something is amiss here? > > Thanks, > Ludo’.
Thanks for the response! I specified `temp/image-2019-4-14` which would make the directory `server/temp/image-2019-4-14` rather than `server/temp/temp/image-2019-4-14`. Somehow the `temp/` is getting duplicated.