* Re: bootstrap error: Can't exec "autopoint"
2013-01-21 2:57 bootstrap error: Can't exec "autopoint" Florian Friesdorf
@ 2013-01-21 2:54 ` Cyril Roelandt
2013-01-21 3:14 ` Florian Friesdorf
0 siblings, 1 reply; 6+ messages in thread
From: Cyril Roelandt @ 2013-01-21 2:54 UTC (permalink / raw)
To: Florian Friesdorf; +Cc: bug-guix
On 01/21/2013 03:57 AM, Florian Friesdorf wrote:
>
> % git clone git://git.savannah.gnu.org/guix.git
> ...
> % cd guix
> % ./bootstrap
> ...
> + exec autoreconf -vfi
> autoreconf: Entering directory `.'
> autoreconf: running: autopoint --force
> Can't exec "autopoint": No such file or directory at /nix/store/q6dnxk2mmhr15pi1dx7nfisbfi60hwqd-autoconf-2.69/share/autoconf/Autom4te/FileUtils.pm line 345.
> autoreconf: failed to run autopoint: No such file or directory
> autoreconf: autopoint is needed because this package uses Gettext
>
Is autopoint installed on your machine ?
Cyril Roelandt.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bootstrap error: Can't exec "autopoint"
@ 2013-01-21 2:57 Florian Friesdorf
2013-01-21 2:54 ` Cyril Roelandt
0 siblings, 1 reply; 6+ messages in thread
From: Florian Friesdorf @ 2013-01-21 2:57 UTC (permalink / raw)
To: bug-guix
[-- Attachment #1: Type: text/plain, Size: 664 bytes --]
% git clone git://git.savannah.gnu.org/guix.git
...
% cd guix
% ./bootstrap
...
+ exec autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Can't exec "autopoint": No such file or directory at /nix/store/q6dnxk2mmhr15pi1dx7nfisbfi60hwqd-autoconf-2.69/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext
--
Florian Friesdorf <flo@chaoflow.net>
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bootstrap error: Can't exec "autopoint"
2013-01-21 2:54 ` Cyril Roelandt
@ 2013-01-21 3:14 ` Florian Friesdorf
2013-01-21 3:37 ` Nikita Karetnikov
0 siblings, 1 reply; 6+ messages in thread
From: Florian Friesdorf @ 2013-01-21 3:14 UTC (permalink / raw)
To: Cyril Roelandt; +Cc: bug-guix
[-- Attachment #1: Type: text/plain, Size: 957 bytes --]
Thx for the quick reply!
Cyril Roelandt <tipecaml@gmail.com> writes:
> On 01/21/2013 03:57 AM, Florian Friesdorf wrote:
>>
>> % git clone git://git.savannah.gnu.org/guix.git
>> ...
>> % cd guix
>> % ./bootstrap
>> ...
>> + exec autoreconf -vfi
>> autoreconf: Entering directory `.'
>> autoreconf: running: autopoint --force
>> Can't exec "autopoint": No such file or directory at /nix/store/q6dnxk2mmhr15pi1dx7nfisbfi60hwqd-autoconf-2.69/share/autoconf/Autom4te/FileUtils.pm line 345.
>> autoreconf: failed to run autopoint: No such file or directory
>> autoreconf: autopoint is needed because this package uses Gettext
>
> Is autopoint installed on your machine ?
No, it isn't. I'm on NixOS, do you maybe have a hint which package
contains it?
--
Florian Friesdorf <flo@chaoflow.net>
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bootstrap error: Can't exec "autopoint"
2013-01-21 3:14 ` Florian Friesdorf
@ 2013-01-21 3:37 ` Nikita Karetnikov
2013-01-21 4:16 ` package guix for nixos (was: Re: bootstrap error: Can't exec "autopoint") Florian Friesdorf
0 siblings, 1 reply; 6+ messages in thread
From: Nikita Karetnikov @ 2013-01-21 3:37 UTC (permalink / raw)
To: Florian Friesdorf; +Cc: bug-guix
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
> No, it isn't. I'm on NixOS, do you maybe have a hint which package
> contains it?
It's probably in the 'gettext' package.
Nikita
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* package guix for nixos (was: Re: bootstrap error: Can't exec "autopoint")
2013-01-21 3:37 ` Nikita Karetnikov
@ 2013-01-21 4:16 ` Florian Friesdorf
2013-01-21 20:20 ` package guix for nixos Ludovic Courtès
0 siblings, 1 reply; 6+ messages in thread
From: Florian Friesdorf @ 2013-01-21 4:16 UTC (permalink / raw)
To: Nikita Karetnikov; +Cc: bug-guix
[-- Attachment #1: Type: text/plain, Size: 551 bytes --]
Nikita Karetnikov <nikita@karetnikov.org> writes:
>> No, it isn't. I'm on NixOS, do you maybe have a hint which package
>> contains it?
>
> It's probably in the 'gettext' package.
It was - thx!
Would it be sane to package guix for NixOS? One would still need a
checkout to get the scm package descriptions, but the building-guix-part
would be solved.
--
Florian Friesdorf <flo@chaoflow.net>
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: package guix for nixos
2013-01-21 4:16 ` package guix for nixos (was: Re: bootstrap error: Can't exec "autopoint") Florian Friesdorf
@ 2013-01-21 20:20 ` Ludovic Courtès
0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2013-01-21 20:20 UTC (permalink / raw)
To: Florian Friesdorf; +Cc: bug-guix
Hi Florian,
Florian Friesdorf <flo@chaoflow.net> skribis:
> Would it be sane to package guix for NixOS? One would still need a
> checkout to get the scm package descriptions, but the building-guix-part
> would be solved.
I don’t know, but note that Guix has a release.nix file at its root. So
if everything goes well, you can just run:
nix-build -I . -A build release.nix
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-01-21 20:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 2:57 bootstrap error: Can't exec "autopoint" Florian Friesdorf
2013-01-21 2:54 ` Cyril Roelandt
2013-01-21 3:14 ` Florian Friesdorf
2013-01-21 3:37 ` Nikita Karetnikov
2013-01-21 4:16 ` package guix for nixos (was: Re: bootstrap error: Can't exec "autopoint") Florian Friesdorf
2013-01-21 20:20 ` package guix for nixos Ludovic Courtès
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.