bug#51452: Numpy fails test suite with illegal instruction error on Core 2 Duo

2021-10-27 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hello Maxim, Em quinta-feira, 28 de outubro de 2021, às 01:32:02 -03, Maxim Cournoyer escreveu: > I'm not sure what's at cause; I have the same problem when testing > against the current 1.17.3. Just a shot in the dark, but could this be related to the compiler version in the master branch? Doe

bug#51452: Numpy fails test suite with illegal instruction error on Core 2 Duo

2021-10-27 Thread Maxim Cournoyer
Hi, While attempting to update numpy to 1.21.3, I encountered the following failure only on an older Q6700 (Core2Duo) Intel processor: --8<---cut here---start->8--- starting phase `check' Building, see build.log... ... build in progress ... build in pro

bug#51425: file-system: validate flags

2021-10-27 Thread Maxim Cournoyer
Hello, Jonathan Brielmaier writes: > Imagine the following file system definition in your config.scm: > > ``` > (file-system > (device (uuid "UUID-123")) > (flags '((create-mount-point? #t))) > (mount-point "/mnt") > (type "ext4"))) > ``` > > When you reconfigure there will be no complai

bug#46760: guix deploy doesn't seem to be authorizing the machine that is deploying to the remote

2021-10-27 Thread Maxim Cournoyer
Hello, Andrew Tropin writes: > On 2021-02-24 23:56, pkill9 wrote: > >> I'm using the machine-ssh-configuration, I set `(authorize? #t)` which >> the manual states should authorize the deploying machine onto the >> remote host, but I get an error: >> ``` >> guix deploy: error: unauthorized public

bug#46757: Guix deploy doesn't seem to be respecting (build-locally? #f)

2021-10-27 Thread Maxim Cournoyer
Hi, pkill9 writes: > With (build-locally? #f) set, it should build on the remote, but it > starts building guix on the local machine. Maybe it should be doing > that? I'm not sure. I believe this is also fixed by Ludovic's b19250eec6f92308f237a09a43e8e3e2355345b9 commit. Thanks to Ludovic, and

bug#46756: guix deploy not copying remote-gexp.scm

2021-10-27 Thread Maxim Cournoyer
Hi! help-debb...@gnu.org (GNU bug Tracking System) writes: > I believe this is fixed by b19250eec6f92308f237a09a43e8e3e2355345b9, > lemme know! > > Following our discussion on IRC, I noticed that derivations would > actually be built locally, and thus their output (‘remote-exp.scm’ > above) would

bug#46756: guix deploy not copying remote-gexp.scm

2021-10-27 Thread Ludovic Courtès
Hi! Maxim Cournoyer skribis: > I get this as well. Here's the backtrace: > > In ice-9/boot-9.scm: >1731:15 19 (with-exception-handler # ice-9/boot-9.scm:1815:7 (exn)> _ # _ # …) > In guix/status.scm: > 793:4 18 (call-with-status-report _ _) > In ice-9/boot-9.scm: >1736:10 17 (wi

bug#51348: Solved: Exception on `guix install nss-certs`

2021-10-27 Thread Julien Lepiller
Le Mon, 25 Oct 2021 21:15:23 +, Raimundo Martins via Bug reports for GNU Guix a écrit : > Hey! > > Turns out that, since I use the runit init system, GUIX_LOCPATH > wasn't being set anytime before guix-daemon started, since > /etc/profile.d/guix.sh was not sourced. As a fix I set that variab

bug#51448: kicad-pcb.org is now controlled by a most likely malicious third party

2021-10-27 Thread Julien Lepiller
Le Wed, 27 Oct 2021 21:18:35 +0200, Mikołaj Wielgus a écrit : > In 2020 KiCad moved its official website to kicad.org [1]. > > Recently, a former member has betrayed the project and sold the > kicad-pcb.org domain name to an unknown third party. The new owner has > subsequently set up a fake KiC

bug#51448: kicad-pcb.org is now controlled by a most likely malicious third party

2021-10-27 Thread Mikołaj Wielgus
In 2020 KiCad moved its official website to kicad.org [1]. Recently, a former member has betrayed the project and sold the kicad-pcb.org domain name to an unknown third party. The new owner has subsequently set up a fake KiCad website that is very similar to the real one, probably for the purpose

bug#51447: Guile-gi fails a few tests on core-updates-frozen

2021-10-27 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, For my program, I depend on guile-gi. However, the test/string.scm test contains some characters that are not recognized by guile (I suggest using (call-with-input-string "" read-char) instead of #\), and once that’s fixed, more tests fail, for which I have no solution. Best regards,

bug#51442: Non-default umask when using guix system leads to wrong file permissions

2021-10-27 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, As reported on IRC by wonko (https://logs.guix.gnu.org/guix/2021-10-27.log#115445), when running ‘guix system’ under a different umask, some files are created with the wrong permissions. This can happen because ‘sudo’ does by default keeps the umask it is running on (by ORing it with the defa

bug#51423: more about guix bug

2021-10-27 Thread illya via Bug reports for GNU Guix
guix system: error: /gnu/store/7gc19xrhmqkg9bgdilyi86y6d8wf9ad3-grub-2.04/sbin/grub-install --no-floopy --- target=i386-pc --boot-directory /mnt/boot /dev/sda

bug#51443: [patch] openjdk11: update to latest version

2021-10-27 Thread Dr. Arne Babenhauserheide
"Dr. Arne Babenhauserheide" writes: > The attached patch updates openjdk11 to the latest version. The update > includes some important bugfixes for compile errors of classfiles. > +(version "11.0.12-ga") This is from https://wiki.openjdk.java.net/display/JDKUpdates/JDK11u Best wishes, Arn

bug#51383: (no subject)

2021-10-27 Thread Joshua Branson
Bug will not be fixed.

bug#51443: [patch] openjdk11: update to latest version

2021-10-27 Thread Dr. Arne Babenhauserheide
Hi, The attached patch updates openjdk11 to the latest version. The update includes some important bugfixes for compile errors of classfiles. From eebf340e686e6c2762f45b08839d6a995baa8f31 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Wed, 27 Oct 2021 19:22:17 +0200 Subject: [PATCH]

bug#51439: python-poppler-qt5 fails to build on core-updates-frozen

2021-10-27 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, python-poppler-qt5 (gnu/packages/pdf.scm) fails to build. This is the latest version, and I’m afraid there’s little we can do: sip: poppler-form.sip:152: ::Poppler::FormFieldChoice::choicesWithExportValues() unsupported function return type - provide %MethodCode and a C++ signature Vi

bug#51438: Jami does not start on core-updates-frozen

2021-10-27 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, jami (jami-qt or jami-gnome) can’t start on core-updates-frozen, an error message (jami-gnome) or a console error (jami-qt) says that dring cannot be started. Best regards, Vivien

bug#51436: [PATCH] deja-dup does not build on core-updates-frozen

2021-10-27 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix, deja-dup does not build on core-updates-frozen. I think the best way to fix it is upgrade it to 42.8. What do you think? Best regards, Vivien From 92ea987cae3d3558bef30bb70f84e46b68a67d8f Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 27 Oct 2021 12:38:16 + Subject: [PATC

bug#51435: unison does not build on core-updates-frozen

2021-10-27 Thread Vivien Kraus via Bug reports for GNU Guix
Dear guix hackers, unison (gnu/packages/ocaml.scm) does not build (the install-doc phase fails) on core-updates-frozen, because it lacks at least texlive-fonts- ec as an input, and then it fails with: dvips: ! Couldn't find header file: l3backend-dvips.pro I tried to add texlive-latex-l3backend,

bug#51430: [PATCH 0/3] gnu: Add flask-combo-jsonapi

2021-10-27 Thread david larsson
On 2021-10-27 09:41, david larsson wrote: Hi! This patch series is to add python-flask-combo-jsonapi and necessary dependencies. Best regards, David Opened via guix-patches instead as #51432.

bug#51431: faust 2.5.23 fails to build

2021-10-27 Thread Thorsten Wilms
First, during patch-shebang, it warns about missing python, pure and ruby. Then: ``` httpd/HTTPDServer.cpp: In member function ‘bool httpdfaust::HTTPDServer::start(int)’: httpd/HTTPDServer.cpp:118:118: error: invalid conversion from ‘int (*)(void*, MHD_Connection*, const char*, const char*, con

bug#51430: [PATCH 0/3] gnu: Add flask-combo-jsonapi

2021-10-27 Thread david larsson
On 2021-10-27 09:41, david larsson wrote: Hi! This patch series is to add python-flask-combo-jsonapi and necessary dependencies. Best regards, David Finally, this patch adds python-flask-combo-jsonapi itself.From 6fbec5bdd04c5661b805cf958f36478cfc7883f8 Mon Sep 17 00:00:00 2001 From: David Lar

bug#51430: [PATCH 0/3] gnu: Add flask-combo-jsonapi

2021-10-27 Thread david larsson
On 2021-10-27 09:41, david larsson wrote: Hi! This patch series is to add python-flask-combo-jsonapi and necessary dependencies. Best regards, David Adds python-marshmallow-jsonapi.From bce66e910d26e1d9bc6b5156817fa56c57e9f0fa Mon Sep 17 00:00:00 2001 From: David Larsson Date: Tue, 26 Oct 202

bug#51430: [PATCH 0/3] gnu: Add flask-combo-jsonapi

2021-10-27 Thread david larsson
On 2021-10-27 09:41, david larsson wrote: Hi! This patch series is to add python-flask-combo-jsonapi and necessary dependencies. Best regards, David Adds python-marshmallow at version 3.2 exactly.From 1467067415f940c410c95b7426a4d996173811cd Mon Sep 17 00:00:00 2001 From: David Larsson Date:

bug#51430: [PATCH 1/4] gnu: Add flask-combo-jsonapi

2021-10-27 Thread david larsson
On 2021-10-27 09:41, david larsson wrote: Hi! This patch series is to add python-flask-combo-jsonapi and necessary dependencies. Best regards, David Adds python-sqlalchemy at version less than 1.4.From 5f49c1f0cb150199d485eb886e329bd05dc7383d Mon Sep 17 00:00:00 2001 From: David Larsson Date:

bug#51430: [PATCH 0/3] gnu: Add flask-combo-jsonapi

2021-10-27 Thread david larsson
Hi! This patch series is to add python-flask-combo-jsonapi and necessary dependencies. Best regards, David