From owner-svn-src-all@freebsd.org Sat Aug 20 22:09:10 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 6D77CBC0454 for ; Sat, 20 Aug 2016 22:09:10 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (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 03DB01BAD for ; Sat, 20 Aug 2016 22:09:10 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x231.google.com with SMTP id q128so75015470wma.1 for ; Sat, 20 Aug 2016 15:09:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Y4jyUd7sSwdOJvBmI60MtCXBKqoq9lP9E/vzeTV56Js=; b=ef9ve9cmjL/H5UAsZyUm8cJLka4pVYU4LI9shtD5biV3W2fFNaOjggLy6QjZ6TJMlH DkUTp+e3XZDpVz4/JwOhmN69Qtb2MWZasC4Kl4bbBk9NoCMoZYOgeYsBK9ynVTQtE57B WyXDuOT66v3j8dKZ3xq7wSP5iM+i50jw1ywTJkEGJP/WSQvP7m63Xg6NpbDvaQxNyokg J+a2rEmcMwmC3fpn2Yid4JHqyPW/E475uFnfuC6QagxxiHsvLEzPkwhv1CYmKKUB6kzB oX8UeY8V8EHJuQCId0c2ytutBmd8kqWdMX2AYB9XwgYoHEaZW1Rx1JQO5A1Tt53FP6vB iKYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Y4jyUd7sSwdOJvBmI60MtCXBKqoq9lP9E/vzeTV56Js=; b=iowREW/8U0ZdGDDJpYn4yCQvnXgTfQWzE91znfXExX8cAgm8nXxYHf2lReCPxbMEK+ ewDYHKqGAvWrBXTxTdspjCmbGfIWKC3/iOK0CS3Z6kpeMLV4SyWSaKn/IV/+4tUblSPF viY2EJuLUPirNqeV95fw/FT+Dcrp72hS/rqH5qyHs+l2bHlGajcZfS/hM7Z8ZbGqqlrc Ih/SG5QXBRYmzVcEaJeAhyJfalgxn5uuq1KPF9bEDQ0YVLWCZ2q3AYi/0fKPiH5kou3n ccJwCdXIr/p/IHqcPRbLOnM1b1kgiEW+Q6mGOZ/yzGW+1iPkM4jji+5yUbFztoexVgqm FwCg== X-Gm-Message-State: AEkoouuvOQlv8kARQLf86bgQ1dzeWtWQ+i3m1CZuKG32niO6MjTV/9rmZYJL3VTjrldwDaHU9HX64WU1twKuFCvu X-Received: by 10.28.51.21 with SMTP id z21mr8881556wmz.24.1471730948336; Sat, 20 Aug 2016 15:09:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.221.7 with HTTP; Sat, 20 Aug 2016 15:09:07 -0700 (PDT) In-Reply-To: <201608201226.u7KCQiV6044715@repo.freebsd.org> References: <201608201226.u7KCQiV6044715@repo.freebsd.org> From: Oliver Pinter Date: Sun, 21 Aug 2016 00:09:07 +0200 Message-ID: Subject: Re: svn commit: r304527 - in stable/10/lib: libc/include libc/stdlib libc/tests/stdlib libthr/thread To: Konstantin Belousov Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@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: Sat, 20 Aug 2016 22:09:10 -0000 On 8/20/16, Konstantin Belousov wrote: > Author: kib > Date: Sat Aug 20 12:26:44 2016 > New Revision: 304527 > URL: https://svnweb.freebsd.org/changeset/base/304527 > > Log: > MFC r303795: > Add __cxa_thread_atexit(3) API implementation. > > Added: > stable/10/lib/libc/stdlib/cxa_thread_atexit.c > - copied unchanged from r303795, > head/lib/libc/stdlib/cxa_thread_atexit.c > stable/10/lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc > - copied unchanged from r303795, > head/lib/libc/tests/stdlib/cxa_thread_atexit_nothr_test.cc > stable/10/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc > - copied unchanged from r303795, > head/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc > Modified: > stable/10/lib/libc/include/libc_private.h > stable/10/lib/libc/stdlib/Makefile.inc > stable/10/lib/libc/stdlib/Symbol.map > stable/10/lib/libc/stdlib/exit.c > stable/10/lib/libc/tests/stdlib/Makefile > stable/10/lib/libthr/thread/thr_exit.c > Directory Properties: > stable/10/ (props changed) > make[6]: "/jenkins/workspace/HardenedBSD-stable-10-STABLE-master-amd64/lib/libc/tests/stdlib/Makefile" line 3: Could not find src.opts.mk make[6]: "/jenkins/workspace/HardenedBSD-stable-10-STABLE-master-amd64/lib/libc/tests/stdlib/Makefile" line 8: Malformed conditional (${COMPILER_FEATURES:Mc++11})