← Back to team overview

launchpad-dev team mailing list archive

launchpad devel building error

 

hi,
i'm testing launchpad on  local server and i've had error while building it
here is the output when  make schema
--------------------------------------------
root@kernel:/home/user/launchpad/lp-branches/devel# make schema
utilities/shhh.py make -C sourcecode build PYTHON=python2.4 \
        PYTHON_VERSION=2.4 LPCONFIG=development
The target path, 'build/choiceedit/choiceedit.js', is not a symbolic link!
make[2]: *** [build] Error 1
make[1]: *** [build] Error 2
make[1]: Entering directory
`/home/user/launchpad/lp-branches/devel/sourcecode'
make[2]: Entering directory
`/home/user/launchpad/lp-branches/devel/sourcecode/cscvs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/user/launchpad/lp-branches/devel/sourcecode/cscvs'
make[2]: Entering directory
`/home/user/launchpad/lp-branches/devel/sourcecode/dulwich'
python2.4 setup.py build
running build
running build_py
running build_ext
running build_scripts
python2.4 setup.py build_ext -i
running build_ext
make[2]: Leaving directory
`/home/user/launchpad/lp-branches/devel/sourcecode/dulwich'
make[2]: Entering directory
`/home/user/launchpad/lp-branches/devel/sourcecode/lazr-js'
python2.4 tools/build.py
make[2]: Leaving directory
`/home/user/launchpad/lp-branches/devel/sourcecode/lazr-js'
make[1]: Leaving directory
`/home/user/launchpad/lp-branches/devel/sourcecode'
make: *** [compile] Error 2
---------------------


"choiceedit.js is not a symbolic link "
any idea how to fix this ?
thanks

Follow ups