FTBFS in zesty-proposed

Bug #1680143 reported by Balint Reczey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libvpx (Ubuntu)
Invalid
Undecided
Unassigned

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

Tags: ftbfs zesty
Revision history for this message
dino99 (9d9) wrote :
Changed in libvpx (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.