Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882271 - games-strategy/xbattleai-1.2.2-r2: victory.c:282:39: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
Summary: games-strategy/xbattleai-1.2.2-r2: victory.c:282:39: warning: implicit declar...
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-11-20 17:21 UTC by Toralf Förster
Modified: 2024-05-11 20:31 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.30 KB, text/plain)
2022-11-20 17:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,124.16 KB, text/plain)
2022-11-20 17:21 UTC, Toralf Förster
Details
environment (environment,58.90 KB, text/plain)
2022-11-20 17:21 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,697 bytes, application/x-bzip)
2022-11-20 17:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,11.80 KB, application/x-bzip)
2022-11-20 17:21 UTC, Toralf Förster
Details
games-strategy:xbattleai-1.2.2-r2:20221120-171816.log (games-strategy:xbattleai-1.2.2-r2:20221120-171816.log,26.09 KB, text/plain)
2022-11-20 17:21 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.98 KB, application/x-bzip)
2022-11-20 17:21 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-20 17:21:23 UTC
 *  Please file a bug about this at https://bugs.gentoo.org/
 *  with the maintainer of the package.
 * 
 * ERROR: games-strategy/xbattleai-1.2.2-r2::gentoo failed:
 *   install aborted due to severe warnings shown above
 * 
 * Call stack:

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

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

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.5
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.5
Python 3.10.8
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.5_p8 [openjdk-17]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-17 
  [2]   openjdk-bin-8 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.6
php cli (if any):
  [1]   php8.1 *

  HEAD of ::gentoo
commit 3c5108210c082529e63d5db2669c3aa20770425a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Nov 20 16:16:52 2022 +0000

    2022-11-20 16:16:52 UTC

emerge -qpvO games-strategy/xbattleai
[ebuild  N    ] games-strategy/xbattleai-1.2.2-r2
Comment 1 Toralf Förster gentoo-dev 2022-11-20 17:21:24 UTC
Created attachment 835051 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-20 17:21:26 UTC
Created attachment 835053 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-20 17:21:30 UTC
Created attachment 835055 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-20 17:21:32 UTC
Created attachment 835057 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-20 17:21:33 UTC
Created attachment 835059 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-20 17:21:36 UTC
Created attachment 835061 [details]
games-strategy:xbattleai-1.2.2-r2:20221120-171816.log
Comment 7 Toralf Förster gentoo-dev 2022-11-20 17:21:37 UTC
Created attachment 835063 [details]
logs.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2024-05-11 20:31:42 UTC
The bug has been closed via the following commit(s):

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

commit ecf18f9a6d7ea696a4b11aa58f1d64736bba920c
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2024-05-10 09:59:19 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-05-11 20:31:33 +0000

    games-strategy/xbattleai: Port to C99, update EAPI 7 -> 8
    
    Autoreconf fixes configuration failure due to C99 error, includes
    are added unconditionally, because we now live in sane, homogenous
    world, those are system files that ought to be on by default on any
    linux system with libc and I don't want to touch autoconfig files
    any more than what I need to.
    
    Closes: https://bugs.gentoo.org/882271
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 .../xbattleai/files/xbattleai-1.2.2-C99.patch      | 43 ++++++++++++++++++
 games-strategy/xbattleai/xbattleai-1.2.2-r3.ebuild | 52 ++++++++++++++++++++++
 2 files changed, 95 insertions(+)