View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#589
FYI, Maemo chroot:
Code:
installing gcc
FATAL: kernel too old
UPDATE: downgrading gcc-libs and glibc helped:
Code:
pacman -U /var/cache/pacman/pkg/gcc-libs-4.8.2-7-armv7h.pkg.tar.xz 
pacman -U /var/cache/pacman/pkg/glibc-2.18-12.1-armv7h.pkg.tar.xz
Added them to IgnorePkg in /etc/pacman.conf. What's the latest 4.8 and 2.18 versions do you have in cache?

UPDATE 2: We either need 3.7+ kernel or have to keep systemd<=216 because
http://lists.freedesktop.org/archive...er/024662.html (thanks to my friend for pointing this)
Code:
Userspace firmware loading support has been removed and 
the minimum supported kernel version is thus bumped to 3.7
I have 215 only, anyone with 216 in cache?

Last edited by int_ua; 2014-11-14 at 09:27.
 

The Following 5 Users Say Thank You to int_ua For This Useful Post: