Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 706024 - app-text/mandoc-1.14.5 : make: *** [/.../GmQF876C:2: all] Error 127
Summary: app-text/mandoc-1.14.5 : make: *** [/.../GmQF876C:2: all] Error 127
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: make-4.3
  Show dependency tree
 
Reported: 2020-01-21 19:49 UTC by Toralf Förster
Modified: 2020-01-27 21:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.49 KB, text/plain)
2020-01-21 19:49 UTC, Toralf Förster
Details
app-text:mandoc-1.14.5:20200120-233216.log (app-text:mandoc-1.14.5:20200120-233216.log,2.13 KB, text/plain)
2020-01-21 19:49 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,37.43 KB, text/plain)
2020-01-21 19:49 UTC, Toralf Förster
Details
environment (environment,46.61 KB, text/plain)
2020-01-21 19:49 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.48 KB, application/x-bzip)
2020-01-21 19:49 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,140 bytes, application/x-bzip)
2020-01-21 19:49 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.49 KB, application/x-bzip)
2020-01-21 19:49 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-01-21 19:49:25 UTC
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"
Comment 1 Toralf Förster gentoo-dev 2020-01-21 19:49:27 UTC
Created attachment 603872 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-01-21 19:49:30 UTC
Created attachment 603874 [details]
app-text:mandoc-1.14.5:20200120-233216.log
Comment 3 Toralf Förster gentoo-dev 2020-01-21 19:49:35 UTC
Created attachment 603876 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-01-21 19:49:37 UTC
Created attachment 603878 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-01-21 19:49:40 UTC
Created attachment 603880 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-01-21 19:49:43 UTC
Created attachment 603882 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-01-21 19:49:46 UTC
Created attachment 603884 [details]
temp.tbz2
Comment 8 Ben Kohler gentoo-dev 2020-01-22 13:28:27 UTC
Seems to be a make-4.3 breakage
Comment 9 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-01-23 15:30:12 UTC
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.
Comment 10 Larry the Git Cow gentoo-dev 2020-01-23 15:33:05 UTC
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(-)