Your message dated Mon, 25 Jan 2016 22:02:38 +0000 with message-id <[email protected]> and subject line Bug#812501: Removed package(s) from unstable has caused the Debian Bug report #570617, regarding Filtering -Wl,-Bsymbolic-functions out of LDFLAGS to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 570617: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570617 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: user-mode-linux Version: 2.6.32-1um-3 Severity: wishlist Tags: patch Hi there, Thanks for packaging user-mode-linux in Debian! We were copying the package automatically in Ubuntu unmodified and it was failing to build due to Ubuntu changes to dpkg-dev to set LDFLAGS=-Wl,-Bsymbolic-functions by default (in dpkg-buildpackage). Usually, kernel packages have very different constraints on CFLAGS/LDFLAGS than userspace packages, so in the Ubuntu kernel packages we "unexport CFLAGS LDFLAGS" in the rules. I fixed the amd64 build of user-mode-linux by applying the attached patch which will strip -Wl,-Bsymbolic-functions from LDFLAGS, would you mind applying that to the Debian package? Or perhaps use the unexport recipe, whatever you find best. Thanks! -- Loïc Minierdiff -u user-mode-linux-2.6.32-1um/debian/rules user-mode-linux-2.6.32-1um/debian/rules --- user-mode-linux-2.6.32-1um/debian/rules +++ user-mode-linux-2.6.32-1um/debian/rules @@ -5,6 +5,11 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# Ubuntu's dpkg-buildpackage sets env LDFLAGS=-Wl,-Bsymbolic-functions which +# breaks the kernel build +comma := , +LDFLAGS := $(filter-out -Wl$(comma)-Bsymbolic-functions,$(LDFLAGS)) + config_target:=oldconfig kernel_version:=2.6.32 kernel_dir:=linux-source-$(kernel_version) diff -u user-mode-linux-2.6.32-1um/debian/changelog user-mode-linux-2.6.32-1um/debian/changelog --- user-mode-linux-2.6.32-1um/debian/changelog +++ user-mode-linux-2.6.32-1um/debian/changelog @@ -1,3 +1,9 @@ +user-mode-linux (2.6.32-1um-3ubuntu1) lucid; urgency=low + + * Filter out -Wl,-Bsymbolic-functions from LDFLAGS. + + -- Loïc Minier <[email protected]> Sat, 20 Feb 2010 08:45:08 +0100 + user-mode-linux (2.6.32-1um-3) unstable; urgency=low * Sigh, the new 2.6.32 upload includes the IF_NOTIFY_RESUME patch included
--- End Message ---
--- Begin Message ---Version: 4.0-1um-0.1+rm Dear submitter, as the package user-mode-linux has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/812501 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

