Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920061 - games-strategy/wesnoth-1.16.10 - wesnoth.cpp:(.text+<snip>): undefined reference to boost::iostreams::zlib::default_compression
Summary: games-strategy/wesnoth-1.16.10 - wesnoth.cpp:(.text+<snip>): undefined refere...
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: 2023-12-15 22:44 UTC by Toralf Förster
Modified: 2023-12-15 22:44 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.72 KB, text/plain)
2023-12-15 22:44 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,116.61 KB, text/plain)
2023-12-15 22:44 UTC, Toralf Förster
Details
environment (environment,100.68 KB, text/plain)
2023-12-15 22:44 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.13 KB, application/x-xz)
2023-12-15 22:44 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,21.71 KB, application/x-xz)
2023-12-15 22:44 UTC, Toralf Förster
Details
games-strategy:wesnoth-1.16.10:20231215-205050.log.xz (games-strategy:wesnoth-1.16.10:20231215-205050.log.xz,37.55 KB, application/x-xz)
2023-12-15 22:44 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,206.56 KB, text/plain)
2023-12-15 22:44 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,60.01 KB, application/x-xz)
2023-12-15 22:44 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 2023-12-15 22:44:36 UTC
too long lines were shrinked:

      |                                    ~~~~~~~~~~~~~~^~~~~
[2130/2130] : && /usr/bin/x86_64-pc-linux-gnu-g++ -Wall -Wextra -Werror=non-virtual-dtor -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wold-style-cast -Wtrampolines -O2 -pipe -march=native -fno-diagnostics-color -fPIE -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_chec
FAILED: wesnoth 
: && /usr/bin/x86_64-pc-linux-gnu-g++ -Wall -Wextra -Werror=non-virtual-dtor -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wold-style-cast -Wtrampolines -O2 -pipe -march=native -fno-diagnostics-color -fPIE -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: src/CMakeFiles/wesnoth.dir/wesnoth.cpp.o: warning: relocation against `_ZN5boost9iostreams4zlib10sync_flushE' in read-only section `.text._ZN5boost9iostreams16symmetric_filterINS0_6detail22zlib_decompressor_implISaIcEEES4_E4
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: src/CMakeFiles/wesnoth.dir/wesnoth.cpp.o: in function `process_command_args(commandline_options const&)':
wesnoth.cpp:(.text+0x4a5c): undefined reference to `boost::iostreams::zlib::default_compression'
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: wesnoth.cpp:(.text+0x4a6e): undefined reference to `boost::iostreams::zlib::deflated'
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: wesnoth.cpp:(.text+0x4a8a): undefined reference to `boost::iostreams::zlib::default_strategy'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-20231213-093115

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JRE 17.0.8.1_p1 [openjdk-jre-bin-17]
2)	Eclipse Temurin JRE 21.0.1_p12 [openjdk-jre-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-17  system-vm
  [2]   openjdk-jre-bin-21 

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit 2f90ed01648833b22e0f12da201c232cdb89211e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Dec 15 20:17:03 2023 +0000

    2023-12-15 20:17:02 UTC

emerge -qpvO games-strategy/wesnoth
[ebuild  N    ] games-strategy/wesnoth-1.16.10  USE="dbus nls -dedicated -doc -server"
Comment 1 Toralf Förster gentoo-dev 2023-12-15 22:44:37 UTC
Created attachment 879535 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-15 22:44:38 UTC
Created attachment 879536 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-12-15 22:44:39 UTC
Created attachment 879537 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-12-15 22:44:40 UTC
Created attachment 879538 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-12-15 22:44:41 UTC
Created attachment 879539 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-15 22:44:42 UTC
Created attachment 879540 [details]
games-strategy:wesnoth-1.16.10:20231215-205050.log.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-15 22:44:43 UTC
Created attachment 879541 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2023-12-15 22:44:44 UTC
Created attachment 879542 [details]
temp.tar.xz