| Summary: | net-p2p/rtorrent-0.7.8 ebuild error | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Lourdes Jones <isharra> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | trivial change to ebuild | ||
*** This bug has been marked as a duplicate of bug 191730 *** Created attachment 130401 [details, diff]
trivial change to ebuild
|
A misplaced comment breaks compilation. Remove the comment from the end of line 34 (which is continued) and move it either above or below the set of lines that is being merged. the relevant code block is: -- econf \ $(use_enable debug) \ --disable-xmlrpc-c \ # I want to keep it disabled while >=dev-libs/xmlrpc-c-1.07 is masked --disable-dependency-tracking \ || die "econf failed" -- Reproducible: Always Steps to Reproduce: Actual Results: /usr/portage/net-p2p/rtorrent/rtorrent-0.7.8.ebuild: line 34: --disable-dependency-tracking: command not found * * ERROR: net-p2p/rtorrent-0.7.8 failed. * Call stack: * ebuild.sh, line 1654: Called dyn_compile * ebuild.sh, line 990: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * rtorrent-0.7.8.ebuild, line 34: Called die * * econf failed * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/net-p2p/rtorrent-0.7.8/temp/build.log'. *