Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100125 - ebuild eclipse-sdk-3.1-r1 contains errors
Summary: ebuild eclipse-sdk-3.1-r1 contains errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
: 100129 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-24 09:06 UTC by Alexander Roos
Modified: 2005-07-24 19:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Roos 2005-07-24 09:06:06 UTC
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
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-24 11:12:41 UTC
*** Bug 100129 has been marked as a duplicate of this bug. ***
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-07-24 19:36:30 UTC
Fixed. No revision bump.