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

Bug 883463

Summary: games-arcade/pengupop-2.2.5-r1 - singleplayer.c: error: call to undeclared function swprintf; ISO C99 and
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Games <games>
Status: CONFIRMED ---    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/33381
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 870412    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.clang.tar.bz2
etc.portage.tar.bz2
games-arcade:pengupop-2.2.5-r1:20221128-194247.log
logs.tar.bz2
temp.tar.bz2
var.tmp.clang.tar.bz2

Description Toralf Förster gentoo-dev 2022-11-28 22:01:26 UTC
      C99 and later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]
                  remove_bubble(&p, b, a, 0);
                  ^
singleplayer.c:499:7: error: call to undeclared function 'swprintf'; ISO C99 and
      later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-j4-20221127-030005

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

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.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:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.65.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):

  HEAD of ::gentoo
commit 6dbad13815952c83bc0035ea71b99ca10bb59ec8
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 28 18:46:49 2022 +0000

    2022-11-28 18:46:48 UTC

emerge -qpvO games-arcade/pengupop
[ebuild  N    ] games-arcade/pengupop-2.2.5-r1
Comment 1 Toralf Förster gentoo-dev 2022-11-28 22:01:27 UTC
Created attachment 838029 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-28 22:01:29 UTC
Created attachment 838031 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-11-28 22:01:30 UTC
Created attachment 838033 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-11-28 22:01:31 UTC
Created attachment 838035 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-11-28 22:01:32 UTC
Created attachment 838037 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-28 22:01:34 UTC
Created attachment 838039 [details]
games-arcade:pengupop-2.2.5-r1:20221128-194247.log
Comment 7 Toralf Förster gentoo-dev 2022-11-28 22:01:35 UTC
Created attachment 838041 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-28 22:01:36 UTC
Created attachment 838043 [details]
temp.tar.bz2
Comment 9 Toralf Förster gentoo-dev 2022-11-28 22:01:37 UTC
Created attachment 838045 [details]
var.tmp.clang.tar.bz2