From owner-freebsd-current@FreeBSD.ORG Mon Jun 23 23:03:02 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEE42364; Mon, 23 Jun 2014 23:03:01 +0000 (UTC) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5F1F2F77; Mon, 23 Jun 2014 23:03:00 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id s7so5516003lbd.32 for ; Mon, 23 Jun 2014 16:02:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=8dOqlLuOgw8aNd7aFXt1Rmz3AwslnGziZ/bFdy9R7DA=; b=lKLdYxbR9N2RpWBcpL3askkPEvIaT7/+6ibmpZc5Lya2uxT328JgJw1WtYlE0U0DaL yPUkbFNd/8LjkxC8z5Fmj3q42UYbK9F/Gnz2ZKO5X1WPj6EIcwyY3y9JPhoTDVN1P/Jy MCMhj5VAsOcTdWWf74NaivlaXzAYhB98Y0SyDHvuurT9aeHVIkdebk/xrprwbp3NnkAK MnO5pEjvxaZJQSIN83s/b5eqgr7Z+UokBlntQED7fUweQGW7yevZLl4OeEStCH8GMK6O gSPVMm6qMpQWiXPXFpMfpF3zVDT5Wxpg+bx096EmmkI6LG3cEq9v0j0OaGeXAmO6/DWG rcoA== MIME-Version: 1.0 X-Received: by 10.112.143.98 with SMTP id sd2mr18540358lbb.15.1403564578487; Mon, 23 Jun 2014 16:02:58 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.71 with HTTP; Mon, 23 Jun 2014 16:02:58 -0700 (PDT) In-Reply-To: References: <20140617200551.07542580A1@chaos.localdomain> <20140617211436.GI1248@hub.FreeBSD.org> <690CE378-D7D9-49A6-BC20-13FD540E63A2@FreeBSD.org> Date: Mon, 23 Jun 2014 16:02:58 -0700 X-Google-Sender-Auth: 6ovPBinlXi-vGMh7tkZgzzmP3TU Message-ID: Subject: Re: Problems building FreeBSD 9.2 on FreeBSD 10 From: Craig Rodrigues To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Brooks Davis , Dimitry Andric , "Simon J. Gerraty" , Glen Barber , freebsd-current Current , Marcel Moolenaar X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 23 Jun 2014 23:03:02 -0000 On Thu, Jun 19, 2014 at 9:00 PM, Warner Losh wrote: > OK. I must be daft, or maybe just missing something. But I can build 9.3 > almost branch point on a current jail running on a 10.x system (to simulate > the 9 on current case). I don't see the problem being talked about at all. > As for 9 on 10, I was also able to do a build, but my 10.x system may not > have been pristine. > > I was able to reproduce the problem by building FreeNAS/master branch (which uses FreeBSD 9.2-ish sources) on a FreeBSD 10 host, using "make make buildworld" as suggested by Glen. The FreeNAS build generates is following make.conf file and uses that to build FreeBSD 9.2. It works fine on a FreeBSD-9 host, but bombs out on a FreeBSD 10 host. ================================================= #WITHOUT_ACPI=true WITHOUT_ATM=true WITHOUT_BIND_DNSSEC=true WITHOUT_BIND_ETC=true WITHOUT_BIND_LIBS_LWRES=true WITHOUT_BIND_NAMED=true WITHOUT_BLUETOOTH=true WITHOUT_CALENDAR=true WITHOUT_CTM=true WITHOUT_CVS=true WITHOUT_DICT=true WITHOUT_EXAMPLES=true WITHOUT_FORTRAN=true WITHOUT_FREEBSD_UPDATE=yes WITHOUT_GAMES=true WITHOUT_GCOV=true WITHOUT_GPIB=true WITHOUT_HTML=true WITHOUT_I4B=true WITHOUT_IPFILTER=true WITHOUT_IPX=true WITHOUT_LIB32=true WITHOUT_LIBKSE=true # Required for proper terminal locale #WITHOUT_LOCALES=true WITHOUT_LPR=true WITHOUT_MAN=true WITHOUT_NDIS=true WITHOUT_NLS=true WITHOUT_NS_CACHING=true WITHOUT_OBJC=true WITHOUT_PORTSNAP=true WITHOUT_PPP=true WITHOUT_PROFILE=true WITHOUT_RCMDS=true WITHOUT_SENDMAIL=true # Knob needs to be fixed on systems that don't have the docs stuff # preinstalled, e.g. 9.x bsdinstall images. #WITHOUT_SHAREDOCS=true WITHOUT_SYSINSTALL=true # Telnet's a useful tool to have on the remote box. #WITHOUT_TELNET=true WITHOUT_WIRELESS=true WITHOUT_WPA_SUPPLICANT_EAPOL=true DEFAULT_VERSIONS=python=2.7 NOPORTDOCS=true LOCAL_DIRS= WITHOUT_CLANG=true WITHOUT_SSP=true ================================================= -- Craig