[Mesa-dev] nouveau_vieux_dri.so is broken ?

2010-06-14 Thread yaiba . kurogane

Hi, I got segfault with serer 1.9 when I run glxinfo or glxgears.

Backtrace:
[  1532.656] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e484b]
[  1532.656] 1: /usr/bin/X (0x8048000+0x5c635) [0x80a4635]
[  1532.656] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb785040c]
[  1532.656] 3: /usr/lib/xorg/modules/extensions/libdri2.so 
(0xb7831000+0x3750) [0xb7834750]

[  1532.657] 4: /usr/bin/X (0x8048000+0x270a7) [0x806f0a7]
[  1532.657] 5: /usr/bin/X (0x8048000+0x1a0a5) [0x80620a5]
[  1532.657] 6: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb7587c76]
[  1532.657] 7: /usr/bin/X (0x8048000+0x19c81) [0x8061c81]
[  1532.657] Segmentation fault at address (nil)
[  1532.657]
Fatal server error:
[  1532.657] Caught signal 11 (Segmentation fault). Server aborting

--
Szukasz pracy? Zobacz ciekawe oferty w Twoim miescie
Sprawdz  http://linkint.pl/f2725

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] cant compile with llvmpipe enabled

2010-05-03 Thread yaiba . kurogane
Hey. I get following error when try to compile mesa-git with 
--enable-gallium-llvm.


g++ -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib/llvm  -lpthread 
-lffi -ldl -lm  lp_test_format.o lp_test_main.o -o lp_test_format 
-Wl,--start-group   -lXext -lXxf86vm -lXdamage -lXfixes -lX11-xcb -lX11 
-lxcb-glx -lxcb   -ldrm   -lm -lpthread -ldl -L../../auxiliary/ 
-lgallium libllvmpipe.a -lLLVMBitWriter -lLLVMX86CodeGen -lLLVMX86Info 
-lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMInterpreter -lLLVMJIT 
-lLLVMExecutionEngine -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine 
-lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC 
-lLLVMCore -lLLVMSupport -lLLVMSystem -lstdc++ -Wl,--end-group

../../auxiliary//libgallium.a(u_dl.o): In function `util_dl_open':
u_dl.c:(.text+0x21): undefined reference to `dlopen'
../../auxiliary//libgallium.a(u_dl.o): In function 
`util_dl_get_proc_address':

u_dl.c:(.text+0x50): undefined reference to `dlsym'
../../auxiliary//libgallium.a(u_dl.o): In function `util_dl_close':
u_dl.c:(.text+0x79): undefined reference to `dlclose'
../../auxiliary//libgallium.a(u_dl.o): In function `util_dl_error':
u_dl.c:(.text+0xa3): undefined reference to `dlerror'
/usr/lib/llvm/libLLVMSystem.a(DynamicLibrary.o): In function 
`llvm::sys::DynamicLibrary::LoadLibraryPermanently(char const*, 
std::basic_stringchar, std::char_traitschar, std::allocatorchar *)':

(.text+0x32): undefined reference to `dlopen'
/usr/lib/llvm/libLLVMSystem.a(DynamicLibrary.o): In function 
`llvm::sys::DynamicLibrary::LoadLibraryPermanently(char const*, 
std::basic_stringchar, std::char_traitschar, std::allocatorchar *)':

(.text+0x8a): undefined reference to `dlerror'
/usr/lib/llvm/libLLVMSystem.a(DynamicLibrary.o): In function 
`llvm::sys::DynamicLibrary::SearchForAddressOfSymbol(char const*)':

(.text+0x1a2): undefined reference to `dlsym'
/usr/lib/llvm/libLLVMSystem.a(Signals.o): In function 
`PrintStackTrace(void*)':

(.text+0x74): undefined reference to `dladdr'
/usr/lib/llvm/libLLVMSystem.a(Signals.o): In function 
`PrintStackTrace(void*)':

