bug#53519: python-seaborn build failure

2022-01-24 Thread Bonface M. K.
In: --8<---cut here---start->8--- guix c30fa17 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: c30fa177f3717094e72c01ebba330b638a5e6e65 --8<---cut here---end--->8--- ... the bui

bug#53406: union-build incorrectly handles grafts

2022-01-24 Thread John Kehayias via Bug reports for GNU Guix
Hi Ludo’, Thanks for explaining! ‐‐‐ Original Message ‐‐‐ On Monday, January 24th, 2022 at 9:18 AM, Ludovic Courtès wrote: > > Grafting is a pretty basic process: in this case it replaces occurrences > of /gnu/store/…-expat-2.4.1 with /gnu/store/…-expat-2.4.3, nothing more. > It cannot

bug#53355: guix shell --check: confusing error message

2022-01-24 Thread Chris Marusich
Hi Ludo, Thank you for the response! Ludovic Courtès writes: > What’s confusing is that ‘--check’ does the same job whether or not > ‘--container’ is passed: it checks the behavior of your shell *outside* > a container. > > I think ‘--check’ should just do nothing when ‘--container’ is used, >

bug#53515: Solarus Quest Editor makes new quests read-only

2022-01-24 Thread Jesse Gibbons
1. Launch solarus-quest-editor (in package solarus-quest-editor) 2. File->New quest... 3. Make a new directory for the quest,  select that directory, click "Open" A dialog pops up with an error like the following: I believe this is likely because it recursively copies a template from /share/s

bug#53514: Guix should not set global variables that may affect host

2022-01-24 Thread Maxim Cournoyer
Hello! There are multiple reports about the negative effects of Guix setting variables such as XDG_DATA_DIRS on foreign distributions, that may cause problems a severe as locking users out of their graphical session [0]. In my opinion, we should pursue patching every application/library to use a

bug#52072: [core-updates-frozen] rust-bitflags 1.2.1 fails to build.

2022-01-24 Thread Brendan Tildesley
problem doesn't exist  anymore.

bug#53511: guix pull command fails

2022-01-24 Thread Maxime Devos
xdrcft56 via Bug reports for GNU Guix schreef op ma 24-01-2022 om 18:28 [+]: > / 'build' phasebuilder for > `/gnu/store/ajmmafhpmi83ssxg860wd93z9yhhhk5w-gcc-10.3.0.drv' failed > with exit code 1 > build of /gnu/store/ajmmafhpmi83ssxg860wd93z9yhhhk5w-gcc-10.3.0.drv > failed > Backtrace: > View b

bug#53496: guix pull: error: build of `/gnu/store/njrsv4nw8v750zn6ajdcn8495592q6jb-compute-guix-derivation.drv' failed

2022-01-24 Thread Peter Kois
While trying to upgrade guix, I did encounter to this error: root@timelinex:~# guix pull guile: warning: failed to install locale hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix package -i glibc-utf8-locales  

bug#53506: guix-packages-base.drv leads to segfault on i686-linux

2022-01-24 Thread Ludovic Courtès
Ludovic Courtès skribis: > ‘guix-packages-base.drv’ fails to build due to a Guile segfault (!): > > [653/656] compiling... 99.1% of 328 files[654/656] compiling... > 99.4% of 328 files[655/656] compiling...99.7% of 328 filesGC > Warning: Failed to expand heap by 8388608 b

bug#53506: guix-packages-base.drv leads to segfault on i686-linux

2022-01-24 Thread Ludovic Courtès
Hello, This command fails: guix pull -s i686-linux \ --commit=13b905bf28ec6309043bd61c5a92744b13352021 \ -p /tmp/test ‘guix-packages-base.drv’ fails to build due to a Guile segfault (!): --8<---cut here---start->8--- [653/656] compiling... 99.1% o

bug#53502: Pre-commit package is duplicate

2022-01-24 Thread Vinicius Monego
Guix is offering pre-commit in two different packages and versions 1. pre-commit (at 2.16.0) 2. python-pre-commit (at 2.10.0) Some Python projects add pre-commit as a dependency in setup.py, but it's only used for development. It's not a requirement for tests or runtime. There are 6 packages depe

bug#53462: Guile 2.0.14: check fails on i686

