Re: i686 core-updates failure.

2023-04-12 Thread Kaelyn
Hi, --- Original Message --- On Wednesday, April 12th, 2023 at 9:31 PM, Andreas Enge wrote: > > > Hello, > > Am Wed, Apr 12, 2023 at 04:11:58PM + schrieb Kaelyn: > > > For the actual failures in python-numpy[2]: > > > you could always try whether an update solves the test

Re: herd stop hangs

2023-04-12 Thread Ivan Sokolov
Vladilen Kozin writes: > Been driving me nuts, cause Java handles SIGTERM but just in case I even added > shutdownHook to my app that should explicitly execute on SIGTERM and other > such signals. > Testing it on OSX e.g. works just fine. But stop wouldn't work on guix. I > then decided to try

Re: Commits and bug closing

2023-04-12 Thread Maxim Cournoyer
Hi Simon, Simon Tournier writes: [...] > Somehow, the current informal “convention” is to add, > > Fixes . > > in the commit message that closes specific bug. However, it is not > fully uniform, > > gnu: openjdk10: Build from hg. > > *

A new service for Cachefilesd

2023-04-12 Thread Development of GNU Guix and the GNU System distribution.
Hi everyone, A little while ago, Bruno Victal and I wrote a service for Cachefilesd together. [1] I have been using it in production for several months. Someone told me the bug was too old to be eligible for automatic CI builds that might have attracted a committer's attention. In lieu of that

Re: staging merge into master

2023-04-12 Thread Maxim Cournoyer
Hi Andreas, Andreas Enge writes: > Hello Maxim, > > Am Wed, Apr 12, 2023 at 04:38:20PM -0400 schrieb Maxim Cournoyer: >> I'm planning to merge staging into master soon (tomorrow or friday), >> unless someone has a problem with it. It includes at least two CVE >> fixes as well as a bunch of

Re: staging merge into master

2023-04-12 Thread Maxim Cournoyer
Hello, Josselin Poiret writes: > Hi Maxim, > > Maxim Cournoyer writes: > >> Hello, >> >> I'm planning to merge staging into master soon (tomorrow or friday), >> unless someone has a problem with it. It includes at least two CVE >> fixes as well as a bunch of updates such as a newer gstreamer,

Re: herd stop hangs

2023-04-12 Thread Vlad Kozin
Indeed reboot / shutdown no longer work … wat :) Don’t have any bright ideas about possible next steps tbh. Best, Vlad > On Apr 12, 2023, at 9:05 PM, Attila Lendvai wrote: > >  >> >> What is going on here? Any ideas? I'm completely lost at this point. > > a random stab: with custom

Re: i686 core-updates failure.

2023-04-12 Thread Andreas Enge
Hello, Am Wed, Apr 12, 2023 at 04:11:58PM + schrieb Kaelyn: > For the actual failures in python-numpy[2]: you could always try whether an update solves the test failures; the package has 2892 dependents, but anyway, the only option is fixing it and rebuilding all the 2892 dependents also on

Re: staging merge into master

2023-04-12 Thread Andreas Enge
Am Wed, Apr 12, 2023 at 11:18:26PM +0200 schrieb Josselin Poiret: > I don't have a particularly strong opinion either way, but if you do > merge it, could you make sure to also merge master into c-u and launch a > CI evaluation right afterwards? The second part is automatic right now, ci is

Re: staging merge into master

2023-04-12 Thread Andreas Enge
Hello Maxim, Am Wed, Apr 12, 2023 at 04:38:20PM -0400 schrieb Maxim Cournoyer: > I'm planning to merge staging into master soon (tomorrow or friday), > unless someone has a problem with it. It includes at least two CVE > fixes as well as a bunch of updates such as a newer gstreamer, ffmpeg, > qt

Re: staging merge into master

2023-04-12 Thread Josselin Poiret
Hi Maxim, Maxim Cournoyer writes: > Hello, > > I'm planning to merge staging into master soon (tomorrow or friday), > unless someone has a problem with it. It includes at least two CVE > fixes as well as a bunch of updates such as a newer gstreamer, ffmpeg, > qt 5, python-cryptography and a

Re: rrdtool hash mismatch

2023-04-12 Thread Josselin Poiret
Hi, Aleksandr Vityazev writes: > Hi, > > rrdtool package has not been updated for several years and according to > ci.guix.gnu.org builds normally, but if you run: > > ./pre-inst-env guix build --no-substitutes --check --no-grafts rrdtool > > it outputs an error > sha256 hash mismatch for >

Re: i686 core-updates failure.

2023-04-12 Thread Josselin Poiret
Hi Kaelyn, Kaelyn writes: > I call the dependency chain odd in that pulseaudio--which is near the heart > of a lot of Linux software that supports audio--is failing because > inkscape--a graphical vector editor--is a dependency of a tool designed to > extract API documentation from source

