launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #00952
Re: make schema doesn't work
Florian Effenberger <floeff@xxxxxxxxx> writes:
> I'm fairly new to LaunchPad, but I wanted to set up my own instance
> locally for hosting projects. I've followed the documentation in the
> wiki, but unfortunately, at the point of "make schema" things don't
> seem to work anymore:
Hi, Florian. You've accidentally wandered into a lacuna in this list's
charter, I think. This list is about developing Launchpad -- for
example, if you're hacking on some Launchpad bug and need to figure out
how to get it running to test your fix, then this would be a good place
to ask.
But we don't really cover production issues, because our purpose
(anyway, Canonical's purpose) is primarily to improve Launchpad as a
hosted service. There's nothing wrong with you running your own
instance, but the production issues involved in doing that would be a
topic for a different forum -- not launchpad-users@ either, I think,
because that list is to support users of Launchpad.net.
Still, I'd happily answer your question if I knew the answer. From my
point of view, it would be great if you could get it up and running
because then you might contribute bug fixes back! :-) I assume you've
done all the obvious stuff, like Googling the error messages. When you
say you followed the instructions on the wiki, which exact URL do you
mean?
Thanks,
-Karl
> ==
> utilities/shhh.py PYTHONPATH= python2.4 bootstrap.py\
> --ez_setup-source=ez_setup.py \
> --download-base=download-cache/dist --eggs=eggs
> The found YUI root isn't valid:
> /home/lpad/launchpad/lp-branches/devel/lib/canonical/launchpad/icing/yui/3.0.0pr2/build
> utilities/shhh.py make -C sourcecode build PYTHON=python2.4 \
> PYTHON_VERSION=2.4 LPCONFIG=development
> utilities/shhh.py LPCONFIG=development
> /home/lpad/launchpad/lp-branches/devel/bin/py -t buildmailman.py
> Traceback (most recent call last):
> File "buildmailman.py", line 197, in ?
> return_code = main()
> File "buildmailman.py", line 192, in main
> return build_mailman()
> File "buildmailman.py", line 98, in build_mailman
> retcode = subprocess.call(configure_args, cwd=mailman_source)
> File "/usr/lib/python2.4/subprocess.py", line 414, in call
> return Popen(*args, **kwargs).wait()
> File "/usr/lib/python2.4/subprocess.py", line 544, in __init__
> errread, errwrite)
> File "/usr/lib/python2.4/subprocess.py", line 987, in _execute_child
> raise child_exception
> OSError: [Errno 2] No such file or directory: 'sourcecode/mailman'
> make: *** [compile] Fehler 1
> ==
>
> The directory /home/lpad/launchpad/lp-branches/devel/lib/canonical/launchpad/icing/yui/3.0.0pr2/build
> doesn't seem to exist. I've also tried downloading the .tar.gz
> sourcecode, but no luck either. :-(
>
> I'm running Jaunty. Any input welcome :-)
References