bug#58333: Manual PDFs other than en and es fail to build

2022-10-08 Thread Ricardo Wurmus
Julien Lepiller writes: > You can push this fix directly to the repo, but please also fix it on > weblate or it'll break again next time I update translations. I pushed the fix and made a change in the German translation on weblate; the change for the French translation had already been made

bug#58375: Installer does not show what is being downloaded

2022-10-08 Thread Julien Lepiller
I installed Guix on a new drive, so I tried the installer from the latest image. After reviewing the system config, the installer goes to a black screen where guix output is shown. Although I can see messages about substitutes being updated, and how much will be downloaded, all download lines

bug#58374: GVFS depends on WebKitGTK via gnome-online-accounts

2022-10-08 Thread Ludovic Courtès
For a “system-level” package, GVFS has an unreasonable footprint: --8<---cut here---start->8--- $ guix describe Generation 230 Oct 03 2022 00:13:06(current) guix bb3b810 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master

bug#56322: Debbug 56322, Ruby packaging issues, ping?

2022-10-08 Thread Remco van 't Veer
Do the patches[1][2] need more work? [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56322#11 [2] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56322#29

bug#58384: copy-build-system assumes that strip-flags, strip-directories is a S-exp, but it isn't.

2022-10-08 Thread Maxime Devos
(bug on core-updates, not master) OpenPGP_0x49E3EE22191725EE.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

bug#57046: Spanish documentation uses exclusive language

2022-10-08 Thread pelzflorian (Florian Pelz)
Closing because discussion has ceased and I’m not confident in anything here. I suggest Spanish translators remove the policy and translate new strings as they see fit. Regards, Florian

bug#25327: cargo build-system should be able to filter out target.cfg(windows) dependencies

2022-10-08 Thread Maxime Devos
On 08-10-2022 16:15, zimoun wrote: Hi, On Thu, 24 Mar 2022 at 18:18, Nicolas Graves wrote: I might try to implement these changes, although I do not have enough time and experience to do that quickly, neither enough horsepower to try to rebuild everything after that. I included Maxime

bug#30290: guix-daemon slows to a crawl when a substitute server is offline

2022-10-08 Thread zimoun
Hi Maxim, On Wed, 23 Mar 2022 at 11:50, zimoun wrote: > On Wed, 18 Aug 2021 at 22:25, Maxim Cournoyer > wrote: >> Extra note: the problems reported earlier (hang or backtrace instead of >> graceful fallback to other substitute servers) also affect the scenario >> where substitutes are fetched

bug#37005: Add ability of modifying connection before full installation

2022-10-08 Thread zimoun
Hi installer team, :-) Well, the question is: does you think it is doable to add some network configuration (if it is not already the case) in the installer? User could set some IP, DNS, Gateway and friends before or after network checking or automatic configuration. On Wed, 23 Dec 2020 at

bug#58320: Hurd VM fails to boot on AMD EPYC (kvm-amd)

2022-10-08 Thread Ludovic Courtès
Hi Samuel, Samuel Thibault skribis: > About the backtrace: > >> user space < > 0x1000(bf24,0,0,1160b,0) > 0x11627(bf9c,0,0,0,2) > 0x11bb() > > That is quite surprising actually: in my ld.so there is nothing useful > at 0x1000. Perhaps you can check what 0x11627 is all about?

bug#58377: error when install guix system

2022-10-08 Thread Josselin Poiret via Bug reports for GNU Guix
Hi, "lizhongyou2...@126.com" writes: > as shown in the picture I assume you're using the 1.3.0 installer ISO? It is pretty old at this point, and many improvements have been made since then. Can you use the latest ISO available at https://guix.gnu.org/en/download/latest/ instead? Best, --

bug#37005: Add ability of modifying connection before full installation

2022-10-08 Thread Josselin Poiret via Bug reports for GNU Guix
Hello Simon, zimoun writes: > Hi installer team, :-) > > Well, the question is: does you think it is doable to add some network > configuration (if it is not already the case) in the installer? > > User could set some IP, DNS, Gateway and friends before or after network > checking or automatic

bug#58366: Guix build fails on i686

2022-10-08 Thread Denis 'GNUtoo' Carikli
Hi, After a guix pull it now builds fine again. I've tested it with guix build -s i686-linux on x86_64 and guix build guix on i686. So the bug can now be closed. Denis. pgp68OhkUF2Pp.pgp Description: OpenPGP digital signature