(.text+0x1ea): undefined reference to `dladdr'
collect2: ld returned 1 exit status
make[4]: *** [lp_test_format] Error 1

something is missing in my system or something ???


-
Twoja sasiadka juz w to gra, a Ty na co czekasz? 
http://linkint.pl/f26af


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] Re:cant compile with llvmpipe enabled

2010-05-03 Thread yaiba . kurogane
Ok. I removed  -Wl,--as-needed and now compilation went smooth.However 
when I enable gles1 and gles2 and add es state tracker I got something 
like this:


mklib: Making Linux shared library:  libGL.so.1.2
mklib: Installing libGL.so.1.2 libGL.so.1 libGL.so in ../../lib
make[2]: Opuszczenie katalogu `/usr/src/mesa-full/src/mesa-build/src/glx'
make[2]: Wejście do katalogu `/usr/src/mesa-full/src/mesa-build/src/gles'
rm -f depend
touch depend
/usr/bin/makedepend -fdepend 
-I/usr/lib/gcc/i686-pc-linux-gnu/4.5.0/include 
-I/usr/lib/gcc/i686-pc-linux-gnu/4.5.0/include-fixed 
-I../../src/mesa/es/glapi/glapi- -I../../src/mesa 
../../src/mesa/glapi/glapi.c ../../src/mesa/glapi/glapi_dispatch.c 
../../src/mesa/glapi/glapi_entrypoint.c 
../../src/mesa/glapi/glapi_execmem.c 
../../src/mesa/glapi/glapi_getproc.c ../../src/mesa/glapi/glapi_nop.c 
../../src/mesa/glapi/glthread.c \


/usr/bin/makedepend: warning:  ../../src/mesa/glapi/glapi.c (reading 
../../src/mesa/main/glheader.h, line 55): cannot find include file 
GL/internal/glcore.h

not in GL/internal/glcore.h
not in ../../src/mesa/main/GL/internal/glcore.h
not in 
/usr/lib/gcc/i686-pc-linux-gnu/4.5.0/include/GL/internal/glcore.h
not in 
/usr/lib/gcc/i686-pc-linux-gnu/4.5.0/include-fixed/GL/internal/glcore.h

not in ../../src/mesa/es/glapi/glapi-/GL/internal/glcore.h
not in ../../src/mesa/GL/internal/glcore.h
not in /usr/include/GL/internal/glcore.h
make[2]: Opuszczenie katalogu `/usr/src/mesa-full/src/mesa-build/src/gles'
make[2]: Wejście do katalogu `/usr/src/mesa-full/src/mesa-build/src/gles'
gcc -c -march=i686 -mtune=generic -O2 -pipe -Wall -Wmissing-prototypes 
-std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing  -fPIC  
-DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE 
-DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_USE_TLS -DPTHREADS 
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING 
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 -DMESA_LLVM 
-D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0207 
-I../../src/mesa/es/glapi/glapi-es1 -I../../src/mesa -o es1-glapi_x86.o 
../../src/mesa/es/glapi/glapi-es1/x86/glapi_x86.S
gcc -c -march=i686 -mtune=generic -O2 -pipe -Wall -Wmissing-prototypes 
-std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing  -fPIC  
-DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE 
-DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XCB -DGLX_USE_TLS -DPTHREADS 
-DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING 
-DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 -DMESA_LLVM 
-D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0207 
-I../../src/mesa/es/glapi/glapi-es1 -I../../src/mesa -o es1-glapi.o 
../../src/mesa/glapi/glapi.c

In file included from ../../src/mesa/glapi/glapi.c:57:0:
../../src/mesa/main/glheader.h:55:32: fatal error: GL/internal/glcore.h: 
No such file or directory

compilation terminated.
make[2]: *** [es1-glapi.o] Error 1

My PKGBUILD:
(..)./autogen.sh --prefix=/usr \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--enable-glx-tls \
--with-dri-drivers=nouveau \
--enable-xcb \
--disable-egl \
--disable-glu \
--with-state-trackers=glx,dri,xorg,vega,es \
--disable-glw \
--enable-gles1 \
--enable-gles2 \
--enable-gallium \
--enable-gallium-llvm \
--disable-gallium-intel \
--disable-gallium-svga \
--disable-gallium-radeon \
--disable-gallium-nouveau || return 1
(...)

How to solve this?

--
Najlepsza wyszukiwarka tanich lotow!
Sprawdz  http://linkint.pl/f26b1

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev