Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36577 - CVS Ebuild 1.11.11 fails on attempt to write to /home
Summary: CVS Ebuild 1.11.11 fails on attempt to write to /home
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Rainer Größlinger (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-27 06:09 UTC by Guy Van Sanden
Modified: 2003-12-27 08:38 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 Guy Van Sanden 2003-12-27 06:09:19 UTC
The dev-util/cvs-1.11.11 ebuild install fails (resulting in a lock in the package database), because it can not write to /home (which is an NFS mount).
I do not know what it wants to write there.

>>> /usr/share/emacs/site-lisp/cvs-format.el!!! Cannot write to '/home'.!!! Please check permissions and directories for broken symlinks.!!! You may start the merge process again by using ebuild:!!! ebuild /usr/portage/dev-util/cvs/cvs-1.11.11.ebuild merge!!! And finish by running this: env-update

Reproducible: Always
Steps to Reproduce:
1. mount an NFS share on /home
2. install the Ebuild


Actual Results:  
>>> /usr/share/emacs/site-lisp/cvs-format.el!!! Cannot write to '/home'.!!! 

Expected Results:  
It should not need to write anything in /home
Comment 1 Rainer Größlinger (RETIRED) gentoo-dev 2003-12-27 08:36:15 UTC
resync and merge it again, the cvs home directory was moved out of home some time ago, see bug 36142.
Comment 2 Rainer Größlinger (RETIRED) gentoo-dev 2003-12-27 08:38:22 UTC
it was changed because of NFS mounted /home directories a week ago.