Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 212152
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Portage team <dev-portage@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: phrexianreaper@gmail.com
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 212152 depends on: Show dependency tree
Bug 212152 blocks: 216231
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-03-03 03:08 0000
When you try to emerge a file when /var/tmp if full, it will continue to try
and fetch the program repeatedly, even when there is no more free space.

Reproducible: Always

Steps to Reproduce:
1. fill /var/tmp
2. emerge package
3. profit?

Actual Results:  
Printed an out of space error, then retried to fetch immediatly

Expected Results:  
Something a bit more intelligent, like wait awhile before trying to fetch this
same file, or waiting for the space to free up

------- Comment #1 From phrexianreaper@gmail.com 2008-03-03 03:44:51 0000 -------
Small change: this error occures when /usr/portage is full, not /var/tmp.

------- Comment #2 From Zac Medico 2008-03-03 03:53:26 0000 -------
We can compare os.statvfs(distdir).f_bavail to the current download size and
bail out if it appears that there's not enough space.

------- Comment #3 From phrexianreaper@gmail.com 2008-03-05 19:49:53 0000 -------
That would make more sense, along with a proper message to that effect (either
displayed or emailed).

------- Comment #4 From Marius Mauch (RETIRED) 2008-03-20 18:15:09 0000 -------
This is supposed to be fixed in portage-2.2_pre5 or earlier.

------- Comment #5 From Marius Mauch (RETIRED) 2008-03-20 18:15:55 0000 -------
This is supposed to be fixed in portage-2.2_pre5 or earlier.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug