Hello Ludo, On 12/14/18 1:02 PM, Ludovic Courtès wrote: > You must be using a personal branch, no? It seems that ‘master’ cannot > be used natively on GNU/Hurd because we lack binaries under > gnu/packages/bootstrap/i586-gnu: > > --8<---------------cut here---------------start------------->8--- > $ guix build hello -s i586-gnu -n > guix build: error: could not find bootstrap binary 'tar' for system 'i586-gnu' > --8<---------------cut here---------------end--------------->8--- > > Manolis, I suppose we could cross-compile ‘bootstrap-tarballs’ to
Rene is using a personal branch based with modification based on the guix-hurd work. Rene are you still using the binaries I had provided? Theoretically we could do that. But unfortunately 1) the Guix to Hurd cross-compilation support breaks faster that I can keep up trying to fix 2) even when we get the binaries we will definitely have issues with the initial tool-chain. Can the current master build `guix build --target=i586-pc-gnu bootstrap-tarballs` ? Manolis