gnash: /usr/lib/libXcursor.la does not exist

2006-05-06 Thread Miriam Ruiz
Hi,

I'm getting some errors building gnash when reaching the linking step:

ranlib .libs/libgnashbackend.a
creating libgnashbackend.la
/bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory
libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive

Talking to upstream, they told me they're not linking directly with X in any
step, so the problem must be somewhere in Debian.

The package is available temporarily at http://baby.yi.org/packages/gnash/ and
the full building log is:

http://baby.yi.org/packages/gnash/gnash_0.0.20060506-1_i386.build

It seems ( http://bugs.debian.org/347352 ) that it's not just me who is
getting this error. Do you know if it's something in my package, in the
building system or I shall just wait for whatever bug in Debian (due to the
latest xorg transition) to be fixed?

Greetings,
Miry




__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gnash: /usr/lib/libXcursor.la does not exist

2006-05-06 Thread Loïc Minier
Hi,

On Sat, May 06, 2006, Miriam Ruiz wrote:
 /bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory
 libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive

grep -l Xcursor.la /usr/lib/*.la
 will list the libtool archives which still reference this file, the
 packages shipping these files should be updated not to reference
 Xcursor.la (rebuilt).

   Bye,

-- 
Loïc Minier [EMAIL PROTECTED]
You can gtk_main_run, but you can't gtk_widget_hide. --danw, 19-jul-04


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gnash: /usr/lib/libXcursor.la does not exist

2006-05-06 Thread Brendon Higgins
Hi

Loïc Minier wrote (Sunday 07 May 2006 6:48 am):
 On Sat, May 06, 2006, Miriam Ruiz wrote:
  /bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory
  libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive

 grep -l Xcursor.la /usr/lib/*.la
  will list the libtool archives which still reference this file, the
  packages shipping these files should be updated not to reference
  Xcursor.la (rebuilt).

There is a hack floating around that basically involves taking a meat cleaver 
to all the files that reference Xcursor.la and others that have gone along 
with it which no longer exist.

I'm trying to find the line I saw a while ago, but Google is failing me. The 
idea is you grep for all the la files that reference libXcursor.la, and just 
remove that reference from them. It's a pretty nasty hack, but it can be 
done, and it seems to work. Best you don't take my word for it until you find 
a confirmation of this idea, though.

Relevent discussion here (plus many others in debian-x): 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354674

Peace,
Brendon


pgpAIzn1p3hBF.pgp
Description: PGP signature


Re: gnash: /usr/lib/libXcursor.la does not exist

2006-05-06 Thread Miriam Ruiz
Hi,

It seems to be enough just with rebuilding gtkglext debian package. A binNMU
has been scheduled so it will probably be solved soon.

Thanks :)

Miry


 --- Brendon Higgins [EMAIL PROTECTED] escribió:

 Hi
 
 Loïc Minier wrote (Sunday 07 May 2006 6:48 am):
  On Sat, May 06, 2006, Miriam Ruiz wrote:
   /bin/sed: can't read /usr/lib/libXcursor.la: No such file or directory
   libtool: link: `/usr/lib/libXcursor.la' is not a valid libtool archive
 
  grep -l Xcursor.la /usr/lib/*.la
   will list the libtool archives which still reference this file, the
   packages shipping these files should be updated not to reference
   Xcursor.la (rebuilt).
 
 There is a hack floating around that basically involves taking a meat
 cleaver 
 to all the files that reference Xcursor.la and others that have gone along 
 with it which no longer exist.
 
 I'm trying to find the line I saw a while ago, but Google is failing me. The
 
 idea is you grep for all the la files that reference libXcursor.la, and just
 
 remove that reference from them. It's a pretty nasty hack, but it can be 
 done, and it seems to work. Best you don't take my word for it until you
 find 
 a confirmation of this idea, though.
 
 Relevent discussion here (plus many others in debian-x): 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354674
 
 Peace,
 Brendon
 




__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]