Re: powerpc64[le]-linux port progress

2020-02-23 Thread Jan Nieuwenhuizen
dftxbs3e writes: Hi! > On 2/22/20 1:34 PM, Jan Nieuwenhuizen wrote: >> Have you tried building static gawk standalone and check it for that >> bash? You could do something like >> >>grep -ao '/gnu/store/e*-bash' $(./pre-inst-env guix build -e '(@@ (gnu >> packages make-bootstrap) %static-bi

Migrating packages to Guile 3.0

2020-02-23 Thread Ludovic Courtès
Hello Guix! I’ve pushed a ‘wip-guile3.0-packages’ branch, which renames “guile-next” to “guile”, renames “guile3.0-” packages to just “guile-”, and changes a few more occurrences of ‘guile-2.2’ to ‘guile-3.0’ in package inputs. It should start building here: https://ci.guix.gnu.org/jobset/wip-g

Thoughts on making Guix even better

2020-02-23 Thread Leo Prikler
Hello Raghav! > Lets assume we have 5 packages in profile. Package 1, 3 and 5 has > non-critical > updates. Package 4 has non-critical update but it breaks. Package 2 > has > critical update (CVE). We can either upgrade all packages except > package 4 (or) > we can upgrade only package 2. > > L

Re: Qt build problems after bump to 5.12.7

2020-02-23 Thread John Soo
Submitted qtbase-patched in bug #39758.

GNU Guix ported to powerp64-linux-gnu

2020-02-23 Thread dftxbs3e
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:PPC6

Re: Thoughts on making Guix even better

2020-02-23 Thread Jonathan Frederickson
On Feb 22, 2020, at 9:49 PM, Raghav Gururajan wrote: > > The guix system transactions are NON-MODULAR. That is, you cannot selectively > reconfigure certain parts of the system. For example, you either reconfigure > the system as a whole (or) you do not reconfigure the system at all. This is