Package: soya Version: 0.15~rc1-3 Severity: normal Tags: patch Forwarded: http://gna.org/bugs/index.php?18131
as soya uses symbols from glu directly (e.g. gluTessVertex) it should also link against the library explicitly and not rely on indirect linkage from GLEW. downstream bug: https://bugs.launchpad.net/ubuntu/+source/soya/+bug/780305 -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty-proposed'), (500, 'natty'), (100, 'natty-backports') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-9-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: soya-0.15~rc1/setup.py =================================================================== --- soya-0.15~rc1.orig/setup.py 2011-05-10 13:52:20.600215205 +0200 +++ soya-0.15~rc1/setup.py 2011-05-10 13:52:34.170215200 +0200 @@ -116,7 +116,7 @@ if sys.platform[:3] == "win": LIBS = ["m", "glew32", "SDL", "SDL_mixer", "freetype", "cal3d", "stdc++", "ode"] else: - LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++","ode"] + LIBS = ["m", "GLEW", "SDL", "freetype", "cal3d", "stdc++","ode", "GLU"] FRAMEWORKS=[] SOYA_PYREX_SOURCES = ["_soya.pyx", "matrix.c", "chunk.c"]
signature.asc
Description: OpenPGP digital signature

