Your message dated Sat, 31 Mar 2001 10:09:11 +0200 with message-id <[EMAIL PROTECTED]> and subject line Fixed in xxgdb 1.12-9.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.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 15 Feb 2001 06:58:19 +0000 >From [EMAIL PROTECTED] Thu Feb 15 00:58:19 2001 Return-path: <[EMAIL PROTECTED]> Received: from sub26-192.member.dsl-only.net (smokey.krimedawg.org) [::ffff:63.105.26.192] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14TIMs-0003He-00; Thu, 15 Feb 2001 00:58:19 -0600 Received: by smokey.krimedawg.org (Postfix, from userid 1000) id 7393090078; Wed, 14 Feb 2001 22:58:17 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by smokey.krimedawg.org (Postfix) with ESMTP id 27C9C90077 for <[EMAIL PROTECTED]>; Wed, 14 Feb 2001 22:58:17 -0800 (PST) Date: Wed, 14 Feb 2001 22:58:16 -0800 (PST) From: Michael Plump <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: xlibs install dies if app-defaults is a symlink Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] Package: xlibs Version: 4.0.2-2 If /usr/X11R6/lib/X11/app-defaults is a symlink to /etc/X11/app-defaults (which is, apparently, the correct behaviour) then the xlibs install dies with this error: Preparing to replace xlibs 4.0.2-1 (using .../xlibs_4.0.2-2_i386.deb) ... Unpacking replacement xlibs ... dpkg: error processing /var/cache/apt/archives/xlibs_4.0.2-2_i386.deb (--unpack): trying to overwrite `/usr/X11R6/lib/X11/app-defaults', which is also in package xxgdb dpkg-deb: subprocess paste killed by signal (Broken pipe) This seems to be the case only on computers where debian was installed very recently. On my other debian installations, /usr/X11R6/lib/X11/app-defaults is a directory with different files than /etc/X11/app-defaults. If I 'rm -rf /usr/X11R6/lib/X11/app-defaults' and then mkdir it, the unpack proceeds with just a warning: Preparing to replace xlibs 4.0.2-1 (using .../xlibs_4.0.2-2_i386.deb) ... Warning: /usr/X11R6/lib/X11/app-defaults is a directory that should be a symbolic link. Packages containing files in /usr/X11R6/lib/X11/app-defaults need to move them to /etc/X11/app-defaults instead; they will not be used by the X Window System until they are moved. Unpacking replacement xlibs ... Setting up xlibs (4.0.2-2) ... Installing new version of config file /etc/X11/xkb/rules/xfree86.lst ... Installing new version of config file /etc/X11/xkb/symbols/dvorak ... Installing new version of config file /etc/X11/xkb/symbols/macintosh/us ... --------------------------------------- Received: (at 86028-done) by bugs.debian.org; 31 Mar 2001 08:09:14 +0000 >From [EMAIL PROTECTED] Sat Mar 31 02:09:14 2001 Return-path: <[EMAIL PROTECTED]> Received: from jagor.srce.hr [161.53.2.130] (mvela) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14jGRe-0000Ks-00; Sat, 31 Mar 2001 02:09:14 -0600 Received: (from [EMAIL PROTECTED]) by jagor.srce.hr (8.9.0/8.9.0) id KAA14650; Sat, 31 Mar 2001 10:09:12 +0200 (MET DST) Date: Sat, 31 Mar 2001 10:09:11 +0200 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Fixed in xxgdb 1.12-9.4 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Delivered-To: [EMAIL PROTECTED] (xxgdb is now orphaned, so I'm closing the bugs fixed in non-maintainer uploads.) Here is the relevant changelog entry: xxgdb (1.12-9.4) unstable; urgency=low [...] * Recompile for woody, which fixes the app-defaults issue (closes: #86028) [...] -- Tollef Fog Heen <[EMAIL PROTECTED]> Sat, 17 Mar 2001 17:10:28 +0100 Thanks, Matej