unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* GNU Guix ported to powerp64-linux-gnu
@ 2020-02-23 19:37 dftxbs3e
  2020-02-24 15:18 ` Joshua Branson
  2020-03-08 20:56 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: dftxbs3e @ 2020-02-23 19:37 UTC (permalink / raw)
  To: Guix Devel


[-- Attachment #1.1: Type: text/plain, Size: 1137 bytes --]

Hello!

Finally it succeeded. Thanks to everyone who has answered my countless
questions on the mailing list and IRC!

GNU Hello - /gnu/store/98wc63drnc5iwkcclls91iz181mmiv7c-hello-2.10
(natively built with: ./pre-inst-env guix build hello)

I used Gentoo (https://wiki.gentoo.org/wiki/Handbook:PPC64) as a base
PowerPC 64-bit big endian system. (precisely IBM POWER9)

source:

https://gitlab.com/lle-bout/guix - commit
f47e761a10675b05b07107035d5024618267a3ad (current master at time of writing)

bootstrap binaries:

https://gitlab.com/lle-bout/guix-bootstrap - commit
b017c0459bc65a53203eb056998be8abd7778e4a (current master at time of
writing) - currently it's unclear from which revision the bootstrap
binaries come from, a rebuild of all the binaries from the latest ported
guix's revision is pending.

How to build bootstrap binaries:

On a system where GNU Guix already works:

./pre-inst-env guix build --target=powerpc64-linux-gnu bootstrap-tarballs

Next steps are getting things to work on powerpc64le-linux-gnu (shouldnt
be too hard now) then rebase everything onto core-updates!

Leo



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: GNU Guix ported to powerp64-linux-gnu
  2020-02-23 19:37 GNU Guix ported to powerp64-linux-gnu dftxbs3e
@ 2020-02-24 15:18 ` Joshua Branson
  2020-02-24 21:49   ` dftxbs3e
  2020-03-08 20:56 ` Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Joshua Branson @ 2020-02-24 15:18 UTC (permalink / raw)
  To: guix-devel

dftxbs3e <dftxbs3e@free.fr> writes:

Awesome!  Do you use a raptor computer?

https://www.raptorcs.com/content/base/products.html

> Hello!
>
> Finally it succeeded. Thanks to everyone who has answered my countless
> questions on the mailing list and IRC!
>
> GNU Hello - /gnu/store/98wc63drnc5iwkcclls91iz181mmiv7c-hello-2.10
> (natively built with: ./pre-inst-env guix build hello)
>
> I used Gentoo (https://wiki.gentoo.org/wiki/Handbook:PPC64) as a base
> PowerPC 64-bit big endian system. (precisely IBM POWER9)
>
> source:
>
> https://gitlab.com/lle-bout/guix - commit
> f47e761a10675b05b07107035d5024618267a3ad (current master at time of writing)
>
> bootstrap binaries:
>
> https://gitlab.com/lle-bout/guix-bootstrap - commit
> b017c0459bc65a53203eb056998be8abd7778e4a (current master at time of
> writing) - currently it's unclear from which revision the bootstrap
> binaries come from, a rebuild of all the binaries from the latest ported
> guix's revision is pending.
>
> How to build bootstrap binaries:
>
> On a system where GNU Guix already works:
>
> ./pre-inst-env guix build --target=powerpc64-linux-gnu bootstrap-tarballs
>
> Next steps are getting things to work on powerpc64le-linux-gnu (shouldnt
> be too hard now) then rebase everything onto core-updates!
>
> Leo
>
>

--
Joshua Branson
Sent from Emacs and Gnus

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

* Re: GNU Guix ported to powerp64-linux-gnu
  2020-02-24 15:18 ` Joshua Branson
@ 2020-02-24 21:49   ` dftxbs3e
  0 siblings, 0 replies; 4+ messages in thread
From: dftxbs3e @ 2020-02-24 21:49 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 158 bytes --]

On 2/24/20 4:18 PM, Joshua Branson wrote:

> Awesome!  Do you use a raptor computer?
>
> https://www.raptorcs.com/content/base/products.html
Yes! :-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: GNU Guix ported to powerp64-linux-gnu
  2020-02-23 19:37 GNU Guix ported to powerp64-linux-gnu dftxbs3e
  2020-02-24 15:18 ` Joshua Branson
@ 2020-03-08 20:56 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-03-08 20:56 UTC (permalink / raw)
  To: dftxbs3e; +Cc: Guix Devel

Hello,

dftxbs3e <dftxbs3e@free.fr> skribis:

> Finally it succeeded. Thanks to everyone who has answered my countless
> questions on the mailing list and IRC!
>
> GNU Hello - /gnu/store/98wc63drnc5iwkcclls91iz181mmiv7c-hello-2.10
> (natively built with: ./pre-inst-env guix build hello)

Woow, I missed this as I went on vacation, this is impressive!  Congrats!

> I used Gentoo (https://wiki.gentoo.org/wiki/Handbook:PPC64) as a base
> PowerPC 64-bit big endian system. (precisely IBM POWER9)
>
> source:
>
> https://gitlab.com/lle-bout/guix - commit
> f47e761a10675b05b07107035d5024618267a3ad (current master at time of writing)

Have you already submitted the patch set to guix-patches or otherwise
solicited feedback?  It’d be great to work towards getting it merged!

Thanks,
Ludo’.

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

end of thread, other threads:[~2020-03-08 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23 19:37 GNU Guix ported to powerp64-linux-gnu dftxbs3e
2020-02-24 15:18 ` Joshua Branson
2020-02-24 21:49   ` dftxbs3e
2020-03-08 20:56 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).