staging merge into master

2023-04-12 Thread Maxim Cournoyer
Hello, I'm planning to merge staging into master soon (tomorrow or friday), unless someone has a problem with it. It includes at least two CVE fixes as well as a bunch of updates such as a newer gstreamer, ffmpeg, qt 5, python-cryptography and a few others, and seems to be close to master in

[PATCH] WIP upgrade qt 6 to 6.5.0

2023-04-12 Thread Josselin Poiret
--- gnu/packages/qt.scm | 32 ++-- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index acf2d70736..46fbdb2368 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -68,6 +68,7 @@ (define-module (gnu

Re: [core-updates] qtbase 6 ssl tests fail.

2023-04-12 Thread Josselin Poiret
Hi Ricardo, I see you've fixed this by disabling the qssl tests, however I think this is a shortcoming on our part. Qt 6.4 has a fix for this, so I wanted to upgrade our Qt to 6.5.0. Upstream only supports the Ninja CMake generator, so I also adapted the package definition to it. One issue is

Re: herd stop hangs

2023-04-12 Thread Attila Lendvai
> What is going on here? Any ideas? I'm completely lost at this point. a random stab: with custom service code, it's possible to put shepherd into a state where it doesn't respond to herd remote requests anymore (nor shutdown/reboot requests). try if your shepherd works fine otherwise, e.g.

rrdtool hash mismatch

2023-04-12 Thread Aleksandr Vityazev
Hi, rrdtool package has not been updated for several years and according to ci.guix.gnu.org builds normally, but if you run: ./pre-inst-env guix build --no-substitutes --check --no-grafts rrdtool it outputs an error sha256 hash mismatch for

Re: Imagemagick with OpenEXR support

2023-04-12 Thread Csepp
Théo Maxime Tyburn writes: > Hi guixers, > > I am trying to add OpenEXR to the current Imagemagick. > > I tried this out > > ``` > (package > (inherit imagemagick) > (inputs (append `(("openexr" ,openexr)) (package-inputs imagemagick > ``` > > but in the configure phase: > ``` >

Re: OCaml (was Re: Graphical login broken on core-updates)

2023-04-12 Thread Csepp
Simon Tournier writes: > Hi, > > On mer., 12 avril 2023 at 17:39, Simon Tournier > wrote: > >> Well, OCaml is not in good shape. The update of grep breaks >> ocaml-ppxlib-0.25.1 and so many OCaml packages. > > Fixed by v2 of . > > The only still broken

Re: Status of Julia on core-updates (was Re: A Joyous Core-Updates Week-End )

2023-04-12 Thread Simon Tournier
Hi, On Wed, 12 Apr 2023 at 19:32, Simon Tournier wrote: > About x86_64, the build failure of Julia [1] seems coming from the > update of MPFR and I have no clue how to fix that. Any idea? In case people overlooked, Andreas provided the way to fix in

Re: Julia

2023-04-12 Thread Simon Tournier
Hi Andreas, On Wed, 12 Apr 2023 at 19:39, Andreas Enge wrote: > > TLDR: Solution for julia in the last paragraph. Thanks for the detailed explanations, I am learning. :-) > commit 1e5fdb29f8858f3244f6aff116ee12e4c8247f3a > Author: Simon Byrne [...] > You could try to apply this commit in

Re: Julia and Ocaml

2023-04-12 Thread Andreas Enge
TLDR: Solution for julia in the last paragraph. Am Wed, Apr 12, 2023 at 05:39:23PM +0200 schrieb Simon Tournier: > About Julia [1], it comes from the update of mpfr and I have no clue how > to fix that. Any idea? Well, mixing base 10 and base 2 calls for trouble... I will try to go through

Status of Julia on core-updates (was Re: A Joyous Core-Updates Week-End )

2023-04-12 Thread Simon Tournier
Hi, > 2) Hack on `core-updates`. About x86_64, the build failure of Julia [1] seems coming from the update of MPFR and I have no clue how to fix that. Any idea? --8<---cut here---start->8--- Error in testset mpfr: Test Failed at

Re: OCaml (was Re: Graphical login broken on core-updates)

2023-04-12 Thread Simon Tournier
Hi, On mer., 12 avril 2023 at 17:39, Simon Tournier wrote: > Well, OCaml is not in good shape. The update of grep breaks > ocaml-ppxlib-0.25.1 and so many OCaml packages. Fixed by v2 of . The only still broken packages is ocaml-uring which is not blocking

herd stop hangs

2023-04-12 Thread Vladilen Kozin
Hello. I wrote a shepherd service that runs a java application in a semi standard fashion (start #~(make-forkexec-constructor ... #:user .. #:group .. #:environment-variables ... (stop #~(make-kill-destructor) $ sudo herd start my-service starts without a hitch, but $ sudo stop

i686 core-updates failure.

2023-04-12 Thread Kaelyn
Hi, I've been working on getting wine to build on core-updates, with the most recent blocker being python-numpy failing two tests on i686 (one of which is apparently too big for 32-bit systems, based on the comment in the Gentoo ebuild of python-numpy where they skip the test). I just poked

Julia and Ocaml (was Re: Graphical login broken on core-updates)

2023-04-12 Thread Simon Tournier
Hi Andreas, On mer., 12 avril 2023 at 15:57, Andreas Enge wrote: > first the good news: On my x86_64 machine, most of what I need is available > from core-updates. I just updated my system and one user. This includes [...] > - unison (so also ocaml) Well, OCaml is not in good shape. The

Imagemagick with OpenEXR support

2023-04-12 Thread Théo Maxime Tyburn
Hi guixers, I am trying to add OpenEXR to the current Imagemagick. I tried this out ``` (package (inherit imagemagick) (inputs (append `(("openexr" ,openexr)) (package-inputs imagemagick ``` but in the configure phase: ``` checking for OpenEXR >= 1.0.6... no [...] Delegate library

Re: Time travel accident

2023-04-12 Thread Simon Tournier
Hi, On mer., 12 avril 2023 at 12:17, Konrad Hinsen wrote: > /gnu/store/41zsnwsk02549kqb5njd3fadgnmkzww8-guix-module-union > –> /gnu/store/7r72vknkpnpgp143ckh5kfbg5zan3xsp-guix-command > –> /gnu/store/cwqaas3mwlx2rhc0ckzmqvygmy7n2s7k-guix-ce35dc8 > –>

Graphical login broken on core-updates

2023-04-12 Thread Andreas Enge
Hello all, first the good news: On my x86_64 machine, most of what I need is available from core-updates. I just updated my system and one user. This includes - xfce4 (gnome also builds) - openjdk - ghc-pandoc - calibre (with qt@5, python and python-pyqt) - unison (so also ocaml) - icecat -

Re: Time travel accident

2023-04-12 Thread Konrad Hinsen
Hi Simon, > I get the same thing without doing anything special. Interesting. Before my clock-changing experiment, the same command line got me much further: the old Guix started to work and only failed when building OpenSSL. > Well, v1.0 appears to me as the zero for time-travel – soft limit.

Re: A Joyous Core-Updates Week-End 

2023-04-12 Thread Maxim Cournoyer
Hi Josselin, Josselin Poiret writes: > Hello everyone, > > It's that time of the year again! Merging core-updates! Do you *want* > glibc 2.35, gcc 11 as default, mesa 22, python 3.10, and more?! Here's > your chance! Thanks for the initiative! core-updates seems to be shaping up well, it's

Re: A Joyous Core-Updates Week-End 

2023-04-12 Thread Simon Tournier
Hi, On mer., 12 avril 2023 at 00:16, Josselin Poiret wrote: > 2) Hack on `core-updates`. In addition, if you lack inspiration, pick one red bullet! :-) >From CI , choose the last evaluation, column Action, click to the “screen” (dashboard) and from

Re: Time travel accident

2023-04-12 Thread Simon Tournier
Hi Konrad, On mar., 11 avril 2023 at 17:20, Konrad Hinsen wrote: >Backtrace: > 5 (primitive-load > "/home/hinsen/.cache/guix/inferiors/wisrwo5p2aq7o6r…") >In ice-9/eval.scm: >619:8 4 (_ #(#(#) > "/home/hinsen/.cache…" …)) >619:8 3 (_ #(#(#))) >

Re: Time travel accident

2023-04-12 Thread Konrad Hinsen
Konrad Hinsen writes: >building profile with 1 package... >;;; WARNING: loading compiled file > /gnu/store/41zsnwsk02549kqb5njd3fadgnmkzww8-guix-module-union/lib/guile/3.0/site-ccache/guix/ui.go > failed: >;;; In procedure load-thunk-from-memory: incompatible bytecode kind I tried

Re: Guidelines for pre-trained ML model weight binaries (Was re: Where should we put machine learning model parameters?)

2023-04-12 Thread Csepp
Nathan Dehnel writes: > a) Bit-identical re-train of ML models is similar to #2; other said > that bit-identical re-training of ML model weights does not protect > much against biased training. The only protection against biased > training is by human expertise. > > Yeah, I

Re: [gnome-team] gtk+ on core-updates

2023-04-12 Thread Andreas Enge
Hello! Am Tue, Apr 11, 2023 at 02:36:13PM -0400 schrieb Maxim Cournoyer: > > I am also still questioning whether we should include gnome-boxes into the > > gnome meta package; it is a bit surprising to have a desktop environment > > depend on qemu. > GNOME Boxes is really part of the default