I've been trying for the last couple of days to compile a CVS image for my 500plus but I've not been successful.
I installed all the necessary packages for my ubuntu 9.04 laptop.
I ran the toolchecker script and all the needed programs are installed.
I use this makefile from opendreambox:
http://git.opendreambox.org/?p…Makefile-opendreambox-1.5
The building starts normal and most of the packages are automatically downloaded. Those that are not, I added manually in /sources folder and the process continues.
However, the building stops with this error:
NOTE: Fetch cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-154
cvs [checkout aborted]: connect to anoncvs.handhelds.org(128.31.0.23):2401 failed: Connection refused
NOTE: Task failed: Fetch failed: familiar/dist/ipkg
NOTE: package ipkg-0.99.154-r4: task do_fetch: failed
ERROR: TaskFailed event exception, aborting
NOTE: package ipkg-0.99.154: failed
ERROR: Build of dreambox-image failed
NOTE: build 201102161837: completed
Build statistics:
Attempted builds: 1
Failed builds: 1
make: *** [image] Error 1
I tried adding ipkg-0.99.163.tar.gz from ihad/Sorces but it doesn't help.
I also found 154 version of the file and put it in sources but still the same.
Building will not continue.
I tried to compile openpli image and it worked.
I didn't even have to add this package manually.
So I don't understand what could be the problem.
My installation is OK otherwise openpli wouldn't be compiled.
Any help would be greatly appreciated.