| Summary: | [java-gcj-overlay] dev-java/lucene-2.2.0 fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniel LaMotte <lamotte85> |
| Component: | [OLD] Java | Assignee: | Java team <java> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | slotik |
| Priority: | High | ||
| Version: | 2007.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Daniel LaMotte
2007-10-16 05:10:57 UTC
I'm not sure if anyone has looked at this, but I finally got time to look deeper into this issue and it looks like its an ebuild issue and not an upstream issue.
The ebuild does rm -fr contrib in the ${S} dir. The build fails because of the missing contrib/ dir. Is there a reason for removing this? I made a copy of the ebuild in my local overlay and removed the rm -fr contrib and it built perfectly.
Without this package, eclipse-sdk-3.3.0 will not build.
> I'm not sure if anyone has looked at this, but I finally got time to look
> deeper into this issue and it looks like its an ebuild issue and not an
> upstream issue.
>
> The ebuild does rm -fr contrib in the ${S} dir. The build fails because of the
> missing contrib/ dir. Is there a reason for removing this? I made a copy of
> the ebuild in my local overlay and removed the rm -fr contrib and it built
> perfectly.
>
> Without this package, eclipse-sdk-3.3.0 will not build.
Removing the "rm -rf contrib" line works for me, too. Another (temporary) solution should be to disable the "doc" USE flag.
2.2.0 in the main tree does not do the rm. |