First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 30171
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Marius Mauch <genone@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Marín <davefx@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 30171 depends on: Show dependency tree
Show dependency graph
Bug 30171 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

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







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


Description:   Opened: 2003-10-02 08:59 0000
I've got /tmp and /usr in different partitions.

I've done "eupdatedb" and...

 * indexing: 99%
Traceback (most recent call last):
  File "/usr/sbin/eupdatedb", line 110, in ?
    rename(tmpfile, esearchdbfile)
OSError: [Errno 18] Invalid cross-device link

That line in /usr/sbin/eupdatedb is 
"rename(tmpfile, esearchdbfile)"

which cannot be done: they are in different partitions. 


Reproducible: Always
Steps to Reproduce:

------- Comment #1 From David Marín 2003-10-02 09:00:08 0000 -------
Upps! I should have said /var.

------- Comment #2 From David Peter 2003-10-02 10:42:00 0000 -------
Hi,

Thanks for the bug-report.
I've fixed the bug by using shutil.copyfile and os.unlink. It should be working
now. So we just have to wait for an developer to bump the ebuild to esearch-0.4.2
;-)

I also replaced the counter (0% to 100%) by an ebuild-countdown, because
the display was often wrong (as I see in your message where it only went
up to 99%).

David

------- Comment #3 From Marius Mauch 2003-10-02 19:25:57 0000 -------
0.4.2 in cvs

First Last Prev Next    No search results available      Search page      Enter new bug