Advertisement
Guest User

Freamantle broken

a guest
Jun 21st, 2011
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. [sbox-FREMANTLE_X86: ~/Xournal/GIT/xournal-0.4.5] > dpkg-buildpackage -rfakeroot
  2. dpkg-buildpackage: source package is xournal
  3. dpkg-buildpackage: source version is 0.4.5-1fremantle16
  4. dpkg-buildpackage: source changed by Aniello Del Sorbo <anidel@gmail.com>
  5. dpkg-buildpackage: host architecture i386
  6. dpkg-buildpackage: source version without epoch 0.4.5-1fremantle16
  7. : Using Scratchbox tools to satisfy builddeps
  8. find: warning: you have specified the -mindepth option after a non-option argument -name, but options are not positional (-mindepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
  9.  
  10. find: warning: you have specified the -maxdepth option after a non-option argument -name, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
  11.  
  12. find: `/scratchbox/tools/autotools': No such file or directory
  13. fakeroot debian/rules clean
  14. dh_testdir
  15. dh_testroot
  16. # Add here commands to clean up after the build process.
  17. if test -f Makefile; then \
  18. /scratchbox/tools/bin/make distclean; \
  19. else \
  20. rm -f src/xournal; \
  21. fi
  22. rm -f configure-stamp build-stamp
  23. rm -f depcomp install-sh missing configure
  24. dh_clean
  25. dpkg-source -b xournal-0.4.5
  26. dpkg-source: building xournal in xournal_0.4.5-1fremantle16.tar.gz
  27. dpkg-source: building xournal in xournal_0.4.5-1fremantle16.dsc
  28. debian/rules build
  29. dh_testdir
  30. # Add here commands to configure the package.
  31. ./autogen.sh --prefix=/usr
  32. + glib-gettextize --copy --force
  33. Copying file mkinstalldirs
  34. Copying file po/Makefile.in.in
  35.  
  36. Please add the files
  37. codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  38. progtest.m4
  39. from the /aclocal directory to your autoconf macro directory
  40. or directly to your aclocal.m4 file.
  41. You will also need config.guess and config.sub, which you can get from
  42. ftp://ftp.gnu.org/pub/gnu/config/.
  43.  
  44. + libtoolize --automake
  45. + intltoolize --automake --copy --force
  46. + aclocal-1.8
  47. ./autogen.sh: line 7: aclocal-1.8: command not found
  48. + autoconf
  49. + autoheader
  50. + automake-1.8 --add-missing --foreign
  51. ./autogen.sh: line 10: automake-1.8: command not found
  52. + ./configure --prefix=/usr
  53. configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
  54. make: *** [configure-stamp] Error 1
  55. [sbox-FREMANTLE_X86: ~/Xournal/GIT/xournal-0.4.5] >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement