Bug#366355: libx11: ssh -X between Sarges XF86 and Sids Xorg7 broken

2006-05-08 Thread Michel Dänzer
On Mon, 2006-05-08 at 07:43 +0200, Ingo Juergensmann wrote: 
> On Mon, May 08, 2006 at 07:28:19AM +0200, Michel Dänzer wrote:
> 
> > > It doesn't matter whether I use ssh -X or ssh -Y. The result is the same.
> > Does it work with ssh -Y?
> 
> ;-)

D'oh, I suppose that was too early in the morning...


Does it work if you connect to the X server directly instead of via ssh?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#366190: xserver-xorg-video-ati: Error: couldn't find RGB GLX visual w/ radeon 9250 (r200) on amd64

2006-05-08 Thread Michel Dänzer
On Sun, 2006-05-07 at 18:35 +0200, Volker Schlecht wrote: 
> > Not sure what you're referring to; again, we really need *full* config
> > and log files (why do people tend to ignore the explicit request for
> > full files these days? *sigh*).
> 
> We're not as good as the users in the golden age, hmm? :-) 

It's probably our own fault for not shipping reportbug scripts
currently. :}

> Sorry for that, see attachments (yes, I know my font paths are a sorry 
> sight).

Thanks.

> 24bit depth isn't a viable option, by the way, because it mysteriosly
> darkens my console (dark grey text on a black background...)

Another bug...


> No matching visual for __GLcontextMode with visual class = 1 (32774), nplanes 
> = 32

This looks like
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364233 . Can you try
whether rebuilding xserver-xorg-core against mesa-swx11-source with the
patch from that applied helps?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#366355: libx11: ssh -X between Sarges XF86 and Sids Xorg7 broken

2006-05-08 Thread Michel Dänzer
On Mon, 2006-05-08 at 10:43 +0200, Ingo Juergensmann wrote:
> On Mon, May 08, 2006 at 10:27:52AM +0200, Michel Dänzer wrote:
> 
> > Does it work if you connect to the X server directly instead of via ssh?
> 
> Difficult. There's no X Server running on that machine and it's located
> 1000 km away from me (Karlsruhe <-> Rostock).

I mean the X server on your local machine. Something like

ssh -R6011:localhost:6000 [EMAIL PROTECTED]

should set up a port forwarding from display :11 on the remote machine
to :0 on the local machine, so running

DISPLAY=localhost:11 nedit ...

in that session should connect to the local X server directly.

Of course, this requires that you don't start the X server with
-nolisten tcp.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#365850: xserver-xorg-video-ati: gstreamer 0.8's xvimage sinks lets the server crash

2006-05-08 Thread Sjoerd Simons
On Thu, May 04, 2006 at 08:57:25AM +0200, Michel Dänzer wrote:
> On Wed, 2006-05-03 at 13:54 +0200, Sjoerd Simons wrote: 
>>   The following pipeline crashes my X server:
>> gst-launch-0.8  videotestsrc ! blaat ! xvimagesink
>> 
>>   Full X log and config is attached. Video card is a Radeon X800 XL on a 
>> amd64 machine.
>
> First I thought this might be related to
> https://bugs.freedesktop.org/show_bug.cgi?id=4640 , but that only talks
> about a client crash and incorrect display, not a server crash...
> 
> It would be great if you could get a backtrace from gdb, preferably with
> an unstripped driver built with -g.

Here you go:
Program received signal SIGSEGV, Segmentation fault.
0x2b727d3f3014 in memcpy () from /lib/libc.so.6
(gdb) bt
#0  0x2b727d3f3014 in memcpy () from /lib/libc.so.6
#1  0x2b727e96b205 in RADEONCopyData (pScrn=, 
src=0x2b728f560200 , 
dst=0x2b72801e4400 , srcPitch=1280, 
dstPitch=1280, h=118, w=, bpp=4)
at ../../src/radeon_video.c:2091
#2  0x2b727e96e9fd in RADEONPutImage (pScrn=0x703e80, 
src_x=, src_y=, 
drw_x=, drw_y=, 
src_w=, src_h=240, drw_w=320, drw_h=264, 
id=1094862674, buf=0x2b728f53a000 "ÿØÿà", width=320, height=240, Sync=0, 
clipBoxes=0x7f82b330, data=0x744360) at ../../src/radeon_video.c:2852
#3  0x0048a2f9 in xf86XVScreenInit ()
#4  0x2b727de01aa0 in ProcXvShmPutImage ()
   from /usr/lib/xorg/modules/extensions/libextmod.so

  Sjoerd
-- 
What makes the universe so hard to comprehend is that there's nothing
to compare it with.



Bug#365850: xserver-xorg-video-ati: gstreamer 0.8's xvimage sinks lets the server crash

2006-05-08 Thread Michel Dänzer
On Mon, 2006-05-08 at 12:32 +0200, Sjoerd Simons wrote:
> On Thu, May 04, 2006 at 08:57:25AM +0200, Michel Dänzer wrote:
> > On Wed, 2006-05-03 at 13:54 +0200, Sjoerd Simons wrote: 
> >>   The following pipeline crashes my X server:
> >> gst-launch-0.8  videotestsrc ! blaat ! xvimagesink
> >> 
> >>   Full X log and config is attached. Video card is a Radeon X800 XL on a 
> >> amd64 machine.
> >
> > First I thought this might be related to
> > https://bugs.freedesktop.org/show_bug.cgi?id=4640 , but that only talks
> > about a client crash and incorrect display, not a server crash...
> > 
> > It would be great if you could get a backtrace from gdb, preferably with
> > an unstripped driver built with -g.
> 
> Here you go:

Thanks. Looks like it is the above upstream bug after all, can you try
the patch attached to it?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#116507: cheryl blankenship

2006-05-08 Thread Andrew

Hey,  cheryl blankenship

Pharm for cheryl blankenship is ready.

Please re-confirm   Zip.

http://geocities.com/LilianaMartin2043

