Package Details: systemtap-git 4.0.102.g1832b8f51-1

Git Clone URL: https://aur.archlinux.org/systemtap-git.git (read-only, click to copy)
Package Base: systemtap-git
Description: provides infrastructure to simplify the gathering of information about the running Linux system.
Upstream URL: https://sourceware.org/systemtap/
Licenses: GPL
Conflicts: systemtap
Provides: systemtap
Submitter: lilydjwg
Maintainer: skarbricat
Last Packager: tippfehlr
Votes: 7
Popularity: 0.000000
First Submitted: 2012-08-16 07:18 (UTC)
Last Updated: 2026-06-14 18:28 (UTC)

Required by (1)

Sources (1)

Latest Comments

1 2 3 Next › Last »

ideal commented on 2026-06-15 07:00 (UTC)

I found no suspicious commit in git log, tippfehlr reverted it?

lilydjwg commented on 2026-06-15 06:15 (UTC)

Yes. That's why last packager is tippfehlr.

ideal commented on 2026-06-15 02:42 (UTC)

Is skarbricat a malicious AUR account?

peterj commented on 2025-09-23 09:28 (UTC)

Needed to add line: CFLAGS+=" -Wno-deprecated-declarations" in build() section of file PKGBUILD due to libxml2 deprecations. Also required aur package python2-setuptools

bartus commented on 2019-11-25 09:39 (UTC) (edited on 2019-11-25 09:39 (UTC) by bartus)

@ideal: Why dropping remove-install-exec-hook.patch, can't build in chroot without it.

make  install-exec-hook
 /usr/bin/install -c -m 644 staprun.8 '/build/systemtap-git/pkg/systemtap-git/usr/share/man/man8'
make[5]: Entering directory '/build/systemtap-git/src/systemtap/staprun'
if [ `id -u` -eq 0 ] && (getent group stapusr >/dev/null \
                         || groupadd -f -g 156 -r stapusr); then \
        chgrp stapusr "/build/systemtap-git/pkg/systemtap-git/usr/bin/staprun" \
        && chmod 04110 "/build/systemtap-git/pkg/systemtap-git/usr/bin/staprun"; \
fi
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

PedroHLC commented on 2019-11-19 20:26 (UTC)

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).

ideal commented on 2019-10-30 04:28 (UTC)

bartus: updated, thanks.

bartus commented on 2019-10-28 10:00 (UTC) (edited on 2019-10-28 10:00 (UTC) by bartus)

[core]/glibc has SDT headers installed now, which intorduce a conflict with systemtap

Magicloud commented on 2019-05-15 10:06 (UTC)

ideal: I got no problem this time. Maybe something of enviornment affects the result.

ideal commented on 2019-05-15 09:25 (UTC)

Magicloud: I tried and it build successfully. can you put more logs?