Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 721988

Summary: media-sound/ttaenc-3.4.1-r1 : ttaenc.c:(.text+<snip>): undefined reference to hybrid_filter
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: leonchik1976, sam, treecleaner
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/22445
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
media-sound:ttaenc-3.4.1-r1:20200509-233852.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-05-10 07:53:09 UTC
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native  -fno-common -Wformat -Werror=format-security -Wall -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 ttaenc.o -o ttaenc
/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttaenc.o: in function compress:
ttaenc.c:(.text+0x1214): undefined reference to hybrid_filter
/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: ttaenc.o: in function decompress:
ttaenc.c:(.text+0x237d): undefined reference to hybrid_filter
collect2: error: ld returned 1 exit status

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-libressl-20200502-233152

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
clang version 10.0.0 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python3.8 (fallback)
  [3]   python3.7 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.43.0 *
  [2]   rust-bin-1.43.1
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.252_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 09 May 2020 11:05:34 PM UTC
/var/db/repos/libressl	Sat 11 Apr 2020 05:02:25 AM UTC

emerge -qpvO media-sound/ttaenc
[ebuild  N    ] media-sound/ttaenc-3.4.1-r1
Comment 1 Toralf Förster gentoo-dev 2020-05-10 07:53:12 UTC
Created attachment 637262 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-05-10 07:53:15 UTC
Created attachment 637264 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-05-10 07:53:19 UTC
Created attachment 637266 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-05-10 07:53:22 UTC
Created attachment 637268 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-05-10 07:53:25 UTC
Created attachment 637270 [details]
media-sound:ttaenc-3.4.1-r1:20200509-233852.log
Comment 6 Toralf Förster gentoo-dev 2020-05-10 07:53:28 UTC
Created attachment 637272 [details]
temp.tbz2
Comment 7 Agostino Sarubbo gentoo-dev 2021-04-05 09:07:40 UTC
*** Bug 741870 has been marked as a duplicate of this bug. ***
Comment 8 Agostino Sarubbo gentoo-dev 2021-04-12 07:34:03 UTC
Dear treecleaner@:

I'm still able to reproduce this issue right now.

Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
Comment 9 Larry the Git Cow gentoo-dev 2021-10-11 14:55:22 UTC
The bug has been closed via the following commit(s):

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

commit feda2a75f9c5e60c6be66ec04a69e9949d6db1ed
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2021-10-11 14:55:13 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-10-11 14:55:13 +0000

    media-sound/ttaenc: fix build
    
    Closes: https://github.com/gentoo/gentoo/pull/22445
    Closes: https://bugs.gentoo.org/721988
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../ttaenc/files/ttaenc-3.4.1-fix-hybrid-filter.patch       | 13 +++++++++++++
 media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild                   |  7 +++++--
 2 files changed, 18 insertions(+), 2 deletions(-)