|
As I need an xslt processor to use "Podcast to sh" I searched the familiar 0.8.4 feeds for the libxslt-package ...
unfortunately I did not find it in the 0.8.4 feeds (ipkgFind did find one for 0.8.0). So I decided to give the familiar build system another try. build ... As usual, the 1st attempt failed (no problem, we'll contribute to improve this => Bug 1839). Mhh ... maybe just a missing dependency - so I'll build libgcrypt & then give it another try ... then it works: NOTE: package libxslt-1.1.8-r1: task do_package: completed NOTE: package libxslt-1.1.8-r1: task do_build: started NOTE: package libxslt-1.1.8-r1: task do_build: completed NOTE: package libxslt-1.1.8: completed NOTE: build 200706102152: completed Build statistics: Attempted builds: 1 
transfer ... ... ok, lets send the new packages to the device: build-h3600-opie/tmp/deploy/ipk> scp ./libxs* root@iPAQ:~/ipkg root@ipaq's password: libxslt_1.1.8-r1_arm.ipk 100% 105KB 105.0KB/s 00:01 libxslt-dev_1.1.8-r1_arm.ipk 100% 150KB 75.2KB/s 00:02 libxslt-doc_1.1.8-r1_arm.ipk 100% 247KB 61.7KB/s 00:04 libxslt-utils_1.1.8-r1_arm.ipk 100% 8580 8.4KB/s 00:00 build-h3600-opie/tmp/deploy/ipk> scp ./libgp* root@iPAQ:~/ipkg root@ipaq's password: libgpg-error0_1.4-r0_arm.ipk 100% 6290 6.1KB/s 00:00 libgpg-error-dev_1.4-r0_arm.ipk 100% 19KB 19.0KB/s 00:00 libgpg-error-locale-de_1.4-r0_arm.ipk 100% 7264 7.1KB/s 00:00 libgpg-error-locale-fr_1.4-r0_arm.ipk 100% 6382 6.2KB/s 00:00 libgpg-error-locale-pl_1.4-r0_arm.ipk 100% 6506 6.4KB/s 00:00 libgpg-error-locale-ro_1.4-r0_arm.ipk 100% 6410 6.3KB/s 00:00 libgpg-error-locale-vi_1.4-r0_arm.ipk 100% 6732 6.6KB/s 00:00 build-h3600-opie/tmp/deploy/ipk> scp ./libgcrypt* root@iPAQ:~/ipkg root@ipaq's password: libgcrypt11_1.2.3-r0_arm.ipk 100% 168KB 167.9KB/s 00:01 libgcrypt-dev_1.2.3-r0_arm.ipk 100% 233KB 58.3KB/s 00:04 libgcrypt-doc_1.2.3-r0_arm.ipk 100% 50KB 49.8KB/s 00:00 install ...root@iPAQ:~/ipkg# ipkg install \ ./libgcrypt11_1.2.3-r0_arm.ipk \ ./libgpg-error0_1.4-r0_arm.ipk \ ./libxslt_1.1.8-r1_arm.ipk Installing libgcrypt11 (1.2.3-r0) to root... Installing libgpg-error0 (1.4-r0) to root... Package libgpg-error0 (1.4-r0) installed in root is up to date. Installing libxslt (1.1.8-r1) to root... Installing libxml2 (2.6.10-r0) to root... Downloading http://familiar.handhelds.org/.../v0.8.4/feed/x11/libxml2_2.6.10-r0_arm.ipk Configuring libgcrypt11 Configuring libgpg-error0 Configuring libxml2 Configuring libxslt The commandline tool/xslt processor "xsltproc" is packed in libxslt-utils: root@iPAQ:~/ipkg# ipkg install ./libxslt-utils_1.1.8-r1_arm.ipk Installing libxslt-utils (1.1.8-r1) to root... Configuring libxslt-utils |