tags 676098 + pending
thanks

Hi Lucas,

Thanks for your efforts - looks like the package was broken by the
recent change to use ruby 1.9 by default.

I've pushed changes to the git repo that fixes the build, just needs a
little testing before I get it uploaded...

Cheers,

        David.

On 04/06/12 23:19, Lucas Nussbaum wrote:
> Source: graphviz
> Version: 2.26.3-11
> Severity: serious
> Tags: wheezy sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20120604 qa-ftbfs
> User: debian-r...@lists.debian.org
> Usertags: default19
> 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/python26/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.
>>  --> 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/ruby/libgv_ruby.so': No such 
>> file or directory
>> dh_install: cp -a debian/tmp/usr/lib/graphviz/ruby/libgv_ruby.so 
>> debian/libgv-ruby//usr/lib/graphviz/ruby/ returned exit code 1
>> make: *** [install] Error 2
> 
> The full build log is available from:
>    
> http://people.debian.org/~lucas/logs/2012/06/04/graphviz_2.26.3-11_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.
> 
> 
> 





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

Reply via email to