Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 96351

Summary: eclipse build claims SUCCESFULL after error due to lack of diskspace
Product: Gentoo Linux Reporter: Michiel Leegwater <mleegwt>
Component: Current packagesAssignee: Development Tools Team <dev-tools>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michiel Leegwater 2005-06-17 02:14:23 UTC
Looks like this:
     [exec] zip I/O error: No space left on device

     [exec] zip error: Temporary file failure (was zipping eclipse/plugins/org.
eclipse.platform.source_3.0.0/src/org.apache.ant_1.6.1/lib/antsrc.zip)
     [exec] Result: 10
     [exec]  fcopy: write error
     [exec] zip I/O error: No space left on device

     [exec] zip error: Temporary file failure (was copying eclipse/plugins/org.
eclipse.jdt.doc.isv_3.0.0/doc.zip)
     [exec] Result: 10
     [exec]  fcopy: write error
     [exec] zip I/O error: No space left on device

     [exec] zip error: Temporary file failure (was copying eclipse/plugins/org.
eclipse.jdt.doc.isv_3.0.0/doc.zip)
     [exec] Result: 10
     [exec]  fcopy: write error
     [exec] zip I/O error: No space left on device

     [exec] zip error: Temporary file failure (was copying eclipse/plugins/org.
eclipse.jdt.doc.isv_3.0.0/doc.zip)
     [exec] Result: 10
     [exec]  fcopy: write error
     [exec] zip I/O error: No space left on device

     [exec] zip error: Temporary file failure (was copying eclipse/plugins/org.
eclipse.jdt.doc.isv_3.0.0/doc.zip)
     [exec] Result: 10

BUILD SUCCESSFUL

I guess this ebuild should bail out in this case.

Reproducible: Sometimes
Steps to Reproduce:
1. Limit diskspace in /var
2. emerge
3. more needed?

Actual Results:  
The emerge happily continued claiming it installed succesfully allthough not all 
stuff was unpacked due to lack of diskspace.

Expected Results:  
Bailed out reporting unsuccesfull emerge

After emerge eclipse-3 will execute and bail out soon. Possibly this results in 
some of the "does not function" bug reports(unchecked, just a hunch).
Comment 1 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2005-07-13 07:18:52 UTC
The problem is quite pervasive inside the the Eclipse build system, I'm afraid;
we already patch it to stop on compilation errors (it will not by default), but
we should also patch it to stop on these kinds of errors, missing file errors, etc.

However, this is really an upstream issue and yet another reason why we as
packagers are less than content about the existing build system for this package:/

I can't promise a quick fix to this one.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-04-01 20:15:20 UTC

*** This bug has been marked as a duplicate of bug 23851 ***