From owner-freebsd-current@freebsd.org Wed Jan 31 00:22:20 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 A90ADECB412 for ; Wed, 31 Jan 2018 00:22:20 +0000 (UTC) (envelope-from jje@jimerickson.info) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (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 4626D6978A for ; Wed, 31 Jan 2018 00:22:20 +0000 (UTC) (envelope-from jje@jimerickson.info) Received: by mail-oi0-x236.google.com with SMTP id 24so6205008oij.3 for ; Tue, 30 Jan 2018 16:22:20 -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=4jdTcvn5Vwfi6OpAdnXoZBqcmul5CncEC0+Vb6nipe0=; b=D8hlMD+oxUY2QOKt7t72D4v+wLc4HDtoJbN2BYRS77FGqNo8AIC+HC996l2bWWQyEF SC9DpHkfBAAewTYCnIxz7RdUj5h/Xcw7+xV1g/CW9LGa0W+dXghy4rdCc9WZVvedZudq pl1KtHajH+f1238ArTg3LewwxMz2PTF+lf7Ud7so8vTUNUeGh012ALF8C429mUm0R9r9 CQEK0yEjIeEn1Xh33nwFCmfXkUDoijZBu6tpTVzXIFM+HnPVqPB4OPg5CtLr0C0TPc1F hIN2cs2aYi9HAUU8LyPleZE35Wvdl1DurXZX2lO6PAAyAlvYsbmde/FCPZMDRfpgugpc ndRA== X-Gm-Message-State: AKwxytfw+7jNNY5poHGCXG41wC8LmbZfwH2DUwFsqwDxRJDmNPMdDOdm M3uwjCxIynD6gq0xUwoS3DP+2GL6FpRDVrdbQJ8yrvHyR98= X-Google-Smtp-Source: AH8x2253rDxIASTgrmJaERi7zFbqSSZoCXK7iQDyXErZVvKr9BlEgAbC+f24Re2+IdhCY2io2blHmFRg2CGB8O5PgLY= X-Received: by 10.202.241.8 with SMTP id p8mr20208703oih.337.1517358139452; Tue, 30 Jan 2018 16:22:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.69.135 with HTTP; Tue, 30 Jan 2018 16:22:19 -0800 (PST) X-Originating-IP: [2001:470:1f11:3ea:7a92:9cff:fefe:50b0] In-Reply-To: References: <0A7714B4-0077-4305-957F-C46195CF4A99@FreeBSD.org> From: Jim Erickson Date: Tue, 30 Jan 2018 18:22:19 -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: Wed, 31 Jan 2018 00:22:21 -0000 On Tue, Jan 30, 2018 at 4:59 PM, Jim Erickson wrote: > 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. fails with same error with ccache disabled. as stated below: echo libc.so.7: /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libcompiler_rt.a /usr/obj/usr/src/amd64.amd64/tmp/usr/lib/libssp_nonshared.a >> .depend clang -O2 -pipe -I/usr/src/lib/libc/include -I/usr/src/include -I/usr/src/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/usr/src/contrib/gdtoa -I/usr/src/contrib/libc-vis -DINET6 -I/usr/obj/usr/src/amd64.amd64/lib/libc -I/usr/src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libmd -I/usr/src/contrib/jemalloc/include -I/usr/src/contrib/tzcode/stdtime -I/usr/src/lib/libc/stdtime -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/usr/src/lib/libc/rpc -DWANT_HYPERV -DYP -DNS_CACHING -DSYMBOL_VERSIONING -MD -MF.depend.machdep_ldisx.o -MTmachdep_ldisx.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-error=tautological-constant-compare -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-address-of-packed-member -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Qunused-arguments -I/usr/src/lib/libutil -I/usr/src/lib/msun/amd64 -I/usr/src/lib/msun/x86 -I/usr/src/lib/msun/src -c /usr/src/lib/libc/gdtoa/machdep_ldisx.c -o machdep_ldisx.o 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. *** Error code 1 Stop. make[4]: stopped in /usr/src/lib/libc *** Error code 1 Stop. make[3]: stopped in /usr/src *** Error code 1 Stop. make[2]: stopped in /usr/src *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src