Your message dated Sat, 27 Sep 2003 22:28:15 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#191818: xlibs: Broken /usr/X11R6/lib/X11/app-defaults symlink
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; 4 May 2003 05:46:12 +0000
>From [EMAIL PROTECTED] Sun May 04 00:46:11 2003
Return-path: <[EMAIL PROTECTED]>
Received: from granger.mail.mindspring.net [207.69.200.148] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 19CCKB-0004pX-00; Sun, 04 May 2003 00:46:11 -0500
Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] helo=frobnitz.ddts.net)
        by granger.mail.mindspring.net with esmtp (Exim 3.33 #1)
        id 19CCKA-0003IY-00
        for [EMAIL PROTECTED]; Sun, 04 May 2003 01:46:11 -0400
Received: from daniel by frobnitz.ddts.net with local (Exim 3.36 #1 (Debian))
        id 19CCKA-0005sP-00
        for <[EMAIL PROTECTED]>; Sat, 03 May 2003 22:46:10 -0700
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
X-Debbugs-Cc: [EMAIL PROTECTED]
Subject: xlibs: Broken /usr/X11R6/lib/X11/app-defaults symlink
From: Daniel Schepler <[EMAIL PROTECTED]>
Date: Sat, 03 May 2003 22:46:10 -0700
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Daniel Schepler <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-9.0 required=4.0
        tests=BAYES_01,HAS_PACKAGE,X_DEBBUGS_CC
        version=2.53-bugs.debian.org_2003_04_23
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_04_23 
(1.174.2.15-2003-03-30-exp)

Package: xlibs
Version: 4.2.1-6
Severity: normal

If I install xlibs in a chroot with only essential packages otherwise,
it creates a symlink /usr/X11R6/lib/X11/app-defaults ->
/etc/X11/app-defaults, but the package does not make sure the target
directory exists.

(This is breaking builds of rsxs under pbuilder.)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux frobnitz 2.4.21-pre5 #1 Sat Mar 1 09:01:10 PST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages xlibs depends on:
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an
ii  libfreetype6                  2.1.4-2    FreeType 2 font engine, shared lib
ii  xfree86-common                4.2.1-6    X Window System (XFree86) infrastr

-- no debconf information


-- 
Daniel Schepler              "Please don't disillusion me.  I
[EMAIL PROTECTED]    haven't had breakfast yet."
                                 -- Orson Scott Card

---------------------------------------
Received: (at 191818-done) by bugs.debian.org; 28 Sep 2003 03:28:50 +0000
>From [EMAIL PROTECTED] Sat Sep 27 22:28:16 2003
Return-path: <[EMAIL PROTECTED]>
Received: from dhcp065-026-182-085.indy.rr.com (redwald.deadbeast.net) [65.26.182.85] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1A3SEJ-0000Jm-00; Sat, 27 Sep 2003 22:28:15 -0500
Received: by redwald.deadbeast.net (Postfix, from userid 1000)
        id 22A74640DE; Sat, 27 Sep 2003 22:28:15 -0500 (EST)
Date: Sat, 27 Sep 2003 22:28:15 -0500
From: Branden Robinson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#191818: xlibs: Broken /usr/X11R6/lib/X11/app-defaults symlink
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="RIYY1s2vRbPFwWeW"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.4i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-5.7 required=4.0
        tests=EMAIL_ATTRIBUTION,QUOTED_EMAIL_TEXT
        version=2.53-bugs.debian.org_2003_9_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_21 
(1.174.2.15-2003-03-30-exp)


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

On Sat, May 03, 2003 at 10:46:10PM -0700, Daniel Schepler wrote:
> Package: xlibs
> Version: 4.2.1-6
> Severity: normal
>=20
> If I install xlibs in a chroot with only essential packages otherwise,
> it creates a symlink /usr/X11R6/lib/X11/app-defaults ->
> /etc/X11/app-defaults, but the package does not make sure the target
> directory exists.
>=20
> (This is breaking builds of rsxs under pbuilder.)

In my assessement, this is not a bug.

Here's why:

* Application defaults are provided by X clients.
* The application defaults directory search path is defined inside the X
  libraries (as I recall, it is only libXt -- the X Toolkit Instrinsics
  -- that care about application defaults).

Thus:
* Because any xlibs-dependent package may provide app-defaults, and
  xbase-clients might not be installed, this symlink cannot be provided
  by xbase-clients instead;
* Because xlibs itself does not provide any app-defaults, there doesn't
  seem to be much sense in shipping an empty directory;
* Because Xt-based X clients rely upon the underlying Xt library to find
  out where their app-defaults are at runtime;

It makes sense to me to ship the symlink in the xlibs package, but not
to provide the target directory.  That will be done by any package that
actually provides Xt application defaults.

Closing this bug.

--=20
G. Branden Robinson                |
Debian GNU/Linux                   |       "Bother," said Pooh, as he was
[EMAIL PROTECTED]                 |       assimilated by the Borg.
http://people.debian.org/~branden/ |

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

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

iEYEARECAAYFAj92VU4ACgkQ6kxmHytGonycuwCeM/rEEG5d1GHkPxsD3c1Ig23x
3mIAnju82QMOwKHokrJVXshscZsUUe3W
=aaX8
-----END PGP SIGNATURE-----

--RIYY1s2vRbPFwWeW--


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

Reply via email to