Your message dated Thu, 19 Nov 2015 19:34:20 +0000
with message-id <e1zzuyk-0005of...@franck.debian.org>
and subject line Bug#805428: fixed in tableau-parm 0.2.0-4
has caused the Debian Bug report #805428,
regarding tableau-parm: fix 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 ow...@bugs.debian.org
immediately.)


-- 
805428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805428
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tableau-parm
Version: 0.2.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu xenial ubuntu-patch

Dear Maintainer,

In Ubuntu, we use ld --as-needed by default in the toolchain, and your
package fails to build from source with that option enabled because of the
way libraries are linked.

Even though Debian doesn't use ld --as-needed by default, it is a good idea
to make this change so that (1) we don't have to maintain a delta and (2)
you don't need to change anything in case Debian makes this default in the
future.

You can read more about this option here:
https://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with ld --as-needed. LP: #832758.

Thanks for considering the patch.

Logan Rosen

-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-19-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -u tableau-parm-0.2.0/debian/patches/01-makefile.patch tableau-parm-0.2.0/debian/patches/01-makefile.patch
--- tableau-parm-0.2.0/debian/patches/01-makefile.patch
+++ tableau-parm-0.2.0/debian/patches/01-makefile.patch
@@ -20,7 +20,7 @@
  
  build/bin/tableau-parm: build/bin src/tableau-parm.c Makefile
 -	$(CC) $(OPTS) -o $@ -I/usr/local/include -L/usr/local/lib -lsgutils src/tableau-parm.c
-+	$(CC) $(OPTS) -o $@ -I/usr/include -L/usr/lib -lsgutils2 src/tableau-parm.c
++	$(CC) $(OPTS) -o $@ -I/usr/include -L/usr/lib src/tableau-parm.c -lsgutils2
  
  build/doc/man/man1/tableau-parm.1.gz: doc/man/man1/tableau-parm.1.gz
  	mkdir -p build/doc/man/man1

--- End Message ---
--- Begin Message ---
Source: tableau-parm
Source-Version: 0.2.0-4

We believe that the bug you reported is fixed in the latest version of
tableau-parm, which is due to be installed in the Debian FTP archive.

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 805...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eribe...@debian.org> (supplier of updated 
tableau-parm 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 18 Nov 2015 16:47:07 -0200
Source: tableau-parm
Binary: tableau-parm
Architecture: source amd64
Version: 0.2.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Changed-By: Joao Eriberto Mota Filho <eribe...@debian.org>
Description:
 tableau-parm - tableau write-blocking bridge query/command utility
Closes: 805428
Changes:
 tableau-parm (0.2.0-4) unstable; urgency=medium
 .
   * Team upload.
   * debian/patches/:
       - fix-string-error: renamed to 10_fix-string-error.patch.
       - fix-makefile:
           ~ Renamed to 20_fix-makefile.patch.
           ~ fixed a FTBFS when using ld --as-needed. Thanks to
             Logan Rosen <lo...@ubuntu.com> (Closes: #805428, LP: #832758)
       - fix-spelling-error: renamed to 30_fix-spelling-error.patch.
Checksums-Sha1:
 037e55796cac912787fe7517f9604f82a10c225c 1963 tableau-parm_0.2.0-4.dsc
 17abb52b2f2edd984c212f191abc0e7364289ed9 3796 
tableau-parm_0.2.0-4.debian.tar.xz
 6c08d7b2e96061373fb29dbc1ece92091a8b0497 10676 tableau-parm_0.2.0-4_amd64.deb
Checksums-Sha256:
 aa08dabdcb0f2790925b7b5a2fd7babc188ed364c628ecd5119aae506d3b3869 1963 
tableau-parm_0.2.0-4.dsc
 d70593a4ac112df661d399a9ac3cfc99ba40806010fb58ebfb6fe9e8c3c79877 3796 
tableau-parm_0.2.0-4.debian.tar.xz
 3960c25b707184df21780721326d5a25a27b6aea2a495e420ef582c773a4e1f1 10676 
tableau-parm_0.2.0-4_amd64.deb
Files:
 802b79c1ba04aec36822193a292ace4c 1963 admin optional tableau-parm_0.2.0-4.dsc
 d36938ece913f271a4b5f0a4431847f4 3796 admin optional 
tableau-parm_0.2.0-4.debian.tar.xz
 5abf119f93655d4f44507b99a4bfe6b8 10676 admin optional 
tableau-parm_0.2.0-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWTMvmAAoJEN5juccE6+nvNF4P/jvQmYCie0/o02STnTKe63b6
BKi+lECtQhk2Z0dViLNCAIHzmz4zgZ5G5iKIt85pU7ZWhin9aTjetPU6FPPl0amt
g/fBSUrMRfBvrbmIan+MAsRjC/dRzeCeovIw0q5AR4qXwYMS0bKyYDQ7w/MsMYKU
YjQm7ay1Tr40vw5sW/TGVhGXf8va5sDS6lPWvz+ymv9UvPuKQk+5XimG4chWtNee
HKacpAwyxbNU7SwHImiUxbS4tQN/yqG3hB98oYQbfslFv42SbAkfcL92/xkOT9AZ
iRhj1a/yZIxbZtLF8R9V3II8rAw9VpoB5scp/2B72ffS1bTfdcA5FbQhN+7gRjoT
Q2JHjmEpY+KwIrO9SrH61Gnb/7mTK7J82R7TS1PhrS8w+vpP5UNnJmylooJGgfxj
UNH3IGiFSkOJLOMyjJUQicPtm3PTVlIffpDzDK8gcOLpryuwCjSEjLYxgbsY9I0t
wxW21ZuNWqgNyHv4NxvvM/JT4/YKQb3NhNN8ATBPDLg6YWzbh7nOwhH551Kc3OF1
61goUxRQQE2st1AVx/qLNgt//tDgpWUAthVnzshyfjkLMiInnL+Z8Ll+AO7f4vWH
Rlm+a67+KP69s3snEXHmq6Nd/f2ZOsnfjDUFkuFYwSHC/jMM2Gv0GyYP4d50Tmce
CRuvOKXjUCtWg026hd+D
=LJCW
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Reply via email to