Your message dated Fri, 19 Aug 2011 23:32:09 +0000
with message-id <[email protected]>
and subject line Bug#637587: fixed in cronutils 1.1-3
has caused the Debian Bug report #637587,
regarding cronutils: 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.)


-- 
637587: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637587
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cronutils
Version: 1.1-2
Severity: normal
Tags: upstream patch
User: [email protected]
Usertags: ld-as-needed

The package fails to build when --as-needed linker option is enabled,
because of incorrect order of parameters passed to ld. Here's a log of
failed build in Ubuntu:
https://launchpadlibrarian.net/76832085/buildlog_ubuntu-oneiric-i386.cronutils_1.1-2_FAILEDTOBUILD.txt.gz

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

The attached patch was used in Ubuntu to fix the problem.
https://launchpad.net/ubuntu/+source/cronutils/1.1-2ubuntu1

-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 
'natty-proposed'), (500, 'natty'), (100, 'natty-backports')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-11-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Place libraries at the end of the linker call, allowing to build
 with --as-needed linker option.
Author: Ilya Barygin <[email protected]>
--- cronutils-1.1.orig/Makefile
+++ cronutils-1.1/Makefile
@@ -21,7 +21,7 @@ runlock: runlock.c subprocess.c tempdir.
 runstat: runstat.c subprocess.c tempdir.c
 
 CFLAGS=-Wall -Werror -Wextra -D_XOPEN_SOURCE=500 -g -O0 -ansi -pedantic-errors 
-Wwrite-strings -Wcast-align -Wcast-qual -Winit-self -Wformat=2 -Wuninitialized 
-Wmissing-declarations -Wpointer-arith -Wstrict-aliasing -fstrict-aliasing
-LDFLAGS=-lrt
+LDLIBS=-lrt
 
 SOURCES = runalarm.c runlock.c runstat.c subprocess.c subprocess.h tempdir.c 
tempdir.h Makefile runalarm.1 runlock.1 runstat.1 version
 

--- End Message ---
--- Begin Message ---
Source: cronutils
Source-Version: 1.1-3

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

cronutils_1.1-3.debian.tar.gz
  to main/c/cronutils/cronutils_1.1-3.debian.tar.gz
cronutils_1.1-3.dsc
  to main/c/cronutils/cronutils_1.1-3.dsc
cronutils_1.1-3_amd64.deb
  to main/c/cronutils/cronutils_1.1-3_amd64.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.
Jamie Wilkinson <[email protected]> (supplier of updated cronutils 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: Wed, 17 Aug 2011 12:04:14 +1000
Source: cronutils
Binary: cronutils
Architecture: source amd64
Version: 1.1-3
Distribution: unstable
Urgency: low
Maintainer: Jamie Wilkinson <[email protected]>
Changed-By: Jamie Wilkinson <[email protected]>
Description: 
 cronutils  - Utilities to assist running batch processing jobs
Closes: 635212 637587
Changes: 
 cronutils (1.1-3) unstable; urgency=low
 .
   * Fix FTBFS on kfreebsd, by defining HOST_NAME_MAX.  (Closes: #635212)
   * Put the libraries at the end of the linker call, allowing building
     with --as-needed linker option (Thanks, Ilya Barygin)  (Closes: #637587)
Checksums-Sha1: 
 19858f99bf9934af855dd6e68d4a8ea61fa954e9 1014 cronutils_1.1-3.dsc
 fa8f43a6a66c7751f077affd42c19969b5f76e87 3262 cronutils_1.1-3.debian.tar.gz
 a82b051ca2dc509e5ee33c9a5ae70a3449c6cc45 16394 cronutils_1.1-3_amd64.deb
Checksums-Sha256: 
 557b8a13ca2f2e676dab3ad817fe90898de9c82425a174226119031f6e50a055 1014 
cronutils_1.1-3.dsc
 8ae3bc246f61f28e5c8d55d60d945295c57ec372b009ac5a22c66bf9a585cfca 3262 
cronutils_1.1-3.debian.tar.gz
 925cf6a9a031ccda41000dcd9f37e5f6a12bb09617e2f428e81ed2e4aba542ce 16394 
cronutils_1.1-3_amd64.deb
Files: 
 ced62aa1006fdccb1e1a93970fcfc63c 1014 admin extra cronutils_1.1-3.dsc
 8e1845bfb8fe2ab5b274ce6e0f5df0e6 3262 admin extra cronutils_1.1-3.debian.tar.gz
 d914c7262c9de837605f1460ad628d25 16394 admin extra cronutils_1.1-3_amd64.deb

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

iEYEARECAAYFAk5O73oACgkQ5u9oNyz9HDgTyACdEbZGFgSGD1+7yfGxKPBFy43v
Z74AoI9um9Jka8EwNcZmZpR5Q6yRA6Yf
=lZLQ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to