From owner-freebsd-current@FreeBSD.ORG Mon Nov 3 08:02:46 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 AD15E6FF for ; Mon, 3 Nov 2014 08:02:46 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (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 3BAFD9A4 for ; Mon, 3 Nov 2014 08:02:45 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id m15so5039314wgh.7 for ; Mon, 03 Nov 2014 00:02:43 -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=Ci8+ebObwlNmjYLk4JSy22pBSAZ1ac8Z+RcwqDEv5uA=; b=Gy7coI1sFYQgWt/QvyZL1o6FmF5IT9eVagrAAF1VP64420vSY6vF/EEfGq/zW0BOiQ eFPTni98wLUw57eFJmEfTWj4kFJgfxAE7XiaKAz9L5BxX6sftpUqnSadji478A1OIQYN c0dtXKCxI9ipXIjJrsK5RdX6cmhyb5mTJWC48= 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=Ci8+ebObwlNmjYLk4JSy22pBSAZ1ac8Z+RcwqDEv5uA=; b=M1cfc7flbngycMSU46YlmvvrBEsYitROeeyP4WfAhzVgmLiMEQvgBMQR9kCViji/8M +ZGhKQa9lsUsvKGYSN6VBsHvEcyHaK4zVxyXunq2N5Yha60AOucH2CDkc9R30YX6DdUk zMPNY/9O+6VlWQcLjLAHl+sx72G5Mhc4iM4mnfUDXlGI3Ov6PE7duqVyzIO+MnpnIV1X W2D/a5iq7N3XEo5YwJ8hdxPJfJVaeCCtUhGjAQME05tc7fdijHoX1Xl46HzYGFSjY6UJ RDWU1Njj40fvLGWLbEFT0QF/ivgY0GT+oevlVjyCJhf3dBQyspQDbMOrOUWVq4jaBNxc 78GA== X-Gm-Message-State: ALoCoQmUlgpVBN2fF/i6Y0OqXpNAmMeDsw2s7pkL3W52ZDmgBmY2bbQUm3Zwqv4XH8HR4OchmUVP X-Received: by 10.180.100.129 with SMTP id ey1mr14803794wib.28.1415001763333; Mon, 03 Nov 2014 00:02:43 -0800 (PST) Received: from rsbsd.rsb ([31.200.12.102]) by mx.google.com with ESMTPSA id hu3sm21257331wjb.17.2014.11.03.00.02.41 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Nov 2014 00:02:42 -0800 (PST) Message-ID: <545736AF.5000509@berentweb.com> Date: Mon, 03 Nov 2014 10:02:55 +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: r273910 build failure if is out-of-date References: <5453DB0C.3040106@FreeBSD.org> <5BF6BAA7-019C-4497-AF32-F9A0FF591ECA@gmail.com> <20141031230020.199badb1@rsbsd.rsb> <20141031231224.1f2e03d3@rsbsd.rsb> In-Reply-To: <20141031231224.1f2e03d3@rsbsd.rsb> 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: Mon, 03 Nov 2014 08:02:46 -0000 I was just curious and decided to try an i386 build: # make -C /usr/src buildworld TARGET=i386 -DNO_CCACHE Gives same error: /asp/git/src/lib/libc/../../include/semaphore.h:41:16: error: field has incomplete type 'struct _usem2' struct _usem2 _kern; ^ /asp/git/src/lib/libc/../../include/semaphore.h:41:9: note: forward declaration of 'struct _usem2' struct _usem2 _kern; ^ cancelpoints_sem_new.c:66:33: error: use of undeclared identifier 'USEM_MAX_COUNT' _Static_assert(SEM_VALUE_MAX <= USEM_MAX_COUNT, "SEM_VALUE_MAX too large"); ^ cancelpoints_sem_new.c:335:15: warning: implicit declaration of function 'USEM_COUNT' is invalid in C99 [-Wimplicit-function-declaration] *sval = (int)USEM_COUNT(sem->_kern._count); ^ cancelpoints_sem_new.c:342:23: error: use of undeclared identifier 'UMTX_OP_SEM2_WAKE' return _umtx_op(sem, UMTX_OP_SEM2_WAKE, 0, NULL, NULL); ^ cancelpoints_sem_new.c:361:23: error: use of undeclared identifier 'UMTX_OP_SEM2_WAIT' return _umtx_op(sem, UMTX_OP_SEM2_WAIT, 0, ^ cancelpoints_sem_new.c:445:14: error: use of undeclared identifier 'USEM_HAS_WAITERS' if (count & USEM_HAS_WAITERS)