From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so
Date: Thu, 29 Aug 2013 23:51:40 +0000 [thread overview]
Message-ID: <bug-64810-502-UnskmsPo0e@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-64810-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1899 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=64810
--- Comment #16 from tux_mind <massimo.dragano@gmail.com> ---
applied your patch, got a missing mesalibdir error in automake.
added this:
dnl Where to install internal libraries
mesalibdir="\$(libdir)/mesa-${VERSION}"
AC_SUBST([mesalibdir])
to configure.ac to get automake works fine.
after a bit of compiling i get:
libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC
.libs/libllvmradeon9.2.0-rc1_la-radeon_uvd.o
.libs/libllvmradeon9.2.0-rc1_la-radeon_setup_tgsi_llvm.o
.libs/libllvmradeon9.2.0-rc1_la-radeon_llvm_emit.o
.libs/libllvmradeon9.2.0-rc1_la-radeon_llvm_util.o -Wl,--whole-archive
../../../../src/gallium/auxiliary/.libs/libgallium.a -Wl,--no-whole-archive
-L/usr/lib64/llvm -lz -lpthread -lffi -ldl -lm -Wl,--as-needed -lrt -lelf
-march=corei7 -O0 -Wl,--no-undefined -Wl,-R -Wl,/usr/lib64/llvm -Wl,-O1
-Wl,-soname -Wl,libllvmradeon9.2.0-rc1.so -o .libs/libllvmradeon9.2.0-rc1.so
.libs/libllvmradeon9.2.0-rc1_la-radeon_setup_tgsi_llvm.o: In function
`tgsi2llvmtype':
/var/tmp/portage/media-libs/mesa-9.2.0_rc1/work/Mesa-9.2.0-rc1/src/gallium/drivers/radeon/radeon_llvm.h:139:
undefined reference to `LLVMInt32TypeInContext'
followed by hundreds of:
undefined reference to `LLVM$whatever'
probably it's missing a -lllvm when making the shared object.
but i read that llvm ldflag it's something special and need to be taken from
llvm-config --ldflags output.
after a little search in mesa sources i find that a scons script ( never heard
of this language before ) call env.ParseConfig on llvm-config output:
http://www.scons.org/doc/1.2.0/HTML/scons-user/c1814.html
https://github.com/jobermayr/mesa/blob/master/scons/llvm.py
how can i fix that?
thanks for your support :)
PS: i'm keeping using my dirty-patched version without problems ;)
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2875 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2013-08-29 23:51 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-21 4:58 [Bug 64810] New: EGL/Gles/Weston give segfault on RADEONSI bugzilla-daemon
2013-05-22 11:15 ` [Bug 64810] " bugzilla-daemon
2013-05-22 23:28 ` bugzilla-daemon
2013-05-23 7:33 ` [Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so bugzilla-daemon
2013-05-23 7:35 ` bugzilla-daemon
2013-05-23 14:51 ` bugzilla-daemon
2013-05-23 15:31 ` bugzilla-daemon
2013-08-19 13:17 ` bugzilla-daemon
2013-08-22 14:55 ` bugzilla-daemon
2013-08-27 22:00 ` bugzilla-daemon
2013-08-28 1:08 ` bugzilla-daemon
2013-08-28 2:25 ` bugzilla-daemon
2013-08-28 7:51 ` bugzilla-daemon
2013-08-29 13:35 ` bugzilla-daemon
2013-08-29 13:40 ` bugzilla-daemon
2013-08-29 21:55 ` bugzilla-daemon
2013-08-29 23:51 ` bugzilla-daemon [this message]
2013-08-29 23:56 ` bugzilla-daemon
2013-08-30 16:36 ` bugzilla-daemon
2013-09-10 11:44 ` bugzilla-daemon
2013-09-18 2:03 ` bugzilla-daemon
2013-09-18 2:09 ` bugzilla-daemon
2013-09-18 2:46 ` bugzilla-daemon
2013-09-18 3:32 ` bugzilla-daemon
2013-09-18 3:47 ` bugzilla-daemon
2013-09-18 4:43 ` bugzilla-daemon
2013-09-20 1:09 ` bugzilla-daemon
2013-09-20 14:24 ` bugzilla-daemon
2013-09-20 23:44 ` bugzilla-daemon
2013-09-23 16:02 ` bugzilla-daemon
2013-11-03 12:48 ` bugzilla-daemon
2013-11-04 16:19 ` bugzilla-daemon
2014-01-12 22:13 ` bugzilla-daemon
2014-01-14 9:17 ` bugzilla-daemon
2014-01-14 9:52 ` bugzilla-daemon
2014-01-14 10:48 ` bugzilla-daemon
2014-01-14 12:20 ` bugzilla-daemon
2014-01-14 15:41 ` bugzilla-daemon
2014-01-15 23:17 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-64810-502-UnskmsPo0e@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.