bug#35551: package gcc does not depend on binutils and glibc

2019-05-10 Thread Ludovic Courtès
Hi Bruno, Bruno Haible skribis: >> > Ricardo, I think you had a patch to hide the ‘gcc’ package. Could you >> > commit it? >> >> I’ve just done this. My apologies for the delay. Now a search for >> “gcc” only returns “gcc-toolchain” (and one “gcc-bootstrap”). > > Will it also be hidden from

bug#35551: guix search

2019-05-10 Thread Bruno Haible
Hi Ludo, > I would hope that ‘guix search’ and ‘guix package --list-available’ are > easier than anything else, and that people value the idea of doing > things locally. Also, a local search gives the right result while a > remote service might give results for a different Guix revision. > > Is

bug#35551: guix search

2019-05-10 Thread Ludovic Courtès
Hi Bruno, Bruno Haible skribis: >> I would hope that ‘guix search’ and ‘guix package --list-available’ are >> easier than anything else, and that people value the idea of doing >> things locally. Also, a local search gives the right result while a >> remote service might give results for a diff

bug#35551: guix search

2019-05-10 Thread Bruno Haible
I wrote: > 1) If the search term is X and installing the package would cause >a program named X to appear in $PATH, then list this package first. More precisely: If there is a package named X (perfect match), it should come first. The packages that install a program named X should come second.

bug#35551: guix search

2019-05-10 Thread Bruno Haible
> Another option I thought of would be to display only the 10 results with > the highest relevance by default, when stdout is a terminal. That would be OK as a second step. But first, we should get the sort order (the notion of relevance) improved. Bruno

bug#35597: GNOME Tweak Tool does not start

2019-05-10 Thread Ricardo Wurmus
This is now fixed with commit d13f3a033e42b4a14d581390b8fa36cd1db7d023, which I adjusted from wip-gnome3.30. -- Ricardo

bug#35551: guix search

2019-05-10 Thread Bruno Haible
Hi Ludo, > we don’t know beforehand what commands a package provides. Indeed, this information becomes available only while/after a package is built. > For that we’d need to resort to an external service providing this info. Why would it need to be an external service? Can't you incorporate thi

bug#35669: Mesa is failing an assertion

2019-05-10 Thread Joshua Branson
Hello I am getting a weird mesa assertion when I try to start sway. sway: ../mesa-18.3.5/src/mesa/program/prog_parameter.c:247: _mesa_add_parameter: Assertion `0 < size && size <=4' failed. Aborted. Is anyone else getting this issue? Thanks, -- Joshua Branson Sent from Emacs and Gnus

bug#35551: guix search

2019-05-10 Thread Ludovic Courtès
Bruno Haible skribis: >> Another option I thought of would be to display only the 10 results with >> the highest relevance by default, when stdout is a terminal. > > That would be OK as a second step. But first, we should get the > sort order (the notion of relevance) improved. It’s tricky to ma

bug#35551: guix search

2019-05-10 Thread znavko
Hello! $ guix search video shows: vidstab, youtube-viewer, ffmpegthumbnailer, xf86-video-mach64... I'd better prefer this sorting: vlc, mpv, gnome-mpv, blender, avidemux, kdenlive... To do so need to sort by popularity, using f.e. fsf site statistics. There is no other mathematics methods like 'i

bug#35670: guix package --roll-back message in Spanish is missing a line break

2019-05-10 Thread sirgazil
Hi, I'm using this system: $ guix describe Generación 106 may 2019 11:29:00(actual) guix d6a68e9 URL del repositorio: https://git.savannah.gnu.org/git/guix.git rama: master revisión: d6a68e90483b35bdc2ea78afe2c81873be67ec95 After running "guix package --roll-back" in a sys

bug#35671: 'glibc-utf8-locales' should include C.UTF-8 locale

2019-05-10 Thread Ludovic Courtès
Hello, I noticed that on Debian 9, ‘guix-daemon.service’ (systemd) runs under the C.UTF-8 locale by default, even if the machine is otherwise configured with another locale. Consequently, ‘guix substitute’ keeps complaining about locales and all that, which is terrible. Thus, I think ‘glibc-utf8

bug#35672: probleme de rafraichissiment du bureau

2019-05-10 Thread Gnu Röoty
Bonsoir ! Alors j'ai un problème depuis la sortie de guixSD. Quand j'installe une application, pour quelle puisse apparaitre dans le gestionnaire de démarrage de GNOME, je dois fermer et re-ouvrir la session pour voir l'application que j'ai installer.Exclusivement pour les logiciel graphique.

bug#35669: Mesa is failing an assertion

2019-05-10 Thread Marius Bakke
Joshua Branson writes: > Hello I am getting a weird mesa assertion when I try to start sway. > > sway: ../mesa-18.3.5/src/mesa/program/prog_parameter.c:247: > _mesa_add_parameter: Assertion `0 < size && size <=4' failed. > Aborted. > > Is anyone else getting this issue? I've seen this too and we

bug#35673: pypi importer returns the wheel hash when it fails to find a proper source.

2019-05-10 Thread Jack Hill
As discussed on guix-devel[0] the pypi importer should probably not fill in the hash with that of the wheel if a proper source archive is not found on pypi. [0] https://lists.gnu.org/archive/html/guix-devel/2019-05/msg00209.html Best, Jack

bug#35623: FW: bug#35623: guix pull failed on RHEL7

2019-05-10 Thread Karrick McDermott
I accidentally sent this to Mark's private account rather than the per-bug address. Re-sending it as requested. -Original Message- From: Karrick McDermott Date: Wednesday, May 8, 2019 at 8:17 PM To: Mark H Weaver Subject: Re: bug#35623: guix pull failed on RHEL7 Here's the script

bug#35672: probleme de rafraichissiment du bureau

