Advertisement
Guest User

Untitled

a guest
Jun 5th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. # Add here commands to clean up after the build process.
  2. dh_clean
  3. dpkg-source -b BUILD
  4. dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
  5. dpkg-source: warning: source directory 'BUILD' is not <sourcepackage>-<upstreamversion> 'imgrup-0.0.6.8'
  6. dpkg-source: info: using source format `1.0'
  7. dpkg-source: info: building imgrup in imgrup_0.0.6.8.tar.gz
  8. dpkg-source: info: building imgrup in imgrup_0.0.6.8.dsc
  9. debian/rules build
  10. dh_testdir
  11. touch configure-stamp
  12. dh_testdir
  13. # Add here commands to compile the package.
  14. #docbook-to-man debian/imgrup.sgml > imgrup.1
  15. touch build-stamp
  16. fakeroot-tcp debian/rules binary
  17. dh_testdir
  18. dh_testroot
  19. dh_clean -k
  20. dh_clean: dh_clean -k is deprecated; use dh_prep instead
  21. dh_installdirs
  22. # Add here commands to install the package into debian/imgrup.
  23. /usr/bin/make INSTALL_ROOT="/usr/src/packages/BUILD"/debian/imgrup install
  24. make[1]: Entering directory `/usr/src/packages/BUILD'
  25. make[1]: *** No rule to make target `install'. Stop.
  26. make[1]: Leaving directory `/usr/src/packages/BUILD'
  27. make: *** [install] Error 2
  28. dpkg-buildpackage: error: fakeroot-tcp debian/rules binary gave error exit status 2
  29. qemu: Unsupported syscall: 88
  30. qemu: Unsupported syscall: 88
  31. qemu: Unsupported syscall: 88
  32. Warning: clean shut down of the VM didn't work
  33. [ 272.058750] Kernel panic - not syncing: Attempted to kill init!
  34. [ 272.058757] Pid: 1, comm: initscript_qemu Not tainted 2.6.37.6-0.11-xen #1
  35. [ 272.058759] Call Trace:
  36. [ 272.058770] [<ffffffff800094a6>] dump_trace+0x76/0x1a0
  37. [ 272.058780] [<ffffffff804886c2>] dump_stack+0x69/0x6f
  38. [ 272.058784] [<ffffffff8048878f>] panic+0x92/0x1c5
  39. [ 272.058791] [<ffffffff8004606a>] forget_original_parent+0x29a/0x2b0
  40. [ 272.058796] [<ffffffff80046090>] exit_notify+0x10/0x1a0
  41. [ 272.058800] [<ffffffff80046afc>] do_exit+0x1bc/0x3d0
  42. [ 272.058803] [<ffffffff80046ed2>] do_group_exit+0x52/0x100
  43. [ 272.058807] [<ffffffff80046f92>] sys_exit_group+0x12/0x20
  44. [ 272.058812] [<ffffffff80007448>] system_call_fastpath+0x16/0x1b
  45. [ 272.058817] [<00000000004ac7e8>] 0x4ac7e8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement