Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96351 - eclipse build claims SUCCESFULL after error due to lack of diskspace
Summary: eclipse build claims SUCCESFULL after error due to lack of diskspace
Status: RESOLVED DUPLICATE of bug 23851
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Development Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-17 02:14 UTC by Michiel Leegwater
Modified: 2007-04-01 20:15 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 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 ***