Bug#363245: ## ERROR: Can't find "/usr/bin/Xprt"

2006-04-18 Thread Drew Parsons
On Tue, 2006-04-18 at 16:49 +0200, Uwe Hermann wrote:
> Hi,
> 
> On Tue, Apr 18, 2006 at 11:29:50PM +1000, Drew Parsons wrote:
> > I think I understand.  You're not permitting your system to upgrade to
> > xorg 7.0. The new xprint depends on some 7.0 libraries, that's why it's
> > being held.
> > 
> But there's a still a bug there, right? If I'm not allowing xorg 7.0 to
> be installed and xprint/xprint-common depends on it, then xprint/xprint-common
> should not be updated. Either both need to be updated or none of them,
> IHMO. Am I missing something?

Yeah, you're pretty much right. I'll get it fixed.

Drew


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



Bug#363245: ## ERROR: Can't find "/usr/bin/Xprt"

2006-04-18 Thread Uwe Hermann
Hi,

On Tue, Apr 18, 2006 at 11:29:50PM +1000, Drew Parsons wrote:
> I think I understand.  You're not permitting your system to upgrade to
> xorg 7.0. The new xprint depends on some 7.0 libraries, that's why it's
> being held.
> 
> The old Xprint will return to you if you  grab xprint-common from
> http://snapshot.debian.net/archive/2005/12/13/debian/pool/main/x/xprint/

Thanks, will try that.

But there's a still a bug there, right? If I'm not allowing xorg 7.0 to
be installed and xprint/xprint-common depends on it, then xprint/xprint-common
should not be updated. Either both need to be updated or none of them,
IHMO. Am I missing something?

Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature


Bug#363245: ## ERROR: Can't find "/usr/bin/Xprt"

2006-04-18 Thread Drew Parsons
On Tue, 2006-04-18 at 15:02 +0200, Uwe Hermann wrote:
> Hi,
> 
> On Tue, Apr 18, 2006 at 04:01:16PM +1000, Drew Parsons wrote:
> > The real question here is why xprint was not allowed to upgrade.  Can
> > you try to pin this down? Does it not proceed if you perform apt-get
> > upgrade again?
> 
> No, xprint is still being kept back upon apt-get upgrade.
> 
> Please note that my system is probably in a pretty messed up state. I'm
> running unstable but only did "upgrade" not "dist-upgrade" as that would
> currently remove >= 40 packages from my system which I don't want removed.
> 

I think I understand.  You're not permitting your system to upgrade to
xorg 7.0. The new xprint depends on some 7.0 libraries, that's why it's
being held.

The old Xprint will return to you if you  grab xprint-common from
http://snapshot.debian.net/archive/2005/12/13/debian/pool/main/x/xprint/

Drew


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



Bug#363245: ## ERROR: Can't find "/usr/bin/Xprt"

2006-04-18 Thread Uwe Hermann
Hi,

On Tue, Apr 18, 2006 at 04:01:16PM +1000, Drew Parsons wrote:
> The real question here is why xprint was not allowed to upgrade.  Can
> you try to pin this down? Does it not proceed if you perform apt-get
> upgrade again?

No, xprint is still being kept back upon apt-get upgrade.

Please note that my system is probably in a pretty messed up state. I'm
running unstable but only did "upgrade" not "dist-upgrade" as that would
currently remove >= 40 packages from my system which I don't want removed.


Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature


Bug#363245: ## ERROR: Can't find "/usr/bin/Xprt"

2006-04-17 Thread Drew Parsons
On Tue, 2006-04-18 at 07:17 +0200, Uwe Hermann wrote:
> Package: xprint
> Version: 1:0.1.0.alpha1-13
> Severity: normal
> 
> Hi,
> 
> the X11R7 transition confuses the hell out of me, so it might very well
> be that this is a bogus bug report. If so, please ignore and close.

Don't worry, we're confused by it too :)

