Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 877287

Summary: games-arcade/xgalaga-2.1.1.0-r1 - title.c: error: type specifier missing, defaults to int; ISO C99 and
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/30705
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
clang.tar.bz2
emerge-history.txt
environment
etc.portage.tar.bz2
games-arcade:xgalaga-2.1.1.0-r1:20221016-084136.log
logs.tar.bz2
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-10-16 08:45:53 UTC
      in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
W_Initialize(str)
^
title.c:20:7: error: type specifier missing, defaults to 'int'; ISO C99 and
      later do not support implicit int [-Werror,-Wimplicit-int]
const LINESIZE= 70;

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.2
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.2
Python 3.10.8
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit 6cda7ae93e3b304418616d1d6488ba43eabea63e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Oct 16 05:48:58 2022 +0000

    2022-10-16 05:48:58 UTC

emerge -qpvO games-arcade/xgalaga
[ebuild  N    ] games-arcade/xgalaga-2.1.1.0-r1
Comment 1 Toralf Förster gentoo-dev 2022-10-16 08:45:54 UTC
Created attachment 824383 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-16 08:45:55 UTC
Created attachment 824385 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-16 08:45:57 UTC
Created attachment 824387 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-16 08:45:58 UTC
Created attachment 824389 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-16 08:45:59 UTC
Created attachment 824391 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-16 08:46:00 UTC
Created attachment 824393 [details]
games-arcade:xgalaga-2.1.1.0-r1:20221016-084136.log
Comment 7 Toralf Förster gentoo-dev 2022-10-16 08:46:01 UTC
Created attachment 824395 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-10-16 08:46:03 UTC
Created attachment 824397 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-04-23 07:47:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429f3311a0dc776e0e4da58463487b0e5038a9c1

commit 429f3311a0dc776e0e4da58463487b0e5038a9c1
Author:     Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
AuthorDate: 2023-04-22 17:00:25 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-23 07:47:12 +0000

    games-arcade/xgalaga: Add patch to fix Wimplicit-int
    
    Closes: https://bugs.gentoo.org/877287
    Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
    Closes: https://github.com/gentoo/gentoo/pull/30705
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/xgalaga-2.1.1.0-function-and-ints.patch  | 24 ++++++++++++++++++++++
 ...2.1.1.0-r1.ebuild => xgalaga-2.1.1.0-r2.ebuild} |  3 ++-
 2 files changed, 26 insertions(+), 1 deletion(-)