bug#43166: The issues.guix.gnu.org is hard to read in emacs-w3m.

2021-12-15 Thread Mark H Weaver
Hi Ricardo, Ricardo Wurmus writes: >> However, in both EWW and Lynx, the embedded patches are rendered >> double-spaced, i.e. there are empty lines inserted between every two >> adjacent lines of every patch. I guess that's because Mumi wraps each >> individual line within its own 'pre' and

bug#52533: [PATCH] bug#52533: guix deploy breaks SSH access with a PAM error

2021-12-15 Thread Maxim Cournoyer
Hello, I've found a workaround: disabling PAM for the remote machine ssh-daemon. This is not done as part of 'guix deploy', so needs to be fiddled with manually; I did it this way: 1. take note of the command line and sshd_config file: --8<---cut

bug#52533: guix deploy breaks SSH access with a PAM error

2021-12-15 Thread Maxim Cournoyer
Hello Guix! Following the big merge of the core-updates-frozen branch into master, I've noticed now on two counts the following: running 'guix deploy' leaves the remote machine unreachable by SSH. The connection passes authentication but then gets closed immediately. /var/log/messages reveals

bug#52517: inconstency with offloading

2021-12-15 Thread Maxim Cournoyer
Hello Simon! zimoun writes: > Hi, > > The manual provides [1] the example: > > (build-machine > (name "armeight.example.org") > (systems (list "aarch64-linux")) > (host-key "ssh-rsa B3Nza…") > (user "alice") > (private-key >

bug#52520: Multicast is off by default

2021-12-15 Thread Mathieu Othacehe
Hello, Since the guile-netlink switch the static IP interfaces no longer have multicast support. This can be confirmed this way: --8<---cut here---start->8--- 4: eno4: mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether b0:26:28:b7:9d:09

bug#52051: [core-updates-frozen] cannot login ('org.freedesktop.login1' service times out)

2021-12-15 Thread Michael Rohleder
Hi Maxim, I currently have this (very annoying) issue on _one_ of my machines (two others work with nearly the same config). I can't login at all not via console nor ssh or sddm. I spend some time to reproduce it in a vm, but no success so far. These are the relevant messages from syslog: Dec 15

bug#52519: glibmm-2.64 propagates two different versions of libsigc++

2021-12-15 Thread Leo Famulari
glibmm-2.64 has this: -- (propagated-inputs (modify-inputs (package-propagated-inputs glibmm) (prepend libsigc++-2) -- And, the glibmm package also propagates libsigc++. So: -- $ guix show glibmm@2.64 | grep libsigc dependencies: doxygen@1.9.1 glib@2.70.0

bug#52501: xcalc seems broken

2021-12-15 Thread Leo Famulari
On Wed, Dec 15, 2021 at 09:59:48AM +0100, Josselin Poiret wrote: > issue is that the application is styled using a resource file, in > ./lib/X11/app-defaults/, which is supposed to be loaded by libxt. > Looking at gnu/packages/patches/libxt-guix-search-paths.patch, the > search paths only take

bug#50493: Update go-build-system to use Go 1.17.

2021-12-15 Thread Leo Famulari
On Wed, Dec 15, 2021 at 12:40:07PM +0200, Efraim Flashner wrote: > I'll try poking it a bit with my aarch64 board. We can also switch the > aarch64 go builds to bootstrap from gccgo, that might make a difference > too. Thanks, let us know how it goes. I tried building go-1.17.4 for aarch64 with

bug#50493: Update go-build-system to use Go 1.17.

2021-12-15 Thread Efraim Flashner
On Wed, Dec 15, 2021 at 12:44:05PM -0500, Leo Famulari wrote: > On Wed, Dec 15, 2021 at 12:40:07PM +0200, Efraim Flashner wrote: > > I'll try poking it a bit with my aarch64 board. We can also switch the > > aarch64 go builds to bootstrap from gccgo, that might make a difference > > too. > >

bug#52517: inconstency with offloading

2021-12-15 Thread zimoun
Hi, The manual provides [1] the example: --8<---cut here---start->8--- (build-machine (name "armeight.example.org") (systems (list "aarch64-linux")) (host-key "ssh-rsa B3Nza…") (user "alice") (private-key

bug#52511: service networking provided more than once

2021-12-15 Thread Mathieu Othacehe
Hey, > In this particular case, you could/should have a single > ‘static-networking’ with multiple addresses: > > (static-networking > (addresses > (list (network-address …) > (network-address …))) > (routes …)) Oh, I see. There's still something problematic:

bug#52510: guix install - profile build takes forever

2021-12-15 Thread Ludovic Courtès
Hi Florian, Florian Hoertlehner skribis: > I use guix 1.3, and a simple guix install takes forever. It hangs 2-10 > minutes in the profile build phase. > I have a NVME drive, and see 10-80 MB/sec IO Write in this timeframe. > > In the terminal I see: "building profile with 159 packages..." >

bug#52510: guix install - profile build takes forever

2021-12-15 Thread Florian Hoertlehner
I use guix 1.3, and a simple guix install takes forever. It hangs 2-10 minutes in the profile build phase. I have a NVME drive, and see 10-80 MB/sec IO Write in this timeframe. In the terminal I see: "building profile with 159 packages..." Then I have to wait 5 minutes. I assume it hard-linking

bug#52513: php build failure

2021-12-15 Thread Mathieu Othacehe
Hello, The php package test suite is failing this way on master: --8<---cut here---start->8--- = = FAILED TEST SUMMARY

bug#52333: [PATCH] Remove extraneous references

2021-12-15 Thread Ricardo Wurmus
I applied the change to r-minimal and discarded the other one. -- Ricardo

bug#52511: service networking provided more than once

2021-12-15 Thread Ludovic Courtès
Hi! Mathieu Othacehe skribis: > When using this service: > > (service static-networking-service-type > (list (static-networking > (addresses > (list >;; Connection to the DMZ for public access >;; This is a 10G

bug#52511: service networking provided more than once

2021-12-15 Thread Mathieu Othacehe
Hello, When using this service: --8<---cut here---start->8--- (service static-networking-service-type (list (static-networking (addresses (list ;; Connection to the DMZ for public access

bug#50493: Update go-build-system to use Go 1.17.

2021-12-15 Thread Efraim Flashner
On Tue, Dec 14, 2021 at 03:11:04PM -0500, Leo Famulari wrote: > Alright, it's time to land these patches. I tested with a handful of > packages on x86_64 and it seems fine. I can test every package before > pushing. > > However, Go 1.17.4 doesn't build for us on aarch64. I tried building the >

bug#52076: [core-updates-frozen] eigen-for-tensorflow fails to build

2021-12-15 Thread Guillaume Le Vaillant
Fixed on master branch (after core-updates-frozen merge). Closing. signature.asc Description: PGP signature

bug#52501: xcalc seems broken

2021-12-15 Thread Josselin Poiret via Bug reports for GNU Guix
Leo Famulari writes: > Our xcalc package launches something that I can't figure out how to use. > This is with Guix on Debian. > > Can anyone reproduce it? I can reproduce it just fine using `guix shell xcalc -- xcalc`. The issue is that the application is styled using a resource file, in