* guix environment guix for guix manual
@ 2020-11-01 22:01 Hubert Lombard
2020-11-02 0:48 ` Julien Lepiller
0 siblings, 1 reply; 3+ messages in thread
From: Hubert Lombard @ 2020-11-01 22:01 UTC (permalink / raw)
To: help-guix
Hi help-guix!
I've made:
$ guix environment --ad-hoc git -- git clone
https://git.savannah.gnu.org/git/guix.git
With the current guix-manual-1.2.0-pre2.fr.po:
$ cd guix
~/guix$ cp /home/hubert/Guix\ System/Contributions/TP\
guix-manual/fr.po/guix-manual-1.2.0-pre2.fr.po po/doc/guix-manual.fr.po
~/guix$ guix environment guix ~/guix [env]$ ./bootstrap
~/guix [env]$ ./configure --localstatedir=/var
~/guix [env]$ make
~/guix [env]$ make info && info -f doc/guix.fr.info
I know now that I should have make '$ cp /home/hubert/Guix\
System/Contributions/TP\ guix-manual/fr.po/ po/doc/guix-manual.fr.po'
But, do you think it's Ok anyway?
Otherwise, it seemed to work...
In the 'make' phase, I saw: <unknown-location>: warning: shadows
previous definition of `-location' at <unknown-location> for
(almost?) each 'gnu/services/...' Do you think it's normal or I'll have
to retry?
The last command produced the guix manual and it seems good.
Do I need to make a: '$ po4a-updatepo'?
In doubt, I prefer to be sure ;-)
Thanks in advance for your advice!
Cheers,
--
Hubert
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guix environment guix for guix manual
2020-11-01 22:01 guix environment guix for guix manual Hubert Lombard
@ 2020-11-02 0:48 ` Julien Lepiller
2020-11-02 18:42 ` Hubert Lombard
0 siblings, 1 reply; 3+ messages in thread
From: Julien Lepiller @ 2020-11-02 0:48 UTC (permalink / raw)
To: help-guix, Hubert Lombard
Le 1 novembre 2020 17:01:44 GMT-05:00, Hubert Lombard <contact@hubert-lombard.website> a écrit :
>Hi help-guix!
>
>I've made:
>
>$ guix environment --ad-hoc git -- git clone
>https://git.savannah.gnu.org/git/guix.git
>
>With the current guix-manual-1.2.0-pre2.fr.po:
>
>$ cd guix
>~/guix$ cp /home/hubert/Guix\ System/Contributions/TP\
>guix-manual/fr.po/guix-manual-1.2.0-pre2.fr.po po/doc/guix-manual.fr.po
>~/guix$ guix environment guix ~/guix [env]$ ./bootstrap
>~/guix [env]$ ./configure --localstatedir=/var
>~/guix [env]$ make
>~/guix [env]$ make info && info -f doc/guix.fr.info
>
>I know now that I should have make '$ cp /home/hubert/Guix\
>System/Contributions/TP\ guix-manual/fr.po/ po/doc/guix-manual.fr.po'
>
>But, do you think it's Ok anyway?
Yes, as long as you copied the file you wanted to compile.
>
>Otherwise, it seemed to work...
>
>In the 'make' phase, I saw: <unknown-location>: warning: shadows
>previous definition of `-location' at <unknown-location> for
>(almost?) each 'gnu/services/...' Do you think it's normal or I'll have
>to retry?
This is only a warning for guix code, it's not related to the manual at all. So all is good.
>
>The last command produced the guix manual and it seems good.
>
>Do I need to make a: '$ po4a-updatepo'?
Not by yourself. It's done by me when I generate a new pot for the TP :)
>
>In doubt, I prefer to be sure ;-)
>
>Thanks in advance for your advice!
>
>Cheers,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: guix environment guix for guix manual
2020-11-02 0:48 ` Julien Lepiller
@ 2020-11-02 18:42 ` Hubert Lombard
0 siblings, 0 replies; 3+ messages in thread
From: Hubert Lombard @ 2020-11-02 18:42 UTC (permalink / raw)
To: Julien Lepiller; +Cc: help-guix
Hi, Julien!
Thank you so much!
Cheers
Le Sun, 01 Nov 2020 19:48:17 -0500,
Julien Lepiller <julien@lepiller.eu> a écrit :
> Le 1 novembre 2020 17:01:44 GMT-05:00, Hubert Lombard
> <contact@hubert-lombard.website> a écrit :
> >Hi help-guix!
> >
> >I've made:
> >
> >$ guix environment --ad-hoc git -- git clone
> >https://git.savannah.gnu.org/git/guix.git
> >
> >With the current guix-manual-1.2.0-pre2.fr.po:
> >
> >$ cd guix
> >~/guix$ cp /home/hubert/Guix\ System/Contributions/TP\
> >guix-manual/fr.po/guix-manual-1.2.0-pre2.fr.po
> >po/doc/guix-manual.fr.po ~/guix$ guix environment guix ~/guix [env]$
> >./bootstrap ~/guix [env]$ ./configure --localstatedir=/var
> >~/guix [env]$ make
> >~/guix [env]$ make info && info -f doc/guix.fr.info
> >
> >I know now that I should have make '$ cp /home/hubert/Guix\
> >System/Contributions/TP\ guix-manual/fr.po/ po/doc/guix-manual.fr.po'
> >
> >But, do you think it's Ok anyway?
>
> Yes, as long as you copied the file you wanted to compile.
>
> >
> >Otherwise, it seemed to work...
> >
> >In the 'make' phase, I saw: <unknown-location>: warning: shadows
> >previous definition of `-location' at <unknown-location> for
> >(almost?) each 'gnu/services/...' Do you think it's normal or I'll
> >have to retry?
>
> This is only a warning for guix code, it's not related to the manual
> at all. So all is good.
>
> >
> >The last command produced the guix manual and it seems good.
> >
> >Do I need to make a: '$ po4a-updatepo'?
>
> Not by yourself. It's done by me when I generate a new pot for the TP
> :)
>
> >
> >In doubt, I prefer to be sure ;-)
> >
> >Thanks in advance for your advice!
> >
> >Cheers,
--
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-11-02 18:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-01 22:01 guix environment guix for guix manual Hubert Lombard
2020-11-02 0:48 ` Julien Lepiller
2020-11-02 18:42 ` Hubert Lombard
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.