From owner-freebsd-ports Tue Jun 11 9:40:31 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1175337B406 for ; Tue, 11 Jun 2002 09:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5BGe2N61763; Tue, 11 Jun 2002 09:40:02 -0700 (PDT) (envelope-from gnats) Received: from yertle.kciLink.com (yertle.kcilink.com [216.194.193.105]) by hub.freebsd.org (Postfix) with ESMTP id 55FF337B40B for ; Tue, 11 Jun 2002 09:31:40 -0700 (PDT) Received: from onceler.kciLink.com (onceler.kciLink.com [216.194.193.106]) by yertle.kciLink.com (Postfix) with ESMTP id C18E52178A for ; Tue, 11 Jun 2002 12:31:34 -0400 (EDT) Received: by onceler.kciLink.com (Postfix, from userid 100) id A03CC3D43; Tue, 11 Jun 2002 12:31:34 -0400 (EDT) Message-Id: <20020611163134.A03CC3D43@onceler.kciLink.com> Date: Tue, 11 Jun 2002 12:31:34 -0400 (EDT) From: Vivek Khera Reply-To: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39151: acroread4 install fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 39151 >Category: ports >Synopsis: acroread4 install fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 11 09:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD onceler.kciLink.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Apr 1 12:31:02 EST 2002 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 >Description: acroread5 was dumping core on me, so I revert back to acroread4 after pkg_delete acroread5 the install fails with "/compat/linux/usr/bin/strip not found". once that's fixed, it fails with: [ -e /usr/local/bin/acroread ] || (cd /usr/local/bin ; /bin/ln -s acroread4 acroread) ln: acroread: File exists it seems the -e test is incorrect for a symlink that points nowhere. >How-To-Repeat: >Fix: cd /compat/linux/usr/bin; ln -s dirname strip rm /usr/local/bin/acroread similar problems were reported when installing acroread5. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message