Hi,
I previously put my post on bad forum sorry, so i repost it here...
Few days ago it's working...i re-test few minutes ago, and i have the same issue, v8 engine compile using same toolchain so it dont seems to be my dev env...
What i do:
1 - Create new folder and go to it
2 - git clone git://git.videolan.org/vlc-ports/android.git
3 - cd android
4 - sh compile.sh or sh compile.sh release <- both failed
I record my terminal activity and i extract this (i can send full dump if need) :
...
(cd speex-git && patch -fp1) < ../../contrib/src/speex/0001-Add-disable-binaries-option-to-build-only-the-librar.patch
patching file configure.ac
Hunk #1 FAILED at 109.
Hunk #2 FAILED at 339.
libxml2-2.9.1/testReader.c
libxml2-2.9.1/testRegexp.c
2 out of 2 hunks FAILED -- saving rejects to file configure.ac.rej
libxml2-2.9.1/xstc/
libxml2-2.9.1/xstc/xstc.py
../../contrib/src/speex/rules.mak:25: recipe for target 'speex' failed
make: *** [speex] Error 1
make: *** Waiting for unfinished jobs....
...
I end on this :
...
(cd libxml2-2.9.1 && patch -fp1) < ../../contrib/src/libxml2/pthread.patch
patching file configure.in
Hunk #1 succeeded at 976 (offset 18 lines).
mv libxml2-2.9.1 libxml2 && touch libxml2
If i launch compile.sh more and more, it don't stop on the same script line, i try for than 10 times, it stop on different line each time... ?
Thanks for yourt help,
WCdr