From owner-freebsd-current@FreeBSD.ORG Sun Jul 8 20:57:19 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E0DB16A421 for ; Sun, 8 Jul 2007 20:57:19 +0000 (UTC) (envelope-from gelsemap@superhero.nl) Received: from superman.superhero.nl (superhero.nl [82.95.198.17]) by mx1.freebsd.org (Postfix) with ESMTP id AC94A13C44B for ; Sun, 8 Jul 2007 20:57:18 +0000 (UTC) (envelope-from gelsemap@superhero.nl) Received: (qmail 3405 invoked by uid 80); 8 Jul 2007 20:30:41 -0000 Received: from robin.ad.superhero.nl ([10.202.77.103]) (SquirrelMail authenticated user gelsemap) by webmail.superhero.nl with HTTP; Sun, 8 Jul 2007 22:30:41 +0200 (CEST) Message-ID: <3921.10.202.77.103.1183926641.squirrel@webmail.superhero.nl> Date: Sun, 8 Jul 2007 22:30:41 +0200 (CEST) From: "Gelsema, P \(Patrick\)" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: current@freebsd.org Subject: updating from I386 architecture to AMD64 on -Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jul 2007 20:57:19 -0000 Hi lists, I had tp reinstall my AMD box and the only version available was the -Current snapshot of April architecture I386. Wouldnt be a problem I thought, just install I386 and rebuild world/kernel for AMD64. So I did the following for crossbuilds. #chflags -R noschg /usr/obj #rm -rf /usr/obj #cd /usr/src #make cleandir #make cleandir #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildworld #make TARGET=amd64 TARGET_ARCH=amd64 -j8 buildkernel Until that moment everything is looking great. When I try to install the world/kernel however the 'problem' starts. hulk# make TARGET=amd64 TARGET_ARCH=amd64 -j8 installkernel ERROR: Please set DESTDIR! *** Error code 1 1 error *** Error code 2 1 error Can someone point the obvious out for me, cause it seems that I am missing something really simple... Thanks Patrick