From owner-svn-src-stable@freebsd.org Sat Aug 20 22:44:44 2016 Return-Path: Delivered-To: svn-src-stable@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 E281EBC0BF9 for ; Sat, 20 Aug 2016 22:44:44 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (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 6A01C1C89 for ; Sat, 20 Aug 2016 22:44:44 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x22b.google.com with SMTP id f65so75293889wmi.0 for ; Sat, 20 Aug 2016 15:44:44 -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=ITzaz6fu8+jKc4QuiLfVv2L8ynaI3bPz5NrMgCLeJks=; b=NlreIFeYTbvxAaO3wLYzP5CMayUTmFHPCWmKo2S1hX9NsS/03yh2GidVK1qqRexZKo InWkKTWI6rjabM8XN+fuAhy0HL+PRbJLas62UmoKkrMdNZrRgXPwPu7PRPSgoFYkEqS/ YpB+ytG22c/3E8lLLL8P7OmYHeKGxkUpUCSN4yKL3IJ63e/IT3ZoB3Smt1qYpgzQ78QV idl15120Q8ysaTbpdZFc52OwokbraWQh9OFKxhDVsO3hUvgiAOA5RoUGuRIvx7hws8z2 M+LyKH/io8UP0nn72IwI2It+MXg6ihXLNIs0Kv2t08vVCSUYrEBN8PmE8LyrTVt7fVCN lGvA== 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=ITzaz6fu8+jKc4QuiLfVv2L8ynaI3bPz5NrMgCLeJks=; b=NrVe/rK8jWvyjqrq8Ioe64S2k26JjndTWhEx1NhPlKKeM8YCy/ELJhs6x2SZxW+GPR SKr6eakOZod0VdcC0FIDzWUWjOKWnf/NSKQcQDMoiAl34TQdCWzImjs7ROkasRnwfZj7 rXWxXGIRa72POwkI6+alzB6AokVxbn08Bu9InmILgUYk+95wBR6v0WK4RpiKqyPhiRU9 bX15Ajum4xIDAdeFn9fR0yt4bHl6bUb/Oauz5H+B82XC2PhjfWKnAb08td17L7dr6umB peOQS5szeYDNa9Z4hQa58bSbPSrt1MrJC01fWcrhZ9zYqXSXevkuPygFEnjAe9ybFP6s /etQ== X-Gm-Message-State: AEkoouupu6CiqUfLW4+C1BuZb1WqOVLOM5Ff42mMawVCVq74tIzC2tZf1fqJ6A+RijbSCJMonBQGeW3XSRBA9VM7 X-Received: by 10.28.51.21 with SMTP id z21mr8946964wmz.24.1471733082859; Sat, 20 Aug 2016 15:44:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.221.7 with HTTP; Sat, 20 Aug 2016 15:44:41 -0700 (PDT) In-Reply-To: References: <201608201226.u7KCQiV6044715@repo.freebsd.org> From: Oliver Pinter Date: Sun, 21 Aug 2016 00:44:41 +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@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2016 22:44:45 -0000 On 8/21/16, Oliver Pinter wrote: > On 8/21/16, Oliver Pinter wrote: >> 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}) >> > And the next build error from the same MFC: 18:36:12 cxa_thread_atexit_test.o: In function `(anonymous namespace)::atfu_tc_cxx__thread_inf_dtors::body() const': 18:36:12 /jenkins/workspace/HardenedBSD-10-STABLE-amd64/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc:(.text+0x335): undefined reference to `pthread_create' 18:36:12 cxa_thread_atexit_test.o: In function `(anonymous namespace)::atfu_tc_cxx__thread_local_add_while_calling_dtors::body() const': 18:36:12 /jenkins/workspace/HardenedBSD-10-STABLE-amd64/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc:(.text+0x4b0): undefined reference to `pthread_create' 18:36:12 cxa_thread_atexit_test.o: In function `(anonymous namespace)::atfu_tc_cxx__thread_local_after::body() const': 18:36:12 /jenkins/workspace/HardenedBSD-10-STABLE-amd64/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc:(.text+0xa50): undefined reference to `pthread_create' 18:36:12 cxa_thread_atexit_test.o: In function `(anonymous namespace)::atfu_tc_cxx__thread_local_before::body() const': 18:36:12 /jenkins/workspace/HardenedBSD-10-STABLE-amd64/lib/libc/tests/stdlib/cxa_thread_atexit_test.cc:(.text+0x102a): undefined reference to `pthread_create' 18:36:12 c++: error: linker command failed with exit code 1 (use -v to see invocation) 18:36:12 --- cxa_thread_atexit_test --- 18:36:12 *** [cxa_thread_atexit_test] Error code 1