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

Bug 23750

Summary: emerging new baselayout with supermount enabled, makes the merging fail.
Product: Gentoo Linux Reporter: Frank Aune <faune>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Frank Aune 2003-06-30 05:30:02 UTC
If you have set up your removable media with supermount, and try emerging one 
of the newest baselayout ebuilds, it will fail. The reason is that the merging 
process goes through /mnt among others and looks for .keep I recon. And then 
the supermount kicks in and tries to access the media. 



Reproducible: Always
Steps to Reproduce:
1.Set up supermount
2.Try emerge baselayout
3.Watch it fail on the merge process right at the end

Actual Results:  
I can simply unmount my supermount removable medias and re-emerge baselayout, 
and it completes successfully.

Expected Results:  
The solution you need to implement, is a simple umount /mnt/floppy /mnt/cdrom 
etc (taken from fstab), right in the beginning of the merging process. This 
will make the merge work as expected.
Comment 1 SpanKY gentoo-dev 2003-06-30 14:52:46 UTC

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