bug#58384: copy-build-system assumes that strip-flags, strip-directories is a S-exp, but it isn't.

2022-10-08 Thread Maxime Devos
Hi, In commit https://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates=ccc2658e2a111590ec25e308946e47a24d357785, the default 'strip-flags' and 'strip-directories' argument were changed from a S-exp to %strip-flags and %strip-directories from (guix build-system gnu). This is fine,

bug#58198: topological-sort does not sort topologically in case of diamonds

2022-10-08 Thread Maxime Devos
I found a solution: change the depth-first traversal to a breadth-first traversal -- it uses (pfds hamts) from guile-pfds instead of (guix sets)/(ice-9 vlist), so will need some small changes for use in Guix (unless the additional dependency is considered acceptable), but it should at least

bug#25957: gitolite broken: created repositories keep references to /usr/bin for hooks

2022-10-08 Thread zimoun
Hi Dave, On Thu, 06 Oct 2022 at 09:26, "Thompson, David" wrote: > Some news: I have updated the gitolite package to use G-expressions. > The package builds and the gitolite system test passes so I pushed > that change to master a little while ago. That patch has made the > (hopefully) final

bug#28510: crash: guix build -S foo --with-source=bla

2022-10-08 Thread zimoun
Hi Jérémy, On Fri, 07 Oct 2022 at 10:41, jer...@korwin-zmijowski.fr wrote: > I feel not able to take decision about the proper way right now. > So as a step forward I wrote a test to capture the behavior expected. > Please have a look at it as it's the starting point for me. > Next, I can

bug#26247: Gettext introduces timestamps in .mo files

2022-10-08 Thread zimoun
Hi Miguel, It is about an old patch [2] and on old message from Dec. 2020. On Fri, 11 Dec 2020 at 14:26, Miguel Ángel Arruga Vivas wrote: > This bug has already been reported upstream[1] and probably I'll push it > as soon as I have more test cases prepared and receive a brief review, > but I

bug#31977: clone tests fail on CentOS 7

2022-10-08 Thread zimoun
Hi Paul, It is about this old bug#31977 [1]. Well, I have lost the status about this and since I am using Debian with unprivileged_userns_clone, I am not annoyed enough. ;-) 1: On Mon, 21 Dec 2020 at 15:29, Paul Garlick wrote: > It has been

bug#36924: GDM, GNOME Shell, etc. break when there are stale caches

2022-10-08 Thread Liliana Marie Prikler
Am Samstag, dem 08.10.2022 um 16:47 +0200 schrieb zimoun: > Hi, > > On Thu, 23 Jun 2022 at 12:07, Ricardo Wurmus > wrote: > > > > I am proposing to close if no objection. > > > > I agree because it is not actionable as it is now. > > Therefore, after some months without an objection, I am

bug#44903: Guix 1.2.0 installer 'auto-partition!' crash

2022-10-08 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Maxim, Maxim Cournoyer writes: > Mathieu, do you think this bug can still exist in 1.3.0 or our current > snapshot installer images? If not, we should close it, as it's gone > stale and reported against 1.2.0. Just my 2 cents: I think this issue was fixed with

bug#58375: Installer does not show what is being downloaded

2022-10-08 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Julien, Julien Lepiller writes: > I installed Guix on a new drive, so I tried the installer from the latest > image. After reviewing the system config, the installer goes to a black > screen where guix output is shown. Although I can see messages about > substitutes being updated, and how

bug#25957: gitolite broken: created repositories keep references to /usr/bin for hooks

2022-10-08 Thread Thompson, David
On Sat, Oct 8, 2022 at 11:16 AM zimoun wrote: > > Hi Dave, > > On Thu, 06 Oct 2022 at 09:26, "Thompson, David" > wrote: > > > Some news: I have updated the gitolite package to use G-expressions. > > The package builds and the gitolite system test passes so I pushed > > that change to master a

bug#36924: GDM, GNOME Shell, etc. break when there are stale caches

2022-10-08 Thread zimoun
Hi, On Thu, 23 Jun 2022 at 12:07, Ricardo Wurmus wrote: >> I am proposing to close if no objection. > > I agree because it is not actionable as it is now. Therefore, after some months without an objection, I am closing this old bug#36924 [1]. If I am missing a point, feel free to reopen. 1:

