Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 887471 - app-accessibility/speech-tools-2.5.0-r1 - kvl_example.cc:(.text+<snip>): undefined reference to std::ostream::put(char)
Summary: app-accessibility/speech-tools-2.5.0-r1 - kvl_example.cc:(.text+<snip>): unde...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Accessibility Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-20 16:49 UTC by Toralf Förster
Modified: 2022-12-20 16:49 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.83 KB, text/plain)
2022-12-20 16:49 UTC, Toralf Förster
Details
app-accessibility:speech-tools-2.5.0-r1:20221220-162055.log (app-accessibility:speech-tools-2.5.0-r1:20221220-162055.log,65.54 KB, text/plain)
2022-12-20 16:49 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,199.51 KB, text/plain)
2022-12-20 16:49 UTC, Toralf Förster
Details
environment (environment,77.59 KB, text/plain)
2022-12-20 16:49 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,565 bytes, application/x-bzip)
2022-12-20 16:49 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,12.34 KB, application/x-bzip)
2022-12-20 16:49 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.34 KB, application/x-bzip)
2022-12-20 16:49 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.57 KB, application/x-bzip)
2022-12-20 16:49 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-12-20 16:49:43 UTC
too long lines were shrinked:

look at library estools
Making in directory ./testsuite ...
making dependencies -- xml_example.cc string_example.cc hash_example.cc pathname_example.cc track_example.cc token_example.cc complex_example.cc list_example.cc kvl_example.cc handle_example.cc named_enum_example.cc deq_example.cc ling_example.cc feature_example.cc xml_regression.cc string_regressio
x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DDATA="\"/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  kvl_example.o   -o kvl_example
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: kvl_example.o: in function `std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&) [clone .isra.0]':
kvl_example.cc:(.text+0x2b): undefined reference to `std::ostream::put(char)'
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: kvl_example.cc:(.text+0x41): undefined reference to `std::ctype<char>::_M_widen_init() const'
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: kvl_example.cc:(.text+0x6b): undefined reference to `std::__throw_bad_cast()'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4_abi32+64-20221218-070005

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

GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe"
GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-11
 [2] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.6
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.6
Python 3.10.9
Available Rust versions:
  [1]   rust-bin-1.66.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.17_p8 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

php cli (if any):
  [1]   php8.2 *

  HEAD of ::gentoo
commit d603a4a9762f89d9a801df2e2d38cc60c6422bec
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Dec 20 16:02:23 2022 +0000

    2022-12-20 16:02:23 UTC

emerge -qpvO app-accessibility/speech-tools
[ebuild  N    ] app-accessibility/speech-tools-2.5.0-r1  USE="X openmp -nas"
Comment 1 Toralf Förster gentoo-dev 2022-12-20 16:49:44 UTC
Created attachment 844199 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-12-20 16:49:45 UTC
Created attachment 844201 [details]
app-accessibility:speech-tools-2.5.0-r1:20221220-162055.log
Comment 3 Toralf Förster gentoo-dev 2022-12-20 16:49:46 UTC
Created attachment 844203 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-12-20 16:49:48 UTC
Created attachment 844205 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-12-20 16:49:48 UTC
Created attachment 844207 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-12-20 16:49:49 UTC
Created attachment 844209 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-12-20 16:49:50 UTC
Created attachment 844211 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-12-20 16:49:51 UTC
Created attachment 844213 [details]
temp.tar.bz2