Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870661 - net-analyzer/pathload-1.3.2-r1 - configure: error: installation or configuration problem: C compiler cannot create executables.
Summary: net-analyzer/pathload-1.3.2-r1 - configure: error: installation or configurat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-17 11:23 UTC by Toralf Förster
Modified: 2022-09-29 04:27 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.48 KB, text/plain)
2022-09-17 11:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,40.28 KB, text/plain)
2022-09-17 11:23 UTC, Toralf Förster
Details
environment (environment,60.12 KB, text/plain)
2022-09-17 11:23 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.00 KB, application/x-bzip)
2022-09-17 11:23 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,675 bytes, application/x-bzip)
2022-09-17 11:23 UTC, Toralf Förster
Details
net-analyzer:pathload-1.3.2-r1:20220917-110619.log (net-analyzer:pathload-1.3.2-r1:20220917-110619.log,2.85 KB, text/plain)
2022-09-17 11:23 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,16.20 KB, application/x-bzip)
2022-09-17 11:23 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 2022-09-17 11:23:05 UTC
 * econf: updating pathload_1.3.2/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
checking for gcc... clang
checking whether the C compiler (clang -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.

!!! Please attach the following file when seeking support:

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened-j4-20220916-220004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-12.2.1 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3.90

  HEAD of ::gentoo
commit f38006d84550ea73795e41f9b7abbc5418aa128e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 09:46:47 2022 +0000

    2022-09-17 09:46:46 UTC

emerge -qpvO net-analyzer/pathload
[ebuild  N    ] net-analyzer/pathload-1.3.2-r1
Comment 1 Toralf Förster gentoo-dev 2022-09-17 11:23:06 UTC
Created attachment 807025 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 11:23:07 UTC
Created attachment 807028 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-17 11:23:09 UTC
Created attachment 807031 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-17 11:23:10 UTC
Created attachment 807034 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-17 11:23:10 UTC
Created attachment 807037 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-17 11:23:11 UTC
Created attachment 807040 [details]
net-analyzer:pathload-1.3.2-r1:20220917-110619.log
Comment 7 Toralf Förster gentoo-dev 2022-09-17 11:23:12 UTC
Created attachment 807043 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-09-29 04:27:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b0af768aa4c75bef38afbfe5e3727f146b8bd1

commit 85b0af768aa4c75bef38afbfe5e3727f146b8bd1
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-09-29 03:48:05 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-29 04:17:55 +0000

    net-analyzer/pathload: fix configure with clang
    
    Doesn't look like will get to use eautoreconf here.
    
    Closes: https://bugs.gentoo.org/870661
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 net-analyzer/pathload/files/pathload-1.3.2-clang16.patch | 10 ++++++++++
 net-analyzer/pathload/pathload-1.3.2-r1.ebuild           |  1 +
 2 files changed, 11 insertions(+)