Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729626 - media-libs/libglvnd-1.3.1 : [TEST] 1/21 glvnd:symbols / OpenGL symbols check FAIL 0.17s (exit status 1)
Summary: media-libs/libglvnd-1.3.1 : [TEST] 1/21 glvnd:symbols / OpenGL symbols check...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-06-25 14:21 UTC by Toralf Förster
Modified: 2020-06-25 21:25 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.27 KB, text/plain)
2020-06-25 14:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,91.64 KB, text/plain)
2020-06-25 14:21 UTC, Toralf Förster
Details
environment (environment,114.96 KB, text/plain)
2020-06-25 14:21 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.53 KB, application/x-bzip)
2020-06-25 14:21 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,13.27 KB, application/x-bzip)
2020-06-25 14:21 UTC, Toralf Förster
Details
media-libs:libglvnd-1.3.1:20200625-140618.log (media-libs:libglvnd-1.3.1:20200625-140618.log,73.46 KB, text/plain)
2020-06-25 14:21 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,31.11 KB, application/x-bzip)
2020-06-25 14:21 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,30.16 KB, application/x-bzip)
2020-06-25 14:21 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 2020-06-25 14:21:11 UTC
ninja: Entering directory /var/tmp/portage/media-libs/libglvnd-1.3.1/work/libglvnd-v1.3.1-abi_x86_64.amd64
ninja: no work to do.
 1/21 glvnd:symbols / OpenGL symbols check            FAIL           0.17s (exit status 1)
 2/21 glvnd:egl+symbols / EGL symbols check           FAIL           0.12s (exit status 1)
 3/21 glvnd:symbols / GLESv1 symbols check            FAIL           0.12s (exit status 1)
 4/21 glvnd:symbols / GLESv2 symbols check            FAIL           0.12s (exit status 1)

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-test-20200620-211522

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

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.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python3.6 (fallback)
  [5]   python2.7 (fallback)
Available Rust versions:
  [1]   rust-1.44.1 *
The following VMs are available for generation-2:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu 25 Jun 2020 01:05:19 PM UTC

emerge -qpvO media-libs/libglvnd
[ebuild  N    ] media-libs/libglvnd-1.3.1  USE="test -X" ABI_X86="(64) -32 (-x32)"
Comment 1 Toralf Förster gentoo-dev 2020-06-25 14:21:18 UTC
Created attachment 646368 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-06-25 14:21:21 UTC
Created attachment 646370 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-06-25 14:21:24 UTC
Created attachment 646372 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-06-25 14:21:27 UTC
Created attachment 646374 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-06-25 14:21:31 UTC
Created attachment 646376 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-06-25 14:21:34 UTC
Created attachment 646378 [details]
media-libs:libglvnd-1.3.1:20200625-140618.log
Comment 7 Toralf Förster gentoo-dev 2020-06-25 14:21:37 UTC
Created attachment 646380 [details]
temp.tbz2
Comment 8 Toralf Förster gentoo-dev 2020-06-25 14:21:40 UTC
Created attachment 646382 [details]
tests.tbz2
Comment 9 Matt Turner gentoo-dev 2020-06-25 19:58:32 UTC
The issue is

> src/OpenGL/libOpenGL.so.0.0.0: unknown symbol exported: __gentoo_check_ldflags__

Tests in libglvnd check that the exported symbols match what we expect, since the addition or removal of a symbol would constitute an ABI break.
Comment 10 Larry the Git Cow gentoo-dev 2020-06-25 21:25:44 UTC
The bug has been closed via the following commit(s):

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

commit 2d68b622cde01e727bb5a109a975e8162b88bf30
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-06-25 21:12:00 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-06-25 21:25:35 +0000

    media-libs/libglvnd: Ignore __gentoo_check_ldflags__ symbol
    
    Closes: https://bugs.gentoo.org/729626
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/libglvnd/libglvnd-1.3.1.ebuild | 6 ++++++
 media-libs/libglvnd/libglvnd-9999.ebuild  | 6 ++++++
 2 files changed, 12 insertions(+)