Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880797 - sys-devel/bin86-0.16.21-r1 - objchop.c: error: type specifier missing, defaults to int; ISO C99 and
Summary: sys-devel/bin86-0.16.21-r1 - objchop.c: error: type specifier missing, defaul...
Status: RESOLVED FIXED
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: PullRequest
: 882133 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-11-10 20:08 UTC by Toralf Förster
Modified: 2023-10-12 12:21 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.98 KB, text/plain)
2022-11-10 20:08 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,141.22 KB, text/plain)
2022-11-10 20:08 UTC, Toralf Förster
Details
environment (environment,63.29 KB, text/plain)
2022-11-10 20:08 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,704 bytes, application/x-bzip)
2022-11-10 20:08 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,28.12 KB, application/x-bzip)
2022-11-10 20:08 UTC, Toralf Förster
Details
sys-devel:bin86-0.16.21-r1:20221110-191500.log (sys-devel:bin86-0.16.21-r1:20221110-191500.log,38.45 KB, text/plain)
2022-11-10 20:08 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,20.36 KB, application/x-bzip)
2022-11-10 20:08 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-10 20:08:19 UTC
PUBLIC void use_error(message)
            ^
10 warnings generated.
clang -pipe -march=native -fno-diagnostics-color -O2 -D_POSIX_SOURCE   -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  objdump86.c   -o objdump86
objchop.c:22:1: error: type specifier missing, defaults to 'int'; ISO C99 and
      later do not support implicit int [-Werror,-Wimplicit-int]
main(argc, argv)

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20221109-200005

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
CC=clang
CXX=clang++
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 Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
php cli (if any):
  (none found)

  HEAD of ::gentoo
commit f80188f73da656ba570bd521ba865d631264dea6
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Nov 10 18:50:27 2022 +0000

    2022-11-10 18:50:27 UTC

emerge -qpvO sys-devel/bin86
[ebuild  N    ] sys-devel/bin86-0.16.21-r1
Comment 1 Toralf Förster gentoo-dev 2022-11-10 20:08:21 UTC
Created attachment 830301 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-10 20:08:22 UTC
Created attachment 830303 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-10 20:08:24 UTC
Created attachment 830305 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-10 20:08:24 UTC
Created attachment 830307 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-10 20:08:26 UTC
Created attachment 830309 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-10 20:08:27 UTC
Created attachment 830311 [details]
sys-devel:bin86-0.16.21-r1:20221110-191500.log
Comment 7 Toralf Förster gentoo-dev 2022-11-10 20:08:28 UTC
Created attachment 830313 [details]
temp.tar.bz2
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-20 21:42:35 UTC
*** Bug 882133 has been marked as a duplicate of this bug. ***
Comment 9 Larry the Git Cow gentoo-dev 2023-10-12 12:07:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2d34eadca55500af9f0ec0b3a8ab78fde9b080

commit 4a2d34eadca55500af9f0ec0b3a8ab78fde9b080
Author:     Pascal Jäger <pascal.jaeger@leimstift.de>
AuthorDate: 2023-09-15 08:22:00 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2023-10-12 12:06:51 +0000

    sys-devel/bin86: fix implicit int declarations
    
    Closes: https://bugs.gentoo.org/880797
    Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
    Closes: https://github.com/gentoo/gentoo/pull/32795
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 sys-devel/bin86/bin86-0.16.21-r2.ebuild            |  36 +++++
 .../bin86-0.16.21-fix-build-for-clang16.patch      | 145 +++++++++++++++++++++
 2 files changed, 181 insertions(+)