Your message dated Fri, 27 Jan 2012 22:26:09 +0000
with message-id <[email protected]>
and subject line Bug#654838: fixed in syslinux 2:4.05+dfsg-2
has caused the Debian Bug report #654838,
regarding syslinux: FTBFS with --as-needed
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.)


-- 
654838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654838
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: syslinux
Version: 2:4.05+dfsg-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch ld-as-needed

See http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

*** /tmp/tmpkVI7tk/bug_body
In Ubuntu, the attached patch was applied to achieve the following:


  * Fix build failure with --as-needed
    - add debian/patches/08-fix-as-needed.patch
    - update debian/patches/series


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-15-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru syslinux-4.05+dfsg/debian/changelog syslinux-4.05+dfsg/debian/changelog
diff -Nru syslinux-4.05+dfsg/debian/patches/08-fix-as-needed.patch syslinux-4.05+dfsg/debian/patches/08-fix-as-needed.patch
--- syslinux-4.05+dfsg/debian/patches/08-fix-as-needed.patch	1969-12-31 18:00:00.000000000 -0600
+++ syslinux-4.05+dfsg/debian/patches/08-fix-as-needed.patch	2012-01-05 20:20:54.000000000 -0600
@@ -0,0 +1,17 @@
+Description: Fix build failure with --as-needed
+ See http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries
+ .
+Author: Micah Gersten <[email protected]>
+
+---
+--- syslinux-4.05+dfsg.orig/utils/Makefile
++++ syslinux-4.05+dfsg/utils/Makefile
+@@ -51,7 +51,7 @@ isohdpfx.c: $(ISOHDPFX) isohdpfxarray.pl
+ 	$(PERL) isohdpfxarray.pl $(ISOHDPFX) > $@
+ 
+ isohybrid: isohybrid.o isohdpfx.o
+-	$(CC) $(LDFLAGS) -luuid -o $@ $^
++	$(CC) $(LDFLAGS) -o $@ $^ -luuid
+ 
+ gethostip: gethostip.o
+ 	$(CC) $(LDFLAGS) -o $@ $^
diff -Nru syslinux-4.05+dfsg/debian/patches/series syslinux-4.05+dfsg/debian/patches/series
--- syslinux-4.05+dfsg/debian/patches/series	2011-12-23 07:39:12.000000000 -0600
+++ syslinux-4.05+dfsg/debian/patches/series	2012-01-05 20:18:57.000000000 -0600
@@ -5,3 +5,4 @@
 05-digest-sha.patch
 06-geodsp.patch
 07-gfxboot-menu-label.patch
+08-fix-as-needed.patch

--- End Message ---
--- Begin Message ---
Source: syslinux
Source-Version: 2:4.05+dfsg-2

We believe that the bug you reported is fixed in the latest version of
syslinux, which is due to be installed in the Debian FTP archive:

extlinux_4.05+dfsg-2_i386.deb
  to main/s/syslinux/extlinux_4.05+dfsg-2_i386.deb
syslinux-common_4.05+dfsg-2_all.deb
  to main/s/syslinux/syslinux-common_4.05+dfsg-2_all.deb
syslinux-udeb_4.05+dfsg-2_i386.udeb
  to main/s/syslinux/syslinux-udeb_4.05+dfsg-2_i386.udeb
syslinux_4.05+dfsg-2.debian.tar.gz
  to main/s/syslinux/syslinux_4.05+dfsg-2.debian.tar.gz
syslinux_4.05+dfsg-2.dsc
  to main/s/syslinux/syslinux_4.05+dfsg-2.dsc
syslinux_4.05+dfsg-2_i386.deb
  to main/s/syslinux/syslinux_4.05+dfsg-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[email protected]> (supplier of updated 
syslinux package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 27 Jan 2012 22:32:28 +0100
Source: syslinux
Binary: syslinux syslinux-udeb extlinux syslinux-common
Architecture: source i386 all
Version: 2:4.05+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description: 
 extlinux   - collection of boot loaders (ext2/3/4 and btrfs bootloader)
 syslinux   - collection of boot loaders
 syslinux-common - collection of boot loaders (common files)
 syslinux-udeb - collection of boot loaders (udeb)
Closes: 654838 657671
Changes: 
 syslinux (2:4.05+dfsg-2) unstable; urgency=low
 .
   * Adding patch from Micah Gersten <[email protected]> to fix FTBFS
     with --as-needed (Closes: #654838).
   * Switching to numeric (reverse) sorting in extlinux-update, thanks to
     Thomas Viehweger <[email protected]> (Closes: #657671).
Checksums-Sha1: 
 a729fa55dcd98e581d68636932754f9ffa069da1 1398 syslinux_4.05+dfsg-2.dsc
 17080746c8fe504f4f25e8ecc3a194edd3afc40e 33612 
syslinux_4.05+dfsg-2.debian.tar.gz
 bd7241191d92309e0d88e3aba7468fc058e23b79 100196 syslinux_4.05+dfsg-2_i386.deb
 ccfc682118d7e971b2c64d048c2280cbd9718ac2 75144 
syslinux-udeb_4.05+dfsg-2_i386.udeb
 27a9d52ef06d4427222e24484e1ef56e5987f16d 119086 extlinux_4.05+dfsg-2_i386.deb
 b9141d1c8460d660717d334156a9ff75f7ad52fa 1519674 
syslinux-common_4.05+dfsg-2_all.deb
Checksums-Sha256: 
 c18bf1752b6bc9dd233fec1777252e295e5f0dde830208493e1da3559914fdb9 1398 
syslinux_4.05+dfsg-2.dsc
 8814f0937fb54de397364fa91b53190ad302a8b0bf4583632eeb99011293eea1 33612 
syslinux_4.05+dfsg-2.debian.tar.gz
 66302ea365c9d3a2a829ab0b5d9d5b5d41dd1f72e8bc6cb9ab33d8d660ffeabc 100196 
syslinux_4.05+dfsg-2_i386.deb
 ddca6c3cfc67b1b4367689e60ef624c637743a837ee957b903411e88d1f7ac8f 75144 
syslinux-udeb_4.05+dfsg-2_i386.udeb
 6136c012d919ec476fa5e6db6c7a1b9d5ca92fa8c27988715818c0bc86df8d3a 119086 
extlinux_4.05+dfsg-2_i386.deb
 71d96f1afbc47668a118e3cb0f95022c943f1bfff864aa071676e86664552b1e 1519674 
syslinux-common_4.05+dfsg-2_all.deb
Files: 
 2e6cb8154cc3989988aa44a21c5b496a 1398 utils optional syslinux_4.05+dfsg-2.dsc
 b6015df56a38443399395d2e604d3b73 33612 utils optional 
syslinux_4.05+dfsg-2.debian.tar.gz
 f8e430d6f0926620a2108e993d8534cf 100196 utils optional 
syslinux_4.05+dfsg-2_i386.deb
 3f37f304537110cab0ee39c67b82f4b9 75144 debian-installer optional 
syslinux-udeb_4.05+dfsg-2_i386.udeb
 c38e316a13401ac2e06413acaa7746e6 119086 utils optional 
extlinux_4.05+dfsg-2_i386.deb
 53df2d6983f949710745166d6d5c140a 1519674 utils optional 
syslinux-common_4.05+dfsg-2_all.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk8jHCsACgkQ+C5cwEsrK55ooACgwqIOqRhBhyEtp+odmBjDVies
HXcAnjjBibQPBC0AUGrh45xWmhnU8DjK
=dFJF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to