Custom Query (1168 matches)
Results (16 - 18 of 1168)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#961 | fixed | "lazyserver.sh -h" gives incorrect option names | ||
Description |
The current output is: ./lazyserver.sh [-h] [-c filename.ini] [ARGS_to_paster ...] For example: ./lazyserver.sh -c fcgi.ini port_number=23371 or: ./lazyserver.sh --server-name=fcgi --log-file=paste.log The configfile defaults to paste_local.ini, if that is readable, otherwise paste.ini.
However,
|
|||
#755 | fixed | "possibly undefined macro: AC_MSG_ERROR" is breaking the pyconfigure method | ||
Description |
On a fresh wheezy install with the normal mediagoblin dependencies as well as pkg-config and autoconf, I get the following error (and so do others on IRC): cwebber@li313-33:~/mediagoblin$ ./bootstrap.sh && ./configure && make autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force configure.ac:152: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 I'm not having this happen in Jessie, and IIRC I even had this working right in Wheezy. Some package must be missing? But without knowing what it is, we can't make this the official recommended way to set up MediaGoblin. So, two steps:
|
|||
#321 | FIXED | 'User' object has no attribute '_id' | ||
Description |
File '/srv/mg.wandborg.se/mediagoblin/mediagoblin/submit/views.py', line 65 in submit\_start entry['uploader'] = request.user.\_id File '/srv/mg.wandborg.se/mediagoblin/lib/python2.7/site-packages/mongokit-0.7.2-py2.7.egg/mongokit/schema\_document.py', line 379 in **getattr** return dict.**getattribute**(self, key) AttributeError: 'User' object has no attribute '\_id' |