bug#44387: SLURM client version must match daemon version

2020-11-02 Thread Ludovic Courtès
Hello, We’ve noticed the problem below on clusters running a foreign distro when slurmd is version 19.x and our clients are version 20.x: --8<---cut here---start->8--- [courtes@devel01 ~]$ guix time-machine --commit=2f107f273de3db1d01bdec66b13334edef7ad036 --

bug#44370: Cuirass fails building (some) packages from a custom-packages input

2020-11-02 Thread Mathieu Othacehe
Hello David, > error: specifications->manifest: unbound variable This error is caused by the evaluation of "packages/manifest.scm" that misses some includes. > guix/inferior.scm:247:2: ERROR: > 1. &inferior-exception: > arguments: (quit 1) > inferior: #< pid: pipe socket: #

bug#43565: cuirass: Fibers scheduling blocked.

2020-11-02 Thread Mathieu Othacehe
Hey, > Yeah please go ahead if you want, or let me know if you’d rather let me > apply it. I finally reverted this patch that causes the following error: --8<---cut here---start->8--- 2020-11-02T11:05:08 fatal: uncaught exception 'wrong-type-arg' in 'build'

bug#44053: ‘xdg-mime-database’ profile hook is slow

2020-11-02 Thread Ludovic Courtès
Hi, Joshua Branson skribis: > The "XDG MIME database" takes a while. > > #+BEGIN_SRC sh :results output :exports both > time guix build --check $(guix gc -R $(guix gc --derivers $(readlink -f > ~/.guix-profile)) |grep xdg-mime-database.drv) > #+END_SRC > > > #+RESULTS: > : The following profile

bug#43879: Problem with graphical installer

2020-11-02 Thread Miguel Ángel Arruga Vivas
Hi Mathieu, Mathieu Othacehe writes: > "All its data will be lost" refers to the hard drive. Maybe we should > say "Their data will be lost", referring to the partitions? Thanks for the review, I overlooked that. > Otherwise, looks nice. Pushed as bc9e66f0feb25c77898222cfe5f3ef484dcee95e with

bug#44030: guix import pypi foo@1.2.3 breaks

2020-11-02 Thread zimoun
Hi, On Fri, 30 Oct 2020 at 01:09, Lulu wrote: > Okay, I tested this a bit and it seems to work fine. I'm going to write formal > tests for it (and other importers, if possible) later. Usually, we try to use the option ’--reroll-count’ of git-format-patch for the second (or third or more) version

bug#44053: ‘xdg-mime-database’ profile hook is slow

2020-11-02 Thread Ludovic Courtès
Ludovic Courtès skribis: > Apart from LibreOffice, I found that ‘share/mime/packages’ is provided > by at least: hugin, gcr, fontforge. Most GUI packages don’t have it. > So in practice, we’re often rebuilding the exact same database. On closer inspection, the time-consuming bit is processing ‘

bug#44053: ‘xdg-mime-database’ profile hook is slow

2020-11-02 Thread Ludovic Courtès
Ludovic Courtès skribis: > Ludovic Courtès skribis: > >> Apart from LibreOffice, I found that ‘share/mime/packages’ is provided >> by at least: hugin, gcr, fontforge. Most GUI packages don’t have it. >> So in practice, we’re often rebuilding the exact same database. > > On closer inspection, th

bug#44387: SLURM client version must match daemon version

2020-11-02 Thread Ludovic Courtès
Ludovic Courtès skribis: > At least, we should package several known-useful versions, so that > people can use ‘--with-input=slurm@X=slurm@Y’ (if needed) or explicitly > refer to the version they want in their profile. I’ll work on that. I’ve reintroduced version 19.05: https://git.savannah

bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled

2020-11-02 Thread david larsson
Hi! In /var/log/cuirass.log: 2020-11-02T15:41:34 build succeeded: '/gnu/store/aqn31rymjs3qybsd1d2ssn93f8s0jlz5-git-checkout.drv' 2020-11-02T15:41:35 build started: '/gnu/store/q7q6s24h05kxib5wvjmnn5zmy6vh3m63-git-checkout.drv' 2020-11-02T15:41:39 build succeeded: '/gnu/store/q7q6s24h05kxib5wv

bug#44301: Black screen in Guix System installation

2020-11-02 Thread soheilkhanalipur--- via Bug reports for GNU Guix
In https://issues.guix.gnu.org/44301#2 Attachment 1, what is radeon?