Your name as per our records: cheryl blankenship

 your street if wrong order please help us to correct it
Just visit our site above to make sure.

Thank you,
Andrew





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



Bug#366355: libx11: ssh -X between Sarges XF86 and Sids Xorg7 broken

2006-05-08 Thread Michel Dänzer
On Mon, 2006-05-08 at 16:04 +0200, Ingo Juergensmann wrote:
> On Mon, May 08, 2006 at 11:04:31AM +0200, Michel Dänzer wrote:
> 
> > > Difficult. There's no X Server running on that machine and it's located
> > > 1000 km away from me (Karlsruhe <-> Rostock).
> > I mean the X server on your local machine. Something like
> > ssh -R6011:localhost:6000 [EMAIL PROTECTED]
> > should set up a port forwarding from display :11 on the remote machine
> > to :0 on the local machine, so running
> > DISPLAY=localhost:11 nedit ...
> > in that session should connect to the local X server directly.
> 
> Same error with that trick. 

Thanks for trying it. This indicates that the problem is either with the
X server in sid or the client side in sarge, but not the X libraries in
sid.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#366355: libx11: ssh -X between Sarges XF86 and Sids Xorg7 broken

2006-05-08 Thread Ingo Juergensmann
On Mon, May 08, 2006 at 11:04:31AM +0200, Michel Dänzer wrote:

> > Difficult. There's no X Server running on that machine and it's located
> > 1000 km away from me (Karlsruhe <-> Rostock).
> I mean the X server on your local machine. Something like
> ssh -R6011:localhost:6000 [EMAIL PROTECTED]
> should set up a port forwarding from display :11 on the remote machine
> to :0 on the local machine, so running
> DISPLAY=localhost:11 nedit ...
> in that session should connect to the local X server directly.

Same error with that trick. 

> Of course, this requires that you don't start the X server with
> -nolisten tcp.

Xnest :1 -query localhost works here, so I assume that there's no -nolisten
tcp left in the configs. 

-- 
Ciao...//Fon: 0381-2744150 
  Ingo   \X/ SIP: [EMAIL PROTECTED]

gpg pubkey: http://www.juergensmann.de/ij/public_key.asc


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



Bug#366355: libx11: ssh -X between Sarges XF86 and Sids Xorg7 broken

2006-05-08 Thread Xavier Bestel
Le lundi 08 mai 2006 à 16:10 +0200, Michel Dänzer a écrit :
> On Mon, 2006-05-08 at 16:04 +0200, Ingo Juergensmann wrote:
> > On Mon, May 08, 2006 at 11:04:31AM +0200, Michel Dänzer wrote:
> > 
> > > > Difficult. There's no X Server running on that machine and it's located
> > > > 1000 km away from me (Karlsruhe <-> Rostock).
> > > I mean the X server on your local machine. Something like
> > > ssh -R6011:localhost:6000 [EMAIL PROTECTED]
> > > should set up a port forwarding from display :11 on the remote machine
> > > to :0 on the local machine, so running
> > > DISPLAY=localhost:11 nedit ...
> > > in that session should connect to the local X server directly.
> > 
> > Same error with that trick. 
> 
> Thanks for trying it. This indicates that the problem is either with the
> X server in sid or the client side in sarge, but not the X libraries in
> sid.

FWIW I think it's with the X libs in sarge, because I often have
troubles when I ssh -X from a RedHat box to my sarge box, then to my sid
box.
So the sid X server isn't involved here.
My problems are sometimes X errors, but more often "wrong pixmaps", i.e.
some GTK widgets are displaying the wrong icon, or some random portion
of another pixmap.

Xav





Bug#366427: xfonts-encodings: circular dependency: doesn't need to depend on xutils

2006-05-08 Thread Tomas Pospisek
Package: xfonts-encodings
Version: 1.0.0-2
Severity: minor

I see the following build-dependencies:

  xutils -> xfonts-utils -> xfonts-encodings -> xutils

which makes building any of these packages a bit harder than necessary,
since AFAICS xfonts-encodings doesn't need xutils to build. At least
here, everything built fine when I removed the build-dependency.
*t

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)


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



Bug#366355: This may be caused by incorrect display number selection

2006-05-08 Thread Nikita V. Youshchenko
Looks like I've faced something similar to this bug, and seems that it is 
caused by incorrect choice of dispaly number by remote sshd.

Look:

[EMAIL PROTECTED]:~> ssh -X sercond
No mail.
[EMAIL PROTECTED]:~> echo $DISPLAY
localhost:10.0
[EMAIL PROTECTED]:~> xterm
xterm Xt error: Can't open display: localhost:10.0

However, at this point there already exists an ssh connection to 'sercond' 
host from different host, with X11 forwarding enabled, that uses display 
10!

[EMAIL PROTECTED]:~> ssh -x sercond
No mail.
[EMAIL PROTECTED]:~> echo $DISPLAY

[EMAIL PROTECTED]:~> sudo netstat -lapn | grep 6010
tcp0  0 127.0.0.1:6010  127.0.0.1:57566 
ESTABLISHED1096/sshd: [EMAIL PROTECTED]
tcp0  0 127.0.0.1:57566 127.0.0.1:6010  
ESTABLISHED1099/kmix

So for unknown reason, new ssh connection to sercond does not detect 
that :0 is already in use there. So running X client actually tries to 
connect to different display, and that connections is naturaly rejected.

If I connect one more connection with -X from 'bliss' to 'sercond', while 
keeping older -X connection active, new connection gets dispaly 11, and X 
forwarding works.

I was able to reproduce problem from clear.
- shutdown all ssh connections
- try to connect from 'bliss' to 'sercond', X11 forwadring works
- shutdown connection from 'bliss' to 'sercond'
- set up connection from 'blacky' to 'sercond'
- try to connect rom 'bliss' to 'sercond' once more - X11 forwarding does 
not work, because it tries to use display 10 on 'sercond' that is already 
occupied by connection from 'blacky'.

