[Bug runtime/27802] New: recent commit breaks --libexecdir
ddstreet at canonical dot com
sourceware-bugzilla@sourceware.org
Thu Apr 29 22:19:24 GMT 2021
https://sourceware.org/bugzilla/show_bug.cgi?id=27802
Bug ID: 27802
Summary: recent commit breaks --libexecdir
Product: systemtap
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: runtime
Assignee: systemtap at sourceware dot org
Reporter: ddstreet at canonical dot com
Target Milestone: ---
The recent commit 0680bad538fcc12ab6a94dc08ed0418a70f41cfa broke the use of
--libexecdir= and forces some things to be installed under /usr/libexec even if
--libexecdir=/usr/lib was specified.
This broke the daily build in Ubuntu, e.g. here is the log of the failing
build:
https://launchpadlibrarian.net/536018788/buildlog_ubuntu-groovy-amd64.systemtap_4.4.140.g8b74817e5+20.10.20210428215339_BUILDING.txt.gz
Specifically this fails:
dh_install: warning: Cannot find (any matches for) "usr/lib/systemtap/stapio"
(tried in ., debian/tmp)
because it's now located at "usr/libexec/systemtap/stapio"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list