Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895124 - app-cdr/cdck-0.7.0-r3 - econf failed: checking version of x86_64-pc-linux-gnu-gcc ... ./configure[18125]: 15: inaccessible or not found
Summary: app-cdr/cdck-0.7.0-r3 - econf failed: checking version of x86_64-pc-linux-gnu...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-17 13:28 UTC by Toralf Förster
Modified: 2023-04-19 00:57 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.82 KB, text/plain)
2023-02-17 13:28 UTC, Toralf Förster
Details
app-cdr:cdck-0.7.0-r3:20230217-132659.log (app-cdr:cdck-0.7.0-r3:20230217-132659.log,9.56 KB, text/plain)
2023-02-17 13:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,184.83 KB, text/plain)
2023-02-17 13:29 UTC, Toralf Förster
Details
environment (environment,74.32 KB, text/plain)
2023-02-17 13:29 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,46.06 KB, application/x-bzip)
2023-02-17 13:29 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.69 KB, application/x-bzip)
2023-02-17 13:29 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,22.87 KB, application/x-bzip)
2023-02-17 13:29 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 2023-02-17 13:28:58 UTC
checking perl version ... ok
checking version of x86_64-pc-linux-gnu-gcc ... ./configure[18125]: 15: inaccessible or not found

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-cdr/cdck-0.7.0-r3/work/cdck-0.7.0/config.log
 * ERROR: app-cdr/cdck-0.7.0-r3::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20230216-050018

  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.67.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JRE 17.0.6_p10 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 0e23f1d224a2c1d8a04969dc6caa36c499cd8d38
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 17 12:31:59 2023 +0000

    2023-02-17 12:31:59 UTC

emerge -qpvO app-cdr/cdck
[ebuild  N    ] app-cdr/cdck-0.7.0-r3
Comment 1 Toralf Förster gentoo-dev 2023-02-17 13:28:59 UTC
Created attachment 852224 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-17 13:29:00 UTC
Created attachment 852226 [details]
app-cdr:cdck-0.7.0-r3:20230217-132659.log
Comment 3 Toralf Förster gentoo-dev 2023-02-17 13:29:01 UTC
Created attachment 852228 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-02-17 13:29:03 UTC
Created attachment 852230 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-02-17 13:29:04 UTC
Created attachment 852232 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-17 13:29:05 UTC
Created attachment 852234 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-17 13:29:06 UTC
Created attachment 852236 [details]
temp.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-02-17 13:30:58 UTC
Assuming gcc-13 for now.
Comment 9 Arsen Arsenović gentoo-dev 2023-04-19 00:57:56 UTC
.

     49 echo $_echo_n "checking version of ${CC} ... $_echo_c"
     50 exec 15> ./.gcc.test
     51 cat >&15 <<EOF
     52 ${CC} -v 2>&1 | perl -e '\$/=undef;\$_=<STDIN>;s/.*ver.+?([[0-9\.]]+).*//s;\$_=\$1;print; s/\.//sg;s/^.*?(\d{0,4}).*\$/\$1/; exit 0 if (\$_ >= 300); exi     52 t -1'
     53 EOF
     54 sh ./.gcc.test 2>/dev/null

seems like a build system bug, or a shell bug.  line 50 above (this is configure.ac) fails in the build log:

  18125 exec 15> ./.gcc.test
  18126 cat >&15 <<EOF
  18127 ${CC} -v 2>&1 | perl -e '\$/=undef;\$_=<STDIN>;s/.*ver.+?([0-9\.]+).*//s;\$_=\$1;print; s/\.//sg;s/^.*?(\d{0,4}).*\$/\$1/; exit 0 if (\$_ >= 300); exit   18127 -1'
  18128 EOF
  18129 sh ./.gcc.test 2>/dev/null

unblocking gcc-13