Bug#707502: graphviz FTBFS: cp: cannot stat 'debian/tmp/usr/lib/graphviz/python26': No such file or directory

2013-06-03 Thread Thorsten Glaser
Hi,

can we have an upload please? After the recent libgd2 changes,
graphviz needs a binNMU.

Thanks,
//mirabilos
-- 
17:08⎜«Vutral» früher gabs keine packenden smartphones und so
17:08⎜«Vutral» heute gibts frauen die sind facebooksüchtig
17:10⎜«Vutral» aber auch traurig; früher warst du als nerd voll am arsch
17:10⎜«Vutral» heute bist du als nerd der einzige der wirklich damit klarkommt


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#707502: graphviz: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/graphviz/python26': No such file or directory

2013-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 707502 + pending
Bug #707502 [src:graphviz] graphviz: FTBFS: cp: cannot stat 
'debian/tmp/usr/lib/graphviz/python26': No such file or directory
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
707502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#707502: graphviz: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/graphviz/python26': No such file or directory

2013-05-20 Thread David Claughton
tags 707502 + pending
thanks

On 19/05/13 10:18, Roland Stigge wrote:
> Hi,
>
> the attached patch fixes the build error. There might be issues left for
> a complete python transition, though.
>
> Roland
Thanks Roland, I've applied this fix to the git archive.

Cheers,

David.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#707502: graphviz: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/graphviz/python26': No such file or directory

2013-05-19 Thread Roland Stigge
Hi,

the attached patch fixes the build error. There might be issues left for
a complete python transition, though.

Roland
--- graphviz-2.26.3/debian/libgv-python.install.orig	2013-05-19 11:14:41.702402839 +0200
+++ graphviz-2.26.3/debian/libgv-python.install	2013-05-19 11:14:46.770404098 +0200
@@ -1,4 +1,3 @@
 usr/lib/graphviz/python
-usr/lib/graphviz/python26
 usr/lib/graphviz/python27
 usr/share/man/man3/gv.3python


Bug#707502: graphviz: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/graphviz/python26': No such file or directory

2013-05-09 Thread Lucas Nussbaum
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