From owner-freebsd-questions Thu Oct 10 9: 1:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D2437B401 for ; Thu, 10 Oct 2002 09:01:16 -0700 (PDT) Received: from soda.csua.berkeley.edu (soda.CSUA.Berkeley.EDU [128.32.112.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A00D43EBE for ; Thu, 10 Oct 2002 09:01:15 -0700 (PDT) (envelope-from joup@bigfoot.com) Received: from soda.csua.berkeley.edu (IDENT:IXr2r/bFneEOLg9I5BhrV9AlcHf1cmgt@localhost [127.0.0.1]) by soda.csua.berkeley.edu (8.12.3/8.12.3) with ESMTP id g9AG1FVR069737 for ; Thu, 10 Oct 2002 09:01:15 -0700 (PDT) (envelope-from joup@bigfoot.com) Received: from localhost (mjm@localhost) by soda.csua.berkeley.edu (8.12.3/8.12.3/Submit) with ESMTP id g9AG1F95069733 for ; Thu, 10 Oct 2002 09:01:15 -0700 (PDT) X-Authentication-Warning: soda.csua.berkeley.edu: mjm owned process doing -bs Date: Thu, 10 Oct 2002 09:01:15 -0700 (PDT) From: Mark Miller X-X-Sender: mjm@soda.csua.berkeley.edu To: freebsd-questions@freebsd.org Subject: /usr/src/usr.sbin/pkg_install fails looking for libinstall.a Message-ID: <20021010085802.A69000-100000@soda.csua.berkeley.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to rebuild the pkg_install suite from cvsup'ed source, but the build consistently fails with cc: /usr/src/usr.sbin/pkg_install/add/../lib/libinstall.a: No such file or directory If I copy that file from another machine (the file is built during make world) the build and install runs perfectly. But shouldn't a "make build" in /usr/src/usr.sbin/pkg_install include making this libinstall.a? Thanks Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message