Hello,
How could we package last versions of OLA in Slitaz ?
Thanks
RenZO
Hello,
How could we package last versions of OLA in Slitaz ?
Thanks
RenZO
Hello,
This way http://hg.slitaz.org/wok/rev/caeee449c70c
ola will build like that http://cook.slitaz.org/cooker.cgi?pkg=ola
and http://cook.slitaz.org/cooker.cgi?pkg=ola-dev
You will get these packages :
http://mirror.slitaz.org/packages/ola-0.8.21.tazpkg and
http://mirror.slitaz.org/packages/ola-dev-0.8.21.tazpkg
-pascal
thanks pascal for pushing OLA to 8.21
@ RenZO
first nice to have somebody else from OLA (Open Lighting Architectur - http://www.opendmx.net) here.
to answer two questiones from the OLA mailing
its not necessary to compile a new kernel to get ftdi and the opendmx module working. There is a thread in the old vanilla forum, how this is done - I will post it here as soon as I find it.
For now you just can copy both mudules from the slitaz-ola iso to your iso, run depmod -a and then create the new iso.
Then what you have to do to get OLA working from booting - just copy /etc/local.sh (or maybe /etc/init.d/local.sh) - just note, that for the enntec open dmx interface local.sh is different
I think thats all
Thomas
Thanks Pascal for your fast answer.
Thomas, thanks for your advices.
I already copied the ftdi module in my iso, so I added in /etc/init.d/local.sh :
depmod -a
su -c "olad -f" tux
and some other commands related to PSC (my php client for OLA).
Also, I added an udev rule to give rights on any usb device.
About OLA, we are missing a python package (I copied the files in my iso).
Where are the rules which tell which files will be present in the package?
RenZO
here is the full receipt
http://hg.slitaz.org/wok/file/caeee449c70c/ola/receipt
what is it for? because I checked with Simon for all depencies
Thomas
just a hint - you can search here packages and even files, if they are present..
so just tell me, whats missing and I will add it to the CD
how to make new kernel module available - I found the link
there is something wrong in this howto - as I remember you have to do after
# tazpkg get-install linux-source also
# /usr/bin/get-linux-source
# ls -l /usr/src
Thomas
I asked because we need an ola-python package.
We should add those arguments to configure:
--enable-python-libs --enable-rdm-tests
Then we'll have files in /usr/bin and /usr/lib/python*/site-packages/ola/*
You can see the debian config as example:
http://code.google.com/p/open-lighting/source/browse/debian/ola-python.install
RenZO
I think we just have to add builddepends for python and python-protobuf - the rest is done by OLA itself.....
Thomas
There is no "python build". If we enable it in configure, python files will be included in ola package.
ok I checked http://www.opendmx.net/index.php/OLA_Python_API
I would like to keep the ola package small, so I think the best way is to make a seperate ola-phyton package
you can live now without the phyton package? - its on the list - I have to work with pankso in autumn on the new slitaz-ola Live-CD, because my main problem is, that it does not really work on energy efficient non I686 CPUs like geode (http://pcengines.ch/alix1d.htm) or via eden boards (http://www.cpuboards.com/cpu-boards/etx-ve.htm), which are coming now cheap to the bay - and of course there should be also an Arm iso....
and before October I have no time for it...
and I forgot - of course you have to load the ftdi or open-dmx module in
/etc/rcS.conf
very strange - I answered two days ago, but the answer is only visible , when I am logged in - so I try it one more time
------------------------------
ok I checked http://www.opendmx.net/index.php/OLA_Python_API
I would like to keep the ola package small, so I think the best way is to make a seperate ola-phyton package
you can live now without the phyton package? - its on the list - I have to work with pankso in autumn on the new slitaz-ola Live-CD, because my main problem is, that it does not really work on energy efficient non I686 CPUs like geode (http://pcengines.ch/alix1d.htm) or via eden boards (http://www.cpuboards.com/cpu-boards/etx-ve.htm), which are coming now cheap to the bay - and of course there should be also an Arm iso....
and before October I have no time for it...
and I forgot - of course you have to load the ftdi or open-dmx module in
/etc/rcS.conf
last posts was marked as spam - so I try, if it working now
It works, but I see your message twice.
About the ftdi module, I didn't add it to /etc/rcS.conf, it works but I need to hotplug the device (need to replug if plugged before booting). I guess it will be ok now, thank you for this tip !
About python, currently we have 450 Ko for files, and 75 Ko in gzip archive.
So those could be in the main ola package.
Anyway, at the moment I copy the files directly in rootfs.
Also, we should update Midori because the OLA web UI needs version 0.4.5 at least.
So at the moment I need to add firefox in order to use web UI.
What is the bug about non I686 CPUs please?
its documented here
http://forum.slitaz.org/topic/strange-errors-on-older-computers
its a problem of glibc starting with the update to glibc 2.12.2 and that slitaz is compiled with -Os
we had a libre version of slitaz from Godane, which worked, which was compiled with -02
but there was a quarrel about sponsors and godane deleted his iso and all the packages...
At the moment there are some possibilities.
Christophe wants to change from glibc to eglibc in cooking - when this will work, I will make the next SliTaz-OLA LiveCD out of cooking
If it does not work, perhaps Christoph will do a cooking with kwrnel 2.6.19 which still uses old glibc
If all of this is not working, I think I have to set up my own tank and recompile 4.0 with -02
Thomas
You must log in to post.