bug#52029: wterm fails to start on core-updates-frozen

2022-08-04 Thread Joshua Branson via Bug reports for GNU Guix
Jack Hill writes: > Hi Guix, > > wterm fails to start on the core-updates-frozen branch (commit > ddbc3a6f4ca2605d8102aa659389300f97d715ac) in both sway and gnome wayland > sessions: > > ``` > $ wterm > wl_registry@2: error 0: invalid interface for global 11: have xdg_wm_base, > wanted

bug#55657: libgccjit is unusable

2022-08-04 Thread Andrew Whatson
On Thu, 4 Aug 2022 at 16:52, Liliana Marie Prikler wrote: > > > The solution used in the package-definition in my channel is to patch > > `comp.el` to directly reference the necessary gcc/glibc paths instead > > of relying on the environment. This occurs in the > > "patch-driver-options" step

bug#48393: Can't build installer on aarch64 / v86d fails to build on aarch64

2022-08-04 Thread Pavel Shlyak
This one is done with https://issues.guix.gnu.org/55806. I suggest closing it as resolved.

bug#41120: uvesafb service is unsupported on aarch64

2022-08-04 Thread Pavel Shlyak
This one is done with https://issues.guix.gnu.org/55806. I suggest closing it as resolved.

bug#56680: go-1.16.15 build fails in check phase on powerpc64le

2022-08-04 Thread Efraim Flashner
On Thu, Aug 04, 2022 at 11:02:53PM +0200, Marcel van der Boom wrote: > > [Efraim Flashner]: > > I'm currently working on bootstrapping go-1.17.11 directly from gccgo, > > so we'd be able to skip 1.16 entirely. Currently it works on > > x86_64-linux but not on riscv64-linux. If you want to test

bug#56680: go-1.16.15 build fails in check phase on powerpc64le

2022-08-04 Thread Marcel van der Boom
[Efraim Flashner]: I'm currently working on bootstrapping go-1.17.11 directly from gccgo, so we'd be able to skip 1.16 entirely. Currently it works on x86_64-linux but not on riscv64-linux. If you want to test something like that on powerpc64le that'd be great. Sure, can you point me in

bug#56958: auto login to tty only works for tty1

2022-08-04 Thread Joshua Allen Branson via Bug reports for GNU Guix
Joshua Branson writes: > Hey guix family! Hey Leo, you helped me create this cookbook guide initially. I thought you deserve to know that auto-login to tty is not working like it used to. I am not asking you to drop everything and fix this. Instead I am just letting other interested parties

bug#54691: fortune-mod propagates various non-nice things

2022-08-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Liliana, Liliana Marie Prikler 写道: I'm not saying either option is worse than the other I see; thanks for the clarification. Then I *will* say that transparently upgrading to a package that does nothing is worse than simple removal. In fact, all of the proposed hacks are… Kind

bug#56680: go-1.16.15 build fails in check phase on powerpc64le

2022-08-04 Thread Efraim Flashner
On Thu, Aug 04, 2022 at 06:24:47PM +0200, Marcel van der Boom wrote: > > I see that the full build log expired on the paste site. > > Is any additional info needed here, other than the excerpt of the log? > > I suspect the check error is a safety precaution to ensure executables are > of

bug#54691: fortune-mod propagates various non-nice things

2022-08-04 Thread Liliana Marie Prikler
Am Donnerstag, dem 04.08.2022 um 15:37 + schrieb Tobias Geerinckx- Rice: > > To me use of ‘deprecated-package’ in this case is just to ensure > > that users who run ‘guix upgrade’ will transparently get > > ‘fortune-jkirchartz’.  I don’t have a strong opinion though. > > I believe what

bug#55657: libgccjit is unusable

2022-08-04 Thread Liliana Marie Prikler
Am Donnerstag, dem 04.08.2022 um 04:48 + schrieb Andrew Whatson: > Hi John, Liliana, > > Sorry I haven't jumped in before now, I appreciate your efforts to > bring emacs native-comp to guix! > > On Thu, 4 Aug 2022 at 04:26, Liliana Marie Prikler > wrote: > > > > while this does help

bug#56680: go-1.16.15 build fails in check phase on powerpc64le

2022-08-04 Thread Marcel van der Boom
I see that the full build log expired on the paste site. Is any additional info needed here, other than the excerpt of the log? I suspect the check error is a safety precaution to ensure executables are of reasonable size, but reasonable is perhaps a bit different on the POWER9 platform?

bug#56005: [bug#56867] [PATCH] download: Do not wrap TLS port on GnuTLS >= 3.7.7.

2022-08-04 Thread Ludovic Courtès
Hi, Thiago Jung Bauermann skribis: > Ludovic Courtès writes: > >> First, I noticed that GnuTLS doesn’t implement ‘write_wait_fd’, only >> ‘read_wait_fd’ (not sure how problematic that is): >> >> scheme@(guile-user)> ,use(web client) >> scheme@(guile-user)> (define p (open-socket-for-uri

bug#56980: "corrupt input while restoring [...] from [...]" when it's just a network timeout

2022-08-04 Thread Maxime Devos
X-Debbugs-CC: 55...@debbugs.gnu.org Hi, I recently got the following output: substitutie van /gnu/store/yzswm5i0l0rvc01lfkb5z5lz4a85p6z8-rust-proc-macro-error-attr-1.0.4-lib is klaar /gnu/store/zi1yc0fmq7yi564sv23h13qc97s445bb-rust-prost-derive-0.9.0-lib vervangen... guix substitute:

bug#54691: fortune-mod propagates various non-nice things

2022-08-04 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
>To me use of ‘deprecated-package’ in this case is just to ensure that >users who run ‘guix upgrade’ will transparently get >‘fortune-jkirchartz’. I don’t have a strong opinion though. I believe what Liliana meant is that it's worse to 'transparently' upgrade to a data package that doesn't

bug#56978: Website monitoring

2022-08-04 Thread Csepp
In light of 56954 and various similar issues, it might be a good idea so set up monitoring for the website, so links that return errors are caught early. Since they are all static sites as far as I know, this should be pretty easy with something like wget --spider.

bug#56005: [bug#56867] [PATCH] download: Do not wrap TLS port on GnuTLS >= 3.7.7.

2022-08-04 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
Hello Ludo, I don't have any comment/insight on what you're doing in general, except about one of your points below: Ludovic Courtès writes: > First, I noticed that GnuTLS doesn’t implement ‘write_wait_fd’, only > ‘read_wait_fd’ (not sure how problematic that is): > > scheme@(guile-user)>

bug#56900: phoronix-test-suite downloads nonfree software (+ question on collaboration with Parabola on this package)

2022-08-04 Thread Denis 'GNUtoo' Carikli
On Tue, 02 Aug 2022 22:28:56 -0400 Maxim Cournoyer wrote: > Hi Denis, Hi, > Would you like to try preparing a snippet patch turning the above > 'Free' into 'Proprietary' or the likes so that the Python script can > remove them? Otherwise I can look into it. Since you wrote the python script

bug#55657: libgccjit is unusable

2022-08-04 Thread Andrew Whatson
Hi John, Liliana, Sorry I haven't jumped in before now, I appreciate your efforts to bring emacs native-comp to guix! On Thu, 4 Aug 2022 at 04:26, Liliana Marie Prikler wrote: > > while this does help insofar as I now know which snippet I forgot to > copy, I do still think that this leaves us

bug#56965: wterm does not work on sway

2022-08-04 Thread Joshua Branson via Bug reports for GNU Guix
wterm is said to be a simple terminal for wayland: #+BEGIN_SRC shell :results: raw guix show wterm | recsel -p synopsis #+END_SRC #+RESULTS: : synopsis: Terminal emulator for Wayland Well, when I try to use it, I get the following error on sway. wterm does not start. joshua@crazyhorse ~

bug#56958: auto login to tty only works for tty1

2022-08-04 Thread Joshua Branson via Bug reports for GNU Guix
Hey guix family! The cookbook decribes a method of auto login to tty. I have noticed that since the latest shepherd upgrade (that's my best guess as to when the error occured), I have been unable to auto login to any tty as the cookbook describes. I have created a minimal guix system vm, to

bug#56954: [Website] Getting 404 for Instructional videos

2022-08-04 Thread Hosein Naghdbishi via Bug reports for GNU Guix
Hi! I'm getting 404 error for all instructional videos on such as the file for https://guix.gnu.org/en/videos/2020/asking-for-help/ which is https://guix.gnu.org/guix-videos/03-help.webm Please fix.

bug#56958: auto login to tty only works for tty1

2022-08-04 Thread Joshua Branson via Bug reports for GNU Guix
And now I have a video bug report! How cool is that? https://video.hardlimit.com/w/e8fXXxmSv5mW3TJsT3ZkN3 Thanks, Joshua

bug#56334: Should asdf-build-system/sbcl use load-system instead of compile-system?

2022-08-04 Thread Pierre Neidhardt
Excellent, thanks a lot! :) signature.asc Description: PGP signature

bug#56971: greeter user permissions are not enough to talk with seatd

2022-08-04 Thread muradm
Liliana Marie Prikler writes: block 56971 by 56690 56699 thanks Hi muradm, Hi Liliana, Am Donnerstag, dem 04.08.2022 um 12:45 +0300 schrieb muradm: [...] greeter (e.g. gtkgreet) requiring communication with seatd is failing to start, causing "black screen" behavior on active terminal

bug#56799: (gnu services configuration) usage of *unspecified* is problematic

2022-08-04 Thread Ludovic Courtès
Howdy, Maxim Cournoyer skribis: >>> Granted, few services outside of Jami probably made use of this, but it >>> was nevertheless a useful property. >> >> I don’t know of any. > > I think mostly because few services make use of define-configuration. > While attempting to write a new VNC service,

bug#56398: (guix git) fails to check out repos with nested submodules

2022-08-04 Thread Ludovic Courtès
Hello, André Batista skribis: > Well, I guess ENOENT != GIT_ENOTFOUND and, in that case, I think we > are better off gracefully failing to update it than trying to "branch" > our local repo. The patch below tests for the directory's existence > before proceding with the update. With this patch

bug#54691: fortune-mod propagates various non-nice things

2022-08-04 Thread Ludovic Courtès
Hi, Liliana Marie Prikler skribis: > Am Mittwoch, dem 03.08.2022 um 15:43 +0200 schrieb Ludovic Courtès: >> [...] >> > -(define-public fortune-mod >> >> (Perhaps also make “fortune-mod” a deprecated name for >> “fortune-jkirchartz”.) > I'm getting mixed messages here. On the one hand, Maxime

bug#56398: (guix git) fails to check out repos with nested submodules

2022-08-04 Thread André Batista
Hi Bengt! sex 08 jul 2022 às 12:17:59 (1657293479), b...@bokr.com enviou: > Have you seen this[1] re nested git tricks? > > [1]: No, I had missed that, thanks for pointing that out! > i.e., are you sure not to be used by some such attack? However I think

bug#56398: (guix git) fails to check out repos with nested submodules

2022-08-04 Thread André Batista
Hi and I'm sorry for the delay.. sex 08 jul 2022 às 10:26:40 (1657286800), ludovic.cour...@inria.fr enviou: > If we do this: > > --8<---cut here---start->8--- > scheme@(guix git)> (define r (repository-open >

bug#56971: greeter user permissions are not enough to talk with seatd

2022-08-04 Thread Liliana Marie Prikler
block 56971 by 56690 56699 thanks Hi muradm, Am Donnerstag, dem 04.08.2022 um 12:45 +0300 schrieb muradm: > [...] greeter (e.g. gtkgreet) requiring communication > with seatd is failing to start, causing "black screen" > behavior on active terminal (switching to the other non seatd > related

bug#56971: greeter user permissions are not enough to talk with seatd

2022-08-04 Thread muradm
Hi, As per discussion here: https://lists.gnu.org/archive/html/guix-devel/2022-08/msg00020.html Above change reduced permissions of greeter user. While it is ok for greeters that do not talk to seatd, greeters talking to seatd lost access to seatd socket. As result, greeter (e.g. gtkgreet)