From owner-svn-src-all@freebsd.org Fri May 27 14:49:04 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11C14B4BA06; Fri, 27 May 2016 14:49:04 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::22d]) (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 CBECB1CB7; Fri, 27 May 2016 14:49:03 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi0-x22d.google.com with SMTP id j1so177083247oih.3; Fri, 27 May 2016 07:49:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=Bix2UhKdyV0avk4AiyvpHbOmb42cX8YQuWZESVn8NXY=; b=LqgIL66D7SV4N2GtFhWkYM4g7Fh4VV3Z8N0Q8LHxBqTC9ZzlwpgIDbbn60m5cnfFT6 8kmu7hy6zU3SQsEyxj9I9H7eIrBIq5IFZ/8bsEdIcrDThE0ObeuwKJwxQWMB+7dYr9Gy 9EnTexD/tCb8e/YRPhTQNynbp4R2l22XUPoGTMj2Xdfae9k40uTU6btmVtD3KWO90Ao3 G+LbFNIq/NhvyzKlbSrahkscqy4oxuo5CVzB4BxWbIBEno6ylIbOeoD12RyGiRJCMily 2Au6fDIpDsl3lNNzaeUP148YHdQem8uzYPl8wtbYcW+pAPjWwezbn0wT7/frnOSnPYWx WZqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=Bix2UhKdyV0avk4AiyvpHbOmb42cX8YQuWZESVn8NXY=; b=I3IBour+0K2M4OkVvhvMcY6aYr+goJiKMA3/im58sfWVo/ZVYjH5zquJmvjyD5W0L7 W/2weLl9deQkD5zyAvSLUF4Omaq/246M8VKfcJpYzXG+22JeetVKtUP2EHHAG/wP70y9 /GlvR4jFyzYUO4DTydJthnnWUsV2yCjKwenDNzHgoWO/18eofxolLY1KJiM5aeOg3lhF bRomu5Kpe5SPbye+nGrjOrlDqtpSZeB6sbSEwNWAO0QUT6pzloD/51Pct6NSt2a57g6B TL2896ZJVZKFIVk/o2kuNyGcIrtWpidxN3GBGHEr8LaPTApeUgXISuxmqakF6T2XwkiM z3Lw== X-Gm-Message-State: ALyK8tLPBiPCZFjfofPOMqVfKGrAKRwLaJdrBIIc8M2nSjhCN30wsMnACabZgP9HXrPLBZegdgRe3+yyigb85g== MIME-Version: 1.0 X-Received: by 10.157.43.3 with SMTP id o3mr9439952otb.10.1464360542982; Fri, 27 May 2016 07:49:02 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.4.200 with HTTP; Fri, 27 May 2016 07:49:02 -0700 (PDT) In-Reply-To: <201605261852.u4QIqn5w073953@repo.freebsd.org> References: <201605261852.u4QIqn5w073953@repo.freebsd.org> Date: Fri, 27 May 2016 08:49:02 -0600 X-Google-Sender-Auth: Dm99vKtX09htrENV7_Itp9yqvdk Message-ID: Subject: Re: svn commit: r300770 - in head: . contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src contrib/libc++/src/include contrib/libc++/src/support lib/l... From: Alan Somers To: Dimitry Andric Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 14:49:04 -0000 I think this change is breaking the build of C++ applications. Below is a snippet of my amd64 buildworld, with the changes in D6564. it built fine a few days ago. ===> lib/libdevdctl (all) In file included from /home/asomers/freebsd/head/lib/libdevdctl/consumer.cc:50: In file included from /scratch/tmp/asomers/obj/home/asomers/freebsd/head/lib32/usr/include/c++/v1/list:173: In file included from /scratch/tmp/asomers/obj/home/asomers/freebsd/head/lib32/usr/include/c++/v1/memory:599: In file included from /scratch/tmp/asomers/obj/home/asomers/freebsd/head/lib32/usr/include/c++/v1/type_traits:363: /scratch/tmp/asomers/obj/home/asomers/freebsd/head/lib32/usr/include/c++/v1/cstddef:43:15: fatal error: 'stddef.h' file not found #include_next ^ 1 error generated. --- consumer.o --- *** [consumer.o] Error code 1 On Thu, May 26, 2016 at 12:52 PM, Dimitry Andric wrote: > Author: dim > Date: Thu May 26 18:52:49 2016 > New Revision: 300770 > URL: https://svnweb.freebsd.org/changeset/base/300770 > > Log: > Update libc++ to 3.8.0. Excerpted list of fixes (with upstream revision > numbers): > > r242679 Implement the plugin-based version of std::search. There are no > searchers yet; those are coming soon. > r242682 Implement the default searcher for std::experimental::search. > r243728 Add v2. > r245330 implement more of N4258 - Cleaning up noexcept in the standard > library. Specifically add new noexcept stuff to vector and > string's move-assignment operations > r245334 Fix PR22606 - Leak pthread_key with static storage duration to > ensure all of thread-local destructors are called. > r245335 Fix PR23589: std::function doesn't recognize null pointer to > varargs function. > r247036 Implementation of Boyer-Moore and Boyer-Moore-Horspool > searchers for the LFTS. > r249325 Implement LWG#2063, and update the issues links to point to the > github generated pages > r249738 Split out of . > r249739 Split out of . > r249740 Split out of . > r249741 Split out of . > r249742 Split out of . > r249743 Split out of . > r249761 Split out of . > r249798 Split out of . > r249800 Split out of . > r249889 Split out of . > r249890 Split out of . > r249929 Split out of . > r250254 ABI versioning macros for libc++. > r251246 Fix LWG#2244: basic_istream::seekg > r251247 Fix LWG#2127: Move-construction with raw_storage_iterator. > r251253 Fix LWG#2476: scoped_allocator_adaptor is not assignable > r251257 Fix LWG#2489: mem_fn() should be noexcept > r251618 Implement P0004R1 'Remove Deprecated iostreams aliases' > r251766 Implement the first part of P0006R0: Adopt Type Traits Variable > Templates for C++17. > r252195 Implement P0092R1 for C++1z > r252350 Allow deque to handle incomplete types. > r252406 More of P0006R0: type traits variable aliases for C++17. > r252407 Implement LWG#2353: std::next is over-constrained > r252905 Implement P0074: Making owner_less more flexible > r253215 Implement P0013R1: Logical Operator Type Traits. > r253274 Implement P0007: Constant View: A proposal for a std::as_const > helper function template. > r254119 Add static_assert to set/multiset/map/multimap/forward_list/deque > that the allocator's value_type match the container's value_type. > r254283 Implement more of P0006; Type Traits Variable Templates. > r255941 LWG2485: get() should be overloaded for const tuple&&. > r256325 Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default > constructors. > r256652 Fix for ALL undefined behavior in . > r256859 First half of LWG#2354: 'Unnecessary copying when inserting > into maps with braced-init syntax' > > Exp-run: antoine > Relnotes: yes