[Bug 1680143] [NEW] FTBFS in zesty-proposed
Balint Reczey
balint.reczey at canonical.com
Wed Apr 5 15:24:30 UTC 2017
Public bug reported:
Due to dpkg's different interpretation of
DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
and
DEB_BUILD_MAINT_OPTIONS = hardening=+all
in Debian Stretch and Zesty 1.6.1-3 fails to build in Zesty.
IMO the delta between 1.6.1-2 and 1.6.1-3 is small enough to leave
1.6.1-2 in Zesty.
Changes:
libvpx (1.6.1-3) unstable; urgency=medium
.
* Team upload.
* Mark libvpx-doc as Multi-Arch:foreign.
* Do not forcefully disable PIE anymore as -pie changed meaning.
(Closes: #859415)
Otherwise this patch would fix the issue:
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
DEB_CFLAGS_MAINT_APPEND = -Wall
DEB_CXXFLAGS_MAINT_APPEND = -Wall
** Affects: libvpx (Ubuntu)
Importance: Undecided
Status: New
** Tags: ftbfs zesty
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libvpx in Ubuntu.
https://bugs.launchpad.net/bugs/1680143
Title:
FTBFS in zesty-proposed
Status in libvpx package in Ubuntu:
New
Bug description:
Due to dpkg's different interpretation of
DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
and
DEB_BUILD_MAINT_OPTIONS = hardening=+all
in Debian Stretch and Zesty 1.6.1-3 fails to build in Zesty.
IMO the delta between 1.6.1-2 and 1.6.1-3 is small enough to leave
1.6.1-2 in Zesty.
Changes:
libvpx (1.6.1-3) unstable; urgency=medium
.
* Team upload.
* Mark libvpx-doc as Multi-Arch:foreign.
* Do not forcefully disable PIE anymore as -pie changed meaning.
(Closes: #859415)
Otherwise this patch would fix the issue:
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
DEB_CFLAGS_MAINT_APPEND = -Wall
DEB_CXXFLAGS_MAINT_APPEND = -Wall
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvpx/+bug/1680143/+subscriptions
More information about the foundations-bugs
mailing list