View Single Post
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#5
Originally Posted by www.rzr.online.fr View Post
I merged most of them to shared repo but some are failling to be rebuild

wanna double check ?

https://build.pub.meego.com/project/...tan_standard=1
About :

1) python-tornado : I don't understand the COBS problem. Using the Harmattan SDK, I needed to install only "python-pycurl".

2) zeromq : the build log of zeromq shows:
"/usr/bin/ld: .libs/local_lat: hidden symbol `__sync_fetch_and_add_4' in /usr/lib/gcc/arm-linux-gnueabi/4.4.1/libgcc.a(linux-atomic.o) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output"
This problem of gcc 4.4.1 in Harmattan SDK is fixed by applying the patch :
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46563#c6
# rm /usr/lib/gcc/arm-linux-gnueabi/4.4.1/libgcc_s.so
# nano /usr/lib/gcc/arm-linux-gnueabi/4.4.1/libgcc_s.so
/* GNU ld script
Use the shared library, but some functions are only in
the static library. */
GROUP ( libgcc_s.so.1 libgcc.a )
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2013-02-15 at 11:18.
 

The Following User Says Thank You to rcolistete For This Useful Post: