'make build LPCONFIG=edge' fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Francis J. Lacoste |
Bug Description
$ make build LPCONFIG=edge
utilities/shhh.py make -C sourcecode build PYTHON=python2.4 \
PYTHON_
utilities/shhh.py LPCONFIG=edge /home/jml/
Traceback (most recent call last):
File "buildmailman.py", line 224, in ?
return_code = main()
File "buildmailman.py", line 219, in main
return build_mailman()
File "buildmailman.py", line 26, in build_mailman
if not config.
File "/home/
self.
File "/home/
config_dir = self.config_dir
File "/home/
return find_config_
File "/home/
raise ValueError(
ValueError: Can't find edge in /home/jml/
make: *** [compile] Error 1
It looks like the edge/launchpad.conf is legitimately missing from the lp-productions-
Changed in launchpad-foundations: | |
status: | In Progress → Fix Released |
The bugs aren't related. Bug 398035 was about a vhost added to the schema, while the production configs didn't include it.
In lp-production- configs, I do see an "edge" config directory with a lauchpad-lazr.conf file. Did you check out lp:~launchpad-pqm/lp-production-configs/trunk under your production-configs directory when testing locally?