Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875497 - games-sports/foobillard-3.0a-r1 - billmove.c: error: parameter nr was not declared, defaults to int;
Summary: games-sports/foobillard-3.0a-r1 - billmove.c: error: parameter nr was not dec...
Status: CONFIRMED
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:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-05 18:15 UTC by Toralf Förster
Modified: 2022-10-05 18:15 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.55 KB, text/plain)
2022-10-05 18:15 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,1.31 KB, application/x-bzip)
2022-10-05 18:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,98.53 KB, text/plain)
2022-10-05 18:15 UTC, Toralf Förster
Details
environment (environment,106.15 KB, text/plain)
2022-10-05 18:15 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.93 KB, application/x-bzip)
2022-10-05 18:15 UTC, Toralf Förster
Details
games-sports:foobillard-3.0a-r1:20221005-170452.log (games-sports:foobillard-3.0a-r1:20221005-170452.log,11.98 KB, text/plain)
2022-10-05 18:15 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,5.20 KB, application/x-bzip)
2022-10-05 18:15 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,29.61 KB, application/x-bzip)
2022-10-05 18:15 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-05 18:15:22 UTC
too long lines were shrinked:

clang -DHAVE_CONFIG_H -I. -DNDEBUG -DDATA_DIRECTORY='"/usr/share/foobillard/"'   -Wall `x86_64-pc-linux-gnu-pkg-config --cflags freetype2` `sdl-config --cflags` -DUSE_SDL -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration
clang -DHAVE_CONFIG_H -I. -DNDEBUG -DDATA_DIRECTORY='"/usr/share/foobillard/"'   -Wall `x86_64-pc-linux-gnu-pkg-config --cflags freetype2` `sdl-config --cflags` -DUSE_SDL -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration
clang -DHAVE_CONFIG_H -I. -DNDEBUG -DDATA_DIRECTORY='"/usr/share/foobillard/"'   -Wall `x86_64-pc-linux-gnu-pkg-config --cflags freetype2` `sdl-config --cflags` -DUSE_SDL -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration
clang -DHAVE_CONFIG_H -I. -DNDEBUG -DDATA_DIRECTORY='"/usr/share/foobillard/"'   -Wall `x86_64-pc-linux-gnu-pkg-config --cflags freetype2` `sdl-config --cflags` -DUSE_SDL -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND  -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration
billmove.c:412:13: error: parameter 'nr' was not declared, defaults to 'int';
      ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
int my_rand(nr)

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20221005-010004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
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.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JRE 17.0.4.1_p1 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0 *
  [3]   php8.1
GNU Make 4.3

  HEAD of ::gentoo
commit 6f6c428a48fa244afc99865a8904c6020960703f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Oct 5 16:19:00 2022 +0000

    2022-10-05 16:18:59 UTC

emerge -qpvO games-sports/foobillard
[ebuild  N    ] games-sports/foobillard-3.0a-r1  USE="sdl" VIDEO_CARDS="-nvidia"
Comment 1 Toralf Förster gentoo-dev 2022-10-05 18:15:23 UTC
Created attachment 821500 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-05 18:15:24 UTC
Created attachment 821503 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-05 18:15:26 UTC
Created attachment 821506 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-05 18:15:27 UTC
Created attachment 821509 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-05 18:15:28 UTC
Created attachment 821512 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-05 18:15:29 UTC
Created attachment 821515 [details]
games-sports:foobillard-3.0a-r1:20221005-170452.log
Comment 7 Toralf Förster gentoo-dev 2022-10-05 18:15:30 UTC
Created attachment 821518 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-10-05 18:15:31 UTC
Created attachment 821521 [details]
temp.tar.bz2