• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Issue building CM for the Spec

You can try Mint 15 again, or use Ubuntu LTS (12.04).

But try this on one of your boxes;
Code:
sudo apt-get install libssl1.0.0=1.0.1-4ubuntu5.3
sudo apt-get install libssl-dev

Code:
sudo apt-get install git-core gnupg flex bison gperf build-essential \
  zip curl zlib1g-dev zlib1g-dev:i386 libc6-dev lib32ncurses5-dev \
  ia32-libs x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 \
  lib32z-dev libgl1-mesa-dev g++-multilib mingw32 \
  tofrodos python-markdown libxml2-utils xsltproc readline-common \
  libreadline6-dev libreadline6 lib32readline-gplv2-dev libncurses5-dev \
  lib32readline5 lib32readline6 libreadline-dev libreadline6-dev:i386 \
  libreadline6:i386 bzip2 libbz2-dev libbz2-1.0 libghc-bzlib-dev lib32bz2-dev \
  libsdl1.2-dev libesd0-dev squashfs-tools pngcrush schedtool libwxgtk2.6-dev

Code:
sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so

Also, are you on a 32bit or 64bit system?
ICS and above requires building on 64bit systems
 
D2A, remember how I said it was probably something stupid/simple I was missing? Yeah, I had bad vendor blobs >.< . I was grabbing them from https://github.com/thebigq/android_vendor_lge_i_vzw and re-running the script to generate the vs920 make files. Turns out that half the files in there are not correct any more. I went through and pulled all new files from your CM11 rom and now I have no screen issues and it even booted into the OS. I guess that's what I get for being lazy. Now, it's time to resync with your source and start figuring out the camera issues. Oh, and time to put up a new vendor blob repo.
 
I should take down thebigq repos. I've been using StatlerAndWaldorf for a while now.
 
I don't know anyone that is still building for cm10.0 and below, so it's probably not a bad idea. I realize that it was me being lazy that caused my issues, but it sucks having all these different repos and no centralized list for beginning builders to work from.
 
Back
Top Bottom