Advertisement
Guest User

mok

a guest
Feb 12th, 2009
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. /usr/bin/fakeroot debian/rules clean
  2. test -x debian/rules
  3. dh_testroot
  4. dh_clean
  5. cd . && python setup.py clean -a
  6. running clean
  7. 'build/lib' does not exist -- can't clean it
  8. 'build/bdist.linux-x86_64' does not exist -- can't clean it
  9. 'build/scripts-2.5' does not exist -- can't clean it
  10. removing .pyc files under 'nfoview'
  11. removing 'ChangeLog'
  12. rm -f python-build-stamp-*
  13. find . -name '*.pyc' -exec rm '{}' ';'
  14. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . -k distclean
  15. make[1]: Entering directory `/build/mok-nfoview_1.2.1-0ubuntu1-amd64-UeTybX/nfoview-1.2.1-0ubuntu1'
  16. make[1]: *** No rule to make target `distclean'.
  17. make[1]: Leaving directory `/build/mok-nfoview_1.2.1-0ubuntu1-amd64-UeTybX/nfoview-1.2.1-0ubuntu1'
  18. make: [makefile-clean] Error 2 (ignored)
  19. rm -f debian/stamp-makefile-build
  20. rm -f debian/stamp-autotools-files
  21. test -d . && cd . && \
  22. rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache; \
  23. if test -d doc; then find doc -name '*.omf.out' -exec rm -f \{\} \; ; fi; \
  24. if test -d help; then find help -name '*.omf.out' -exec rm -f \{\} \; ; fi
  25. debian/rules build
  26. test -x debian/rules
  27. mkdir -p "."
  28. touch debian/stamp-autotools-files
  29. chmod a+x /build/mok-nfoview_1.2.1-0ubuntu1-amd64-UeTybX/nfoview-1.2.1-0ubuntu1/./configure
  30. chmod: cannot access `/build/mok-nfoview_1.2.1-0ubuntu1-amd64-UeTybX/nfoview-1.2.1-0ubuntu1/./configure': No such file or directory
  31. make: *** [config.status] Error 1
  32. dpkg-buildpackage: failure: debian/rules build gave error exit status 2
  33. ******************************************************************************
  34. Build finished at 20090212-1448
  35. FAILED [dpkg-buildpackage died]
  36. ------------------------------------------------------------------------------
  37. Not removing build depends: cloned chroot in use
  38. ******************************************************************************
  39. Finished at 20090212-1448
  40. Build needed 00:00:42, 392k disk space
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement