Debian Bug report logs - #846452
undertaker: add libfl-dev to Build-Depends

version graph

Package: src:undertaker; Maintainer for src:undertaker is Christoph Egger <christoph@debian.org>;

Reported by: Helmut Grohne <helmut@subdivi.de>

Date: Thu, 1 Dec 2016 07:59:03 UTC

Severity: serious

Tags: patch, sid, stretch

Fixed in version undertaker/1.6.1-4

Done: Reinhard Tartler <siretart@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to Christoph Egger <christoph@debian.org>:
Bug#846452; Package src:undertaker. (Thu, 01 Dec 2016 07:59:05 GMT) (full text, mbox, link).


Acknowledgement sent to Helmut Grohne <helmut@subdivi.de>:
New Bug report received and forwarded. Copy sent to Christoph Egger <christoph@debian.org>. (Thu, 01 Dec 2016 07:59:05 GMT) (full text, mbox, link).


Message #5 received at maintonly@bugs.debian.org (full text, mbox, reply):

From: Helmut Grohne <helmut@subdivi.de>
To: maintonly@bugs.debian.org
Subject: undertaker: add libfl-dev to Build-Depends
Date: Thu, 01 Dec 2016 08:53:29 +0100
Source: undertaker
Severity: important
User: helmutg@debian.org
Usertags: libfldep

undertaker will soon fail to build from source, beause flex drops its
dependency on libfl-dev. Since undertaker uses parts of libfl-dev
(e.g. libl.a, libfl.a or FlexLexer.h), it should add libfl-dev to its
Build-Depends. This change was previously announced[1] to
debian-devel in accordance with DevRef 7.1.1. Please add the missing
dependency.

Helmut

[1] https://lists.debian.org/debian-devel/2016/03/msg00162.html 



Severity set to 'serious' from 'important' Request was from Helmut Grohne <helmut@subdivi.de> to control@bugs.debian.org. (Sun, 04 Dec 2016 20:45:17 GMT) (full text, mbox, link).


Added tag(s) sid and stretch. Request was from Sebastian Ramacher <sramacher@debian.org> to control@bugs.debian.org. (Sun, 04 Dec 2016 21:51:19 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Christoph Egger <christoph@debian.org>:
Bug#846452; Package src:undertaker. (Tue, 20 Dec 2016 04:57:05 GMT) (full text, mbox, link).


Acknowledgement sent to Adrian Bunk <bunk@stusta.de>:
Extra info received and forwarded to list. Copy sent to Christoph Egger <christoph@debian.org>. (Tue, 20 Dec 2016 04:57:05 GMT) (full text, mbox, link).


Message #14 received at 846452@bugs.debian.org (full text, mbox, reply):

From: Adrian Bunk <bunk@stusta.de>
To: 844980@bugs.debian.org, 846452@bugs.debian.org
Subject: Patch for the undertaker FTBFS bugs
Date: Tue, 20 Dec 2016 06:53:48 +0200
Control: tags -1 patch

The following patch fixes the undertaker FTBFS bugs:

--- debian/control.old	2016-12-20 04:46:08.000000000 +0000
+++ debian/control	2016-12-20 04:46:18.000000000 +0000
@@ -8,6 +8,7 @@
  check,
  debhelper (>= 9~),
  flex (>= 2.6.1),
+ libfl-dev,
  libboost-dev (>= 1.40),
  libboost-filesystem-dev (>= 1.40),
  libboost-regex-dev (>= 1.40),
--- debian/rules.old	2016-12-20 04:46:09.000000000 +0000
+++ debian/rules	2016-12-20 04:46:52.000000000 +0000
@@ -3,7 +3,7 @@
 UPSTREAM_VERSION=$(shell cat VERSION)
 
 %:
-	dh $@ --with python2 --parallel
+	dh $@ --with python2
 
 override_dh_auto_build:
 	cd undertaker && make REGENERATE_PARSERS=1 regenerate_parsers



cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed




Added tag(s) patch. Request was from Adrian Bunk <bunk@stusta.de> to 846452-submit@bugs.debian.org. (Tue, 20 Dec 2016 04:57:05 GMT) (full text, mbox, link).


Reply sent to Reinhard Tartler <siretart@debian.org>:
You have taken responsibility. (Wed, 21 Dec 2016 22:39:06 GMT) (full text, mbox, link).


Notification sent to Helmut Grohne <helmut@subdivi.de>:
Bug acknowledged by developer. (Wed, 21 Dec 2016 22:39:06 GMT) (full text, mbox, link).


Message #21 received at 846452-close@bugs.debian.org (full text, mbox, reply):

From: Reinhard Tartler <siretart@debian.org>
To: 846452-close@bugs.debian.org
Subject: Bug#846452: fixed in undertaker 1.6.1-4
Date: Wed, 21 Dec 2016 22:36:08 +0000
Source: undertaker
Source-Version: 1.6.1-4

We believe that the bug you reported is fixed in the latest version of
undertaker, 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 846452@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <siretart@debian.org> (supplier of updated undertaker 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 21 Dec 2016 21:03:52 +0000
Source: undertaker
Binary: undertaker
Architecture: amd64 source
Version: 1.6.1-4
Distribution: unstable
Urgency: medium
Maintainer: Christoph Egger <christoph@debian.org>
Changed-By: Reinhard Tartler <siretart@debian.org>
Closes: 844980 846452
Description: 
 undertaker - variability-aware tool for static code analysis
Changes:
 undertaker (1.6.1-4) unstable; urgency=medium
 .
   * Bug fix: "FTBFS in parallel builds", thanks to Lucas Nussbaum
     (Closes: #844980).
   * Bug fix: "add libfl-dev to Build-Depends", thanks to Helmut Grohne
     (Closes: #846452).
Checksums-Sha1: 
 4905971ff73630d515eb56cd16867a314b01e901 2241 undertaker_1.6.1-4.dsc
 d46f74455c5750a2fdb720ce853eab631befedd8 18192 undertaker_1.6.1-4.debian.tar.xz
 94c23f58f7ac0e7d9b0b794c49b538d000d427b2 1385628 undertaker-dbgsym_1.6.1-4_amd64.deb
 e1715d724eb4a276a6df8cc53758fc7698536d22 6314 undertaker_1.6.1-4_amd64.buildinfo
 5335d4765bb164989328a6f108d404f80f0f1b1a 1253932 undertaker_1.6.1-4_amd64.deb
Checksums-Sha256: 
 ac1fecbc674484af0d7b529848ee5c4299e57e967cf38d0470d520edc0dededb 2241 undertaker_1.6.1-4.dsc
 d17b66d2e719e9ea26f8b31dfe27de12e1f38426e7138cf57487e7f4af65756e 18192 undertaker_1.6.1-4.debian.tar.xz
 2c65c3a13927956046453a32f8e3ca9b8df2596897aac2a3965801364bfb1be7 1385628 undertaker-dbgsym_1.6.1-4_amd64.deb
 6cfd9c6736eb4d7b05192b0b717eec4726d7d87e6fae15f4bade520e2c70a492 6314 undertaker_1.6.1-4_amd64.buildinfo
 23bf07c758844b3ead47479cbbc821aac06088714874f95e4eb34a20ecf3af43 1253932 undertaker_1.6.1-4_amd64.deb
Files: 
 1b16390e0c7e2161943e368351e53137 2241 devel optional undertaker_1.6.1-4.dsc
 482fd5815674d6d197d01d730b5b08da 18192 devel optional undertaker_1.6.1-4.debian.tar.xz
 823d67d01376697dd0ac84b95f7cd4d8 1385628 debug extra undertaker-dbgsym_1.6.1-4_amd64.deb
 8e9392dc91b2902f23d1eb782ce8b73a 6314 devel optional undertaker_1.6.1-4_amd64.buildinfo
 666b64beb9ca25e07947b1af395c8c1b 1253932 devel optional undertaker_1.6.1-4_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCAAyFiEEG346Wlh+vrSwRQnyYQkqu5dBnfMFAlha/L8UHHNpcmV0YXJ0
QGRlYmlhbi5vcmcACgkQYQkqu5dBnfPuORAAgmZoDqCh3qTDqx2sPQznEY0TCYRO
e/wT31GSSvm1xS0zaCvOz6ugXNJJNY86IKPYsk+yhizX5Bj9YNpenChHR+GnTkRE
lIviXp48VshmG72YEMZN1YaJLRSMUmK5rFLk9Ra/WgfHBvfLKhkSqmYQLqFfoto2
ere0JGykoCfTA2yz0IzcR5uPpdnWTy0KN5UyNk3bk6okj6f8KPeDhRPaCwoRvhBo
TGSWf69MwlaATF5mXg3z5zrPrMrRJdzR+KyqQQSkyDe9gVHRIhes0kpRSxAkHnak
CnQ4q3Vg65UVgc8n0xsLXDhE3oDQue7eqDwOtnYg25Bau4AOIwWdVVgTHbDMXCrx
MIyIYpncLhjqyce6GbT9RW6Bv0UOjFoRbUw/nRb6IGCd0vnxp93fjFDOdTZGEpZH
/SJydSX5KS/8cFEuaZ5ElCbi4bOjlGaMJL8xCTBq+sirGiQh2F12LbAvOVJgAbMc
4ICdGXRRggQZua3gbf3VX20xH636m4xkpW/u6Yz7mhD7X5SM+G4cDzvzi97PibRl
0OoNZyaLYqBqdLR7SDuVKdPwEuLhLE4AeNiF2QgCh5la84r7rXk2mgDh+BNpoA0g
S3CtK9XBBtx7Xs2Z/I1fIg6rfl1Xra3FdQDgfmFh/PxjFTCD31EanqfVIrc7A73/
2Ri+LL4yXLHINyg=
=ixE6
-----END PGP SIGNATURE-----




Information stored :
Bug#846452; Package src:undertaker. (Fri, 13 Jan 2017 19:42:04 GMT) (full text, mbox, link).


Acknowledgement sent to Adrian Bunk <bunk@debian.org>:
Extra info received and filed, but not forwarded. (Fri, 13 Jan 2017 19:42:04 GMT) (full text, mbox, link).


Message #26 received at 846452-quiet@bugs.debian.org (full text, mbox, reply):

From: Adrian Bunk <bunk@debian.org>
To: 846452-quiet@bugs.debian.org, 844980-quiet@bugs.debian.org
Subject: undertaker is waiting for binutils testing migration
Date: Fri, 13 Jan 2017 21:39:28 +0200
undertaker is waiting for gcc-6 testing migration,
which itself depends on binutils testing migration.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed




Information stored :
Bug#846452; Package src:undertaker. (Fri, 27 Jan 2017 15:45:14 GMT) (full text, mbox, link).


Acknowledgement sent to Adrian Bunk <bunk@debian.org>:
Extra info received and filed, but not forwarded. (Fri, 27 Jan 2017 15:45:14 GMT) (full text, mbox, link).


Message #31 received at 846452-quiet@bugs.debian.org (full text, mbox, reply):

From: Adrian Bunk <bunk@debian.org>
To: 846452-quiet@bugs.debian.org, 844980-quiet@bugs.debian.org
Subject: undertaker is waiting for binutils testing migration
Date: Fri, 27 Jan 2017 17:44:26 +0200
undertaker is waiting for gcc-6 testing migration,
which itself depends on binutils testing migration.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 27 Feb 2017 07:29:52 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 13:45:54 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.