Package Details: systemtap 5.0-1

Git Clone URL: https://aur.archlinux.org/systemtap.git (read-only, click to copy)
Package Base: systemtap
Description: Infrastructure to simplify the gathering of information about the running Linux system
Upstream URL: https://sourceware.org/systemtap/
Licenses: GPL
Submitter: Shibumi
Maintainer: SunRed
Last Packager: SunRed
Votes: 19
Popularity: 1.63
First Submitted: 2018-02-14 11:32 (UTC)
Last Updated: 2024-04-08 21:00 (UTC)

Dependencies (7)

Required by (4)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

annguyenfoss commented on 2021-07-01 09:56 (UTC) (edited on 2021-07-01 09:59 (UTC) by annguyenfoss)

@chripell Thank you. Would you please be kind enough to take this package over?

Local outbreak affected my ability to follow and update this package.

I took the liberty to transfer the package maintainership to you. If you don't have the time for it, please simply disown the package.

Thank you.

chripell commented on 2021-05-28 12:44 (UTC)

Hi, I updated to 4.4 and backported patches to make it work with kernels till 5.12. The test suit runs OK. You can find my PKGBUILD (based on yours) here: https://github.com/chripell/myPKGBUILD/tree/main/systemtap

annguyenfoss commented on 2021-04-07 02:54 (UTC)

Noticed the out-of-date. My bad. Will update this week.

vanyasem commented on 2020-03-03 00:23 (UTC)

any update on the groups issue?

annguyenfoss commented on 2019-12-03 09:30 (UTC)

Saw it. It didn't show up because I already had these groups in my system.

Thinking of a patch. In the meanwhile, anyone has any patch and/or would like to take over. Please let me know.

make[5]: Entering directory '/home/stk/.cache/yay/systemtap/src/systemtap-4.2/staprun'
if [ `id -u` -eq 0 ] && (getent group stapusr >/dev/null \
|| groupadd -f -g 156 -r stapusr); then \
chgrp stapusr "/home/stk/.cache/yay/systemtap/pkg/systemtap/usr/bin/staprun" \
&& chmod 04110 "/home/stk/.cache/yay/systemtap/pkg/systemtap/usr/bin/staprun"; \
fi
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Password:

vanyasem commented on 2019-12-03 08:50 (UTC)

It is an upstream issue, hence I asked you to patch it manually, because this behavior while building is not appropriate

annguyenfoss commented on 2019-12-03 08:17 (UTC) (edited on 2019-12-03 08:21 (UTC) by annguyenfoss)

@vanyasem and @all: This is my build log

https://pastebin.com/5FnRWQt8

Can you please point out where your issue with root password would show up in this process?

Could it be an issue with upstream in their makefile?

$ grep -ri groupadd
stapbpf/Makefile.am:                             || groupadd -f -g 156 -r stapusr); then \
stapbpf/Makefile.in:@HAVE_BPF_DECLS_TRUE@                                || groupadd -f -g 156 -r stapusr); then \
staprun/Makefile.am:                             || groupadd -f -g 156 -r stapusr); then \
staprun/Makefile.in:                             || groupadd -f -g 156 -r stapusr); then \
systemtap.spec:getent group stapusr >/dev/null || groupadd -f -g 156 -r stapusr
systemtap.spec:getent group stapsys >/dev/null || groupadd -f -g 157 -r stapsys
systemtap.spec:getent group stapdev >/dev/null || groupadd -f -g 158 -r stapdev
systemtap.spec:getent group stap-server >/dev/null || groupadd -f -g 155 -r stap-server

annguyenfoss commented on 2019-12-03 07:50 (UTC) (edited on 2019-12-03 07:54 (UTC) by annguyenfoss)

@vanyasem: I'm not refusing to patch this... Can you please a bit less aggressive? Or better yet, be a responsible community member and submit a PR.

https://lists.archlinux.org/pipermail/aur-requests/2019-December/035453.html

I'm checking why this is happening, though.

vanyasem commented on 2019-11-24 04:19 (UTC) (edited on 2019-11-24 04:19 (UTC) by vanyasem)

During build, this package is calling groupadd, leading to asking my root password. That wasn't supposed to happen, building some package shouldn't interfere with your real system, nor play with groups/users (when this is needed, it's added to .install).

copied from systemtap-git

could you address that with a patch maybe?