all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bootstrapping on a new platform
@ 2017-12-02 23:17 Paul Boddie
  2017-12-03  6:46 ` Manolis Ragkousis
  0 siblings, 1 reply; 11+ messages in thread
From: Paul Boddie @ 2017-12-02 23:17 UTC (permalink / raw)
  To: help-guix

Hello,

I finally got round to trying to build Guix again, this time doing a native 
build rather than a cross-build. However, I'm attempting this on an 
unsupported platform (mipsel), and it isn't clear what I need to do to make 
the bootstrap binaries and thus attempt a source build.

What I've figured out so far is this:

tar zxf guix-0.13.0.tar.gz
cd guix-0.13.0
./bootstrap
./configure --with-courage
make
make install

This gets me the guix-daemon, but upon trying to do anything, I get the 
following:

guix build: error: could not find bootstrap binary 'tar' for system 'mipsel-
linux'

I understand that I need some bootstrap binaries, and the bootstrapping 
documentation indicates that these can indeed be generated as follows:

guix build --target=mipsel-linux-gnu bootstrap-tarballs

But this just gives the same error. And I am actually running on mipsel-linux-
gnu, so I suppose it might be different if I were try this on a supported 
system - i386-linux-gnu, for instance - and thus generate the binaries that 
way.

Maybe I have just missed the part of the manual that talks about these source 
builds, but it really doesn't seem obvious to me. Another thing, which I've 
seen mentioned on this list is reproducible builds. Might it be possible to 
have architecture-independent source archives that reproducibly build the 
binaries?

Sorry not to be able to figure this out for myself!

Paul

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-12-12 16:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-02 23:17 Bootstrapping on a new platform Paul Boddie
2017-12-03  6:46 ` Manolis Ragkousis
2017-12-03  9:54   ` Efraim Flashner
2017-12-04 18:24   ` Paul Boddie
2017-12-08 10:28     ` Ludovic Courtès
2017-12-08 13:40       ` Paul Boddie
2017-12-08 16:19         ` Paul Boddie
2017-12-11 11:03           ` Ludovic Courtès
2017-12-11 16:36             ` Paul Boddie
2017-12-12 16:10               ` Ludovic Courtès
2017-12-12 16:29                 ` Paul Boddie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.