Gentoo Archives: gentoo-dev

From: Stefaan <stefaan.deroeck@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ebuilds creating mountpoints
Date: Sat, 07 Jan 2006 22:40:53
Message-Id: 28edf05e0601071438u222cd9c9ka48e494aa7e3ddfb@mail.gmail.com
In Reply to: Re: [gentoo-dev] ebuilds creating mountpoints by Joshua Baergen
1 On 1/7/06, Joshua Baergen <joshuabaergen@g.o> wrote:
2 > Why not just create the directory in ${D} or ${IMAGE} and let Portage
3 > handle the rest? Do you really want to be removing /afs unconditionally
4 > on unmerge?
5
6 Because this results in this: (directory /t existed and /dev/cdrom was
7 mounted to it while merging this)
8
9 >>> Merging sys-apps/test-0.2 to /
10
11 !!! Cannot write to '/t'.
12 !!! Please check permissions and directories for broken symlinks.
13 !!! You may start the merge process again by using ebuild:
14 !!! ebuild /usr/portage/sys-apps/test/test-0.2.ebuild merge
15 !!! And finish by running this: env-update
16
17 You suggest keeping the /afs dir, this would be an easy solution of
18 course, but it does seem untidy, doesn't it? (Makes me think of the
19 windows uninstallers saying "not all files could be removed, have a
20 nice day")
21
22 Stefaan
23
24 --
25 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ebuilds creating mountpoints Joshua Baergen <joshuabaergen@g.o>