Your message dated Tue, 26 Aug 2014 16:03:40 +0000 with message-id <[email protected]> and subject line Bug#758318: fixed in bird 1.4.4-2 has caused the Debian Bug report #758318, regarding FTBFS: missing build-depends: sp 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.) -- 758318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758318 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: bird Version: 1.4.4-1 Severity: serious Tags: patch Justification: Fails to build from source Hello, The bird package currently fails to build from source because during the pdf generation phase it cannot find /usr/bin/nsgmls. Simply adding the 'sp' package to the build-depends makes it work again. The attached patch shows this. I'm happy to upload this as a NMU if it would help you. make[2]: Entering directory '/home/micah/debian/bird-1.4.4/doc' /home/micah/debian/bird-1.4.4/tools/progdoc /home/micah/debian/bird-1.4.4 /Doc /doc/Doc prog-intro.sgml /nest/Doc rt-fib.c rt-table.c Warning(551): Function parameter 'before_old' not described in 'rte_announce' Warning(1446): Function parameter 'tab' not described in 'rt_prune_table' rt-attr.c proto.sgml proto.c Warning(731): Function parameter 'UNUSED' not described in 'graceful_restart_done' proto-hooks.c Warning(161): Function parameter 'buflen' not described in 'get_attr' iface.c neighbor.c Warning(352): Function parameter 'a' not described in 'neigh_ifa_update' cli.c locks.c /conf/Doc conf.c cf-lex.l Warning(561): Function parameter 'c' not described in 'cf_lex_init' /filter/Doc filter.c tree.c trie.c Warning(84): Function parameter 'lp' not described in 'f_new_trie' /proto/Doc /proto/bfd/Doc bfd.c /proto/bgp/Doc bgp.c Warning(729): Function parameter 'UNUSED' not described in 'bgp_incoming_connection' packets.c attrs.c /proto/ospf/Doc ospf.c topology.c Warning(1610): Function parameter 'pool' not described in 'ospf_top_new' neighbor.c iface.c packet.c lsalib.c dbdes.c rt.c /proto/pipe/Doc pipe.c /proto/rip/Doc rip.c auth.c /proto/radv/Doc radv.c packets.c /proto/static/Doc static.c ../nest/rt-dev.c /sysdep/Doc sysdep.sgml /sysdep/unix/Doc log.c Warning(106): Function parameter 'buf' not described in 'log_commit' krt.c /lib/Doc ip.c ipv4.c ipv6.c lists.c checksum.c bitops.c patmatch.c printf.c xmalloc.c resource.sgml resource.c mempool.c slab.c event.c ../sysdep/unix/io.c Warning(454): Function parameter 'fmt_spec' not described in 'tm_format_datetime' ./sgml2html prog.sgml Processing file prog.sgml sh: 1: /usr/bin/nsgmls: not found ./sgml2latex --output=tex prog.sgml Processing file prog.sgml sh: 1: /usr/bin/nsgmls: not found pdflatex prog.tex This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode ! I can't find file `prog.tex'. <*> prog.tex (Press Enter to retry, or Control-D to exit) Please type another input file name: -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages bird depends on: ii adduser 3.113+nmu3 ii libc6 2.19-7 ii libreadline6 6.3-8 ii libtinfo5 5.9+20140712-2 bird recommends no packages. Versions of packages bird suggests: ii bird-doc 1.4.4-1diff --git a/debian/changelog b/debian/changelog index f8b69d0..0f662e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +bird (1.4.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add sp package to Build-depends to provide missing /usr/bin/nsgmls + fixing FTBFS + + -- Micah Anderson <[email protected]> Sat, 16 Aug 2014 15:45:29 -0400 + bird (1.4.4-1) unstable; urgency=medium * New upstream version 1.4.4 diff --git a/debian/control b/debian/control index 5d10ec6..27c3bd8 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: quilt, autotools-dev, xsltproc, docbook-xsl, - linuxdoc-tools-latex + linuxdoc-tools-latex, sp Maintainer: Ondřej Surý <[email protected]> Standards-Version: 3.9.5 Vcs-Browser: http://git.debian.org/?p=users/ondrej/bird.git
--- End Message ---
--- Begin Message ---Source: bird Source-Version: 1.4.4-2 We believe that the bug you reported is fixed in the latest version of bird, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ondřej Surý <[email protected]> (supplier of updated bird 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: SHA256 Format: 1.8 Date: Mon, 18 Aug 2014 10:43:50 +0200 Source: bird Binary: bird bird-bgp bird6 bird-dbg bird-bgp-dbg bird-doc Architecture: source amd64 all Version: 1.4.4-2 Distribution: unstable Urgency: medium Maintainer: Ondřej Surý <[email protected]> Changed-By: Ondřej Surý <[email protected]> Description: bird - Internet Routing Daemon bird-bgp - Internet Routing Daemon [BGP-only version] bird-bgp-dbg - Internet Routing Daemon - debug symbols [BGP-only version] bird-dbg - Internet Routing Daemon - debug symbols bird-doc - Internet Routing Daemon - documentatio bird6 - Internet Routing Daemon [transitional packages] Closes: 758318 Changes: bird (1.4.4-2) unstable; urgency=medium . [ Frederik Kriewitz ] * add missing $BIRD_ARGS to upstart scripts . [ Ondřej Surý ] * Fix Vcs URLs to anonscm.debian.org * Add sp to Build-Depends (Closes: #758318) Checksums-Sha1: b186986b0eb91288d8b7da885e2f328cf37fcc74 2280 bird_1.4.4-2.dsc cb05a9bccd35e89cbb40b61de037bb030630cabf 13772 bird_1.4.4-2.debian.tar.xz e15fb29f7ae799123e4488c96bc2a2503ddee2b8 502826 bird_1.4.4-2_amd64.deb 7fd2d685c2a8a8aa421ccbac86a9399ad9b800e7 393878 bird-bgp_1.4.4-2_amd64.deb 0fbba0b783c56731d1b0fda96d973416e0eeecb8 191508 bird6_1.4.4-2_all.deb 8dd54f1a924d9f814befe1f082abd65299f407c5 1361786 bird-dbg_1.4.4-2_amd64.deb eda57087f98b390af7ecdb5c7d6a69fa367c5f18 950740 bird-bgp-dbg_1.4.4-2_amd64.deb a30428b968abfc16546491118c236dadaac1369b 901026 bird-doc_1.4.4-2_all.deb Checksums-Sha256: 26846932982ffa5a5b29b8d43d7cee2bd6e4f95a6eea81f1d27f2be8e0420b69 2280 bird_1.4.4-2.dsc d0b04b147842f8ab5e9cb0df1ba6d2b6f7d9ba405fcb1929312d37664c13d486 13772 bird_1.4.4-2.debian.tar.xz 07a07af8dc5147d81f1c30299e617a7800b8ef32ffa6f0eca8b80ed4cb2e09f2 502826 bird_1.4.4-2_amd64.deb 8bbd30900f3e02a0c2a6f0c3a9362f0218e6e5487f670367715362b95f810f66 393878 bird-bgp_1.4.4-2_amd64.deb c27596941e591202416911ad6b99136225dd1aaba899453289c116008b565e6e 191508 bird6_1.4.4-2_all.deb 9f3212d5489ece307a99e519bffa8c069c87552018ac8c5f8739d60d54aec827 1361786 bird-dbg_1.4.4-2_amd64.deb 032db076dc2ebb300799e88a6dadb8751400f6db0dd63d38c110107a3e9e93bf 950740 bird-bgp-dbg_1.4.4-2_amd64.deb b1deeca0c4d59a497e0f29cc11128199209943f69c8524e9730284ea07e061d6 901026 bird-doc_1.4.4-2_all.deb Files: 22a5a1c05fe0273bf8699f052310e41c 502826 net extra bird_1.4.4-2_amd64.deb e4b3f8ecd55351465315d3afc0b7c7e6 393878 net extra bird-bgp_1.4.4-2_amd64.deb 84a0c7fb7463d90acd5d3ab6daccb01b 191508 oldlibs extra bird6_1.4.4-2_all.deb fe29574285efb7467e442819120321c7 1361786 debug extra bird-dbg_1.4.4-2_amd64.deb 0fe35b257ba3504762ffa903c6f3d5c6 950740 debug extra bird-bgp-dbg_1.4.4-2_amd64.deb a504df2ea1efffcfbd7e24fa77ebecbd 901026 doc optional bird-doc_1.4.4-2_all.deb 73ebc628fe060c773a4a4c1f4f74d448 2280 net extra bird_1.4.4-2.dsc 0855c3b69a33842e3def3f280b0d6f35 13772 net extra bird_1.4.4-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJT/GhlAAoJEAyZtw70/LsHKvoP/0ij/PavO2Wfeuuu4w1zOGmp japfR2cjWiaV276rQD4QGQiHHHWY7VWLihJtvepBvI9HMZ6X+wtehh8xxotPG89w UAmivFUY2PbfAeQV2Gq13RmwOIgPztnUrPe0hvAz16dB7rr+iVcWztst8QyqBdKG C3oUEnMoBbV9RH+3U5iZmSIQGd+z+u3flgOBan+1561+ivdrCj3BRMta80R0dN8C bNpTd11IpmhgrW1mzoPrxtEaZoSCcCkUHQbOPVdFgIJgoHLxhzueObFZng4WPlfx nyXKKX/+HoIDNxviffUT1qR50AtDtpUfV+2qS7kijP1GHBi6ZtRy74qhZ7MmMqs3 XEPOW/lx9/B3HGJN+cq05DX0gPpQHjGdkvX0AXsQE95VdWMl+LPPg4HSu8rVIwou j83EWju8L0PZl+gTwbtrbHsy3NZaTqsGt64wHAUq4NxQP1injyyI3jl9KYqBqUlb tHJxSZu7M8IPKwdhh5iKsCH1f3Bwttnz7O4v8nGkZVe+vtMvrYuWScPu2Cim9gHL 9EZuRAoqGSYaet8TpKQjXlx0BGfDiL+pNvl3pvqv3UVe9e+NPpoE7QVIyDDwtqKy ONs0xCEk9IMwD1dSzoojPw2UND0PN0GmkT9NmCK8ghRGcqyl/sIni9odhfUmiu0X UHbhE6tp6heomOL1OMmq =iin9 -----END PGP SIGNATURE-----
--- End Message ---

