Re: What’s next?

2021-05-21 Thread Efraim Flashner
On Mon, May 17, 2021 at 10:13:10PM +0200, Ludovic Courtès wrote: > Hi, > > Efraim Flashner skribis: > > > package-transformations applied to the operating-system field of the > > os-config. > > Ah, that’s a good one, but possibly tricky! What would it operate on? > Any package? Only those sho

website: A little help running the website locally

2021-05-21 Thread Luis Felipe
Hi, I've never been able to build and run the internationalized website correctly following the instructions on the README. I even thought there was a typo in the instructions (https://issues.guix.gnu.org/47623), but it seems there is actually a particular problem on my side that I don't know h

Re: [PATCH RFC 0/4] Getting rid of input labels?

2021-05-21 Thread Nicolas Goaziou
Hello, Ludovic Courtès writes: > Here’s a proposal for a soft revolution: getting rid of input labels > in package definitions. Instead of writing: > > (native-inputs > `(("autoconf" ,autoconf) >("automake" ,automake) >("pkg-config" ,pkg-config) >("guile" ,guile

Re: website: A little help running the website locally

2021-05-21 Thread Tissevert
Hi ! I'm afraid I saw your message too late because I have exactly the same problems you describe in https://issues.guix.gnu.org/47623 which you've just closed. I too have no ~/.guix-profile/lib/locale but ~/.guix-profile/lib/locales exists and allows the build to complete. So I don't know but c

Re: website: A little help running the website locally

2021-05-21 Thread Julien Lepiller
Apart from breaking my system somewhat, I tried again, and I think you shouldn't pass -E GUIX_LOCPATH, because this will refer to something outside the environment. Instead, you should let the manifest set that for you. It will read po/LINGUAS to figure out which locales to bring in the environm

Re: website: A little help running the website locally

2021-05-21 Thread Tissevert
Hey, it works here without -E GUIX_LOCPATH and without sharing any 'lib/locales?' file, system- or user-wide. Does that work for you too, Luis-Felipe ? If it does, should we entirely remove any mention of them in the build / serve instructions in the README ? Le Fri, May 21, 2021 at 12:38:26PM -

Re: website: A little help running the website locally

2021-05-21 Thread Luis Felipe
Hey :) On Friday, May 21, 2021 4:04 PM, Tissevert wrote: > Hi ! > > I'm afraid I saw your message too late because I have exactly the same > problems > you describe in https://issues.guix.gnu.org/47623 which you've just closed. It can be reopened if necessary, though. > I too have no ~/.gui

Re: website: A little help running the website locally

2021-05-21 Thread Luis Felipe
On Friday, May 21, 2021 4:48 PM, Tissevert wrote: > Hey, it works here without -E GUIX_LOCPATH and without sharing any > 'lib/locales?' file, system- or user-wide. Does that work for you too, > Luis-Felipe ? I'm using guix bd382fa now, and it fails in the same way. This is without preserving GU

Re: website: A little help running the website locally

2021-05-21 Thread Julien Lepiller
It worked on both for me. Do you maybe have some local modifications that might explain why you can't build the website? Le 21 mai 2021 14:12:25 GMT-04:00, Luis Felipe a écrit : >On Friday, May 21, 2021 4:48 PM, Tissevert >wrote: > >> Hey, it works here without -E GUIX_LOCPATH and without shar

Re: website: A little help running the website locally

2021-05-21 Thread Luis Felipe
On Friday, May 21, 2021 6:17 PM, Julien Lepiller wrote: > It worked on both for me. Do you maybe have some local modifications that > might explain why you can't build the website? Not that I know of. I use guix from upstream, and I haven't changed my .bashrc and .profile in a very long time.

Re: website: A little help running the website locally

2021-05-21 Thread Luis Felipe
On Friday, May 21, 2021 6:33 PM, Luis Felipe wrote: > On Friday, May 21, 2021 6:17 PM, Julien Lepiller jul...@lepiller.eu wrote: > > > It worked on both for me. Do you maybe have some local modifications that > > might explain why you can't build the website? > > Not that I know of. I use guix

Re: website: A little help running the website locally

2021-05-21 Thread Julien Lepiller
Mh, you might be right, maybe something in my environment that helps support French is passing through to the container and makes things work for me and not for you. Could it be your $LANG is not one in po/LINGUAS? What if you set it to en_US.UTF-8? Instead of going back and forth by email, wou

Re: website: A little help running the website locally

2021-05-21 Thread Luis Felipe
On Friday, May 21, 2021 6:43 PM, Luis Felipe wrote: > On Friday, May 21, 2021 6:33 PM, Luis Felipe luis.felipe...@protonmail.com > wrote: > > > On Friday, May 21, 2021 6:17 PM, Julien Lepiller jul...@lepiller.eu wrote: > > > > > It worked on both for me. Do you maybe have some local modificatio

Re: website: A little help running the website locally

2021-05-21 Thread Luis Felipe
On Friday, May 21, 2021 6:52 PM, Julien Lepiller wrote: > Mh, you might be right, maybe something in my environment that helps support > French is passing through to the container and makes things work for me and > not for you. Could it be your $LANG is not one in po/LINGUAS? What if you set >

Re: website: A little help running the website locally

2021-05-21 Thread Julien Lepiller
Ah no, I think we found the issue! So we should update the readme to not require passing GUIX_LOCPATH and set LANG to en_US.UTF-8 (or any other language listed in po/LINGUAS). Le 21 mai 2021 15:02:03 GMT-04:00, Luis Felipe a écrit : >On Friday, May 21, 2021 6:52 PM, Julien Lepiller >wrote: >

Re: website: A little help running the website locally

2021-05-21 Thread Luis Felipe
On Friday, May 21, 2021 7:24 PM, Julien Lepiller wrote: > Ah no, I think we found the issue! So we should update the readme to not > require passing GUIX_LOCPATH and set LANG to en_US.UTF-8 (or any other > language listed in po/LINGUAS). Will you update the README, or should I sent a patch?