Your message dated Mon, 5 Dec 2011 14:25:03 +0000
with message-id <[email protected]>
and subject line removed from unstable
has caused the Debian Bug report #650964,
regarding gtk-led-askpass: FTBFS with ld --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.)
--
650964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650964
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gtk-led-askpass
Version: 0.11-1
Severity: important
gtk-led-askpass 0.11-1 fails to build when ld --as-needed is enabled.
To fix problem, please consider following patch:
--- gtk-led-askpass-0.11.orig/Makefile.in
+++ gtk-led-askpass-0.11/Makefile.in
@@ -52,9 +52,8 @@
PROGRAMS = $(bin_PROGRAMS)
gtk_led_askpass_SOURCES = gtk-led-askpass.c
gtk_led_askpass_OBJECTS = gtk-led-askpass.$(OBJEXT)
-gtk_led_askpass_LDADD = $(LDADD)
-gtk_led_askpass_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(gtk_led_askpass_LDFLAGS) $(LDFLAGS) -o $@
+gtk_led_askpass_LDADD = $(gtk_led_askpass_LDFLAGS) $(LDFLAGS) $(LDADD)
+gtk_led_askpass_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) -o $@
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
Thank you!
Best regards,
Leo.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric'), (100,
'oneiric-backports')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-030200rc2-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages gtk-led-askpass depends on:
ii libc6 2.13-20ubuntu5 Embedded GNU C Library: Shared lib
ii libglib2.0-0 2.30.0-0ubuntu4 GLib library of C routines
ii libgtk2.0-0 2.24.6-0ubuntu5 The GTK+ graphical user interface
gtk-led-askpass recommends no packages.
gtk-led-askpass suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
This package has been removed from unstable.
Regards,
Daf
--- End Message ---