Re: [android-building] failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread Edvard Heiberg Holst
You need to install libncurses5. On Thu, Mar 7, 2019, 16:40 wrote: > Trying to build AOSP for blueline > Ive followed the build instructions several times, requirements, > establishing build environment and so forth. Also included the vendor > binaries. And I always run into this issue. I do

[android-building] failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread Edvard
You need to install libncurses5 as you're missing libncurses.so.5. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to android-building@googlegroups.com To unsubscribe from this group, send email to

Re: [android-building] failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread 'Dan Willemsen' via Android Building
It looks like you need to install libncurses5 (sudo apt install libncurses5), as that's the package that provides the 64-bit libncurses.so.5 on Ubuntu 18.04. Let me know if that fixes the issue and we'll add it to the instructions on source.android.com. Thanks, Dan On Thu, Mar 7, 2019 at 7:40

[android-building] failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread michaelburrow189
Trying to build AOSP for blueline Ive followed the build instructions several times, requirements, establishing build environment and so forth. Also included the vendor binaries. And I always run into this issue. I do run Ubuntu 18.10, should I roll back to 18.04 or even 14.04? make clobber