Advertisement
cc11rocks

bzr ubuntu:hello failed

Sep 2nd, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.31 KB | None | 0 0
  1. cc11rocks@cc11rocks:~/hello$ bzr bd -- -S
  2. Building using working tree
  3. Building package in normal mode
  4. Purging the build dir: /home/cc11rocks/build-area/hello-2.8
  5. Looking for a way to retrieve the upstream tarball
  6. Upstream tarball already exists in build directory, using that
  7. Building the package in /home/cc11rocks/build-area/hello-2.8, using debuild -S
  8.  dpkg-buildpackage -rfakeroot -d -us -uc -S
  9. dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  10. dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): -D_FORTIFY_SOURCE=2
  11. dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
  12. dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
  13. dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions -Wl,-z,relro
  14. dpkg-buildpackage: source package hello
  15. dpkg-buildpackage: source version 2.8-2
  16. dpkg-buildpackage: source changed by Santiago Vila <sanvila@debian.org>
  17.  dpkg-source --before-build hello-2.8
  18.  fakeroot debian/rules clean
  19. rm -f build
  20. [ ! -f Makefile ] || /usr/bin/make distclean
  21. rm -rf *~ debian/tmp debian/*~ debian/files* debian/substvars
  22.  dpkg-source -b hello-2.8
  23. dpkg-source: info: using source format `3.0 (quilt)'
  24. dpkg-source: info: building hello using existing ./hello_2.8.orig.tar.gz
  25. dpkg-source: info: building hello in hello_2.8-2.debian.tar.gz
  26. dpkg-source: info: building hello in hello_2.8-2.dsc
  27. dpkg-genchanges -S >../hello_2.8-2_source.changes
  28. dpkg-genchanges: not including original source code in upload
  29. dpkg-source --after-build hello-2.8
  30. dpkg-buildpackage: binary and diff upload (original source NOT included)
  31. Now running lintian...
  32. W: hello source: out-of-date-standards-version 3.9.2 (current is 3.9.3)
  33. Finished running lintian.
  34. Now signing changes and any dsc files...
  35. signfile hello_2.8-2.dsc Santiago Vila <sanvila@debian.org>
  36. gpg: skipped "Santiago Vila <sanvila@debian.org>": secret key not available
  37. gpg: /tmp/debsign.w7cPWijV/hello_2.8-2.dsc: clearsign failed: secret key not available
  38. debsign: gpg error occurred!  Aborting....
  39. debuild: fatal error at line 1271:
  40. running debsign failed
  41. bzr: ERROR: The build failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement