Re: Aarch64 build of rust-1.39.0 fails

2022-01-17 Thread Denis 'GNUtoo' Carikli
On Mon, 17 Jan 2022 23:36:42 -0500 Maxim Cournoyer wrote: > gdm depends on gjs IIRC, which is bound to mozjs, which requires rust. > So you should use another login manager such as lightdm or slim. I'm running Guix system i686 and I use GDM, including the service to have it started at boot, and it

Re: Aarch64 build of rust-1.39.0 fails

2022-01-17 Thread Maxim Cournoyer
Hi Denis, Denis 'GNUtoo' Carikli writes: > On Tue, 11 Jan 2022 15:34:00 +0200 > Efraim Flashner wrote: > >> Specifically, try replacing librsvg with librsvg-for-system > Thanks a lot. > > I've now managed to build almost all of the system.scm I was using by > patching several packages to: > - u

Re: Aarch64 build of rust-1.39.0 fails

2022-01-14 Thread Denis 'GNUtoo' Carikli
On Tue, 11 Jan 2022 15:34:00 +0200 Efraim Flashner wrote: > Specifically, try replacing librsvg with librsvg-for-system Thanks a lot. I've now managed to build almost all of the system.scm I was using by patching several packages to: - use librsvg-for-system instead of librsvg - not use gjs for

Re: Aarch64 build of rust-1.39.0 fails

2022-01-11 Thread Efraim Flashner
On Mon, Jan 10, 2022 at 04:22:17PM -0500, Maxim Cournoyer wrote: > Hi Denis, > > Denis 'GNUtoo' Carikli writes: > > > On Tue, 04 Jan 2022 17:22:02 -0500 > > Maxim Cournoyer wrote: > > > >> Hi Denis, > > Hi, > > > >> Note that you'll want to use the latest commit available of mrustc, or > >> som

Re: Aarch64 build of rust-1.39.0 fails

2022-01-10 Thread Maxim Cournoyer
Hi Denis, Denis 'GNUtoo' Carikli writes: > On Tue, 04 Jan 2022 17:22:02 -0500 > Maxim Cournoyer wrote: > >> Hi Denis, > Hi, > >> Note that you'll want to use the latest commit available of mrustc, or >> something recent enough like this in (gnu packages rust) as it >> includes recent fixes to t

Re: Aarch64 build of rust-1.39.0 fails

2022-01-09 Thread Denis 'GNUtoo' Carikli
On Tue, 04 Jan 2022 17:22:02 -0500 Maxim Cournoyer wrote: > Hi Denis, Hi, > Note that you'll want to use the latest commit available of mrustc, or > something recent enough like this in (gnu packages rust) as it > includes recent fixes to the (still failing) i686 build: With ./build-1.39.0.sh in

Re: Aarch64 build of rust-1.39.0 fails

2022-01-04 Thread Maxim Cournoyer
Hi Denis, Denis 'GNUtoo' Carikli writes: [...] > With both Guix system i686 and Parabola i686 (with linux-libre-pae) > htop sees 8GiB of RAM on my laptop[1], and I've also 9G of swap > available, and I can probably make it run builds the night, so I'll try > to get that built on my laptop and r

Re: Aarch64 build of rust-1.39.0 fails

2022-01-04 Thread Denis 'GNUtoo' Carikli
On Tue, 04 Jan 2022 11:18:31 -0500 Maxim Cournoyer wrote: > Hi Denis, Hi, > The impact of the lack of Rust on non-x86_64 architectures has been > reduced on non-x86_64 architectures on the master branch by > workarounds such as using polkit-duktape in place of the regular > polkit to avoid requ

Re: Aarch64 build of rust-1.39.0 fails

2022-01-04 Thread Maxim Cournoyer
Hi Denis, Denis 'GNUtoo' Carikli writes: > On Sun, 19 Dec 2021 21:55:21 -0500 > Maxim Cournoyer wrote: >> This is not a Rust but a (known) mrustc issue, which is used to >> bootstrap Rust starting at version 1.39.0. It currently only supports >> x86_64, although the author is interested in ena

Re: Aarch64 build of rust-1.39.0 fails

2022-01-03 Thread Denis 'GNUtoo' Carikli
On Sun, 19 Dec 2021 21:55:21 -0500 Maxim Cournoyer wrote: > This is not a Rust but a (known) mrustc issue, which is used to > bootstrap Rust starting at version 1.39.0. It currently only supports > x86_64, although the author is interested in enabling support for > other architectures (a WIP). So

Re: Aarch64 build of rust-1.39.0 fails

2021-12-22 Thread phodina
Hi Vagrant and Maxim, thanks for the clarification. I do now see that the latest supported version is rust@1.39.0 om Aarch64 [1]. Thanks also Danny Milosavljevic for blog post on bootstrapping rust [2]. Yes, it's great that Rust is used more, however, at the same time it causes problems integr

Re: Aarch64 build of rust-1.39.0 fails

2021-12-19 Thread Maxim Cournoyer
Hi, phodina via writes: > Hi, > > I checked the build server and there were no substitutes [1] for > rust-1.39.0 for the Aarch64 system. > > When building natively (Pinebook Pro) there is this problem: > > $ uname -a > Linux valhalla 5.14.9-gnu #1 SMP PREEMPT 1 aarch64 GNU/Linux > ~/guix$ guix b

Re: Aarch64 build of rust-1.39.0 fails

2021-12-17 Thread Vagrant Cascadian
On 2021-12-16, phodina via wrote: > I checked the build server and there were no substitutes [1] for rust-1.39.0 > for the Aarch64 system. This is unfortunately a known issue; there isn't a good bootstrap path for rust on aarch64... and an increasingly number of things are depending on rust, whic

Aarch64 build of rust-1.39.0 fails

2021-12-16 Thread phodina via
Hi, I checked the build server and there were no substitutes [1] for rust-1.39.0 for the Aarch64 system. When building natively (Pinebook Pro) there is this problem: $ uname -a Linux valhalla 5.14.9-gnu #1 SMP PREEMPT 1 aarch64 GNU/Linux ~/guix$ guix build rust -K ... > /tmp/guix-build-rust-1.3