| Summary: | dev-ruby/zentest-4.7.0: failed to (re)build documentation | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Paweł Hajdan, Jr. (RETIRED) <phajdan.jr> |
| Component: | [OLD] Development | Assignee: | Gentoo Ruby Team <ruby> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log.gz
build.log.gz (zentest-4.9.5) |
||
|
Description
Paweł Hajdan, Jr. (RETIRED)
2014-06-04 07:10:08 UTC
I cannot reproduce this problem. I'm also confused because your USE flags don't show USE=doc but this code should only be triggered with USE=doc. Can you show me exactly what you are trying to emerge? (In reply to Hans de Graaff from comment #1) > I cannot reproduce this problem. I'm also confused because your USE flags > don't show USE=doc but this code should only be triggered with USE=doc. Can > you show me exactly what you are trying to emerge? Oh indeed, I was using USE="doc" emerge -1av zentest . I tried that again now, and first removed all of ruby from my system. Then: FEATURES="-test" USE="-doc" emerge -1av rake rdoc FEATURES="-test" USE="-doc" emerge -1av hoe rubyforge USE="doc" emerge -1av zentest Actually dev-ruby/zentest-4.9.5 emerged fine this time, however there is this warning in src_compile: >>> Compiling source in /var/tmp/portage/dev-ruby/zentest-4.9.5/work ... * Running compile phase for all ... which: no dot in (/usr/lib/portage/bin/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gc c-bin/4.7.3:/usr/i686-pc-linux-gnu/gnat-gcc-bin/4.3:/usr/libexec/gnat-gcc/i686-pc-linux-gnu/4.3) Will attach the full log. There might still be some missing or automagic dependency worth looking into. Created attachment 379918 [details]
build.log.gz (zentest-4.9.5)
Please look for "which: no dot in (/usr/lib/portage/bin/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gc
c-bin/4.7.3:/usr/i686-pc-linux-gnu/gnat-gcc-bin/4.3:/usr/libexec/gnat-gcc/i686-pc-linux-gnu/4.3)" in the log.
(In reply to Paweł Hajdan, Jr. from comment #3) > Created attachment 379918 [details] > build.log.gz (zentest-4.9.5) > > Please look for "which: no dot in > (/usr/lib/portage/bin/ebuild-helpers:/usr/local/sbin:/usr/local/bin:/usr/ > sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gc > c-bin/4.7.3:/usr/i686-pc-linux-gnu/gnat-gcc-bin/4.3:/usr/libexec/gnat-gcc/ > i686-pc-linux-gnu/4.3)" in the log. I just checked both current zentest ebuilds (without graphviz installed), but can't reproduce this. Perhaps this was triggered by another ebuild (dev-ruby/hoe or dev-ruby/rdoc come to mind). Could you reopen this if you can still reproduce it so we can try to narrow down the real culprit? |