[gentoo-portage-dev] Does temp need g+w?

2015-02-14 Thread Jan Sever
Hi all, does temp directory in /var/tmp/portage/$cat/$pkg really need g+w permission? I have to use two versions of hardened kernel, one with disabled CONFIG_GRKERNSEC_TPE_ALL (for emerge) and one with enabled (for normal run). Thanks in advance for your answer. -- Jan Sever

Re: [gentoo-dev] vmware team needs help

2015-02-14 Thread Markos Chandras
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 13/02/2015 12:03 ??, Andreas K. Huettel wrote: Hi all, I'm the only dev left in the vmware team who is taking care of VMware Workstation and friends. Or more precisely, not taking care of it these days, since my non-Gentoo workload is

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Andreas K. Huettel
Am Samstag, 14. Februar 2015, 16:00:46 schrieb Kristian Fiskerstrand: References: [PHABRICATOR] http://phabricator.org Let me point at the other pink elephant in the room. https://about.gitlab.com/ -- Andreas K. Huettel Gentoo Linux developer (council, perl, libreoffice)

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Michael Orlitzky
On 02/14/2015 10:00 AM, Kristian Fiskerstrand wrote: Does anyone have experience with solutions such as [PHABRICATOR]? other similar systems? References: [PHABRICATOR] http://phabricator.org (Has everyone forgotten that you don't need Github if you want to send a `git request-pull` ?)

[gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Nikos Chantziaras
On 13/02/15 00:03, Andreas K. Huettel wrote: We have an overlay that can be used and is used for user contributions. Any plans to move it to github so we can fork and send pull requests?

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Kristian Fiskerstrand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/14/2015 03:38 PM, Nikos Chantziaras wrote: On 13/02/15 00:03, Andreas K. Huettel wrote: We have an overlay that can be used and is used for user contributions. Any plans to move it to github so we can fork and send pull requests?

[gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Michael Palimaka
On 15/02/15 02:00, Kristian Fiskerstrand wrote: On 02/14/2015 03:38 PM, Nikos Chantziaras wrote: On 13/02/15 00:03, Andreas K. Huettel wrote: We have an overlay that can be used and is used for user contributions. Any plans to move it to github so we can fork and send pull requests?

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Kristian Fiskerstrand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/14/2015 04:34 PM, Michael Orlitzky wrote: On 02/14/2015 10:00 AM, Kristian Fiskerstrand wrote: Does anyone have experience with solutions such as [PHABRICATOR]? other similar systems? References: [PHABRICATOR] http://phabricator.org

Re: [gentoo-dev] ffmpeg vs libav choice of default

2015-02-14 Thread Alexis Ballier
On Sun, 15 Feb 2015 01:32:40 +0800 Ben de Groot yng...@gentoo.org wrote: On 4 February 2015 at 17:26, Alexis Ballier aball...@gentoo.org wrote: On Wed, 4 Feb 2015 10:12:12 +0100 Ulrich Mueller u...@gentoo.org wrote: With the recent introduction of the libav USE flag, the Gentoo

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Alexis Ballier
On Sat, 14 Feb 2015 17:10:36 +0100 Andreas K. Huettel dilfri...@gentoo.org wrote: Am Samstag, 14. Februar 2015, 16:00:46 schrieb Kristian Fiskerstrand: References: [PHABRICATOR] http://phabricator.org Let me point at the other pink elephant in the room. https://about.gitlab.com/

[gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Nikos Chantziaras
On 14/02/15 20:30, Andreas K. Huettel wrote: Am Samstag, 14. Februar 2015, 15:38:12 schrieb Nikos Chantziaras: On 13/02/15 00:03, Andreas K. Huettel wrote: We have an overlay that can be used and is used for user contributions. Any plans to move it to github so we can fork and send pull

Re: [gentoo-dev] ffmpeg vs libav choice of default

2015-02-14 Thread Ben de Groot
On 4 February 2015 at 17:26, Alexis Ballier aball...@gentoo.org wrote: On Wed, 4 Feb 2015 10:12:12 +0100 Ulrich Mueller u...@gentoo.org wrote: With the recent introduction of the libav USE flag, the Gentoo default for ffmpeg vs libav is more pronounced than it was before (with libav being

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Michał Górny
Dnia 2015-02-14, o godz. 17:10:36 Andreas K. Huettel dilfri...@gentoo.org napisał(a): Am Samstag, 14. Februar 2015, 16:00:46 schrieb Kristian Fiskerstrand: References: [PHABRICATOR] http://phabricator.org Let me point at the other pink elephant in the room. https://about.gitlab.com/

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Michał Górny
Dnia 2015-02-14, o godz. 19:43:08 Alexis Ballier aball...@gentoo.org napisał(a): On Sat, 14 Feb 2015 17:10:36 +0100 Andreas K. Huettel dilfri...@gentoo.org wrote: Am Samstag, 14. Februar 2015, 16:00:46 schrieb Kristian Fiskerstrand: References: [PHABRICATOR]

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Andreas K. Huettel
Am Samstag, 14. Februar 2015, 15:38:12 schrieb Nikos Chantziaras: On 13/02/15 00:03, Andreas K. Huettel wrote: We have an overlay that can be used and is used for user contributions. Any plans to move it to github so we can fork and send pull requests? Any plans to take the quizzes and take

[gentoo-portage-dev] [PATCH] Fix random SonameOrChoicesTestCase failure

2015-02-14 Thread Zac Medico
In commit 11467fc640995e3dc8897c82bbc7130d5bf27d05, the atom_not_selected variable was initialized outside of a loop, when it should have been re-initialized for each iteration of the loop. This caused atom_not_selected to have an incorrect value in some cases, triggering random failures of

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Markos Chandras
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 02/14/15 20:42, Nikos Chantziaras wrote: On 14/02/15 20:30, Andreas K. Huettel wrote: Am Samstag, 14. Februar 2015, 15:38:12 schrieb Nikos Chantziaras: On 13/02/15 00:03, Andreas K. Huettel wrote: We have an overlay that can be used and is

Re: [gentoo-dev] Re: ffmpeg vs libav choice of default

2015-02-14 Thread Luca Barbato
On 14/02/15 19:41, Fabio Erculiani wrote: If only libav and ffmpeg developers would stop breaking their API on every release... Just break it once and for all. It's so sad that I still can't upgrade from libav-9 because of this. Feature request: could you stop breaking the API for a couple of

Re: [gentoo-portage-dev] [PATCH] Fix random SonameOrChoicesTestCase failure

2015-02-14 Thread Brian Dolbec
On Sat, 14 Feb 2015 11:11:56 -0800 Zac Medico zmed...@gentoo.org wrote: In commit 11467fc640995e3dc8897c82bbc7130d5bf27d05, the atom_not_selected variable was initialized outside of a loop, when it should have been re-initialized for each iteration of the loop. This caused atom_not_selected

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Christopher Head
On Sat, 14 Feb 2015 21:49:56 +0200 Markos Chandras hwoar...@gentoo.org wrote: You don't have to participate to the discussions in the mailing lists :) You can just contribute code! Even a single patch a month or so is better than nothing Forgive me for hijacking the thread, but, the “or so”

Re: [gentoo-dev] Re: vmware team needs help

2015-02-14 Thread Michael Orlitzky
On 02/14/2015 06:38 PM, Christopher Head wrote: On Sat, 14 Feb 2015 21:49:56 +0200 Markos Chandras hwoar...@gentoo.org wrote: You don't have to participate to the discussions in the mailing lists :) You can just contribute code! Even a single patch a month or so is better than nothing