Bug#622108: libssh: FTBFS

2011-06-16 Thread Laurent Bigonville
severity 622108 important
tag 622108 + unreproducible
thanks

Hi,

I'm unable to reproduce this not with the version 0.4.8-2 nor with the
last (0.5.0-2) version.

Are you still able to reproduce this?

Downgrading the severity to important as my last upload build on every
arch.

Cheers

Laurent Bigonville



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



Bug#622108: libssh: FTBFS

2011-06-16 Thread Adrian Bunk
severity 622108 serious
thanks

On Thu, Jun 16, 2011 at 10:56:16AM +0200, Laurent Bigonville wrote:
 severity 622108 important
 tag 622108 + unreproducible
 thanks
 
 Hi,

Hi Laurent,

 I'm unable to reproduce this not with the version 0.4.8-2 nor with the
 last (0.5.0-2) version.
 
 Are you still able to reproduce this?

yes:

--  snip  --

# debootstrap sid sid
...
# chroot sid
# echo deb-src http://ftp.us.debian.org/debian sid main  
/etc/apt/sources.list 
# apt-get update
...
# apt-get build-dep libssh
...
# apt-get source libssh
...
# cd libssh-0.5.0
# dpkg-buildpackage
...
Scanning dependencies of target doxygen
make[4]: Leaving directory `/libssh-0.5.0/obj-x86_64-linux-gnu'
make -f doc/CMakeFiles/doxygen.dir/build.make doc/CMakeFiles/doxygen.dir/build
make[4]: Entering directory `/libssh-0.5.0/obj-x86_64-linux-gnu'
cd /libssh-0.5.0/obj-x86_64-linux-gnu/doc  /usr/bin/doxygen 
/libssh-0.5.0/obj-x86_64-linux-gnu/doc/doxy.config
cd /libssh-0.5.0/obj-x86_64-linux-gnu/doc/latex  /usr/bin/make
make[5]: Entering directory `/libssh-0.5.0/obj-x86_64-linux-gnu/doc/latex'
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf
pdflatex refman.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./refman.tex
LaTeX2e 2009/09/24
Babel v3.8l and hyphenation patterns for english, usenglishmax, dumylang, 
nohyphenation, loaded.

make[5]: *** [refman.pdf] Error 1
make[5]: Leaving directory 
`/libssh-0.5.0/obj-x86_64-linux-gnu/doc/latex'
make[4]: *** [doxygen] Error 2
make[4]: Leaving directory `/libssh-0.5.0/obj-x86_64-linux-gnu'
make[3]: *** [doc/CMakeFiles/doxygen.dir/all] Error 2
make[3]: Leaving directory `/libssh-0.5.0/obj-x86_64-linux-gnu'
make[2]: *** [doc/CMakeFiles/doc.dir/rule] Error 2
make[2]: Leaving directory `/libssh-0.5.0/obj-x86_64-linux-gnu'
make[1]: *** [doc] Error 2
make[1]: Leaving directory `/libssh-0.5.0/obj-x86_64-linux-gnu'
make: *** [common-build-indep] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
# 

--  snip  --

 Downgrading the severity to important as my last upload build on every
 arch.

The failure is in common-build-indep, and doxygen is not getting 
installed on the autobuilders
  Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)  [1]
so we are not hitting the problematic case there.

Upgrading the severity again.

 Cheers
 
 Laurent Bigonville

cu
Adrian

[1] 
https://buildd.debian.org/status/fetch.php?pkg=libssharch=i386ver=0.5.0-2stamp=1308151753

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed




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



Bug#622108: libssh: FTBFS

2011-06-16 Thread Laurent Bigonville
tag 622108 - unreproducible
thanks

Hi,

Well indeed in a fresh debootstrapped chroot it also FTBFS but in my
sbuild it doesn't. I'm a bit puzzled here...

The latex file (compiled by pdflatex) is generated by doxygen. After
the pdflatex run there is a refman.log file where you can see some
errors (and lot of warnings) and after a quick lookup on google, I have
the feeling that the issue lies there and not in libssh.

Cheers

Laurent Bigonville



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



Bug#622108: libssh: FTBFS

2011-04-10 Thread Adrian Bunk
Package: libssh
Version: 0.4.8-2
Severity: serious

--  snip  --

$ dpkg-buildpackage

make -f doc/CMakeFiles/doxygen.dir/build.make doc/CMakeFiles/doxygen.dir/depend
make[4]: Entering directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu'
cd /tmp/libssh-0.4.8/obj-x86_64-linux-gnu  /usr/bin/cmake -E cmake_depends 
Unix Makefiles /tmp/libssh-0.4.8 /tmp/libssh-0.4.8/doc 
/tmp/libssh-0.4.8/obj-x86_64-linux-gnu 
/tmp/libssh-0.4.8/obj-x86_64-linux-gnu/doc 
/tmp/libssh-0.4.8/obj-x86_64-linux-gnu/doc/CMakeFiles/doxygen.dir/DependInfo.cmake
 --color=
Scanning dependencies of target doxygen
make[4]: Leaving directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu'
make -f doc/CMakeFiles/doxygen.dir/build.make doc/CMakeFiles/doxygen.dir/build
make[4]: Entering directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu'
cd /tmp/libssh-0.4.8/obj-x86_64-linux-gnu/doc  /usr/bin/doxygen 
/tmp/libssh-0.4.8/obj-x86_64-linux-gnu/doc/doxy.config
warning: Tag `DETAILS_AT_TOP' at line 173 of file 
/tmp/libssh-0.4.8/obj-x86_64-linux-gnu/doc/doxy.config has become obsolete.
To avoid this warning please update your configuration file using doxygen -u
cd /tmp/libssh-0.4.8/obj-x86_64-linux-gnu/doc/latex  /usr/bin/make
make[5]: Entering directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu/doc/latex'
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out refman.pdf
pdflatex refman.tex
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./refman.tex
LaTeX2e 2009/09/24
Babel v3.8l and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.

make[5]: *** [refman.pdf] Error 1
make[5]: Leaving directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu/doc/latex'
make[4]: *** [doxygen] Error 2
make[4]: Leaving directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu'
make[3]: *** [doc/CMakeFiles/doxygen.dir/all] Error 2
make[3]: Leaving directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu'
make[2]: *** [doc/CMakeFiles/doc.dir/rule] Error 2
make[2]: Leaving directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu'
make[1]: *** [doc] Error 2
make[1]: Leaving directory `/tmp/libssh-0.4.8/obj-x86_64-linux-gnu'
make: *** [common-build-indep] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
$ 

--  snip  --


-- System Information:
Debian Release: 6.0.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38.2 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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