Package: qps
Version: 1.9.18.6-2
Severity: serious

Your package is failing to build on those autobuilders which use -rsudo
instead of -rfakeroot:

[...]
make[1]: Entering directory `/build/buildd/qps-1.9.18.6'
g++ -c -pipe -Wall -W -g -O2 -D_REENTRANT  -DQT_NO_DEBUG -DQT_THREAD_SUPPORT 
-DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. 
-I/usr/include/qt3 -I.ui/ -I.moc/ -o .obj/qps.o qps.cpp
Assembler messages: FATAL: can't create .obj/qps.o: Permission denied
[...]

A full build log can be found at
<http://buildd.debian.org/fetch.cgi?pkg=qps&arch=alpha&ver=1.9.18.6-2&stamp=1172362903>.

This error is happening on alpha, mips, and mipsel, the three architectures
which use -rsudo on the autobuilders, and points to the .obj directory being
created in the clean target (which runs as root) and then being left behind
in the build tree.  Your clean target must not create any directories not
included in the source package, since per policy this target may run as root
and anything left behind will break the non-root build target.

-- 
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]

Reply via email to