Advertisement
Guest User

Untitled

a guest
Apr 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. root@launchpad1:/opt/test/stable# make schema
  2. utilities/shhh.py make -C sourcecode build PYTHON=python2.7 \
  3. LPCONFIG=development
  4. utilities/shhh.py LPCONFIG=development /opt/test/stable/bin/py -t buildmailman.py
  5. make compile lib/canonical/launchpad/apidoc/index.html
  6. make[1]: Entering directory '/opt/test/stable'
  7. utilities/shhh.py make -C sourcecode build PYTHON=python2.7 \
  8. LPCONFIG=development
  9. utilities/shhh.py LPCONFIG=development /opt/test/stable/bin/py -t buildmailman.py
  10. make[1]: 'lib/canonical/launchpad/apidoc/index.html' is up to date.
  11. make[1]: Leaving directory '/opt/test/stable'
  12. mkdir build/js/lp
  13. mkdir: cannot create directory ‘build/js/lp’: File exists
  14. Makefile:177: recipe for target 'build/js/lp' failed
  15. make: [build/js/lp] Error 1 (ignored)
  16. mkdir build/js/lp/services
  17. mkdir: cannot create directory ‘build/js/lp/services’: File exists
  18. Makefile:177: recipe for target 'build/js/lp' failed
  19. make: [build/js/lp] Error 1 (ignored)
  20. for jsdir in lib/lp/*/javascript lib/lp/services/*/javascript; do \
  21. app=$(echo $jsdir | sed -e 's,lib/lp/\(.*\)/javascript,\1,'); \
  22. cp -a $jsdir build/js/lp/$app; \
  23. done
  24. find build/js/lp -name 'tests' -type d | xargs rm -rf
  25. bin/lpjsmin -p build/js/lp
  26. utilities/js-deps -n LP_MODULES -s build/js/lp -x '-min.js' -o \
  27. build/js/lp/meta.js >/dev/null
  28. utilities/check-js-deps
  29. utilities/shhh.py bin/jsbuild \
  30. --srcdir lib/lp/app/javascript \
  31. --builddir lib/canonical/launchpad/icing/build
  32. utilities/shhh.py bin/sprite-util create-image
  33. utilities/shhh.py bin/sprite-util create-css
  34. ln -sfn ../../../../build/js/yui-3.10.3 lib/canonical/launchpad/icing/yui
  35. utilities/shhh.py bin/combine-css
  36. make -C database/schema
  37. make[1]: Entering directory '/opt/test/stable/database/schema'
  38. * If this fails you need to run as the postgresql superuser
  39. * eg. sudo -u postgres make create
  40.  
  41. * Creating database "launchpad_empty".
  42. Traceback (most recent call last):
  43. File "../../utilities/pgmassacre.py", line 254, in <module>
  44. sys.exit(main())
  45. File "../../utilities/pgmassacre.py", line 225, in main
  46. con = connect()
  47. File "../../utilities/pgmassacre.py", line 33, in connect
  48. return psycopg2.connect("dbname=%s" % dbname)
  49. File "/opt/test/stable/eggs/psycopg2-2.6.1-py2.7-linux-x86_64.egg/psycopg2/__init__.py", line 164, in connect
  50. conn = _connect(dsn, connection_factory=connection_factory, async=async)
  51. psycopg2.OperationalError: FATAL: role "root" does not exist
  52.  
  53. Makefile:111: recipe for target 'create' failed
  54. make[1]: *** [create] Error 1
  55. make[1]: Leaving directory '/opt/test/stable/database/schema'
  56. Makefile:66: recipe for target 'schema' failed
  57. make: *** [schema] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement