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

Bug 715192

Summary: media-libs/audiofile-0.3.6-r3 : [TEST] UT_RebufferModule.cpp:(.text+<snip>): undefined reference to testing::internal::EqFailure(c
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: sound
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
media-libs:audiofile-0.3.6-r3:20200328-201244.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-03-28 21:30:47 UTC
UT_RebufferModule.cpp:(.text+0x167): undefined reference to testing::internal::EqFailure(char const*, char const*, testing::internal::String const&, testing::internal::String const&, bool)
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: UnitTests-UT_RebufferModule.o: in function _GLOBAL__sub_I__ZN35RebufferModule_FixedToVariable_Test10test_info_E:
UT_RebufferModule.cpp:(.text.startup+0x9e): undefined reference to testing::internal::MakeAndRegisterTestInfo(char const*, char const*, char const*, char const*, void const*, void (*)(), void (*)(), testing::internal::TestFactoryBase*)
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: UT_RebufferModule.cpp:(.text.startup+0xe5): undefined reference to testing::internal::MakeAndRegisterTestInfo(char const*, char const*, char const*, char const*, void const*, void (*)(), void (*)(), testing::internal::TestFactoryBase*)

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
/usr/lib/llvm/9
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 28 Mar 2020 04:39:18 PM UTC
/var/db/repos/libressl	Thu 19 Mar 2020 04:37:24 PM UTC

emerge -qpvO media-libs/audiofile
[ebuild  N    ] media-libs/audiofile-0.3.6-r3  USE="flac test -static-libs" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2020-03-28 21:30:50 UTC
Created attachment 626598 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-28 21:30:53 UTC
Created attachment 626600 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-28 21:30:55 UTC
Created attachment 626602 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-28 21:30:58 UTC
Created attachment 626604 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-28 21:31:01 UTC
Created attachment 626606 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-28 21:31:03 UTC
Created attachment 626608 [details]
media-libs:audiofile-0.3.6-r3:20200328-201244.log
Comment 7 Toralf Förster gentoo-dev 2020-03-28 21:31:20 UTC
Created attachment 626610 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-07-19 18:28:24 UTC
The bug has been closed via the following commit(s):

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

commit f2bb2dc35eccffb4adbcc7f4057b6e2ea458d1b8
Author:     John Helmert III <jchelmert3@posteo.net>
AuthorDate: 2020-07-19 18:28:17 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2020-07-19 18:28:17 +0000

    media-libs/audiofile: Add security patches
    
    Dropping the system-gtest patch is necessary to make the tests run, as
    mentioned here: https://bugs.gentoo.org/680482#c8
    
    The three closed bugs are reported test failures fixed by dropping the
    aforementioned patch and a slight repair of src_test. Because we're not
    using system gtest anymore, we can drop the test dependency on
    dev-cpp/gtest, and by extension the IUSE=test boilerplate.
    
    Bug: https://bugs.gentoo.org/614046
    Bug: https://bugs.gentoo.org/687766
    Closes: https://bugs.gentoo.org/680482
    Closes: https://bugs.gentoo.org/715192
    Closes: https://bugs.gentoo.org/720836
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: John Helmert III <jchelmert3@posteo.net>
    Closes: https://github.com/gentoo/gentoo/pull/16141
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/audiofile/audiofile-0.3.6-r4.ebuild     |  55 +++
 .../files/audiofile-0.3.6-CVE-2017-68xx.patch      | 379 +++++++++++++++++++++
 ...ofile-0.3.6-CVE-2018-13440-CVE-2018-17095.patch |  82 +++++
 3 files changed, 516 insertions(+)