From owner-freebsd-current@FreeBSD.ORG Sun Apr 22 14:52:02 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E001A106566C; Sun, 22 Apr 2012 14:52:02 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9303B8FC0C; Sun, 22 Apr 2012 14:52:02 +0000 (UTC) Received: by obqv19 with SMTP id v19so16539239obq.13 for ; Sun, 22 Apr 2012 07:52:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=Me7/0FHDHH1Wn0BRpSYpAfLZlwx6CxHdx7frVbGy0hY=; b=zWgAhvUeNpBtQQq+i32Ao+hV0KksAWwuhJSeTLOOkd4z2CsqB78FHle4l7MGl2oC7y MSx7MnzzhRJXao/Glvm0lKao8/tH1yt08S+j5stGQOc/2bjF1OQhSz9CgcLwUwGiywiA tDuFehyA3R9TwHr1QeBYDvz+GM0OuKyjbSm1FSrgSxtam9euxr858i3K9y7PqHDnBT64 fXCUCQVGEWlIqDAQTJ6nWUkF87BNcMVnGF2lmeSaL0mN1CI/WyfOK5nqjwfuZ07uwNUZ iywW1KF6QZCE+uZ+N3Lz0AoOkDftlFQsRiX7psozWcDTH04qMYw5GLmV/031RZ9bxB7n pIsA== Received: by 10.60.3.6 with SMTP id 6mr18452825oey.35.1335106321914; Sun, 22 Apr 2012 07:52:01 -0700 (PDT) Received: from [192.168.2.5] (dpc691939029.direcpc.com. [69.19.39.29]) by mx.google.com with ESMTPS id a8sm10474785oea.8.2012.04.22.07.51.52 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Apr 2012 07:52:00 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 From: Garrett Cooper In-Reply-To: <4F919C50.70809@FreeBSD.org> Date: Sun, 22 Apr 2012 07:51:41 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <9B9312D3-489E-4EF1-85CB-0353024F6B94@gmail.com> References: <4F915384.6070308@semihalf.com> <4F919C50.70809@FreeBSD.org> To: Doug Barton X-Mailer: Apple Mail (2.1257) Cc: Jan Sieka , Current FreeBSD Subject: Re: buildworld fails on FreeBSD 7.x for HEAD from 19.04.2012 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: Sun, 22 Apr 2012 14:52:03 -0000 On Apr 20, 2012, at 10:26 AM, Doug Barton wrote: > On 4/20/2012 5:16 AM, Jan Sieka wrote: >> I can't build world from recent sources (HEAD as of 2012.04.19 = 11:06:48 >> UTC) on a machine running FreeBSD 7.3. >=20 > That's not a supported configuration. We don't promise support for > $VERSION on anything less than the most recent version of $VERSION - = 1. I'm sorry, but given the error below shown by Jan I don't buy = this argument. It seems like file's objects are is trying to link = against an ABI incompatible libc and failing. The build system should = handle this properly if you invoke the top-level targets (buildworld, = buildkernel, distribution). Thanks, -Garrett=