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: package gcc does not depend on binutils and glibc

2019-05-09 Thread Ricardo Wurmus
Hi Bruno, >> > 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 the package list > htt

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

2019-05-09 Thread Bruno Haible
Hello Ricardo, > > 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 the package list https://ww

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

2019-05-09 Thread Ricardo Wurmus
Ludovic Courtès writes: > Tobias Geerinckx-Rice skribis: > >> ‘Toolchain’ exactly describes what you're looking for, so I'm going to >> go ahead and close this bug. > > True, but we all know that “guix install gcc” is the first thing one > would do, expecting it to actually work. :-) > > Rica

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

2019-05-07 Thread Bruno Haible
Tobias Geerinckx-Rice wrote: > > Well, 'guix install emacs' installs more than emacs as well: > > graphviz, ghostscript, python, fftw, cups, ... > > Oh, we're talking about different things then. > > Installing (in any sense) emacs will add its dependencies to the > store (your ‘install’), but d

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

2019-05-07 Thread Tobias Geerinckx-Rice
Bruno, Bruno Haible wrote: (Speaking as a user, I'd be annoyed to the point of switching if my distro installed ‘binutils’ when asked for ‘gcc’.) Well, 'guix install emacs' installs more than emacs as well: graphviz, ghostscript, python, fftw, cups, ... Oh, we're talking about different thi

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

2019-05-07 Thread Ludovic Courtès
Hi, Tobias Geerinckx-Rice skribis: > ‘Toolchain’ exactly describes what you're looking for, so I'm going to > go ahead and close this bug. True, but we all know that “guix install gcc” is the first thing one would do, expecting it to actually work. :-) Ricardo, I think you had a patch to hide

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

2019-05-03 Thread Bruno Haible
Nicolas Goaziou wrote: > > You are really looking for `gcc-toolchain' package. See section > > 2.6.6 in the manual. Indeed! Thanks for the answer. > (Speaking as a user, I'd be annoyed to the point of switching if > my distro installed ‘binutils’ when asked for ‘gcc’.) Well, 'guix install emac

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

2019-05-03 Thread Tobias Geerinckx-Rice
Bruno, Welcome! Nicolas Goaziou wrote: You are really looking for `gcc-toolchain' package. See section 2.6.6 in the manual. Yup! :-) ‘Toolchain’ exactly describes what you're looking for, so I'm going to go ahead and close this bug. (Speaking as a user, I'd be annoyed to the point of sw

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

2019-05-03 Thread Nicolas Goaziou
Hello, Bruno Haible writes: > After installing the guix-1.0 installation image > (guix-system-vm-image-1.0.0.x86_64-linux) and running it with qemu, > I wanted to compile a hello-world program in C. > > $ cat hello.c > #include > int main () { > printf("Hello world\n"); > return 0; > } > >

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

2019-05-03 Thread Bruno Haible
Hi, After installing the guix-1.0 installation image (guix-system-vm-image-1.0.0.x86_64-linux) and running it with qemu, I wanted to compile a hello-world program in C. $ cat hello.c #include int main () { printf("Hello world\n"); return 0; } $ guix install gcc $ gcc hello.c error trying t