* [Bug 43924] New: Test fails during compilation
@ 2011-12-18 10:51 bugzilla-daemon
2011-12-18 13:19 ` [Bug 43924] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2011-12-18 10:51 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=43924
Bug #: 43924
Summary: Test fails during compilation
Classification: Unclassified
Product: DRI
Version: XOrg CVS
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: libdrm
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: exalowprofile@gmail.com
=======================================================================
1 of 11 tests failed
Please report to https://bugs.freedesktop.org/enter_bug.cgi?product=DRI
=======================================================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Target `check' not remade because of errors.
make[1]: Leaving directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/tests'
Making check in include
make[1]: Entering directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/include'
Making check in drm
make[2]: Entering directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/include/drm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/include/drm'
make[2]: Entering directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/include'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/include'
make[1]: Leaving directory
`/tmp/yaourt-tmp-mariachi/aur-libdrm-git/src/drm-build/include'
make: *** [check-recursive] Error 1
make: Target `check' not remade because of errors.
I don't know how to read this, and it says to post a bug report so..
I'm using arch linux with latest kernel (64bit) and a core2.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread* [Bug 43924] Test fails during compilation 2011-12-18 10:51 [Bug 43924] New: Test fails during compilation bugzilla-daemon @ 2011-12-18 13:19 ` bugzilla-daemon 2011-12-18 14:04 ` bugzilla-daemon 2011-12-18 14:43 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2011-12-18 13:19 UTC (permalink / raw) To: dri-devel https://bugs.freedesktop.org/show_bug.cgi?id=43924 --- Comment #1 from exalowprofile@gmail.com 2011-12-18 05:19:26 PST --- http://pastebin.com/ax0P3K5C complete error message -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 43924] Test fails during compilation 2011-12-18 10:51 [Bug 43924] New: Test fails during compilation bugzilla-daemon 2011-12-18 13:19 ` [Bug 43924] " bugzilla-daemon @ 2011-12-18 14:04 ` bugzilla-daemon 2011-12-18 14:43 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2011-12-18 14:04 UTC (permalink / raw) To: dri-devel https://bugs.freedesktop.org/show_bug.cgi?id=43924 Chris Wilson <chris@chris-wilson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Chris Wilson <chris@chris-wilson.co.uk> 2011-12-18 06:04:18 PST --- commit ef20301a11afae50bfe127002913dbd0b81ddccc Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Sun Dec 18 13:58:57 2011 +0000 tests/gem_flink: Check for MASTER before proceeding gem_flink|gem_open are DRM_AUTH ioctl, and being lazy we do not establish ourselves as authenticated before testing the ioctls. So instead of aborting, skip the test unless we have root privileges (and so DRM_MASTER and the DRM_AUTH restriction no longer applies). A future test could assert that the flink fails without proper authentication. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=43924 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 43924] Test fails during compilation 2011-12-18 10:51 [Bug 43924] New: Test fails during compilation bugzilla-daemon 2011-12-18 13:19 ` [Bug 43924] " bugzilla-daemon 2011-12-18 14:04 ` bugzilla-daemon @ 2011-12-18 14:43 ` bugzilla-daemon 2 siblings, 0 replies; 4+ messages in thread From: bugzilla-daemon @ 2011-12-18 14:43 UTC (permalink / raw) To: dri-devel https://bugs.freedesktop.org/show_bug.cgi?id=43924 --- Comment #3 from exalowprofile@gmail.com 2011-12-18 06:43:42 PST --- Thanks ;D -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-12-18 14:43 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-12-18 10:51 [Bug 43924] New: Test fails during compilation bugzilla-daemon 2011-12-18 13:19 ` [Bug 43924] " bugzilla-daemon 2011-12-18 14:04 ` bugzilla-daemon 2011-12-18 14:43 ` bugzilla-daemon
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.