blacky has:
ii  libx11-6   6.9.0.dfsg.1-6
ii  openssh-client 4.2p1-8 
ii  openssh-server 4.2p1-8

bliss has:
ii  libx11-6   1.0.0-6
ii  openssh-client 4.2p1-8
ii  openssh-server 4.2p1-8

sercond has:
ii  libx11-6   6.9.0.dfsg.1-4
ii  openssh-client 4.2p1-8
ii  openssh-server 4.2p1-8


pgpadwoahmXGd.pgp
Description: PGP signature


Bug#366166: marked as done (What happened to intl keyboard layout (mutli-key)?)

2006-05-08 Thread Debian Bug Tracking System
Your message dated Mon, 8 May 2006 22:53:19 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366166: What happened to intl keyboard layout (mutli-key)?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xorg
Version: 7.0.16


There used to by the intl XkbLayout.  I would have an InputDevice stanza
for the keyboard like the following:


Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc102"
Option  "XkbLayout" "intl"
EndSection


On an Thinkpad laptop this would give me Multi-key on the R-Alt key

It seems like this has disappeared in recent versions of Xorg and
unfortunately I can't find any mention of it in accompanying docs.


--- End Message ---
--- Begin Message ---
On Fri, May 05, 2006 at 11:59:38AM -0700, [EMAIL PROTECTED] wrote:
> Package: xserver-xorg
> Version: 7.0.16
> 
> There used to by the intl XkbLayout.  I would have an InputDevice stanza
> for the keyboard like the following:
> 
> 
> Section "InputDevice"
> Identifier  "Generic Keyboard"
> Driver  "keyboard"
> Option  "CoreKeyboard"
> Option  "XkbRules"  "xorg"
> Option  "XkbModel"  "pc102"
> Option  "XkbLayout" "intl"
> EndSection
> 
> 
> On an Thinkpad laptop this would give me Multi-key on the R-Alt key
> 
> It seems like this has disappeared in recent versions of Xorg and
> unfortunately I can't find any mention of it in accompanying docs.

Hi,

this layout was equivalent to
 Option  "XkbLayout" "us"
 Option  "XkbOption" "compose:ralt"
There are already 2 intl variants (intl and alt-intl) of the "us"
layout, so it is probably not a good idea to add another one which
can be obtained easily.  I am thus closing this bug, thanks for
your report.

Denis
--- End Message ---


xserver-xorg-video-ati 1:6.5.8.0-1 MIGRATED to testing

2006-05-08 Thread Debian testing watch
FYI: The status of the xserver-xorg-video-ati source package
in Debian's testing distribution has changed.

  Previous version: 1:6.5.7.3-3
  Current version:  1:6.5.8.0-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



Bug#362977: renders X.org 7 unusuable for many...

2006-05-08 Thread Gunter Ohrner
Hi!

This bug currently renders X.org 7 from Debian unusuable for me and forced 
me to freeze X and all dependencies.

Is there any estimate when a fixed version will be uploaded to unstable?

Greetings,

  Gunter


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



Bug#362835: solved

2006-05-08 Thread Jon-o Addleman
Looks like this was my fault - I was testing some things to try to
understand the whole process of getting X running (because of the recent
bugs in the /usr/bin/startx script) and had put some things in
~/.xinitrc by mistake! 

Everything appears to be working just fine now. Sorry about that!
-- 
Jon-o Addleman - http://redowl.dyndns.org


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



Bug#362835: marked as done (xbase-clients: app-defaults aren't used?)

2006-05-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 May 2006 18:52:58 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#362835: solved
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xbase-clients
Version: 1:7.0.0-3
Severity: important

Seems with the new Xorg packages, /etc/X11/app-defaults aren't being
used, at least not with xterm. (I don't use any other applications using
the app-defaults...)

if I xrdb -merge XTerm-color, I then get the usual white-on-black that
I'm used to, but without doing that manual step, I have black-on-white
instead. Not sure where this is actually set though - apologies if this
has nothing to do with this package!

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.5
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_CA.UTF-8)

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-2X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG
ii  libice6 1:1.0.0-2X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-3X11 Session Management library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxau6 1:1.0.0-2X11 authorisation library
ii  libxaw7 1:1.0.1-4X11 Athena Widget library
ii  libxcursor1 1.1.5.2-3X cursor management library
ii  libxext61:1.0.0-3X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-6FreeType-based font drawing librar
ii  libxi6  1:1.0.0-3X11 Input extension library
ii  libxkbfile1 1:1.0.2-2X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-2X11 miscellaneous utility library
ii  libxmuu11:1.0.1-2X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-3  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-3  X Rendering Extension client libra
ii  libxss1 1:1.0.1-3X11 Screen Saver extension library
ii  libxt6  1:1.0.0-3X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-2X11 event trapping extension libra
ii  libxtst61:1.0.1-2X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-2X11 Video extension library
ii  libxxf86dga12:1.0.0-2X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.0-3X11 XFree86 video mode extension l
ii  x11-common  1:7.0.11 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-11   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Mon, May 08, 2006 at 06:10:53PM -0400, Jon-o Addleman wrote:
> Looks like this was my fault - I was testing some things to try to
> understand the whole process of getting X running (because of the recent
> bugs in the /usr/bin/startx script) and had put some things in
> ~/.xinitrc by mistake! 
> 
> Everything appears to be working just fine now. Sorry about that!

Great, thanks for following up. Closing per submitter.

 - David Nusinow
--- End Message ---


Bug#365259: xfs fails to start

