Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Jessie] OSQA won't build #402

Closed
JedMeister opened this issue Jun 19, 2015 · 1 comment
Closed

[Jessie] OSQA won't build #402

JedMeister opened this issue Jun 19, 2015 · 1 comment

Comments

@JedMeister
Copy link
Member

It appears that there is a now a GitHub repo here which has commits from earlier this year. However I just tested building this (with a few tweaks for Jessie) and it errors. At a glance iot appears that it is because OSQA code does not support current Debian Django (v1.7)

My updated code is here, and here is the tail fo the stacktrace when I tried to build:

+ cd /var/www/osqa
+ python manage.py syncdb --all --noinput
System check identified some issues:

WARNINGS:
?: (1_6.W001) Some project unittests may not execute as expected.
    HINT: Django 1.6 introduced a new default test runner. It looks like this project was generated using Django 1.5 or earlier. You should ensure your tests are all running & behaving as expected. See https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner for more information.
Syncing...
Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
    utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", line 377, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 288, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 338, in execute
    output = self.handle(*args, **options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 533, in handle
    return self.handle_noargs(**options)
  File "/usr/lib/python2.7/dist-packages/south/management/commands/syncdb.py", line 82, in handle_noargs
    old_app_store, cache.app_store = cache.app_store, SortedDict([
AttributeError: 'Apps' object has no attribute 'app_store'
/usr/share/fab/product.mk:476: recipe for target 'build/stamps/root.patched' failed
make: *** [build/stamps/root.patched] Error 1
@JedMeister
Copy link
Member Author

As per #76 OSQA does not appear to be completely dead, but it also doesn't appear to be current or under active development. Apparently there is a beta version that works but currently it does not pass TurnKey quality control. As such this issue is being closed.

If/when OSQA provide a stable release we will re-release this appliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant