You are not logged in.
Pages: 1
I'm trying to compile the kernel26-ck kernel from the aur. But it fails repeatedly with the following error:
CC mm/vmscan.o
mm/vmscan.c: In function 'effective_sc_prio':
mm/vmscan.c:1680:20: error: 'SCHED_IDLEPRIO' undeclared (first use in this function)
mm/vmscan.c:1680:20: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [mm/vmscan.o] Error 1
make: *** [mm] Error 2
==> ERROR: Build Failed.
Aborting...
If anyone can see what's wrong and can advise me of how to fix it I would be very appreciative. Thx,
--Theoden
"If builders built buildings the way programmers write programs,
the first woodpecker that came along would destroy civilization."
Offline
What have you tried already to fix the issue?
I just did the installation of this myself on my laptop, first time I ever used kernel26-ck, worked perfectly.
Have you tried doing it completely over? Deleting everything except for the tarball and start over?
Offline
What have you tried already to fix the issue?
I just did the installation of this myself on my laptop, first time I ever used kernel26-ck, worked perfectly.
Have you tried doing it completely over? Deleting everything except for the tarball and start over?
Yes - I completely deleted all files and started fresh. As to what else I should do - I have no idea.
I have built numerous kernels for arch and never has this problem before - so I'm kinda at a loss.
--Theoden
"If builders built buildings the way programmers write programs,
the first woodpecker that came along would destroy civilization."
Offline
I am hoping someone can properly read that error - understand it - and suggest a course of action.
--Theoden
"If builders built buildings the way programmers write programs,
the first woodpecker that came along would destroy civilization."
Offline
do you have Auto_SCHED_ISO enabled?
Offline
Pages: 1