bug#48855: Segfault while attempting to use --with-git-url

2021-06-30 Thread Ludovic Courtès
Hi Maxim, Maxim Cournoyer skribis: > $ ./pre-inst-env guix build ppsspp \ > --with-git-url=ppsspp=https://github.com/hrydgard/ppsspp > > I get either > > updating submodule 'ext/SPIRV-Cross'... > indexing objects 91% > [

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

2021-06-30 Thread Ludovic Courtès
Hi Thiago, Thiago Jung Bauermann skribis: > 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 availab

bug#48064: [Dev-luatex] bug#48064: texlive-* packages fail to build non-deterministically

2021-06-30 Thread luigi scarso
On Wed, Jun 30, 2021 at 8:20 AM Ludovic Courtès wrote: > Hi, > > Ludovic Courtès skribis: > > > While investigating luatex crashes in the TeX Live 2020 package of > > GNU Guix¹, we identified the following heap corruption reported by > > Valgrind (this is on GNU/Linux, with glibc 2.33): > > This

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

2021-06-30 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Em quarta-feira, 30 de junho de 2021, às 09:46:01 -03, Thiago Jung Bauermann escreveu: > I will use your command line to get a Valgrind report for TeX Live 2021 > and post it to the dev-luatex mailing list as well. Unfortunately I’m still having problems with glibc debug info and thus Valgrind doe

bug#49295: mumi: mu-debug is unbound in mu-message-send

2021-06-30 Thread Maxime Devos
Hi guix, Here is a backtrace from mumi.log.zst and mumi.mailer.log.zst. This lead to a 500. mumi.log.zst ERROR: In procedure mu-message-send: In procedure module-lookup: Unbound variable: mu-debug processing job: mail:162506283631699 options: ((from . "Maxime Devos") (subject . "[PATCH]

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

2021-06-30 Thread Maxim Cournoyer
Hello! Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> $ sudo ps -eF | grep guix-daemon >> root 25193 216 0 3074 1524 3 Jun28 ? 00:00:00 >> /gnu/store/vphx2839xv0qj9xwcwrb95592lzrrnx7-guix-1.3.0-3.50dfbbf/bin/guix-daemon >> 25178 guixbuild --max-silent-time 0 --timeout 0 --log-

bug#49299: kicad build failure: undefined reference

2021-06-30 Thread Christopher Howard
Hi, I have been attempting to rebuild my user profile from source. Kicad, however, fails to build with the following error: ``` /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk-gcc-7.5.0/bin/c++ -Wall - Wsuggest-override -Werror=vla -pthread -O3 -DNDEBUG -s -rdynamic CMakeFiles/qa_eeschema.dir/__/__

bug#49299: kicad build failure: undefined reference

2021-06-30 Thread bdju
On Wed Jun 30, 2021 at 11:47 AM CDT, Christopher Howard wrote: > Hi, I have been attempting to rebuild my user profile from source. > Kicad, however, fails to build > > My guix commit is a little old now (a little over a week) if that makes > a difference. I believe this was fixed recently, I repo

bug#48855: Segfault while attempting to use --with-git-url

2021-06-30 Thread Maxim Cournoyer
Hello! Ludovic Courtès writes: [...] > I believe this is now fixed in Guile-Git: > > > https://gitlab.com/guile-git/guile-git/-/commit/1d7cc8cdb61fc231eca4291005ff74f3fb8ae502 > > You can give it a try for instance by first building Guix against the > latest Guile-Git: > > guix build guix

bug#49302: Some tests/syscalls.scm skipped when running under -j20

2021-06-30 Thread Domagoj Stolfa
Hi: When I run `make check -j1`, all of the tests/syscalls.scm tests pass, however when running it with `make check -j20`, the following two tests get skipped: test-name: tcgetattr location: /home/ds815/repos/guix/tests/syscalls.scm:553 source: + (test-assert + "tcgetattr" + (let ((termios (t

bug#49228: guix import go fails when module does not have a documenation on pkg.go.dev

2021-06-30 Thread raingloom
On Sat, 26 Jun 2021 00:30:47 +0200 Björn Höfling wrote: > $ ./pre-inst-env guix import go github.com/caspr-io/yamlpath > go-module->guix-package module-path: github.com/caspr-io/yamlpath > Backtrace: > In ice-9/boot-9.scm: > 1752:10 8 (with-exception-handler _ _ #:unwind? _ # _) > In unknown

bug#49202: guix import go type error (failed regex match?)

2021-06-30 Thread raingloom
On Mon, 28 Jun 2021 18:18:17 +0200 zimoun wrote: > Hi, > > On ven., 25 juin 2021 at 18:40, zimoun > wrote: > > On jeu., 24 juin 2021 at 01:32, raingloom > > wrote: > >> When I run > >> guix import go -r github.com/golang-migrate/migrate/v4 > >> it works for a looong time (something else to w

bug#48591: ugrep: illegal instruction

2021-06-30 Thread raingloom
On Mon, 24 May 2021 13:22:23 -0400 Leo Famulari wrote: > On Sat, May 22, 2021 at 12:19:30PM -0800, Christopher Howard wrote: > > However, the command I am running to > > rebuild ugrep without grafts or substitutes is rebuilding everything > > all the way back to bootstrap, so it probably will not

bug#49304: `make check-system` fails to run on master

2021-06-30 Thread Domagoj Stolfa
Hi: Running `make check-system` on master results in ice-9/eval.scm:142:16: In procedure compile-top-call: error: channel-source->package: unbound variable hint: Did you forget `(use-modules (gnu ci))'? make: *** [Makefile:6888: check-system] Error 1 After a quick bisect, the offending commit s

bug#49304: Acknowledgement (`make check-system` fails to run on master)

2021-06-30 Thread Domagoj Stolfa
After some more discussion with Tobias on IRC, it seems that this was caused by a `git pull` followed by a `make` and lacked a `make clean-go`. After running `make clean-go` and rebuilding, the problem went away. -- Domagoj signature.asc Description: PGP signature

bug#49307: clisp: build failure: failing tests

2021-06-30 Thread Christopher Howard
Attempting to build clisp from source results in these test failures: ```(echo *.erg | grep '*' >/dev/null) || (echo "Test failed:" ; ls -l *erg; echo "To see which tests failed, type" ; echo "cat "`pwd`"/*.erg" ; exit 1)Test failed:-rw-r--r-- 1 nixbld nixbld 188 Jun 30 21:15 path.erg-rw-r--r--

bug#49228: guix import go fails when module does not have a documenation on pkg.go.dev

2021-06-30 Thread Sarah Morgensen via Bug reports for GNU Guix
Hi, raingloom writes: >> If you look at the page >> >> https://pkg.go.dev/github.com/caspr-io/yamlpath >> >> It has no Description, because the site cannot parse license >> information correctly and thus conservatively does not display any >> info. > > Could we use godocs.io? It's more copylef

bug#49304: Acknowledgement (`make check-system` fails to run on master)

2021-06-30 Thread Mathieu Othacehe
Hello, > After some more discussion with Tobias on IRC, it seems that this was caused > by a `git pull` followed by a `make` and lacked a `make clean-go`. After > running > `make clean-go` and rebuilding, the problem went away. I can confirm this was caused by an API mismatch in gnu/system/ins