Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2010 12:51:29 +0100
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no>
To:        Harald Schmalzbauer <h.schmalzbauer@omnilan.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: single (debug) binaries from base source tree install fails (/usr/bin/true)
Message-ID:  <86d412gxxa.fsf@ds4.des.no>
In-Reply-To: <4B595D56.8030408@omnilan.de> (Harald Schmalzbauer's message of "Fri, 22 Jan 2010 09:09:58 %2B0100")
References:  <4B595D56.8030408@omnilan.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Harald Schmalzbauer <h.schmalzbauer@omnilan.de> writes:
> I try to install a DEBUG_FLAGS=3D-g version of top since it core dumps
> on my 8.0-RELEASE box.

How?

> Compiling works with warnings, but installing fails with superfluous
> "/usr/bin/true" after install:
>
> install /usr/bin/true -o root -g wheel -m 555   top /usr/bin
> install: -o: No such file or director

You screwed up somewhere...  built in the wrong directory or something.
The correct procedure is simply:

% cd /usr/src/usr.bin/top
% make clean
% make DEBUG_FLAGS=3D-g
% make install

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no



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