Re: [gentoo-dev] Question about python compatibility in dev-python/pathlib2

2022-12-02 Thread Martin Kletzander

Thanks, I now understand what pathlib2 does, but more importantly found
out it is not really needed in that case making the fix even easier =)

On Fri, Dec 02, 2022 at 11:35:06AM +0100, Andrew Ammerlaan wrote:

Hi,

Pathlib2 is a backport, as such it doesn't really make sense to add 3.10 and 
3.11 to compat. The package from the overlay probably should adjust its 
dependencies to only depend on pathlib2 when instaling for 3.9 or 3.8. This can 
be accomplished with the python_gen_cond_dep function (see docmenttion of 
python-r1.eclass).

Best regards,
Andrew


On December 2, 2022 10:04:02 AM GMT+01:00, Martin Kletzander 
 wrote:

Hi all,

I noticed that a package from an overlay fails to install due to it
requiring pathlib2 with python_targets with 3.10 and/or 3.11.  So I
checked pathlib2's setup.py [0] that it supports newer python versions
and wanted to update the ebuild, but noticed

My question is whether I should:

1) do some more research/work to bump the versions or

2) update the upstream in case this is something deprecated order

3) whether the updated ebuild with newer python versions should live in
  the overlay instead.

Thanks for any (non-null) pointers,
Martin

[0] https://github.com/jazzband/pathlib2/blob/develop/setup.py#L39






[gentoo-dev] Question about python compatibility in dev-python/pathlib2

2022-12-02 Thread Martin Kletzander

Hi all,

I noticed that a package from an overlay fails to install due to it
requiring pathlib2 with python_targets with 3.10 and/or 3.11.  So I
checked pathlib2's setup.py [0] that it supports newer python versions
and wanted to update the ebuild, but noticed

My question is whether I should:

1) do some more research/work to bump the versions or

2) update the upstream in case this is something deprecated order

3) whether the updated ebuild with newer python versions should live in
   the overlay instead.

Thanks for any (non-null) pointers,
Martin

[0] https://github.com/jazzband/pathlib2/blob/develop/setup.py#L39



Re: [gentoo-dev] Looking for co-maintainers for number of packages

2022-07-07 Thread Martin Kletzander

On Sun, Jul 03, 2022 at 09:03:04PM -0700, Georgy Yakovlev wrote:

I've been rather busy lately and can't keep up with all of my packages.
There are pending bumps, some bugs, but nothing too crazy or hard. 
So I'm looking for someone to co-maintain (or even take over if you
insist) the following packages:



Noob question, I would have to be a Gentoo developer/maintainer to help
with that, am I right?


* app-shells/fish
Responsive upstream, not very frequent releases, cmake. Requires some
attention on non-x86 as arch bugs are rather frequent. But nothing too
crazy.



Since I do not have any experience with official maintainership I would
hesitate to commit to anything I am not a user of, but I do use fish and
keep an eye on releases a bit (which I would do more, of course).

[...]


PS. Huge bonus if you can test packages not only on x86_64.
Ofc I can help with some gotchas in packages and have no plans on
abandoning those completely, but realistically I'm not doing enough to
keep those properly maintained at the moment.



I can test that every now and then and even fix some possible issues,
hopefully.

Let me know if I can be of help or whether I should rather go through
proxy maintainers or another route.

Have a nice day,
Martin



[gentoo-dev] Re: Systemtap with dist-kernel

2022-06-24 Thread Martin Kletzander

OK, I finally managed to work around it, and even though it is not as
nice as I would've hoped for it works.  So I sent it as a follow-up PR:

https://github.com/gentoo/gentoo/pull/26065

Martin

On Thu, Jun 16, 2022 at 05:24:26PM +0200, Martin Kletzander wrote:

I finally figured out what is happening, but I am not sure what would be
the best way to work around it.

The problem is that with FEATURES=splitdebug the vmlinux binary is being
processed by estrip, which uses debugedit and specifically asks it to
recompute the build id.  However, the bzImage is created from the
vmlinux *before* that, and thus preserves the old build-id.

One option would be to create the vmlinux.debug file manually, but I am
afraid it would duplicate lot of the code from estrip, unless it can
somehow be uses cleanly by the ebuild.  The advantage of this would be
that there is no need for the huge vmlinux file after that and we can
just keep the vmlinux.debug around instead.

I'll end with a couple of closing questions if I may:

- Does anyone have an idea for some a clean way to do this?

- Is it preferable to use GitHub PRs or this ML for such eclass changes?

- What is exactly the reason for portage using the `-i`/`--build-id`
  option of debugedit?

Thanks and have a nice day,
Martin

On Fri, Jun 10, 2022 at 02:22:00PM +0200, Martin Kletzander wrote:

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 vmlinux file:

# stap mba_sc.stp
WARNING: Build-id mismatch [man warning::buildid]:
"/usr/src/linux-5.17.13-gentoo-dist/vmlinux" pid 0 address
0x8a7b572c, expected c43e775aad5e11755bf5cf1329d2240b519e7518
actual 3a757e0a2b0d62cd4aaf9cac0c40bc8c398c
WARNING: /usr/bin/staprun exited with status: 1
Pass 5: run failed.  [man error::pass5]

