I tried to reproduce this bug on mailman3, I created the virtualenvironment using pyvenv-3.4 venv-3.4 --without-pip and then manually installing pip and setuptools inside venv-3.4
cd venv-3.4 source bin/activate cd .. bzr branch lp:mailman.client cd mailman.client/ python setup.py develop easy_install sphinx cd .. bzr branch lp:mailman cd mailman python setup.py build_sphinx As bootstrap.py is no longer present I omitted that step also I omitted the bin/buildout step Resulted in: running build_sphinx creating /home/pkoli/Desktop/BUG/mailman/build creating /home/pkoli/Desktop/BUG/mailman/build/sphinx creating /home/pkoli/Desktop/BUG/mailman/build/sphinx/doctrees creating /home/pkoli/Desktop/BUG/mailman/build/sphinx/html Running Sphinx v1.3 loading pickled environment... not yet created WARNING: 'default' html theme has been renamed to 'classic'. Please change your html_theme setting either to the new 'alabaster' default theme, or to 'classic' to keep using the old default. building [mo]: targets for 0 po files that are out of date building [html]: targets for 122 source files that are out of date updating environment: 122 added, 0 changed, 0 removed reading sources... [100%] src/mailman/styles/docs/styles looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done WARNING: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting writing output... [100%] src/mailman/styles/docs/styles generating indices... genindex writing additional pages... search copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 2 warnings. index.html -> README.html I am interested in fixing this bug, can someone assign it to me, I'll start by first testing different cases that can be used to reproduce it and then find a possible solution. -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/975668 Title: mailman.client conflicts with mailman installation To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/975668/+subscriptions _______________________________________________ Mailman-coders mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-coders
