From owner-freebsd-bugs Wed Oct 2 12:40: 5 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0882B37B401 for ; Wed, 2 Oct 2002 12:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA9143E77 for ; Wed, 2 Oct 2002 12:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g92Je2Co050370 for ; Wed, 2 Oct 2002 12:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g92Je2li050369; Wed, 2 Oct 2002 12:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F62437B404 for ; Wed, 2 Oct 2002 12:35:04 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 206EE43E75 for ; Wed, 2 Oct 2002 12:35:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g92JZ37R073301 for ; Wed, 2 Oct 2002 12:35:03 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g92JZ39H073300; Wed, 2 Oct 2002 12:35:03 -0700 (PDT) Message-Id: <200210021935.g92JZ39H073300@www.freebsd.org> Date: Wed, 2 Oct 2002 12:35:03 -0700 (PDT) From: Tony Bridges To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/43596: pkg_add does not propogate 'remote' to dependent installs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43596 >Category: bin >Synopsis: pkg_add does not propogate 'remote' to dependent installs >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 02 12:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tony Bridges >Release: 4.5 >Organization: Sandvine Inc. >Environment: FreeBSD BSD3.phaedrus.sandvine.com 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: Installs fail when a remote package has remote dependencies. When a remote dependency is encountered, the file is downloaded via ftp, and treated like a local file. When its dependencies are processed, they appear to originate in a local file, and the remote link is not checked for packages, causing the install to fail. The remote does propogate to the first level dependency, but is lost after that. >How-To-Repeat: Install any package that has a missing dependency, where that package also has missing dependencies, and all are located on the ftp site. i.e. wrapper depends on postgresql-7.2.1_1. postgresql in turn has a dependency to db3-... All files are remote. pkg_add -r wrapper finds wrapper, sees the postgres dependency, finds that, bt only looks for the db3 file locally. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message