From owner-freebsd-amd64@freebsd.org Mon Apr 18 21:31:35 2016 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEF05B13505 for ; Mon, 18 Apr 2016 21:31:35 +0000 (UTC) (envelope-from coco@executive-computing.de) Received: from mail.moehre.org (mail.moehre.org [195.96.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9710817EA for ; Mon, 18 Apr 2016 21:31:35 +0000 (UTC) (envelope-from coco@executive-computing.de) Received: from mail.moehre.org (unknown [195.96.35.7]) by mail.moehre.org (Postfix) with ESMTP id 4E34B11FD654 for ; Mon, 18 Apr 2016 23:23:41 +0200 (CEST) X-Spam-Flag: NO X-Spam-Score: -100.968 X-Spam-Level: X-Spam-Status: No, score=-100.968 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, AWL=0.032, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mail.moehre.org ([195.96.35.7]) by mail.moehre.org (mail.moehre.org [195.96.35.7]) (amavisd-new, port 10024) with ESMTP id jbJ4v0g2nZsO for ; Mon, 18 Apr 2016 23:23:39 +0200 (CEST) Received: from [192.168.100.35] (p54B08611.dip0.t-ipconnect.de [84.176.134.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: coco@executive-computing.de) by mail.moehre.org (Postfix) with ESMTPSA id 9620811FD647 for ; Mon, 18 Apr 2016 23:23:39 +0200 (CEST) Message-ID: <57155031.5000302@executive-computing.de> Date: Mon, 18 Apr 2016 23:22:57 +0200 From: Marco Steinbach User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Subject: In-place upgrade 9.x i386 to amd64 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2016 21:31:35 -0000 Hi. I'm trying to in-place source upgrade 9.3-STABLE #0 r295039 i386 to stable/9 r297659 amd64. I've crossbuild with: make -j4 buildworld TARGET=amd64 TARGET_ARCH=amd64 make -j4 buildkernel KERNCONF=GATEKEEPER TARGET=amd64 TARGET_ARCH=amd64 Now I'm trying to install, and am getting: root@gatekeeper:/usr/src # make installworld TARGET=amd64 TARGET_ARCH=amd64 ERROR: Please set DESTDIR! *** [installcheck_DESTDIR] Error code 1 Stop in /usr/src. *** [installworld] Error code 1 Stop in /usr/src. root@gatekeeper:/usr/src # Was the ability to in-place switch from i386 to amd64 dropped ? MfG CoCO