Your message dated Tue, 25 Jun 2013 11:18:59 +0000
with message-id <e1urrh1-0004tl...@franck.debian.org>
and subject line Bug#707502: fixed in graphviz 2.26.3-15
has caused the Debian Bug report #707502,
regarding graphviz: FTBFS: cp: cannot stat 
'debian/tmp/usr/lib/graphviz/python26': No such file or directory
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.)


-- 
707502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: graphviz
Version: 2.26.3-14
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[3]: Entering directory `/«PKGBUILDDIR»'
> make[3]: Nothing to be done for `install-exec-am'.
>  /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/share/man/man7'
>  /usr/bin/install -c -m 644 graphviz.7 
> '/«PKGBUILDDIR»/debian/tmp/usr/share/man/man7'
>  /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/graphviz'
>  /usr/bin/install -c -m 644 graphviz_version.h 
> '/«PKGBUILDDIR»/debian/tmp/usr/include/graphviz'
>  /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/share/graphviz/doc'
>  /usr/bin/install -c -m 644 AUTHORS COPYING ChangeLog NEWS cpl1.0.txt 
> '/«PKGBUILDDIR»/debian/tmp/usr/share/graphviz/doc'
> make[3]: Leaving directory `/«PKGBUILDDIR»'
> make[2]: Leaving directory `/«PKGBUILDDIR»'
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> # Remove .la files
> find -name '*.la' -delete
> # Strip the rpath on /usr/lib (at least on amd64), but not
> # on /usr/lib/graphviz (needed for the plugins), and bail
> # out if it is another case, while ignoring if there's no
> # RPATH at all (there are shell scripts under /usr/bin).
> for i in `find debian/tmp/usr/bin debian/tmp/usr/lib -type f` ; do \
>               case `chrpath -l -k $i` in \
>                       *RPATH=/usr/lib/graphviz) ;; \
>                       *RPATH=/usr/lib) chrpath -d $i ;; \
>                       *RPATH=/usr/lib:/usr/lib/graphviz) chrpath -r 
> /usr/lib/graphviz $i ;; \
>                       *RPATH=*) echo "Unknown RPATH: $i" ; exit 1 ;; \
>                       *) ;; \
>               esac ; \
>       done
> `debian/tmp/usr/bin/dotty' probably isn't a 64-bit LSB-first ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/bin/lneato' probably isn't a 64-bit LSB-first ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/bin/vimdot' probably isn't a 64-bit LSB-first ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/graphviz/python/gv.py' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/graphviz/python27/gv.py' probably isn't a 64-bit 
> LSB-first ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/graphviz/php/gv.php' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/graphviz/perl/gv.pm' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/graphviz/tcl/pkgIndex.tcl' probably isn't a 64-bit 
> LSB-first ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/pkgconfig/libgvpr.pc' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/pkgconfig/libgvc.pc' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/pkgconfig/libxdot.pc' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/pkgconfig/libpathplan.pc' probably isn't a 64-bit 
> LSB-first ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/pkgconfig/libcgraph.pc' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/pkgconfig/libgraph.pc' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> `debian/tmp/usr/lib/pkgconfig/libcdt.pc' probably isn't a 64-bit LSB-first 
> ELF file.
> elf_open: Exec format error
> # Compute the dependencies of the -dev package
> # NOTE: It is important to do that before splitting the files into
> # their respective packages, otherwise the symlinks are broken
> d-devlibdeps \
>               --override s/libpathplan4-dev// \
>               --override s/libgraph4-dev//    \
>               --override s/libcdt4-dev//      \
>               --override s/libcgraph5-dev//   \
>               --override s/libgvpr4-dev//   \
>               --override s/libxdot4-dev//   \
>               /«PKGBUILDDIR»/debian/libgraphviz-dev.substvars \
>               /«PKGBUILDDIR»/debian/tmp/usr/lib/*.so
>  --> libexpat1-dev package exists.
>  --> libltdl7-dev is provided by a package.
>  --> zlib1g-dev package exists.
> # Move from debian/tmp to the appropriate packages, rename one binary
> dh_install --sourcedir=debian/tmp --list-missing
> cp: cannot stat 'debian/tmp/usr/lib/graphviz/python26': No such file or 
> directory
> dh_install: cp -a debian/tmp/usr/lib/graphviz/python26 
> debian/libgv-python//usr/lib/graphviz/ returned exit code 1
> make: *** [install] Error 2

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2013/05/09/graphviz_2.26.3-14_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

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

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

Debian distribution maintenance software
pp.
Christoph Egger <christ...@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: SHA512

Format: 1.8
Date: Tue, 25 Jun 2013 12:35:36 +0200
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-15
Distribution: unstable
Urgency: low
Maintainer: David Claughton <d...@eclecticdave.com>
Changed-By: Christoph Egger <christ...@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: 707502
Changes: 
 graphviz (2.26.3-15) unstable; urgency=low
 .
   * Disable python2.6 (Closes: #707502)
Checksums-Sha1: 
 5327e8cbafc3cc8b3f98744519f6915e8138cea9 3261 graphviz_2.26.3-15.dsc
 b48ed7d53ff8ae78dd8a23d186b1153d3fa8fa75 52848 graphviz_2.26.3-15.debian.tar.gz
 3c7b6b801cceb229a3452d095bce021cc941c448 2562374 graphviz-doc_2.26.3-15_all.deb
 35fe58239bda18441814d2c2a2e3765b1251998c 49000 graphviz-dev_2.26.3-15_all.deb
 ede4f65bea2941d1ff6d2bde99378211144bb38d 369584 graphviz_2.26.3-15_amd64.deb
 ed625b9ca1cb941bdafb448c25fbd5e18dc03eab 72000 libgv-guile_2.26.3-15_amd64.deb
 955f3f15a4dd827a2264783ee92d4868365092c9 81772 libgv-lua_2.26.3-15_amd64.deb
 d29a0615f251d98b8dff0918a7d2552a345ef1cf 93708 libgv-perl_2.26.3-15_amd64.deb
 152b04a0fbd87317b6aa153931684e65fd0c919e 79854 libgv-php5_2.26.3-15_amd64.deb
 d1e1a98448b6bbb03ba8814d4c623ceb24317994 82794 libgv-python_2.26.3-15_amd64.deb
 e0d8009a6fb2af0a7db50e9f0e66bad0f0384ff6 75832 libgv-ruby_2.26.3-15_amd64.deb
 42e1a1105429fb39dfb3b101564cf056dd882ffd 664918 libgv-tcl_2.26.3-15_amd64.deb
 37de26d63331f37320be5dac25bcba2d29292429 73402 libgraph4_2.26.3-15_amd64.deb
 13ab7481d68bb28b92977bae3c66d7d93b793eeb 86542 libcgraph5_2.26.3-15_amd64.deb
 f8ee59c0b11994931526283b2af387f5e607e9e2 59380 libcdt4_2.26.3-15_amd64.deb
 512a7761006f841e7196abc8f24f22d237094db3 64632 libpathplan4_2.26.3-15_amd64.deb
 6c9cf1f2ae89e4ef396404b5f9e4db58dcd1ea3c 536876 libgvc5_2.26.3-15_amd64.deb
 c77112f256dd507051cb73fd082f3722d51c1c86 61544 
libgvc5-plugins-gtk_2.26.3-15_amd64.deb
 4f12a2ab202fc0257c141684cbe112f69883138b 242806 libgvpr1_2.26.3-15_amd64.deb
 13c64b619dac69fcaf9e928cfcf4a8fcf59c2dd9 53996 libxdot4_2.26.3-15_amd64.deb
 fef73d7ff792856e3a52b0e7dad1a2e73c1e1386 103604 
libgraphviz-dev_2.26.3-15_amd64.deb
Checksums-Sha256: 
 5c2fb54730196531e2c24b81ec07a06a342831c9cd045b342a0a7629f6d6c876 3261 
graphviz_2.26.3-15.dsc
 d625159f2c27148e7fe551246bfa601869885b8486577a81f5abd426ff0800b2 52848 
graphviz_2.26.3-15.debian.tar.gz
 ca2ca3ad25e585e98dfc862104f8fcc8fa773cd7c1a2be9e98425418ff451f87 2562374 
graphviz-doc_2.26.3-15_all.deb
 486283b394666331244caba4450bdc8a088a966358f7650eb4abf744c4db9d10 49000 
graphviz-dev_2.26.3-15_all.deb
 882b105b7caba12c7bf01972942bc5389ea0ada8905f99c48a3b8cd2cf883b6e 369584 
graphviz_2.26.3-15_amd64.deb
 ff750614f55dab64916429a6c4c03787ba3e985d7d4562ae82f9eb7ed7c99e78 72000 
libgv-guile_2.26.3-15_amd64.deb
 14849f8135d46d0875ec08abad5a28b76f40053c6a70a97e991b0321b0262518 81772 
libgv-lua_2.26.3-15_amd64.deb
 2c35aaaa6a2b950f7189ed45929f0ff93d41bb48f8ee0e88237cde1debc73e29 93708 
libgv-perl_2.26.3-15_amd64.deb
 a79eeede6d7850667aec4857cf128220500c81baed68a2bed920054f6b19c8c7 79854 
libgv-php5_2.26.3-15_amd64.deb
 5d00a29f340a5a26f5d10b0f58fb07180c04c729622f7ff6c0c362a1796d2488 82794 
libgv-python_2.26.3-15_amd64.deb
 a01e39898aeaae16300336cc42906f2cb444de483b5490a8952a00508d570f4f 75832 
libgv-ruby_2.26.3-15_amd64.deb
 55ebc6e8d87b8f2115d2be25625e27ee7237d9ad5f25129a3d0709f52c8a7d4c 664918 
libgv-tcl_2.26.3-15_amd64.deb
 091dd295db4916e2fb83c2e881c4243a62793b7f0ac2b7d1b4807078167f3000 73402 
libgraph4_2.26.3-15_amd64.deb
 9b8f59f0c841602b3357124d5f4b323fcb1e85c76a06433c89b82f35635fc55c 86542 
libcgraph5_2.26.3-15_amd64.deb
 f429120d9b0f4ccb6cb3a53fd439c4cc34b4825f553369e413441fc73602b8bc 59380 
libcdt4_2.26.3-15_amd64.deb
 b27524ec2eefbe7f729db926f7018264b7267d2278478b31a922b08aeeeff9b1 64632 
libpathplan4_2.26.3-15_amd64.deb
 ebe609185dada3c14d710f6096e5c3c7a2b79c04458f1847ec1dc570df7b670b 536876 
libgvc5_2.26.3-15_amd64.deb
 4950539c2f2aad4ea62dd5b278db3ef1ecc66fff365e00f365eba1fc9b53b8cf 61544 
libgvc5-plugins-gtk_2.26.3-15_amd64.deb
 d02ff522bbc072203d646a60ce723789339a1e36bc1bda1dcdce89786972eec4 242806 
libgvpr1_2.26.3-15_amd64.deb
 c634cd4185a6b4fce04c72a5de9372651b904bb6baa60d93dbf95dd090ff1863 53996 
libxdot4_2.26.3-15_amd64.deb
 4f0b2d6ea36c7ebeb8ecdbafe0f2cad1451278ddf4e7d979620183b5d5791cf4 103604 
libgraphviz-dev_2.26.3-15_amd64.deb
Files: 
 5973176858f229f34f1b909eaf7d0074 3261 graphics optional graphviz_2.26.3-15.dsc
 a1cdc2a3b439e44ce165b312a432a075 52848 graphics optional 
graphviz_2.26.3-15.debian.tar.gz
 1a8ea2beed6889825494c7920fb9fcd8 2562374 doc optional 
graphviz-doc_2.26.3-15_all.deb
 6925e83fbe37d6e0b0263fd9e791c75f 49000 devel optional 
graphviz-dev_2.26.3-15_all.deb
 073a6c32d6a9cc1b47837503feb87f9f 369584 graphics optional 
graphviz_2.26.3-15_amd64.deb
 2b4d484d285469942c70b6be02d927b4 72000 interpreters optional 
libgv-guile_2.26.3-15_amd64.deb
 c9d8f59c467d687b636dfed2d59e9af7 81772 interpreters optional 
libgv-lua_2.26.3-15_amd64.deb
 c3bcac388b25b2b72cc4d36847d5cce3 93708 perl optional 
libgv-perl_2.26.3-15_amd64.deb
 400a2fee61b406809697a46e4c648db7 79854 php optional 
libgv-php5_2.26.3-15_amd64.deb
 0ff70f619954595d6355fcb52625c9b1 82794 python optional 
libgv-python_2.26.3-15_amd64.deb
 17d7dde3d7528d6e0f5979b04a938259 75832 ruby optional 
libgv-ruby_2.26.3-15_amd64.deb
 2bfa09ab6b8f206d48a8fdba46a04360 664918 interpreters optional 
libgv-tcl_2.26.3-15_amd64.deb
 3c998798de5d2f721753850d9bcb3b8d 73402 libs optional 
libgraph4_2.26.3-15_amd64.deb
 3a660f9c9d8023ad13b7f28e08eda95d 86542 libs optional 
libcgraph5_2.26.3-15_amd64.deb
 79bd4c9d7d43e4396aa470f3539a3d3a 59380 libs optional 
libcdt4_2.26.3-15_amd64.deb
 863a8c93cdbc39e708e829331bc20bff 64632 libs optional 
libpathplan4_2.26.3-15_amd64.deb
 b9e1ec3cabc0d022cb61488be11bf56e 536876 libs optional 
libgvc5_2.26.3-15_amd64.deb
 49b50c116fcfc00df4fd9ccde4d2cf42 61544 libs optional 
libgvc5-plugins-gtk_2.26.3-15_amd64.deb
 039d1cbc8e1734d0694582f1247c1ca2 242806 libs optional 
libgvpr1_2.26.3-15_amd64.deb
 7a2189064403494a9ffc66ce0b611251 53996 libs optional 
libxdot4_2.26.3-15_amd64.deb
 c059141c03942924a4c6f2f680f4ed0f 103604 libdevel optional 
libgraphviz-dev_2.26.3-15_amd64.deb

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

iQIcBAEBCgAGBQJRyXYgAAoJEKv/7bJACMb5MJEP/A3dm36N6kjaMkHdlURL9DSm
dBfyuUirqvzLhLskE/bpmO0Yv8cQr4Ez/4yZFwwVkk/SlYhhYm3FT23qgq15f6Se
Qs4zXe052fsqYQsgfVTIR72rjRg3xoRaP3HQ1kiLVebbuCFuPjstfDRMpBK6QLlK
2S6WjZcg02GkDhTmUdUeLmi+ejMCOT61Xof4uxOrWQj8hETodE9jlCChxst7PcQg
FlcGF/glBkSTtjmBTp4XfTce6fTNgaElikq4lqVtxiilhtt6iqxuKN5ZORSTIruD
1SZEt972JelLXxUul2857zgnMtVU/A0lI42tlpczgw4UAZQUCjGOVALIXNvHlApZ
oob1ak4LTyR43/1URSfOF4Lf7s+psnUqz5qLwZhdq2AJhDNyP8gyQ59lajLiD3KU
O7Hb/VanVypGEioVB8svQdr5IXE1A+SKmq1mJBm0o+EZcs2umnDN5TTI3nrbZ6Ia
yxfahfdHiEm1Z44hhF102VTSqetCojQKZDEybZjatBvdAgUCS/vuR+XgKJix7mta
O6Ro2B0H63XwkQTuOpezPeBglRmA3LQ4YfuAnuT5jBHtAOj/et+Ojj8eFlfOXnc3
h6SQwHpG71SWZgnx9dliArtyzG6mhnVYfyhnKb/JR15QmWREfZBUyqqfAem11ne0
S36NasBC6Y4XGsYyTk0W
=qow8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to