bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27080: ¨make install" fails because of missing gawk


From: Konrad Hinsen
Subject: bug#27080: ¨make install" fails because of missing gawk
Date: Fri, 26 May 2017 09:18:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1

I am trying to build/install Guix 0.13 from sources (git checkout), using a binary installation of a slightly earlier Guix in a Ubuntu 16.04 host system. Basically I am doing

  git checkout v0.13.0
  guix environment guix
  make check
  make install

I have also tried with this the most recent commit on master, with the same failure.

The trouble starts here:

...
Compiling Scheme modules...
guile: warning: failed to install locale
/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/bin/mkdir -p '/opt/guix/share/man/man1' /gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/bin/install -c -m 644 ./doc/guix.1 ./doc/guix-archive.1 ./doc/guix-build.1 ./doc/guix-challenge.1 ./doc/guix-download.1 ./doc/guix-edit.1 ./doc/guix-environment.1 ./doc/guix-gc.1 ./doc/guix-hash.1 ./doc/guix-import.1 ./doc/guix-lint.1 ./doc/guix-package.1 ./doc/guix-publish.1 ./doc/guix-pull.1 ./doc/guix-refresh.1 ./doc/guix-size.1 ./doc/guix-system.1 ./doc/guix-daemon.1 '/opt/guix/share/man/man1' /gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/bin/mkdir -p '/opt/guix/share/guile/site/2.2'
/bin/bash: line 5: gawk: command not found
sed: couldn't write 47 items to stdout: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
...

I get lots of copies of these "Broken pipe" lines. Then:

...
/bin/bash: line 5: echo: write error: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/bin/mkdir -p '/opt/guix/share/guile/site/2.2'
/bin/bash: line 5: gawk: command not found
sed: couldn't flush stdout: Broken pipe
/gnu/store/2kgp5d4wh40b49gp4qwqh2b4il29gq6g-profile/bin/mkdir -p '/opt/guix/lib/guile/2.2/site-ccache'
/bin/bash: line 5: gawk: command not found
sed: couldn't write 47 items to stdout: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
/bin/bash: line 5: echo: write error: Broken pipe
...

and another round of broken pipes. But the initial problem seems to be that gawk is not found. It is available in my build environment, but apparently that's not where it is looked for.

Konrad.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]