elfutils issues when building systemtap rpm from snapshot on rawhide
Roland McGrath
roland@redhat.com
Wed Nov 9 20:30:00 GMT 2005
Those rpms are not for rawhide. Rawhide has current elfutils itself, so
the bundled build does not make sense. The problem is rawhide's default
rpm build cflags, which I've worked around in the rawhide elfutils spec file.
I didn't put the same workaround into the systemtap spec file because it's
only needed for rawhide.
# Remove -Wall from default flags. The makefiles enable enough warnings
# themselves, and they use -Werror. Appending -Wall defeats the cases where
# the makefiles disable some specific warnings for specific code.
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/}
More information about the Systemtap
mailing list