Re: [gentoo-dev] Re: rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread William Hubbs
On Wed, Aug 05, 2015 at 04:50:40AM +, Duncan wrote: > Ian Stakenvicius posted on Tue, 04 Aug 2015 17:17:51 -0400 as excerpted: > > > So what you are suggesting here now is that you want to (A) potentially > > break mounting with the need to externally manage mounts via services in > > openrc i

Re: [gentoo-dev] Re: rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/08/15 10:01 AM, William Hubbs wrote: > On Wed, Aug 05, 2015 at 04:50:40AM +, Duncan wrote: >> Ian Stakenvicius posted on Tue, 04 Aug 2015 17:17:51 -0400 as >> excerpted: >> >>> So what you are suggesting here now is that you want to (A) >>

Re: [gentoo-dev] Re: rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread William Hubbs
On Wed, Aug 05, 2015 at 10:18:13AM -0400, Ian Stakenvicius wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 05/08/15 10:01 AM, William Hubbs wrote: > > On Wed, Aug 05, 2015 at 04:50:40AM +, Duncan wrote: > >> Ian Stakenvicius posted on Tue, 04 Aug 2015 17:17:51 -0400 as > >> e

Re: [gentoo-dev] new eclass: golang-vcs-snapshot.eclass for golang vcs snapshots

2015-08-05 Thread William Hubbs
On Tue, Aug 04, 2015 at 02:19:52PM -0500, William Hubbs wrote: > On Tue, Aug 04, 2015 at 12:17:50PM -0400, Mike Gilbert wrote: > > The documentation says you are extracting to ${S}, but the function > > actually extracts to ${WORKDIR}/${PN}. > > s/PN/P/ > > I would get rid of the useless "destdi

Re: [gentoo-dev] useflag policies

2015-08-05 Thread Ian Stakenvicius
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/08/15 02:38 AM, Ben de Groot wrote: > On 4 August 2015 at 22:56, Ian Stakenvicius > wrote: >> Are there any cases where things actually break if a package has >> both flags enabled? IE, is three a package with IUSE="qt4 qt5" >> that when both

Re: [gentoo-dev] rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread James Cloos
> "WH" == William Hubbs writes: WH> The other change I want to make, considering that the mount.* scripts WH> will actually do the work of mounting the file systems, is to turn WH> localmount and netmount into wrappers which will do nothing other than WH> pull in the appropriate mounts. The s

Re: [gentoo-dev] rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread Gregory Woodbury
On Wed, Aug 5, 2015 at 8:09 PM, James Cloos wrote: >> "WH" == William Hubbs writes: > WH> What do folks think of these changes? > > For local filesystems, mount -a is exactly right and should remain. At > least for those of us who prefer only ever halving to edit fstab(5). > -- > James Cloos

[gentoo-dev] Re: rfc: improve file system mounting and unmounting in OpenRC

2015-08-05 Thread Duncan
William Hubbs posted on Wed, 05 Aug 2015 10:26:33 -0500 as excerpted: > It isn't localmount that would have the issue, but mount.* because they > are lexically after localmount, so you would end up with localmount > doing a mount -a then mount.* coming later trying to mount file systems > again th