On Mon, Oct 01, 2018 at 10:08:03AM -0400, Mike Gilbert wrote:
> On Mon, Oct 1, 2018 at 9:17 AM James Le Cuirot wrote:
> >
> > On Mon, 1 Oct 2018 09:00:38 -0400
> > Mike Gilbert wrote:
> >
> > > > The reason why it is in DEPEND though is that none of these tools
> > > > are required at runtime. Th
Dear all,
I'm Pengcheng Xu, one of the participants in Gentoo Google Summer of
Code 2018, with Benda (heroxbd) Xu as my mentor. I've been
working on the project SharkBait [1] (previously known as
Portage-powered Android), which aims to manage the build and update
process of Android systems with P
libffi-3.3 is mostly compatible with 3.2.x series.
There are a few things to watch out:
- SONAME changed to .so.7: libffi ebuilds got SLOT=0/7
You might want to add dependency against that to save
a @revdep-rebuild iteration.
- There was at least one minor API change in x86_64 supported
cal
On Mon, 1 Oct 2018 13:48:46 -0700
Zac Medico wrote:
> On 10/01/2018 01:04 PM, Sergei Trofimovich wrote:
> > On Mon, 1 Oct 2018 08:19:29 -0700
> > Zac Medico wrote:
> >
> >> Hi all,
> >>
> >> The ~arch version of portage hs a new QA check that reports installation
> >> of files outside of dire
On Mon, 2018-10-01 at 23:13 +0200, Jeroen Roovers wrote:
> On Mon, 01 Oct 2018 17:00:24 +0200
> Michał Górny wrote:
>
> > On Mon, 2018-10-01 at 11:46 +, Jeroen Roovers wrote:
> > > commit: d866d4705e1e4a092579a31df2815e3407950a19
> > > Author: Jeroen Roovers gentoo org>
> > > Author
OK, let's do a full review of your review.
On Mon, 01 Oct 2018 17:00:24 +0200
Michał Górny wrote:
> On Mon, 2018-10-01 at 11:46 +, Jeroen Roovers wrote:
> > commit: d866d4705e1e4a092579a31df2815e3407950a19
> > Author: Jeroen Roovers gentoo org>
> > AuthorDate: Mon Oct 1 11:45:43
On 10/01/2018 01:04 PM, Sergei Trofimovich wrote:
> On Mon, 1 Oct 2018 08:19:29 -0700
> Zac Medico wrote:
>
>> Hi all,
>>
>> The ~arch version of portage hs a new QA check that reports installation
>> of files outside of directories that have been whitelisted [1]. The
>> current whitelist include
On Mon, 1 Oct 2018 08:19:29 -0700
Zac Medico wrote:
> Hi all,
>
> The ~arch version of portage hs a new QA check that reports installation
> of files outside of directories that have been whitelisted [1]. The
> current whitelist includes:
>
> directories common to / and /usr
> =
On Mon, 2018-10-01 at 21:30 +0200, Jeroen Roovers wrote:
> On Mon, 01 Oct 2018 17:00:24 +0200
> Michał Górny wrote:
>
> > So your src_compile() is now broken for Ninja users, and src_test()
> > is broken altogether. How about cmake-multilib eclass?
>
> DROP
>
> > IUSE=test is not used at all.
On Mon, 2018-10-01 at 21:30 +0200, Jeroen Roovers wrote:
> On Mon, 01 Oct 2018 17:00:24 +0200
> Michał Górny wrote:
>
> > So your src_compile() is now broken for Ninja users, and src_test()
> > is broken altogether. How about cmake-multilib eclass?
>
> DROP
>
> > IUSE=test is not used at all.
On Mon, 01 Oct 2018 17:00:24 +0200
Michał Górny wrote:
> So your src_compile() is now broken for Ninja users, and src_test()
> is broken altogether. How about cmake-multilib eclass?
DROP
> IUSE=test is not used at all.
THAT
> By the way, MULTILIB_USEDEP certainly missing here.
BLOODY
> You
On 10/01/2018 11:16 AM, Michał Górny wrote:
> On Mon, 2018-10-01 at 19:23 +0200, Andreas Sturmlechner wrote:
>> On Montag, 1. Oktober 2018 17:48:16 CEST Michał Górny wrote:
>>> On Mon, 2018-10-01 at 08:19 -0700, Zac Medico wrote:
/usr/share/doc level directories
==
On Mon, 2018-10-01 at 19:23 +0200, Andreas Sturmlechner wrote:
> On Montag, 1. Oktober 2018 17:48:16 CEST Michał Górny wrote:
> > On Mon, 2018-10-01 at 08:19 -0700, Zac Medico wrote:
> > > /usr/share/doc level directories
> > >
> > > /usr/share/doc/${PF}
> > >
> >
On Montag, 1. Oktober 2018 17:48:16 CEST Michał Górny wrote:
> On Mon, 2018-10-01 at 08:19 -0700, Zac Medico wrote:
> > /usr/share/doc level directories
> >
> > /usr/share/doc/${PF}
> >
> > The first bug report [2] is for qt-core, which installs documentation
> > i
On 10/01/2018 08:48 AM, Michał Górny wrote:
> On Mon, 2018-10-01 at 08:19 -0700, Zac Medico wrote:
>> I have created a patch that will allow ebuilds to whitelist directories
>> by setting a QA_INSTALL_PATHS variable [3], however @mgorny said:
>
> @mgorny was seriously concerned about trigger-happy
On Mon, 2018-10-01 at 08:19 -0700, Zac Medico wrote:
> Hi all,
>
> The ~arch version of portage hs a new QA check that reports installation
> of files outside of directories that have been whitelisted [1]. The
> current whitelist includes:
>
> directories common to / and /usr
> ==
On 10/01/2018 11:19 AM, Zac Medico wrote:
>
> The first bug report [2] is for qt-core, which installs documentation
> into /usr/share/doc/${PN}-${PV} instead of /usr/share/doc/${PF}
It would be helpful to know why qtcore installs into the wrong directory
in the first place.
If ${PF} really caus
On Mon, Oct 1, 2018 at 11:19 AM Zac Medico wrote:
>
> Hi all,
>
> The ~arch version of portage hs a new QA check that reports installation
> of files outside of directories that have been whitelisted [1]. The
> current whitelist includes:
>
> directories common to / and /usr
>
Hi all,
The ~arch version of portage hs a new QA check that reports installation
of files outside of directories that have been whitelisted [1]. The
current whitelist includes:
directories common to / and /usr
bin lib lib32 lib64 libx32 sbin
top level directories
On Mon, Oct 1, 2018 at 9:17 AM James Le Cuirot wrote:
>
> On Mon, 1 Oct 2018 09:00:38 -0400
> Mike Gilbert wrote:
>
> > > The reason why it is in DEPEND though is that none of these tools
> > > are required at runtime. They are needed at postinst and postrm
> > > stages which afaik makes them DEP
On Mon, 1 Oct 2018 09:00:38 -0400
Mike Gilbert wrote:
> > The reason why it is in DEPEND though is that none of these tools
> > are required at runtime. They are needed at postinst and postrm
> > stages which afaik makes them DEPEND on EAPI previous to EAPI 7 and
> > BDEPEND in EAPI 7 if I'm not
On Mon, Oct 1, 2018 at 8:27 AM Gilles Dartiguelongue wrote:
>
> Le lundi 01 octobre 2018 à 07:40 +0200, Rémi Cardona a écrit :
> > Le 01/10/2018 à 00:50, Mike Gilbert a écrit :
> > > update-desktop-database and update-mime-database are called from
> > > ROOT in
> > > pkg functions, so the related
Le lundi 01 octobre 2018 à 07:40 +0200, Rémi Cardona a écrit :
> Le 01/10/2018 à 00:50, Mike Gilbert a écrit :
> > update-desktop-database and update-mime-database are called from
> > ROOT in
> > pkg functions, so the related dependenices belong in RDEPEND.
> >
> > Signed-off-by: Mike Gilbert
>
Signed-off-by: Georgy Yakovlev
---
profiles/base/use.mask | 4
1 file changed, 4 insertions(+)
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 6082a468925..374cdbe85fe 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,10 @@
# This file is only f
This commit adds some eclass variables and private functions
and a new global useflag.
Example config, part of make.conf
USE="... module-sign ..."
KERNEL_MODULE_SIG_KEY="/secure/location/kernel.pem"
And possible kernel options:
CONFIG_MODULE_SIG=y
CONFIG_MODULE_SIG_FORCE=y
CONFIG_MODULE_SIG_ALL=
25 matches
Mail list logo