View Single Post
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#21
Originally Posted by RipTorn View Post
Ok tried putting it through the Auto-builder but it fails, not really sure why either, errors out when trying to run clean.

https://garage.maemo.org/builder/fre...log.FAILED.txt
Well, here's the error msg:
Code:
rm BeautifulSoup.pyc BeautifulSoupTests.pyc
/scratchbox/tools/bin/rm: cannot remove `BeautifulSoup.pyc': No such file or directory
/scratchbox/tools/bin/rm: cannot remove `BeautifulSoupTests.pyc': No such file or directory
make: *** [clean] Error 1
So check the "rules" file in ${Path_to_your_package}/Debian/
and find out why the "rm" is placed there.

At least I would start to search there.

Cheers
Bjoern