From owner-freebsd-questions Fri Jun 12 02:09:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA16560 for freebsd-questions-outgoing; Fri, 12 Jun 1998 02:09:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tyree.iii.co.uk (tyree.iii.co.uk [195.89.149.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16481 for ; Fri, 12 Jun 1998 02:09:18 -0700 (PDT) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id KAA13298; Fri, 12 Jun 1998 10:09:10 +0100 (BST) Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.8/8.8.7) id KAA09796; Fri, 12 Jun 1998 10:07:55 +0100 (BST) Message-ID: <19980612100754.31855@iii.co.uk> Date: Fri, 12 Jun 1998 10:07:54 +0100 To: Bryce Newall Cc: FreeBSD Questions List Subject: Re: Problems with make world :( References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: ; from Bryce Newall on Thu, Jun 11, 1998 at 10:25:01PM -0700 Organization: interactive investor Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jun 11, 1998 at 10:25:01PM -0700, Bryce Newall wrote: > ===> lib/libalias > install -C -o bin -g bin -m 444 /usr/src/lib/libalias/alias.h /usr/include > install -c -o bin -g bin -m 444 libalias.a /usr/lib > install -c -o bin -g bin -m 444 libalias_p.a /usr/lib > install: libalias_p.a: No such file or directory It looks as though you did the 'buildworld' with "NOPROFILE=true" set (either on the command line or in /etc/make.conf), and have done the 'installworld' without it set. The install process is trying to install the copy of libalias with profiling information, which hasn't been built. N -- Work: nik@iii.co.uk | FreeBSD + Perl + Apache Rest: nik@nothing-going-on.demon.co.uk | Remind me again why we need Play: nik@freebsd.org | Microsoft? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message