Hi, Jeffrey Serio <serio.jeff...@gmail.com> skribis:
> "I've attempted installing GuixSD a few times on the same PC (Different > USBs, re-downloaded the image, etc.) > and always get the same error-- that the build of system.drv failed. > I'm not exactly sure where to go from > this error message, though, and I was wondering if someone did... > http://pastebin.com/3vG5GE4f" The log at pastebin.com reads: 55. builder for 'gnu/store/[... long string of characters ...]-libarchive-3.1.2.drv' failed with exit code 1 [...] 62. cannot build derivation '/gnu/store/[... long string ...]-system.drv': 1 dependencies couldn't be built This means that, to build the system configuration, Guix tried to build libarchive, which failed. It also means that somehow hydra.gnu.org was not providing pre-built binaries for libarchive & co., perhaps because they have been GC’d. What GuixSD version is it? Thanks for your report! Ludo’.