From owner-freebsd-toolchain@freebsd.org Sun Mar 3 11:50:08 2019 Return-Path: Delivered-To: freebsd-toolchain@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 696F11507601 for ; Sun, 3 Mar 2019 11:50:08 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [176.74.240.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AEA9E819B9; Sun, 3 Mar 2019 11:50:06 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id EE86217A06; Sun, 3 Mar 2019 12:50:04 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CuJ9Cpowru0c; Sun, 3 Mar 2019 12:50:04 +0100 (CET) Received: from [192.168.10.9] (vaio [192.168.10.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id E791E17A05; Sun, 3 Mar 2019 12:50:03 +0100 (CET) Subject: Re: Linking problem with lld To: =?UTF-8?Q?T=c4=b3l_Coosemans?= Cc: FreeBSD Toolchain , Ed Maste References: <71079fbc-c3c0-9b93-0ae4-8ceda5d1f751@digiware.nl> <20190222223456.5d7840b7@kalimero.tijl.coosemans.org> <29a75c78-f2df-e80b-d013-631584e0fc71@digiware.nl> <20190302162142.2bf23551@kalimero.tijl.coosemans.org> <9f659c4b-d542-b610-8e29-1341a00b43b7@digiware.nl> <20190302183501.478d29e8@kalimero.tijl.coosemans.org> From: Willem Jan Withagen Message-ID: <492f6e8c-166d-a3ba-c4ed-f042a9c73072@digiware.nl> Date: Sun, 3 Mar 2019 12:50:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190302183501.478d29e8@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: nl X-Rspamd-Queue-Id: AEA9E819B9 X-Spamd-Bar: ------- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of wjw@digiware.nl designates 176.74.240.9 as permitted sender) smtp.mailfrom=wjw@digiware.nl X-Spamd-Result: default: False [-7.09 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[digiware.nl]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; IP_SCORE(-3.63)[ip: (-9.74), ipnet: 176.74.224.0/19(-4.87), asn: 28878(-3.55), country: NL(0.02)]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[9.240.74.176.list.dnswl.org : 127.0.9.2]; MX_GOOD(-0.01)[cached: smtp.digiware.nl]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:28878, ipnet:176.74.224.0/19, country:NL]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2019 11:50:08 -0000 On 2-3-2019 18:35, Tijl Coosemans wrote: > On Sat, 2 Mar 2019 17:49:25 +0100 Willem Jan Withagen > wrote: >> On 2-3-2019 16:21, Tijl Coosemans wrote: >>> On Sat, 2 Mar 2019 14:21:57 +0100 Willem Jan Withagen >>> wrote: >>>> Now if I look in librados.so for rados_create that gives: >>>> ==== >>>> > objdump -t librados.so.2.0.0 | grep rados_create >>> You want to look at dynamic symbols so "objdump -T". >> Right, that list is empty. >> >> So I'm wondering what I can do to get them in that list. > Try the command that creates librados.so.2.0.0 without the > --version-script argument. Right, When I see the output, I know I tried that before. But then the versioning goes wrong, I think... Might need to rewrite the map-file? --WjW [ 43%] Linking CXX shared library ../../lib/librados.so cd /home/jenkins/workspace/ceph-master/build/src/librados && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/librados.dir/link.txt --verbose=1 ccache /usr/bin/c++ -fPIC  -Wall -Wtype-limits -Wignored-qualifiers -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing -fsigned-char -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-local-typedef -Wno-varargs -Wno-gnu-designator -Wno-missing-braces -Wno-parentheses -Wno-deprecated-register -ftemplate-depth-1024 -Wnon-virtual-dtor -Wno-unknown-pragmas -Wno-ignored-qualifiers -Wno-inconsistent-missing-override -Wno-mismatched-tags -Wno-unused-private-field -Wno-address-of-packed-member -DCEPH_DEBUG_MUTEX -fdiagnostics-color=auto -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free  -O0 -g -fvisibility=default  -Wl,--exclude-libs,ALL -shared -Wl,-soname,librados.so.2 -o ../../lib/librados.so.2.0.0 CMakeFiles/librados.dir/librados_c.cc.o CMakeFiles/librados.dir/librados_cxx.cc.o ../common/CMakeFiles/common_buffer_obj.dir/buffer.cc.o -L/usr/local/lib -Wl,-rpath,/usr/local/lib:/home/jenkins/workspace/ceph-master/build/lib:/usr/local/lib/nss: ../../lib/liblibrados_impl.a ../../lib/libosdc.a ../../lib/libceph-common.so.0 ../../lib/libcls_lock_client.a /usr/local/lib/nss/libssl3.so /usr/local/lib/nss/libsmime3.so /usr/local/lib/nss/libnss3.so /usr/local/lib/nss/libnssutil3.so /usr/local/lib/libplds4.so /usr/local/lib/libplc4.so /usr/local/lib/libnspr4.so /usr/local/lib/libcrypto.so -lrt ../../lib/libjson_spirit.a ../../lib/libcommon_utf8.a ../../lib/liberasure_code.a ../../lib/libcrc32.a ../../lib/libarch.a /usr/local/lib/libboost_thread.so /usr/local/lib/libboost_chrono.so /usr/local/lib/libboost_atomic.so /usr/local/lib/libboost_random.so /usr/local/lib/libboost_system.so /usr/local/lib/libboost_program_options.so /usr/local/lib/libboost_date_time.so /usr/local/lib/libboost_iostreams.so /usr/local/lib/libboost_regex.so /usr/lib/libexecinfo.so /usr/local/lib/nss/libssl3.so /usr/local/lib/nss/libsmime3.so /usr/local/lib/nss/libnss3.so /usr/local/lib/nss/libnssutil3.so /usr/local/lib/libplds4.so /usr/local/lib/libplc4.so /usr/local/lib/libnspr4.so -lpthread ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_append@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_cancel@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_cmpext@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_create_completion@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_exec@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_flush@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_flush_async@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_get_return_value@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_get_version@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_getxattr@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_getxattrs@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_ioctx_selfmanaged_snap_create@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_ioctx_selfmanaged_snap_remove@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_is_complete@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_is_complete_and_cb@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_is_safe@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_is_safe_and_cb@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_notify@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_read@@ has undefined version ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol rados_aio_read_op_operate@@ has undefined version ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) c++: error: linker command failed with exit code 1 (use -v to see invocation) From owner-freebsd-toolchain@freebsd.org Sun Mar 3 15:10:33 2019 Return-Path: Delivered-To: freebsd-toolchain@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 8E72F150DB7A for ; Sun, 3 Mar 2019 15:10:33 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay111.isp.belgacom.be (mailrelay111.isp.belgacom.be [195.238.20.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF27288344; Sun, 3 Mar 2019 15:10:32 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2BGAADb7Xtc/0RF8lFlHAECBAEIBAG?= =?us-ascii?q?BUgcBDAGCD1cRcRInhAiIGl+KaAEBggw1AYlxjXqBeyiEUQKEICM0CQ0BAQM?= =?us-ascii?q?BAQMBAwJtHAyFSwEFIzMjEAkCGAICBSECAg8qHgYTgyOBeYx2m2aBL4kUgQ6?= =?us-ascii?q?BCyQBiz6Bf4QjhQGDCoJXAqQECYdDiyUlgkyQVp51OIFWTTAIgycJgg0Xijy?= =?us-ascii?q?DYz4DMJFDAQE?= X-IPAS-Result: =?us-ascii?q?A2BGAADb7Xtc/0RF8lFlHAECBAEIBAGBUgcBDAGCD1cRc?= =?us-ascii?q?RInhAiIGl+KaAEBggw1AYlxjXqBeyiEUQKEICM0CQ0BAQMBAQMBAwJtHAyFS?= =?us-ascii?q?wEFIzMjEAkCGAICBSECAg8qHgYTgyOBeYx2m2aBL4kUgQ6BCyQBiz6Bf4Qjh?= =?us-ascii?q?QGDCoJXAqQECYdDiyUlgkyQVp51OIFWTTAIgycJgg0XijyDYz4DMJFDAQE?= Received: from 68.69-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.69.68]) by relay.skynet.be with ESMTP; 03 Mar 2019 16:10:29 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id x23FASkU004714; Sun, 3 Mar 2019 16:10:28 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sun, 3 Mar 2019 16:10:27 +0100 From: =?UTF-8?B?VMSzbA==?= Coosemans To: Willem Jan Withagen Cc: FreeBSD Toolchain , Ed Maste Subject: Re: Linking problem with lld Message-ID: <20190303161027.10ad0bc0@kalimero.tijl.coosemans.org> In-Reply-To: <2e447b16-6180-7450-cd53-bc48d826365a@digiware.nl> References: <71079fbc-c3c0-9b93-0ae4-8ceda5d1f751@digiware.nl> <20190222223456.5d7840b7@kalimero.tijl.coosemans.org> <29a75c78-f2df-e80b-d013-631584e0fc71@digiware.nl> <20190302162142.2bf23551@kalimero.tijl.coosemans.org> <9f659c4b-d542-b610-8e29-1341a00b43b7@digiware.nl> <20190302183501.478d29e8@kalimero.tijl.coosemans.org> <492f6e8c-166d-a3ba-c4ed-f042a9c73072@digiware.nl> <20190303133435.2de4636d@kalimero.tijl.coosemans.org> <2e447b16-6180-7450-cd53-bc48d826365a@digiware.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: AF27288344 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.88 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.88)[-0.879,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:5432, ipnet:195.238.0.0/19, country:BE] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2019 15:10:33 -0000 On Sun, 3 Mar 2019 15:21:56 +0100 Willem Jan Withagen wrote: > First success. > I used this map, but also needed to fix a .symver: > =3D=3D=3D=3D > =C2=A0#define LIBRADOS_C_API_BASE_DEFAULT(fn)=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 \ > -=C2=A0 asm(".symver _" #fn ", " #fn "@@") > +=C2=A0 asm(".symver _" #fn ", " #fn "@") > =3D=3D=3D=3D > That last was more or less guessed from the binutils/docs/ld page. It's really a bug in lld. You can add LLD_UNSAFE=3Dyes to the port Makefile for now. Here's a simple test case: % cat test.c void _test1() { } asm(".symver _test1, test1@@"); void test2() { } % cat test.map { local: *; }; % clang70 -shared -o libtest.so test.c -fPIC -Wl,--version-script=3Dtest.map % readelf -s libtest.so | grep test 8: 0000000000000000 0 FILE LOCAL DEFAULT ABS test.c 9: 0000000000001090 5 FUNC LOCAL DEFAULT 9 _test1 10: 0000000000001090 5 FUNC LOCAL DEFAULT 9 test1 11: 00000000000010a0 5 FUNC LOCAL DEFAULT 9 test2 % clang70 -shared -o libtest.so test.c -fPIC -Wl,--version-script=3Dtest.ma= p -fuse-ld=3Dbfd % readelf -s libtest.so | grep test 3: 0000000000000280 5 FUNC GLOBAL DEFAULT 11 test1 34: 0000000000000000 0 FILE LOCAL DEFAULT ABS test.c 38: 0000000000000280 5 FUNC LOCAL DEFAULT 11 _test1 42: 0000000000000290 5 FUNC LOCAL DEFAULT 11 test2 46: 0000000000000280 5 FUNC GLOBAL DEFAULT 11 test1@@ With lld test1 is local. With GNU ld it's global. The .symver directive should override the version script. From owner-freebsd-toolchain@freebsd.org Sun Mar 3 12:35:48 2019 Return-Path: Delivered-To: freebsd-toolchain@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 A378B1508E27 for ; Sun, 3 Mar 2019 12:35:48 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay108.isp.belgacom.be (mailrelay108.isp.belgacom.be [195.238.20.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B9EEE8333D; Sun, 3 Mar 2019 12:35:47 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CgAABuyXtc/0RF8lFlHAEBAQQBAQc?= =?us-ascii?q?EAQGBUwUBAQsBgg9XEXESJ4QIiHmKaAEBggw1AYlxjXqBezCESQKEICM2Bw0?= =?us-ascii?q?BAQMBAQMBAwJtHAyFSwEFIzMjEAkCGAICBSECAg8qHgYTgyOBeQuNHZtmgS+?= =?us-ascii?q?JFIEOgQskAYs+gX+DbjWDHgQYgSEmgwqCVwKKCYg+kT0Jh0OLJSWCTJBWkD+?= =?us-ascii?q?OPQkogVZNMAg7gmwJiwOBXYNjPgMwAY52gkwBAQ?= X-IPAS-Result: =?us-ascii?q?A2CgAABuyXtc/0RF8lFlHAEBAQQBAQcEAQGBUwUBAQsBg?= =?us-ascii?q?g9XEXESJ4QIiHmKaAEBggw1AYlxjXqBezCESQKEICM2Bw0BAQMBAQMBAwJtH?= =?us-ascii?q?AyFSwEFIzMjEAkCGAICBSECAg8qHgYTgyOBeQuNHZtmgS+JFIEOgQskAYs+g?= =?us-ascii?q?X+DbjWDHgQYgSEmgwqCVwKKCYg+kT0Jh0OLJSWCTJBWkD+OPQkogVZNMAg7g?= =?us-ascii?q?mwJiwOBXYNjPgMwAY52gkwBAQ?= Received: from 68.69-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.69.68]) by relay.skynet.be with ESMTP; 03 Mar 2019 13:34:37 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id x23CYaSe002683; Sun, 3 Mar 2019 13:34:36 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sun, 3 Mar 2019 13:34:35 +0100 From: =?UTF-8?B?VMSzbA==?= Coosemans To: Willem Jan Withagen Cc: FreeBSD Toolchain , Ed Maste Subject: Re: Linking problem with lld Message-ID: <20190303133435.2de4636d@kalimero.tijl.coosemans.org> In-Reply-To: <492f6e8c-166d-a3ba-c4ed-f042a9c73072@digiware.nl> References: <71079fbc-c3c0-9b93-0ae4-8ceda5d1f751@digiware.nl> <20190222223456.5d7840b7@kalimero.tijl.coosemans.org> <29a75c78-f2df-e80b-d013-631584e0fc71@digiware.nl> <20190302162142.2bf23551@kalimero.tijl.coosemans.org> <9f659c4b-d542-b610-8e29-1341a00b43b7@digiware.nl> <20190302183501.478d29e8@kalimero.tijl.coosemans.org> <492f6e8c-166d-a3ba-c4ed-f042a9c73072@digiware.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: B9EEE8333D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.88 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.88)[-0.885,0]; ASN(0.00)[asn:5432, ipnet:195.238.0.0/19, country:BE] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2019 12:35:48 -0000 On Sun, 3 Mar 2019 12:50:03 +0100 Willem Jan Withagen wrote: > On 2-3-2019 18:35, T=C4=B3l Coosemans wrote: > > On Sat, 2 Mar 2019 17:49:25 +0100 Willem Jan Withagen > > wrote: =20 > >> On 2-3-2019 16:21, T=C4=B3l Coosemans wrote: =20 > >>> On Sat, 2 Mar 2019 14:21:57 +0100 Willem Jan Withagen > >>> wrote: =20 > >>>> Now if I look in librados.so for rados_create that gives: > >>>> =3D=3D=3D=3D =20 > >>>> > objdump -t librados.so.2.0.0 | grep rados_create =20 > >>> You want to look at dynamic symbols so "objdump -T". =20 > >> Right, that list is empty. > >> > >> So I'm wondering what I can do to get them in that list. =20 > > Try the command that creates librados.so.2.0.0 without the > > --version-script argument. =20 >=20 > Right, When I see the output, I know I tried that before. But then the=20 > versioning goes > wrong, I think... > Might need to rewrite the map-file? >=20 > --WjW >=20 > [ 43%] Linking CXX shared library ../../lib/librados.so > cd /home/jenkins/workspace/ceph-master/build/src/librados &&=20 > /usr/local/bin/cmake -E cmake_link_script=20 > CMakeFiles/librados.dir/link.txt --verbose=3D1 > ccache /usr/bin/c++ -fPIC=C2=A0 -Wall -Wtype-limits -Wignored-qualifiers= =20 > -Winit-self -Wpointer-arith -Werror=3Dformat-security -fno-strict-aliasin= g=20 > -fsigned-char -Wno-unknown-pragmas -Wno-unused-function=20 > -Wno-unused-local-typedef -Wno-varargs -Wno-gnu-designator=20 > -Wno-missing-braces -Wno-parentheses -Wno-deprecated-register=20 > -ftemplate-depth-1024 -Wnon-virtual-dtor -Wno-unknown-pragmas=20 > -Wno-ignored-qualifiers -Wno-inconsistent-missing-override=20 > -Wno-mismatched-tags -Wno-unused-private-field=20 > -Wno-address-of-packed-member -DCEPH_DEBUG_MUTEX=20 > -fdiagnostics-color=3Dauto -fno-builtin-malloc -fno-builtin-calloc=20 > -fno-builtin-realloc -fno-builtin-free=C2=A0 -O0 -g -fvisibility=3Ddefaul= t=C2=A0=20 > -Wl,--exclude-libs,ALL -shared -Wl,-soname,librados.so.2 -o=20 > ../../lib/librados.so.2.0.0 CMakeFiles/librados.dir/librados_c.cc.o=20 > CMakeFiles/librados.dir/librados_cxx.cc.o=20 > ../common/CMakeFiles/common_buffer_obj.dir/buffer.cc.o -L/usr/local/lib=20 > -Wl,-rpath,/usr/local/lib:/home/jenkins/workspace/ceph-master/build/lib:/= usr/local/lib/nss:=20 > ../../lib/liblibrados_impl.a ../../lib/libosdc.a=20 > ../../lib/libceph-common.so.0 ../../lib/libcls_lock_client.a=20 > /usr/local/lib/nss/libssl3.so /usr/local/lib/nss/libsmime3.so=20 > /usr/local/lib/nss/libnss3.so /usr/local/lib/nss/libnssutil3.so=20 > /usr/local/lib/libplds4.so /usr/local/lib/libplc4.so=20 > /usr/local/lib/libnspr4.so /usr/local/lib/libcrypto.so -lrt=20 > ../../lib/libjson_spirit.a ../../lib/libcommon_utf8.a=20 > ../../lib/liberasure_code.a ../../lib/libcrc32.a ../../lib/libarch.a=20 > /usr/local/lib/libboost_thread.so /usr/local/lib/libboost_chrono.so=20 > /usr/local/lib/libboost_atomic.so /usr/local/lib/libboost_random.so=20 > /usr/local/lib/libboost_system.so=20 > /usr/local/lib/libboost_program_options.so=20 > /usr/local/lib/libboost_date_time.so=20 > /usr/local/lib/libboost_iostreams.so /usr/local/lib/libboost_regex.so=20 > /usr/lib/libexecinfo.so /usr/local/lib/nss/libssl3.so=20 > /usr/local/lib/nss/libsmime3.so /usr/local/lib/nss/libnss3.so=20 > /usr/local/lib/nss/libnssutil3.so /usr/local/lib/libplds4.so=20 > /usr/local/lib/libplc4.so /usr/local/lib/libnspr4.so -lpthread > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_append@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_cancel@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_cmpext@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_create_completion@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_exec@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_flush@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_flush_async@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_get_return_value@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_get_version@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_getxattr@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_getxattrs@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_ioctx_selfmanaged_snap_create@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_ioctx_selfmanaged_snap_remove@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_is_complete@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_is_complete_and_cb@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_is_safe@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_is_safe_and_cb@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_notify@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_read@@ has undefined version > ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol=20 > rados_aio_read_op_operate@@ has undefined version > ld: error: too many errors emitted, stopping now (use -error-limit=3D0 to= =20 > see all errors) > c++: error: linker command failed with exit code 1 (use -v to see=20 > invocation) You could start with a simple version map: LIBRADOS_14.2.0 { =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 global: *; }; If symbols are visible in objdump -T output with this, you can then expand the map bit by bit and see at what point it goes wrong. My guess is the "local: *" in the beginning is matching everything so nothing remains visible. See also https://bugs.llvm.org/show_bug.cgi?id=3D40176 From owner-freebsd-toolchain@freebsd.org Sun Mar 3 13:45:11 2019 Return-Path: Delivered-To: freebsd-toolchain@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 D5582150B1B5 for ; Sun, 3 Mar 2019 13:45:10 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [176.74.240.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96A2C853DF; Sun, 3 Mar 2019 13:45:09 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id C544930EAC; Sun, 3 Mar 2019 14:45:03 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IzEhMYoEQ1Gx; Sun, 3 Mar 2019 14:45:02 +0100 (CET) Received: from [192.168.10.9] (vaio [192.168.10.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id EFD3530EA3; Sun, 3 Mar 2019 14:45:01 +0100 (CET) Subject: Re: Linking problem with lld To: =?UTF-8?Q?T=c4=b3l_Coosemans?= Cc: FreeBSD Toolchain , Ed Maste References: <71079fbc-c3c0-9b93-0ae4-8ceda5d1f751@digiware.nl> <20190222223456.5d7840b7@kalimero.tijl.coosemans.org> <29a75c78-f2df-e80b-d013-631584e0fc71@digiware.nl> <20190302162142.2bf23551@kalimero.tijl.coosemans.org> <9f659c4b-d542-b610-8e29-1341a00b43b7@digiware.nl> <20190302183501.478d29e8@kalimero.tijl.coosemans.org> <492f6e8c-166d-a3ba-c4ed-f042a9c73072@digiware.nl> <20190303133435.2de4636d@kalimero.tijl.coosemans.org> From: Willem Jan Withagen Message-ID: Date: Sun, 3 Mar 2019 14:45:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190303133435.2de4636d@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: nl X-Rspamd-Queue-Id: 96A2C853DF X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of wjw@digiware.nl designates 176.74.240.9 as permitted sender) smtp.mailfrom=wjw@digiware.nl X-Spamd-Result: default: False [-6.74 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[digiware.nl]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; IP_SCORE(-3.64)[ip: (-9.75), ipnet: 176.74.224.0/19(-4.87), asn: 28878(-3.59), country: NL(0.02)]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[9.240.74.176.list.dnswl.org : 127.0.9.2]; MX_GOOD(-0.01)[smtp.digiware.nl,www.digiware.nl]; NEURAL_HAM_SHORT(-0.60)[-0.595,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:28878, ipnet:176.74.224.0/19, country:NL]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2019 13:45:11 -0000 On 3-3-2019 13:34, Tijl Coosemans wrote: > On Sun, 3 Mar 2019 12:50:03 +0100 Willem Jan Withagen > wrote: >> On 2-3-2019 18:35, Tijl Coosemans wrote: >>> On Sat, 2 Mar 2019 17:49:25 +0100 Willem Jan Withagen >>> wrote: >>>> On 2-3-2019 16:21, Tijl Coosemans wrote: >>>>> On Sat, 2 Mar 2019 14:21:57 +0100 Willem Jan Withagen >>>>> wrote: >>>>>> Now if I look in librados.so for rados_create that gives: >>>>>> ==== >>>>>> > objdump -t librados.so.2.0.0 | grep rados_create >>>>> You want to look at dynamic symbols so "objdump -T". >>>> Right, that list is empty. >>>> >>>> So I'm wondering what I can do to get them in that list. >>> Try the command that creates librados.so.2.0.0 without the >>> --version-script argument. >> Right, When I see the output, I know I tried that before. But then the >> versioning goes >> wrong, I think... >> Might need to rewrite the map-file? >> >> --WjW >> >> [ 43%] Linking CXX shared library ../../lib/librados.so >> cd /home/jenkins/workspace/ceph-master/build/src/librados && >> /usr/local/bin/cmake -E cmake_link_script >> CMakeFiles/librados.dir/link.txt --verbose=1 >> ccache /usr/bin/c++ -fPIC  -Wall -Wtype-limits -Wignored-qualifiers >> -Winit-self -Wpointer-arith -Werror=format-security -fno-strict-aliasing >> -fsigned-char -Wno-unknown-pragmas -Wno-unused-function >> -Wno-unused-local-typedef -Wno-varargs -Wno-gnu-designator >> -Wno-missing-braces -Wno-parentheses -Wno-deprecated-register >> -ftemplate-depth-1024 -Wnon-virtual-dtor -Wno-unknown-pragmas >> -Wno-ignored-qualifiers -Wno-inconsistent-missing-override >> -Wno-mismatched-tags -Wno-unused-private-field >> -Wno-address-of-packed-member -DCEPH_DEBUG_MUTEX >> -fdiagnostics-color=auto -fno-builtin-malloc -fno-builtin-calloc >> -fno-builtin-realloc -fno-builtin-free  -O0 -g -fvisibility=default >> -Wl,--exclude-libs,ALL -shared -Wl,-soname,librados.so.2 -o >> ../../lib/librados.so.2.0.0 CMakeFiles/librados.dir/librados_c.cc.o >> CMakeFiles/librados.dir/librados_cxx.cc.o >> ../common/CMakeFiles/common_buffer_obj.dir/buffer.cc.o -L/usr/local/lib >> -Wl,-rpath,/usr/local/lib:/home/jenkins/workspace/ceph-master/build/lib:/usr/local/lib/nss: >> ../../lib/liblibrados_impl.a ../../lib/libosdc.a >> ../../lib/libceph-common.so.0 ../../lib/libcls_lock_client.a >> /usr/local/lib/nss/libssl3.so /usr/local/lib/nss/libsmime3.so >> /usr/local/lib/nss/libnss3.so /usr/local/lib/nss/libnssutil3.so >> /usr/local/lib/libplds4.so /usr/local/lib/libplc4.so >> /usr/local/lib/libnspr4.so /usr/local/lib/libcrypto.so -lrt >> ../../lib/libjson_spirit.a ../../lib/libcommon_utf8.a >> ../../lib/liberasure_code.a ../../lib/libcrc32.a ../../lib/libarch.a >> /usr/local/lib/libboost_thread.so /usr/local/lib/libboost_chrono.so >> /usr/local/lib/libboost_atomic.so /usr/local/lib/libboost_random.so >> /usr/local/lib/libboost_system.so >> /usr/local/lib/libboost_program_options.so >> /usr/local/lib/libboost_date_time.so >> /usr/local/lib/libboost_iostreams.so /usr/local/lib/libboost_regex.so >> /usr/lib/libexecinfo.so /usr/local/lib/nss/libssl3.so >> /usr/local/lib/nss/libsmime3.so /usr/local/lib/nss/libnss3.so >> /usr/local/lib/nss/libnssutil3.so /usr/local/lib/libplds4.so >> /usr/local/lib/libplc4.so /usr/local/lib/libnspr4.so -lpthread >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_append@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_cancel@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_cmpext@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_create_completion@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_exec@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_flush@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_flush_async@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_get_return_value@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_get_version@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_getxattr@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_getxattrs@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_ioctx_selfmanaged_snap_create@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_ioctx_selfmanaged_snap_remove@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_is_complete@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_is_complete_and_cb@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_is_safe@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_is_safe_and_cb@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_notify@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_read@@ has undefined version >> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >> rados_aio_read_op_operate@@ has undefined version >> ld: error: too many errors emitted, stopping now (use -error-limit=0 to >> see all errors) >> c++: error: linker command failed with exit code 1 (use -v to see >> invocation) > You could start with a simple version map: > > LIBRADOS_14.2.0 { >         global: *; > }; > > If symbols are visible in objdump -T output with this, you can then > expand the map bit by bit and see at what point it goes wrong. > > My guess is the "local: *" in the beginning is matching everything so > nothing remains visible. I agree with that, but up till now all attempts I made failed.... So more trial and error ;-) > See also https://bugs.llvm.org/show_bug.cgi?id=40176 I also "used"   https://sourceware.org/binutils/docs/ld/VERSION.html which in itself explains some things, but the actual detailed functioning has to be infered Thanx, --WjW From owner-freebsd-toolchain@freebsd.org Sun Mar 3 14:22:01 2019 Return-Path: Delivered-To: freebsd-toolchain@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 EA635150C27A for ; Sun, 3 Mar 2019 14:22:00 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [176.74.240.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2742E86A00; Sun, 3 Mar 2019 14:21:58 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 41B3935E41; Sun, 3 Mar 2019 15:21:58 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qv8JcMLm5N97; Sun, 3 Mar 2019 15:21:57 +0100 (CET) Received: from [192.168.10.9] (vaio [192.168.10.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 0004E35E32; Sun, 3 Mar 2019 15:21:56 +0100 (CET) Subject: Re: Linking problem with lld From: Willem Jan Withagen To: =?UTF-8?Q?T=c4=b3l_Coosemans?= Cc: FreeBSD Toolchain , Ed Maste References: <71079fbc-c3c0-9b93-0ae4-8ceda5d1f751@digiware.nl> <20190222223456.5d7840b7@kalimero.tijl.coosemans.org> <29a75c78-f2df-e80b-d013-631584e0fc71@digiware.nl> <20190302162142.2bf23551@kalimero.tijl.coosemans.org> <9f659c4b-d542-b610-8e29-1341a00b43b7@digiware.nl> <20190302183501.478d29e8@kalimero.tijl.coosemans.org> <492f6e8c-166d-a3ba-c4ed-f042a9c73072@digiware.nl> <20190303133435.2de4636d@kalimero.tijl.coosemans.org> Message-ID: <2e447b16-6180-7450-cd53-bc48d826365a@digiware.nl> Date: Sun, 3 Mar 2019 15:21:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: nl X-Rspamd-Queue-Id: 2742E86A00 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of wjw@digiware.nl designates 176.74.240.9 as permitted sender) smtp.mailfrom=wjw@digiware.nl X-Spamd-Result: default: False [-6.76 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[digiware.nl]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCVD_COUNT_THREE(0.00)[4]; IP_SCORE(-3.65)[ip: (-9.76), ipnet: 176.74.224.0/19(-4.88), asn: 28878(-3.62), country: NL(0.02)]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[9.240.74.176.list.dnswl.org : 127.0.9.2]; MX_GOOD(-0.01)[cached: smtp.digiware.nl]; NEURAL_HAM_SHORT(-0.60)[-0.597,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:28878, ipnet:176.74.224.0/19, country:NL]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2019 14:22:01 -0000 On 3-3-2019 14:45, Willem Jan Withagen wrote: > On 3-3-2019 13:34, Tijl Coosemans wrote: >> On Sun, 3 Mar 2019 12:50:03 +0100 Willem Jan Withagen >> wrote: >>> On 2-3-2019 18:35, Tijl Coosemans wrote: >>>> On Sat, 2 Mar 2019 17:49:25 +0100 Willem Jan Withagen >>>> >>>> wrote: >>>>> On 2-3-2019 16:21, Tijl Coosemans wrote: >>>>>> On Sat, 2 Mar 2019 14:21:57 +0100 Willem Jan Withagen >>>>>> >>>>>> wrote: >>>>>>> Now if I look in librados.so for rados_create that gives: >>>>>>> ==== >>>>>>>     > objdump -t librados.so.2.0.0 | grep rados_create >>>>>> You want to look at dynamic symbols so "objdump -T". >>>>> Right, that list is empty. >>>>> >>>>> So I'm wondering what I can do to get them in that list. >>>> Try the command that creates librados.so.2.0.0 without the >>>> --version-script argument. >>> Right, When I see the output, I know I tried that before. But then the >>> versioning goes >>> wrong, I think... >>> Might need to rewrite the map-file? >>> >>> --WjW >>> >>> [ 43%] Linking CXX shared library ../../lib/librados.so >>> cd /home/jenkins/workspace/ceph-master/build/src/librados && >>> /usr/local/bin/cmake -E cmake_link_script >>> CMakeFiles/librados.dir/link.txt --verbose=1 >>> ccache /usr/bin/c++ -fPIC  -Wall -Wtype-limits -Wignored-qualifiers >>> -Winit-self -Wpointer-arith -Werror=format-security >>> -fno-strict-aliasing >>> -fsigned-char -Wno-unknown-pragmas -Wno-unused-function >>> -Wno-unused-local-typedef -Wno-varargs -Wno-gnu-designator >>> -Wno-missing-braces -Wno-parentheses -Wno-deprecated-register >>> -ftemplate-depth-1024 -Wnon-virtual-dtor -Wno-unknown-pragmas >>> -Wno-ignored-qualifiers -Wno-inconsistent-missing-override >>> -Wno-mismatched-tags -Wno-unused-private-field >>> -Wno-address-of-packed-member -DCEPH_DEBUG_MUTEX >>> -fdiagnostics-color=auto -fno-builtin-malloc -fno-builtin-calloc >>> -fno-builtin-realloc -fno-builtin-free  -O0 -g -fvisibility=default >>> -Wl,--exclude-libs,ALL -shared -Wl,-soname,librados.so.2 -o >>> ../../lib/librados.so.2.0.0 CMakeFiles/librados.dir/librados_c.cc.o >>> CMakeFiles/librados.dir/librados_cxx.cc.o >>> ../common/CMakeFiles/common_buffer_obj.dir/buffer.cc.o -L/usr/local/lib >>> -Wl,-rpath,/usr/local/lib:/home/jenkins/workspace/ceph-master/build/lib:/usr/local/lib/nss: >>> >>> ../../lib/liblibrados_impl.a ../../lib/libosdc.a >>> ../../lib/libceph-common.so.0 ../../lib/libcls_lock_client.a >>> /usr/local/lib/nss/libssl3.so /usr/local/lib/nss/libsmime3.so >>> /usr/local/lib/nss/libnss3.so /usr/local/lib/nss/libnssutil3.so >>> /usr/local/lib/libplds4.so /usr/local/lib/libplc4.so >>> /usr/local/lib/libnspr4.so /usr/local/lib/libcrypto.so -lrt >>> ../../lib/libjson_spirit.a ../../lib/libcommon_utf8.a >>> ../../lib/liberasure_code.a ../../lib/libcrc32.a ../../lib/libarch.a >>> /usr/local/lib/libboost_thread.so /usr/local/lib/libboost_chrono.so >>> /usr/local/lib/libboost_atomic.so /usr/local/lib/libboost_random.so >>> /usr/local/lib/libboost_system.so >>> /usr/local/lib/libboost_program_options.so >>> /usr/local/lib/libboost_date_time.so >>> /usr/local/lib/libboost_iostreams.so /usr/local/lib/libboost_regex.so >>> /usr/lib/libexecinfo.so /usr/local/lib/nss/libssl3.so >>> /usr/local/lib/nss/libsmime3.so /usr/local/lib/nss/libnss3.so >>> /usr/local/lib/nss/libnssutil3.so /usr/local/lib/libplds4.so >>> /usr/local/lib/libplc4.so /usr/local/lib/libnspr4.so -lpthread >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_append@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_cancel@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_cmpext@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_create_completion@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_exec@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_flush@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_flush_async@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_get_return_value@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_get_version@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_getxattr@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_getxattrs@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_ioctx_selfmanaged_snap_create@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_ioctx_selfmanaged_snap_remove@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_is_complete@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_is_complete_and_cb@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_is_safe@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_is_safe_and_cb@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_notify@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_read@@ has undefined version >>> ld: error: CMakeFiles/librados.dir/librados_c.cc.o: symbol >>> rados_aio_read_op_operate@@ has undefined version >>> ld: error: too many errors emitted, stopping now (use -error-limit=0 to >>> see all errors) >>> c++: error: linker command failed with exit code 1 (use -v to see >>> invocation) >> You could start with a simple version map: >> >> LIBRADOS_14.2.0 { >>           global: *; >> }; >> >> If symbols are visible in objdump -T output with this, you can then >> expand the map bit by bit and see at what point it goes wrong. >> >> My guess is the "local: *" in the beginning is matching everything so >> nothing remains visible. > I agree with that, but up till now all attempts I made failed.... > So more trial and error ;-) >> See also https://bugs.llvm.org/show_bug.cgi?id=40176 > I also "used" >   https://sourceware.org/binutils/docs/ld/VERSION.html > which in itself explains some things, but the actual detailed > functioning has to be infered First success. I used this map, but also needed to fix a .symver: ====  #define LIBRADOS_C_API_BASE_DEFAULT(fn)       \ -  asm(".symver _" #fn ", " #fn "@@") +  asm(".symver _" #fn ", " #fn "@") ==== That last was more or less guessed from the binutils/docs/ld page. --WjW From owner-freebsd-toolchain@freebsd.org Mon Mar 4 13:31:19 2019 Return-Path: Delivered-To: freebsd-toolchain@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 52E6B1511B22 for ; Mon, 4 Mar 2019 13:31:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B407C6B0DD for ; Mon, 4 Mar 2019 13:31:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6B1C31511B1B; Mon, 4 Mar 2019 13:31:18 +0000 (UTC) Delivered-To: toolchain@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 573611511B18 for ; Mon, 4 Mar 2019 13:31:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E0CF46B0D8 for ; Mon, 4 Mar 2019 13:31:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id EEF20D0E6 for ; Mon, 4 Mar 2019 13:31:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x24DVGqu057888 for ; Mon, 4 Mar 2019 13:31:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x24DVGXp057887 for toolchain@FreeBSD.org; Mon, 4 Mar 2019 13:31:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236216] devel/valgrind: clang 8 crashes during build Date: Mon, 04 Mar 2019 13:31:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 13:31:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236216 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bdrewery@FreeBSD.org Assignee|bdrewery@FreeBSD.org |toolchain@FreeBSD.org --- Comment #3 from Jan Beich --- Need someone to bisect Clang and/or analyze before patching this port. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Mon Mar 4 13:37:57 2019 Return-Path: Delivered-To: freebsd-toolchain@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 D92791512022 for ; Mon, 4 Mar 2019 13:37:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 54BD86B4E7 for ; Mon, 4 Mar 2019 13:37:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0E965151201B; Mon, 4 Mar 2019 13:37:56 +0000 (UTC) Delivered-To: toolchain@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 F03721512019 for ; Mon, 4 Mar 2019 13:37:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 853A46B4E3 for ; Mon, 4 Mar 2019 13:37:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id CD8E8D22F for ; Mon, 4 Mar 2019 13:37:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x24DbsaK073564 for ; Mon, 4 Mar 2019 13:37:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x24DbsnZ073563 for toolchain@FreeBSD.org; Mon, 4 Mar 2019 13:37:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 234232] clang Assertion failed when building the port devel/aws-checksums Date: Mon, 04 Mar 2019 13:37:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 13:37:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234232 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |toolchain@FreeBSD.org --- Comment #3 from Jan Beich --- Also affects Clang 8 (soon to be in -CURRENT). $ poudriere jail -cj clang8 -v projects/clang800-import -m svn+https $ poudriere testport -j clang8 devel/aws-checksums [...] Assertion failed: (i =3D=3D DstIdx || !MI->getOperand(i).isReg() || MI->getOperand(i).getReg() !=3D RegA), function processTiedPairs, file /poudriere/jails/headamd64PR236062/usr/src/contrib/llvm/lib/CodeGen/TwoAddr= essInstructionPass.cpp, line 1547. cc: error: unable to execute command: Abort trap (core dumped) cc: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 8.0.0 (branches/release_80 354799) (based on LLVM 8.0= .0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin http://package18.nyi.freebsd.org/data/headamd64PR236062-default/2019-03-01_= 06h42m53s/logs/errors/aws-checksums-0.1.2,1.log --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Mon Mar 4 13:38:53 2019 Return-Path: Delivered-To: freebsd-toolchain@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 4CD0815120DA for ; Mon, 4 Mar 2019 13:38:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D5A356B595 for ; Mon, 4 Mar 2019 13:38:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 99C9115120D9; Mon, 4 Mar 2019 13:38:52 +0000 (UTC) Delivered-To: toolchain@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 85BBD15120D7 for ; Mon, 4 Mar 2019 13:38:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D0AF6B58D for ; Mon, 4 Mar 2019 13:38:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 5D574D23A for ; Mon, 4 Mar 2019 13:38:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x24DcpwG074511 for ; Mon, 4 Mar 2019 13:38:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x24DcpVw074510 for toolchain@FreeBSD.org; Mon, 4 Mar 2019 13:38:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 234232] clang Assertion failed when building the port devel/aws-checksums Date: Mon, 04 Mar 2019 13:38:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 13:38:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234232 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |230355 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230355 [Bug 230355] [exp-run] Against projects/clang700-import branch --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Mon Mar 4 18:01:26 2019 Return-Path: Delivered-To: freebsd-toolchain@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 2DD2E151CC78 for ; Mon, 4 Mar 2019 18:01:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B6C6F76965 for ; Mon, 4 Mar 2019 18:01:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7716F151CC76; Mon, 4 Mar 2019 18:01:25 +0000 (UTC) Delivered-To: toolchain@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 64277151CC75 for ; Mon, 4 Mar 2019 18:01:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F237276960 for ; Mon, 4 Mar 2019 18:01:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4DE94F87B for ; Mon, 4 Mar 2019 18:01:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x24I1O2J083635 for ; Mon, 4 Mar 2019 18:01:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x24I1Opc083627 for toolchain@FreeBSD.org; Mon, 4 Mar 2019 18:01:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236216] devel/valgrind: clang 8 crashes during build Date: Mon, 04 Mar 2019 18:01:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 18:01:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236216 --- Comment #4 from Dimitry Andric --- Created attachment 202554 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202554&action= =3Dedit Reuse existing offsetof macro for clang 8's sake This is regressed by upstream https://reviews.llvm.org/rL349561 ("Emit ASM input in a constant context"), and I already filed an upstream bug here: https://bugs.llvm.org/show_bug.cgi?id=3D40890 The cause is the custom my_offsetof() macro in genoffsets, which returns a pointer, not an offset. The attached patch makes it reuse the already exis= ting offsetof() macro from VEX/pub/libvex_basictypes.h, which does the right thi= ng. I think this is an acceptable workaround until upstream fixes the issue with , or even as a permanent cleanup. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Mon Mar 4 23:31:16 2019 Return-Path: Delivered-To: freebsd-toolchain@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 1D9B41526EBB for ; Mon, 4 Mar 2019 23:31:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A21758E226 for ; Mon, 4 Mar 2019 23:31:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5C3DE1526EB3; Mon, 4 Mar 2019 23:31:15 +0000 (UTC) Delivered-To: toolchain@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 49A5D1526EB2 for ; Mon, 4 Mar 2019 23:31:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D792B8E219 for ; Mon, 4 Mar 2019 23:31:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2A5C0129B5 for ; Mon, 4 Mar 2019 23:31:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x24NVEUY020547 for ; Mon, 4 Mar 2019 23:31:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x24NVEWc020546 for toolchain@FreeBSD.org; Mon, 4 Mar 2019 23:31:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236216] devel/valgrind: clang 8 crashes during build Date: Mon, 04 Mar 2019 23:31:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2019 23:31:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236216 --- Comment #5 from Jan Beich --- Reminder: Clang 8 was merged to 13.0-CURRENT in base r344779. Maintainers, expect pkg-fallout@ mail soon. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Tue Mar 5 02:13:11 2019 Return-Path: Delivered-To: freebsd-toolchain@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 0660715078F8 for ; Tue, 5 Mar 2019 02:13:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7A9B36F76F for ; Tue, 5 Mar 2019 02:13:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3466015078F7; Tue, 5 Mar 2019 02:13:10 +0000 (UTC) Delivered-To: toolchain@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 21B6C15078F6 for ; Tue, 5 Mar 2019 02:13:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B0A6A6F76A for ; Tue, 5 Mar 2019 02:13:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id EBA9914202 for ; Tue, 5 Mar 2019 02:13:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x252D8Lv087361 for ; Tue, 5 Mar 2019 02:13:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x252D8rM087355 for toolchain@FreeBSD.org; Tue, 5 Mar 2019 02:13:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236216] devel/valgrind: clang 8 crashes during build Date: Tue, 05 Mar 2019 02:13:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_severity keywords see_also bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2019 02:13:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236216 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People Keywords|needs-qa | See Also| |https://bugs.llvm.org/show_ | |bug.cgi?id=3D40890 Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Tue Mar 5 21:12:17 2019 Return-Path: Delivered-To: freebsd-toolchain@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 9E14815137E1 for ; Tue, 5 Mar 2019 21:12:17 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic301-32.consmr.mail.ne1.yahoo.com (sonic301-32.consmr.mail.ne1.yahoo.com [66.163.184.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6290C88EDA for ; Tue, 5 Mar 2019 21:12:16 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 7BcSr1UVM1l4HMa2snRHTvOc8ztBLaoY1RgHPgj3Z9QOo3rT5NOEtfB87by0We0 os8QV74ZsAahQWlqnc9_aWodnA.OWNX3APXnKgLiQcVCn7O24mPkRhISUrHEmvVltw.wL66jo9j6 S3klFNcfBqWYU6z1PLSCatdS.fJ3jhx087y21qNII1kdV7SUKvcvfdXovizLnVRTLYChxDYpEsCm wt6JG8J7dL84rsWXIr6WTiWIsmcAT65lXA.4NLcsX_vyiR9xV9gkSxmIHRYoFYfGHhNRxLIhq.Hi baLqKadrQLbCFGokn9xbYqwlxD0L6u4mh5bImSzqEJdH9iP8bsUkSkNeGDDNwGygnzghQAlAgHur iUUwOg7lGF69mVaKg.EVSUh.jAez_Oc.8jYXpEAc0qpR812boVlwmR3gQeYai4lAaGQCRkiUMXVu OlxQThBcEzF83JYKuw.2LXj5KTZE_MEgw511E.DsCyL5rhOe6gm8vk7vgkkgtLAeYOxA2MX6osoK USRJUtsQD73hem2aKEGFehwN7tcUULPbjpvULt4Tg8t.hrS54icJam9LMIrblLXaJ48JdlEToA2u hmRqQEAlwJiEqgc1sFVQLcQrMhqxxKiLEXBU1NrPuvQQ1Vbbwe82eDrAUDwHHvUwE_z.bxLH3peJ grecAUaw7OGizeYhLRH8UnEWto2vRd8wpkJtlq9_LgrsFYdPZI8JHaEEjsD8dcPoY6t_5pDPKFcR x5c6oEvpdUIfCcCxrEZg.nq0XgVVD8DcDoC56.2_yqHLs6Oo3kzh7HtnINc4ZBI338f4hXFyQ2b. vXjkwacR6ibfheBgtu6C9V71d5R9dUHaH5FTbOO5m2r1MHtdiDeE8y4RF7Hvy8B2g4odMoPe6d3n DJmP2y3HVn3P8fHMH9aBvJ7xiNaR7uxB3p1IZ2iKkXQRZ.chYHDbrTw6hM_fI4o56ZSAI_ASHRZ4 _LTYdf_bCgKT.hTfOWJg_1OfnKW.loJejLKbe45C9Xit3EVkFDjLAQ5I.vmL921qInzQIZ6bgi1b bDYx1AVK2b2J8Ld4Eqd22RzkeFxLQI0b8LRhlrs2gHkNa0VwxQIXoftj5Zvo2a4I- Received: from sonic.gate.mail.ne1.yahoo.com by sonic301.consmr.mail.ne1.yahoo.com with HTTP; Tue, 5 Mar 2019 21:12:14 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.115]) ([67.170.167.181]) by smtp426.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID cb764fd4e90ffe12eeee0268693c5fc5; Tue, 05 Mar 2019 21:12:12 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: FYI on powerpc64: an apparent ctfmerge unbounded recursion error on kernel.full built by system clang (7) and devel/powerpc64-binutils ? Message-Id: <6277E1EE-59C6-4A84-8714-9E0BFFB02A75@yahoo.com> Date: Tue, 5 Mar 2019 13:12:10 -0800 To: FreeBSD PowerPC ML , FreeBSD Toolchain X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 6290C88EDA X-Spamd-Bar: ++++ X-Spamd-Result: default: False [4.61 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:36646, ipnet:66.163.184.0/21, country:US]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; NEURAL_SPAM_SHORT(0.96)[0.956,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(1.32)[ip: (4.41), ipnet: 66.163.184.0/21(1.25), asn: 36646(1.00), country: US(-0.07)]; NEURAL_SPAM_MEDIUM(0.90)[0.899,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(0.95)[0.947,0]; RCVD_IN_DNSWL_NONE(0.00)[201.184.163.66.list.dnswl.org : 127.0.5.0]; RWL_MAILSPIKE_POSSIBLE(0.00)[201.184.163.66.rep.mailspike.net : 127.0.0.17] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2019 21:12:18 -0000 The context here is head -r344018 based that was built via devel/powerpc64-xtoolchain-gcc facilities (that included building system clang 7). I attempted to have a system-clang based buildworld buildkernel that used /usr/local/powerpc64-unknown-freebsd13.0/bin/ld and such. Until I can synchronize and test a more modern head (including an updated clang) and ports, the below is probably just informational in case someone else runs into something similar. The: ctfmerge -L VERSION -g -o kernel.full locore.o cam.o cam_compat.o = cam_iosched.o got a segmentation fault but gdb shows over 13,000 levels of subroutine calls and a stack-access related failure: # gdb = /usr/obj/powerpc64vtsc_clang_altbinutils/powerpc.powerpc64/usr/src/powerpc= .powerpc64/tmp/usr/bin/ctfmerge = /usr/obj/powerpc64vtsc_clang_altbinutils/powerpc.powerpc64/usr/src/powerpc= .powerpc64/sys/GENERIC64vtsc-NODBG/ctfmerge.57350.core . . . Core was generated by `ctfmerge -L VERSION -g -o kernel.full locore.o = cam.o cam_compat.o cam_iosched.o'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000000010006588 in .hash_find_first_cb () [Current thread is 1 (LWP 100604)] (gdb) info reg r1 r1 0x3fffffffdf9fc000 4611686017884209152 (gdb) disass Dump of assembler code for function .hash_find_first_cb: 0x0000000010006584 <+0>: mflr r0 =3D> 0x0000000010006588 <+4>: std r31,-8(r1) 0x000000001000658c <+8>: std r0,16(r1) . . . (gdb) info threads Id Target Id Frame=20 * 1 LWP 100604 0x0000000010006588 in .hash_find_first_cb () 2 LWP 100220 0x0000000010045f88 in .__sys.umtx_op () 3 LWP 100602 0x0000000010045f84 in .__sys.umtx_op () 4 LWP 100603 0x0000000010045f84 in .__sys.umtx_op () 5 LWP 100605 0x0000000010045f84 in .__sys.umtx_op () 6 LWP 100606 0x0000000010045f84 in .__sys.umtx_op ()(gdb) bt #0 0x0000000010006588 in hash_find_first_cb (node=3D0x81cfc28b0, = arg=3D0x3fffffffdf9fc128) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/hash.c:187 #1 0x0000000010008250 in list_iter (list=3D0x81cfc28b0, func=3D, private=3D0x3fffffffdf9fc128) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/common/list.c:127 #2 0x0000000010006538 in hash_match (hash=3D0x81711dc40, key=3D, fun=3D@0x100f5360: 0x10006584 , = private=3D0x81711dc40) at /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/hash.c:149 #3 hash_find (hash=3D, key=3D, = value=3D) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/hash.c:207 #4 0x0000000010000cb8 in alist_find (alist=3D, = name=3D, value=3D0x3fffffffdf9fc280) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/alist.c:130 #5 0x000000001000a290 in get_mapping (ta=3D, = srcid=3D) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:195 #6 equiv_node (ctdp=3D0x81c109180, mtdp=3D0x81df6dfc0, = ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:365 #7 0x0000000010009290 in equiv_su (stdp=3D, = ttdp=3D, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:291 #8 0x000000001000a34c in equiv_node (ctdp=3D0x81c10b740, = mtdp=3D0x81df7a1c0, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #9 0x0000000010009290 in equiv_su (stdp=3D, = ttdp=3D, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:291 #10 0x000000001000a34c in equiv_node (ctdp=3D0x81c1091c0, = mtdp=3D0x81df7a000, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #11 0x000000001000a34c in equiv_node (ctdp=3D0x81c109180, = mtdp=3D0x81df6dfc0, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #12 0x0000000010009290 in equiv_su (stdp=3D, = ttdp=3D, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:291 #13 0x000000001000a34c in equiv_node (ctdp=3D0x81c10b740, = mtdp=3D0x81df7a1c0, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #14 0x0000000010009290 in equiv_su (stdp=3D, = ttdp=3D, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:291 #15 0x000000001000a34c in equiv_node (ctdp=3D0x81c1091c0, = mtdp=3D0x81df7a000, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #16 0x000000001000a34c in equiv_node (ctdp=3D0x81c109180, = mtdp=3D0x81df6dfc0, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #17 0x0000000010009290 in equiv_su (stdp=3D, = ttdp=3D, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:291 #18 0x000000001000a34c in equiv_node (ctdp=3D0x81c10b740, = mtdp=3D0x81df7a1c0, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #19 0x0000000010009290 in equiv_su (stdp=3D, = ttdp=3D, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:291 #20 0x000000001000a34c in equiv_node (ctdp=3D0x81c1091c0, = mtdp=3D0x81df7a000, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #21 0x000000001000a34c in equiv_node (ctdp=3D0x81c109180, = mtdp=3D0x81df6dfc0, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:384 #22 0x0000000010009290 in equiv_su (stdp=3D, = ttdp=3D, ed=3D0x3fffffffdfbfa1f8) at = /usr/src/cddl/contrib/opensolaris/tools/ctf/cvt/merge.c:291 . . . Going the other way: . . . #13082 0x0000000000000000 in ?? () (gdb) down #13081 0x0000000010035010 in .thread_start () (gdb)=20 #13080 0x0000000010005864 in .worker_thread () (gdb)=20 #13079 0x0000000010008900 in .merge_into_master () (gdb)=20 #13078 0x00000000100060c8 in .hash_iter () (gdb)=20 #13077 0x0000000010008250 in .list_iter () (gdb)=20 #13076 0x0000000010009794 in .merge_type_cb () (gdb)=20 #13075 0x000000001000d500 in .iitraverse () (gdb)=20 #13074 0x000000001000d320 in .tdtraverse () (gdb)=20 #13073 0x000000001000d654 in .tdtrav_plain () (gdb)=20 #13072 0x000000001000d320 in .tdtraverse () (gdb)=20 #13071 0x000000001000d654 in .tdtrav_plain () (gdb)=20 #13070 0x000000001000d320 in .tdtraverse () (gdb)=20 #13069 0x000000001000d764 in .tdtrav_func () (gdb)=20 #13068 0x000000001000d320 in .tdtraverse () (gdb)=20 #13067 0x000000001000d654 in .tdtrav_plain () (gdb)=20 #13066 0x000000001000d320 in .tdtraverse () (gdb)=20 #13065 0x000000001000d7f8 in .tdtrav_su () (gdb)=20 #13064 0x000000001000d320 in .tdtraverse () (gdb)=20 #13063 0x000000001000d654 in .tdtrav_plain () (gdb)=20 #13062 0x000000001000d320 in .tdtraverse () (gdb)=20 #13061 0x000000001000d7f8 in .tdtrav_su () (gdb)=20 #13060 0x000000001000d368 in .tdtraverse () (gdb)=20 #13059 0x000000001000a468 in .map_td_tree_post () (gdb)=20 #13058 0x00000000100063dc in .hash_find_iter () (gdb)=20 #13057 0x0000000010008250 in .list_iter () (gdb)=20 #13056 0x0000000010006494 in .hash_find_list_cb () (gdb)=20 #13055 0x000000001000a0dc in .equiv_cb () (gdb)=20 #13054 0x000000001000a34c in .equiv_node () (gdb)=20 #13053 0x000000001000a34c in .equiv_node () (gdb)=20 #13052 0x0000000010009290 in .equiv_su () (gdb)=20 #13051 0x000000001000a34c in .equiv_node () (gdb)=20 #13050 0x0000000010009290 in .equiv_su () (gdb)=20 #13049 0x000000001000a34c in .equiv_node () (gdb)=20 #13048 0x000000001000a34c in .equiv_node () (gdb)=20 #13047 0x0000000010009290 in .equiv_su () (gdb)=20 #13046 0x000000001000a34c in .equiv_node () . . . =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-toolchain@freebsd.org Tue Mar 5 22:07:25 2019 Return-Path: Delivered-To: freebsd-toolchain@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 9D715151824C for ; Tue, 5 Mar 2019 22:07:25 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic314-21.consmr.mail.ne1.yahoo.com (sonic314-21.consmr.mail.ne1.yahoo.com [66.163.189.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE6B08B286 for ; Tue, 5 Mar 2019 22:07:23 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: qQ2oWJgVM1lUO35L5CJiMTkawtOl2BE8TBB63u05b0d1UmA7LsAop2b2vxtF691 nOjeX86iQFLdL5Xh.z562QhEijzdvvFNQYI4.xgnq40jyIm04ALEE7mNXDqZC4G.yxL8czG8sXH5 1MNWpA8zqIOiWCkT9cd3i0lE1q3OpHSYi6YCzGeTd1jdAIoYSH0Htq6k_fQXQX72h8e7Sz9gY3eW yVFyx8Aw0MZyLPQSewUE4xv8csuHuizh556byayPT4SAjrcekBvdvzvMexbFY7qgbRgy_rYXBivi oRFZBFYe7hElGgGam6pZK6TLF4v9whurnBu5T_fsSkY7MVL6BeZ8PEsO.W4MMghFhFgilFnXNbvO V82map4G5ZuHVVPBmEghtFbHBgZyCCRS48Ujaj7pBIEya5AIUq4VsoDhKnq0m8Cd_za0H5YJL6Vz IV3LYuV9GH.8pghy1aMvo9X5O6t02gOb5fNrwZrkhWdqOc0W0HxP4yIDCL1VVIVENu5oNowe5f2n m2AIr6y3wBzIRH_XNI5OU_.pIilqoJoYoZyGhjdUgUTLPRbZMqkc3t5MKvnOOJ_dkNcu.AOLyZrX TcoZpIem.YR_HEy2u.RrHVdKE6DLyLdhy2kulv5b3XYbO.srjVwzWurlqYSsui5enRN.WimR3p1s wDvS3hahlEALBz6qILL_Q6APuRdNDJ2Lb__NsXZoHHBAfqzE784i_TP2EEdGlBm8kjTGWMHMIL62 A48QDBZ0Tdela3e1JNSxngW6Bl2o64UNTke9I5Fy_XfylQqZITL0qjEYzz.TAGETwzRfG336l4j7 y9fOW6TvvVxUSyFGGL4hHQm8buF63qt8ERDBKd_Pl3j6VYFF7brUFgRmIywOsgYeqUMvYrHPZNOm YeYLFCVoE0DEwNCfhhFpRj4bS2FnI1tLjUo9XZTN1ytvuyjdlhHaspO69YH1xsoA7MdkIkELo2fV foNNj0nU625xPwfFNBwUwrMaIVRu93ov_3B2wvxkHpL4E3xT2jUD3R2g2P55uFCkDpdJHkh47KQP tV6J8pm9C3WKVGuktt27gPKOUfrwA7INtwT1c7VuryG3K9NZsBWHl1xaqpuome.61r5eyTgzEsiC 1sCmhP4tTeQKQBkViqJfQO1k2x.O1EaLSukh7Q7XoKQ-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.ne1.yahoo.com with HTTP; Tue, 5 Mar 2019 22:07:17 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.115]) ([67.170.167.181]) by smtp401.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID b984ec35996857788cf96da299e4bc56; Tue, 05 Mar 2019 22:07:14 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: Looks like head's clang 8 update broke compiling at least llvm/tools/lldb/source/API/SBMemoryRegionInfo*.cpp via gcc Message-Id: <962986D0-7F78-4DB4-87A5-3C10A93AC067@yahoo.com> Date: Tue, 5 Mar 2019 14:07:12 -0800 Cc: Dimitry Andric To: FreeBSD PowerPC ML , FreeBSD Toolchain X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: CE6B08B286 X-Spamd-Bar: ++ X-Spamd-Result: default: False [2.43 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36646, ipnet:66.163.184.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.50)[0.495,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(1.31)[ip: (4.36), ipnet: 66.163.184.0/21(1.25), asn: 36646(1.00), country: US(-0.07)]; NEURAL_SPAM_MEDIUM(0.44)[0.443,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(0.69)[0.690,0]; RCVD_IN_DNSWL_NONE(0.00)[147.189.163.66.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2019 22:07:25 -0000 For example, = https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/9167/console shows: 13:07:44 --- API/SBMemoryRegionInfo.o --- 13:07:44 In file included from = /workspace/src/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfo.cpp:1= 4:0: 13:07:44 = /workspace/src/contrib/llvm/tools/lldb/include/lldb/Target/MemoryRegionInf= o.h:128:54: error: 'template = lldb_private::MemoryRegionInfos::MemoryRegionInfos(_InputIterator, = _InputIterator, const allocator_type&)' inherited from = 'std::__1::vector' 13:07:44 using std::vector::vector; 13:07:44 ^~~~~~ 13:07:44 = /workspace/src/contrib/llvm/tools/lldb/include/lldb/Target/MemoryRegionInf= o.h:128:54: error: conflicts with version inherited from = 'std::__1::vector' 13:07:44 *** [API/SBMemoryRegionInfo.o] Error code 1 13:07:44=20 13:07:44 make[6]: stopped in /workspace/src/lib/clang/liblldb 13:07:44 --- API/SBMemoryRegionInfoList.o --- 13:07:44 In file included from = /workspace/src/contrib/llvm/tools/lldb/source/API/SBMemoryRegionInfoList.c= pp:13:0: 13:07:44 = /workspace/src/contrib/llvm/tools/lldb/include/lldb/Target/MemoryRegionInf= o.h:128:54: error: 'template = lldb_private::MemoryRegionInfos::MemoryRegionInfos(_InputIterator, = _InputIterator, const allocator_type&)' inherited from = 'std::__1::vector' 13:07:44 using std::vector::vector; 13:07:44 ^~~~~~ 13:07:44 = /workspace/src/contrib/llvm/tools/lldb/include/lldb/Target/MemoryRegionInf= o.h:128:54: error: conflicts with version inherited from = 'std::__1::vector' 13:07:45 *** [API/SBMemoryRegionInfoList.o] Error code 1 (I would directly notice such things more via powerpc64 experiments [native builds and cross builds], not via amd64 self-hosted.) Of course, if lldb is not built, the build might complete overall. But the status for such is not obvious. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-toolchain@freebsd.org Wed Mar 6 04:08:19 2019 Return-Path: Delivered-To: freebsd-toolchain@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 944771525162 for ; Wed, 6 Mar 2019 04:08:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 23F4971F65 for ; Wed, 6 Mar 2019 04:08:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D6B201525161; Wed, 6 Mar 2019 04:08:18 +0000 (UTC) Delivered-To: toolchain@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 C52C91525160 for ; Wed, 6 Mar 2019 04:08:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 646DE71F60 for ; Wed, 6 Mar 2019 04:08:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BBACE2532 for ; Wed, 6 Mar 2019 04:08:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x2648H4O086371 for ; Wed, 6 Mar 2019 04:08:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x2648H72086370 for toolchain@FreeBSD.org; Wed, 6 Mar 2019 04:08:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Wed, 06 Mar 2019 04:08:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 04:08:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #18 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Wed Mar 6 04:07:50 UTC 2019 New revision: 494772 URL: https://svnweb.freebsd.org/changeset/ports/494772 Log: www/firefox: unbreak on non-x86 checking for clock_gettime(CLOCK_MONOTONIC)... no [...] The error occurred while processing the following file: /wrkdirs/usr/ports/www/firefox/work/firefox-65.0.2/mozglue/misc/moz.b= uild A moz.build file called the error() function. The error it encountered is: No TimeStamp implementation on this platform. Build will not succeed Correct the error condition and try again. PR: 233707 Reported by: bob prohaska, pkg-fallout Submitted by: tijl Changes: head/Mk/bsd.gecko.mk --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Wed Mar 6 04:09:20 2019 Return-Path: Delivered-To: freebsd-toolchain@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 59D3015251A9 for ; Wed, 6 Mar 2019 04:09:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DDE9071FA6 for ; Wed, 6 Mar 2019 04:09:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9C7AF15251A7; Wed, 6 Mar 2019 04:09:19 +0000 (UTC) Delivered-To: toolchain@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 8ACB815251A6 for ; Wed, 6 Mar 2019 04:09:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2736F71FA0 for ; Wed, 6 Mar 2019 04:09:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 562D12538 for ; Wed, 6 Mar 2019 04:09:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x2649IUj087477 for ; Wed, 6 Mar 2019 04:09:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x2649IrI087476 for toolchain@FreeBSD.org; Wed, 6 Mar 2019 04:09:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Wed, 06 Mar 2019 04:09:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 04:09:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Wed Mar 6 04:19:59 2019 Return-Path: Delivered-To: freebsd-toolchain@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 352DF1525711 for ; Wed, 6 Mar 2019 04:19:59 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic308-12.consmr.mail.ne1.yahoo.com (sonic308-12.consmr.mail.ne1.yahoo.com [66.163.187.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ED9A724AA for ; Wed, 6 Mar 2019 04:19:57 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: hi_4JoMVM1n56TumW9rN2aUU3WVBj0MygTFNr90CDtV6JQ5kGXMeKmYNs6dPhHs 3sQNwBcE03r7CcSATnyEgdvFTptb2thpTte6f5q.4EzwXYnrXXkhL5EzyYaG_naI90W7tWjfYRqp XDDVWCo.FU7Cm4i1LZOPqet42CMi4ChSWHlZ3Q61._b99.2ax1yVL._4vMDKitDISvwIc0q8.J5P ymN_TpP8uaaZ0jD91GGrDBwRLTtDrGAq.Frh9pkslSNt3jP8WoV7TQZKR4iIZDOlaHU4aFlKZJBS 2FzsfazUTR8_HEAyB64tY.F2ANqQA7d8d8nJacX5Dds2s42UKxIh9jo69D3cKWu6ssA1cf5x_Zsz bsF0OSoX_SZN0iukweDOh8r0Wm1_S_Tr85Zx9lyQMDgomS43lmEjlR6ELnKYhvuJbzTRaJmuTM2O teY1WtaR1qgahx4QOKydH2M2gnqwPMVxt9s2dWPgbkYi68gsxyexxjJkwbOReSfv1___o0jPTdJ5 lmp_ZeOvnA0h6_VmXcciQ2LdWKcwiJDKszMLlVuldv.DaeRc0KCWPfYDFQ.xmYGPks2ZNdhyerQ8 _BH3gCWGfyyjPKIQBYEV1l8jEmvzqvopZmdziMW4qDU407DtOAHdyd8rTgo1.sCdUywclg3I5HTI VblPiIatm83PdXV8ITTUNexZaqYoCyqPJrJal9bD2BkoX6wZ0o.ieVwk8pbUsl9TCw6h6Sq1l0K5 STYII0a2CemU2.7Lm9XYoBl6YlCx2DFdfPRgr286_ubXFhy680mYyBqhDSN1P6fnYGHhyh136C4j xetFn0RTxhKtcaZx.l5T.6.DOjlsdiOHK9bNoJr4Ga39KwWp5nEQSIS27TzY4BAnuOE5DAoPsv0d UYbdGSB7ySkpcHuK5kPsh9VsfBorOKhlANlBDlKgSXOgmzo7dCyLtLWUy0jotInPkiIYZF5eLpg9 A9ws7l.86JQM8y4x4WiVbw6Iuyo7KM7GSr.v5OOyjXoc8MUERF9lWBOwA_tlEWOdxek78bIPQU_l s3WJHRBe43UCp__kuSpyFWh4A5igSICwr7oOyvD2FfSRFe9srYv45t9.J8g-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic308.consmr.mail.ne1.yahoo.com with HTTP; Wed, 6 Mar 2019 04:19:51 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.115]) ([67.170.167.181]) by smtp409.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 3957fa08fc24e321790eb19928b57284; Wed, 06 Mar 2019 04:19:46 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: amd64 -> powerpc64 port base/gcc use: "checking whether the C compiler works... Unable to load interpreter" and "If you meant to cross compile, use `--host'" Message-Id: <71E6ECD7-76B4-4C5A-9071-3CA0A20B4F24@yahoo.com> Date: Tue, 5 Mar 2019 20:19:45 -0800 To: John Baldwin , FreeBSD PowerPC ML , FreeBSD Toolchain X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: 1ED9A724AA X-Spamd-Bar: ++ X-Spamd-Result: default: False [2.30 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36646, ipnet:66.163.184.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.96)[0.962,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(1.16)[ip: (3.62), ipnet: 66.163.184.0/21(1.25), asn: 36646(1.00), country: US(-0.07)]; NEURAL_SPAM_MEDIUM(0.25)[0.253,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(0.44)[0.438,0]; RCVD_IN_DNSWL_NONE(0.00)[35.187.163.66.list.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 04:19:59 -0000 In trying to update powerpc64 from head -r344018 based to -r344825 based context via amd64->powerpc64 cross builds: base/binutils worked okay but base/gcc failed. This reports for base/gcc . (I actually only use base/binutils normally but I try base/gcc in case = it turns out that I need it.) # svnlite info /usr/ports | grep "Re[plv]" Relative URL: ^/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 494751 Last Changed Rev: 494751 # pwd /usr/ports/base/gcc # make CROSS_TOOLCHAIN=3Dpowerpc64-gcc = CROSS_SYSROOT=3D/usr/obj/DESTDIRs/xtcgcc-powerpc64-installworld package =3D=3D=3D> License GPLv3 GPLv3RLE accepted by the user =3D=3D=3D> freebsd-gcc-6.4.0_2 depends on file: /usr/local/sbin/pkg - = found =3D=3D=3D> Fetching all distfiles required by freebsd-gcc-6.4.0_2 for = building =3D=3D=3D> Extracting for freebsd-gcc-6.4.0_2 =3D> SHA256 Checksum OK for gcc-6.4.0.tar.xz. =3D> SHA256 Checksum OK for mpfr-3.1.6.tar.xz. =3D> SHA256 Checksum OK for gmp-6.1.2.tar.xz. =3D> SHA256 Checksum OK for mpc-1.0.3.tar.gz. cd /wrkdirs/usr/ports/base/gcc/work/gcc-6.4.0; /bin/ln -sf ../mpfr-3.1.6 = mpfr ; /bin/ln -sf ../gmp-6.1.2 gmp ; /bin/ln -sf ../mpc-1.0.3 mpc =3D=3D=3D> Patching for freebsd-gcc-6.4.0_2 =3D=3D=3D> Applying extra patch = /usr/ports/base/gcc/../../devel/powerpc64-gcc/files/freebsd-format-extensi= ons =3D=3D=3D> Applying extra patch = /usr/ports/base/gcc/../../devel/powerpc64-gcc/files/freebsd-libdir =3D=3D=3D> Applying extra patch = /usr/ports/base/gcc/../../devel/powerpc64-gcc/files/patch-gcc-freebsd-mips= =3D=3D=3D> Applying FreeBSD patches for freebsd-gcc-6.4.0_2 =3D=3D=3D> freebsd-gcc-6.4.0_2 depends on executable: gmake - found =3D=3D=3D> freebsd-gcc-6.4.0_2 depends on executable: makeinfo - found =3D=3D=3D> Configuring for freebsd-gcc-6.4.0_2 configure: loading site script /usr/ports/Templates/config.site checking build system type... powerpc64-unknown-freebsd13.0 checking host system type... powerpc64-unknown-freebsd13.0 checking target system type... powerpc64-unknown-freebsd13.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for a sed that does not truncate output... (cached) = /usr/bin/sed checking for gawk... (cached) /usr/bin/awk checking for libatomic support... yes checking for libcilkrts support... no checking for libitm support... yes checking for libsanitizer support... no checking for libvtv support... no checking for libmpx support... no checking for powerpc64-unknown-freebsd13.0-gcc... = /usr/local/bin/powerpc64-unknown-freebsd13.0-gcc = --sysroot=3D/usr/obj/DESTDIRs/xtcgcc-powerpc64-installworld checking for C compiler default output file name... a.out checking whether the C compiler works... Unable to load interpreter configure: error: in `/wrkdirs/usr/ports/base/gcc/work/.build': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to bapt@FreeBSD.org [maintainer] and attach = the "/wrkdirs/usr/ports/base/gcc/work/.build/config.log" including the = output of the failure of your make command. Also, it might be a good idea to = provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /usr/ports/base/gcc The config.log has: . . . configure:4413: checking for C compiler default output file name configure:4435: /usr/local/bin/powerpc64-unknown-freebsd13.0-gcc = --sysroot=3D/usr/obj/DESTDIRs/xtcgcc-powerpc64-installworld -O2 -pipe = -g -fno-strict-aliasing conftest.c >&5 configure:4439: $? =3D 0 configure:4476: result: a.out configure:4492: checking whether the C compiler works configure:4501: ./a.out configure:4505: $? =3D 255 configure:4512: error: in `/wrkdirs/usr/ports/base/gcc/work/.build': configure:4516: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. . . . =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-toolchain@freebsd.org Wed Mar 6 06:49:53 2019 Return-Path: Delivered-To: freebsd-toolchain@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 5A598152D484 for ; Wed, 6 Mar 2019 06:49:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E2AEE774E9 for ; Wed, 6 Mar 2019 06:49:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9C8D2152D481; Wed, 6 Mar 2019 06:49:52 +0000 (UTC) Delivered-To: toolchain@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 88752152D480 for ; Wed, 6 Mar 2019 06:49:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E9BA774E6 for ; Wed, 6 Mar 2019 06:49:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3C8EB3ECD for ; Wed, 6 Mar 2019 06:49:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x266npWI099215 for ; Wed, 6 Mar 2019 06:49:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x266nplW099214 for toolchain@FreeBSD.org; Wed, 6 Mar 2019 06:49:51 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236313] graphics/opencollada: excessive build time with clang 8 on i386 Date: Wed, 06 Mar 2019 06:49:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 06:49:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236313 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|sunpoet@FreeBSD.org |toolchain@FreeBSD.org CC| |sunpoet@FreeBSD.org --- Comment #2 from Jan Beich --- editors/libreoffice is unblocked. Over to compiler experts to minimize and = get upstream help. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Wed Mar 6 09:19:32 2019 Return-Path: Delivered-To: freebsd-toolchain@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 38EE01509AEB for ; Wed, 6 Mar 2019 09:19:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BD8B28443A for ; Wed, 6 Mar 2019 09:19:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 772F21509AEA; Wed, 6 Mar 2019 09:19:31 +0000 (UTC) Delivered-To: toolchain@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 64F391509AE9 for ; Wed, 6 Mar 2019 09:19:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 015E584435 for ; Wed, 6 Mar 2019 09:19:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 42B9554C2 for ; Wed, 6 Mar 2019 09:19:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x269JUSt071001 for ; Wed, 6 Mar 2019 09:19:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x269JUdS070991 for toolchain@FreeBSD.org; Wed, 6 Mar 2019 09:19:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Wed, 06 Mar 2019 09:19:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 09:19:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #19 from rozhuk.im@gmail.com --- Does not works for me. This work: MOZ_EXPORT+=3D ${CONFIGURE_ENV} \ RUSTFLAGS=3D"${RUSTFLAGS}" \ PERL=3D"${PERL}" \ EXPAND_LIBS_LIST_STYLE=3D"filelist" \ ac_cv_struct_tm_zone_tm_gmtoff=3D"yes" \ ac_cv_clock_monotonic=3D"yes" --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Wed Mar 6 11:35:17 2019 Return-Path: Delivered-To: freebsd-toolchain@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 62956150E39A for ; Wed, 6 Mar 2019 11:35:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E4DE089464 for ; Wed, 6 Mar 2019 11:35:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9E245150E399; Wed, 6 Mar 2019 11:35:16 +0000 (UTC) Delivered-To: toolchain@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 8B5F8150E398 for ; Wed, 6 Mar 2019 11:35:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2566989463 for ; Wed, 6 Mar 2019 11:35:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0B76C6955 for ; Wed, 6 Mar 2019 11:35:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x26BZER0063895 for ; Wed, 6 Mar 2019 11:35:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x26BZEHh063894 for toolchain@FreeBSD.org; Wed, 6 Mar 2019 11:35:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Wed, 06 Mar 2019 11:35:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 11:35:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #20 from rozhuk.im@gmail.com --- (In reply to rozhuk.im from comment #19) Works for config, fail on build, can not find -lyes, with EXPAND_LIBS_LIST_STYLE=3D"list" --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Wed Mar 6 18:32:49 2019 Return-Path: Delivered-To: freebsd-toolchain@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 D79DB1523926 for ; Wed, 6 Mar 2019 18:32:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6A88A6AF39 for ; Wed, 6 Mar 2019 18:32:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2A6AC1523925; Wed, 6 Mar 2019 18:32:49 +0000 (UTC) Delivered-To: toolchain@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 1617E1523924 for ; Wed, 6 Mar 2019 18:32:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A03996AF37 for ; Wed, 6 Mar 2019 18:32:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id DF967A68D for ; Wed, 6 Mar 2019 18:32:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x26IWleR049047 for ; Wed, 6 Mar 2019 18:32:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x26IWlg3049045 for toolchain@FreeBSD.org; Wed, 6 Mar 2019 18:32:47 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 234232] clang Assertion failed when building the port devel/aws-checksums Date: Wed, 06 Mar 2019 18:32:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 18:32:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234232 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dim@FreeBSD.org Status|New |Open --- Comment #4 from Dimitry Andric --- This reproduces even with very old versions of clang, e.g. it has been in t= here for a long time; though assertions need to be enabled. Minimized and submitted upstream here: https://bugs.llvm.org/show_bug.cgi?id=3D40985 --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Wed Mar 6 19:48:48 2019 Return-Path: Delivered-To: freebsd-toolchain@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 CE5261525558 for ; Wed, 6 Mar 2019 19:48:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 617426D7C0 for ; Wed, 6 Mar 2019 19:48:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 21B7F1525557; Wed, 6 Mar 2019 19:48:48 +0000 (UTC) Delivered-To: toolchain@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 0D0801525556 for ; Wed, 6 Mar 2019 19:48:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 898AC6D7BC for ; Wed, 6 Mar 2019 19:48:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D617FB0C0 for ; Wed, 6 Mar 2019 19:48:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x26JmkEP031445 for ; Wed, 6 Mar 2019 19:48:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x26JmkBU031444 for toolchain@FreeBSD.org; Wed, 6 Mar 2019 19:48:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236313] graphics/opencollada: excessive build time with clang 8 on i386 Date: Wed, 06 Mar 2019 19:48:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 19:48:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236313 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |dim@FreeBSD.org --- Comment #3 from Dimitry Andric --- Regressed by https://reviews.llvm.org/rL342578, I filed an upstream bug: https://bugs.llvm.org/show_bug.cgi?id=3D40986 This is going to take a while to properly reduce. :) Btw, no such hang occ= urs on amd64? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Wed Mar 6 20:39:20 2019 Return-Path: Delivered-To: freebsd-toolchain@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 CFF36152660C for ; Wed, 6 Mar 2019 20:39:19 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic307-3.consmr.mail.bf2.yahoo.com (sonic307-3.consmr.mail.bf2.yahoo.com [74.6.134.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCFF06F335 for ; Wed, 6 Mar 2019 20:39:18 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: b2nPwJEVM1naM5CDcx49O5_b4.f6q5iW36iQLGx4VfyRU0wzkt7V_6RmE0ODrc0 m1WiN2i1bryBIqWN_zfdAXRRF7lo6E_XTAxO936Sv_EN4Zaj.SLSEjB8xRjsJfuXV.MqdwLmd3Gq udmEndhxmJ3r4k.RhU2I8DmFsR0bXsHXPzlcb6C96pu4dOv7j_bpGLeOgJyBM4n1LYkfSSd9NdGT m0A70ErM2L8RQ8JqLS7udIGtJQ2J6W4D7Ik96hl3mA_5.4DwpkHA4mZriXMK3kPqlcacPOXqQDym 7Gf3v0eJkdXEJ93tV4avATvZdaaFb87z.fygyLwsuPnF.97tQzFJWPiLwmfZ5AsEogUEG.3oJmM9 pt0RwIp6gDAyjRGxtK5d3dp797lzllcHC1KRm_gHtFg_OaMxc8NNToO3o4t0CWcFEk3XRJ0ZAszl 2TGqIsZ9qSuD8qbOeLNLM854Hstt_..WnJRpih6MReMLe66kytP0dwvCJG93qdjjbVXhpIDNks2Q gTk0N_EAPU5nNxgmCNuw0QiQr9nbE.b6hoxvRZeBb0TqoX57ioZbmS00gMhkeGd33xNswsO4zN.F ppgR_aFEzIjbzLGS5OOmZLg_2lTHf6MD.Ynp.qNRrezJVuq8zxF3B_Ffod72YDgubldbd7YOxjLd vpP0yukJG3_okyTgwuWGggIMrcE9RXet3BQ68fuXkcDobPiaemn8TKtVNUeEmuKeO7lRwrWBpIRe RZXZOCWOeii9JyC5kDXhpT6e3PFRnVntA2WsC0QkZovQkfPoWcAtf0aQgGc1Ewn7laQxUr9bSAh2 jKwpM74rfHTK48ki6c_L56wUZIexs9OdVadqqt7O0o7I1bjWngIIAyjQKtmzWmrA2GugNuozRsVj vR1J3EDu1Ut0ibYRqtcnNL5I38YlzGLsEN68KDTvDPQUDxg7hCgHCMy1y63GQh3YHixRPgmOW9j0 I25E_jw1nAgn_eFjrt4Csv2Vs4xOw175KD6iGRHS8_bGLOjEo60g8X0dU98magBroprF5cZprgVe STpwPodlIoo2JfpmH_9tpp1q60n5KtkSBPMyYhBe00kJ7D6GWZpcwYDoBTtfRHYreAg-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.bf2.yahoo.com with HTTP; Wed, 6 Mar 2019 20:39:11 +0000 Received: from c-67-170-167-181.hsd1.or.comcast.net (EHLO [192.168.1.115]) ([67.170.167.181]) by smtp428.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 830708bc055ebb3c45b5947a406df10d; Wed, 06 Mar 2019 20:39:09 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: powerpc64 head -r344825: system-clang (8.0.0) asserts compiling mesa-dri-18.3.2_2's glsl/ir_clone.cpp: "Target supports vector op, but scalar requires expansion?" Message-Id: <5D54B918-22AE-4395-82D2-569678C01835@yahoo.com> Date: Wed, 6 Mar 2019 12:39:06 -0800 Cc: FreeBSD PowerPC ML , ports-list freebsd To: Dimitry Andric , FreeBSD Toolchain X-Mailer: Apple Mail (2.3445.102.3) X-Rspamd-Queue-Id: BCFF06F335 X-Spamd-Bar: ++ X-Spamd-Result: default: False [2.79 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; MV_CASE(0.50)[]; FREEMAIL_FROM(0.00)[yahoo.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; MX_GOOD(-0.01)[cached: mta6.am0.yahoodns.net]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:26101, ipnet:74.6.128.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; SUBJECT_HAS_QUESTION(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_SPAM_SHORT(0.77)[0.768,0]; MIME_GOOD(-0.10)[text/plain]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; NEURAL_SPAM_MEDIUM(0.80)[0.800,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(0.53)[0.531,0]; RCVD_IN_DNSWL_NONE(0.00)[42.134.6.74.list.dnswl.org : 127.0.5.0]; IP_SCORE(1.20)[ip: (3.45), ipnet: 74.6.128.0/21(1.46), asn: 26101(1.17), country: US(-0.07)]; RWL_MAILSPIKE_POSSIBLE(0.00)[42.134.6.74.rep.mailspike.net : 127.0.0.17] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2019 20:39:20 -0000 The below is from a ports-mgmt/poudriere-devel run under FreeBSD head -r344825 on an old PowerMac G5 (2 sockets, 2 cores each, powerpc64). The /usr/ports is from head -r494751 . buildworld buildkernel was via devel/powerpc64-xtoolchain-gcc materials and system-clang (8.0.0) was built (and installed as cc/c++) as part of that. /usr/ports/base/binutils was used to supply the system binutils, including ld. (Running the PowerPC G5 for this context does require some hacks in /usr/src/ currently.) Being a poudriere-devel run, the /tmp/nir_constant_expressions-be5a21.* are not available (not recorded in the tar of the failure). (Too bad there is a mismatch betting poudriere's capture and where such files are placed.) But I do have a gdb based backtrace from the: work/mesa-18.3.2/src/compiler/cc.15701.core The assert was the one in: case ISD::FTRUNC: { // We're going to widen this vector op to a legal type by padding = with undef // elements. If the wide vector op is eventually going to be = expanded to // scalar libcalls, then unroll into scalar ops now to avoid = unnecessary // libcalls on the undef elements. We are assuming that if the = scalar op // requires expanding, then the vector op needs expanding too. EVT VT =3D N->getValueType(0); if (TLI.isOperationExpand(N->getOpcode(), VT.getScalarType())) { EVT WideVecVT =3D TLI.getTypeToTransformTo(*DAG.getContext(), VT); assert(!TLI.isOperationLegalOrCustom(N->getOpcode(), WideVecVT) && "Target supports vector op, but scalar requires = expansion?"); Res =3D DAG.UnrollVectorOp(N, WideVecVT.getVectorNumElements()); break; } (gdb) info threads Id Target Id Frame=20 * 1 LWP 100119 0x00000000137251e8 in .__sys_thr_kill () at = thr_kill.S:3 (gdb) bt #0 0x00000000137251e8 in .__sys_thr_kill () at thr_kill.S:3 #1 0x00000000137247bc in __raise (s=3D) at = /usr/src/lib/libc/gen/raise.c:52 #2 0x00000000136e6410 in abort () at = /usr/src/lib/libc/stdlib/abort.c:79 #3 0x0000000013712fd8 in __assert (func=3D, = file=3D, line=3D, failedexpr=3D) at /usr/src/lib/libc/gen/assert.c:51 #4 0x000000001351f20c in llvm::DAGTypeLegalizer::WidenVectorResult () = at = /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:253= 1 #5 0x0000000012f1d7d8 in llvm::DAGTypeLegalizer::run () at = /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp:281 #6 0x0000000012f1eab4 in llvm::SelectionDAG::LegalizeTypes () at = /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp:1115 #7 0x0000000012db9e50 in llvm::SelectionDAGISel::CodeGenAndEmitDAG () = at = /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:776 #8 0x0000000012dbf934 in llvm::SelectionDAGISel::SelectAllBasicBlocks = () at = /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1784 #9 0x0000000012dc2668 in llvm::SelectionDAGISel::runOnMachineFunction = () at = /usr/src/contrib/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:471 #10 0x00000000120edfc8 in runOnMachineFunction () at = /usr/src/contrib/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:155 #11 0x00000000130514b4 in llvm::MachineFunctionPass::runOnFunction () at = /usr/src/contrib/llvm/lib/CodeGen/MachineFunctionPass.cpp:74 #12 0x000000001296d640 in llvm::FPPassManager::runOnFunction () at = /usr/src/contrib/llvm/lib/IR/LegacyPassManager.cpp:1644 #13 0x000000001296d908 in llvm::FPPassManager::runOnModule () at = /usr/src/contrib/llvm/lib/IR/LegacyPassManager.cpp:1679 #14 0x000000001296e780 in runOnModule () at = /usr/src/contrib/llvm/lib/IR/LegacyPassManager.cpp:1744 #15 llvm::legacy::PassManagerImpl::run () at = /usr/src/contrib/llvm/lib/IR/LegacyPassManager.cpp:1857 #16 0x0000000010bbac7c in EmitAssembly () at = /usr/src/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp:882 #17 0x0000000010bbc9a8 in clang::EmitBackendOutput () at = /usr/src/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp:1318 #18 0x00000000103cd0b0 in clang::BackendConsumer::HandleTranslationUnit = () at = /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp:295 #19 0x0000000010821d40 in clang::ParseAST () at = /usr/src/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp:170 #20 0x000000001080d528 in clang::ASTFrontendAction::ExecuteAction () at = /usr/src/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp:1037 #21 0x00000000103cc108 in clang::CodeGenAction::ExecuteAction () at = /usr/src/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp:1048 #22 0x0000000010811eb0 in clang::FrontendAction::Execute () at = /usr/src/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp:935 #23 0x00000000111b1960 in clang::CompilerInstance::ExecuteAction () at = /usr/src/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp:955 #24 0x00000000103b602c in clang::ExecuteCompilerInvocation () at = /usr/src/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocati= on.cpp:268 #25 0x00000000103a47c8 in cc1_main () at = /usr/src/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp:219 #26 0x0000000010346908 in ExecuteCC1Tool () at = /usr/src/contrib/llvm/tools/clang/tools/driver/driver.cpp:310 #27 main () at = /usr/src/contrib/llvm/tools/clang/tools/driver/driver.cpp:382 For reference: libtool: compile: c++ -DPACKAGE_NAME=3D\"Mesa\" = -DPACKAGE_TARNAME=3D\"mesa\" -DPACKAGE_VERSION=3D\"18.3.2\" = "-DPACKAGE_STRING=3D\"Mesa 18.3.2\"" = "-DPACKAGE_BUGREPORT=3D\"https://bugs.freedesktop.org/enter_bug.cgi?produc= t=3DMesa\"" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"mesa\" = -DVERSION=3D\"18.3.2\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 = -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 = -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 = -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 = -DLT_OBJDIR=3D\".libs/\" -DYYTEXT_POINTER=3D1 -DHAVE___BUILTIN_BSWAP32=3D1= -DHAVE___BUILTIN_BSWAP64=3D1 -DHAVE___BUILTIN_CLZ=3D1 = -DHAVE___BUILTIN_CLZLL=3D1 -DHAVE___BUILTIN_CTZ=3D1 = -DHAVE___BUILTIN_EXPECT=3D1 -DHAVE___BUILTIN_FFS=3D1 = -DHAVE___BUILTIN_FFSLL=3D1 -DHAVE___BUILTIN_POPCOUNT=3D1 = -DHAVE___BUILTIN_POPCOUNTLL=3D1 -DHAVE___BUILTIN_UNREACHABLE=3D1 = -DHAVE_FUNC_ATTRIBUTE_CONST=3D1 -DHAVE_FUNC_ATTRIBUTE_FLATTEN=3D1 = -DHAVE_FUNC_ATTRIBUTE_FORMAT=3D1 -DHAVE_FUNC_ATTRIBUTE_MALLOC=3D1 = -DHAVE_FUNC_ATTRIBUTE_PACKED=3D1 -DHAVE_FUNC_ATTRIBUTE_PURE=3D1 = -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL=3D1 -DHAVE_FUNC_ATTRIBUTE_UNUSED=3D1= -DHAVE_FUNC_ATTRIBUTE_VISIBILITY=3D1 = -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT=3D1 = -DHAVE_FUNC_ATTRIBUTE_WEAK=3D1 -DHAVE_FUNC_ATTRIBUTE_ALIAS=3D1 = -DHAVE_FUNC_ATTRIBUTE_NORETURN=3D1 -DHAVE_DLADDR=3D1 = -DHAVE_CLOCK_GETTIME=3D1 -DHAVE_CLOCK_NANOSLEEP=3D1 = -DHAVE_PTHREAD_PRIO_INHERIT=3D1 -DHAVE_PTHREAD=3D1 -DHAVE_SYS_UMTX_H=3D1 = -DENABLE_ST_OMX_BELLAGIO=3D0 -DENABLE_ST_OMX_TIZONIA=3D0 -I. = -I../../include -I../../src -I../../src/mapi -I../../src/mesa/ = -I../../src/compiler/glsl -I../../src/compiler/glsl = -I../../src/compiler/glsl/glcpp -I../../src/compiler/nir = -I../../src/compiler/nir -I../../src/compiler/spirv = -I../../src/gallium/include -I../../src/gallium/auxiliary = -I../../src/gtest/include -D__STDC_CONSTANT_MACROS = -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DUSE_GCC_ATOMIC_BUILTINS = -DNDEBUG -DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_DLFCN_H = -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_STRTOD_L = -DHAVE_DL_ITERATE_PHDR -DHAVE_POSIX_MEMALIGN -DHAVE_ZLIB = -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_LIBDRM = -DGLX_USE_DRM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING = -DHAVE_X11_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_DRM_PLATFORM = -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 = -DHAVE_DRI3_MODIFIERS -DENABLE_SHADER_CACHE -DHAVE_MINCORE = -DHAVE_LLVM=3D0x0600 -DMESA_LLVM_VERSION_PATCH=3D1 -isystem = /usr/local/include -fvisibility=3Dhidden -Werror=3Dpointer-arith = -Werror=3Dvla -O2 -pipe -g -isystem /usr/local/include = -fno-strict-aliasing -isystem /usr/local/include -Wall -fno-math-errno = -fno-trapping-math -Wno-missing-field-initializers -Qunused-arguments = -MT glsl/ir_builder.lo -MD -MP -MF glsl/.deps/ir_builder.Tpo -c = glsl/ir_builder.cpp -fPIC -DPIC -o glsl/.libs/ir_builder.o libtool: compile: c++ -DPACKAGE_NAME=3D\"Mesa\" = -DPACKAGE_TARNAME=3D\"mesa\" -DPACKAGE_VERSION=3D\"18.3.2\" = "-DPACKAGE_STRING=3D\"Mesa 18.3.2\"" = "-DPACKAGE_BUGREPORT=3D\"https://bugs.freedesktop.org/enter_bug.cgi?produc= t=3DMesa\"" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"mesa\" = -DVERSION=3D\"18.3.2\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 = -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 = -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 = -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 = -DLT_OBJDIR=3D\".libs/\" -DYYTEXT_POINTER=3D1 -DHAVE___BUILTIN_BSWAP32=3D1= -DHAVE___BUILTIN_BSWAP64=3D1 -DHAVE___BUILTIN_CLZ=3D1 = -DHAVE___BUILTIN_CLZLL=3D1 -DHAVE___BUILTIN_CTZ=3D1 = -DHAVE___BUILTIN_EXPECT=3D1 -DHAVE___BUILTIN_FFS=3D1 = -DHAVE___BUILTIN_FFSLL=3D1 -DHAVE___BUILTIN_POPCOUNT=3D1 = -DHAVE___BUILTIN_POPCOUNTLL=3D1 -DHAVE___BUILTIN_UNREACHABLE=3D1 = -DHAVE_FUNC_ATTRIBUTE_CONST=3D1 -DHAVE_FUNC_ATTRIBUTE_FLATTEN=3D1 = -DHAVE_FUNC_ATTRIBUTE_FORMAT=3D1 -DHAVE_FUNC_ATTRIBUTE_MALLOC=3D1 = -DHAVE_FUNC_ATTRIBUTE_PACKED=3D1 -DHAVE_FUNC_ATTRIBUTE_PURE=3D1 = -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL=3D1 -DHAVE_FUNC_ATTRIBUTE_UNUSED=3D1= -DHAVE_FUNC_ATTRIBUTE_VISIBILITY=3D1 = -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT=3D1 = -DHAVE_FUNC_ATTRIBUTE_WEAK=3D1 -DHAVE_FUNC_ATTRIBUTE_ALIAS=3D1 = -DHAVE_FUNC_ATTRIBUTE_NORETURN=3D1 -DHAVE_DLADDR=3D1 = -DHAVE_CLOCK_GETTIME=3D1 -DHAVE_CLOCK_NANOSLEEP=3D1 = -DHAVE_PTHREAD_PRIO_INHERIT=3D1 -DHAVE_PTHREAD=3D1 -DHAVE_SYS_UMTX_H=3D1 = -DENABLE_ST_OMX_BELLAGIO=3D0 -DENABLE_ST_OMX_TIZONIA=3D0 -I. = -I../../include -I../../src -I../../src/mapi -I../../src/mesa/ = -I../../src/compiler/glsl -I../../src/compiler/glsl = -I../../src/compiler/glsl/glcpp -I../../src/compiler/nir = -I../../src/compiler/nir -I../../src/compiler/spirv = -I../../src/gallium/include -I../../src/gallium/auxiliary = -I../../src/gtest/include -D__STDC_CONSTANT_MACROS = -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DUSE_GCC_ATOMIC_BUILTINS = -DNDEBUG -DHAVE_XLOCALE_H -DHAVE_SYS_SYSCTL_H -DHAVE_DLFCN_H = -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_STRTOD_L = -DHAVE_DL_ITERATE_PHDR -DHAVE_POSIX_MEMALIGN -DHAVE_ZLIB = -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_LIBDRM = -DGLX_USE_DRM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING = -DHAVE_X11_PLATFORM -DHAVE_SURFACELESS_PLATFORM -DHAVE_DRM_PLATFORM = -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 = -DHAVE_DRI3_MODIFIERS -DENABLE_SHADER_CACHE -DHAVE_MINCORE = -DHAVE_LLVM=3D0x0600 -DMESA_LLVM_VERSION_PATCH=3D1 -isystem = /usr/local/include -fvisibility=3Dhidden -Werror=3Dpointer-arith = -Werror=3Dvla -O2 -pipe -g -isystem /usr/local/include = -fno-strict-aliasing -isystem /usr/local/include -Wall -fno-math-errno = -fno-trapping-math -Wno-missing-field-initializers -Qunused-arguments = -MT glsl/ir_clone.lo -MD -MP -MF glsl/.deps/ir_clone.Tpo -c = glsl/ir_clone.cpp -fPIC -DPIC -o glsl/.libs/ir_clone.o cc: error: unable to execute command: Abort trap (core dumped) cc: error: clang frontend command failed due to signal (use -v to see = invocation) FreeBSD clang version 8.0.0 (branches/release_80 355313) (based on LLVM = 8.0.0) Target: powerpc64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin cc: note: diagnostic msg: PLEASE submit a bug report to = https://bugs.freebsd.org/submit/ and include the crash backtrace, = preprocessed source, and associated run script. cc: note: diagnostic msg:=20 ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: cc: note: diagnostic msg: /tmp/nir_constant_expressions-be5a21.c cc: note: diagnostic msg: /tmp/nir_constant_expressions-be5a21.sh cc: note: diagnostic msg:=20 =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-toolchain@freebsd.org Thu Mar 7 00:57:24 2019 Return-Path: Delivered-To: freebsd-toolchain@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 36F08152D174; Thu, 7 Mar 2019 00:57:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8C4581FD8; Thu, 7 Mar 2019 00:57:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro-3.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 4A19E803F; Thu, 7 Mar 2019 00:57:23 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: amd64 -> powerpc64 port base/gcc use: "checking whether the C compiler works... Unable to load interpreter" and "If you meant to cross compile, use `--host'" To: Mark Millard , FreeBSD PowerPC ML , FreeBSD Toolchain References: <71E6ECD7-76B4-4C5A-9071-3CA0A20B4F24@yahoo.com> From: John Baldwin Openpgp: preference=signencrypt Autocrypt: addr=jhb@FreeBSD.org; keydata= mQGiBETQ+XcRBADMFybiq69u+fJRy/0wzqTNS8jFfWaBTs5/OfcV7wWezVmf9sgwn8TW0Dk0 c9MBl0pz+H01dA2ZSGZ5fXlmFIsee1WEzqeJzpiwd/pejPgSzXB9ijbLHZ2/E0jhGBcVy5Yo /Tw5+U/+laeYKu2xb0XPvM0zMNls1ah5OnP9a6Ql6wCgupaoMySb7DXm2LHD1Z9jTsHcAQMD /1jzh2BoHriy/Q2s4KzzjVp/mQO5DSm2z14BvbQRcXU48oAosHA1u3Wrov6LfPY+0U1tG47X 1BGfnQH+rNAaH0livoSBQ0IPI/8WfIW7ub4qV6HYwWKVqkDkqwcpmGNDbz3gfaDht6nsie5Z pcuCcul4M9CW7Md6zzyvktjnbz61BADGDCopfZC4of0Z3Ka0u8Wik6UJOuqShBt1WcFS8ya1 oB4rc4tXfSHyMF63aPUBMxHR5DXeH+EO2edoSwViDMqWk1jTnYza51rbGY+pebLQOVOxAY7k do5Ordl3wklBPMVEPWoZ61SdbcjhHVwaC5zfiskcxj5wwXd2E9qYlBqRg7QeSm9obiBCYWxk d2luIDxqaGJARnJlZUJTRC5vcmc+iGAEExECACAFAkTQ+awCGwMGCwkIBwMCBBUCCAMEFgID AQIeAQIXgAAKCRBy3lIGd+N/BI6RAJ9S97fvbME+3hxzE3JUyUZ6vTewDACdE1stFuSfqMvM jomvZdYxIYyTUpC5Ag0ERND5ghAIAPwsO0B7BL+bz8sLlLoQktGxXwXQfS5cInvL17Dsgnr3 1AKa94j9EnXQyPEj7u0d+LmEe6CGEGDh1OcGFTMVrof2ZzkSy4+FkZwMKJpTiqeaShMh+Goj XlwIMDxyADYvBIg3eN5YdFKaPQpfgSqhT+7El7w+wSZZD8pPQuLAnie5iz9C8iKy4/cMSOrH YUK/tO+Nhw8Jjlw94Ik0T80iEhI2t+XBVjwdfjbq3HrJ0ehqdBwukyeJRYKmbn298KOFQVHO EVbHA4rF/37jzaMadK43FgJ0SAhPPF5l4l89z5oPu0b/+5e2inA3b8J3iGZxywjM+Csq1tqz hltEc7Q+E08AAwUIAL+15XH8bPbjNJdVyg2CMl10JNW2wWg2Q6qdljeaRqeR6zFus7EZTwtX sNzs5bP8y51PSUDJbeiy2RNCNKWFMndM22TZnk3GNG45nQd4OwYK0RZVrikalmJY5Q6m7Z16 4yrZgIXFdKj2t8F+x613/SJW1lIr9/bDp4U9tw0V1g3l2dFtD3p3ZrQ3hpoDtoK70ioIAjjH aIXIAcm3FGZFXy503DOA0KaTWwvOVdYCFLm3zWuSOmrX/GsEc7ovasOWwjPn878qVjbUKWwx Q4QkF4OhUV9zPtf9tDSAZ3x7QSwoKbCoRCZ/xbyTUPyQ1VvNy/mYrBcYlzHodsaqUDjHuW+I SQQYEQIACQUCRND5ggIbDAAKCRBy3lIGd+N/BCO8AJ9j1dWVQWxw/YdTbEyrRKOY8YZNwwCf afMAg8QvmOWnHx3wl8WslCaXaE8= Message-ID: <3c4f5708-a7e7-7f2e-2e97-0efad5e04e1d@FreeBSD.org> Date: Wed, 6 Mar 2019 16:57:09 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <71E6ECD7-76B4-4C5A-9071-3CA0A20B4F24@yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: B8C4581FD8 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 00:57:24 -0000 On 3/5/19 8:19 PM, Mark Millard wrote: > In trying to update powerpc64 from head -r344018 based to -r344825 based > context via amd64->powerpc64 cross builds: base/binutils worked okay > but base/gcc failed. This reports for base/gcc . > > (I actually only use base/binutils normally but I try base/gcc in case it > turns out that I need it.) Patch pending review at https://reviews.freebsd.org/D19484 Thanks. -- John Baldwin From owner-freebsd-toolchain@freebsd.org Thu Mar 7 02:50:12 2019 Return-Path: Delivered-To: freebsd-toolchain@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 DED4A15096C2 for ; Thu, 7 Mar 2019 02:50:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7486C87DA9 for ; Thu, 7 Mar 2019 02:50:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3746415096BA; Thu, 7 Mar 2019 02:50:12 +0000 (UTC) Delivered-To: toolchain@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 25D2615096B8 for ; Thu, 7 Mar 2019 02:50:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6F3587DA7 for ; Thu, 7 Mar 2019 02:50:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id DEE71EF1C for ; Thu, 7 Mar 2019 02:50:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x272oAmO016546 for ; Thu, 7 Mar 2019 02:50:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x272oAkd016545 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 02:50:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 178792] -march=native fails with clang on certain CPU's Date: Thu, 07 Mar 2019 02:50:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: amd64 X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: xistence@0x58.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 02:50:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D178792 --- Comment #1 from Bert JW Regeer --- Several years later, this is no longer an issue on FreeBSD 12.0-RELEASE --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 08:16:57 2019 Return-Path: Delivered-To: freebsd-toolchain@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 1E9F51523443 for ; Thu, 7 Mar 2019 08:16:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A3CE06FC0A for ; Thu, 7 Mar 2019 08:16:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5E4191523442; Thu, 7 Mar 2019 08:16:56 +0000 (UTC) Delivered-To: toolchain@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 4A3771523441 for ; Thu, 7 Mar 2019 08:16:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D45BA6FC06 for ; Thu, 7 Mar 2019 08:16:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 064AD11F6B for ; Thu, 7 Mar 2019 08:16:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x278GsUX047836 for ; Thu, 7 Mar 2019 08:16:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x278Gsid047835 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 08:16:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Thu, 07 Mar 2019 08:16:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 08:16:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #21 from rozhuk.im@gmail.com --- Created attachment 202675 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202675&action= =3Dedit add linker flag to tests I made a proper patch, now no errors on configure and build, it does not ne= ed last change that commitetd into ports tree - 494772. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 08:13:11 2019 Return-Path: Delivered-To: freebsd-toolchain@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 B453F15231B5 for ; Thu, 7 Mar 2019 08:13:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4BBC66FB10 for ; Thu, 7 Mar 2019 08:13:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0FDD415231B4; Thu, 7 Mar 2019 08:13:11 +0000 (UTC) Delivered-To: toolchain@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 F158015231B3 for ; Thu, 7 Mar 2019 08:13:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 704696FB0D for ; Thu, 7 Mar 2019 08:13:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BA75611F5F for ; Thu, 7 Mar 2019 08:13:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x278D9cG043564 for ; Thu, 7 Mar 2019 08:13:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x278D9OX043563 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 08:13:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 234232] clang Assertion failed when building the port devel/aws-checksums Date: Thu, 07 Mar 2019 08:13:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: mfc-stable11? mfc-stable12? X-Bugzilla-Changed-Fields: see_also flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 08:13:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234232 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.llvm.org/show_ | |bug.cgi?id=3D40985 Flags| |mfc-stable11?, | |mfc-stable12? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 08:15:18 2019 Return-Path: Delivered-To: freebsd-toolchain@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 21A63152336B for ; Thu, 7 Mar 2019 08:15:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A7A546FB8A for ; Thu, 7 Mar 2019 08:15:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 6BBBE152336A; Thu, 7 Mar 2019 08:15:17 +0000 (UTC) Delivered-To: toolchain@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 58EB41523368 for ; Thu, 7 Mar 2019 08:15:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3A826FB87 for ; Thu, 7 Mar 2019 08:15:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2497611F61 for ; Thu, 7 Mar 2019 08:15:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x278FGoV046096 for ; Thu, 7 Mar 2019 08:15:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x278FGNT046095 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 08:15:16 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 178792] -march=native fails with clang on certain CPU's Date: Thu, 07 Mar 2019 08:15:15 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: amd64 X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution assigned_to bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 08:15:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D178792 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |toolchain@FreeBSD.org Resolution|--- |Overcome By Events Assignee|toolchain@FreeBSD.org |koobs@FreeBSD.org Status|In Progress |Closed --- Comment #2 from Kubilay Kocak --- Thank you for the update Bert, apologies that this issue didn't see progress sooner --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 09:14:59 2019 Return-Path: Delivered-To: freebsd-toolchain@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 057F71526478 for ; Thu, 7 Mar 2019 09:14:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB2C72457 for ; Thu, 7 Mar 2019 09:14:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4DD1F1526477; Thu, 7 Mar 2019 09:14:58 +0000 (UTC) Delivered-To: toolchain@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 39D101526476 for ; Thu, 7 Mar 2019 09:14:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C368472453 for ; Thu, 7 Mar 2019 09:14:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B8A6B1285B for ; Thu, 7 Mar 2019 09:14:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x279EuIA067563 for ; Thu, 7 Mar 2019 09:14:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x279EuEs067556 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 09:14:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Thu, 07 Mar 2019 09:14:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 09:14:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #22 from Tijl Coosemans --- (In reply to rozhuk.im from comment #20) Can you show the actual error? I think it's looking for -lyes because you = have ac_cv_clock_monotonic=3D"yes" instead of ac_cv_clock_monotonic=3D --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 10:14:35 2019 Return-Path: Delivered-To: freebsd-toolchain@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 99F021528A8A for ; Thu, 7 Mar 2019 10:14:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5320E75250 for ; Thu, 7 Mar 2019 10:14:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0D2581528A89; Thu, 7 Mar 2019 10:14:35 +0000 (UTC) Delivered-To: toolchain@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 EF05F1528A88 for ; Thu, 7 Mar 2019 10:14:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE26175246 for ; Thu, 7 Mar 2019 10:14:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id E2A8D13131 for ; Thu, 7 Mar 2019 10:14:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x27AEXhC061566 for ; Thu, 7 Mar 2019 10:14:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x27AEX2I061565 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 10:14:33 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Thu, 07 Mar 2019 10:14:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 10:14:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #23 from rozhuk.im@gmail.com --- (In reply to Tijl Coosemans from comment #22) I do not save it, IMHO mine last patch is better, because it does not disab= le clock_gettime support and fix only tests that fail without -fPIC. Probably ac_cv_clock_monotonic=3D"yes" come to -lyes. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 10:30:29 2019 Return-Path: Delivered-To: freebsd-toolchain@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 0D4291529221 for ; Thu, 7 Mar 2019 10:30:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 973B175B0C for ; Thu, 7 Mar 2019 10:30:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 57B361529220; Thu, 7 Mar 2019 10:30:28 +0000 (UTC) Delivered-To: toolchain@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 45599152921F for ; Thu, 7 Mar 2019 10:30:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D30D075B09 for ; Thu, 7 Mar 2019 10:30:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id CD2D2132DD for ; Thu, 7 Mar 2019 10:30:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x27AUQcL087879 for ; Thu, 7 Mar 2019 10:30:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x27AUQq7087878 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 10:30:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Thu, 07 Mar 2019 10:30:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 10:30:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #24 from Tijl Coosemans --- (In reply to rozhuk.im from comment #23) The change committed to the ports tree says that no libraries are needed to= use clock_gettime. It does not disable clock_gettime. And it's not -fPIC that= is missing but -fPIE. I always build with -fstack-protector-strong and I'm not seeing any build error. I suspect the error you had was caused by local changes. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 10:38:40 2019 Return-Path: Delivered-To: freebsd-toolchain@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 7F03E1529AD9 for ; Thu, 7 Mar 2019 10:38:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 181E776024 for ; Thu, 7 Mar 2019 10:38:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D00A81529AD8; Thu, 7 Mar 2019 10:38:39 +0000 (UTC) Delivered-To: toolchain@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 BE6EA1529AD7 for ; Thu, 7 Mar 2019 10:38:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BF5C76021 for ; Thu, 7 Mar 2019 10:38:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 60FF613447 for ; Thu, 7 Mar 2019 10:38:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x27AccMV005626 for ; Thu, 7 Mar 2019 10:38:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x27AccO4005625 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 10:38:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Thu, 07 Mar 2019 10:38:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rozhuk.im@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 10:38:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #25 from rozhuk.im@gmail.com --- (In reply to Tijl Coosemans from comment #24) Try -fstack-protector-all. Mine make.conf (without comments) CFLAGS+=3D-O2 -DSTRIP_FBSDID -pipe CXXFLAGS+=3D-DSTRIP_FBSDID COPTFLAGS+=3D-O2 -funroll-loops -DSTRIP_FBSDID -pipe SSP_CFLAGS=3D-fstack-protector-all WITH_SSP=3Dyes WITH_SSP_PORTS=3Dyes CFLAGS+=3D-D_FORTIFY_SOURCE=3D2 CXXFLAGS+=3D-D_FORTIFY_SOURCE=3D2 COPTFLAGS+=3D-D_FORTIFY_SOURCE=3D2 CFLAGS+=3D-mretpoline CXXFLAGS+=3D-mretpoline COPTFLAGS+=3D-mretpoline --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 16:03:33 2019 Return-Path: Delivered-To: freebsd-toolchain@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 AC5C61501FA5 for ; Thu, 7 Mar 2019 16:03:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6258C71A for ; Thu, 7 Mar 2019 16:03:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1F8161501F9F; Thu, 7 Mar 2019 16:03:33 +0000 (UTC) Delivered-To: toolchain@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 0E24E1501F9E for ; Thu, 7 Mar 2019 16:03:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F5AE8C710 for ; Thu, 7 Mar 2019 16:03:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B7F901641F for ; Thu, 7 Mar 2019 16:03:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x27G3Vw0071994 for ; Thu, 7 Mar 2019 16:03:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x27G3VqX071993 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 16:03:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236344] [toolchain] gcc-built shared library crashes in static object constructors when dynamically loaded Date: Thu, 07 Mar 2019 16:03:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 16:03:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236344 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |toolchain@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 19:33:51 2019 Return-Path: Delivered-To: freebsd-toolchain@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 923D515229C2 for ; Thu, 7 Mar 2019 19:33:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2B7FB6F87C for ; Thu, 7 Mar 2019 19:33:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E37BB15229C0; Thu, 7 Mar 2019 19:33:50 +0000 (UTC) Delivered-To: toolchain@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 BD4F315229BF for ; Thu, 7 Mar 2019 19:33:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34F326F85A for ; Thu, 7 Mar 2019 19:33:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id AC544182F3 for ; Thu, 7 Mar 2019 19:33:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x27JXk2x014414 for ; Thu, 7 Mar 2019 19:33:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x27JXkIA014413 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 19:33:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236216] devel/valgrind: clang 8 crashes during build Date: Thu, 07 Mar 2019 19:33:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 19:33:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236216 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: dim Date: Thu Mar 7 19:33:40 UTC 2019 New revision: 344896 URL: https://svnweb.freebsd.org/changeset/base/344896 Log: ?Pull in r354937 from upstream clang trunk (by J?rg Sonnenberger): Fix inline assembler constraint validation The current constraint logic is both too lax and too strict. It fails for input outside the [INT_MIN..INT_MAX] range, but it also implicitly accepts 0 as value when it should not. Adjust logic to handle both correctly. Differential Revision: https://reviews.llvm.org/D58649 Pull in r355491 from upstream clang trunk (by Hans Wennborg): Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890) Apparently GCC allows this, and there's code relying on it (see bug). The idea is to allow expression that would have been allowed if they were cast to int. So I based the code on how such a cast would be done (the CK_PointerToIntegral case in IntExprEvaluator::VisitCastExpr()). Differential Revision: https://reviews.llvm.org/D58821 These should fix assertions and errors when using the inline assembly "n" constraint in certain ways. In case of devel/valgrind, a pointer was used as the input for the constraint, which lead to "Assertion failed: (isInt() && "Invalid accessor"), function getInt". In case of math/secp256k1, a very large integer value was used as input for the constraint, which lead to "error: value '4624529908474429119' out of range for constraint 'n'". PR: 236216, 236194 MFC after: 1 month X-MFC-With: r344779 Changes: head/contrib/llvm/tools/clang/include/clang/AST/APValue.h head/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h head/contrib/llvm/tools/clang/lib/AST/APValue.cpp head/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp head/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp head/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Thu Mar 7 19:39:14 2019 Return-Path: Delivered-To: freebsd-toolchain@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 71F2D1522E0F for ; Thu, 7 Mar 2019 19:39:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 07F846FB0D for ; Thu, 7 Mar 2019 19:39:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BA9C71522E0B; Thu, 7 Mar 2019 19:39:13 +0000 (UTC) Delivered-To: toolchain@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 A917B1522E0A for ; Thu, 7 Mar 2019 19:39:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 470A86FB09 for ; Thu, 7 Mar 2019 19:39:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8380218306 for ; Thu, 7 Mar 2019 19:39:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x27JdCdX019728 for ; Thu, 7 Mar 2019 19:39:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x27JdCqB019727 for toolchain@FreeBSD.org; Thu, 7 Mar 2019 19:39:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236216] devel/valgrind: clang 8 crashes during build Date: Thu, 07 Mar 2019 19:39:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Mar 2019 19:39:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236216 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --- Comment #7 from Dimitry Andric --- So after r344896, no more workaround should be needed. (That said, the duplicated offsetof macro in getoffsetof is still a wart, and should be fix= ed upstream. :) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Fri Mar 8 11:48:43 2019 Return-Path: Delivered-To: freebsd-toolchain@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 9AA51153AB23 for ; Fri, 8 Mar 2019 11:48:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3112D70395 for ; Fri, 8 Mar 2019 11:48:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E93D6153AB22; Fri, 8 Mar 2019 11:48:42 +0000 (UTC) Delivered-To: toolchain@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 D52D5153AB21 for ; Fri, 8 Mar 2019 11:48:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AE777038F for ; Fri, 8 Mar 2019 11:48:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A0FF6F54 for ; Fri, 8 Mar 2019 11:48:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x28Bmf10035890 for ; Fri, 8 Mar 2019 11:48:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x28Bmf6G035889 for toolchain@FreeBSD.org; Fri, 8 Mar 2019 11:48:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233707] www/firefox: fails to build with -fstack-protector-{strong,all} + -Wl,-z,nocopyreloc Date: Fri, 08 Mar 2019 11:48:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2019 11:48:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233707 --- Comment #26 from Tijl Coosemans --- (In reply to rozhuk.im from comment #25) Current port builds fine here with -fstack-protector-all. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Mar 9 10:13:56 2019 Return-Path: Delivered-To: freebsd-toolchain@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 9841A15402BB for ; Sat, 9 Mar 2019 10:13:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2145D800BF for ; Sat, 9 Mar 2019 10:13:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D761415402B8; Sat, 9 Mar 2019 10:13:55 +0000 (UTC) Delivered-To: toolchain@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 C430015402B7 for ; Sat, 9 Mar 2019 10:13:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A908800B7 for ; Sat, 9 Mar 2019 10:13:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 97838D7E1 for ; Sat, 9 Mar 2019 10:13:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x29ADs5J063272 for ; Sat, 9 Mar 2019 10:13:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x29ADsJK063270 for toolchain@FreeBSD.org; Sat, 9 Mar 2019 10:13:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 220822] Missing libatomic.a for clang? Date: Sat, 09 Mar 2019 10:13:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: xxjack12xx@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 10:13:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220822 xxjack12xx@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xxjack12xx@gmail.com --- Comment #8 from xxjack12xx@gmail.com --- audio/audacity also has the same issue. ld: error: unable to find library -latomic c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Mar 9 15:14:54 2019 Return-Path: Delivered-To: freebsd-toolchain@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 782FE15296EB for ; Sat, 9 Mar 2019 15:14:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0ADA48B9CD for ; Sat, 9 Mar 2019 15:14:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BE1B115296EA; Sat, 9 Mar 2019 15:14:53 +0000 (UTC) Delivered-To: toolchain@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 ABD4F15296E9 for ; Sat, 9 Mar 2019 15:14:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4876F8B9C4 for ; Sat, 9 Mar 2019 15:14:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 82C86103B1 for ; Sat, 9 Mar 2019 15:14:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x29FEqEH067753 for ; Sat, 9 Mar 2019 15:14:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x29FEqwV067741 for toolchain@FreeBSD.org; Sat, 9 Mar 2019 15:14:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 220822] Missing libatomic.a for clang? Date: Sat, 09 Mar 2019 15:14:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 15:14:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220822 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|New |Closed --- Comment #9 from Dimitry Andric --- *** This bug has been marked as a duplicate of bug 230888 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Mar 9 15:14:46 2019 Return-Path: Delivered-To: freebsd-toolchain@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 D200615296E3 for ; Sat, 9 Mar 2019 15:14:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6838B8B9BD for ; Sat, 9 Mar 2019 15:14:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 21F4615296E0; Sat, 9 Mar 2019 15:14:46 +0000 (UTC) Delivered-To: toolchain@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 1072915296DF for ; Sat, 9 Mar 2019 15:14:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A374D8B9BA for ; Sat, 9 Mar 2019 15:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 85836103AD for ; Sat, 9 Mar 2019 15:14:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x29FEig3063424 for ; Sat, 9 Mar 2019 15:14:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x29FEiZ0063414 for toolchain@FreeBSD.org; Sat, 9 Mar 2019 15:14:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 230888] Missing 64 bit atomic functions for i386 Date: Sat, 09 Mar 2019 15:14:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 15:14:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230888 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuri@freebsd.org --- Comment #6 from Dimitry Andric --- *** Bug 233725 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Mar 9 15:15:19 2019 Return-Path: Delivered-To: freebsd-toolchain@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 169CC152971F for ; Sat, 9 Mar 2019 15:15:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A1A708BA23 for ; Sat, 9 Mar 2019 15:15:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 60C3D152971E; Sat, 9 Mar 2019 15:15:18 +0000 (UTC) Delivered-To: toolchain@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 4E675152971D for ; Sat, 9 Mar 2019 15:15:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD7158BA1D for ; Sat, 9 Mar 2019 15:15:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 241BD103C2 for ; Sat, 9 Mar 2019 15:15:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x29FFHUH079449 for ; Sat, 9 Mar 2019 15:15:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x29FFHN9079443 for toolchain@FreeBSD.org; Sat, 9 Mar 2019 15:15:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 234976] Clang: undefined reference to __atomic_exchange and __atomic_load Date: Sat, 09 Mar 2019 15:15:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 15:15:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234976 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dim@FreeBSD.org Resolution|--- |DUPLICATE Status|New |Closed --- Comment #1 from Dimitry Andric --- *** This bug has been marked as a duplicate of bug 230888 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Mar 9 15:15:20 2019 Return-Path: Delivered-To: freebsd-toolchain@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 4A4521529727 for ; Sat, 9 Mar 2019 15:15:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C57E78BA2C for ; Sat, 9 Mar 2019 15:15:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 895161529725; Sat, 9 Mar 2019 15:15:19 +0000 (UTC) Delivered-To: toolchain@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 756E51529724 for ; Sat, 9 Mar 2019 15:15:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3C4E8BA27 for ; Sat, 9 Mar 2019 15:15:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 22115103C8 for ; Sat, 9 Mar 2019 15:15:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x29FFIXb080016 for ; Sat, 9 Mar 2019 15:15:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x29FFInl080010 for toolchain@FreeBSD.org; Sat, 9 Mar 2019 15:15:18 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 230888] Missing 64 bit atomic functions for i386 Date: Sat, 09 Mar 2019 15:15:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 15:15:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230888 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vallentin@icir.org --- Comment #8 from Dimitry Andric --- *** Bug 234976 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Mar 9 15:14:45 2019 Return-Path: Delivered-To: freebsd-toolchain@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 B57D315296DD for ; Sat, 9 Mar 2019 15:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8B58B9B4 for ; Sat, 9 Mar 2019 15:14:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 0E7A715296DC; Sat, 9 Mar 2019 15:14:45 +0000 (UTC) Delivered-To: toolchain@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 EEBAE15296DB for ; Sat, 9 Mar 2019 15:14:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 862998B9AC for ; Sat, 9 Mar 2019 15:14:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id BEB6F103A8 for ; Sat, 9 Mar 2019 15:14:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x29FEhes062953 for ; Sat, 9 Mar 2019 15:14:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x29FEhbX062944 for toolchain@FreeBSD.org; Sat, 9 Mar 2019 15:14:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 233725] i386 build for many packages fails with undefined reference to `__atomic_load' Date: Sat, 09 Mar 2019 15:14:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 15:14:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233725 Dimitry Andric changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |dim@FreeBSD.org Resolution|--- |DUPLICATE --- Comment #1 from Dimitry Andric --- *** This bug has been marked as a duplicate of bug 230888 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Mar 9 15:14:56 2019 Return-Path: Delivered-To: freebsd-toolchain@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 0F5EA15296F1 for ; Sat, 9 Mar 2019 15:14:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9B4D48B9DD for ; Sat, 9 Mar 2019 15:14:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5F9CA15296EE; Sat, 9 Mar 2019 15:14:55 +0000 (UTC) Delivered-To: toolchain@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 4BCC215296ED for ; Sat, 9 Mar 2019 15:14:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D67378B9D5 for ; Sat, 9 Mar 2019 15:14:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0FA88103BB for ; Sat, 9 Mar 2019 15:14:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x29FErDQ068564 for ; Sat, 9 Mar 2019 15:14:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x29FEr8R068558 for toolchain@FreeBSD.org; Sat, 9 Mar 2019 15:14:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 230888] Missing 64 bit atomic functions for i386 Date: Sat, 09 Mar 2019 15:14:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dim@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 15:14:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230888 --- Comment #7 from Dimitry Andric --- *** Bug 220822 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-toolchain@freebsd.org Sat Mar 9 21:36:45 2019 Return-Path: Delivered-To: freebsd-toolchain@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 3F8D8153803E for ; Sat, 9 Mar 2019 21:36:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CF20874303 for ; Sat, 9 Mar 2019 21:36:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9284A153803B; Sat, 9 Mar 2019 21:36:44 +0000 (UTC) Delivered-To: toolchain@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 7FDC3153803A for ; Sat, 9 Mar 2019 21:36:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 18F85742F8 for ; Sat, 9 Mar 2019 21:36:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3FE6813B19 for ; Sat, 9 Mar 2019 21:36:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x29LahFP011396 for ; Sat, 9 Mar 2019 21:36:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x29LahtI011394 for toolchain@FreeBSD.org; Sat, 9 Mar 2019 21:36:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 220822] Missing libatomic.a for clang? Date: Sat, 09 Mar 2019 21:36:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: toolchain@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2019 21:36:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220822 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|232546 | Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232546 [Bug 232546] www/firefox-esr: 60.3.0,1 fails with linker_error with TEST=3D= on --=20 You are receiving this mail because: You are the assignee for the bug.=