| Summary: | XML-Twig appears to have dependancies not listed in the ebuild (it's failing on t/test_additional -- looks to me like locale issues.... use nls or -nls make no difference... same error on 3.13 amd 3.15) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ben <a_neb> |
| Component: | New packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | session log | ||
|
Description
Ben
2004-07-27 05:19:23 UTC
Actually, it looks like 3.15 does work. not sure what happened different, but 3.15 compiled cleanly today. The same test (test_additional) caused a warning: "need Unicode::Map8 and Unicode::String for those tests: skipping 3 tests" -- so presumably it has to do with the old test case missing unicode things. (I'm not sure if this is something I've left out of the kernel, or if it's userspace - so I'll leave this open for someone who knows to close it as a bug) I could reproduce this using gentoo release 2004.02. On a fresh system an emerge of XML-Twig fails. Instead in my production enviroment(where mythtv 0.13 is already installed) same emerge succeeds. XML-Twig-3.13 failed to install with the same error. However, 3.15 works fine for me. This seems to be a dependency for freevo too. I couldn't fix it by emerging 3.15. I also had problems emerging XML-Twig. (On PPC), I couldn't install 3.09, 3.13, or 3.15. I solved this by emerging WeakRef, then re-emerging Scalar-List-Utils. (Simply emerging WeakRef and then XML-Twig did not work for me). Looks like the bug is that XML-Twig requires WeakRef, and requires a build of Scalar-List-Utils that has been compiled _with_ WeakRef. -Nick I have same problem: Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/test_additional.t 441 11 2.49% 323 325-331 334 339-340 Failed 1/61 test scripts, 98.36% okay. 11/1371 subtests failed, 99.20% okay. make: *** [test_dynamic] Error 255 !!! ERROR: dev-perl/XML-Twig-3.13 failed. !!! Function src_compile, Line 34, Exitcode 2 !!! test failed I have re-emerge Scalar-List-Utils but not work, and WeakRef is masked I have emerge XML-Twig-3.15 and install correcly. Looks like the ebuild is indeed missing some deps, but they wouldn't be related to test 61 in t_additional.t (the missing deps are for html and lwp related modules used for parsing online content - the test is for identifying a particular element in a parse). Will fix the deps this weekend, Mike can confirm. also cannot emerge dev-perl/XML-Twig-3.13. error seems some as previous reports. [cut] t/xmlxpath_test_with_handlers.......ok t/xmlxpath_xpath_cond...............ok Failed 1/61 test scripts, 98.36% okay. 11/1371 subtests failed, 99.20% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/test_additional.t 441 11 2.49% 323 325-331 334 339-340 make: *** [test_dynamic] Error 255 !!! ERROR: dev-perl/XML-Twig-3.13 failed. !!! Function src_compile, Line 34, Exitcode 2 !!! test failed Created attachment 39151 [details]
session log
just in case, full session log
emerged XML-Twig-3.15-r1.tbz2 = success. Since 3.15 is now unmasked, and it appears to have resolved both Ben and a few other's problems, closing this one out. |