bug#44301: Black screen in Guix System installation

2020-11-02 Thread soheilkhanalipur--- via Bug reports for GNU Guix
In "https://issues.guix.gnu.org/44301#2", Attachment 1, what is radeon?

bug#44301: Black screen in Guix System installation

2020-11-02 Thread soheilkhanalipur--- via Bug reports for GNU Guix
Thanks, I check it...

bug#44196: [PATCH 2/3] system: Add store-directory-prefix to boot-parameters.

2020-11-02 Thread Ludovic Courtès
Hi! Miguel Ángel Arruga Vivas skribis: > Ludovic Courtès writes: >> Could you explain why we need ‘store-directory-prefix’ in addition to >> ‘store-mount-point’? At first sight, looking at the fields in there, >> these two can seem to be synonymous. > > The difference is subtle unless you use

bug#44387: SLURM client version must match daemon version

2020-11-02 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ludovic Courtès skribis: > >> At least, we should package several known-useful versions, so that >> people can use ‘--with-input=slurm@X=slurm@Y’ (if needed) or explicitly >> refer to the version they want in their profile. I’ll work on that. > > I’ve reintroduced ve

bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled

2020-11-02 Thread Mathieu Othacehe
Hello David, > /gnu/store/4ijsrmkb02z2s18bgkw5kyvf4kpwsdyg-python-pydotplus-2.0.2 > 2020-11-02T15:42:20 success: 0, fail: 10 > 2020-11-02T15:42:34 heap: 44.49 MiB; threads: 11; file descriptors: 4 Thanks for the bug report. This bug is the result of some recent optimizations. The database reque

bug#44390: Cuirass reports succesful builds as failed in /var/log/cuirass.log and cuirass-web reports them as scheduled

2020-11-02 Thread Jonathan Brielmaier
Nice bug report David! I encounter the same problem :P @Mathieu: Would it be an option to just make it configurable? It seems that it makes a significant performance impact on larger cuirass servers. But small servers still could set it to 1 or so...

bug#44370: Cuirass fails building (some) packages from a custom-packages input

2020-11-02 Thread Ludovic Courtès
Hi Mathieu, Seems to me that 7c02eb6c8d7d050ecb8f3082c4a754ad32211403 + 44daec7fa4ae97a3c4490adf461322ec9f7a780a are not quite correct since they can let lists through (for packages where ‘license’ is a list of objects). Now, in Guix proper, the ‘license’ field should always be either a or a li

bug#44370: Cuirass fails building (some) packages from a custom-packages input

2020-11-02 Thread Mathieu Othacehe
Hey Ludo, > Now, in Guix proper, the ‘license’ field should always be either a > or a list of records. The original code would > “enforce” that (by failing hard if a package doesn’t follow the rule > :-)), which I think is good. You are right, missed that. > Now, why is David’s use case inf

bug#44381: Bombadillo: failed to build

2020-11-02 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Ekaitz Zarraga 写道: Yeah, problem solved I'm sorry I thought I pulled before trying it... Yay! Fixed bugs are the best bugs. Closing this bug by CC'ing <44381-d...@debbugs.gnu.org>. Kind regards, T G-R signature.asc Description: PGP signature

bug#43985: Error logging in with non-Latin language

2020-11-02 Thread soheilkhanalipur--- via Bug reports for GNU Guix
Retrieved from issues.guix.gnu.org/44301 The problem was solved! This time, during the installation process, I put the language, keyboard and all the names in English, and I was able to log in with my user (not the root) and update it. I hope this problem is sol

bug#44381: Bombadillo: failed to build

2020-11-02 Thread Ekaitz Zarraga
Hi, Yeah, problem solved I'm sorry I thought I pulled before trying it... Thanks

bug#44301: Black screen in Guix System installation

2020-11-02 Thread soheilkhanalipur--- via Bug reports for GNU Guix
The problem was solved! This time, during the installation process, I put the language, keyboard and all the names in English, and I was able to log in with my user (not the root) and update it. I hope this problem is solved soon. Yes, as I thought, this is related to issues.guix.gnu.org/43985 <

bug#43905: Acknowledgement (cuirass: uncaught exception 'read-error' in 'metrics' fiber)

2020-11-02 Thread Jonathan Brielmaier
On 12.10.20 09:37, Mathieu Othacehe wrote: > > Hello Jonathan, > >> It happens when scamping around in the database: >> update Specifications set proc_args='((subset "htop" "icedove") (systems >> "x86_64-linux))'; > > You mean it happens only when modifying 'proc_args' while Cuirass is > running? C

