Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 1998 10:07:54 +0100
From:      nik@iii.co.uk
To:        Bryce Newall <data@dreamhaven.org>
Cc:        FreeBSD Questions List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Problems with make world :(
Message-ID:  <19980612100754.31855@iii.co.uk>
In-Reply-To: <Pine.NEB.3.96.980611222111.11124B-100000@ds9.dreamhaven.org>; from Bryce Newall on Thu, Jun 11, 1998 at 10:25:01PM -0700
References:  <Pine.NEB.3.96.980611222111.11124B-100000@ds9.dreamhaven.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980612100754.31855>