hamfactorial
Newbie
Obviously, Gentoo doesn't have apt-get, so can you paste the command you used to grab all the build-deps? I haven't used Gentoo in years, so I don't know if I can really help.
From what I can see, V8 (and/or libv8) didn't build correctly and when the compile goes to execute it, it fails...
Code:E/v8 (32060): E/v8 (32060): # E/v8 (32060): # Fatal error in v8::Context::New() E/v8 (32060): # E/v8 (32060): Error initializing V8 E/v8 (32060): E/v8 (32060): # E/v8 (32060):
I installed with the following -
Code:
sudo emerge -1n git gnupg flex bison gperf libsdl esound wxGTK squashfs-tools zip curl ncurses zlib sun-jdk pngcrush schedtool
Some of the package names are slightly different, but they should all install the required libraries and headers that CM expects.
V8 is Google's Java interpreter, right?

