bug#40381: Guix shouldn't request substitutes for profile derivations

2020-04-26 Thread pkill9
Hi, > Can you show more precisely what you mean by pasting a command and its > output? So it seems it tries to look for substitutes when the profile hooks are built, not when profile.drv is built. Here is the output without build hooks: ``` itsme@antelope ~> guix environment --ad-hoc hello The

bug#40889: CI system displays unix timestamp as duration

2020-04-26 Thread Jonathan Frederickson
This page for example says the build took "1586990816 seconds”: http://ci.guix.gnu.org/build/2602653/details …but it appears that’s actually the timestamp of the end of the build.

bug#35574: bcm5974 touchpad is not recognized as touchpad

2020-04-26 Thread pelzflorian (Florian Pelz)
On Tue, Apr 21, 2020 at 12:26:07AM +0200, Bengt Richter wrote: > Could the module be needed "just in case" in an initrd > but should be unloaded before pivoting in a normal case? I don’t think normal USB mice need the module because they use the usbhid kernel module. Maybe there are exotic mice,

bug#40887: No substitutes for libreoffice / vigra

2020-04-26 Thread Leo Famulari
ci.guix.gnu.org is having trouble building vigra (a dependency of libreoffice) because the build times out after 1 hour of silence [0]: -- [ 94%] Linking CXX executable test_threadpool cd /tmp/guix-build-vigra-1.11.1.drv-0/build/test/threadpool &&

bug#40885: [XFCE]: thunar does not support sftp

2020-04-26 Thread Jonathan Brielmaier
If you wanna open a file in thunar remotely via sftp, it does not work. It's seems that our thunar package does not have sftp support. SFTP and other remote protocols are supported via the gvfs (already packaged in guix). Adding gvfs as input could increase the dependency size of thunar by a few

bug#40884: [XFCE]: thunar: Browse Network does not work

2020-04-26 Thread Jonathan Brielmaier
As of Guix 1.1.0 you can not open the tab "Browse Network" in XFCE's thunar. There is just a popup window with this error message: "Failed to open".

bug#40837: core-updates: webkitgtk web process sandbox incomplete

2020-04-26 Thread Jack Hill
Some additional observations: With my patched webkitgtk, if I set: PULSE_CLIENTCONFIG=/gnu/store/zc4dsmvdabi00nvisrjhi9w00ff4igs7-client.conf it does work, which is an improvement compared to without the patch. I notice that Nix [0] has a similar patch: """ diff -ru

bug#40882: website: screenshots should show configuration.scm

2020-04-26 Thread Jonathan Brielmaier
A German youtuber did a review of Guix System[0]. He couldn't find the configuration.scm file of his system, because he looked at https://guix.gnu.org/screenshots/virtual-machine/. On the screenshot it's named os-config.scm, so he searched via find. But couldn't find it. I think we should

bug#40881: References to time zones should not be kept

2020-04-26 Thread Leo Famulari
Go packages are also keeping references to tzdata, probably because of the tzdata-path variable in our Go compiler package definitions.

bug#40881: References to time zones should not be kept

2020-04-26 Thread Leo Famulari
Time zones of Earth are changed several times per year, both for future and past dates. In order to ensure that our clocks display the correct time, Guix needs to keep our time zone package (tzdata) up to date. However, the current situation makes this impractical, because changing tzdata causes

bug#40880: [XFCE]: No webbrowser installed by default

2020-04-26 Thread Jonathan Brielmaier
If you install XFCE and you want to start the webbrowser via the bottom line or the Applications menu, you get a dialog "Choose Preferred Application" instead of a launching web browser. That's because no web browser is installed with XFCE.

bug#40381: Guix shouldn't request substitutes for profile derivations

2020-04-26 Thread Ludovic Courtès
Hi, pkill9 skribis: >> Can you show more precisely what you mean by pasting a command and its >> output? >> >> With the recent changes in the implementation of grafts, what happens >> is usually this: >> >> $ guix build foo >> updating the list of substitutes… >> The following things

bug#39302: XFCE user cannot log out, shutdown, or reboot via GUI

2020-04-26 Thread Jonathan Brielmaier
Hi Jesse, can you still reproduce this? For me at guix 1.1.0-4affa91 (current core-updates) log out, shutdown and reboot does work.

bug#40832: alsa-lib cannot find its plugins

2020-04-26 Thread Leo Famulari
I propose we make alsa-lib respect an environment variable ALSA_PLUGIN_DIRS, and make that a Guix package search path that matches 'lib/alsa-lib'. I think this will do what we need. Any feedback?

bug#40872: First installed package on guix system is not instantly usable

2020-04-26 Thread Stefan
Hi! I have a guix system and my user account has no package installed yet. After installing the first package – git-minimal in my case – this message is printed and I get this error when trying to use the new command: building profile with 1 package... Hinweis: Vielleicht möchten Sie die

bug#40381: Guix shouldn't request substitutes for profile derivations

2020-04-26 Thread pkill9
Hi Ludovic > Can you show more precisely what you mean by pasting a command and its > output? > > With the recent changes in the implementation of grafts, what happens > is usually this: > > $ guix build foo > updating the list of substitutes… > The following things will be

bug#40870: Quassel IRC client trying to open links with xdg-open from a nonexisting store path

2020-04-26 Thread pkill9
From the output: ``` 2020-04-26 16:45:17 [Warn ] Launch failed (/gnu/store/jsqihy7z3bsbiixchk19dsnaj6bh9h2b-xdg-utils-1.1.3/bin/xdg-open https://freenode.net) ``` I assume it is recording the absolute path to xdg-open somewhere when it's first run or something, but I can't find any references to

bug#40858: Cargo in Guix

2020-04-26 Thread Julien Lepiller
Le 25 avril 2020 18:17:16 GMT-04:00, Jan Ole Zabel a écrit : >Hi, > >I just installed the rust package on guix-system and realized I have no >idea of how to use `cargo` to build something. First, cargo is not in >my >search path after installing `rust`, because there is no link in

bug#40867: guix build --rounds=N is miss advising

2020-04-26 Thread Jonathan Brielmaier
The help section for `guix build --rounds=N` in 7.1.1 Common Build Options is miss advising. ``` Note that, currently, the differing build results are not kept around, so you will have to manually investigate in case of an error—e.g., by stashing one of the build results with ‘guix archive