Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871441 - games-server/crossfire-server-1.71.0-r2 - resurrection.c: error: call to undeclared function unmake_perma_dead;
Summary: games-server/crossfire-server-1.71.0-r2 - resurrection.c: error: call to unde...
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:
: 882105 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-18 14:09 UTC by Toralf Förster
Modified: 2022-11-20 21:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.73 KB, text/plain)
2022-09-18 14:09 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,3.69 KB, application/x-bzip)
2022-09-18 14:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,180.54 KB, text/plain)
2022-09-18 14:09 UTC, Toralf Förster
Details
environment (environment,29.02 KB, text/plain)
2022-09-18 14:09 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,14.17 KB, application/x-bzip)
2022-09-18 14:09 UTC, Toralf Förster
Details
games-server:crossfire-server-1.71.0-r2:20220918-134133.log (games-server:crossfire-server-1.71.0-r2:20220918-134133.log,96.83 KB, text/plain)
2022-09-18 14:09 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,25.61 KB, application/x-bzip)
2022-09-18 14:09 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,21.32 KB, application/x-bzip)
2022-09-18 14:09 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-09-18 14:09:47 UTC
too long lines were shrinked:

clang -DHAVE_CONFIG_H -I. -I../include  -I../include -DDATADIR=\"/usr/share/crossfire\" -DCONFDIR=\"/etc/crossfire\" -DLIBDIR=\"/usr/lib64/crossfire\" -DLOCALDIR=\"/var/lib/crossfire\" -DPLUGIN_SUFFIX=\".so\"   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-fun
clang -DHAVE_CONFIG_H -I. -I../include  -I../include -DDATADIR=\"/usr/share/crossfire\" -DCONFDIR=\"/etc/crossfire\" -DLIBDIR=\"/usr/lib64/crossfire\" -DLOCALDIR=\"/var/lib/crossfire\" -DPLUGIN_SUFFIX=\".so\"   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-fun
clang -DHAVE_CONFIG_H -I. -I../include  -I../include -DDATADIR=\"/usr/share/crossfire\" -DCONFDIR=\"/etc/crossfire\" -DLIBDIR=\"/usr/lib64/crossfire\" -DLOCALDIR=\"/var/lib/crossfire\" -DPLUGIN_SUFFIX=\".so\"   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-fun
clang -DHAVE_CONFIG_H -I. -I../include  -I../include -DDATADIR=\"/usr/share/crossfire\" -DCONFDIR=\"/etc/crossfire\" -DLIBDIR=\"/usr/lib64/crossfire\" -DLOCALDIR=\"/var/lib/crossfire\" -DPLUGIN_SUFFIX=\".so\"   -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -Werror=implicit-fun
resurrection.c:148:2: error: call to undeclared function 'unmake_perma_dead';
      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_hardened-j4-20220916-040004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.1
 [2] x86_64-pc-linux-gnu-10.3.1
 [3] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3.90

  HEAD of ::gentoo
commit 29fd4f6106f28ba75a6cb4d4693a72dbcd9f9e2f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Sep 18 12:46:53 2022 +0000

    2022-09-18 12:46:53 UTC

emerge -qpvO games-server/crossfire-server
[ebuild  N    ] games-server/crossfire-server-1.71.0-r2  USE="-X"
Comment 1 Toralf Förster gentoo-dev 2022-09-18 14:09:48 UTC
Created attachment 811702 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-18 14:09:49 UTC
Created attachment 811705 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-18 14:09:51 UTC
Created attachment 811708 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-18 14:09:52 UTC
Created attachment 811711 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-18 14:09:53 UTC
Created attachment 811714 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-18 14:09:55 UTC
Created attachment 811717 [details]
games-server:crossfire-server-1.71.0-r2:20220918-134133.log
Comment 7 Toralf Förster gentoo-dev 2022-09-18 14:09:56 UTC
Created attachment 811720 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-09-18 14:09:57 UTC
Created attachment 811723 [details]
temp.tar.bz2
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-20 21:48:43 UTC
*** Bug 882105 has been marked as a duplicate of this bug. ***