bug#44848: Support partial downloads

2022-10-08 Thread zimoun
Hi, On Tue, 24 Nov 2020 at 14:35, Julien Lepiller wrote: > I have written a patch for that some time ago, that oas never merged. See > https://issues.guix.gnu.org/39530 :) Closing in favor of patch#39530 [1]; which needs review BTW. :-) 1:

bug#48796: Guix on Debian 11 - Cant run or find applications from Guix

2022-10-08 Thread zimoun
Hi, On Thu, 23 Jun 2022 at 10:20, zimoun wrote: > This report #48796 [1] is marked as moreinfo since some weeks. Although > I understand the need, but since I do not see what could be the next > actionable step, I am in favor to close it. > > 1: > >

bug#25327: cargo build-system should be able to filter out target.cfg(windows) dependencies

2022-10-08 Thread zimoun
Hi, On Thu, 24 Mar 2022 at 18:18, Nicolas Graves wrote: > I might try to implement these changes, although I do not have enough > time and experience to do that quickly, neither enough horsepower to try > to rebuild everything after that. I included Maxime Devos in the > conversation, would it

bug#58333: Manual PDFs other than en and es fail to build

2022-10-08 Thread pelzflorian (Florian Pelz)
Ricardo Wurmus writes: > Julien Lepiller writes: > >> You can push this fix directly to the repo, but please also fix it on >> weblate or it'll break again next time I update translations. > > I pushed the fix and made a change in the German translation on weblate; > the change for the French

bug#58352: guix@1.3.0-30.17134b9 test failures on i686

2022-10-08 Thread Ludovic Courtès
Ludovic Courtès skribis: > Now the ‘guix’ package needs to be updated. Done in commit e49255ff18def1065f65194f679a1d07fd5a266e! Ludo’.

bug#58290: guile ssh error on guix deploy

2022-10-08 Thread Ludovic Courtès
Hi! Andrew Tropin skribis: > From time to time I get the following error, the only thing I change is > IPv6 config in static-networking service. Sometimes it fails, but after > a few more attempts with the same config it deploys sucessfully. > > -*- mode: compilation; default-directory:

bug#58221: nautilus: Crashes loading KgxNautilus plugin twice (problems with NAUTILUS_EXTENSION_PATH)

2022-10-08 Thread Jascha Geerds
Am Sa, 1. Okt 2022, um 20:14, schrieb Tobias Geerinckx-Rice via Bug reports for GNU Guix: > So it *still* fails to find tracker3 before segfaulting? Possible. > Could be a missing substitution, or it falling back to some other > (search) path... It seems like this issue is due to commit

bug#58320: Hurd VM fails to boot on AMD EPYC (kvm-amd)

2022-10-08 Thread Samuel Thibault
Ludovic Courtès, le ven. 07 oct. 2022 00:10:15 +0200, a ecrit: > Samuel Thibault skribis: > > > Ludovic Courtès, le jeu. 06 oct. 2022 15:14:13 +0200, a ecrit: > >> such that it would stop on each trap, hopefully allowing me to see why > >> exec is not starting. > > > > Also, better use

bug#58362: error when `guix pull'

2022-10-08 Thread Tsing Hui
I encountered an error while using the "guix pull" command with the following error message: guix pull hint: Consider installing the `glibc-utf8-locales' or `glibc-locales' package and defining `GUIX_LOCPATH', along these lines: guix install glibc-utf8-locales export

bug#58320: Hurd VM fails to boot on AMD EPYC (kvm-amd)

2022-10-08 Thread Samuel Thibault
Ludovic Courtès, le jeu. 06 oct. 2022 15:14:13 +0200, a ecrit: > such that it would stop on each trap, hopefully allowing me to see why > exec is not starting. Also, better use exec.static to have static addresses. We use the dynamic version of exec "just because we can", but that makes

bug#58320: Hurd VM fails to boot on AMD EPYC (kvm-amd)

2022-10-08 Thread Samuel Thibault
Ludovic Courtès, le ven. 07 oct. 2022 10:24:22 +0200, a ecrit: > trap, eip 0xc10305c1 > > Breakpoint at task_terminate: pushl %ebp >