From owner-freebsd-stable@FreeBSD.ORG Sun Sep 14 16:53:30 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCE6B1065672 for ; Sun, 14 Sep 2008 16:53:30 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 7DEF98FC0C for ; Sun, 14 Sep 2008 16:53:30 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (unknown [92.117.250.173]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 8C8F98A013E for ; Sun, 14 Sep 2008 18:21:53 +0200 (CEST) Message-ID: <48CD3A19.8030404@bsdforen.de> Date: Sun, 14 Sep 2008 18:21:45 +0200 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.16 (X11/20080810) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: crossbuilding of RELENG_7 broken? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2008 16:53:30 -0000 Hello, I've been building my i386 systems on an amd64 system for some time, now and this is the first time I encounter problems. Building them works fine, but when I nfs-mount /usr/obj and /usr/src on the target system, install does not work. Neiter installkernel nor installworld. I can install the Kernel by cd-ing into the right directory und /usr/obj and run 'make install', but I have not found a workaround for installing world. Does anyone else encounter this? If someone is interested I'll produce some logs, but I'll have to compile again - I've thrown away all built attempts in my frustration.