From owner-freebsd-current@FreeBSD.ORG Fri Feb 2 14:19:09 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 AD23016A402; Fri, 2 Feb 2007 14:19:09 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5FCFF13C494; Fri, 2 Feb 2007 14:19:09 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1HCzFr-000JK0-Id; Fri, 02 Feb 2007 16:19:07 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: "Andrew Pantyukhin" In-reply-to: References: Comments: In-reply-to "Andrew Pantyukhin" message dated "Fri, 02 Feb 2007 17:02:31 +0300." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 02 Feb 2007 16:19:07 +0200 From: Danny Braniss Message-ID: 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:19:09 -0000 > 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. danny