Your message dated Fri, 13 Aug 2004 02:12:46 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#261774: libxt6.postinstall script reads app-defaults 
sym-link incorrectly
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Jul 2004 04:22:21 +0000
>From [EMAIL PROTECTED] Tue Jul 27 21:22:21 2004
Return-path: <[EMAIL PROTECTED]>
Received: from note.orchestra.cse.unsw.edu.au [129.94.242.24] (root)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BpfxN-0004Av-00; Tue, 27 Jul 2004 21:22:21 -0700
Received: From wagner (for [EMAIL PROTECTED]) With LocalMail ;
        Wed, 28 Jul 2004 14:22:19 +1000 
From: Darren Williams <[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Date: Wed, 28 Jul 2004 14:22:19 +1000
Subject: libxt6.postinstall script reads app-defaults sym-link incorrectly
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040523i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: libxt6
Version: 4.3.0.dfsg.1-6
Severity: normal
Tags: sid



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux quasar 2.6.7 #2 Tue Jul 27 13:17:21 EST 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libxt6 depends on:
ii  libc6                     2.3.2.ds1-13   GNU C Library: Shared libraries an
ii  libice6                   4.3.0.dfsg.1-6 Inter-Client Exchange library
ii  libsm6                    4.3.0.dfsg.1-6 X Window System Session Management
ii  xlibs                     4.3.0.dfsg.1-6 X Window System client libraries m

-- no debconf information

# vim:set ai et sts=2 sw=2 tw=0:

# finish migration started in preinst
DIR=/usr/X11R6/lib/X11/app-defaults
if [ -d "$DIR.dpkg-tmp" -a -L "$DIR" ]; then
  observe "committing removal of obsolete directory $DIR"
  rm -r "$DIR"
fi
#check_symlinks_and_bomb "$DIR"
^^^^
#   Commenting this out fixes the problem.

register_x_lib_dir_with_ld_so
ldconfig



exit 0

# vim:set ai et sts=2 sw=2 tw=0:

NOTE**
The system has a non debian package (ia64 ski simulator) installed that also
uses the /usr/X11R6/lib/X11/app-defaults directory for its symlinks.


--------------------------------------------------
Darren Williams <dsw AT gelato.unsw.edu.au>
[EMAIL PROTECTED] <www.gelato.unsw.edu.au>
--------------------------------------------------

---------------------------------------
Received: (at 261774-done) by bugs.debian.org; 13 Aug 2004 07:12:47 +0000
>From [EMAIL PROTECTED] Fri Aug 13 00:12:47 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dhcp065-026-182-085.indy.rr.com (sisyphus.deadbeast.net) 
[65.26.182.85] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BvWF4-0008Uh-00; Fri, 13 Aug 2004 00:12:46 -0700
Received: by sisyphus.deadbeast.net (Postfix, from userid 1000)
        id 0867868C01D; Fri, 13 Aug 2004 02:12:46 -0500 (EST)
Date: Fri, 13 Aug 2004 02:12:46 -0500
From: Branden Robinson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#261774: libxt6.postinstall script reads app-defaults sym-link 
incorrectly
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="lx6+J6gHrzwEpYNy"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
Mail-Copies-To: nobody
X-No-CC: I subscribe to this list; do not CC me on replies.
User-Agent: Mutt/1.5.6+20040803i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--lx6+J6gHrzwEpYNy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Jul 28, 2004 at 02:22:19PM +1000, Darren Williams wrote:
> Package: libxt6
> Version: 4.3.0.dfsg.1-6
> Severity: normal
> Tags: sid
[...]
> # finish migration started in preinst
> DIR=3D/usr/X11R6/lib/X11/app-defaults
> if [ -d "$DIR.dpkg-tmp" -a -L "$DIR" ]; then
>   observe "committing removal of obsolete directory $DIR"
>   rm -r "$DIR"
> fi
> #check_symlinks_and_bomb "$DIR"
> ^^^^
> #   Commenting this out fixes the problem.

Well, not really.  It stops the package from ensuring the system state is
sane.

> NOTE**
> The system has a non debian package (ia64 ski simulator) installed that a=
lso
> uses the /usr/X11R6/lib/X11/app-defaults directory for its symlinks.

Right.  libxt6 is doing exactly what it is supposed to do.

That package is not policy-compliant, and needs to be rebuilt using some
modern XFree86 packages.  Anything from the past couple of years should
suffice.

Closing this bug as due to problem with unofficial Debian package.

--=20
G. Branden Robinson                |     If the jury can count higher than
Debian GNU/Linux                   |     two, the case will fail.
[EMAIL PROTECTED]                 |     -- Tom Lane, on Forgent's claim of
http://people.debian.org/~branden/ |        a patent on JPEG

--lx6+J6gHrzwEpYNy
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iEYEARECAAYFAkEcae0ACgkQ6kxmHytGonxLngCcCbJyCI+N+ckcXiwR33lnYU02
JhsAn1E/pPeB6MEcF+dVrnC+4HvRVlHQ
=j4OB
-----END PGP SIGNATURE-----

--lx6+J6gHrzwEpYNy--

Reply via email to