[arch-general] Coherence PKGBUILD problems
I am trying to create a package of Coherence, https://coherence.beebits.net/ The PKGBUILD, http://rafb.net/p/xT77RJ78.html The log from makepkg, http://rafb.net/p/QrfVDZ23.html The problem is that when installing the package it doesn't install the backends. If I install the newly create package 'pacman -U' it copies the dir Coherence.egg-info to '/usr/lib/python2.5/site-packages/Coherence-0.5.7-py2.5.egg-info' instead of '/usr/lib/python2.5/site-packages/nose-0.10.1-py2.5.egg/EGG-INFO' I've tried alot of stuff in the PKGBUILD, like python setup.py install --root=$startdir/pkg || return 1 python setup.py build && python setup.py install --root=$startdir/pkg || return 1 python setup.py install || return 1 python setup.py install || return 1 Nothing seems to work, It's the same with stable too, I've also looked at other pkgbuilds and tried different stuff from them, no go. Any ideas? Cheers Jon Kristian
I just realised that rafb has removed my paste, PKGBUILD - http://pastebin.ca/1023104 makepkg log - http://pastebin.ca/1023108 And here's the log from running ''sudo python setup.py install' - http://pastebin.ca/1023112 The manual way installs it the way it should, with the backends. On Sun, May 18, 2008 at 7:04 PM, Jon Kristian Nilsen <jokr.nilsen@gmail.com> wrote:
I am trying to create a package of Coherence, https://coherence.beebits.net/
The PKGBUILD, http://rafb.net/p/xT77RJ78.html The log from makepkg, http://rafb.net/p/QrfVDZ23.html
The problem is that when installing the package it doesn't install the backends.
If I install the newly create package 'pacman -U' it copies the dir Coherence.egg-info to '/usr/lib/python2.5/site-packages/Coherence-0.5.7-py2.5.egg-info' instead of '/usr/lib/python2.5/site-packages/nose-0.10.1-py2.5.egg/EGG-INFO'
I've tried alot of stuff in the PKGBUILD, like
python setup.py install --root=$startdir/pkg || return 1 python setup.py build && python setup.py install --root=$startdir/pkg || return 1
python setup.py install || return 1 python setup.py install || return 1
Nothing seems to work, It's the same with stable too, I've also looked at other pkgbuilds and tried different stuff from them, no go.
Any ideas?
Cheers Jon Kristian
participants (1)
-
Jon Kristian Nilsen