2019-05-10 Thread Timothy Sample
Allô, Gnu Röoty writes: > Bonsoir ! > Alors j'ai un problème depuis la sortie de guixSD. > Quand j'installe une application, pour quelle puisse apparaitre dans le > gestionnaire de > démarrage de GNOME, je dois fermer et re-ouvrir la session pour voir > l'application que j'ai > installer.Excl

bug#35674: GDM auto-login doesn't work

2019-05-10 Thread Alex Griffin
After configuring Guix to enable GDM auto-login, I am still presented with a password prompt upon booting my machine. I'm not sure whether it's a bug in Guix or something I'm doing wrong, so I've attached the configuration I'm using just in case. -- Alex Griffin(use-modules (gnu)) (use-service-

bug#35551: guix search

2019-05-10 Thread Ludovic Courtès
Bruno Haible skribis: >> For that we’d need to resort to an external service providing this info. > > Why would it need to be an external service? Can't you incorporate > this information in a data file that you ship as part of the > distribution? Such a file would quickly become stale, it’d hav

bug#35674: GDM auto-login doesn't work

2019-05-10 Thread Ricardo Wurmus
Hi Alex, > After configuring Guix to enable GDM auto-login, I am still presented > with a password prompt upon booting my machine. I'm not sure whether > it's a bug in Guix or something I'm doing wrong, so I've attached the > configuration I'm using just in case. I have observed the same proble

bug#35551: guix search

2019-05-10 Thread Bruno Haible
zna...@disroot.org wrote: > $ guix search video > shows: vidstab, youtube-viewer, ffmpegthumbnailer, xf86-video-mach64... > I'd better prefer this sorting: > vlc, mpv, gnome-mpv, blender, avidemux, kdenlive... > > To do so need to sort by popularity, using f.e. fsf site statistics. +1. This appr

bug#35662: Really relocatable binaries crash with Permission denied

2019-05-10 Thread Ludovic Courtès
Hello, "pelzflorian (Florian Pelz)" skribis: > The manual gives the following example of guix pack -RR: > > guix pack -RR -S /mybin=bin bash > tar xf pack.tar.gz > ./mybin/sh > > This fails on my university’s server for students which uses Linux > container “VMs” with Ubuntu an

bug#35551: guix search

2019-05-10 Thread Mark H Weaver
Hi, Ludovic Courtès writes: > Bruno Haible skribis: > >>> For that we’d need to resort to an external service providing this info. >> >> Why would it need to be an external service? Can't you incorporate >> this information in a data file that you ship as part of the >> distribution? > > Such a

bug#35670: guix package --roll-back message in Spanish is missing a line break

2019-05-10 Thread Ludovic Courtès
¡Hola! Please report translation errors to the translation team: --8<---cut here---start->8--- $ LANGUAGE=es guix --help | tail -4 Informe de errores a: bug-guix@gnu.org. Informe de errores de traducción a: e...@tp.org.es. Página Web de GNU Guix:

bug#35623: FW: bug#35623: guix pull failed on RHEL7

2019-05-10 Thread Ludovic Courtès
Hi, Karrick McDermott skribis: > In ./guix/utils.scm: >661:47 1 (xdg-directory _ "/.config" #:ensure? _) > In unknown file: >0 (getpw 10452) > > ERROR: In procedure getpw: > In procedure getpw: entry not found > -guix pull: [1;31merror: [0mYou found a bug: the program > '/gnu/

bug#35551: guix search

2019-05-10 Thread Bruno Haible
Mark H Weaver wrote: > If we add functionality that calls out to the network in response to a > package search, e.g. to query popularity ratings or package file > listings, we should make sure the user knows it's happening, and provide > a way to disable it. Some users may not want information abo

bug#35623: FW: bug#35623: guix pull failed on RHEL7

2019-05-10 Thread Karrick McDermott
1. Glad you identified why `HOME` was unset, due to the `with-clean-environment` function. I am surprised a few environment variables are not conveyed through the code path, as `ssh` does for variables it deems safe, including `HOME`, `LOGNAME`, `TZ`, and `USER`. 2. My RHEL7 machine is _not_ ru

bug#35551: guix search

2019-05-10 Thread Tobias Geerinckx-Rice
Bruno Haible wrote: Mark H Weaver wrote: If we add functionality that calls out to the network in response to a package search, e.g. to query popularity ratings or package file listings, we should make sure the user knows it's happening, and provide a way to disable it. Some users may not wan

bug#35519: librsvg broken on i686-linux

2019-05-10 Thread Danny Milosavljevic
Hi, On Fri, 10 May 2019 14:53:40 +0200 Ricardo Wurmus wrote: > > Hydra failed to build librsvg on i686-linux, because it depends on Rust > > which is still broken on i686-linux in Guix. > > Danny opened a bug report with the mrustc upstream: > > https://github.com/thepowersgang/mrustc/is

bug#35671: 'glibc-utf8-locales' should include C.UTF-8 locale

2019-05-10 Thread Meiyo Peng
Hi Ludovic, Ludovic Courtès writes: > I noticed that on Debian 9, ‘guix-daemon.service’ (systemd) runs under > the C.UTF-8 locale by default, even if the machine is otherwise > configured with another locale. Consequently, ‘guix substitute’ keeps > complaining about locales and all that, which i

bug#35662: Really relocatable binaries crash with Permission denied

2019-05-10 Thread pelzflorian (Florian Pelz)
On Fri, May 10, 2019 at 11:50:19PM +0200, Ludovic Courtès wrote: > That suggests the wrapper chose the user namespace method (not PRoot), > but that didn’t quite work. > > Could you post the output of: > > strace ./mybin/sh > > ? > [f_pelz12@tux6 ~]$ strace ./mybin/sh execve("./mybin/sh", [