Package: lsb-build-base2
Version: 2.1.1-6
Severity: serious

Hi,

Your package is failing to build with the following error:
cc -g -Wall  -fno-builtin    -c -o libGL.o libGL.c
[...]
ld -shared -o libGL.so --version-script libGL.Version -h `grep "libGL " 
LibNameMap.txt | cut -f2 -d' '`  libGL.o
ld: libGL.o: relocation R_X86_64_32 against `a local symbol' can not be used
when making a shared object; recompile with -fPIC
libGL.o: could not read symbols: Bad value
make[3]: *** [libGL.so] Error 1

You need to use -fPIC to build something for a shared library.  Please
see policy section 10.2.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to