Re: Real-world example for channels?

2019-02-12 Thread Chris Marusich
Hi Ludo, I've pushed this as b0a372637f683eae35802af93d67711c3a18e480. Thank you everyone for the feedback! And thank you to Hartmut for calling out the problem! -- Chris signature.asc Description: PGP signature

Re: collect2: fatal error: cannot find 'ld'

2019-02-12 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> I still think that we should hide the plain gcc packages on the command >> line. > > Agreed. Is this the right way to hide the package (see patch)? I searched for GCC on the command line with “guix package --search=gcc” and the results di

Re: lumina desktop package

2019-02-12 Thread Yoshinori Arai
On Tue, Feb 12, 2019 at 12:21:05PM +0200, Efraim Flashner wrote: > On Mon, Feb 11, 2019 at 09:20:34AM +0900, Yoshinori Arai wrote: > > On Sun, Feb 10, 2019 at 11:21:52AM +0100, L p R n d n wrote: > > > Hello, > > > > > > Funny, I just wrote a package definition for Lumina yesterday too. > > > Mine

Re: Guile snippet to get latest "guix pull" commit with prebuilt binaries

2019-02-12 Thread Pierre Neidhardt
This is great, thanks for sharing! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Installer, recommended store size and hardware detection

2019-02-12 Thread Pierre Neidhardt
> I now have a single partition on my laptop. So… 100%? :-) Hmm, I realize now that I should have asked differently: how much disk space does your store occupy? > What would that do? It could also choose the right bootloader and make a decent guess for the file-system layout. -- Pierre Neid

Re: collect2: fatal error: cannot find 'ld'

2019-02-12 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I still think that we should hide the plain gcc packages on the command > line. Agreed. Ludo’.

Re: Installer, recommended store size and hardware detection

2019-02-12 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Question for everyone: > > How much do you allocate to the store? I now have a single partition on my laptop. So… 100%? :-) > On a similar note, what do you think about adding hardware detection to > the installation process and help create a config.scm

Re: guix copy fails due to "Protocol error"

2019-02-12 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > Chris Marusich writes: > >> I'm trying to use "guix copy" to copy store items from host A to host B. >> Host A and B are both on the same LAN. Host A uses GuixSD, and host B >> uses Guix installed on Debian. No matter what I do, I get a message >> like the

Re: Real-world example for channels?

2019-02-12 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > From d382cbddd11e86bd9b69f271782d2dccba180a05 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Sun, 27 Jan 2019 16:29:30 -0800 > Subject: [PATCH] doc: Clarify channel file structure. > > Suggested by Hartmut Goebel . > > * doc/guix.texi (Channels): Cla

Re: Single channel update (or channels vs. GUIX_PACKAGE_PATH)

2019-02-12 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Ricardo Wurmus writes: >> It’s just a list. You can cons onto it. > > What I meant is that it does not seem possible to > > (list (channel >(inherit %default-channels >(commit "..." > > Or even > > (set-channel-commit %default-ch

Re: guix environment and ld?

2019-02-12 Thread Ludovic Courtès
Hello zimoun! zimoun skribis: > With gcc-toolchain, it seems to work fine. > > Me too, I am not sure why. > Maybe because of the comment in the definition of make-gcc-toolchain: > "to make sure ld-wrapper comes before Binutils' ld in the user's profile." Exactly: the ‘ld’ wrapper is really need

Re: Nix and Store issues?

2019-02-12 Thread Ludovic Courtès
Hi, bre...@posteo.net skribis: > I'm not really sure how to approach this error I am getting. I started > getting this today on a recent pull. I'm not sure if it is a bug or > what, nor where to look. I looked in the nix package and in some > services I thought would be related but nothing. > > :

Re: Guile snippet to get latest "guix pull" commit with prebuilt binaries

2019-02-12 Thread Ludovic Courtès
Hello! Pierre Neidhardt skribis: > Ludo told me he had a Guile snippet to find the last Guix commits with > enough(?) pre-built binaries. (Which is quite useful for a "guix pull".) > > Ludo, anyone, would you like to share? :) Here’s the file you’d drop as ~/.config/guix/channels.scm or pass

Re: Guix on Android, getaddrinfo, failure in name resolution

2019-02-12 Thread Ludovic Courtès
Hello, (Sorry for the delay.) 白い熊@相撲道 skribis: > On January 19, 2019 10:34:50 PM UTC, "Ludovic Courtès" wrote: > >>Similarly, does /etc/nsswitch.conf exist and what does it contain? (I >>think glibc has sane defaults if it doesn’t exists.) > > I have copied in /etc/nsswitch.conf in a prior at

Re: guix copy fails due to "Protocol error"

2019-02-12 Thread Chris Marusich
Hi, I'm replying to myself, since I have more information. Chris Marusich writes: > I'm trying to use "guix copy" to copy store items from host A to host B. > Host A and B are both on the same LAN. Host A uses GuixSD, and host B > uses Guix installed on Debian. No matter what I do, I get a me

Re: bug#34211: error running container: mingetty cannot find ttys

2019-02-12 Thread Giovanni Biscuolo
Hi Ludo' thank you for looking into this issue! Ludovic Courtès writes: [...] > I also get this behavior. OK, so this is deterministic now :-) > What happens is that the /dev/ttyN nodes do not exist (understandably), > and thus the ‘console-font-ttyN’ Shepherd services fail to start, and > g

Re: lumina desktop package

2019-02-12 Thread Efraim Flashner
On Mon, Feb 11, 2019 at 09:20:34AM +0900, Yoshinori Arai wrote: > On Sun, Feb 10, 2019 at 11:21:52AM +0100, L p R n d n wrote: > > Hello, > > > > Funny, I just wrote a package definition for Lumina yesterday too. > > Mine is a rougher (just builds and starts) but I didn't have any troube > > start