[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mesa3d-users
Subject:    Re: [Mesa3d-users] undefined symbol: XDamageAdd
From:       "Alessandro Borges" <alessandroborges () gmail ! com>
Date:       2007-09-28 19:04:56
Message-ID: 4ddaee7b0709281204l360275f5t479dd8e55409706c () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Many Thanks, Paul

Alessandro

2007/9/27, Brian Paul <brian.paul@tungstengraphics.com>:
>
> libGL has had a dependency on the Xdamage library since Jan'07 or so.
>
> If you run 'ldd libGL.so' (specifying the path to your libGL as needed)
> you should see something like this:
>
> $ ldd lib/libGL.so
>          linux-gate.so.1 =>  (0xffffe000)
>          libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e0c000)
>          libXext.so.6 => /usr/lib/libXext.so.6 (0xb7dfc000)
>          libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0xb7df7000)
>          libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xb7df4000)
>          libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb7dee000)
>          libm.so.6 => /lib/libm.so.6 (0xb7dc9000)
>          libpthread.so.0 => /lib/libpthread.so.0 (0xb7db5000)
>          libdl.so.2 => /lib/libdl.so.2 (0xb7db1000)
>          libdrm.so.2 => /usr/lib/libdrm.so.2 (0xb7da8000)
>          libc.so.6 => /lib/libc.so.6 (0xb7c75000)
>          libXau.so.6 => /usr/lib/libXau.so.6 (0xb7c71000)
>          libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7c6b000)
>          /lib/ld-linux.so.2 (0x80000000)
>
> Check that libXdamage is being resolved.
>
> -Brian
>
>
> Alessandro Borges wrote:
> > Hi
> >
> > I'm forwarding a post from Java3D forum about a issue on Mesa.
> > Does anyone has some idea about what is going wrong ?
> >
> >  >"Dear All,
> >
> >  >I am having some troubles with Java 3D and Mesa (6.5.3 , 7.0 and
> > 7.0.1). The problem is as follows:
> >
> >  >/usr/java/jdk1.6.0_02/jre/lib/i386/libj3dcore-ogl.so:
> > /usr/lib/libGL.so.1: undefined symbol: XDamageAdd
> >
> >  >I have tried with the daily builds and I have also compiled Java 3D
> > from source in my system, but I always get the same result.
> >
> >  >I think that is important to mention that XDamageAdd was included for
> > the first time in Mesa 6.5.3.
> >
> >  >I don't know if this is a compiler issue or something has changed in
> > the mesa libraries that the linker is not dealing with (most likely).
> >
> >  >Does anybody have this problem as well? Any idea on how to overcome
> it?
> >
> >  >Thanks a lot for your help."
> >
> >
> > Alessandro
> >
> >
> > ------------------------------------------------------------------------
> >
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2005.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Mesa3d-users mailing list
> > Mesa3d-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mesa3d-users
>
>

