From owner-freebsd-current@freebsd.org Tue Jan 30 22:59:59 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AD49EC640C for ; Tue, 30 Jan 2018 22:59:59 +0000 (UTC) (envelope-from jje@jimerickson.info) Received: from mail-ot0-x234.google.com (mail-ot0-x234.google.com [IPv6:2607:f8b0:4003:c0f::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2562D86518 for ; Tue, 30 Jan 2018 22:59:58 +0000 (UTC) (envelope-from jje@jimerickson.info) Received: by mail-ot0-x234.google.com with SMTP id r23so10102466ote.8 for ; Tue, 30 Jan 2018 14:59:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=N6VTVNH84rzBF8aPkl0KvQcOcC5iRMLOs97m4Y4e/S0=; b=fN7rgHGV7FBK+kjJEQRwZC2t70YaIQhCPx/xwzjX0HCrASsf8Cf6INFGI8UZRk+b31 YaHD5JAGkMi4GQKztsYMHX1/ialoKD81Z6Eoty7N7gJPYXD7N98UvoEoiJ78mZIXdTKm RuLyLFuElsF1IbZjRefKVtqt36oVCMiLidPZOkwHNS7frPszVf8wG3HYzibD7W5xfZja QNIGm/2WRSY2TlCJfsl6B1jeW9i48NHr5l4m087wwK/9z1ONLibsqqV/w3LMgFscWWDH wSEFtgtWW+Nc7Jq4CUWFdBp7wsI2+RtXyAwlofw6BFv7OaOEkOfOLuvjy4nuvq1AClmX 0dfA== X-Gm-Message-State: AKwxytcj7dj2rVNa+dVxpg4AjkgY7cJB8RRJtQEiMiUR+YGWSk/pte++ yZgkMD8mM3TAGnDrM4MeIFWwWUVHvFUr1NB1jZjHHw== X-Google-Smtp-Source: AH8x226IFChfs9e9JJOHtO1iDmaXcl0JBeEICOZRUHPlSG03D6j5c0gOeC7paHmI80sUE7lV/7eEqxNf1BVYPsivLBI= X-Received: by 10.157.92.135 with SMTP id a7mr45406oti.1.1517353198123; Tue, 30 Jan 2018 14:59:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.69.135 with HTTP; Tue, 30 Jan 2018 14:59:57 -0800 (PST) X-Originating-IP: [2001:470:1f11:3ea:7a92:9cff:fefe:50b0] In-Reply-To: <0A7714B4-0077-4305-957F-C46195CF4A99@FreeBSD.org> References: <0A7714B4-0077-4305-957F-C46195CF4A99@FreeBSD.org> From: Jim Erickson Date: Tue, 30 Jan 2018 16:59:57 -0600 Message-ID: Subject: Re: r328603 To: Dimitry Andric Cc: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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, 30 Jan 2018 22:59:59 -0000 On Tue, Jan 30, 2018 at 3:31 PM, Dimitry Andric wrote: > On 30 Jan 2018, at 21:52, Jim Erickson wrote: >> >> been getting this for a few days now. > [...] >> In file included from /usr/src/lib/libc/gdtoa/machdep_ldisx.c:45: >> In file included from /usr/src/contrib/gdtoa/gdtoaimp.h:197: >> /usr/src/include/stdlib.h:95:7: error: expected function body after >> function declarator >> __alloc_size2(1, 2); >> ^ >> /usr/src/include/stdlib.h:306:6: error: expected function body after >> function declarator >> __alloc_size2(2, 3); >> ^ >> 2 errors generated. > > Does it go away if you disable ccache? > > -Dimitry > have disabled ccache as per your request. currently building. will let you know more as things progress.