2006-05-08 Thread David Nusinow
On Fri, Apr 28, 2006 at 10:13:06PM +0200, Alexander Reinholdt wrote:
> Package: xfs
> Version: 1:1.0.1-4
> Severity: important
> 
> xfs fails to start showing the following error message:
> 
> Setting up X font server socket directory /tmp/.font-unix...done.
> Starting X font server: xfs/usr/bin/xfs error: CONFIG: unknown parameter
> "cache-hi-mark"
> /usr/bin/xfs error: CONFIG: unknown parameter "cache-low-mark"
> /usr/bin/xfs error: CONFIG: unknown parameter "cache-balance"
> 
> The problem seem to be the following lines in /usr/lib/X11/fs/config:
> 
> cache-hi-mark = 2048
> cache-low-mark = 1433
> cache-balance = 70
> 
> Unfortunately, commenting them out does not seem to fix the problem,
> because while the output of xfs is now
> 
> dustpuppy:~# /etc/init.d/xfs restart
> Stopping X font server: xfs not running (removing stale /var/run/xfs.pid).
> Setting up X font server socket directory /tmp/.font-unix...done.
> Starting X font server: xfs.
> 
> the command
> 
> $ ps auxwww | grep xfs
> 
> returns nothing.

Hi, do you still get this error with  the newest version in unstable?
1:1.0.1-5?

 - David Nusinow


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



Bug#366111: marked as done (Xserver X.Org restarts after logging in)

2006-05-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 May 2006 22:49:46 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366111: xserver-xorg: This bug is fixed in 7.0.17
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---

Package: xserver-xorg
Version: 7.0-15

When starting gdm or kdm, in both cases the login window appears but 
after logging in to an arbitrary session (KDE,GNOME,Failsafe,...) the X 
server just restarts. Checking the logs in /var/log/Xorg.0.log and 
kdm.log did not reveal any error messages, everything seems to be ok. 
This behaviour started after the dist-upgrade this morning. I tried to 
disable some extensions and did "dpkg-reconfigure xserver-xorg", without 
success.


I'm using Debian unstable on a laptop, kernel 2.6.16.9 (custom kernel 
from www.kernel.org) and all the latest packages availabe in unstable


--- End Message ---
--- Begin Message ---
On Sun, May 07, 2006 at 08:41:03PM +0200, Johannes Ranke wrote:
> Package: xserver-xorg
> Version: 1:7.0.17
> Followup-For: Bug #366111
> 
> 
> This bug is a duplicate of #366007 and #366120, is fixed 
> in Version 7.0.17 and can be closed. If the upgrade doesn't fix
> it or you don't want to upgrade, the workaround is
> 
>   cp /etc/X11/Xsession.xfree86 /etc/X11/Xsession

Great, thanks for catching this dupe. Closing.

 - David Nusinow
--- End Message ---


Processed: Re: Bug#366488: foomatic-gui crashes on load - libXft

2006-05-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 366488 libxft2
Bug#366488: foomatic-gui crashes on load - libXft
Bug reassigned from package `foomatic-gui' to `libxft2'.

> merge 366488 350113
Bug#350113: libxft2: "FT_GlyphSlot_Embolden" disappeared since version 2.1.7-1, 
apps depends on this!
Bug#366488: foomatic-gui crashes on load - libXft
Bug#353554: libxft2: kdeinit could not be started
Bug#353561: akregator: Some articles cause Akregator to crash
Bug#353565: fails to start kdeinit, missing symbol in libXft
Bug#353572: Crash: libXft.so.2: undefined symbol: FT_GlyphSlot_Embolden
Bug#353583: kontact: libXft.so.2: undefined symbol: FT_GlyphSlot_Embolden
Bug#353598: kvirc crashes. Repeatable and random.
Bug#353606: mozilla-mailnews: crashes with symbol lookup error (libXft2) when 
click in Inbox folder
Bug#353670: gnochm: gnochm does not start
Bug#353675: ipodder: crashes at startup
Bug#353702: hplib: hosed by libxft2/libfreetype6 braindamage
Bug#353722: kde 3.5.1 at login says: could not start kdeinit. check your 
installation
Merged 350113 353554 353561 353565 353572 353583 353598 353606 353670 353675 
353702 353722 366488.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



X Strike Force X.Org X11 SVN commit: r2114 - in trunk/font/xfonts-utils/debian: . local

2006-05-08 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-09 00:53:27 -0400 (Tue, 09 May 2006)
New Revision: 2114

Modified:
   trunk/font/xfonts-utils/debian/changelog
   trunk/font/xfonts-utils/debian/local/update-fonts-alias
   trunk/font/xfonts-utils/debian/local/update-fonts-alias.8
   trunk/font/xfonts-utils/debian/local/update-fonts-scale
   trunk/font/xfonts-utils/debian/local/update-fonts-scale.8
Log:
* Fix up update-fonts-alias and update-fonts-scale to cope with
  files in /etc/X11/fonts/$type/ pointing to font files in either
  /usr/share/fonts/X11 or /usr/X11R6/lib/X11/fonts, eliminating some
  unnecessary transition work for font package maintainers;
  update-fonts-{alias,scale} will in addition check
  /etc/X11/fonts/X11R7/$type/ when called with -7, for transitional
  purposes only.  Closes: #364530.

Modified: trunk/font/xfonts-utils/debian/changelog
===
--- trunk/font/xfonts-utils/debian/changelog2006-05-08 04:43:07 UTC (rev 
2113)
+++ trunk/font/xfonts-utils/debian/changelog2006-05-09 04:53:27 UTC (rev 
2114)
@@ -1,3 +1,16 @@
+xfonts-utils (1:1.0.0-4) unstable; urgency=low
+
+  [ Steve Langasek ]
+  * Fix up update-fonts-alias and update-fonts-scale to cope with
+files in /etc/X11/fonts/$type/ pointing to font files in either
+/usr/share/fonts/X11 or /usr/X11R6/lib/X11/fonts, eliminating some
+unnecessary transition work for font package maintainers;
+update-fonts-{alias,scale} will in addition check
+/etc/X11/fonts/X11R7/$type/ when called with -7, for transitional
+purposes only.  Closes: #364530.
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Tue,  9 May 2006 00:53:44 -0400
+
 xfonts-utils (1:1.0.0-3) unstable; urgency=low
 
   * Upload to unstable

