Re: GNU Mes 0.24.1 released

2022-10-24 Thread Efraim Flashner
On Wed, Oct 19, 2022 at 09:41:20PM +0200, Janneke Nieuwenhuizen wrote: > Ludovic Courtès writes: > > Hey! > > > Janneke Nieuwenhuizen skribis: > > > > This is exciting news! Looking forward to having full-source > > bootstrapped AArch64… and it looks like there’s already activity on a > > ‘wip-

Re: How long does it take to run the full rustc bootstrap chain?

2022-10-24 Thread Maxim Cournoyer
Hi, Félix Baylac Jacqué writes: > Hey Guix, > > I'd be curious to know how long it takes to run the full rustc bootstrap > chain on the Guix build farm. I'm sadly not sure how to approach this > problem. > > Is there a way to extract this information from Cuirass or the Guix data > service? > >

Trusted Firmware-A (ARMv8)

2022-10-24 Thread Development of GNU Guix and the GNU System distribution.
I would like to install Guix (System) on the Banana Pi M5 [0]. The board is “open source” but not the firmware released by Amlogic [1]. The platform (Amlogic Meson S905X3) is currently not supported by the open source project Trusted Firmware-A [2][3]. I am a user not an expert and I don’t know w

Re: Notes from discussion on Quality Assurance from the 10 Years of Guix event

2022-10-24 Thread zimoun
Hi Tanguy, On dim., 23 oct. 2022 at 17:48, Tanguy LE CARROUR wrote: > ```console > $ guix package -I | awk '{print $1}' | tr '\n' ' ' | xargs guix refresh 2>&1 \ > | ag -v '(already|failed|no updater|warning|redirection)' > ``` This pipe is equivalent to, guix package --export-manifest >

Re: Notes from discussion on Quality Assurance from the 10 Years of Guix event

2022-10-24 Thread zimoun
Hi Tanguy, On dim., 23 oct. 2022 at 17:40, Tanguy LE CARROUR wrote: >> guix package --export-manifest > /tmp/my-pkgs.scm >> guix refresh -m /tmp/my-pkgs.scm 2>&1 | ... > > I'm not using manifest (anymore). I used to, but for the time being, I'm using > `divenv` + `guix shell` and I'm qui

Re: Pinning package inputs using inferiors?

2022-10-24 Thread zimoun
Hi, On sam., 22 oct. 2022 at 22:58, Felix Lechner via "Development of GNU Guix and the GNU System distribution." wrote: > While I am relatively new to functional package management, I find it > inconsistent that inputs in Guix are provided by variables. What do you mean by « variables »? > I

Re: Notes from discussion on Quality Assurance from the 10 Years of Guix event

2022-10-24 Thread Tanguy LE CARROUR
Hi Simon, Quoting zimoun (2022-10-24 09:34:09) > On dim., 23 oct. 2022 at 17:40, Tanguy LE CARROUR > wrote: > > >> guix package --export-manifest > /tmp/my-pkgs.scm > >> guix refresh -m /tmp/my-pkgs.scm 2>&1 | ... > > > > I'm not using manifest (anymore). I used to, but for the time be

Re: Get all closed tickets with kolam

2022-10-24 Thread Arun Isaac
Hi jgart, > If so, is that endpoint currently deployed and accessible via mumi's > graphql API? Yes, the currently deployed mumi GraphQL endpoint is functioning normally. Sorry about the complete lack of documentation about how to use the GraphQL endpoint. Here is some working code with a bunc

Re: Trusted Firmware-A (ARMv8)

2022-10-24 Thread Joshua Branson
Kevin Vigouroux via "Development of GNU Guix and the GNU System distribution." writes: > I would like to install Guix (System) on the Banana Pi M5 [0]. The > board is “open source” but not the firmware released by Amlogic [1]. > > The platform (Amlogic Meson S905X3) is currently not supported by

Re: Trusted Firmware-A (ARMv8)

2022-10-24 Thread Vagrant Cascadian
On 2022-10-24, Joshua Branson wrote: > Kevin Vigouroux via "Development of GNU Guix and the GNU System > distribution." writes: > >> I would like to install Guix (System) on the Banana Pi M5 [0]. The >> board is “open source” but not the firmware released by Amlogic [1]. >> >> The platform (Amlogi

* TODO Guix json dump all python packages in channel (CLI)

2022-10-24 Thread jgart
looking at this: https://github.com/NixOS/nixos-search/blob/main/flake-info/src/commands/nixpkgs_info.rs#L14 i thought... Wouldn't it be cool if you could do ``` guix dump -L my-guix-channel/ --json --filter=py ``` I know it's possible by writing Guix API code. And I know it's possible to sl

Re: Trusted Firmware-A (ARMv8)

2022-10-24 Thread Development of GNU Guix and the GNU System distribution.
The system must be installed first. Some components on the board are probably supported (Ethernet, GPU) by open source software. -- Best regards, Kevin Vigouroux