Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880591 - app-accessibility/speech-tools-2.5.0-r1 - deq_example.cc:(<snip>) undefined reference to EST_Chunk::~EST_Chunk()
Summary: app-accessibility/speech-tools-2.5.0-r1 - deq_example.cc:(<snip>) undefined r...
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-11-09 11:59 UTC by Toralf Förster
Modified: 2022-11-10 08:40 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,20.18 KB, text/plain)
2022-11-09 12:00 UTC, Toralf Förster
Details
app-accessibility:speech-tools-2.5.0-r1:20221109-093654.log (app-accessibility:speech-tools-2.5.0-r1:20221109-093654.log,34.76 KB, text/plain)
2022-11-09 12:00 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,85.02 KB, application/x-bzip)
2022-11-09 12:00 UTC, Toralf Förster
Details
environment (environment,78.66 KB, text/plain)
2022-11-09 12:00 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,568 bytes, application/x-bzip)
2022-11-09 12:00 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,46.05 KB, application/x-bzip)
2022-11-09 12:00 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.95 KB, application/x-bzip)
2022-11-09 12:00 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,24.59 KB, application/x-bzip)
2022-11-09 12:00 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-11-09 11:59:59 UTC
too long lines were shrinked:

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  deq_example.o   -o deq_example
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o: in function `EST_Chunk::operator--()':
deq_example.cc:(.text._ZN9EST_ChunkmmEv[_ZN9EST_ChunkmmEv]+0x21): undefined reference to `EST_Chunk::~EST_Chunk()'
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text._ZN9EST_ChunkmmEv[_ZN9EST_ChunkmmEv]+0x2a): undefined reference to `EST_Chunk::operator delete(void*)'
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o: in function `main.cold':

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20221105-141523

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

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.4
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.4
Python 3.10.8
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.6
php cli (if any):

  HEAD of ::gentoo
commit e1f6dde15dc2d0ce595aa864c737a1bc30a2c7f2
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Nov 9 08:02:20 2022 +0000

    2022-11-09 08:02:19 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-11-09 12:00:00 UTC
Created attachment 830005 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-09 12:00:01 UTC
Created attachment 830007 [details]
app-accessibility:speech-tools-2.5.0-r1:20221109-093654.log
Comment 3 Toralf Förster gentoo-dev 2022-11-09 12:00:03 UTC
Created attachment 830009 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-11-09 12:00:05 UTC
Created attachment 830011 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-09 12:00:06 UTC
Created attachment 830013 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-09 12:00:07 UTC
Created attachment 830015 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-09 12:00:08 UTC
Created attachment 830017 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-09 12:00:09 UTC
Created attachment 830019 [details]
temp.tar.bz2
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-10 08:40:07 UTC
I've filed https://github.com/festvox/speech_tools/issues/51 as there's been a lot of changes upstream. I don't know if they fix this, though.