2022-01-24 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > FAIL: numbers.test: Number-theoretic division: euclidean/: mixed types: > (130.0 10/7) [other errors] > > See . That's for Guile 3.0.7, but > it seems like the same issue exists for Guile 2.0.14. > > It seems like the fix needs to b

bug#53368: guix-authorizations documentation

2022-01-24 Thread Christopher Rodriguez
Maxime, Thank You for the explanation. I think I understand that mechanism better now. > While it is the version of the file format, it is not the version of > the file, which I believe is were the confusion came from? This is exactly right, that's where my confusion came from. Ludovic: I'll

bug#53355: guix shell --check: confusing error message

2022-01-24 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > [130] marusich@suzaku:~/guix-master > $ guix shell --container --check -D guix > guix shell: checking the environment variables visible from shell > '/bin/bash'... > guix shell: warning: variable 'PKG_CONFIG_PATH' is missing from shell > environment [...]

bug#52899: guix home configure with herd reconfigure bug

2022-01-24 Thread Ludovic Courtès
Hi, Florian Hoertlehner skribis: > I have a guix home configuration with herd services (mcron jobs). > When I run guix home reconfigure, and the user herd daemon is > running, then I get the following errors: > > herd: exception caught while executing 'load' on service 'root': > In procedure fpo

bug#53368: .guix-authorizations 'version' field documentation

2022-01-24 Thread Ludovic Courtès
Hi, Maxime Devos skribis: > 'version' does denote a file format version. Calling it an API version > is somewhat inaccurate, because it is not a application _programming_ > interface -- you can't write Scheme code in .guix-authorizations, > only S-exps that match the file format. > > While it i

bug#53406: union-build incorrectly handles grafts

2022-01-24 Thread Ludovic Courtès
Hi, John Kehayias skribis: > If I run the attached file with guix build -f graft-test.scm and look at > libexpat in the created package with, e.g. > > ls -la $(guix build -f graft-test.scm)/lib/libexpat* > > I get > > lrwxrwxrwx 1 root root 71 Dec 31 1969 > /gnu/store/a3ixqfx1cfjgbz5gb925fv7d

bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt

2022-01-24 Thread Pāladhammika via Bug reports for GNU Guix
Hello, Yes! I also noticed. Can now upgrade to texlive2021 with no issues building my documents. Thanks for your effort and support. All the best, Pāladhammika ‐‐‐ Original Message ‐‐‐ On Monday, January 24th, 2022 at 2:01 PM, Sergiu Ivanov wrote: > Sergiu, happy

bug#52585: lualatex: Unexpected non-option argument(s): lualatex.fmt

2022-01-24 Thread Sergiu Ivanov
Hello, The issue went away for me after a guix pull I did yesterday. Thank you very much! - Sergiu, happy

bug#53499: build of clojure-tools failed

2022-01-24 Thread Rostislav Svoboda
build of /gnu/store/ml2gz88c95s1f8ndlq85mmansbc6x775-clojure-data-xml-0.2.0-alpha6.drv failed View build log at '/var/log/guix/drvs/ml/2gz88c95s1f8ndlq85mmansbc6x775-clojure-data-xml-0.2.0-alpha6.drv.bz2'. cannot build derivation `/gnu/store/invl8anf8z2yrckqhl22g0rkfdlxaa23-clojure-tools-1.10.3.10

bug#53459: error while installing with existing partitions

2022-01-24 Thread Nestor Arocha
On Sun, Jan 23, 2022 at 06:56:37PM +0100, Maxime Devos wrote: > Make sure the computer's boot process is configured to the correct mode > -- UEFI or BIOS (sometimes called ‘Legacy mode’). Which of the two > you want depend on what exactly you are doing. BIOS doesn't have a legacy mode option th

bug#53289: [PATCH] gnu: Remove Qt WebKit.

2022-01-24 Thread Leo Famulari
On Wed, Jan 19, 2022 at 03:54:46PM +, Guillaume Le Vaillant wrote: > Leo Famulari skribis: > > > New failures: > > [...] > > freecad > > For freecad, the qtwebkit input can be replaced by qtdeclarative, > qtwebchannel and qtwebengine. Thanks, I sent a patch as