From owner-freebsd-current@FreeBSD.ORG Tue Nov 11 21:39:34 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 749D017A for ; Tue, 11 Nov 2014 21:39:34 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (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 0383651 for ; Tue, 11 Nov 2014 21:39:33 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id n3so2966959wiv.14 for ; Tue, 11 Nov 2014 13:39:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=RdPmRW1lNSWpew06mJaHNeK7vg8taLOdlUfcV8aNLGM=; b=QKe6brwhc5fFXlZHI5NWaRJl0MLTIlXgziIgE7GM1y+J+5xoBHpRC03oiG3DD6Zijk zgvVuoh/q24wX3am5kKaPLue7cmnb6bY3sQqufaOwcWybKNR9r0lKc7Na7bSExk0oe21 LO9p9oSXbO7jtmHCf7zOnSNBWgWR15D2MSFFs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=RdPmRW1lNSWpew06mJaHNeK7vg8taLOdlUfcV8aNLGM=; b=hlg6n7QpJayb3wr911QXBfYAAhDG2A5MfNUHlN3WlhM0DCqpDf8oNtlPB/j7c70/mH WQJ2ZpZXqFYnxL7QTm7+aKBLWNFLBxXeOnbSV3e7Kr7ix089beFMkMeEUGMBxU72G+Pq 2EtR25PVcHvjkpyk26vj7RcG98WhVNOlZ01t6P40AXYDnx+pXYHt4hMwsBOEhj32jr0O JF4E5qgh79PZsrveC7U+Pjf8ofg2ROYD/Vxyk5De1ObP36ULThM+ouMlTtfZ49jX3gZI gwp0MuiSWlVrQ4fjZhY6fhh/pnEah6tomr6QasyRM11G4AbM6C9ZnCghuVrOpISiosYU Srog== X-Gm-Message-State: ALoCoQk29LAzuCCDGQnSKX+CU0ZjKFgbkwiCX6xy3/f37ucqDBeaIOg91Bd4Pjz/xcbmeQ/7Og/x X-Received: by 10.194.92.82 with SMTP id ck18mr57399317wjb.103.1415741972179; Tue, 11 Nov 2014 13:39:32 -0800 (PST) Received: from rsbsd.rsb ([31.200.21.116]) by mx.google.com with ESMTPSA id s2sm19105092wia.3.2014.11.11.13.39.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 13:39:31 -0800 (PST) Message-ID: <54628225.3060507@berentweb.com> Date: Tue, 11 Nov 2014 23:39:49 +0200 From: Beeblebrox User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: FreeBSD CURRENT Subject: Re: r273918 buildworld broke at semaphore References: <1414786086662-5961241.post@n5.nabble.com> <201411111333.05910.jhb@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 11 Nov 2014 21:39:34 -0000 > Seems like your tree is not fully up to date? The changes to > sem_new.c were > committed in the same commit as the changes to sys/umtx.h. I deleted the entire contents of /usr/src, then did # svn co svn://svn.freebsd.org/base/head Buildworld breaks at same place (semaphore) This error AFAIK, was already combined with: http://freebsd.1045724.n5.nabble.com/r273910-build-failure-if-lt-sys-umtx-h-gt-is-out-of-date-td5961186.html Speaking of "out-of-date", http://freebsd.1045724.n5.nabble.com/version-number-error-with-ports-td5961642.html Regards.