dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 76082] Metro Last Light fail to start
Date: Wed, 12 Mar 2014 17:15:18 +0000	[thread overview]
Message-ID: <bug-76082-502-3whbto03z2@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-76082-502@http.bugs.freedesktop.org/>


[-- Attachment #1.1: Type: text/plain, Size: 3842 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=76082

--- Comment #2 from Laurent carlier <lordheavym@gmail.com> ---
[lordh@archMain tst]$ llvm-config32 --ldflags
-L/usr/lib32 
[lordh@archMain tst]$ llvm-config32 --libdir
/usr/lib32
[lordh@archMain tst]$ readelf -d /usr/lib32/xorg/modules/dri/radeonsi_dri.so 

Section dynamique à l'adresse de décalage 0x53de64 contient 39 entrées:
  Étiquettes Type                         Nom/Valeur
 0x00000001 (NEEDED)                     Librairie partagées: [libelf.so.1]
 0x00000001 (NEEDED)                     Librairie partagées: [libdrm.so.2]
 0x00000001 (NEEDED)                     Librairie partagées: [libexpat.so.1]
 0x00000001 (NEEDED)                     Librairie partagées: [libpthread.so.0]
 0x00000001 (NEEDED)                     Librairie partagées: [libdl.so.2]
 0x00000001 (NEEDED)                     Librairie partagées:
[libdrm_radeon.so.1]
 0x00000001 (NEEDED)                     Librairie partagées:
[libLLVM-3.5.0svn.so]
 0x00000001 (NEEDED)                     Librairie partagées: [libstdc++.so.6]
 0x00000001 (NEEDED)                     Librairie partagées: [libm.so.6]
 0x00000001 (NEEDED)                     Librairie partagées: [libc.so.6]
 0x00000001 (NEEDED)                     Librairie partagées: [libgcc_s.so.1]
 0x0000000e (SONAME)                     Librairie soname: [radeonsi_dri.so]
 0x0000000f (RPATH)                      Librairie rpath: [/usr/lib32]
 0x0000000c (INIT)                       0x172e4
 0x0000000d (FINI)                       0x3cc884
 0x00000019 (INIT_ARRAY)                 0x52e264
 0x0000001b (INIT_ARRAYSZ)               24 (octets)
 0x0000001a (FINI_ARRAY)                 0x52e27c
 0x0000001c (FINI_ARRAYSZ)               4 (octets)
 0x6ffffef5 (GNU_HASH)                   0x138
 0x00000005 (STRTAB)                     0x1d44
 0x00000006 (SYMTAB)                     0x164
 0x0000000a (STRSZ)                      8017 (octets)
 0x0000000b (SYMENT)                     16 (octets)
 0x00000003 (PLTGOT)                     0x53f000
 0x00000002 (PLTRELSZ)                   3352 (octets)
 0x00000014 (PLTREL)                     REL
 0x00000017 (JMPREL)                     0x165cc
 0x00000011 (REL)                        0x422c
 0x00000012 (RELSZ)                      74656 (octets)
 0x00000013 (RELENT)                     8 (octets)
 0x6ffffffc (VERDEF)                     0x4014
 0x6ffffffd (VERDEFNUM)                  2
 0x0000001e (FLAGS)                      STATIC_TLS
 0x6ffffffe (VERNEED)                    0x404c
 0x6fffffff (VERNEEDNUM)                 7
 0x6ffffff0 (VERSYM)                     0x3c96
 0x6ffffffa (RELCOUNT)                   9119
 0x00000000 (NULL)                       0x0
[lordh@archMain tst]$ ldd /usr/lib32/xorg/modules/dri/radeonsi_dri.so 
        linux-gate.so.1 (0xf7778000)
        libelf.so.1 => /usr/lib32/libelf.so.1 (0xf703a000)
        libdrm.so.2 => /usr/lib32/libdrm.so.2 (0xf702c000)
        libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf7003000)
        libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf6fe7000)
        libdl.so.2 => /usr/lib32/libdl.so.2 (0xf6fe1000)
        libdrm_radeon.so.1 => /usr/lib32/libdrm_radeon.so.1 (0xf6fd2000)
        libLLVM-3.5.0svn.so => /usr/lib32/libLLVM-3.5.0svn.so (0xf4ef6000)
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf4e0d000)
        libm.so.6 => /usr/lib32/libm.so.6 (0xf4dc7000)
        libc.so.6 => /usr/lib32/libc.so.6 (0xf4c19000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf4bff000)
        /usr/lib/ld-linux.so.2 (0xf7779000)
        libz.so.1 => /usr/lib32/libz.so.1 (0xf4be8000)
        libffi.so.6 => /usr/lib32/libffi.so.6 (0xf4be0000)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 4656 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

  parent reply	other threads:[~2014-03-12 17:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-12 17:00 [Bug 76082] New: Metro Last Light fail to start bugzilla-daemon
2014-03-12 17:10 ` [Bug 76082] " bugzilla-daemon
2014-03-12 17:15 ` bugzilla-daemon [this message]
2014-03-12 17:28 ` bugzilla-daemon
2014-03-14 13:40 ` bugzilla-daemon
2014-03-15  8:56 ` bugzilla-daemon
2014-03-15 18:40 ` bugzilla-daemon
2014-03-15 21:24 ` bugzilla-daemon
2014-03-25 21:21 ` 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-76082-502-3whbto03z2@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox