[linux] 02/02: linux-perf: Exclude perf-read-vdso* from shared library dependency check
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Mon Nov 7 23:43:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit aecf13fddd2dcfb1d3810dc80d48ecc853f059f2
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Mon Nov 7 23:42:33 2016 +0000
linux-perf: Exclude perf-read-vdso* from shared library dependency check
Fixes FTBFS on sparc64:
dpkg-shlibdeps: error: no dependency information found for /usr/lib32/libc.so.6 (used by debian/linux-perf-4.9/usr/lib/perf_4.9-core/perf-read-vdso32)
Hint: check if the library actually comes from a package.
dh_shlibdeps: dpkg-shlibdeps -Tdebian/linux-perf-4.9.substvars debian/linux-perf-4.9/usr/bin/perf_4.9 debian/linux-perf-4.9/usr/lib/traceevent_4.9/plugins/plugin_xen.so debian/linux-perf-4.9/usr/lib/traceevent_4.9/plugins/plugin_hrtimer.so debian/linux-perf-4.9/usr/lib/traceevent_4.9/plugins/plugin_jbd2.so debian/linux-perf-4.9/usr/lib/traceevent_4.9/plugins/plugin_function.so debian/linux-perf-4.9/usr/lib/traceevent_4.9/plugins/plugin_mac80211.so debian/linux-perf-4.9/usr/lib/tra [...]
---
debian/changelog | 2 ++
debian/rules.real | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 888352d..65dfcf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ linux (4.9~rc3-1~exp2) UNRELEASED; urgency=medium
[ Ben Hutchings ]
* [hppa] Update build-dependencies for 64-bit kernel (fixes FTBFS)
+ * linux-perf: Exclude perf-read-vdso* from shared library dependency
+ check (fixes FTBFS on sparc64)
-- Aurelien Jarno <aurel32 at debian.org> Sat, 05 Nov 2016 23:17:01 +0100
diff --git a/debian/rules.real b/debian/rules.real
index 31d6250..96411e4 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -595,7 +595,7 @@ endif
dh_compress
dh_fixperms
dh_installdeb
- dh_shlibdeps
+ dh_shlibdeps -Xperf-read-vdso
dh_gencontrol
dh_md5sums
dh_builddeb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list