[Bug translator/23634] WARNING: Can't parse SDT_V3 operand for x86_64 qemu tapset probe points
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Sep 12 14:03:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=23634
--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
Recompiling the fedora qemu with the following diff removed the warnings during
the build of the qemu_count.stp script:
$ diff -u ~/koji-git/qemu/qemu.spec qemu.spec
--- /home/wcohen/koji-git/qemu/qemu.spec 2018-09-11 13:41:46.696101454
-0400
+++ qemu.spec 2018-09-11 16:29:25.150797536 -0400
@@ -865,7 +865,7 @@
%endif
--enable-trace-backend=$tracebackends \
--extra-ldflags="$extraldflags -Wl,-z,relro -Wl,-z,now" \
- --extra-cflags="%{optflags}" \
+ --extra-cflags="%{optflags} -DSTAP_SDT_ARG_CONSTRAINT=nr" \
"$@" || cat config.log
}
Would there be a problem changing the default STAP_SDT_ARG_CONTRAINT from "nor"
to "nr"?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list