Custom Query (1173 matches)
Results (205 - 207 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #748 | wontfix | bootstrap: Current configure.ac checks for postgresql and sqlite programs instead of libs (with patch) | ||
| #5021 | fixed | bin/gmg not created in new install | ||
| Description |
Installing latest master, I don't get a bin/gmg executable. ~ $ mkdir mediagoblin-0.8.0 ~ $ cd mediagoblin-0.8.0/ ~/mediagoblin-0.8.0 $ git clone https://gitorious.org/mediagoblin/mediagoblin.git . ~/mediagoblin-0.8.0 $ virtualenv2 --system-site-packages . ~/mediagoblin-0.8.0 $ source bin/activate (mediagoblin-0.8.0) ~/mediagoblin-0.8.0 $ ./bootstrap.sh (mediagoblin-0.8.0) ~/mediagoblin-0.8.0 $ ./configure --without-virtualenv (mediagoblin-0.8.0) ~/mediagoblin-0.8.0 $ make (mediagoblin-0.8.0) ~/mediagoblin-0.8.0 $ bin/gmg dbupdate -bash: bin/gmg: No such file or directory (mediagoblin-0.8.0) ~/mediagoblin-0.8.0 $ find bin/ bin/ bin/activate.csh bin/pip2 bin/pybabel bin/pip2.7 bin/activate.fish bin/activate bin/easy_install bin/activate_this.py bin/easy_install-2.7 bin/pip bin/python2 bin/python bin/python2.7 |
|||
| #783 | fixed | bin/gmg command adduser generates a minor unnecessary error | ||
| Description |
Whenever mediagoblin/local/lib/python2.7/site-packages/SQLAlchemy-0.8.2-py2.7-linux-i686.egg/sqlalchemy/engine/default.py:459: SAWarning: Unicode type received non-unicode bind param value. param.append(processors[key](compiled_params[key])) This doesn't affect functionality at all, but may be confusing if unfixed. |
|||
