From owner-freebsd-current@FreeBSD.ORG Fri Feb 2 14:31:25 2007 Return-Path: X-Original-To: freebsd-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 1E18416A402 for ; Fri, 2 Feb 2007 14:31:25 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id A5B0913C48D for ; Fri, 2 Feb 2007 14:31:24 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so753811uge for ; Fri, 02 Feb 2007 06:31:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Icx30l+mguWhr/fBK9JtLPoy+m9u7+E6ubj9LL9yVEd+EI26kVqC72a4NzegmWCe+S3CwKs1gZw8yh7nky5Zz6hSLXLxBpQTyAciF2U+4wXVhoTva8lK79axJgrKzDKCbYDrCoM/Qxr/efZqdP7e+lKV3xHbrevCtklAouDGVzo= Received: by 10.78.134.12 with SMTP id h12mr317997hud.1170426682718; Fri, 02 Feb 2007 06:31:22 -0800 (PST) Received: by 10.78.170.11 with HTTP; Fri, 2 Feb 2007 06:31:22 -0800 (PST) Message-ID: Date: Fri, 2 Feb 2007 17:31:22 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Danny Braniss" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: e4fb184a3714c356 Cc: freebsd-current@freebsd.org Subject: Re: cross release mergemaster question 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: Fri, 02 Feb 2007 14:31:25 -0000 On 2/2/07, Danny Braniss wrote: > > On 2/2/07, Andrew Pantyukhin wrote: > > > On 2/2/07, Danny Braniss wrote: > > > > > On 2/2/07, "Andrew Pantyukhin" wrote: > > > > > > hi all, > > > > > > is there some magic to run mergemaster on a 6.2 host > > > > > > for a 7.0 distro? > > > > > > > > > > > > mergemaster -m /r+d/7.0/src -d /d/7 > > > > > > fails when trying to compile(why?) > > > > > > > > > > mergemaster -m /r+d/7.0/src/etc -d /d/7 > > > > > > > > no cookies :-) > > > > > > hmm... > > > mergemaster -m /r+d/7.0/src/etc -D /d/7 > > > > or even > > /r+d/7.0/src/usr.sbin/mergemaster -m /r+d/7.0/src/etc -D /d/7 > > done all that before I posted. I even did: > setenv MAKEOBJDIRPREFIX /r+d/obj/bsd > but still no luck, it insists on compiling, and including the wrong include. > failing all, I will just have to copy by hand the files. Maybe # mount -t nullfs /r+d/7.0/src /d/7/usr/src # chroot /d/7 # mergemaster