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:28:36 +0000	[thread overview]
Message-ID: <bug-76082-502-Vjp2FwveWd@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-76082-502@http.bugs.freedesktop.org/>


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

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

--- Comment #3 from Laurent carlier <lordheavym@gmail.com> ---
comment #2 was for bad (current trunk)

Here is when it's good:
[lordh@archMain tstdri32]$ readelf -d
usr/lib32/xorg/modules/dri/radeonsi_dri.so

Section dynamique à l'adresse de décalage 0x66fa30 contient 38 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]
 0x0000000c (INIT)                       0x1784c
 0x0000000d (FINI)                       0x4a3a60
 0x00000019 (INIT_ARRAY)                 0x66029c
 0x0000001b (INIT_ARRAYSZ)               24 (octets)
 0x0000001a (FINI_ARRAY)                 0x6602b4
 0x0000001c (FINI_ARRAYSZ)               4 (octets)
 0x6ffffef5 (GNU_HASH)                   0x118
 0x00000005 (STRTAB)                     0x1d94
 0x00000006 (SYMTAB)                     0x144
 0x0000000a (STRSZ)                      8038 (octets)
 0x0000000b (SYMENT)                     16 (octets)
 0x00000003 (PLTGOT)                     0x670bbc
 0x00000002 (PLTRELSZ)                   3400 (octets)
 0x00000014 (PLTREL)                     REL
 0x00000017 (JMPREL)                     0x16b04
 0x00000011 (REL)                        0x428c
 0x00000012 (RELSZ)                      75896 (octets)
 0x00000013 (RELENT)                     8 (octets)                             
 0x6ffffffc (VERDEF)                     0x4084                                 
 0x6ffffffd (VERDEFNUM)                  2                                      
 0x0000001e (FLAGS)                      STATIC_TLS                             
 0x6ffffffe (VERNEED)                    0x40bc                                 
 0x6fffffff (VERNEEDNUM)                 7                                      
 0x6ffffff0 (VERSYM)                     0x3cfa                                 
 0x6ffffffa (RELCOUNT)                   9272                                   
 0x00000000 (NULL)                       0x0                                    
[lordh@archMain tstdri32]$ ldd usr/lib32/xorg/modules/dri/radeonsi_dri.so       
        linux-gate.so.1 (0xf7745000)                                            
        libelf.so.1 => /usr/lib32/libelf.so.1 (0xf6e8b000)                      
        libdrm.so.2 => /usr/lib32/libdrm.so.2 (0xf6e7d000)                      
        libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf6e54000)                  
        libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf6e38000)              
        libdl.so.2 => /usr/lib32/libdl.so.2 (0xf6e32000)                        
        libdrm_radeon.so.1 => /usr/lib32/libdrm_radeon.so.1 (0xf6e23000)        
        libLLVM-3.5.0svn.so => /usr/lib32/libLLVM-3.5.0svn.so (0xf4d47000)      
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf4c5e000)                
        libm.so.6 => /usr/lib32/libm.so.6 (0xf4c18000)                          
        libc.so.6 => /usr/lib32/libc.so.6 (0xf4a6a000)                          
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf4a50000)                  
        /usr/lib/ld-linux.so.2 (0xf7746000)                                     
        libz.so.1 => /usr/lib32/libz.so.1 (0xf4a39000)
        libffi.so.6 => /usr/lib32/libffi.so.6 (0xf4a31000)

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

[-- Attachment #1.2: Type: text/html, Size: 5161 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:28 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
2014-03-12 17:28 ` bugzilla-daemon [this message]
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-Vjp2FwveWd@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