Can't get libncurses5-dev

I am using the latest version of volumio image for Odroid C1+ (same as C1), when I try to install libncurses5-dev (for kernel building), it returns the error:
Screenshot 2016-02-15 15.42.00.png

The following packages have unmet dependencies:
libncurses5-dev : Depends: libtinfo5 (= 5.9-10) but 5.9+20140913-1 is to be installed
Depends: libncurses5 (= 5.9-10) but 5.9+20140913-1 is to be installed
Depends: libtinfo-dev (= 5.9-10) but 5.9+20140913-1 is to be installed

Is there any way to fix this? Thanks

Hi,
i don’t think so, Volumio has a very minimal rootfs, so there might be too much missing for development.
What do you need to change in the kernel? Perhaps I can help you there. Btw. it’s not a bug :wink:

I downloaded the package and force install.

apt-get download libncurses5-dev dpkg -i --ignore-depends=libtinfo5,libncurses5,libtinfo-dev libncurses5-dev.deb

Thanks a lot.
Sorry, I mis-place it in the bug report page.
I would like to build a real time kernel for it. Or is there already someone build a real timer kernel image so that I can download an use?

Hi,
I don’t know if someone tried it for Volumio, but checkout the odroid C1/C1+ forum: Real time kernel 3-10-80-rt88 (PREEMPT_RT) working
Let us know in case you gave it a go.

Fixed that for you :smiley: