bug#48064: texlive-* packages fail to build non-deterministically

2021-06-08 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hello, I was able to do a build of texlive-amscls with `export MALLOC_CHECK_=2`, and a core dump was generated. I managed to get a guix environment with debuginfo for texlive-bin, but for some reason it still doesn’t have debug info for glibc available. FYI, this was the command line I used: $

bug#48911: incorrect license for dialog

2021-06-08 Thread Leo Famulari
On Tue, Jun 08, 2021 at 04:07:13AM -0400, Thomas Dickey wrote: > The license cited in > > https://guix.gnu.org/en/packages/dialog-1.3-20201126/ > > is incorrect. The developer in this change > > > https://git.savannah.gnu.org/cgit/guix.git/commit/gnu/packages/ncurses.scm?id=4429826

bug#48927: VTK fails to build. (regression)

2021-06-08 Thread lg188
In a previous bugreport [1] a solution was added. VTK got updated to 9 [2]. To satisfy an issue with FreeCAD an VTK-8 was re-added [3]. But this is an older version, that re-introduces a regression that was fixed in [4] [1] https://issues.guix.gnu.org/46246 [2] https://git.savannah.gnu.org/cgit/g

bug#46333: Install Command Line

2021-06-08 Thread Tarn Burton
The command line that you should be using is sbcl --non-interacive --eval "(require :asdf)" --eval "(asdf:load-system :common-lisp-jupyter)" --eval "(clj:install :use-implementation :prefix \"bla\" :system t)" The sbcl should not have quicklisp installed so that the installer knows that this is n

bug#48911: incorrect license for dialog

2021-06-08 Thread Thomas Dickey
The license cited in https://guix.gnu.org/en/packages/dialog-1.3-20201126/ is incorrect. The developer in this change https://git.savannah.gnu.org/cgit/guix.git/commit/gnu/packages/ncurses.scm?id=44298269baae6cb8bbaa19e504f391c74cf5729b was apparently unfamiliar with the excep

bug#48649: Guix doesn't boot with LUKS root partition

2021-06-08 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Juraj Hlista 写道: Not sure how the i915 module is related to LUKS though. Not, all all. You should see the same apparent ‘freeze’ when booting the system without LUKS with ‘--repl’ on the kernel command line. Linux prompts for the LUKS passphrase early, and (obviously :-) before the root f

bug#48926: Cuirass is not building Mutt

2021-06-08 Thread Leo Famulari
Recently I noticed that I'm not getting substitutes for Mutt. Looking at the ci.guix.gnu.org web interface, it seems that we stopped building Mutt about a month ago: https://ci.guix.gnu.org/search?query=spec%3Amaster+mutt-2.0.7+system%3Ax86_64-linux And `guix weather` confirms that we seem to ha

bug#47630: Improve guix manual installation docs

2021-06-08 Thread Eric Brown
bo0od writes: > Hi There, > > Checking here: > > https://guix.gnu.org/manual/en/html_node/Manual-Installation.html > > This section actually misses alot of commands and its not nice to give > only hint commands and leave step by step explanation e.g: > > https://guix.gnu.org/manual/en/html_node/K

bug#48273: [PATCH] gnu: icedove: Respect parallel-job-count while building.

2021-06-08 Thread Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove)[arguments]: Add MOZ_MAKE_FLAGS with parallel-job-count to mozconfig. --- gnu/packages/gnuzilla.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index c63809c20c..b6b4a01362 100644 -

bug#48649: Guix doesn't boot with LUKS root partition

2021-06-08 Thread Eric Brown
Juraj Hlista writes: > There has been some progress. I added this line: > > (initrd-modules (cons* "i915" %base-initrd-modules)) > > to the config and it solved the issue with freezing the laptop. > > Not sure how the i915 module is related to LUKS though. > > Best Regards, > J > > ‐‐‐ Origin

bug#48686: games: pioneer fails to start

2021-06-08 Thread Eric Brown
Luis Felipe writes: > STEPS TO REPRODUCE > > 1. guix install pioneer > 2. run pioneer from a terminal > > > EXPECTED RESULT > > The game starts and I can play it. > > > UNEXPECTED RESULT > > The game starts, but fails while loading assets. It displays a message that > says: > > Error while loa

bug#44872: Installer crash: 'uuid->string' is passed #f in lieu of a UUID

2021-06-08 Thread David Wilson
Hi Mathieu! Mathieu Othacehe writes: > The problem here is probably caused by the "free-parted" procedure > returning before all the partitions are properly created by the kernel. > > You could maybe try to run a custom installer image with the hideous > attached patch to confirm this theory. I

bug#48811: R 4.1.0 does not build

2021-06-08 Thread Eric Brown
meedst...@teknik.io writes: > Running ~guix build r-minimal~ fails with the following messages. Sounds like > it cannot find the > style file plain.bst and some math fonts; maybe upstream changed the > dependencies. Or I read it > wrong and it's some other error from the make target "vignettes-n

bug#48913: i686-linux-gnu cross-compiler cannot find libgcc_s [core-updates]

2021-06-08 Thread Maxime Devos
Maxime Devos schreef op di 08-06-2021 om 10:41 [+0200]: > I tested this on 683eb7c5b118440001b89944563603a39fc2ac05. > The problem does not occur on master. > > How to reproduce: > > # --target=aarch64-linux-gnu also fails, but that's another issue > ./pre-inst-env guix build --target=i686-li

bug#48872: Guix services: ‘chmod’ leaves opportunity to leak secrets

2021-06-08 Thread Xinglu Chen
On Tue, Jun 08 2021, Maxime Devos wrote: > Xinglu Chen schreef op zo 06-06-2021 om 14:51 [+0200]: >> [ This was reported on the Nixpkgs bug tracker a few weeks ago >> ] >> >> When doing something like >> >> (call-with-output-file FILE >>

bug#48913: i686-linux-gnu cross-compiler cannot find libgcc_s [core-updates]

2021-06-08 Thread Maxime Devos
Some digging. Currently, there exists a gcc-7-cross-toolexeclibdir.patch. It is applied to gcc 6 and gcc 7 but not gcc 8. Looking at 'cross-gcc' in 'gnu/packages/cross-base.scm', we have (patches (append (origin-patches (package-source xgcc)) (append (cond

bug#48903: guix substitute: error: TLS error in procedure 'read_from_session_record_port': Error decoding the received TLS packet.

2021-06-08 Thread Maxime Devos
> 122.8 MB will be downloaded > libreoffice-6.4.7.2 117.1MiB 344KiB/s > 03:04 [# ] 52.7%guix substitute: error: TLS error in > procedure 'read_from_session_record_port': Error decoding the received TLS > packet. > substitution of > /gnu/store/

bug#48872: Guix services: ‘chmod’ leaves opportunity to leak secrets

2021-06-08 Thread Maxime Devos
Xinglu Chen schreef op zo 06-06-2021 om 14:51 [+0200]: > [ This was reported on the Nixpkgs bug tracker a few weeks ago > ] > > When doing something like > > (call-with-output-file FILE > (lambda (port) > (display SECRET port))) >

bug#48913: i686-linux-gnu cross-compiler cannot find libgcc_s [core-updates]

2021-06-08 Thread Maxime Devos
I tested this on 683eb7c5b118440001b89944563603a39fc2ac05. The problem does not occur on master. How to reproduce: # --target=aarch64-linux-gnu also fails, but that's another issue ./pre-inst-env guix build --target=i686-linux-gnu hello --keep-failed Error message (during 'configure' phase):

bug#47720: bsnes build might be not reproducible

2021-06-08 Thread Efraim Flashner
Seems this patch fell through the cracks. Patch pushed! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

bug#47698: [powerpc64le-linux] "check" package fails to build

2021-06-08 Thread Efraim Flashner
LGTM! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature