Source: openscenegraph Version: 2.8.0-1 Severity: serious Hi,
Your package is failing to build on amd64 with the following error: # BEGIN: DIRTY hack for 64-bit arch's because cmake isn't easy to understand. # 1. Ensure /usr/lib exists (should be, because of the .pc files) # 2. Move lib64/* files to lib/, so that dh_movefiles find them there. # /usr/lib64 is a symlink to /usr/lib anyway, so... if test -d /build/buildd/openscenegraph-2.8.0/debian/tmp/usr/lib64 ; then \ mkdir -p /build/buildd/openscenegraph-2.8.0/debian/tmp/usr/lib ; \ mv /build/buildd/openscenegraph-2.8.0/debian/tmp/usr/lib64/* /build/buildd/openscenegraph-2.8.0/debian/tmp/usr/lib ; \ fi mv: cannot move `/build/buildd/openscenegraph-2.8.0/debian/tmp/usr/lib64/pkgconfig' to `/build/buildd/openscenegraph-2.8.0/debian/tmp/usr/lib/pkgconfig': Directory not empty make: *** [binary-arch] Error 1 Kurt -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org