bug#43985: Done

2020-11-02 Thread soheilkhanalipur--- via Bug reports for GNU Guix
.

bug#44301: Done

2020-11-02 Thread soheilkhanalipur--- via Bug reports for GNU Guix
done

bug#44196: [PATCH 2/3] system: Add store-directory-prefix to boot-parameters.

2020-11-02 Thread Miguel Ángel Arruga Vivas
Hello, Ludovic Courtès writes: > (Btrfs no0b here.) Does that mean that /gnu is like a bind-mount of > /gnufs in this case? Yes, it's exactly like that for the end user, but that use case isn't implemented yet---it should be useful too for the Hurd and translators---so I have it under my radar.

bug#44101: Unable to use /dev/disk/by-id/ symlinks with u-boot and guix system reconfigure

2020-11-02 Thread Vagrant Cascadian
On 2020-10-23, Vagrant Cascadian wrote: > On 2020-10-23, Mathieu Othacehe wrote: ice-9/boot-9.scm:1669:16: In procedure raise-exception: ERROR: 1. &i/o-filename: "/dev/disk/by-id/mmc-SDU64_0xbaf3002e" >>> >>> Thanks for testing. This is probably a regression in >>> "write-file-on-d

bug#44399: Cuirass problem with building from manifest file

2020-11-02 Thread david larsson
Hi! I am unable to build a simple manifest containing the hello package, see below. I tried imitating the manual https://guix.gnu.org/manual/en/html_node/Continuous-Integration.html but perhaps the manifest.scm is not supposed to contain a regular manifest or maybe that config example is outd

bug#44399: Cuirass problem with building from manifest file

2020-11-02 Thread Mathieu Othacehe
Hello David, > (("/gnu/store/ps30mn7xq0ymcrdzlwim8pkv1czgv2zf-profile.drv") 0) > ERROR: In procedure read: > In procedure scm_lreadr: #:16:634: Unknown # object: #\< This is probably a consequence of me breaking things today. I restored the original handling of package licenses with b5f2a035.

bug#44402: `guix pull` crashes on current master

2020-11-02 Thread Leo Famulari
As reported by mroh on #guix, building the current master branch crashes `guix pull`: -- building /gnu/store/73f1lk43y71byz6zic4ac397s751d50c-guix-cli.drv... [ 8/110] loading... 14.5% of 55 filesBacktrace: In ice-9/boot-9.scm: 222:29 19 (map1 (((gnu packages less)) ((gnu packages linux

bug#44407: dxvk 1.5.5 build fails

2020-11-02 Thread Maxim Cournoyer
Hello, It compiles but fails to link: FAILED: src/d3d11/d3d11.dll.so wineg++ -o src/d3d11/d3d11.dll.so 'src/d3d11/bca5607@@d3d11.dll@sha/version.res' 'src/d3d11/bca5607@@d3d11.dll@sha/.._dxgi_dxgi_format.cpp.o' 'src/d3d11/bca5607@@d3d11.dll@sha/.._dxgi_dxgi_monitor.cpp.o' 'src/d3d11/bca5607

bug#44408: Elisa build fails on mediaplaylisttest.cpp

2020-11-02 Thread Maxim Cournoyer
Hello, The compilation fails with the error: --8<---cut here---start->8--- In file included from /gnu/store/59dq1n4wj3maa3kcar6hspj2zd82as7q-qtbase-5.14.2/include/qt5/QtTest/qtest.h:45:0, from /gnu/store/59dq1n4wj3maa3kcar6hspj2zd82as7q-qtbas

bug#44101: Unable to use /dev/disk/by-id/ symlinks with u-boot and guix system reconfigure

2020-11-02 Thread Mathieu Othacehe
Hello, > Any reason not to apply this patch yet? Hope it can land in the next > guix release, at least. Nothing besides lack of time. Pushed as a38d861e571c952f78ca588b50bdcc4adcb0c88c. Thanks for reporting and testing, Mathieu

bug#44399: Cuirass problem with building from manifest file

2020-11-02 Thread david larsson
On 2020-11-02 20:12, Mathieu Othacehe wrote: Could you please confirm that it works? It does not. Building from manifest gives no error at all but goes stale. The last output line in /var/log/cuirass.log is just: 2020-11-03T07:57:46 evaluating spec 'my-pkgs' htop shows no cpu usage. Bu