Re: libxft for lenny

2007-02-11 Thread Julien Cristau
On Sun, Feb 11, 2007 at 13:34:49 -0800, Steve Langasek wrote: > Were any of these symbols ever exposed in the published headers? If not, > then I think it's pretty clear-cut that the symbols are internal and can be > safely dropped without worrying about ABI breakage. > As far as I can see, they

Re: libxft for lenny

2007-02-11 Thread Steve Langasek
On Sun, Feb 11, 2007 at 02:36:30AM +0100, Julien Cristau wrote: > xft upstream stopped exporting a bunch of internal symbols in 2.1.9 [1], > which strictly speaking means we should have to bump the ABI. libxft2 > had 307 reverse-dependencies in sid/main/i386 last I checked, though, so > transition

Re: libxft-dev problems

2004-03-15 Thread Branden Robinson
On Sat, Mar 13, 2004 at 11:40:36PM +0100, Jochen Martin Eppler wrote: > hi! > > i'm experiencing the following package when installing > the newest xft packages: > libxft-dev: depends on: libxft2 (= 2.1.2-5) but 2.1.2-6 is installed > the 2.1.2-5 version is unavailable in unstable (i386) > > whe

Re: libXft

2004-03-09 Thread Steve Moeckel
Branden Robinson debian.org> writes: > Can you tell us about the installed versions of libxft2, libxft-dev, and > libxft2-dev? Sorry, no. Much to my regret i´ve forgot to tell you about, and now this installation does not exist anymore, because I needet X11 and in particular KDE-3 to run some a

Re: libXft

2004-03-09 Thread Branden Robinson
On Mon, Mar 08, 2004 at 12:28:05PM +, Steve Moeckel wrote: > Branden Robinson debian.org> writes: > > >> enkill:# evolution > >> evolution: relocation error: /usr/lib/libXft.so.2: undefined symbol: > >> XRenderQuerySubpixelOrder [...] > Same here with kdm and kwin. > Yesterday installed Debia

Re: libXft

2004-03-08 Thread Steve Moeckel
Branden Robinson debian.org> writes: >> enkill:# evolution >> evolution: relocation error: /usr/lib/libXft.so.2: undefined symbol: >> XRenderQuerySubpixelOrder >> >> same thing for gnome, kde, kde tools, etc.. >> >> It works perfectly with xterm and mozilla. > I think this happens when people

Re: libXft

2004-03-08 Thread Steve Moeckel
* Branden Robinson: > > --ftQmbtOmUf2cr8rB > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Fri, Jan 30, 2004 at 02:12:36PM +0100, [EMAIL PROTECTED] wrote: > > Hello. > > I have a problem with launching some X ap

Re: libXft

2004-02-05 Thread Michel Dänzer
On Thu, 2004-02-05 at 13:26, [EMAIL PROTECTED] wrote: > > ~# ldd `which xchat` | grep render > libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x40773000) Something's wrong on your end: [EMAIL PROTECTED]|16:19:42> ldd `which xchat` | grep render libXrender.so.1 => /usr/lib/li

Re: libXft

2004-02-05 Thread selune
Michel Dänzer <[EMAIL PROTECTED]> said: > On Fri, 2004-01-30 at 14:12, [EMAIL PROTECTED] wrote: > > Hello. > > I have a problem with launching some X applications like : > > > > enkill:# xchat > > xchat: relocation error: /usr/lib/libXft.so.2: undefined symbol: > > XRenderQuerySubpixelOrder > >

Re: libXft

2004-02-03 Thread Branden Robinson
On Fri, Jan 30, 2004 at 02:12:36PM +0100, [EMAIL PROTECTED] wrote: > Hello. > I have a problem with launching some X applications like : > > enkill:# xchat > xchat: relocation error: /usr/lib/libXft.so.2: undefined symbol: > XRenderQuerySubpixelOrder > > enkill:# evolution > evolution: relocation

Re: libXft

2004-02-02 Thread Michel Dänzer
On Fri, 2004-01-30 at 14:12, [EMAIL PROTECTED] wrote: > Hello. > I have a problem with launching some X applications like : > > enkill:# xchat > xchat: relocation error: /usr/lib/libXft.so.2: undefined symbol: > XRenderQuerySubpixelOrder What does ldd `which xchat` | grep render say? (Have you