| Summary: | ebuild eclipse-sdk-3.1-r1 contains errors | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Roos <alexander.roos> |
| Component: | [OLD] Development | Assignee: | Development Tools Team <dev-tools> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
*** Bug 100129 has been marked as a duplicate of this bug. *** Fixed. No revision bump. |
Everytime I'm trying to emerge eclipse-sdk-3.1-r1 it fails with the message "tar.gz bundle was not built properly!". I found serveral errors in the ebuild: - in function "src_compile" the installArch of eclipse is staically set to "x86". Should it not be "${eclipsearch}"? - in function "src_install" the emerge process allways dies on this piece of code: "[ -f result/linux-gtk-${eclipsearch}-sdk.tar.gz ] || die "tar.gz bundle was not built properly!"" The reason is, that during the compile-process a file called "org.eclipse.sdk- I20050627-1435-linux.gtk.x86.tar.gz" is created and not the expected "linux-gtk- ${eclipsearch}-sdk.tar.gz" Reproducible: Always Steps to Reproduce: 1.emerge eclipse-sdk Actual Results: emerge-process dies with error "tar.gz bundle was not built properly!" Expected Results: eclipse-sdk should compile correctly