Hi Guido, On 03/19/2011 12:57 PM, Guido Günther wrote:
> Please run with -v and attach a testcase. > > Cheers, > -- Guido > You check out the git repository of pkg-boinc as described on http://wiki.debian.org/BOINC/Development/GitUsage $ git status # On branch master # Your branch is ahead of 'origin/master' by 2 commits. # nothing to commit (working directory clean) I just pushed, the error remains the very same: moeller@Toshiba:~/git/boinc [master] $ git-buildpackage -rfakeroot -us -uc -v dh clean dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory `/home/moeller/git/boinc' dh_auto_clean # don't interfere with dpkg-source #if [ -d .pc ]; then \ # quilt pop -a ; \ # rm -f -r .pc ; \ #fi #if [ -d debian/patches ]; then \ # cat debian/patches/*| patch -p1 -R --batch --quiet || true ; \ #fi find . -name Makefile.in -o -name "*.a" -o -name "*.o" | xargs -r rm rm -rf debian/tmp autoreconf-stamp build-*-stamp install-*-stamp lib/crypt_prog rm -rf py/build py/lib.linux-x86_64-2.6 find . -name "*.pyc" | xargs -r rm find . -type d -a \( -name .deps -o -name .libs \) | xargs -r rm -r rm -f lib/crypt_prog test/run notices/feeds.xml find test -name "run-*" | xargs -r rm -rf rm -f sched/census sched/cgi sched/db_dump sched/db_purge sched/delete_file sched/feeder sched/file_deleter sched/file_upload_handler sched/get_file sched/make_work sched/message_handler sched/request_file_list sched/sample_assimilator sched/sample_bitwise_validator sched/sample_dummy_assimilator sched/sample_trivial_validator sched/sample_work_generator sched/sched_driver sched/send_file sched/show_shmem sched/single_job_assimilator sched/transitioner sched/trickle_handler sched/update_stats sched/wu_check clientgui/boincmgr samples/worker/worker samples/wrapper/wrapper samples/sleeper/sleeper samples/nvcuda/cuda samples/example_app/example_app samples/vm_wrapper/vm_wrapper samples/atiopencl/atiopencl rm -f \ lockfile \ doc/manpages/*.1 \ client/boinc.optimized \ update-boinc-applinks.1 \ aclocal.m4 \ config.h.in \ configure \ compile \ depcomp \ doc/manpages/appmgr.8 \ install-sh \ ltmain.sh \ m4/libtool.m4 \ m4/ltoptions.m4 \ m4/ltsugar.m4 \ m4/ltversion.m4 \ m4/lt~obsolete.m4 \ missing \ sched/credit_test \ svn_version.h \ locale/client/ar/BOINC\ Manager.mo \ config.guess \ config.sub \ client/scripts/Makefile \ client/scripts/boinc-client \ clientgui/res/Makefile \ sea/Makefile \ client/boinc \ packages/solaris/CSW/boincclient/pkginfo \ packages/solaris/CSW/boincclient/prototype \ packages/solaris/CSW/boincdevel/pkginfo \ packages/solaris/CSW/boincdevel/prototype \ packages/solaris/CSW/boinclibs/pkginfo \ packages/solaris/CSW/boinclibs/prototype \ packages/solaris/CSW/boincmanager/pkginfo \ packages/solaris/CSW/boincmanager/prototype \ packages/solaris/CSW/Makefile \ packages/generic/sea/Makefile \ packages/solaris/CSW/boincclient/Makefile \ packages/solaris/CSW/boincdevel/Makefile \ packages/solaris/CSW/boinclibs/Makefile \ packages/solaris/CSW/boincmanager/Makefile debconf-updatepo make[1]: Leaving directory `/home/moeller/git/boinc' dh_clean Traceback (most recent call last): File "/usr/bin/git-buildpackage", line 466, in <module> sys.exit(main(sys.argv)) File "/usr/bin/git-buildpackage", line 366, in main options.comp_type = guess_comp_type(repo, options.comp_type, cp['Source'], major) File "/usr/bin/git-buildpackage", line 201, in guess_comp_type comp_type = du.get_compression(tarball) File "/usr/lib/pymodules/python2.6/gbp/deb.py", line 260, in get_compression ext = orig_file.rsplit('.',1)[1] IndexError: list index out of range Many thanks Steffen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

