Advertisement
Guest User

log

a guest
Mar 4th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. pgadmin4-4.2/web/setup.py
  2. pgadmin4-4.2/web/webpack.config.js
  3. pgadmin4-4.2/web/webpack.shim.js
  4. pgadmin4-4.2/web/webpack.test.config.js
  5. pgadmin4-4.2/web/yarn.lock
  6. + cd pgadmin4-4.2
  7. + chown -R root:root .
  8. + find -L . '(' -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 ')' -exec chmod 755 '{}' ';' -o '(' -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 ')' -exec chmod 644 '{}' ';'
  9. + sed -i s/classic/flask/ /home/live/Downloads/pgadmin4/pgadmin4-4.2/docs/en_US/conf.py
  10. + qmake-qt5 -project PREFIX=/usr LIBPREFIX=/usr/lib64 'QMAKE_CFLAGS=-O2 -fPIC' 'QMAKE_CXXFLAGS=-O2 -fPIC' QT5LIBDIR=/usr/lib64/qt5 L_ETCDIR=/etc
  11. + make
  12. LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 make -C docs/en_US -f Makefile.sphinx html
  13. make[1]: Entering directory '/tmp/SBo/pgadmin4-4.2/docs/en_US'
  14. Generating code-snippet.rst for some of the important classes...
  15. Traceback (most recent call last):
  16. File "build_code_snippet.py", line 22, in <module>
  17. from pgadmin.utils import PgAdminModule
  18. File "/tmp/SBo/pgadmin4-4.2/web/pgadmin/__init__.py", line 20, in <module>
  19. from flask_babelex import Babel, gettext
  20. ImportError: No module named flask_babelex
  21. make[1]: [Makefile.sphinx:22: code_snippet] Error 1 (ignored)
  22. sphinx-build -W -b html -d _build/doctrees . _build/html
  23. Running Sphinx v1.8.4
  24.  
  25. Configuration error:
  26. There is a programmable error in your configuration file:
  27.  
  28. Traceback (most recent call last):
  29. File "/usr/lib64/python2.7/site-packages/sphinx/config.py", line 370, in eval_config_file
  30. execfile_(filename, namespace)
  31. File "/usr/lib64/python2.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_
  32. exec_(code, _globals)
  33. File "/usr/lib64/python2.7/site-packages/six.py", line 709, in exec_
  34. exec("""exec _code_ in _globs_, _locs_""")
  35. File "<string>", line 1, in <module>
  36. File "/tmp/SBo/pgadmin4-4.2/docs/en_US/conf.py", line 27, in <module>
  37. import config
  38. File "/tmp/SBo/pgadmin4-4.2/docs/en_US/../../web/config.py", line 29, in <module>
  39. from pgadmin.utils import env, IS_PY2, IS_WIN, fs_short_path
  40. File "/tmp/SBo/pgadmin4-4.2/web/pgadmin/__init__.py", line 20, in <module>
  41. from flask_babelex import Babel, gettext
  42. ImportError: No module named flask_babelex
  43.  
  44. make[1]: *** [Makefile.sphinx:47: html] Error 2
  45. make[1]: Leaving directory '/tmp/SBo/pgadmin4-4.2/docs/en_US'
  46. make: *** [Makefile:90: docs] Error 2
  47. root@darkstar:/home/live/Downloads/pgadmin4#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement