[gentoo-dev] [PATCH multibuild.eclass] multibuild_merge_root: use a more portable, simpler 'cp -a' call.

2014-04-03 Thread Michał Górny
In the original multibuild.eclass code I tried to somehow achieve very fast merging via avoiding actually copying anything. I used the 'cp -al' call that used hardlinks to avoid copying data but that actually made copying non-clobbering and less portable (BSD used a tar fallback, for example, due t

Re: [gentoo-dev] [PATCH multibuild.eclass] multibuild_merge_root: use a more portable, simpler 'cp -PpR' call.

2014-04-03 Thread Robin H. Johnson
On Fri, Apr 04, 2014 at 12:30:31AM +0200, Michał Górny wrote: > + if cp --reflink=auto --version &>/dev/null; then > + # enable reflinking if possible to make this faster > + cp_args+=( --reflink=auto ) > fi > > + cp -P -R -p "${cp_args[@]}" "${src}"/. "${des

[gentoo-dev] [PATCH multibuild.eclass] multibuild_merge_root: use a more portable, simpler 'cp -PpR' call.

2014-04-03 Thread Michał Górny
In the original multibuild.eclass code I tried to somehow achieve very fast merging via avoiding actually copying anything. I used the 'cp -al' call that used hardlinks to avoid copying data but that actually made copying non-clobbering and less portable (BSD used a tar fallback, for example, due t

[gentoo-dev] Re: sandbox access violations while running matlab binary installer

2014-04-03 Thread Duncan
Kfir Lavi posted on Wed, 02 Apr 2014 13:38:47 +0300 as excerpted: > What I don't understand is, why it needs to get write permissions to > /etc/mtab ? That is a worrisome indeed, since /etc/mtab is now often a symlink to /proc/self/mounts (or to /proc/mounts which in symlinks to /proc/self/ moun

[gentoo-dev] Re: News item draft for >=sys-fs/udev-209 upgrade

2014-04-03 Thread Duncan
Rick \"Zero_Chaos\" Farina posted on Wed, 02 Apr 2014 16:15:28 -0400 as excerpted: > On 02/24/2014 12:32 AM, Samuli Suominen wrote: >> If it's okay, I'd want to post this fast, before adding KEYWORDS to >> sys-fs/udev-209's ebuild >> >> > Should means required now? Man if I only knew that last w

[gentoo-dev] Re: Protecting config files of webapps

2014-04-03 Thread Duncan
Thomas Kahle posted on Wed, 02 Apr 2014 22:18:52 +0200 as excerpted: > www-apps/tt-rss is configured through a file config.php sitting in its > install directory. At the moment the file is overwritten when upgrading > with webapp-config. Who is responsible for config-protecting this file? > > a

[gentoo-dev] Re: Stable masks on multilib packages

2014-04-03 Thread Duncan
Michał Górny posted on Tue, 01 Apr 2014 19:15:26 +0200 as excerpted: > If nobody minds, I'm doing a repoman run now and in a few hours I should > have a list of packages that need to be stabilized in order to clean up > the dependency trees for multilib packages. All this seems sane by me. Thank

Re: [gentoo-dev] Change or revert the "30 days maintainer timeout" stabilization policy

2014-04-03 Thread Mikle Kolyada
02.04.2014 20:52, Samuli Suominen пишет: > The "30 days maintainer time out" stabilization policy isn't working > when package has multiple SLOTs, because > the bugs are filed for only latest SLOT, where as some packages require > stabilization in sync at both SLOTs > > Option 1: > > Either revert