Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877287 - games-arcade/xgalaga-2.1.1.0-r1 - title.c: error: type specifier missing, defaults to int; ISO C99 and
Summary: games-arcade/xgalaga-2.1.1.0-r1 - title.c: error: type specifier missing, def...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-16 08:45 UTC by Toralf Förster
Modified: 2023-04-23 07:47 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.39 KB, text/plain)
2022-10-16 08:45 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,1.32 KB, application/x-bzip)
2022-10-16 08:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,23.95 KB, text/plain)
2022-10-16 08:45 UTC, Toralf Förster
Details
environment (environment,87.49 KB, text/plain)
2022-10-16 08:45 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.29 KB, application/x-bzip)
2022-10-16 08:45 UTC, Toralf Förster
Details
games-arcade:xgalaga-2.1.1.0-r1:20221016-084136.log (games-arcade:xgalaga-2.1.1.0-r1:20221016-084136.log,34.73 KB, text/plain)
2022-10-16 08:46 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.77 KB, application/x-bzip)
2022-10-16 08:46 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.25 KB, application/x-bzip)
2022-10-16 08:46 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-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(-)