From owner-freebsd-stable@FreeBSD.ORG Thu Jan 30 10:21:14 2014 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45944464 for ; Thu, 30 Jan 2014 10:21:14 +0000 (UTC) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 36A1E1B55 for ; Thu, 30 Jan 2014 10:21:13 +0000 (UTC) Received: from alph.d.allbsd.org (p2106-ipbf2009funabasi.chiba.ocn.ne.jp [114.146.169.106]) (authenticated bits=128) by mail.allbsd.org (8.14.5/8.14.5) with ESMTP id s0UAKon3095167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Jan 2014 19:21:00 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.7/8.14.7) with ESMTP id s0UAKlSb036390; Thu, 30 Jan 2014 19:20:49 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Thu, 30 Jan 2014 19:18:54 +0900 (JST) Message-Id: <20140130.191854.1571220137154550209.hrs@allbsd.org> To: marck@rinet.ru Subject: Re: building stable/8 on stable/10 host: is it supported? From: Hiroki Sato In-Reply-To: References: <20140130175317.6c854f50@X220.alogt.com> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Thu_Jan_30_19_18_54_2014_444)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.4 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-4.2.7 (mail.allbsd.org [133.31.130.32]); Thu, 30 Jan 2014 19:21:01 +0900 (JST) X-Spam-Status: No, score=-94.3 required=13.0 tests=CONTENT_TYPE_PRESENT, RCVD_IN_PBL,RCVD_IN_RP_RNBL,SPF_SOFTFAIL,USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on gatekeeper.allbsd.org Cc: erichsfreebsdlist@alogt.com, freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 10:21:14 -0000 ----Security_Multipart(Thu_Jan_30_19_18_54_2014_444)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Dmitry Morozovsky wrote in : ma> On Thu, 30 Jan 2014, Erich Dollansky wrote: ma> ma> > > looking into troubles with my builder I found more things: ma> > > ma> > > while on stable/9 host, it seamlessly builds all stable versions from ma> > > 10 to 6. stable/4 had to be built in stable/6 jail ma> > > ma> > > Now, after upgrade builder host system to stable/10, I can no longer ma> > > build stable/8 and older (this in on fresh stable/10 jail, ma> > > without /usr/obj *and* without -j, which prevents from succeeding ma> > > upgrade_checks): ma> > > ma> ma> [snip] ma> ma> > > make: don't know how to make /usr/lib/libstdc++.a. Stop ma> > > *** Error code 2 ma> > > ma> > > Stop in /FreeBSD/src.8. ma> > > *** Error code 1 ma> > > ma> > > Stop in /FreeBSD/src.8. ma> > > *** Error code 1 ma> > > ma> > > Stop. ma> > > make: stopped in /FreeBSD/src.8 ma> > > ma> > are you using gcc? ma> > ma> > 10 uses normally clang. ma> ma> Well, I thought buildtools and cross-tools targets should take care of that, ma> aren't they? Currently stable/8 does not build on a box running 10 or later because several commits to fix build errors at the toolchain bootstrapping stages due to the toolchain migration were not MFC'd yet. For stable/8, try the following patch: http://people.allbsd.org/~hrs/FreeBSD/stable-8-patch.diff -- Hiroki ----Security_Multipart(Thu_Jan_30_19_18_54_2014_444)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlLqJw4ACgkQTyzT2CeTzy1uBwCgtPQld4nEEp0wrQATu7VbnT8h i0wAmwTjKu4hrDb3mU0vtSj8wg1t8cKq =bsg8 -----END PGP SIGNATURE----- ----Security_Multipart(Thu_Jan_30_19_18_54_2014_444)----