Summary: | dev-python/twisted-web-10.1.0 test fails due to broken dev-python/twisted | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mehrunes <mehrunes_dagon> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
failed emerge log
build.log with test failures build log asked in post no. 9 failed twisted0web emerge log |
Description
mehrunes
2010-12-18 08:05:18 UTC
Created attachment 257478 [details]
failed emerge log
(In reply to comment #0) > I wonder what is /usr/bin/trial-2.6 and which package installs it? /usr/bin/trial belongs to dev-python/twisted, though it is not versioned on my box. Could you check for /usr/bin/trial on yours?
> > I wonder what is /usr/bin/trial-2.6 and which package installs it?
> /usr/bin/trial belongs to dev-python/twisted, though it is not versioned on my
> box.
> Could you check for /usr/bin/trial on yours?
>
dev-python/twisted-10.1.0
and no more files /usr/bin/trial*
Your dev-python/twisted is broken. Reinstall it. Created attachment 257799 [details]
build.log with test failures
Here is the real test failures
Test really fail with working twisted. (In reply to comment #5) Do you run tests with root permissions? (In reply to comment #4) > Your dev-python/twisted is broken. Reinstall it. > reinstalled. Still no file /usr/bin/trial-* List of files in /usr/bin belonging to dev-python/twisted-10.1.0: /usr/bin/manhole /usr/bin/mktap /usr/bin/pyhtmlizer /usr/bin/tap2deb /usr/bin/tap2rpm /usr/bin/tapconvert /usr/bin/trial /usr/bin/twistd Now what? (In reply to comment #8) Do you use a modified version of distutils.eclass? Also attach build log of dev-python/twisted with -d / --debug option. (In reply to comment #5) Anyway please don't hijack bugs. FEATURES="userpriv usersandbox" will avoid your problem. You might file a separate bug if you want. Created attachment 257921 [details]
build log asked in post no. 9
(in reply to post no. 9)
I did not modify the eclass. It synces automatically every night at 3.00
/ $ locate distutils.eclass
/usr/portage/eclass/distutils.eclass
/ $ ls -l /usr/portage/eclass/distutils.eclass
-rw-r--r-- 1 root root 16250 2010-12-13 16:39 /usr/portage/eclass/distutils.eclass
/ $ md5sum /usr/portage/eclass/distutils.eclass
ae7c1e59722b73050d79c39e24fef559 /usr/portage/eclass/distutils.eclass
distutils_src_install() now uses more reliable python_merge_intermediate_installation_images(), so there shouldn't be any problems even on so misconfigured systems. Please reinstall dev-python/twisted. Created attachment 258262 [details] failed twisted0web emerge log (In reply to comment #12) > problems even on so misconfigured systems. Please reinstall dev-python/twisted. > good news: now I have /usr/bin/trial-2.6 bad news: twisted-web test still fails, with error: twisted.trial.unittest.FailTest I will look for relevant bug-report and open new bug if don't find one |