[Attachment #5 (text/html)]

Many Thanks, Paul<br><br>Alessandro<br><br><div><span class="gmail_quote">2007/9/27, \
Brian Paul &lt;<a href="mailto:brian.paul@tungstengraphics.com">brian.paul@tungstengraphics.com</a>&gt;:</span><blockquote \
class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt \
0pt 0.8ex; padding-left: 1ex;"> libGL has had a dependency on the Xdamage library \
since Jan&#39;07 or so.<br><br>If you run &#39;ldd libGL.so&#39; (specifying the path \
to your libGL as needed)<br>you should see something like this:<br><br>$ ldd \
lib/libGL.so <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; linux-gate.so.1 \
=&gt;&nbsp;&nbsp;(0xffffe000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
libX11.so.6 =&gt; /usr/lib/libX11.so.6 \
(0xb7e0c000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXext.so.6 =&gt; \
/usr/lib/libXext.so.6 \
(0xb7dfc000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXxf86vm.so.1 \
=&gt; /usr/lib/libXxf86vm.so.1 (0xb7df7000) \
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXdamage.so.1 =&gt; \
/usr/lib/libXdamage.so.1 \
(0xb7df4000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXfixes.so.3 =&gt; \
/usr/lib/libXfixes.so.3 \
(0xb7dee000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libm.so.6 =&gt; \
/lib/libm.so.6 (0xb7dc9000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
libpthread.so.0  =&gt; /lib/libpthread.so.0 \
(0xb7db5000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libdl.so.2 =&gt; \
/lib/libdl.so.2 (0xb7db1000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
libdrm.so.2 =&gt; /usr/lib/libdrm.so.2 \
(0xb7da8000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libc.so.6 =&gt; \
/lib/libc.so.6 (0xb7c75000)<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
libXau.so.6 =&gt; /usr/lib/libXau.so.6 \
(0xb7c71000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libXdmcp.so.6 =&gt; \
/usr/lib/libXdmcp.so.6 \
(0xb7c6b000)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /lib/ld-linux.so.2 \
(0x80000000)<br><br>Check that libXdamage is being resolved.<br> \
<br>-Brian<br><br><br>Alessandro Borges wrote:<br>&gt; Hi<br>&gt;<br>&gt; I&#39;m \
forwarding a post from Java3D forum about a issue on Mesa.<br>&gt; Does anyone has \
some idea about what is going wrong ?<br>&gt;<br>&gt;&nbsp;&nbsp;&gt;&quot;Dear All, \
<br>&gt;<br>&gt;&nbsp;&nbsp;&gt;I am having some troubles with Java 3D and Mesa \
(6.5.3 , 7.0 and<br>&gt; 7.0.1). The problem is as \
follows:<br>&gt;<br>&gt;&nbsp;&nbsp;&gt;/usr/java/jdk1.6.0_02/jre/lib/i386/libj3dcore-ogl.so:<br>&gt; \
/usr/lib/libGL.so.1: undefined symbol: XDamageAdd <br>&gt;<br>&gt;&nbsp;&nbsp;&gt;I \
have tried with the daily builds and I have also compiled Java 3D<br>&gt; from source \
in my system, but I always get the same result.<br>&gt;<br>&gt;&nbsp;&nbsp;&gt;I \
think that is important to mention that XDamageAdd was included for <br>&gt; the \
first time in Mesa 6.5.3.<br>&gt;<br>&gt;&nbsp;&nbsp;&gt;I don&#39;t know if this is \
a compiler issue or something has changed in<br>&gt; the mesa libraries that the \
linker is not dealing with (most likely).<br>&gt;<br> &gt;&nbsp;&nbsp;&gt;Does \
anybody have this problem as well? Any idea on how to overcome \
it?<br>&gt;<br>&gt;&nbsp;&nbsp;&gt;Thanks a lot for your \
help.&quot;<br>&gt;<br>&gt;<br>&gt; Alessandro<br>&gt;<br>&gt;<br>&gt; \
------------------------------------------------------------------------ \
<br>&gt;<br>&gt; -------------------------------------------------------------------------<br>&gt; \
This SF.net email is sponsored by: Microsoft<br>&gt; Defy all challenges. \
Microsoft(R) Visual Studio 2005.<br>&gt; <a \
href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/"> \
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>&gt;<br>&gt;<br>&gt; \
------------------------------------------------------------------------<br>&gt;<br>&gt; \
_______________________________________________<br> &gt; Mesa3d-users mailing \
list<br>&gt; <a href="mailto:Mesa3d-users@lists.sourceforge.net">Mesa3d-users@lists.sourceforge.net</a><br>&gt; \
<a href="https://lists.sourceforge.net/lists/listinfo/mesa3d-users">https://lists.sourceforge.net/lists/listinfo/mesa3d-users
 </a><br><br></blockquote></div><br>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

_______________________________________________
Mesa3d-users mailing list
Mesa3d-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-users


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic