Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 738152 - games-fps/sauerbraten-2013.02.03 : engine/console.cpp: error: SDL_SysWMinfo {aka struct SDL_SysWMinfo} has no member named subsyst
Summary: games-fps/sauerbraten-2013.02.03 : engine/console.cpp: error: SDL_SysWMinfo {...
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:
Depends on:
Blocks:
 
Reported: 2020-08-20 07:01 UTC by Toralf Förster
Modified: 2021-04-22 14:53 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.73 KB, text/plain)
2020-08-20 07:01 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,67.87 KB, text/plain)
2020-08-20 07:01 UTC, Toralf Förster
Details
environment (environment,126.09 KB, text/plain)
2020-08-20 07:01 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.35 KB, application/x-bzip)
2020-08-20 07:02 UTC, Toralf Förster
Details
games-fps:sauerbraten-2013.02.03:20200820-065143.log (games-fps:sauerbraten-2013.02.03:20200820-065143.log,95.77 KB, text/plain)
2020-08-20 07:02 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.79 KB, application/x-bzip)
2020-08-20 07:02 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 2020-08-20 07:01:54 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color  -Wformat -Werror=format-security -Wall -fsigned-char -fno-exceptions -fno-rtti -Ishared -Iengine -Ifpsgame `sdl-config --cflags`   -c -o engine/console.o engine/console.cpp
engine/console.cpp: In function ‘void pasteconsole()’:
engine/console.cpp:324:12: error: ‘SDL_SysWMinfo’ {aka ‘struct SDL_SysWMinfo’} has no member named ‘subsystem’
  324 |     wminfo.subsystem = SDL_SYSWM_X11;
      |            ^~~~~~~~~
engine/console.cpp:324:24: error: ‘SDL_SYSWM_X11’ was not declared in this scope

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-20200818-181636

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.45.2 *
The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Aug 20 06:05:39 AM UTC 2020

emerge -qpvO games-fps/sauerbraten
[ebuild  N    ] games-fps/sauerbraten-2013.02.03  USE="server -debug -dedicated"
Comment 1 Toralf Förster gentoo-dev 2020-08-20 07:01:56 UTC
Created attachment 655652 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-08-20 07:01:57 UTC
Created attachment 655654 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-08-20 07:01:59 UTC
Created attachment 655656 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-08-20 07:02:01 UTC
Created attachment 655658 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-08-20 07:02:03 UTC
Created attachment 655660 [details]
games-fps:sauerbraten-2013.02.03:20200820-065143.log
Comment 6 Toralf Förster gentoo-dev 2020-08-20 07:02:05 UTC
Created attachment 655662 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2021-04-22 14:53:49 UTC
The bug has been closed via the following commit(s):

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

commit ab219ce2849803591f4ceb79c1e977071cef20f1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-22 14:52:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-22 14:53:04 +0000

    games-fps/sauerbraten: add 2020.12.27
    
    Closes: https://bugs.gentoo.org/738152
    Closes: https://bugs.gentoo.org/706308
    Closes: https://bugs.gentoo.org/781863
    Closes: https://bugs.gentoo.org/759535
    Signed-off-by: Sam James <sam@gentoo.org>

 games-fps/sauerbraten/Manifest                     |   1 +
 ...0.12.27-respect-FLAGS-don-t-strip-symbols.patch | 146 +++++++++++++++++++++
 .../sauerbraten-2020.12.27-unbundle-enet.patch     | 113 ++++++++++++++++
 ...n-2020.12.27-use-pkg-config-for-freetype2.patch |  28 ++++
 games-fps/sauerbraten/files/sauerbraten.conf       |   8 +-
 games-fps/sauerbraten/files/sauerbraten.init       |   8 +-
 .../sauerbraten/sauerbraten-2020.12.27.ebuild      | 145 ++++++++++++++++++++
 7 files changed, 441 insertions(+), 8 deletions(-)