686: autogen generated Makefile misses parts of djblets

mar***@maine.****** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Nov. 25, 2008
What's the URL of the page containing the problem? N/A


What steps will reproduce the problem?
1. Export reviewboard HEAD from svn
2. Run ./autogen.sh --prefix=/home/userdir/lib; make; make install
3. Complete installation into apache and start webserver

What is the expected output? What do you see instead?
Expected: login page.  Actual: "Taking a nap".


What operating system are you using? What browser?
Server is RHEL 5 & Apache 2.2, accessing site via Firefox 3 on WinXP Pro.  

Please provide any additional information below.

Error messages in the logs include:
ImproperlyConfigured: Error importing middleware djblets.log.middleware

Later,
ImproperlyConfigured: Error importing middleware
reviewboard.admin.middleware: "No module named siteconfig.models"

It turned out that the generated Makefile omitted the log and siteconfig
directories from djblets.  Once those were hacked into the file and make;
make install were rerun, I was able to log into the site.
chipx86
#1 chipx86
We no longer use automake for this. It's now entirely setup.py-based.
  • +Fixed
  • +Milestone-Release1.0
    +Component-Deployment
    +Djblets
  • +chipx86