[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#185803: marked as done (openoffice.org-debian-files: readlink-related error message during launch of any openoffice application)



Your message dated Mon, 24 Mar 2003 11:59:55 +0100
with message-id <20030324105955.GC13070@shawn.thehalls.de>
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 scholler@fnb.tu-darmstadt.de Fri Mar 21 15:20:28 2003
Return-path: <scholler@fnb.tu-darmstadt.de>
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 <scholler@fnb.tu-darmstadt.de>
To: Debian Bug Tracking System <submit@bugs.debian.org>
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: <[🔎] 20030321211956.11DD580B3@vulcan>
Delivered-To: submit@bugs.debian.org
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 halls@debian.org Mon Mar 24 05:00:27 2003
Return-path: <halls@debian.org>
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 <halls@debian.org>
To: Ulrich Scholler <scholler@fnb.tu-darmstadt.de>,
	185803-close@bugs.debian.org
Subject: Re: Bug#185803: openoffice.org-debian-files: readlink-related error message during launch of any openoffice application
Message-ID: <20030324105955.GC13070@shawn.thehalls.de>
References: <[🔎] 20030321211956.11DD580B3@vulcan>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] 20030321211956.11DD580B3@vulcan>
User-Agent: Mutt/1.5.3i
Delivered-To: 185803-close@bugs.debian.org
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:

chris@shawn:~$ dchroot
Executing shell in 'woody' chroot.

chris@shawn:~$ readlink -f /bin/sh
/bin/bash

chris@shawn:~$ dpkg -S `which readlink`
debianutils: /bin/readlink

chris@shawn:~$ 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



Reply to: