Your message dated Mon, 24 Mar 2003 11:59:55 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#185803: openoffice.org-debian-files: readlink-related
error message during launch of any openoffice application
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; 21 Mar 2003 21:20:29 +0000
>From [EMAIL PROTECTED] Fri Mar 21 15:20:28 2003
Return-path: <[EMAIL PROTECTED]>
Received: from hydra.fnb.maschinenbau.tu-darmstadt.de [130.83.226.1]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18wTwC-00029q-00; Fri, 21 Mar 2003 15:20:28 -0600
Received: from vulcan (vulcan.fnb.maschinenbau.tu-darmstadt.de [130.83.226.31])
by hydra.fnb.maschinenbau.tu-darmstadt.de (Postfix) with ESMTP
id 3D899BF18; Fri, 21 Mar 2003 22:19:56 +0100 (CET)
Received: by vulcan (Postfix, from userid 602)
id 11DD580B3; Fri, 21 Mar 2003 22:19:56 +0100 (CET)
From: Ulrich Scholler <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: openoffice.org-debian-files: readlink-related error message during
launch of any openoffice application
X-Mailer: reportbug 1.50
Date: Fri, 21 Mar 2003 22:19:55 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-0.2 required=4.0
tests=HAS_PACKAGE,SPAM_PHRASE_02_03
version=2.44
X-Spam-Level:
Package: openoffice.org-debian-files
Version: 1.0.2-2+1
Severity: normal
running openoffice produces an ugly (albeit apparently harmless) error
message:
bash$ openoffice
readlink: Need exactly one argument.
Try `readlink --help' for more information.
in line 71 of /usr/bin/openoffice readlink is called with the -f option.
this option does not exist in the version of readlink included with
woody. just removing the illegal option fixes it.
regards,
uLI
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux vulcan 2.4.20-fnb-athlon #1 Mon Mar 10 14:44:16 CET 2003 i686
Locale: LANG=en_US, LC_CTYPE=en_US
Versions of packages openoffice.org-debian-files depends on:
ii openoffice.org 1.0.2-2 high-quality office productivity s
---------------------------------------
Received: (at 185803-close) by bugs.debian.org; 24 Mar 2003 11:00:28 +0000
>From [EMAIL PROTECTED] Mon Mar 24 05:00:27 2003
Return-path: <[EMAIL PROTECTED]>
Received: from (rover24.cmt) [62.138.132.197]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18xPgp-0001jx-00; Mon, 24 Mar 2003 05:00:27 -0600
Received: from shawn (shawn [192.168.60.57])
by rover24.cmt (Postfix) with ESMTP
id E30F2C7A41; Mon, 24 Mar 2003 11:59:56 +0100 (CET)
Received: by shawn (Postfix, from userid 1050)
id 2B6AF2BDF0; Mon, 24 Mar 2003 11:59:55 +0100 (CET)
Date: Mon, 24 Mar 2003 11:59:55 +0100
From: Chris Halls <[EMAIL PROTECTED]>
To: Ulrich Scholler <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Subject: Re: Bug#185803: openoffice.org-debian-files: readlink-related error
message during launch of any openoffice application
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.3i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-3.0 required=4.0
tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01,
USER_AGENT,USER_AGENT_MUTT
version=2.44
X-Spam-Level:
On Fri, Mar 21, 2003 at 10:19:55PM +0100, Ulrich Scholler wrote:
> in line 71 of /usr/bin/openoffice readlink is called with the -f option.
> this option does not exist in the version of readlink included with
> woody. just removing the illegal option fixes it.
That is not the case for a default woody install:
[EMAIL PROTECTED]:~$ dchroot
Executing shell in 'woody' chroot.
[EMAIL PROTECTED]:~$ readlink -f /bin/sh
/bin/bash
[EMAIL PROTECTED]:~$ dpkg -S `which readlink`
debianutils: /bin/readlink
[EMAIL PROTECTED]:~$ dpkg -l debianutils | tail -1
ii debianutils 1.16 Miscellaneous utilities specific to Debian.
So, you must have a 'readlink' from somewhere else. Plus, we really do need
the '-f' flag for certain Gnome installs, where the session manager is
actually a symlink instead of the real binary. See the discussion in
debian-openoffice's archives about Gnome session manager.
Chris