Package: stk
Version: 4.2.0-3
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of stk_4.2.0-3 on solitude by sbuild/mipsel 17
> Build started at 20050323-1428

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 4.0.0), cdbs, libasound2, libjack-dev, 
> libreadline4-dev, autotools-dev

[...]

>       done ; \
> fi
> if test -e /usr/share/misc/config.sub ; then \
>       for i in stk-4.2.0/config.sub ; do \
>               cp --remove-destination /usr/share/misc/config.sub \
>               build-tree/$i ; \
>       done ; \
> fi
> if [ -z "" ]; then \
>   if ! test -f debian/compat; then echo 4 > debian/compat; fi; \
> fi
> cp /usr/share/misc/config.{guess,sub} .
> cp: cannot create regular file `./config.guess': Permission denied
> cp: cannot create regular file `./config.sub': Permission denied
> make: *** [post-patches] Error 1

This package fails to build from source on any architecture with the
following command as a regular user with sudo permissions:

dpkg-buildpackage -uc -us -B -rsudo

This is caused by creating files or directories in the clean target of
debian/rules, which runs as root, and then attempting to do things to
those files in the build target, which runs as the regular user.  To
fix, don't create files or directories in the clean target of debian/rules.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to