Hello, 

I tried to compile and run Soya under my Fedora. I succeeded in compiling and 
installing Soya as a Python extension but when I launch soya_editor or any 
other program that used Soya, I get an unreferenced symbol from the Soya shared 
library. The only warnings I get during compilation of Soya is that Pyrex will 
not be used. As far as I know, this isn't an issue because I didn't use CVS 
source but the official tarball of 0.14 version. 

It seems that a function of openGL (mesa implementation in my case) is not 
resolved at run-time. But all mesa libraries are installed, and moreover are 
the Nvidia drivers loaded, I can't understand where the problem lies. 3D 
acceleration is functional with other applications. 

The build log is attached and zipped. 

If anyone got an idea ? 

Here are two launch logs : 
[buil...@srv01 rpmbuild]$ soya_editor 
Traceback (most recent call last): 
File "/usr/bin/soya_editor", line 21, in <module> 
import soya 
File "/usr/lib/python2.6/site-packages/soya/__init__.py", line 28, in <module> 
from soya._soya import * 
ImportError: /usr/lib/python2.6/site-packages/soya/_soya.so: undefined symbol: 
gluTessBeginContour 

[buil...@srv01 arkanae3]$ ./arkanae3 
* Arkanae 3 * Arkanae 3 lives in 
/home/builder/rpmbuild/BUILDROOT/ArkanaeIII-0.1-1.fc11.i386/usr/share 
Traceback (most recent call last): 
File "./arkanae3", line 120, in <module> 
from arkanae3.game import * 
File "/usr/share/arkanae3/game.py", line 24, in <module> 
exec "import arkanae3.driver_%s as driver" % globdef.DRIVER 
File "<string>", line 1, in <module> 
File "/usr/share/arkanae3/driver_3d.py", line 19, in <module> 
import soya, soya.gui, soya.opengl as opengl, soya.label3d as label3d 
File "/usr/lib/python2.6/site-packages/soya/__init__.py", line 28, in <module> 
from soya._soya import * 
ImportError: /usr/lib/python2.6/site-packages/soya/_soya.so: undefined symbol: 
gluTessBeginContour 


The dependencies from my RPM is : 
[buil...@srv01 rpmbuild]# rpm -qpR RPMS/i586/python-soya-0.14-3.fc11.i586.rpm 
/usr/bin/python 
Pyrex 
SDL 
cal3d 
freetype 
glew 
gnu-free-fonts-common 
libGLEW.so.1.5 
libSDL-1.2.so.0 
libc.so.6 
libc.so.6(GLIBC_2.0) 
libc.so.6(GLIBC_2.1.3) 
libc.so.6(GLIBC_2.3) 
libc.so.6(GLIBC_2.3.4) 
libcal3d.so.12 
libfreetype.so.6 
libm.so.6 
libm.so.6(GLIBC_2.0) 
libm.so.6(GLIBC_2.1) 
libode.so.1 
libopenal.so.0 
libpng 
libpthread.so.0 
libpython2.6.so.1.0 
libstdc++.so.6 
mesa-libGLU 
ode 
openal 
python >= 2.2 
python(abi) = 2.6 
python-imaging 
rpmlib(CompressedFileNames) <= 3.0.4-1 
rpmlib(FileDigests) <= 4.6.0-1 
rpmlib(PartialHardlinkSets) <= 4.0.4-1 
rpmlib(PayloadFilesHavePrefix) <= 4.0-1 
rtld(GNU_HASH) 


Attachment: build.log.gz
Description: GNU Zip compressed data

_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to