Advertisement
Guest User

Untitled

a guest
Apr 7th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. aaron@mac-the-knife:~/gnome-terminal-3.12.0/src$ debuild
  2. dpkg-buildpackage -rfakeroot -D -us -uc
  3. dpkg-buildpackage: source package gnome-terminal
  4. dpkg-buildpackage: source version 3.12.0-0ubuntu1
  5. dpkg-buildpackage: source distribution UNRELEASED
  6. dpkg-buildpackage: source changed by Aaron Honeycutt <aaronhoneycutt@outlook.com>
  7. dpkg-source --before-build gnome-terminal-3.12.0
  8. dpkg-buildpackage: host architecture amd64
  9. fakeroot debian/rules clean
  10. test -x debian/rules
  11. rm -f debian/stamp-makefile-build debian/stamp-makefile-install
  12. GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make -C . -k distclean
  13. make[1]: Entering directory `/home/aaron/gnome-terminal-3.12.0'
  14. make[1]: *** No rule to make target `distclean'.
  15. make[1]: Leaving directory `/home/aaron/gnome-terminal-3.12.0'
  16. make: [makefile-clean] Error 2 (ignored)
  17. rm -f debian/stamp-autotools
  18. rmdir --ignore-fail-on-non-empty .
  19. rmdir: failed to remove ‘.’: Invalid argument
  20. make: [makefile-clean] Error 1 (ignored)
  21. for i in ./config.guess ./config.sub ; do \
  22. if test -e $i.cdbs-orig ; then \
  23. mv $i.cdbs-orig $i ; \
  24. fi ; \
  25. done
  26. if test -e debian/autoreconf.before; then \
  27. dh_autoreconf_clean ; \
  28. fi
  29. dh_clean
  30. rm -f debian/copyright_newhints
  31. rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check
  32. rm -rf "debian/upstream-cruft"
  33. rm -f debian/stamp-upstream-cruft
  34. rm -f debian/stamp-autotools-files
  35. cd . && \
  36. rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache; \
  37. if test -d doc; then find doc -name '*.omf.out' -exec rm -f \{\} \; ; fi; \
  38. if test -d help; then find help -name '*.omf.out' -exec rm -f \{\} \; ; fi
  39. { cat /usr/share/gnome-pkg-tools/control.header ; \
  40. sed "s/@GNOME_TEAM@/Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Michael Biebl <biebl@debian.org>/" debian/control.in ; } \
  41. > debian/control
  42. rm -f debian/gnome-terminal.1
  43. dpkg-source -b gnome-terminal-3.12.0
  44. dpkg-source: info: using source format `3.0 (quilt)'
  45. dpkg-source: info: building gnome-terminal using existing ./gnome-terminal_3.12.0.orig.tar.xz
  46. patching file src/migration.c
  47. Hunk #1 succeeded at 59 (offset 1 line).
  48. Hunk #2 succeeded at 427 (offset 1 line).
  49. can't find file to patch at input line 29
  50. Perhaps you used the wrong -p or --strip option?
  51. The text leading up to this was:
  52. --------------------------
  53. |--- a/src/org.gnome.Terminal.gschema.xml.in
  54. |+++ b/src/org.gnome.Terminal.gschema.xml.in
  55. --------------------------
  56. No file to patch. Skipping patch.
  57. 1 out of 1 hunk ignored
  58. patching file src/terminal-schemas.h
  59. patching file src/terminal-screen.c
  60. Hunk #1 succeeded at 824 (offset -108 lines).
  61. dpkg-source: info: fuzz is not allowed when applying patches
  62. dpkg-source: info: if patch 'alternate_screen_scroll.patch' is correctly applied by quilt, use 'quilt refresh' to update it
  63. dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -g0 -E -b -B .pc/alternate_screen_scroll.patch/ --reject-file=- < gnome-terminal-3.12.0.orig.c1m9RB/debian/patches/alternate_screen_scroll.patch gave error exit status 1
  64. dpkg-buildpackage: error: dpkg-source -b gnome-terminal-3.12.0 gave error exit status 2
  65. debuild: fatal error at line 1364:
  66. dpkg-buildpackage -rfakeroot -D -us -uc failed
  67. aaron@mac-the-knife:~/gnome-terminal-3.12.0/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement