Package Details: systemtap 5.0-2

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.41
First Submitted: 2018-02-14 11:32 (UTC)
Last Updated: 2024-04-24 06:00 (UTC)

Dependencies (7)

Required by (4)

Sources (2)

Pinned Comments

SunRed commented on 2024-04-24 16:31 (UTC) (edited on 2024-04-24 16:32 (UTC) by SunRed)

Since the openpgp.org keyserver does not provide identity information for keys that don't have a verified email address as stated on their FAQ, and the arch gnupg package doesn't have a patch for that applied like other distributions, one has to import the key from another keyserver, with e.g.:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 258B6EFA0F209D24

I might contact the upstream maintainer about this issue as they just have to use another key for signing (the one searchable using their email address on keys.openpgp.org) or verify the key used for the package.

Latest Comments

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

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?

annguyenfoss commented on 2019-10-28 13:15 (UTC)

Adopted the package and updated to 4.1. As upstream's configure doesn't support to exclude SDT headers, I did the ugly way and rm -r them before packaging. So far, it works, but it may have issues.

gangelop commented on 2019-10-28 10:36 (UTC)

I won't be able to maintain this for the foreseeable future.

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

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

g_sokol commented on 2019-09-26 11:46 (UTC)

@perqin

==> Verifying source file signatures with gpg... systemtap-4.0.tar.gz ... FAILED (unknown public key 7E83610126DCC2E8) ==> ERROR: One or more PGP signatures could not be verified!

$ gpg --receive-keys 7E83610126DCC2E8

perqin commented on 2019-06-15 04:21 (UTC) (edited on 2019-06-15 04:21 (UTC) by perqin)

==> Verifying source file signatures with gpg...
    systemtap-4.0.tar.gz ... FAILED (unknown public key 7E83610126DCC2E8)
==> ERROR: One or more PGP signatures could not be verified!

onny commented on 2019-02-18 15:26 (UTC)

I needed to install "python-setuptools" (python3 version) to successfully build this package