Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878619 - sys-apps/rename-1.3-r2 - configure:656:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
Summary: sys-apps/rename-1.3-r2 - configure:656:1: error: type specifier missing, defa...
Status: RESOLVED DUPLICATE of bug 887007
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:
 
Reported: 2022-10-29 09:45 UTC by Toralf Förster
Modified: 2022-12-25 21:11 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.96 KB, text/plain)
2022-10-29 09:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,100.08 KB, text/plain)
2022-10-29 09:45 UTC, Toralf Förster
Details
environment (environment,57.39 KB, text/plain)
2022-10-29 09:45 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.02 KB, application/x-bzip)
2022-10-29 09:45 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,627 bytes, application/x-bzip)
2022-10-29 09:45 UTC, Toralf Förster
Details
sys-apps:rename-1.3-r2:20221029-035844.log (sys-apps:rename-1.3-r2:20221029-035844.log,2.66 KB, text/plain)
2022-10-29 09:45 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,15.41 KB, application/x-bzip)
2022-10-29 09:45 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-10-29 09:45:12 UTC
./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
creating cache ./config.cache
checking for gcc... clang
checking whether the C compiler (clang -pipe -march=native -fno-diagnostics-color -O2 -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_systemd-j4-20221028-160004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.3
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.3
Python 3.10.8
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 

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

  HEAD of ::gentoo
commit 8c55bc38865289ab387c2ceb6852eb9d66ecb1de
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Oct 29 03:01:54 2022 +0000

    2022-10-29 03:01:54 UTC

emerge -qpvO sys-apps/rename
[ebuild  N    ] sys-apps/rename-1.3-r2
Comment 1 Toralf Förster gentoo-dev 2022-10-29 09:45:13 UTC
Created attachment 825885 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-29 09:45:15 UTC
Created attachment 825887 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-10-29 09:45:16 UTC
Created attachment 825889 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-29 09:45:17 UTC
Created attachment 825891 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-29 09:45:17 UTC
Created attachment 825893 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-29 09:45:18 UTC
Created attachment 825895 [details]
sys-apps:rename-1.3-r2:20221029-035844.log
Comment 7 Toralf Förster gentoo-dev 2022-10-29 09:45:19 UTC
Created attachment 825897 [details]
temp.tar.bz2
Comment 8 Mike Gilbert gentoo-dev 2022-10-29 20:10:04 UTC
From config.log:

configure:643: checking whether the C compiler (clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0) works
configure:659: clang -o conftest -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 conftest.c  1>&5
configure:656:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
main(){return(0);}
^
int
1 error generated.
configure: failed program was:

#line 654 "configure"
#include "confdefs.h"

main(){return(0);}
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-12-25 21:11:58 UTC

*** This bug has been marked as a duplicate of bug 887007 ***