Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. dpkg-buildpackage: info: source package node-d3-time
  2. dpkg-buildpackage: info: source version 1.0.11-1
  3. dpkg-buildpackage: info: source distribution UNRELEASED
  4. dpkg-buildpackage: info: source changed by Abraham Raji <abrahamraji99@gmail.com>
  5. dpkg-buildpackage: info: host architecture amd64
  6. dpkg-source --before-build .
  7. fakeroot debian/rules clean
  8. dh clean --with nodejs
  9. dh_auto_clean --buildsystem=nodejs
  10. rm -rf ./node_modules/.cache
  11. dh_clean
  12. dpkg-source -b .
  13. dpkg-source: info: using source format '3.0 (quilt)'
  14. dpkg-source: info: building node-d3-time using existing ./node-d3-time_1.0.11.orig.tar.gz
  15. dpkg-source: warning: newly created empty file 'build' will not be represented in diff
  16. dpkg-source: info: building node-d3-time in node-d3-time_1.0.11-1.debian.tar.xz
  17. dpkg-source: info: building node-d3-time in node-d3-time_1.0.11-1.dsc
  18. debian/rules build
  19. make: 'build' is up to date.
  20. fakeroot debian/rules binary
  21. dh binary --with nodejs
  22. dh_update_autotools_config
  23. dh_autoreconf
  24. dh_auto_configure --buildsystem=nodejs
  25. dh_auto_build --buildsystem=nodejs
  26. Found debian/nodejs/./build
  27. sh -e debian/nodejs/build
  28. [!] Error: Unexpected token
  29. rollup.config.js (22:4)
  30. 20: config,
  31. 21: {
  32. 22: ...config,
  33. ^
  34. 23: output: {
  35. 24: ...config.output,
  36.  
  37. dh_auto_build: sh -e debian/nodejs/build returned exit code 1
  38. make: *** [debian/rules:8: binary] Error 255
  39. dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement