Bug 77269

Summary: libdrm (git) 2.4.52 make check fail
Product: DRI Reporter: Monts <monts.here2>
Component: libdrmAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: DRI git   
Hardware: x86-64 (AMD64)   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Monts 2014-04-10 14:20:20 UTC
====config========

Core i3 haswell 
uname -a
Linux em1 3.15.0-0.rc0.git9.2.fc21.x86_64 #1 SMP Mon Apr 7 13:25:48 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

gcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20131212/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC) 

=======config========

./autogen.sh --enable-udev  --disable-radeon --disable-nouveau
make -j8

make -j check <===== fails

../build-aux/test-driver: line 95: 23128 Aborted                 (core dumped) "$@" > $log_file 2>&1
FAIL: updatedraw
PASS: gem_flink
../build-aux/test-driver: line 95: 23130 Aborted                 (core dumped) "$@" > $log_file 2>&1
FAIL: setversion
PASS: gem_readwrite
PASS: gem_mmap
make[5]: Entering directory `/opt/src/drm/tests'
Making all in modeprint
make[6]: Entering directory `/opt/src/drm/tests/modeprint'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/opt/src/drm/tests/modeprint'
Making all in kmstest
make[6]: Entering directory `/opt/src/drm/tests/kmstest'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/opt/src/drm/tests/kmstest'
Making all in modetest
make[6]: Entering directory `/opt/src/drm/tests/modetest'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/opt/src/drm/tests/modetest'
Making all in vbltest
make[6]: Entering directory `/opt/src/drm/tests/vbltest'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/opt/src/drm/tests/vbltest'
make[6]: Entering directory `/opt/src/drm/tests'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/opt/src/drm/tests'
make[5]: Leaving directory `/opt/src/drm/tests'
============================================================================
Testsuite summary for libdrm 2.4.52
============================================================================
# TOTAL: 11
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to https://bugs.freedesktop.org/enter_bug.cgi?product=DRI
============================================================================
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory `/opt/src/drm/tests'
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory `/opt/src/drm/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/opt/src/drm/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/opt/src/drm/tests'
make: *** [check-recursive] Error 1
Comment 1 Emil Velikov 2016-12-12 13:44:32 UTC
Hi Monts, setversion (amongst others) isn't really a test we should be doing at `make check' time. Since we have the same (and better) ones in IGT, I've dropped those from the repo.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.