I also noticed that when kernel-build.eclass installs the vmlinux file
it also (I presume portage) creates vmlinux.debug using objcopy
--only-keep-debug --compress-debug-sections.

So now I am in a situation where I have these relevant files on the
system:

- /usr/src/linux-5.17.13-gentoo-dist/vmlinux
- /usr/lib/debug/.build-id/c4/3e775aad5e11755bf5cf1329d2240b519e7518.debug
  (symlink to the first file)
- /usr/lib/debug/usr/src/linux-5.17.13-gentoo-dist/vmlinux.debug and
- /boot/vmlinuz-5.17.13-gentoo-dist


When I check the build ids (using readelf -n or just "file") of the
first three files I get:

/usr/src/linux-5.17.13-gentoo-dist/vmlinux:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, not stripped

/usr/lib/debug/.build-id/c4/3e775aad5e11755bf5cf1329d2240b519e7518.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, with debug_info,
not stripped

/usr/lib/debug/usr/src/linux-5.17.13-gentoo-dist/vmlinux.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, with debug_info,
not stripped

which looks great except:

1) the first file does not say it is "with debug_info",

2) there is no reason to keep the original vmlinux in place since there
   is a smaller file that works as a substitute, but I'm not sure what's
   a clean way to not install it, and most importantly

3) the fact that the running kernel has a different build id.

The last point is the main issue here.  I was trying to find how to
check for the build id of the running kernel, but haven't found any way
on how to do it with a kernel API, so instead I checked the
/boot/vmlinuz-5.17.13-gentoo-dist like this:

~/dev/linux/scripts/extract-vmlinux /boot/vmlinuz-5.17.13-gentoo-dist 
>vmlinux.extracted

and for good measure also tried what objcopy does to it:

objcopy --only-keep-debug vmlinux.extracted vmlinux.extracted.debug
objcopy --only-keep-debug --compress-debug-sections vmlinux.extracted 
vmlinux.extracted.compressed

Now when I check the build id is different from the first files, but
unchanged with objcopy and same as systemtap reports for the running
kernel:

vmlinux.extracted:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped

vmlinux.extracted.compressed:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped

vmlinux.extracted.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped


At this point I got stuck, not knowing when and how does the build-id
changes and where to extract the debug symbols from.  I would also like
to clean up the chan

[gentoo-dev] Re: Systemtap with dist-kernel

2022-06-16 Thread Martin Kletzander

I finally figured out what is happening, but I am not sure what would be
the best way to work around it.

The problem is that with FEATURES=splitdebug the vmlinux binary is being
processed by estrip, which uses debugedit and specifically asks it to
recompute the build id.  However, the bzImage is created from the
vmlinux *before* that, and thus preserves the old build-id.

One option would be to create the vmlinux.debug file manually, but I am
afraid it would duplicate lot of the code from estrip, unless it can
somehow be uses cleanly by the ebuild.  The advantage of this would be
that there is no need for the huge vmlinux file after that and we can
just keep the vmlinux.debug around instead.

I'll end with a couple of closing questions if I may:

- Does anyone have an idea for some a clean way to do this?

- Is it preferable to use GitHub PRs or this ML for such eclass changes?

- What is exactly the reason for portage using the `-i`/`--build-id`
  option of debugedit?

Thanks and have a nice day,
Martin

On Fri, Jun 10, 2022 at 02:22:00PM +0200, Martin Kletzander wrote:

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 vmlinux file:

# stap mba_sc.stp
WARNING: Build-id mismatch [man warning::buildid]:
"/usr/src/linux-5.17.13-gentoo-dist/vmlinux" pid 0 address
0x8a7b572c, expected c43e775aad5e11755bf5cf1329d2240b519e7518
actual 3a757e0a2b0d62cd4aaf9cac0c40bc8c398c
WARNING: /usr/bin/staprun exited with status: 1
Pass 5: run failed.  [man error::pass5]

I also noticed that when kernel-build.eclass installs the vmlinux file
it also (I presume portage) creates vmlinux.debug using objcopy
--only-keep-debug --compress-debug-sections.

So now I am in a situation where I have these relevant files on the
system:

- /usr/src/linux-5.17.13-gentoo-dist/vmlinux
- /usr/lib/debug/.build-id/c4/3e775aad5e11755bf5cf1329d2240b519e7518.debug
  (symlink to the first file)
- /usr/lib/debug/usr/src/linux-5.17.13-gentoo-dist/vmlinux.debug and
- /boot/vmlinuz-5.17.13-gentoo-dist


When I check the build ids (using readelf -n or just "file") of the
first three files I get:

/usr/src/linux-5.17.13-gentoo-dist/vmlinux:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, not stripped

/usr/lib/debug/.build-id/c4/3e775aad5e11755bf5cf1329d2240b519e7518.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, with debug_info,
not stripped