Modified: trunk/font/xfonts-utils/debian/local/update-fonts-alias
===
--- trunk/font/xfonts-utils/debian/local/update-fonts-alias 2006-05-08 
04:43:07 UTC (rev 2113)
+++ trunk/font/xfonts-utils/debian/local/update-fonts-alias 2006-05-09 
04:53:27 UTC (rev 2114)
@@ -6,6 +6,7 @@
 # mkfontdir(1x) for a description of the format of fonts.alias files.
 
 # Copyright 1999, 2001, 2002, 2004 Branden Robinson.
+# Copyright 2006 Steve Langasek.
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL or .
 
@@ -43,7 +44,6 @@
 fi
 cat &1; then
 # Yes; an absolute path to an X font directory was provided.
-XDIR=$1
-if [ -n "$X11R7_LAYOUT" ]; then
-ETCDIR=/etc/X11/fonts/X11R7/${XDIR##*/}
-else
-ETCDIR=/etc/X11/fonts/${XDIR##*/}
-fi
-if [ "$XDIR" = "$ETCDIR" ]; then
+X11R7DIR=$1
+ETCDIR=/etc/X11/fonts/${X11R7DIR##*/}
+ETC7DIR=/etc/X11/fonts/X11R7/${X11R7DIR##*/}
+if [ "$X11R7DIR" = "$ETCDIR" ] || [ "$X11R7DIR" = "$ETC7DIR" ]; then
 # We were given an /etc directory as an argument.
 die "path to X font directory must be used"
 else
-warn "absolute path $XDIR was provided"
+warn "absolute path $X11R7DIR was provided"
 fi
 else
 # No; a relative path was provided -- assume we were given just the
 # basename.
+X11R6DIR=/usr/lib/X11/fonts/$1
+X11R7DIR=/usr/share/fonts/X11/$1
+ETCDIR=/etc/X11/fonts/$1
+ETC7DIR=/etc/X11/fonts/X11R7/$1
+fi
+
+shift
+
+# Confirm that the directories to be operated on exist.
+VALIDSRC=
+if [ -d "$ETCDIR" ]; then
+VALIDSRC=yes
+else
+warn "$ETCDIR does not exist or is not a directory"
+fi
+if [ -d "$ETC7DIR" ]; then
+VALIDSRC=yes
+else
 if [ -n "$X11R7_LAYOUT" ]; then
-XDIR=/usr/share/fonts/X11/$1
-ETCDIR=/etc/X11/fonts/X11R7/$1
-else
-XDIR=/usr/lib/X11/fonts/$1
-ETCDIR=/etc/X11/fonts/$1
+warn "$ETC7DIR does not exist or is not a directory"
 fi
 fi
-# Confirm that the directories to be operated on exist.
-for DIR in "$XDIR" "$ETCDIR"; do
-VALID=yes
-if ! [ -d "$DIR" ]; then
+
+VALIDDEST=
+for DIR in "$X11R7DIR" "$X11R6DIR"; do
+[ -n "$DIR" ] || continue
+if [ -d "$DIR" ]; then
+VALIDDEST=yes
+else
 warn "$DIR does not exist or is not a directory"
-VALID=
 fi
 done
-if [ -n "$VALID" ]; then
-# Are there any files to process?
-if [ "$(echo "$ETCDIR"/*.alias)" != "$ETCDIR/*.alias" ]; then
+
+if [ -z "$VALIDSRC" ] || [ -z "$VALIDDEST" ]; then
+continue
+fi
+
+# Are there any files to process?
+if [ "$(echo "$ETCDIR"/*.alias "$ETC7DIR"/*.alias)" != "$ETCDIR/*.alias 
$ETC7DIR/*.alias" ]
+then
+for XDIR in "$X11R7DIR" "$X11R6DIR"; do
+if [ -z "$XDIR" ] || ! [ -d "$XD

X Strike Force X.Org X11 SVN commit: r2115 - trunk/debian/xorg/debian

2006-05-08 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-09 01:01:30 -0400 (Tue, 09 May 2006)
New Revision: 2115

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/control
Log:
Remove strange duplicate of xlibmesa-gl

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-05-09 04:53:27 UTC (rev 2114)
+++ trunk/debian/xorg/debian/changelog  2006-05-09 05:01:30 UTC (rev 2115)
@@ -1,14 +1,14 @@
-xorg (1:7.0.18) UNRELEASED; urgency=low
+xorg (1:7.0.18) unstable; urgency=low
 
   [ Steve Langasek ]
   * Fix dexconf to supply the same backwards-compatible FontPath rules
 on upgrade as the ones we're forcing in the postinst for non-dexconf
-users.
+users.
 
   [ David Nusinow ]
   * Add xlibmesa-glu transitional package
 
- -- David Nusinow <[EMAIL PROTECTED]>  Mon,  8 May 2006 00:38:54 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Tue,  9 May 2006 00:57:44 -0400
 
 xorg (1:7.0.17) unstable; urgency=high
 

Modified: trunk/debian/xorg/debian/control
===
--- trunk/debian/xorg/debian/control2006-05-09 04:53:27 UTC (rev 2114)
+++ trunk/debian/xorg/debian/control2006-05-09 05:01:30 UTC (rev 2115)
@@ -125,14 +125,6 @@
  This package is provided to smooth upgrades from Debian 3.1 ("sarge") to
  Debian etch. It may be safely removed from your system.
 
-Package: xlibmesa-gl
-Section: libdevel
-Architecture: all
-Depends: libgl1-mesa-glx
-Description: transitional package for Debian etch
- This package is provided to smooth upgrades from Debian 3.1 ("sarge") to
- Debian etch. It may be safely removed from your system.
-
 Package: xlibmesa-glu
 Section: libdevel
 Architecture: all


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



X Strike Force X.Org X11 SVN commit: r2116 - trunk/lib/libfontenc/debian

2006-05-08 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-09 01:07:40 -0400 (Tue, 09 May 2006)
New Revision: 2116

Modified:
   trunk/lib/libfontenc/debian/changelog
   trunk/lib/libfontenc/debian/rules
Log:
  generate other encodings (the former one did not exist at all). Thanks
* Run dh_install with --list-missing

Modified: trunk/lib/libfontenc/debian/changelog
===
--- trunk/lib/libfontenc/debian/changelog   2006-05-09 05:01:30 UTC (rev 
2115)
+++ trunk/lib/libfontenc/debian/changelog   2006-05-09 05:07:40 UTC (rev 
2116)
@@ -1,11 +1,15 @@
 libfontenc (1:1.0.1-6) unstable; urgency=low
 
+  [ David Martínez Moreno ]
   * Fix the encoding path to ${datadir}/fonts/X11/encodings in order to
-generate other encodings (the former one did not exist at all). Thanks  
+generate other encodings (the former one did not exist at all). Thanks
 Liu Mars. Closes: #366097.
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Fri,  5 May 2006 09:29:10 +0200
+  [ David Nusinow ]
+  * Run dh_install with --list-missing
 
+ -- David Nusinow <[EMAIL PROTECTED]>  Tue,  9 May 2006 01:07:49 -0400
+
 libfontenc (1:1.0.1-5) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: trunk/lib/libfontenc/debian/rules
===
--- trunk/lib/libfontenc/debian/rules   2006-05-09 05:01:30 UTC (rev 2115)
+++ trunk/lib/libfontenc/debian/rules   2006-05-09 05:07:40 UTC (rev 2116)
@@ -73,7 +73,7 @@
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp
+   dh_install --sourcedir=debian/tmp --list-missing
dh_installchangelogs
dh_link
dh_strip --dbg-package=$(PACKAGE)


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



X Strike Force X.Org X11 SVN commit: r2117 - tags/font/xfonts-utils

2006-05-08 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-09 01:14:00 -0400 (Tue, 09 May 2006)
New Revision: 2117

Added:
   tags/font/xfonts-utils/xfonts-utils-1:1.0.0-4/
Log:
Tag upload of xfonts-utils-1:1.0.0-4 to unstable


Copied: tags/font/xfonts-utils/xfonts-utils-1:1.0.0-4 (from rev 2116, 
trunk/font/xfonts-utils)


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



X Strike Force X.Org X11 SVN commit: r2118 - tags/debian/xorg

2006-05-08 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-09 01:18:00 -0400 (Tue, 09 May 2006)
New Revision: 2118

Added:
   tags/debian/xorg/xorg-1:7.0.18/
Log:
Tag upload of xorg-1:7.0.18 to unstable


Copied: tags/debian/xorg/xorg-1:7.0.18 (from rev 2117, trunk/debian/xorg)


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



X Strike Force X.Org X11 SVN commit: r2119 - tags/lib/libfontenc

2006-05-08 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-05-09 01:23:38 -0400 (Tue, 09 May 2006)
New Revision: 2119

Added:
   tags/lib/libfontenc/libfontenc-1:1.0.1-6/
Log:
Tag upload of libfontenc-1:1.0.1-6 to unstable


Copied: tags/lib/libfontenc/libfontenc-1:1.0.1-6 (from rev 2118, 
trunk/lib/libfontenc)


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



Bug#364530: marked as done (xfonts-utils: needless heirarchy change under /etc/X11/fonts)

2006-05-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 May 2006 22:17:41 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#364530: fixed in xfonts-utils 1:1.0.0-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: debhelper
Version: 5.0.32
Severity: normal


While update-fonts-alias --x11r7-layout requires the $package.alias
for X font packages to be in /etc/X11/fonts/X11R7/$dir, dh_installxfonts
check for it at /etc/X11/fonts/$dir, the old location. See patch below.

As a result, X font packages that provide fonts.alias in the new
X11R7 location do not get update-fonts-alias called in their postrm's
unless they do it their own.

--- dh_installxfonts.orig   2006-04-24 08:52:12.0 +0700
+++ dh_installxfonts2006-04-24 08:53:24.0 +0700
@@ -66,7 +66,7 @@
if -f 
"$tmp/etc/X11/fonts/X11R7/$f/$package.scale";
push @cmds, "update-fonts-dir --x11r7-layout $f";
push @cmds, "update-fonts-alias --x11r7-layout $f"
-   if -f "$tmp/etc/X11/fonts/$f/$package.alias";
+   if -f 
"$tmp/etc/X11/fonts/X11R7/$f/$package.alias";
}
 
autoscript($package, "postinst", "postinst-xfonts",

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=th_TH, LC_CTYPE=th_TH (charmap=TIS-620)

Versions of packages debhelper depends on:
ii  binutils 2.16.1cvs20060413-1 The GNU assembler, linker and bina
ii  coreutils [fileutils 5.94-1  The GNU core utilities
ii  dpkg-dev 1.13.18 package building tools for Debian
ii  file 4.17-1  Determines file type using "magic"
ii  html2text1.3.2a-3An advanced HTML to text converter
ii  perl 5.8.8-4 Larry Wall's Practical Extraction 
ii  po-debconf   1.0 manage translated Debconf template

debhelper recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: xfonts-utils
Source-Version: 1:1.0.0-4

We believe that the bug you reported is fixed in the latest version of
xfonts-utils, which is due to be installed in the Debian FTP archive:

xfonts-utils_1.0.0-4.diff.gz
  to pool/main/x/xfonts-utils/xfonts-utils_1.0.0-4.diff.gz
xfonts-utils_1.0.0-4.dsc
  to pool/main/x/xfonts-utils/xfonts-utils_1.0.0-4.dsc
xfonts-utils_1.0.0-4_i386.deb
  to pool/main/x/xfonts-utils/xfonts-utils_1.0.0-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xfonts-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  9 May 2006 00:53:44 -0400
Source: xfonts-utils
Binary: xfonts-utils
Architecture: source i386
Version: 1:1.0.0-4
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 xfonts-utils - X Window System font utility programs
Closes: 364530
Changes: 
 xfonts-utils (1:1.0.0-4) unstable; urgency=low
 .
   [ Steve Langasek ]
   * Fix up update-fonts-alias and update-fonts-scale to cope with
 files in /etc/X11/fonts/$type/ pointing to font files in either
 /usr/share/fonts/X11 or /usr/X11R6/lib/X11/fonts, eliminating some
 unnecessary transition work for font package maintainers;
 update-fonts-{alias,scale} will in addition check
 /etc/X11/fonts/X11R7/$type/ when called with -7, for transitional
 purposes only.  Closes: #364530.
Files: 
 91b96dfe1fd9f321d5351ec83e189d62 802 x11 optional xfonts-utils_1.0.0-4.dsc
 3a99cd835e50568ccd73b89702e7c56a 22340 x11 optional 
xfonts-utils_1.0.0-4.diff.gz
 978f843357fb3ece7a905402c7bfc5c0 64274 x11 optional 
xfonts-utils_1.0.0-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEYCTKyLfpNdY0ad8RAps6AJ9w6Hb5FvhyASdJkKVOrr4n8Uz6DwCfeeWR
NBiCorOIwpYtUzcPPqTd2UQ=
=Qp6d
-END PG

Bug#366097: marked as done (Encoding path is still wrong)

2006-05-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 May 2006 22:32:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366097: fixed in libfontenc 1:1.0.1-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---

Package: libfontenc
Version: 1:1.0.1-5

Currently I am trying to use mkfontscale to generate font.scale for my true 
type fonts. However  , I find out that mkfontscale only generates with 
encoding ISO8859 and Koi8. It ignores all other encodings. After a few 
researching, I realize that this is due to libfontenc.


In the changelog of libfontenc at version 1:1.0.1-4, it is said that " 
Change --with-encodingsdir to \$${datadir}/fonts/X11/fonts/encodings." This 
is incorrect. The folder "encodings" is placed under folder "X11". There is 
no such a folder named "fonts" under X11. The correct path should be 
\$${datadir}/fonts/X11/encodings.


A temporary solution is to create a folder called "fonts" under folder 
"X11", and copy the folder "encodings" into the new created folder.


Please fix it.

_
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  



--- End Message ---
--- Begin Message ---
Source: libfontenc
Source-Version: 1:1.0.1-6

We believe that the bug you reported is fixed in the latest version of
libfontenc, which is due to be installed in the Debian FTP archive:

libfontenc-dev_1.0.1-6_i386.deb
  to pool/main/libf/libfontenc/libfontenc-dev_1.0.1-6_i386.deb
libfontenc1-dbg_1.0.1-6_i386.deb
  to pool/main/libf/libfontenc/libfontenc1-dbg_1.0.1-6_i386.deb
libfontenc1_1.0.1-6_i386.deb
  to pool/main/libf/libfontenc/libfontenc1_1.0.1-6_i386.deb
libfontenc_1.0.1-6.diff.gz
  to pool/main/libf/libfontenc/libfontenc_1.0.1-6.diff.gz
libfontenc_1.0.1-6.dsc
  to pool/main/libf/libfontenc/libfontenc_1.0.1-6.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated libfontenc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  9 May 2006 01:07:49 -0400
Source: libfontenc
Binary: libfontenc-dev libfontenc1-dbg libfontenc1
Architecture: source i386
Version: 1:1.0.1-6
Distribution: unstable
Urgency: low
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 libfontenc-dev - X11 font encoding library (development headers)
 libfontenc1 - X11 font encoding library
 libfontenc1-dbg - X11 font encoding library (debug package)
Closes: 366097
Changes: 
 libfontenc (1:1.0.1-6) unstable; urgency=low
 .
   [ David Martínez Moreno ]
   * Fix the encoding path to ${datadir}/fonts/X11/encodings in order to
 generate other encodings (the former one did not exist at all). Thanks
 Liu Mars. Closes: #366097.
 .
   [ David Nusinow ]
   * Run dh_install with --list-missing
Files: 
 6748d28b4e4136c7e5b4d0b7ad2a131f 831 x11 optional libfontenc_1.0.1-6.dsc
 2c1b7eb6cca85a5d6ddd4aa08cfcab43 331986 x11 optional libfontenc_1.0.1-6.diff.gz
 305d67e6e14f95dc0c886e5fdc94e71f 12840 x11 optional 
libfontenc1_1.0.1-6_i386.deb
 26b9e33a08458158aa4f3db0b19d70d0 15372 x11 optional 
libfontenc1-dbg_1.0.1-6_i386.deb
 e6f03d43ae6cff82e3705a2dc637ab94 15026 x11 optional 
libfontenc-dev_1.0.1-6_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEYCbwyLfpNdY0ad8RAs9ZAJ4/l6R01xFuooj0H069GPdi+b19BwCfRMAD
PUdMu6cBxbyuKEGUrh7F/aU=
=SzY3
-END PGP SIGNATURE-

--- End Message ---


Bug#363089: marked as done (xserver-xorg: Does not install, pre-inst error, dependencies)

2006-05-08 Thread Debian Bug Tracking System
Your message dated Tue, 09 May 2006 01:35:40 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#363089: xserver-xorg: Does not install, pre-inst error, 
dependencies
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xserver-xorg
Version: 6.9.0.dfsg.1-6
Severity: important


When upgrading, x-window-system-core had an unmet dependency on
xserver-xorg, which failed during preconfigure. pre-inst (not post-inst)
exited with an exit status of 64.

I emptied /usr/X11R6/bin of the three remaining files.

Same error.

> apt-get -f install 

Same error.

> apt-get remove x-window-system-core

and all was well. I was surprised because apparently nothing was
dependent upon it.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libxau6   1:1.0.0-2  X11 authorisation library
ii  libxdmcp6 1:1.0.0-3  X11 Display Manager Control Protoc
pn  xserver-common (no description available)
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages xserver-xorg recommends:
ii  discover  2.0.7-2.1  hardware identification system
ii  laptop-detect 0.12.1 attempt to detect a laptop
pn  mdetect(no description available)
ii  xlibs 6.9.0.dfsg.1-6 X Window System client libraries m
pn  xresprobe  (no description available)

--- End Message ---
--- Begin Message ---
On Mon, Apr 17, 2006 at 10:22:53AM -0400, Josh Narins wrote:
> Package: xserver-xorg
> Version: 6.9.0.dfsg.1-6
> Severity: important
> 
> 
> When upgrading, x-window-system-core had an unmet dependency on
> xserver-xorg, which failed during preconfigure. pre-inst (not post-inst)
> exited with an exit status of 64.
> 
> I emptied /usr/X11R6/bin of the three remaining files.
> 
> Same error.
> 
> > apt-get -f install 
> 
> Same error.
> 
> > apt-get remove x-window-system-core
> 
> and all was well. I was surprised because apparently nothing was
> dependent upon it.

This bug should be fixed by the latest version of Xorg in unstable. Thanks
for your report. Closing.

 - David Nusinow
--- End Message ---


Bug#365502: marked as done (libxvmc1: Unable to open configuration file.)

2006-05-08 Thread Debian Bug Tracking System
Your message dated Tue, 09 May 2006 01:33:17 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365502: libxvmc1: Unable to open configuration file.
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libxvmc1
Version: 1:1.0.1-4
Severity: important

Hi,

When trying to watch a mpeg2 file with mplayer :

XvMCWrapper: Could not open config file "XConfigDir/XvMCConfig".
XvMCWrapper: No such file or directory

In previous version /usr/X11R6/lib/X11/XvMCConfig was used, which is also
bad (a configureation file in 11R6/lib/X11)

Could you put a default configuration file in /etc/X11 ?

This configuration file may contains only explanation on what should be put
in that file.

Christian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libxvmc1 depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxv11:1.0.1-3  X11 Video extension library
ii  x11-common1:7.0.15   X Window System (X.Org) infrastruc

libxvmc1 recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Sun, Apr 30, 2006 at 04:47:58PM +0200, Christian Marillat wrote:
> Package: libxvmc1
> Version: 1:1.0.1-4
> Severity: important
> 
> Hi,
> 
> When trying to watch a mpeg2 file with mplayer :
> 
> XvMCWrapper: Could not open config file "XConfigDir/XvMCConfig".
> XvMCWrapper: No such file or directory
> 
> In previous version /usr/X11R6/lib/X11/XvMCConfig was used, which is also
> bad (a configureation file in 11R6/lib/X11)
> 
> Could you put a default configuration file in /etc/X11 ?
> 
> This configuration file may contains only explanation on what should be put
> in that file.

This bug was fixed in the last upload of libxvmc to unstable. Thanks for
your report! Closing.

 - David Nusinow
--- End Message ---


Bug#366098: marked as done (Encoding Directory Wrong)

2006-05-08 Thread Debian Bug Tracking System
Your message dated Tue, 09 May 2006 01:58:18 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366098: Encoding Directory Wrong
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---

Package: libfontenc1
Version: 1:1.0.1-5

The encodingdir specified in the rules file is wrong, so that
libfontenc1 can not find encoding files provided by xfonts-encodings.

In debian/rules, the wrong value is:
   --with-encodingsdir=\$${datadir}/fonts/X11/fonts/encodings
And the correct value should be:
   --with-encodingsdir=\$${datadir}/fonts/X11/encodings

Best
Regards,

LIU Xin

--- End Message ---
--- Begin Message ---
On Thu, May 04, 2006 at 10:37:34PM -0700, Xin Liu wrote:
> Package: libfontenc1
> Version: 1:1.0.1-5
> 
> The encodingdir specified in the rules file is wrong, so that
> libfontenc1 can not find encoding files provided by xfonts-encodings.
> 
> In debian/rules, the wrong value is:
>--with-encodingsdir=\$${datadir}/fonts/X11/fonts/encodings
> And the correct value should be:
>--with-encodingsdir=\$${datadir}/fonts/X11/encodings

This bug fix was just uploaded to unstable and will be in dinstall
tomorrow. Thanks for your report and fix. Closing.

 - David Nusinow
--- End Message ---


Bug#365259: xfs fails to start

2006-05-08 Thread Alexander Reinholdt
Am Dienstag 09 Mai 2006 01:36 schrieb David Nusinow:
> On Fri, Apr 28, 2006 at 10:13:06PM +0200, Alexander Reinholdt wrote:
> > Package: xfs
> > Version: 1:1.0.1-4
> > Severity: important
> >
> > xfs fails to start showing the following error message:
> >
> > Setting up X font server socket directory /tmp/.font-unix...done.
> > Starting X font server: xfs/usr/bin/xfs error: CONFIG: unknown parameter
> > "cache-hi-mark"
> > /usr/bin/xfs error: CONFIG: unknown parameter "cache-low-mark"
> > /usr/bin/xfs error: CONFIG: unknown parameter "cache-balance"
> >
> > The problem seem to be the following lines in /usr/lib/X11/fs/config:
> >
> > cache-hi-mark = 2048
> > cache-low-mark = 1433
> > cache-balance = 70
> >
> > Unfortunately, commenting them out does not seem to fix the problem,
> > because while the output of xfs is now
> >
> > dustpuppy:~# /etc/init.d/xfs restart
> > Stopping X font server: xfs not running (removing stale
> > /var/run/xfs.pid). Setting up X font server socket directory
> > /tmp/.font-unix...done. Starting X font server: xfs.
> >
> > the command
> >
> > $ ps auxwww | grep xfs
> >
> > returns nothing.
>
> Hi, do you still get this error with  the newest version in unstable?
> 1:1.0.1-5?
>
>  - David Nusinow

No. It seems it's fixed. Thanks.

Bye
Alexander

-- 
"Never argue with idiots. They drag you down to their level and beat you with
experience..." (unknown)


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