Quote:
Originally Posted by twobob
5 hours in... still building
EDIT: 9 hours...
EDIT: 15 hours : alignment of target type [-Wcast-align]
CXXLD libWebCore.la
./libtool: line 1107: /usr/bin/ar: Argument list too long
make[1]: *** [libWebCore.la] Error 126
make[1]: Leaving directory `/usr/local/src/webkit-1.8.1'
Heh.
Was worth a try
|
okay to fix this we linked many of the long folder names to short capitalised one and two letter versions..
and re-ran the command thusly:
http://pastebin.com/Me0n66GM
then qemu exploded... sigh...
Quote:
Unsupported ancillary data: 1/2
Command '['/usr/local/src/webkit-1.8.1/tmp-introspect2cmLJJ/WebKit-1.0', '--introspect-dump=/usr/local/src/webkit-1.8.1/tmp-introspect2cmLJJ/functions.txt,/usr/local/src/webkit-1.8.1/tmp-introspect2cmLJJ/dump.xml']' returned non-zero exit status -11
make[1]: *** [WebKit-1.0.gir] Error 1
|
so the only solution would be if we had a REAL native arm device to build it on...

kindle.
I figure in about 4 or 5 days it will be finished... ;P
maybe...
In the interim I will get back to other bits and bats.
Heh.
Special Thanks to KNC1 without whom this project would have stalled.
EDIT:
Okay so researched NBD swap and sshfs ccache
will rebuild like:
Quote:
CFLAGS="-march=armv7-a -mtune=cortex-a8 -mfpu=neon -ftree-vectorize -static-libstdc++ -O2 -pipe -fstack-protector -Wall -Wl,--as-needed -gstabs -ffast-math" CXXFLAGS="${CFLAGS}" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-rpath,/mnt/us/extensions/midori/usr/lib -static-libstdc++ -Wl,-O1 -Wl,--no-keep-memory" ./configure --prefix=/mnt/us/extensions/midori/usr --disable-jit --disable-silent-rules --disable-schemas-compile --with-gtk=2.0 --disable-gtk-doc --enable-introspection --enable-fast-mobile-scrolling --enable-web-audio --enable-mhtml --disable-geolocation --enable-video-track --enable-image-resizer --disable-schemas-compile --with-target=x11 --disable-glibtest
|
Quote:
PATH=/usr/lib/ccache:$PATH make -j 1 V=1
|