/usr/lib/debug/usr/src/linux-5.17.13-gentoo-dist/vmlinux.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, with debug_info,
not stripped

which looks great except:

1) the first file does not say it is "with debug_info",

2) there is no reason to keep the original vmlinux in place since there
   is a smaller file that works as a substitute, but I'm not sure what's
   a clean way to not install it, and most importantly

3) the fact that the running kernel has a different build id.

The last point is the main issue here.  I was trying to find how to
check for the build id of the running kernel, but haven't found any way
on how to do it with a kernel API, so instead I checked the
/boot/vmlinuz-5.17.13-gentoo-dist like this:

~/dev/linux/scripts/extract-vmlinux /boot/vmlinuz-5.17.13-gentoo-dist 
>vmlinux.extracted

and for good measure also tried what objcopy does to it:

objcopy --only-keep-debug vmlinux.extracted vmlinux.extracted.debug
objcopy --only-keep-debug --compress-debug-sections vmlinux.extracted 
vmlinux.extracted.compressed

Now when I check the build id is different from the first files, but
unchanged with objcopy and same as systemtap reports for the running
kernel:

vmlinux.extracted:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped

vmlinux.extracted.compressed:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped

vmlinux.extracted.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped


At this point I got stuck, not knowing when and how does the build-id
changes and where to extract the debug symbols from.  I would also like
to clean up the change I did.  So I came here with my question(s) and
rather lengthy explanations.  Does anyone know what would be the best
way to deal with this?  Or even where to continue looking?  I would
really like to make systemtap "just work" on Gentoo with the
dist

[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 vmlinux file:

# stap mba_sc.stp
WARNING: Build-id mismatch [man warning::buildid]:
"/usr/src/linux-5.17.13-gentoo-dist/vmlinux" pid 0 address
0x8a7b572c, expected c43e775aad5e11755bf5cf1329d2240b519e7518
actual 3a757e0a2b0d62cd4aaf9cac0c40bc8c398c
WARNING: /usr/bin/staprun exited with status: 1
Pass 5: run failed.  [man error::pass5]

I also noticed that when kernel-build.eclass installs the vmlinux file
it also (I presume portage) creates vmlinux.debug using objcopy
--only-keep-debug --compress-debug-sections.

So now I am in a situation where I have these relevant files on the
system:

- /usr/src/linux-5.17.13-gentoo-dist/vmlinux
- /usr/lib/debug/.build-id/c4/3e775aad5e11755bf5cf1329d2240b519e7518.debug
  (symlink to the first file)
- /usr/lib/debug/usr/src/linux-5.17.13-gentoo-dist/vmlinux.debug and
- /boot/vmlinuz-5.17.13-gentoo-dist


When I check the build ids (using readelf -n or just "file") of the
first three files I get:

/usr/src/linux-5.17.13-gentoo-dist/vmlinux:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, not stripped

/usr/lib/debug/.build-id/c4/3e775aad5e11755bf5cf1329d2240b519e7518.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, with debug_info,
not stripped

/usr/lib/debug/usr/src/linux-5.17.13-gentoo-dist/vmlinux.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=c43e775aad5e11755bf5cf1329d2240b519e7518, with debug_info,
not stripped

which looks great except:

1) the first file does not say it is "with debug_info",

2) there is no reason to keep the original vmlinux in place since there
   is a smaller file that works as a substitute, but I'm not sure what's
   a clean way to not install it, and most importantly

3) the fact that the running kernel has a different build id.

The last point is the main issue here.  I was trying to find how to
check for the build id of the running kernel, but haven't found any way
on how to do it with a kernel API, so instead I checked the
/boot/vmlinuz-5.17.13-gentoo-dist like this:

~/dev/linux/scripts/extract-vmlinux /boot/vmlinuz-5.17.13-gentoo-dist 
>vmlinux.extracted

and for good measure also tried what objcopy does to it:

objcopy --only-keep-debug vmlinux.extracted vmlinux.extracted.debug
objcopy --only-keep-debug --compress-debug-sections vmlinux.extracted 
vmlinux.extracted.compressed

Now when I check the build id is different from the first files, but
unchanged with objcopy and same as systemtap reports for the running
kernel:

vmlinux.extracted:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped

vmlinux.extracted.compressed:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped

vmlinux.extracted.debug:
ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked,
BuildID[sha1]=3a757e0a2b0d62cd4aaf9cac0c40bc8c398c, stripped


At this point I got stuck, not knowing when and how does the build-id
changes and where to extract the debug symbols from.  I would also like
to clean up the change I did.  So I came here with my question(s) and
rather lengthy explanations.  Does anyone know what would be the best
way to deal with this?  Or even where to continue looking?  I would
really like to make systemtap "just work" on Gentoo with the
distribution kernels, but I already spent a lot of time on it, so I
figured I'll rather ask here since I'm not that proficient with the
intricacies of the build system parts.

Thanks a lot for any pointers and have a great day,
Martin

[0] https://github.com/gentoo/gentoo/pull/25789