bug#35139: Rust builds systematically time out

2020-03-29 Thread John Soo
Hi everyone, Is this still happening? It looks like rust-1.24.1 is completing successfully on both ci servers. - John

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-03-29 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: > After selecting non-Latin keyboard layouts in the graphical installer, > there is no way to input Latin characters again. This means hostname, > username, password, the home directory path /home/… cannot be > specified in Latin. > > There

bug#22990: Grafts leads to inefficient substitute info retrieval

2020-03-29 Thread Ludovic Courtès
Hi younger self! l...@gnu.org (Ludovic Courtès) skribis: > As of right now (v0.9.0-2007-g66a30a3), ‘graft-derivation’ works either by: > > 1. Fetching substitute info about the things being built so that it > can determine its references, which in turns allows it to determine >

bug#40116: GDM: Memory leak in .gnome-shell-real process

2020-03-29 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > Hi sirgazil, > > sirgazil via Bug reports for GNU Guix skribis: > >> I can't use GNOME anymore because of the problem I explained in the >> following thread: >> >> https://lists.gnu.org/archive/html/help-guix/2020-02/msg00206.html >> >> On recent system upgrades, the

bug#33585: Closing; Bug is fixed.

2020-03-29 Thread Brendan Tildesley
This bug was fixed with ff46016e9040f6265e9875b07d362a787e1765b9 that adds the desktop files. Closing.

bug#37679: [PATCH 0/2] Local git configuration interferes with testsuite

2020-03-29 Thread Gábor Boskovits
Create a fake home in tests with a gitconfig so that the user configuration does not get picked up. I investigated how to solve this best, but git only respects HOME for the commands we are using. Also note that this does not affect libraries, only the git cli, as libraries do not use the

bug#37207: nginx serving files from the store returns Last-Modified = Epoch

2020-03-29 Thread Gábor Boskovits
Hello Vincent, Vincent Legoll ezt írta (időpont: 2020. márc. 27., P, 0:07): > > This bug prevents repology [1] to show > the latest versions of packages in guix, > as it relies on 'Last-Modified' for: > https://guix.gnu.org/packages.json > changing in a meaningful way... > Does it also use

bug#40116: GDM: Memory leak in .gnome-shell-real process

2020-03-29 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: > That looks like an upstream problem > > https://gitlab.gnome.org/GNOME/gnome-shell/issues/64 Sorry, this is not helping. -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

bug#37679: [PATCH 2/2] tests: Ignore files created by the testsuite.

2020-03-29 Thread Gábor Boskovits
* .gitignore: Add /tests/fake-home/.guix-profile. Ignore test result files in tests subdirectories. Ignore top level files staring with t-. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de058dda5e..19aae6c5ae 100644 ---

bug#37679: [PATCH 1/2] tests: Isolate git from user configuration.

2020-03-29 Thread Gábor Boskovits
* tests/fake-home/.gitconfig: New file. Provide minimal git configuration for tests. * build-aux/test-env.in: Set HOME to the fake home. * Makefile.am(EXTRA_DIST): Add fake-home/.gitconfig. --- Makefile.am| 2 ++ build-aux/test-env.in | 4 tests/fake-home/.gitconfig |

bug#40315: Graft segmentation faults

2020-03-29 Thread Christopher Baines
Hey, With recent Guix revisions ([3] for example) I've had some apparently random segmentation faults with grafts. I've encountered this on two machines, both times it appears not to happen repeatably, as re-running the graft can work. I encountered this when running guix package -u, and running

bug#35575: logo,Some graphical programs borked with Guix on Arch

2020-03-29 Thread Brendan Tildesley
To follow up on this old bug, I believe the issue may come from here: https://gitlab.freedesktop.org/mesa/mesa/-/blob/master/src/compiler/glsl/shader_cache.cpp#L144 Mesa calculates a sha1 based on some things they reason affect the output, but likely it is not truely a function of every

bug#40316: core-updates nss not reproducible

