file config.log: writing... make: echo: No such file or directory make: *** [/tmp/GmQF876C:2: all] Error 127 * ERROR: app-text/mandoc-1.14.5::gentoo failed (configure phase): * econf failed * ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop-20200119-200601 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * llvm: 9.0.1 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.6 [3] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.14.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Mon, 20 Jan 2020 22:49:18 +0000 emerge -qpvO app-text/mandoc [ebuild N ] app-text/mandoc-1.14.5 USE="-static"
Created attachment 603872 [details] emerge-info.txt
Created attachment 603874 [details] app-text:mandoc-1.14.5:20200120-233216.log
Created attachment 603876 [details] emerge-history.txt
Created attachment 603878 [details] environment
Created attachment 603880 [details] etc.portage.tbz2
Created attachment 603882 [details] logs.tbz2
Created attachment 603884 [details] temp.tbz2
Seems to be a make-4.3 breakage
The issue is the following line in configure script: CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -` Since this does only return "cc" let's sed it to use the output of tc-getCC from toolchain-funcs.eclass instead.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffe2c4a58aae021bc2b006cfaaf897eac6d8369 commit 8ffe2c4a58aae021bc2b006cfaaf897eac6d8369 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2020-01-23 15:32:19 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2020-01-23 15:32:59 +0000 app-text/mandoc: Fixed build with make-4.3 Closes: https://bugs.gentoo.org/706024 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> app-text/mandoc/mandoc-1.14.5.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)