Re: [gentoo-dev] [PATCH v2] distutils-r1.eclass: Add assertions for bindir correctness

2022-06-10 Thread Maxwell Seefeld
Hey, I'm new to the project is anyone maintaining Gentoo + BSD anymore or the SELINUX package? On Fri, Jun 10, 2022 at 8:17 AM Michał Górny wrote: > The eclass code in distutils-r1_python_install makes some assumptions > specific to _distutils-r1_post_python_compile being called, > and

[gentoo-dev] Systemtap with dist-kernel

2022-06-10 Thread Martin Kletzander
Hello, I am trying to make systemtap work with gentoo-kernel (or ideally all dist kernels) and I got a few steps closer with kernel-build.eclass modification I sent this week [0]. However there is still one issue and that is the fact that build-id of the kernel does not match the installed

[gentoo-dev] [PATCH v2] distutils-r1.eclass: Add assertions for bindir correctness

2022-06-10 Thread Michał Górny
The eclass code in distutils-r1_python_install makes some assumptions specific to _distutils-r1_post_python_compile being called, and scriptdir not being modified since. Make them more explicit by: 1) explicitly removing the files that we expect to have been created, 2) verifying that both the

Re: [gentoo-dev] [PATCH] linux-mod.eclass: Support module compression

2022-06-10 Thread Ionen Wolkens
On Fri, Jun 10, 2022 at 06:27:49AM -0400, Ionen Wolkens wrote: > On Thu, Jun 09, 2022 at 06:11:00PM -0400, Mike Pagano wrote: > > The Linux kernel supports the compression of modules utilizing GZIP, XZ > > and ZSTD. Add code into linux-mod.eclass to support this for out of > > tree modules

Re: [gentoo-dev] [PATCH] linux-mod.eclass: Support module compression

2022-06-10 Thread Ionen Wolkens
On Thu, Jun 09, 2022 at 06:11:00PM -0400, Mike Pagano wrote: > The Linux kernel supports the compression of modules utilizing GZIP, XZ > and ZSTD. Add code into linux-mod.eclass to support this for out of > tree modules utilizing the compression binary specified in the kernel > config. > > Note

Re: [gentoo-dev] linux-mod - moving checks to pkg_pretend

2022-06-10 Thread Jaco Kroon
Hi, On 2022/06/10 12:07, Ionen Wolkens wrote: > On Fri, Jun 10, 2022 at 06:03:28AM -0400, Ionen Wolkens wrote: >> On Fri, Jun 10, 2022 at 11:41:01AM +0200, Jaco Kroon wrote: >>> Hi All, >>> >>> Currently checks for kernel options etc happen in pkg_setup, would it be >>> possible to move this to

Re: [gentoo-dev] linux-mod - moving checks to pkg_pretend

2022-06-10 Thread Jaco Kroon
Hi Ionen, On 2022/06/10 12:03, Ionen Wolkens wrote: > On Fri, Jun 10, 2022 at 11:41:01AM +0200, Jaco Kroon wrote: >> Hi All, >> >> Currently checks for kernel options etc happen in pkg_setup, would it be >> possible to move this to pkg_pretend? > One problem with pkg_pretend is that it may not

Re: [gentoo-dev] linux-mod - moving checks to pkg_pretend

2022-06-10 Thread Ionen Wolkens
On Fri, Jun 10, 2022 at 06:03:28AM -0400, Ionen Wolkens wrote: > On Fri, Jun 10, 2022 at 11:41:01AM +0200, Jaco Kroon wrote: > > Hi All, > > > > Currently checks for kernel options etc happen in pkg_setup, would it be > > possible to move this to pkg_pretend? > > One problem with pkg_pretend is

Re: [gentoo-dev] linux-mod - moving checks to pkg_pretend

2022-06-10 Thread Ionen Wolkens
On Fri, Jun 10, 2022 at 11:41:01AM +0200, Jaco Kroon wrote: > Hi All, > > Currently checks for kernel options etc happen in pkg_setup, would it be > possible to move this to pkg_pretend? One problem with pkg_pretend is that it may not even be the right kernel, e.g. it could be using a new

[gentoo-dev] linux-mod - moving checks to pkg_pretend

2022-06-10 Thread Jaco Kroon
Hi All, Currently checks for kernel options etc happen in pkg_setup, would it be possible to move this to pkg_pretend? Motivation:  pkg_setup executes just prior to unpack, so if it fails here it could be after a lot of other work has already gone into other packages, breaking the full merge, it

[gentoo-dev] Re: [PATCH] linux-mod.eclass: Support module compression

2022-06-10 Thread Jaco Kroon
Hi, On 2022/06/10 00:11, Mike Pagano wrote: > The Linux kernel supports the compression of modules utilizing GZIP, XZ > and ZSTD.  Add code into linux-mod.eclass to support this for out of > tree modules utilizing the compression binary specified in the kernel > config. > > Note that if the

[gentoo-dev] Last rites: dev-cpp/commoncpp2

2022-06-10 Thread Sam James
# Sam James (2022-06-10) # Masked for removal on 2022-07-10. No upstream activity in a long time, # no reverse dependencies, and Gentoo maintains a huge number of patches # w/ no hope of them being upstreamed. Bug #850958. dev-cpp/commoncpp2 signature.asc Description: Message signed with

[gentoo-dev] [PATCH news] 2022-06-13-python3-10: new entry

2022-06-10 Thread Michał Górny
Add a news item for the switch to Python 3.10. The text is roughly the same as for 3.9, with some minor grammar fixes. Signed-off-by: Michał Górny --- .../2022-06-13-python3-10.en.txt | 120 ++ 1 file changed, 120 insertions(+) create mode 100644