2020-03-29 Thread Danny Milosavljevic
Hi, core-updates' nss is not reproducible (commit aebcbb27bc2f192cc06163251bab66a4ceb7b7d6). diffoscope says: --- /gnu/store/gfpgqvwrixhf3sf1bnzsfxzvld0nd8b7-nss-3.50 +++ /gnu/store/gfpgqvwrixhf3sf1bnzsfxzvld0nd8b7-nss-3.50-check ├── lib │ ├── nss │ │ ├── libfreebl3.chk │ │ │┄ xxd not available

bug#40319: Minetest can't retrieve packages for additional content due to SSL certificate either invalid or not available

2020-03-29 Thread pkill9
To reproduce, run Minetest, then go to Content > Browse Online Content, and it says 'No packages could be retrieved', and in the terminal it returns `ERROR[Main]: https://content.minetest.net/api/packages/?type=mod=game=txp_version=38=nonfree=desktop_default not found (SSL peer certificate or SSH

bug#35875: Guix won't boot after installation with fully encrypted disk

2020-03-29 Thread pelzflorian (Florian Pelz)
On Sat, Mar 28, 2020 at 10:39:28PM +0100, Reg wrote: > Hi Florian, > > Thank you very much for getting back to me! CSM legacy support was already > enabled on my ThinkPad but guess what.. *Disabling* it fixed the problem! My > computer is booting without issues now with a fully encrypted disk. >

bug#40310: IceCat reports navigator.platform as Win32

2020-03-29 Thread Alexandru-Sergiu Marton
Hi, I found out about this problem when going on Rust's website at https://www.rust-lang.org/tools/install and they tell me that "It looks like I'm running Windows". I checked their code and they look for the navigator.platform value, which on IceCat on Guix System is "Win32". Obviously,

bug#40292: Inaccurate hint (upgrade both `epiphany` and `gtk+`) when gtk+ is not installed

2020-03-29 Thread Alexandros Theodotou
Hi, I was getting the following when trying to upgrade with `guix upgrade` and I couldn't upgrade. I did remove gtk+ but the message still mentions gtk+. I only had gtk+:doc installed at this point so the error message should mention that, otherwise it's confusing. ``` guix package: warning:

bug#35875: Guix won't boot after installation with fully encrypted disk

2020-03-29 Thread Reg
Hi Florian, Thank you very much for getting back to me! CSM legacy support was already enabled on my ThinkPad but guess what.. *Disabling* it fixed the problem! My computer is booting without issues now with a fully encrypted disk. Thank you so much! Best regards, Reg On 2020-03-28 13:42,

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-03-29 Thread Mathieu Othacehe
Hello, Maybe we could add a help menu with key shortcut. From that help menu, one could change the current keyboard layout from any installation step? WDYT? Mathieu

bug#40282: tegola has bundled libraries

2020-03-29 Thread Efraim Flashner
tegola, a go package in (gnu packages geo), has bundled go libraries in its source tarball. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description:

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-03-29 Thread Mathieu Othacehe
Hey, > I test the Newt-based Debian 10 installer via QEMU. When I select > English language with Arabic keymap, I can choose a key combination > for switching the layout, Alt+Shift by default. But I cannot choose > between AZERTY and QWERTY, I always get QWERTY. Defining such a combination

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-03-29 Thread pelzflorian (Florian Pelz)
On Sun, Mar 29, 2020 at 05:04:11PM +0200, Ludovic Courtès wrote: > How do other distros handle it? Is there a hot key to switch back to a > Latin layout? If so, which one? I test the Newt-based Debian 10 installer via QEMU. When I select English language with Arabic keymap, I can choose a key

bug#40277: murmur-configuration missing newline in config file

2020-03-29 Thread Simon Mages via Bug reports for GNU Guix
Hi, i am using guix on my server and i want to use mumble. I found that it is working fine so far, but there is this one bug. The config file generated is missing a newline. The following patch fixes the issue: diff --git a/gnu/services/telephony.scm b/gnu/services/telephony.scm index