From owner-freebsd-questions@FreeBSD.ORG Tue Mar 22 21:02:18 2005 Return-Path: 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 BC87C16A4CE for ; Tue, 22 Mar 2005 21:02:18 +0000 (GMT) Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id D88FF43D4C for ; Tue, 22 Mar 2005 21:02:17 +0000 (GMT) (envelope-from robertgogolok@web.de) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.13.3/2005020900) with ESMTP id j2ML2Fbf009197; Tue, 22 Mar 2005 22:02:16 +0100 (CET) Received: from mail.cs.uni-sb.de (mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.13.3/2005011400) with ESMTP id j2ML2FXL017821; Tue, 22 Mar 2005 22:02:15 +0100 (CET) Received: from xantippe (xantippe.cs.uni-sb.de [134.96.240.13]) by mail.cs.uni-sb.de (8.13.3/2005020900) with ESMTP id j2ML2ERh022202; Tue, 22 Mar 2005 22:02:14 +0100 (CET) X-Authentication-Warning: mail.cs.uni-sb.de: Host xantippe.cs.uni-sb.de [134.96.240.13] claimed to be xantippe Received: from eugene.cs.uni-sb.de ([127.0.0.1]) [134.96.240.6] by xantippe with esmtp (Exim 3.35 #1 (Debian))id 1DDqVx-0001wd-00; Tue, 22 Mar 2005 22:02:13 +0100 Message-ID: <424087C3.4050300@web.de> Date: Tue, 22 Mar 2005 22:01:55 +0100 From: Robert Gogolok User-Agent: Mozilla Thunderbird 1.0 (X11/20050313) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <16960.24143.401368.927252@satchel.alerce.com> <424062B0.4090802@web.de> In-Reply-To: X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: hartzell@kestrel.alerce.com Subject: Re: Problems building jails under RELENG_5_3 (5.3-RELEASE-p5) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 21:02:18 -0000 Christopher Nehren wrote: >>>I think I did only "make world" without DESTDIR and specified it of >>>course afterwards when doing "make installworld". > "make world" builds and installs the world onto your current system, > leaving a /usr/obj intact. Unless you specified a DESTDIR for the > installworld, it was spurious, replacing files already installed. ARGH, right, sorry! I did a "make buildworld" and afterwards a "make installworld DESTDIR=..." See also: http://www.bsdforen.de/showthread.php?p=62201#post62201 german, but you should recognize the error at the top, and the response on 21.11.2004, 17:19 from the nick Ice Robert