Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-20 Thread Xin Liu
I checked libfontenc1-1.0.1-5, and it is still incorrect... The line in it is:
  --with-encodingsdir=\$${datadir}/fonts/X11/fonts/encodings
This is still wrong...

On 4/15/06, Daniel Stone [EMAIL PROTECTED] wrote:
 On Sat, Apr 15, 2006 at 04:34:55PM -0700, Xin Liu wrote:
  There is a typo in the rules file. Actually this should be:
  --with-encodingsdir=\$${datadir}/fonts/X11/encodings

 Yes, that bit got fixed too.



Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-16 Thread Daniel Stone
On Sat, Apr 15, 2006 at 04:34:55PM -0700, Xin Liu wrote:
 There is a typo in the rules file. Actually this should be:
 --with-encodingsdir=\$${datadir}/fonts/X11/encodings

Yes, that bit got fixed too.


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



Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Xin Liu
Package: xfonts-encodings
Version: 1:1.0.0-2

This package installs all the encoding files into
/usr/share/fonts/X11/encodings/, while the Xorg system ( I don't know
which particular package ) still looks for the encoding files in the
old location /usr/X11R6/lib/X11/fonts/encodings/. The result, for me,
is that I can't use gbk-0 fonts any more.

Best
Regards,

LIU Xin



Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Daniel Stone
On Sat, Apr 15, 2006 at 01:53:53AM -0700, Xin Liu wrote:
 This package installs all the encoding files into
 /usr/share/fonts/X11/encodings/, while the Xorg system ( I don't know
 which particular package ) still looks for the encoding files in the
 old location /usr/X11R6/lib/X11/fonts/encodings/. The result, for me,
 is that I can't use gbk-0 fonts any more.

Actually, it looks in /usr/lib/X11/fonts/encodings, not
/usr/X11R6/lib/X11/fonts/encodings.

XSF, libfontenc needs a rebuild with:
--with-encodingsdir=${datadir}/X11/fonts/encodings

Cheers,
Daniel


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



Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Xin Liu
On 4/15/06, Daniel Stone [EMAIL PROTECTED] wrote:
 On Sat, Apr 15, 2006 at 01:53:53AM -0700, Xin Liu wrote:
  This package installs all the encoding files into
  /usr/share/fonts/X11/encodings/, while the Xorg system ( I don't know
  which particular package ) still looks for the encoding files in the
  old location /usr/X11R6/lib/X11/fonts/encodings/. The result, for me,
  is that I can't use gbk-0 fonts any more.

 Actually, it looks in /usr/lib/X11/fonts/encodings, not
 /usr/X11R6/lib/X11/fonts/encodings.

 XSF, libfontenc needs a rebuild with:
 --with-encodingsdir=${datadir}/X11/fonts/encodings

This is still incorrect, because xfonts-encodings put everything into
/usr/share/fonts/X11/encodings/. Or is there any symbolic link to be
made in postinst?



Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Daniel Stone
On Sat, Apr 15, 2006 at 04:08:34PM -0700, Xin Liu wrote:
 I confirmed that the new libfontenc1-1.0.1-3 does not work. I think
 the option should be:
 --with-encodingsdir=${datadir}/fonts/X11/encodings

Yes, this got fixed subsequently.


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



Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Xin Liu
I confirmed that the new libfontenc1-1.0.1-3 does not work. I think
the option should be:
--with-encodingsdir=${datadir}/fonts/X11/encodings

Best
Regards,

LIU Xin

On 4/15/06, Daniel Stone [EMAIL PROTECTED] wrote:
 On Sat, Apr 15, 2006 at 01:53:53AM -0700, Xin Liu wrote:
  This package installs all the encoding files into
  /usr/share/fonts/X11/encodings/, while the Xorg system ( I don't know
  which particular package ) still looks for the encoding files in the
  old location /usr/X11R6/lib/X11/fonts/encodings/. The result, for me,
  is that I can't use gbk-0 fonts any more.

 Actually, it looks in /usr/lib/X11/fonts/encodings, not
 /usr/X11R6/lib/X11/fonts/encodings.

 XSF, libfontenc needs a rebuild with:
 --with-encodingsdir=${datadir}/X11/fonts/encodings

 Cheers,
 Daniel




Bug#362722: Xorg Encoding Files at Wrong Location

2006-04-15 Thread Xin Liu
There is a typo in the rules file. Actually this should be:
--with-encodingsdir=\$${datadir}/fonts/X11/encodings

On 4/15/06, Daniel Stone [EMAIL PROTECTED] wrote:
 On Sat, Apr 15, 2006 at 04:08:34PM -0700, Xin Liu wrote:
  I confirmed that the new libfontenc1-1.0.1-3 does not work. I think
  the option should be:
  --with-encodingsdir=${datadir}/fonts/X11/encodings

 Yes, this got fixed subsequently.