Package: tiff
Version: 3.8.2-1
Severity: serious

From my pbuilder build log:

...
checking for X... libraries , headers in standard search path
...
checking for OpenGL Utility library... -lGLU
checking for GLUT library... no
configure: creating ./config.status
...
dh_installudev -plibtiff-opengl
dh_install -plibtiff-opengl
cp: cannot stat `./debian/tmp/usr/bin/tiffgt': No such file or directory
dh_install: command returned error code 256
make: *** [binary-install/libtiff-opengl] Error 1

According to config.log, this is happening because it tries to link 
against -lXi as well and can't find that.  Adding libxi-dev to the 
Build-Depends allows the package to build again (but you could possibly also 
fix it by removing the -lXi from configure.*).
-- 
Daniel Schepler

Reply via email to