Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150707 - gnome-base/eel-2.14.3 fails tests
Summary: gnome-base/eel-2.14.3 fails tests
Status: RESOLVED DUPLICATE of bug 100523
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 22:56 UTC by Ravi Pinjala
Modified: 2006-10-10 14:18 UTC (History)
0 users

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


Attachments
Patch to eel-2.14.3.ebuild which allows tests to pass (eel-2.14.3-fix-tests.patch,391 bytes, patch)
2006-10-10 14:18 UTC, Ravi Pinjala
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ravi Pinjala 2006-10-09 22:56:28 UTC
When emerging gnome-base/eel-2.14.3 with FEATURES="test", it fails.

>>> Source compiled.
Making check in eel
make[1]: Entering directory `/var/tmp/portage/eel-2.14.3/work/eel-2.14.3/eel'
make  check-TESTS
make[2]: Entering directory `/var/tmp/portage/eel-2.14.3/work/eel-2.14.3/eel'
/bin/sh: line 8: ./check-eel: Permission denied
FAIL: check-eel
===================
1 of 1 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/var/tmp/portage/eel-2.14.3/work/eel-2.14.3/eel'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/eel-2.14.3/work/eel-2.14.3/eel'
make: *** [check-recursive] Error 1

!!! ERROR: gnome-base/eel-2.14.3 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_test
  ebuild.sh, line 986:   Called src_test
  eel-2.14.3.ebuild, line 38:   Called die

!!! make check failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-10-10 11:12:04 UTC

*** This bug has been marked as a duplicate of 100523 ***
Comment 2 Ravi Pinjala 2006-10-10 14:18:46 UTC
Created attachment 99326 [details, diff]
Patch to eel-2.14.3.ebuild which allows tests to pass