From owner-svn-src-stable-10@freebsd.org Sat Aug 20 22:09:10 2016 Return-Path: Delivered-To: svn-src-stable-10@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 3088ABC044E for ; Sat, 20 Aug 2016 22:09:10 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 BC0B31BA7 for ; Sat, 20 Aug 2016 22:09:09 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x22c.google.com with SMTP id f65so74802760wmi.0 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=csUnZShXarNhSBBpwMBsLBy3YeID8nJBxM0ih8DrYAEYixFtadoHNUwPySNvlNcIkG umTyRRwV0VYhzh5mKiiYQaG2Tx4KxhP0ydyn/iSUw93Wk7qTgAYerNdX6wIOU3Oa+UeD edJDVPthdpjd7/IJb7nYRR+f+1kvqM0zFxgecyBHaw9gEZqzfpEQ/AEaTsrq26Wy3l9I 4ZxrYaVi+PGSYAEgX6HvTNhtThI89F6QKFG2IEP6tjJAbgaU/Bb/BtmQpXYpJR6PJQ/i IH6ZT5Zmzg8hNxk4GIQoikqTBhLEHX9CFG8IwlcUJzxu0DrgHwzOahZqmxCbMJ6ZVY+7 HHdw== X-Gm-Message-State: AEkoouuzLbS49GPiKqX8c9lG2xEEkfGjpROK0ZrxnptMAcR3nV7aLjgyMmm02gePhnnQ81f1f3tiXfynliPmFKb/ 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-stable-10@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree 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})