Your message dated Wed, 25 Jun 2014 21:35:11 +0000
with message-id <e1wzuqv-0006jc...@franck.debian.org>
and subject line Bug#749061: fixed in graphviz 2.26.3-17.1
has caused the Debian Bug report #749061,
regarding graphviz: Fix typo to ensure autoconf files are updated forbuild
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.)


-- 
749061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749061
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: graphviz
Version: 2.26.3-17
Severity: serious
Tags: patch
Justification: fails to build from source
User: debian-...@lists.debian.org
Usertag: arm64

Graphviz now uses dh_autoreconf and has stuff in the rules file to
update all three copies of config.{sub,guess} (hooray!), but a path
mistake meant that the copies in libltld/config were not being
replaced (instead a 4th set was added in the dir above).

This meant that the libltld suddir ./configure on any arch too new for
the shipped config.{sub,guess} failed. This failed on arm64 as they
are too old for that.

A more robust fix for this would probably be to simply use
dh_autotools-dev as well as dh_autoreconf to ensure that all copies
are updated, without having to maintain paths to a list of them in the
rules file. I don't know if the maintainer had a good reason for
trying to avoid the use of that helper?

Attached is the minimal fix that keeps the existing mechanism but I
don't actually think this is better. I'm happy to do a fix using
autotools-dev if the maintainer would prefer (and NMU it). 

Graphviz is blocking a lot of package builds on arm64 so I'd
appreciate either an upload or request to NMU reasonably quickly. Cheers.

-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-kvm-i386-20110111 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -Nru graphviz-2.26.3/debian/changelog graphviz-2.26.3/debian/changelog
--- graphviz-2.26.3/debian/changelog	2014-04-20 14:17:40.000000000 +0000
+++ graphviz-2.26.3/debian/changelog	2014-05-23 14:26:24.000000000 +0000
@@ -1,3 +1,9 @@
+graphviz (2.26.3-17+cfg) unreleased; urgency=low
+
+  * Correct typo in rules so config.{sub,guess} is actually updated.
+
+ -- Wookey <woo...@debian.org>  Fri, 23 May 2014 14:25:42 +0000
+
 graphviz (2.26.3-17) unstable; urgency=medium
 
   * QA upload.
diff -Nru graphviz-2.26.3/debian/rules graphviz-2.26.3/debian/rules
--- graphviz-2.26.3/debian/rules	2014-02-12 02:45:51.000000000 +0000
+++ graphviz-2.26.3/debian/rules	2014-05-23 14:24:42.000000000 +0000
@@ -35,8 +35,8 @@
 
 RUBY_PACKAGE      = $(CURDIR)/debian/libgv-ruby
 
-CONFIG_SCRIPTS=config/config.guess lib/gd/config/config.guess libltdl/config.guess \
-	       config/config.sub   lib/gd/config/config.sub   libltdl/config.sub
+CONFIG_SCRIPTS=config/config.guess lib/gd/config/config.guess libltdl/config/config.guess \
+	       config/config.sub   lib/gd/config/config.sub   libltdl/config/config.sub
 
 # make's $(shell) doesn't use local variables, thus we need to define a
 # custom command where DEB_LDFLAGS_MAINT_APPEND is passed.

--- End Message ---
--- Begin Message ---
Source: graphviz
Source-Version: 2.26.3-17.1

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

