Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 712010 - media-libs/libglvnd-1.3.1 test failure
Summary: media-libs/libglvnd-1.3.1 test failure
Status: RESOLVED WORKSFORME
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:
Depends on:
Blocks:
 
Reported: 2020-03-09 22:37 UTC by Alexey
Modified: 2020-03-28 18:14 UTC (History)
0 users

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


Attachments
build.log (build.log,191.08 KB, text/x-log)
2020-03-09 22:37 UTC, Alexey
Details
testlog.txt (testlog.txt,33.65 KB, text/plain)
2020-03-09 22:39 UTC, Alexey
Details
emerge --info (file_712010.txt,19.19 KB, text/plain)
2020-03-09 22:39 UTC, Alexey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2020-03-09 22:37:43 UTC
Created attachment 617762 [details]
build.log

21/33 glvnd:glx / glxmakecurrent (threads)    FAIL     0.51 s (exit status 1)
22/33 glvnd:glx / glxmakecurrent (oldlink)    FAIL     0.03 s (exit status 1)
Comment 1 Alexey 2020-03-09 22:39:08 UTC
Created attachment 617764 [details]
testlog.txt
Comment 2 Alexey 2020-03-09 22:39:45 UTC
Created attachment 617766 [details]
emerge --info
Comment 3 Matt Turner gentoo-dev 2020-03-19 22:07:22 UTC
The errors are

21/33 glvnd:glx / glxmakecurrent (threads)    FAIL     0.51 s (exit status 1)

--- command ---
LD_PRELOAD='libpthread.so.0' __GLX_FORCE_VENDOR_LIBRARY_0='dummy' LD_LIBRARY_PATH='/mnt/portagetmp/portage/media-libs/libglvnd-1.3.1/work/libglvnd-v1.3.1-abi_x86_32.x86/tests/dummy/' /mnt/portagetmp/portage/media-libs/libglvnd-1.3.1/work/libglvnd-v1.3.1-abi_x86_32.x86/tests/glxmakecurrent -t 5 -i 20000
--- stderr ---
No display! Please re-test with a running X server
and the DISPLAY environment variable set appropriately.
-------

22/33 glvnd:glx / glxmakecurrent (oldlink)    FAIL     0.03 s (exit status 1)

--- command ---
__GLX_FORCE_VENDOR_LIBRARY_0='dummy' LD_LIBRARY_PATH='/mnt/portagetmp/portage/media-libs/libglvnd-1.3.1/work/libglvnd-v1.3.1-abi_x86_32.x86/tests/dummy/' /mnt/portagetmp/portage/media-libs/libglvnd-1.3.1/work/libglvnd-v1.3.1-abi_x86_32.x86/tests/glxmakecurrent_oldlink -t 1 -i 1
--- stderr ---
No display! Please re-test with a running X server
and the DISPLAY environment variable set appropriately.
-------


Strange. Other glx tests ran fine:

18/33 glvnd:glx / glxcreatecontext            OK       0.01 s 
19/33 glvnd:glx / glxmakecurrent (basic)      OK       0.14 s 
20/33 glvnd:glx / glxmakecurrent (loop)       OK       0.06 s 
21/33 glvnd:glx / glxmakecurrent (threads)    FAIL     0.51 s (exit status 1)
22/33 glvnd:glx / glxmakecurrent (oldlink)    FAIL     0.03 s (exit status 1)
23/33 glvnd:glx / glxgetprocess               OK       0.12 s 
24/33 glvnd:glx / glxgetprocess_genentry      OK       0.11 s 
25/33 glvnd:glx / glxgetprocaddress_genentry  OK       0.41 s 
26/33 glvnd:glx / glxgetclientstr             OK       0.01 s 
27/33 glvnd:glx / glxgetqueryversion          OK       0.02 s 

Is this reproduceable?
Comment 4 Alexey 2020-03-28 11:45:54 UTC
No, this time it worked.
Comment 5 Matt Turner gentoo-dev 2020-03-28 18:14:05 UTC
Thanks for re/testing. I'll keep this bug in mind in case a similar issue resurfaces.