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: ideal
Last Packager: ideal
Votes: 7
Popularity: 0.000000
First Submitted: 2012-08-16 07:18 (UTC)
Last Updated: 2019-10-30 04:26 (UTC)

Required by (4)

Sources (1)

Latest Comments

1 2 3 Next › Last »

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?

Magicloud commented on 2019-04-29 15:25 (UTC)

Could not build the package. make[3]: Leaving directory '/home/shida/.cache/yay/systemtap-git/src/systemtap/stap-exporter' make[2]: Leaving directory '/home/shida/.cache/yay/systemtap-git/src/systemtap/stap-exporter'make[3]: Leaving directory '/home/shida/.cache/yay/systemtap-git/src/systemtap/stap-exporter' make[2]: Leaving directory '/home/shida/.cache/yay/systemtap-git/src/systemtap/stap-exporter' make[1]: Leaving directory '/home/shida/.cache/yay/systemtap-git/src/systemtap' /home/shida/.cache/yay/systemtap-git/PKGBUILD: line 51: pushd: var: No such file or directory make[1]: Leaving directory '/home/shida/.cache/yay/systemtap-git/src/systemtap' /home/shida/.cache/yay/systemtap-git/PKGBUILD: line 51: pushd: var: No such file or directory

ideal commented on 2019-02-10 08:26 (UTC)

dpward: updated, thanks.

dpward commented on 2019-02-05 05:03 (UTC)

Please pull from upstream, which fixes the install-exec-hooks to work with makepkg. The patch in this package can now be deleted. Thanks!

ideal commented on 2019-01-11 02:33 (UTC)

dlin: OK, changed to https.