Debian distribution maintenance software
pp.
Wookey <woo...@debian.org> (supplier of updated graphviz 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: Fri, 23 May 2014 14:25:42 +0000
Source: graphviz
Binary: graphviz libgv-guile libgv-lua libgv-perl libgv-php5 libgv-python 
libgv-ruby libgv-tcl libgraph4 libcgraph5 libcdt4 libpathplan4 libgvc5 
libgvc5-plugins-gtk libgvpr1 libxdot4 libgraphviz-dev graphviz-doc graphviz-dev
Architecture: source all amd64
Version: 2.26.3-17.1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Wookey <woo...@debian.org>
Description:
 graphviz   - rich set of graph drawing tools
 graphviz-dev - transitional package for graphviz-dev rename
 graphviz-doc - additional documentation for graphviz
 libcdt4    - rich set of graph drawing tools - cdt library
 libcgraph5 - rich set of graph drawing tools - cgraph library
 libgraph4  - rich set of graph drawing tools - graph library
 libgraphviz-dev - graphviz libs and headers against which to build applications
 libgv-guile - Guile bindings for graphviz
 libgv-lua  - Lua bindings for graphviz
 libgv-perl - Perl bindings for graphviz
 libgv-php5 - PHP5 bindings for graphviz
 libgv-python - Python bindings for graphviz
 libgv-ruby - Ruby bindings for graphviz
 libgv-tcl  - Tcl bindings for graphviz
 libgvc5    - rich set of graph drawing tools - gvc library
 libgvc5-plugins-gtk - rich set of graph drawing tools - gtk plugins
 libgvpr1   - rich set of graph drawing tools - gvpr library
 libpathplan4 - rich set of graph drawing tools - pathplan library
 libxdot4   - rich set of graph drawing tools - xdot library
Closes: 749061
Changes:
 graphviz (2.26.3-17.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Correct typo in rules so config.{sub,guess} is actually updated. (Closes: 
#749061)
Checksums-Sha1:
 298c07a9fc49e958b40a69689cd45a9f3632d930 3326 graphviz_2.26.3-17.1.dsc
 7a7268711e3b824fc93bfb2f3638ebd76dfbd11b 47492 
graphviz_2.26.3-17.1.debian.tar.xz
 1b8493eff971bcca00117ff35a04b5dd6ed3cc7d 2308358 
graphviz-doc_2.26.3-17.1_all.deb
 0146f3a0216616952fd4871b1e9213d04e9db807 48052 graphviz-dev_2.26.3-17.1_all.deb
 c0c9e5baaf79bb7c5cb1a97533b363aebc218227 310216 graphviz_2.26.3-17.1_amd64.deb
 02f061498c8a24888dcf6e17501a5d69ab1d877c 66072 
libgv-guile_2.26.3-17.1_amd64.deb
 f78f8a37926e74d834ed2f5cfdfc6574f1c99711 74792 libgv-lua_2.26.3-17.1_amd64.deb
 b153ee03e6eb63d647f9ffce445c7b48e5e62b00 82170 libgv-perl_2.26.3-17.1_amd64.deb
 413a10d9864ea0edb1aa28c5fa20e3da53800a9d 71522 libgv-php5_2.26.3-17.1_amd64.deb
 3903c9ef906315b9741df714825d361146a0b9dd 74924 
libgv-python_2.26.3-17.1_amd64.deb
 a0b18e386a312b8a437e5938d48acf108511e475 69498 libgv-ruby_2.26.3-17.1_amd64.deb
 dc2045c3a7b036801038bfe6de141b441637a83a 531666 libgv-tcl_2.26.3-17.1_amd64.deb
 dbc5dd8fc9b824917adf9d4f7466ebdf53ce1fc9 69136 libgraph4_2.26.3-17.1_amd64.deb
 27bef5fa116d21696bc11cc11a9241710582846a 79990 libcgraph5_2.26.3-17.1_amd64.deb
 6de292b4d0da4d7ce296010e139c1f52374d3654 58060 libcdt4_2.26.3-17.1_amd64.deb
 636a19e2eb64beb152f6923dd02d4a02ebaee994 62336 
libpathplan4_2.26.3-17.1_amd64.deb
 dd58b68bc26966ac4cd78b16939b2cc5e975ac2d 440924 libgvc5_2.26.3-17.1_amd64.deb
 ae83222192e94e65463ba715b56a3667c14e373e 58560 
libgvc5-plugins-gtk_2.26.3-17.1_amd64.deb
 01b6ebaf21b1aba2c4c2f1f1034d6a3257048583 207750 libgvpr1_2.26.3-17.1_amd64.deb
 9bd58011e7799ce9f143fa43e267952bb1ff197f 52744 libxdot4_2.26.3-17.1_amd64.deb
 a4461f45dd4e80fcf67fea93a5f85a6876c33cf7 97828 
libgraphviz-dev_2.26.3-17.1_amd64.deb
Checksums-Sha256:
 c5ff606182e129fa5b014189ced19dfaac7f0e967ef99ad0c6b39948421e690a 3326 
graphviz_2.26.3-17.1.dsc
 54aaea6f712f6f47738ce89cf3b63e9661ca6a0e0a4938dbdb5d756e3fc0804c 47492 
graphviz_2.26.3-17.1.debian.tar.xz
 e270edd752a1b8ea2dfb8cc6cb278838637a03ade8d614af212365e7baf7aabb 2308358 
graphviz-doc_2.26.3-17.1_all.deb
 4fd8b30f75224da852ad177f53b010c7788575434ab63b67d71707e87b91e22a 48052 
graphviz-dev_2.26.3-17.1_all.deb
 6c6282eac0612e500a45c2ea2420665ea13ec044c79557a4d751e0f595058ab3 310216 
graphviz_2.26.3-17.1_amd64.deb
 bdd52fdcf8ad189169b6d3b2d73ea2450596753293891b96b3b4d749ab3a92a8 66072 
libgv-guile_2.26.3-17.1_amd64.deb
 c092d9d1efb64e1bf80befd91cd6e24c35cbccb7b0b4a554a9648be608bb175f 74792 
libgv-lua_2.26.3-17.1_amd64.deb
 7a776926729e4e168a8b3d2a3da99e5dea78d7babca46a42d17c0ee957dd99e3 82170 
libgv-perl_2.26.3-17.1_amd64.deb
 2050cf0bbee574cdb2513a62675523d214e588b4a128e7e1f14bb607a0198281 71522 
libgv-php5_2.26.3-17.1_amd64.deb
 31c662d2622ed09775eedafa7400680f7320830308063d60eeea417576a19aa6 74924 
libgv-python_2.26.3-17.1_amd64.deb
 66f0bab64ef6393f4a25051ad6c1f1ba3d2da39d9d302aa2a7f85a439b148d2b 69498 
libgv-ruby_2.26.3-17.1_amd64.deb
 34dd14a833cb5ba72770de6906ae6811b46d17d531d7ecc22790cc35043e2022 531666 
libgv-tcl_2.26.3-17.1_amd64.deb
 86a85570c7cfa160b86303ce4f32fbb9d75dd57003a1f4a75ece2697b33f6229 69136 
libgraph4_2.26.3-17.1_amd64.deb
 e8c67194346b0d17d6e92e71f1c3920e1c98417e6a3272b410933b2d91fca253 79990 
libcgraph5_2.26.3-17.1_amd64.deb
 c6c4d022c0b87350cda54c914feceba22ed37ac4d6e3862486b620bded32c417 58060 
libcdt4_2.26.3-17.1_amd64.deb
 9a5d626c2487017b89a0bd35ccc37783dd93ad5d08797c643f2700749d1801c6 62336 
libpathplan4_2.26.3-17.1_amd64.deb
 8f378eee463aa4aee19d2b74121fb887e963937bf09e96c261b698d2a7684be4 440924 
libgvc5_2.26.3-17.1_amd64.deb
 8efba59d9f61e4e5168a8525f5cc9dd35d963e86799716b8bc83deea3bf075d0 58560 
libgvc5-plugins-gtk_2.26.3-17.1_amd64.deb
 cde53a9ee7249b829643a83dfe9460f0de4faedff3de908ce1a65211b738c927 207750 
libgvpr1_2.26.3-17.1_amd64.deb
 ff94ddd6ac19267f506198c0fdde1dfd0a5b92ee891523a2b7fe80c275ee8df3 52744 
libxdot4_2.26.3-17.1_amd64.deb
 ed42801e8e0b62f3d9555708c39a2eada7bc1ce17cb3948b825c2b3c2dd730be 97828 
libgraphviz-dev_2.26.3-17.1_amd64.deb
Files:
 99ec1af341b464f2b2a67b44d1ded5d0 2308358 doc optional 
graphviz-doc_2.26.3-17.1_all.deb
 5131f102d6d5d47a2acdd0c0be03983a 48052 devel optional 
graphviz-dev_2.26.3-17.1_all.deb
 7021061dab01e1d0302452d81ee97fdb 310216 graphics optional 
graphviz_2.26.3-17.1_amd64.deb
 c532ddddc044d0f47b3280522ab3276d 66072 interpreters optional 
libgv-guile_2.26.3-17.1_amd64.deb
 099bcc7ffc281d805cc4d7c528fd8a60 74792 interpreters optional 
libgv-lua_2.26.3-17.1_amd64.deb
 37bdc787fdf3a25df870a858cc4db86b 82170 perl optional 
libgv-perl_2.26.3-17.1_amd64.deb
 8d4c39c5b2b203bd59734ed22eb8cec2 71522 php optional 
libgv-php5_2.26.3-17.1_amd64.deb
 9429d35e9cf4ddca8f5fd2c93f622d98 74924 python optional 
libgv-python_2.26.3-17.1_amd64.deb
 abf9c4b87a3fd4d1f28f77b487220cd9 69498 ruby optional 
libgv-ruby_2.26.3-17.1_amd64.deb
 7f8dae9e41c11125e173ca7e1a49e76c 531666 interpreters optional 
libgv-tcl_2.26.3-17.1_amd64.deb
 611a83bb0413a3ba23bdd23d771341c6 69136 libs optional 
libgraph4_2.26.3-17.1_amd64.deb
 b37cfcb25b56bf3c758f0b83c978efc3 79990 libs optional 
libcgraph5_2.26.3-17.1_amd64.deb
 79c56798813f179b7d5cc54f04c44763 58060 libs optional 
libcdt4_2.26.3-17.1_amd64.deb
 7866cafd8a6346b3fd143a65a8734096 62336 libs optional 
libpathplan4_2.26.3-17.1_amd64.deb
 4198e3d48491953547e15b4e4f9cbe7f 440924 libs optional 
libgvc5_2.26.3-17.1_amd64.deb
 dbf8fe12b25bf287e7a280471319e253 58560 libs optional 
libgvc5-plugins-gtk_2.26.3-17.1_amd64.deb
 fcbb764b755dc9af326e9d33f558f2ea 207750 libs optional 
libgvpr1_2.26.3-17.1_amd64.deb
 c4e0abb347f995323806938db9662603 52744 libs optional 
libxdot4_2.26.3-17.1_amd64.deb
 f830f85dc00e55d8ddb2ef26becc1d3f 97828 libdevel optional 
libgraphviz-dev_2.26.3-17.1_amd64.deb
 9abd5523f51a7ce54471207816871734 3326 graphics optional 
graphviz_2.26.3-17.1.dsc
 8172d099504455a685664cdc76bc4c27 47492 graphics optional 
graphviz_2.26.3-17.1.debian.tar.xz

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

iQIcBAEBAgAGBQJTqz9gAAoJEPuGMlGob55H0w8P/RO3dS3hudpyEWinus0bixlp
ftgB4fHLPA/iPUmA15mQ5LWC7CvBteEpmV/DPNwTNXk0c4ivosjrEPOecg+4Z68K
k/DuQAoktmwzSg8vbkG9QMCBNUKZDZl0Hc7peTNESULJlLD+zhVlRIl8jWEba/ls
hL4jmYHOLNrRxGxldaqoAaEKEojV62mY2Vs/DLstz17Y5JDgFs8rAZat5+ugtZ7R
yv78js+A4QsN8fIrJQ7OjVJ2YDgkRXv9LTXIeeIXtybgk3T0haApsqie8eO4d5fP
51XfRKCQbieS8cxp0+tvJai7iBE0Nkl2/URGkZBjnnBQQwYuNjJHw0RDdnJ+WJlD
w3rI/RCX8zkU6jrBC7Jprf7ZKl8tN8dZ/ILoNDEbJspHdNfP354ZObD1RvBpm4BC
luZJnI+SYIfgg5uF3sQAcoRbGPhBvGI8rY9Uw2htaKXdYIYAQmFcdgmG99YdU9H5
f0XAhUSYJNENe8SRdLP4Z77s3ZQ2PIoyOt1b2m7J6dGptH8W5sijFN2o/XZbXAqZ
L2k753IQ16PSW6s9iixovpoMoJCiseQzjRwaCl60NgCUH1fdiIb6PNsysJA7K11W
fZieuXruRSjyWNMK8YKq037uPulVDfbODWY0iQO4kmrYpAeZEk+emx04M5D8pe6l
gfoaIqAwuLyqCXmlXxIj
=0wH0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to