Attached to Project: CRUX-ARM
Opened by Jose V Beneyto - 2011-05-27
Last edited by Victor Martinez - 2011-08-06
Opened by Jose V Beneyto - 2011-05-27
Last edited by Victor Martinez - 2011-08-06
FS#11 - kbd: failed to build
make[1]: Leaving directory `/dev/shm/pkgmk-kbd/src/kbd-1.15.3’ + ln -sf default8x16.psfu.gz /dev/shm/pkgmk-kbd/pkg/usr/share/kbd/consolefonts/default.gz
+ rm -r /dev/shm/pkgmk-kbd/pkg/usr/share/kbd/keymaps/ppc /dev/shm/pkgmk-kbd/pkg/usr/share/kbd/keymaps/mac /dev/shm/pkgmk-kbd/pkg/usr/sharn
+ rm /dev/shm/pkgmk-kbd/pkg/usr/bin/loadunimap /dev/shm/pkgmk-kbd/pkg/usr/bin/mapscrn /dev/shm/pkgmk-kbd/pkg/usr/bin/resizecons /dev/shm/e
rm: cannot remove `/dev/shm/pkgmk-kbd/pkg/usr/bin/resizecons’: No such file or directory
======⇒ ERROR: Building ‘/usr/pkg/kbd#1.15.3-1.pkg.tar.gz’ failed.
Closed by Victor Martinez
Saturday, 06 August 2011, 13:46 GMT
Reason for closing: Fixed
Additional comments about closing:
Saturday, 06 August 2011, 13:46 GMT
Reason for closing: Fixed
Additional comments about closing:
It isn't built because the configure script looks for another archs:
case $host_cpu in
i?86*) RESIZECONS_PROGS=yes ;; *) RESIZECONS_PROGS=no ;;
esac
Fixed Pkgfile in core-arm overlay
collection.
that's right. There is no resizecons on other archs and this happens on ppc too:
http://cruxppc.org/viewvc/core/branches/2.7/kbd/Pkgfile?view=log
yep, we fixed that for cross ports, but we'll need to do the same for overlays
https://crux-arm.nu/gitweb?p=ports/core-cross.git;a=blob;f=kbd/Pkgfile