Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880397 - app-misc/screen-4.9.0-r1 - fatal error: too many errors emitted, stopping now [-ferror-limit=]
Summary: app-misc/screen-4.9.0-r1 - fatal error: too many errors emitted, stopping now...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2022-11-08 10:30 UTC by Toralf Förster
Modified: 2022-11-23 22:13 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.46 KB, text/plain)
2022-11-08 10:31 UTC, Toralf Förster
Details
app-misc:screen-4.9.0-r1:20221108-102303.log (app-misc:screen-4.9.0-r1:20221108-102303.log,17.06 KB, text/plain)
2022-11-08 10:31 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,2.83 KB, application/x-bzip)
2022-11-08 10:31 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,39.17 KB, text/plain)
2022-11-08 10:31 UTC, Toralf Förster
Details
environment (environment,103.58 KB, text/plain)
2022-11-08 10:31 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.71 KB, application/x-bzip)
2022-11-08 10:31 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,12.48 KB, application/x-bzip)
2022-11-08 10:31 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,36.19 KB, application/x-bzip)
2022-11-08 10:31 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-11-08 10:30:59 UTC
      in all versions of C and is not supported in C2x
      [-Werror,-Wdeprecated-non-prototype]
copyarg(pp, s)
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [Makefile:82: termcap.o] Error 1 shuffle=4069670061

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j4-20221108-023017

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
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.4
Python 3.10.8
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-17  system-vm

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

  HEAD of ::gentoo
commit 766628b0c40a7600a4b89d26bfb9263a564fa6ea
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 8 10:02:03 2022 +0000

    2022-11-08 10:02:02 UTC

emerge -qpvO app-misc/screen
[ebuild  N    ] app-misc/screen-4.9.0-r1  USE="pam -debug -multiuser -nethack (-selinux)"
Comment 1 Toralf Förster gentoo-dev 2022-11-08 10:31:00 UTC
Created attachment 829123 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-08 10:31:01 UTC
Created attachment 829125 [details]
app-misc:screen-4.9.0-r1:20221108-102303.log
Comment 3 Toralf Förster gentoo-dev 2022-11-08 10:31:02 UTC
Created attachment 829127 [details]
clang.tar.bz2
Comment 4 Toralf Förster gentoo-dev 2022-11-08 10:31:03 UTC
Created attachment 829129 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-11-08 10:31:05 UTC
Created attachment 829131 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-11-08 10:31:06 UTC
Created attachment 829133 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-08 10:31:07 UTC
Created attachment 829135 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-08 10:31:08 UTC
Created attachment 829137 [details]
temp.tar.bz2
Comment 9 Pascal Jäger 2022-11-23 22:08:39 UTC
These error are -Wdeprecated-non-prototype. 
While I understand that noono like old K&R style function declarations, I thought that clang-16 will only add 
-Werror=implicit-function-declaration
-Werror=implicit-int
-Werror=incompatible-function-pointer-types

as the default and not -Wdeprecated-non-prototype?