Package: rpncalc
Version: 1.36.5
Severity: serious
Hi David,
rpncalc is currently failing to build on alpha, mips, and mipsel, the three
architectures which use sudo instead of fakeroot on the buildds:
[...]
make[1]: Leaving directory `/build/buildd/rpncalc-1.36.5'
dh_strip /debian/tmp/usr/bin/rpncalc
dh_strip: Compatibility levels before 4 are deprecated.
Can't stat debian/tmp: No such file or directory
at /usr/bin/dh_strip line 192
cp debian/changelog /debian/tmp/usr/share/doc/rpncalc/changelog
gzip -9f /debian/tmp/usr/share/doc/rpncalc/changelog
gzip -9 /debian/tmp/usr/share/man/man1/rpncalc.1 \
/debian/tmp/usr/share/man/*/man1/rpncalc.1
rm -rf /debian/tmp/usr/share/man/es
cp debian/copyright /debian/tmp/usr/share/doc/rpncalc
dpkg-shlibdeps rpncalc
install -d /debian/tmp/DEBIAN
cd debian && install -m 755 prerm tmp/DEBIAN
install: cannot create regular file `tmp/DEBIAN': No such file or directory
make: *** [binary-arch] Error 1
[...]
For a full build log, please see
<http://buildd.debian.org/fetch.cgi?pkg=rpncalc&arch=alpha&ver=1.36.5&stamp=1169983551>.
A likely cause for this error is use of $(PWD) in debian/rules: recent
versions of sudo do not propagate the caller's PWD env variable by default,
and sudo ./debian/rules only invokes make, so this variable will be unset.
Please use the make built-in variable $(CURDIR) instead.
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]