> After a recent "apt-get upgrade" I get this:
> 
> Setting up xprint-common (1.0.1-1) ...
> Installing new version of config file
> /etc/Xprint/C/print/attributes/printer ...
> Installing new version of config file /etc/init.d/xprint ...
> Starting Xprint servers: Xprt.
> /etc/init.d/xprint: ## ERROR: Can't find "/usr/bin/Xprt".
> 
> 
> Which seems to be a real bug, because Xprt seems to really _not_ be
> in /usr/bin:
> 
> $ dpkg -L xprint-common | grep Xprt
> $ dpkg -L xprint | grep Xprt
> /usr/X11R6/bin/Xprt
> /usr/X11R6/man/man1/Xprt.1x.gz
> 
> It also looks like my xprint-common was upgraded to 1:1.0.1-1
> while xprint was held back and is still version 1:0.1.0.alpha1-13
> (according to reportbug).

Looks like it might help if I put some versioned depends in.  I need 
xprint-common Conflicts: xprint (<<1:1)


> To make things even more confusing there's also this:
> 
> $ gunzip -c /usr/share/doc/xprint/changelog.Debian.gz | head -1
> xprint (1:1.0.1-1) unstable; urgency=low
> $ gunzip -c /usr/share/doc/xprint-common/changelog.Debian.gz | head -1
> xprint (1:1.0.1-1) unstable; urgency=low
> 
> I.e. both changelogs say that I have 1:1.0.1-1, which is probably wrong.

Ah, that's an interesting trap I hadn't thought of.  doc/xprint is just
a symlink to doc/xprint-common, which is why it looks like xprint is
upgraded.  As reportbug told us above, your xprint is in fact still at
1:0.1.0.alpha1-13. I wonder if I should stop using the symlink, I put it
there to save leaving duplicated files around pointlesslu.

The real question here is why xprint was not allowed to upgrade.  Can
you try to pin this down? Does it not proceed if you perform apt-get
upgrade again?

Drew


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



Bug#363245: ## ERROR: Can't find "/usr/bin/Xprt"

2006-04-17 Thread Uwe Hermann
Package: xprint
Version: 1:0.1.0.alpha1-13
Severity: normal

Hi,

the X11R7 transition confuses the hell out of me, so it might very well
be that this is a bogus bug report. If so, please ignore and close.

After a recent "apt-get upgrade" I get this:

Setting up xprint-common (1.0.1-1) ...
Installing new version of config file
/etc/Xprint/C/print/attributes/printer ...
Installing new version of config file /etc/init.d/xprint ...
Starting Xprint servers: Xprt.
/etc/init.d/xprint: ## ERROR: Can't find "/usr/bin/Xprt".


Which seems to be a real bug, because Xprt seems to really _not_ be
in /usr/bin:

$ dpkg -L xprint-common | grep Xprt
$ dpkg -L xprint | grep Xprt
/usr/X11R6/bin/Xprt
/usr/X11R6/man/man1/Xprt.1x.gz

It also looks like my xprint-common was upgraded to 1:1.0.1-1
while xprint was held back and is still version 1:0.1.0.alpha1-13
(according to reportbug).

To make things even more confusing there's also this:

$ gunzip -c /usr/share/doc/xprint/changelog.Debian.gz | head -1
xprint (1:1.0.1-1) unstable; urgency=low
$ gunzip -c /usr/share/doc/xprint-common/changelog.Debian.gz | head -1
xprint (1:1.0.1-1) unstable; urgency=low

I.e. both changelogs say that I have 1:1.0.1-1, which is probably wrong.

I'm confused. What's going on?


-- 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.2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xprint depends on:
ii  libc6 2.3.6-5GNU C Library: Shared libraries an
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxau6   6.9.0.dfsg.1-6 X Authentication library
ii  libxaw7   6.9.0.dfsg.1-6 X Athena widget set library
ii  libxdmcp6 6.9.0.dfsg.1-6 X Display Manager Control Protocol
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxmu6   6.9.0.dfsg.1-6 X Window System miscellaneous util
ii  libxp66.9.0.dfsg.1-6 X Window System printing extension
ii  libxpm4   6.9.0.dfsg.1-6 X pixmap library
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  xprint-common 1:1.0.1-1  Xprint - the X11 print system (con
ii  zlib1g1:1.2.3-11 compression library - runtime

xprint recommends no packages.

-- no debconf information

Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature