[Bug 2060766] Re: Can't run bpftrace , ERROR: too many arguments
Lukas Märdian
2060766 at bugs.launchpad.net
Wed Apr 10 12:46:40 UTC 2024
Thanks for fixing it quickly, Mate!
Debdiff lgtm. Patches match upstream (one is a backport). I adopted some
dep-3 headers and fixed d/changelog to mention this LP bug.
We probably want this for Beta, as bpftrace is broken otherwise.
$ dput ubuntu ../bpftrace_0.20.2-1ubuntu4_source.changes
Uploading bpftrace using ftp to ubuntu (host: upload.ubuntu.com; directory: /ubuntu)
running badauthor: Stop if uploading with root@ or ubuntu@ email adresses.
running placeholderbug: Stop if using common placeholder numbers as bug reference.
running checksum: verify checksums before uploading
running check-debs: makes sure the upload contains a binary package
running ppaforppaonly: Stop uploads to the archive with or to ppa without ~ppa suffix.
running required-fields: check whether a field is present and non-empty in the changes file
running suite-mismatch: check the target distribution for common errors
running releasemismatch: Warn about mismatching suffixesg e.g. focal with a XX.YY not being 20.04
running nobug: Stop if uploading without any bug reference.
running gpg: check GnuPG signatures before the upload
running updatemaintainer: Stop if ubuntu changes are without ubuntu maintainer.
running supported-distribution: check whether the target distribution is currently supported (using distro-info)
{'allowed': ['release', 'proposed', 'backports', 'security'], 'known': ['release', 'proposed', 'updates', 'backports', 'security']}
running gitubuntu: Warn if uploading without git-ubuntu Vcs-* entries.
WARNING: .changes file does not contain git-ubuntu "Vcs-Git"
WARNING: .changes file does not contain git-ubuntu "Vcs-Git-Commit"
WARNING: .changes file does not contain git-ubuntu "Vcs-Git-Ref"
Check: Upload without git-ubuntu Vcs entries? [yes, NO]: yes
Uploading bpftrace_0.20.2-1ubuntu4.dsc
Uploading bpftrace_0.20.2-1ubuntu4.debian.tar.xz
Uploading bpftrace_0.20.2-1ubuntu4_source.buildinfo
Uploading bpftrace_0.20.2-1ubuntu4_source.changes
--
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2060766
Title:
Can't run bpftrace , ERROR: too many arguments
Status in bpftrace package in Ubuntu:
In Progress
Bug description:
```bash
sudo bpftrace test.bt
error: <unknown>:0:0: in function BEGIN i64 (ptr): 0x5ae8a70ee260: i64 = GlobalAddress<ptr @__atomic_compare_exchange> 0 too many arguments
```
```
// test.bt
BEGIN
{
printf("Hello\n");
}
```
`OS: Ubuntu Noble Numbat (development branch) x86_64Linux vmnobel
6.8.0-22-generic #22-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 4 22:30:32
UTC 2024 x86_64 x86_64 x86_64 GNU/Linux`
```
delta at vmnobel ~> sudo apt info bpftrace
Package: bpftrace
Version: 0.20.2-1ubuntu3
Priority: optional
Section: utils
Origin: Ubuntu
```
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bpftrace/+bug/2060766/+subscriptions
More information about the Ubuntu-sponsors
mailing list