| Summary: | [FEATURES=test failure] dev-ruby/mime-types-1.16-r1 fails to merge | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniel Lin <ephemient> |
| Component: | [OLD] Development | Assignee: | Gentoo Ruby Team <ruby> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
This also fails for me with USE=-doc. As far as I can tell having FEATURES=test breaks things. Daniel, can you confirm that this is also the case for you? My suspicion is that this code is not compatible with a newer version of hoe. I currently have dev-ruby/hoe-2.3.3 installed. It's failing in src_compile, not src_test -- I don't see how FEATURES=test would be related? Which I don't have set in /etc/make.conf or the environment anyhow. I have dev-ruby/hoe-2.3.3 installed as well. In my logs, mime-types was built successfully with USE=doc 5 months ago, when hoe-1.12.2 was installed. (Whoa, where'd I get that? I don't see it in the main tree...) *** This bug has been marked as a duplicate of bug 298480 *** |
dev-ruby/mime-types-1.16-r1 fails merge with USE=doc Reproducible: Always Steps to Reproduce: 1. USE=doc emerge dev-ruby/mime-types Actual Results: >>> Compiling source in /var/tmp/portage/dev-ruby/mime-types-1.16-r1/work/mime-types-1.16 ... (in /var/tmp/portage/dev-ruby/mime-types-1.16-r1/work/mime-types-1.16) Hoe.new {...} deprecated. Switch to Hoe.spec. rake aborted! undefined method `test_files' for #<Hoe:0x7fe4d5aca5a0> /var/tmp/portage/dev-ruby/mime-types-1.16-r1/work/mime-types-1.16/Rakefile:53 (See full trace by running task with --trace) * * ERROR: dev-ruby/mime-types-1.16-r1 failed. Expected Results: Successful merge, as happens without USE=doc.