From owner-freebsd-ppc@freebsd.org Sun Jan 5 00:52:54 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C17B51EBBB1 for ; Sun, 5 Jan 2020 00:52:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47r0VZ2pwKz4qtd for ; Sun, 5 Jan 2020 00:52:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 595F118E5A; Sun, 5 Jan 2020 00:52:54 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 56E4718E59 for ; Sun, 5 Jan 2020 00:52:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47r0VZ0sxFz4qtZ for ; Sun, 5 Jan 2020 00:52:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 196411D8CB for ; Sun, 5 Jan 2020 00:52:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0050qraT044891 for ; Sun, 5 Jan 2020 00:52:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0050qrWZ044890 for powerpc@FreeBSD.org; Sun, 5 Jan 2020 00:52: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: powerpc@FreeBSD.org Subject: [Bug 243101] security/nss: fix builds for 32-bit powerpc Date: Sun, 05 Jan 2020 00:52:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: lfmorrison@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2020 00:52:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243101 Bug ID: 243101 Summary: security/nss: fix builds for 32-bit powerpc Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: lfmorrison@gmail.com CC: powerpc@FreeBSD.org Flags: maintainer-feedback?(gecko@FreeBSD.org) Assignee: gecko@FreeBSD.org CC: powerpc@FreeBSD.org The port fails to build due to unrecognized compiler command line arguments -mcrypto and -mvsx. I am building on a Mac Mini G4 running FreeBSD 12.1-REL= EASE and a freshly updated ports tree as of January 4, 2020 at 20:00 AST. The failure is probably related to the same root cause as (a portion of) bug 242521. In that case, the solution was to switch from base cc to GCC9. Howe= ver, the change was only applied for powerpc64; the same compiler complaints also apply to 32-bit powerpc. Repeating the build with USE_GCC=3D9 yields a successful result. I suggest that the port should be updated to automatically choose gcc9 inst= ead of base gcc4.2 for the 32-bit powerpc architecture as well. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Sun Jan 5 23:26:24 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ECE451EA20C for ; Sun, 5 Jan 2020 23:26:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47rZXJ64gSz3Q7x for ; Sun, 5 Jan 2020 23:26:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id CA4B88F13; Sun, 5 Jan 2020 23:26:24 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id AE6F78F12 for ; Sun, 5 Jan 2020 23:26:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47rZXJ2sXSz3Q7r for ; Sun, 5 Jan 2020 23:26:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 40EAC544F for ; Sun, 5 Jan 2020 23:26:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 005NQOG6015680 for ; Sun, 5 Jan 2020 23:26:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 005NQOV9015662 for powerpc@FreeBSD.org; Sun, 5 Jan 2020 23:26: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: powerpc@FreeBSD.org Subject: [Bug 242630] [PowerPC] lang/ruby26 build fails on rb_mjit_min_header-2.6.5.h (FreeBSD 12.1-RELEASE-p1) Date: Sun, 05 Jan 2020 23:26:23 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: marklmi26-fbsd@yahoo.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2020 23:26:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242630 Mark Millard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marklmi26-fbsd@yahoo.com --- Comment #12 from Mark Millard --- (In reply to commit-hook from comment #10) Context: cross building via ports-mgmt/poudriere-devel on an old PowerMac G5. As seen from inside a jail for the 32-bit powerpc world area poudriere uses: JAILNAME VERSION ARCH METHOD TIMESTAMP PATH FBSDpowerpc 13.0-CURRENT powerpc null 2019-12-31 01:21:28 /usr/obj/DESTDIRs/clang-powerpc-installworld-poud Based on -r522079 of ports in a head -r356187 based context (both the G5 and the system in clang-powerpc-installworld-poud): . . . (through linking miniruby) . . . building .ext/include/powerpc-freebsd13/rb_mjit_min_header-2.6.5.h ./miniruby -I./lib -I. -I.ext/common ./tool/transform_mjit_header.rb "cc " rb_mjit_header.h .ext/include/powerpc-freebsd13/rb_mjit_min_header-2.6.5.h *** Signal 6 Stop. make[1]: stopped in /wrkdirs/usr/ports/lang/ruby26/work/ruby-2.6.5 *** Error code 1 In other words: the miniruby that it built crashes when it is then used. The backtrace shows a __stack_chk_fail during rb_vm_exec: Program terminated with signal SIGABRT, Aborted. #0 kill () at kill.S:4 4 kill.S: No such file or directory. (gdb) bt #0 kill () at kill.S:4 #1 0x41d7f648 in __fail (msg=3D) at /usr/src/lib/libc/secure/stack_protector.c:128 #2 0x41d7f598 in __stack_chk_fail () at /usr/src/lib/libc/secure/stack_protector.c:135 #3 0x01a25dac in rb_vm_exec (ec=3D0x41f51028, mjit_enable_p=3D1) at vm.c:1= 903 #4 0x01a25fa8 in rb_iseq_eval (iseq=3D0x41fe0890) at vm.c:2133 #5 0x018f2554 in rb_load_internal0 (ec=3D0x41f51028, fname=3D, wrap=3D) at load.c:612 #6 0x018f3230 in rb_require_internal (fname=3D, safe=3D0) at load.c:1029 #7 0x018f272c in rb_require_safe (fname=3D1107240840, safe=3D) at load.c:1075 #8 rb_f_require (obj=3D, fname=3D1107240840) at load.c:821 #9 0x01a31938 in call_cfunc_1 (func=3D, recv=3D, argc=3D, argv=3D) at ./vm_insnhelper.c:1755 #10 0x01a2b0e0 in vm_call_cfunc_with_frame (ec=3D0x41f51028, reg_cfp=3D0x41= fdb708, calling=3D, ci=3D0x442d3500, cc=3D) at ./vm_insnhelper.c:1908 #11 vm_call_cfunc (ec=3D0x41f51028, reg_cfp=3D0x41fdb708, calling=3D, ci=3D0x442d3500, cc=3D) at ./vm_insnhelper.c:1924 #12 0x01a2a00c in vm_call_method_each_type (ec=3D, cfp=3D, calling=3D, ci=3D, cc=3D= ) at ./vm_insnhelper.c:2245 #13 0x01a29e40 in vm_call_method (ec=3D0x41f51028, cfp=3D0x41fdb708, calling=3D0xffffce20, ci=3D0x442d3500, cc=3D0x44348000) at ./vm_insnhelper.= c:2400 #14 0x01a10384 in vm_call_general (ec=3D, reg_cfp=3D, calling=3D, ci=3D, cc=3D) at ./vm_insnhelper.c:2417 #15 0x01a1337c in vm_exec_core (ec=3D0x41f51028, initial=3D)= at insns.def:765 #16 0x01a25cb8 in rb_vm_exec (ec=3D0x41f51028, mjit_enable_p=3D1) at vm.c:2= 104 #17 0x01a260d8 in rb_iseq_eval_main (iseq=3D) at vm.c:2144 #18 0x0189b2c4 in ruby_exec_internal (n=3D0x41ff8080) at eval.c:262 #19 ruby_exec_node (n=3D) at eval.c:326 #20 0x0189b0d4 in ruby_run_node (n=3D) at eval.c:318 #21 0x018146ec in main (argc=3D, argv=3D) at ./main.c:42 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Jan 6 10:58:02 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 54F031D0E6B for ; Mon, 6 Jan 2020 10:58:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47rstL1fXKz4YmL for ; Mon, 6 Jan 2020 10:58:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 1A1D71190C; Mon, 6 Jan 2020 10:58:02 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 175A21190B for ; Mon, 6 Jan 2020 10:58:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47rstK6BtQz4YmK for ; Mon, 6 Jan 2020 10:58:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D062CD4B9 for ; Mon, 6 Jan 2020 10:58:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 006Aw1Je088641 for ; Mon, 6 Jan 2020 10:58:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 006Aw1BB088640 for powerpc@FreeBSD.org; Mon, 6 Jan 2020 10:58:01 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: powerpc@FreeBSD.org Subject: [Bug 235634] security/p5-GSSAPI fails to build with OpenSSL from ports Date: Mon, 06 Jan 2020 10:58:01 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: dclarke@blastwave.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 10:58:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235634 Dennis Clarke changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Works As Intended --- Comment #6 from Dennis Clarke --- Lets call this not a bug and just a config bit of magic that a user must kn= ow. Dennis --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Jan 6 18:52:56 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 86A221E0617 for ; Mon, 6 Jan 2020 18:52:56 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic301-22.consmr.mail.gq1.yahoo.com (sonic301-22.consmr.mail.gq1.yahoo.com [98.137.64.148]) (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 47s4QH3ZG9z44L5 for ; Mon, 6 Jan 2020 18:52:55 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 2So4.r4VM1n5drjqnqpoIO4uJujE1j7eJT2fpsNm1yyKxmkLSiNWtHd3d08vuyZ JdoacRk5ZIsh9ac8QRNIHICuBri5x6JDeiG1JIMDtgAVHIJmfG3bTbcT4JRDcO4JgyQfvRGa7ODc YgYOO90nTK3SU1anpyffkuhRqtscLT5ICY7krG5bWEk0CZRftoeZRT2NZXU8PGlYb.12mqhZjjKf Kb2efI6rM1PHt4OfSkLXw.LgUM3JxM3.5UEXDKxWnYaIJOUmZNTrt7uv35Ibtj411OQ7lbk7VYn5 SSKxhX7ytkWGgirRdpemF61FccZvSXbKVPfG_TsfFr5HBSuQ5QFPr8gzsq.IWr87xcX9_JM3eSMa Cqe3UIoRPW3nasQJSnfRigV4jqq0it3NrLHL2tGUjQfBfFNIIeGqiq87xVPu1ame_cWNiQzTxFsA VltKR2PcLLtovkwXvuEWayPQZtRvdi.I8Z1pOCkGbV76bXZk6sTPTVXJXwPxAOhpGWkJ_OUgGhwZ kB.SSUe0rCxCn21TtZHiIi6ZcASs9spXvRPlA4n3fCe2OWssPr3xyO3kCltJ5aF6WVxtu6TLviJ7 ucjnWPNFsSTeyVJy8CWNr8LwrcHqbbaDXHDeksccqrpw2wiM6N2x0ZO96FFcJSAmoqOTwQr1HAFP 600gtX8ng1sgS3DB6L0x.SaoB4VGb6jGMkcSmYL13WXI4lsUEQMAPHs6i4ywavBzGe.tZ4F9h2rd eoIIY7Kqg.y0i7ds1nb5LKefauIinZWtBc8Ut.PCl9QU98iAqeScSKpxnZUVFZCFycoDCAp4kaUg kUajBQXCEfVAATXaOQpSyHVlfKx.hCEql1BdyEctOJQPH1OAjMyfI9aQh1j.IusNdMKnfVmH8X5W vuFihZHLi60V4PxYwKN0AovfHuWyvUaf4rAVD4YdHE_sOGjGLKHhL848ZUxMaKEi.02gCuNu7JVx 3q6m3eB1.CMPQrMmBbHn_amOpXosQi24uecVgZampfMT14fq9HDAAUS0JmIgo9xveXgakrYu6yoH .wNgdIblsNm5bS8MpbI3lYJjviLFcg8xdcIRZl3kYw5b3bp1FIJOWmF46hGvK_TTOhzPdC2zLVSo 2LCEgLOnT9olbECsLfhjEVjE_Tl7G8djTxEYJwlHvRffgFigQ57h_I0B2217TJy8wVSoIR14lx6s hcv0U9r5gVSm1pbrLjHzvEUqGFN1eYMgeHCaTQ1CQdOCoNu5gnXhezZzwZbevjmGWR2vrhVsqp1n sAFp4FHu0RJ8w_lmqZaxdMKC.Kuk03G_svklU1NK_lMVO_1MndEWlb30YOwbLeyyF2EHPUI8l0XW f6r6z7llPj_A9a6E_53CHzluCaO5G0Cv2_TUSmiHyjK.Z.jzmDP2R3xwd_F2ZeCl6SXFB9nlSbiY QcL8QV8D1B14Vc7F6mgJKQYRnlUMpNoKWl8Dy Received: from sonic.gate.mail.ne1.yahoo.com by sonic301.consmr.mail.gq1.yahoo.com with HTTP; Mon, 6 Jan 2020 18:52:53 +0000 Received: by smtp417.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 6be1b9b4c275fb60b4687baf889558cb; Mon, 06 Jan 2020 18:52:50 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: Gcc 4.2.1 to be removed before FreeBSD 13, a firm timeline Message-Id: Date: Mon, 6 Jan 2020 10:52:50 -0800 Cc: Warner Losh , Ed Maste To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.40.2.2.4) References: X-Rspamd-Queue-Id: 47s4QH3ZG9z44L5 X-Spamd-Bar: - X-Spamd-Result: default: False [-1.64 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.41)[-0.410,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.73)[-0.730,0]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_IN_DNSWL_NONE(0.00)[148.64.137.98.list.dnswl.org : 127.0.5.0]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.00)[ip: (3.62), ipnet: 98.137.64.0/21(0.88), asn: 36647(0.70), country: US(-0.05)]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 18:52:56 -0000 Warner Losh imp at bsdimp.com wrote on Mon Jan 6 06:56:06 UTC 2020 : > . . . > Second, all other platforms still have the original deadlines to sort out > the last lingering issues with the external toolchain and/or clang. mips is > a bit up in the air right now since both the external toolchain and clang > have issues (though different issues). powerpc 32-bit is sorting out issues > as well. arm 32-bit still needs libunwind from gcc. An end of May deadline > is ample time for works in progress to get to the point where everything > boots and runs sufficiently well to show the platforms are still viable. > . . . The reference to 32-bit powerpc surprised me, unless it is really powerpcspe specific. 32-bit FreeBSD is booting the 32-bit powerpc's that I have access to, all the way to multi-user: Old 32-bit PowerMacs (from 2 socket G4's to an old iMac G3.) It is still based on the old ld. [All at head -r356187 currently.] (I do not have access to a powerpcspe context.) True that using 32-bit FreeBSD to boot 64-bit PowerPCs that have bridge mode is not working, but I'd have expected that to be more of a nice-to-have instead of a tier 2 vs. tier 4 issue. Power-ISA-3/Power9 removed bridge mode, if I understand right. So progress on the "Can you buy a new one?" scale has started for bridge mode. May be there is some significant bridge mode booting use that I'm not imagining but that exists? (I've used it some but would not call it required.) I am able to put a 32-bit world in a 64-bit G5 directory tree and use it via poudriere to build 32-bit ports under 64-bit FreeBSD. And lib32 is working so I can also directly execute the 32-bit code under the 64-bit FreeBSD . (I've not tried any kyua passes yet, 64-bit or 32-bit.) Other things I've seen from Ed Maste left the impression that the old ld would not be a cause-tier-4 issue if lld does not make it in time for some reason. (Nice to delete old ld for 13, not required to?) Of course, it might be that 32-bit powerpc (non-spe) just fails the "Can you buy a new one?" test. But, if applied, that would mean that sorting anything out might still leave it tier 4. Are there could-cause-tier-4 types of problems that I'm not aware of for 32-bit powerpc (non-spe)? For me, tier-4 for the old 32-bit PowerMac's would just mean that I no longer use them, even when I could have access. My use is not something that would drive FreeBSD choices. But I'm still interested in what the choices will end up being and so am tracking. === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Mon Jan 6 22:22:27 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE80B1F6697 for ; Mon, 6 Jan 2020 22:22:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s9434FR4z4K5V for ; Mon, 6 Jan 2020 22:22:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 152061C245; Mon, 6 Jan 2020 22:22:27 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 757DB1C242 for ; Mon, 6 Jan 2020 22:22:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s9421lJnz4K5K for ; Mon, 6 Jan 2020 22:22:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 375B11D385 for ; Mon, 6 Jan 2020 22:22:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 006MMQ3b054428 for ; Mon, 6 Jan 2020 22:22:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 006MMQ2V054427 for powerpc@FreeBSD.org; Mon, 6 Jan 2020 22:22: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: powerpc@FreeBSD.org Subject: [Bug 243141] science/py-veusz: fix build on powerpc64 elfv2 Date: Mon, 06 Jan 2020 22:22:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 22:22:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243141 Bug ID: 243141 Summary: science/py-veusz: fix build on powerpc64 elfv2 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org CC: powerpc@FreeBSD.org Created attachment 210489 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210489&action= =3Dedit patch This port has the same problem as all GCC ports on powerpc64 elfv2 - namesp= ace collision with vec_step variable. More information in GCC PR at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239266. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Jan 6 22:22:56 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6098C1F66F0 for ; Mon, 6 Jan 2020 22:22:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s94c20Ygz4K8G for ; Mon, 6 Jan 2020 22:22:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 234311C290; Mon, 6 Jan 2020 22:22:56 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 20F7E1C28F for ; Mon, 6 Jan 2020 22:22:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s94b6Sl5z4K8C for ; Mon, 6 Jan 2020 22:22:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D966C1D392 for ; Mon, 6 Jan 2020 22:22:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 006MMt1K055673 for ; Mon, 6 Jan 2020 22:22:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 006MMt49055672 for powerpc@FreeBSD.org; Mon, 6 Jan 2020 22:22:55 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: powerpc@FreeBSD.org Subject: [Bug 243141] science/py-veusz: fix build on powerpc64 elfv2 Date: Mon, 06 Jan 2020 22:22:55 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 22:22:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243141 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuri@freebsd.org Attachment #210489| |maintainer-approval?(yuri@f Flags| |reebsd.org) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Jan 6 22:43:35 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8811E1F885B for ; Mon, 6 Jan 2020 22:43:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s9XR1hM4z4M3B for ; Mon, 6 Jan 2020 22:43:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 1A62F1CF3C; Mon, 6 Jan 2020 22:43:35 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 17BE91CF3B for ; Mon, 6 Jan 2020 22:43:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47s9XQ6BqFz4M35 for ; Mon, 6 Jan 2020 22:43:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D031E1D750 for ; Mon, 6 Jan 2020 22:43:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 006MhYWD027547 for ; Mon, 6 Jan 2020 22:43:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 006MhYrA027546 for powerpc@FreeBSD.org; Mon, 6 Jan 2020 22:43:34 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: powerpc@FreeBSD.org Subject: [Bug 243141] science/py-veusz: fix build on powerpc64 elfv2 Date: Mon, 06 Jan 2020 22:43:34 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2020 22:43:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243141 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(yuri@f |maintainer-feedback+ |reebsd.org) | Assignee|yuri@freebsd.org |pkubaj@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Jan 7 06:52:26 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 263AB1E8FD5 for ; Tue, 7 Jan 2020 06:52:26 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic309-22.consmr.mail.gq1.yahoo.com (sonic309-22.consmr.mail.gq1.yahoo.com [98.137.65.148]) (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 47sNNS3clWz3HZG for ; Tue, 7 Jan 2020 06:52:24 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: N4k9Vb4VM1nHAloD6bQfRr3SeMXnXo4UzWJ8bsudsQKf3.Gd.Tlh.jN6IehQ.Bf ZLkhwDp5NxW5k.xx7q1UyIdhvoLPR0NvdPW5xqiPv3VQet6wQwJ4fFJPixReGC8Ucv_uDKbkgBhY 2pP7uCPozS.lXCarQrIeTBoWpg4HSlG.W7wCro8K9yx4YKUyTIh7dBbD8nMEgRArsfSAvsaLe_d0 BzxKO6Xr8_p6bJ8SJSMUT6j.GeYYkOSvr2iDQJas5EluIIu1YpIRBhg.AnMNFDKuuy.rwcAZdnWf EYR5_tgqFZIBaoBhr4cDzGhM0_Ytoheew5caAiLgKdwnBNbYL_VK8FJdCiSbAavHKgHc7TO3AjIl X9l7Jkghxh5Slm0P2XIae5yrqvCaUjkAZIUMsMrolOJzDaxektxznk6UHUjv7fvgqW_IwWhTMkvF QEQdPl_XPj.w24QfgoXP8CPBOKR3cp_PZG6Tz5jCB4CTC1fGlNbBorbznARE_ynwEER2ue_2uD6X L4ajC.lyp3.b3k1n1mlef0QHL6ULd.Yzd0SivQYSErw3RJThP_RWQtXe0_CeIngO18KpcuKLNa8p 1Tg9p2JsnpUxRFVWAxaVQoadJjPcU0nsFHHlqmTeNwVsuL1GPGmwGr9OCTdMPMNUTvNN7F5lcZMU sS_7lk5I3sr5UfhYpr3Z8Zyh2Wxf2B_vbX9RzxCArsw70FKEzB9saV4joUM8CO8gfkWEvuim3Usy zF5orPtLYgYyaHRpIOTDpkiO4SQ81qRmJNch4csThTCCFqGlCJpV9AgI5S6DYxEgq3KN1R0pn77G 8TWMeh.te9SnRtgqGqcvTA8bVNKFJllKU0xgoz5LLKPAM685T7mybgJ5mxGcBrFdJq73VGzxQy2l 7kk9McilcTydwrenz3BUgRZbEa.JuYOuNffx_EPc9eio.1Lqvo8JT38j6HKbKQkzA60g8yYDOVl4 SorH3GAKDqSuCZklBy4H1WM4ToxYh7EeTzl4iGvg_45xqh97xNBhzf6z7qfz5liwxRoo3189tI9P PUe4b_wZ386NCkMtX.Q3H79KDirKZtm8I2JipuhUyanmcG82mSF1.tOLa2lZgyb2ooLOGz6Fy6Ry a39u9t.yL_6yIA68rN0EinLFdfXHbvXMw85gLFsgm6yNmT7iJNFxmZTGO5rXkvt0S9ZHJR4W.8vC 73GM3BAq1j3qkEIg1LYgL6Wmc1cENsiwI4HH.eM7U0aI7YMjfa4c.2cX_Bo2qLDrNcrEv8Evd7NW TE0MATK0wodLNCxqLN5F00ksY4hHDXMleb3pHlWsf.TPvR.znRxCa4IgeWyDxQaqtPGhXvR_EvUI Uqr.wbx8jSVMXiEbndy6FlaUvVWki0orgq4MRKwIobmA1QWpvWxocy5ipW_ZseSA0NORZR_8HiVI DZDWR.rNQA.pIqex9..zX Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.gq1.yahoo.com with HTTP; Tue, 7 Jan 2020 06:52:22 +0000 Received: by smtp417.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 106259cbe7a4de7ed76024f611f2f535; Tue, 07 Jan 2020 06:52:18 +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 13.0 \(3608.40.2.2.4\)) Subject: Involving devel/binutils@powerpc64 in buildworld buildkernel : got/toc optimization is not supported for addis %r1,%r1,TOC_REF(trapstk)@ha (and the like) Message-Id: <00DFB84D-D694-4BCA-A15F-5098F0320FA9@yahoo.com> Date: Mon, 6 Jan 2020 22:52:17 -0800 To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.40.2.2.4) References: <00DFB84D-D694-4BCA-A15F-5098F0320FA9.ref@yahoo.com> X-Rspamd-Queue-Id: 47sNNS3clWz3HZG X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.49 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.988,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE_FREEMAIL(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_IN_DNSWL_NONE(0.00)[148.65.137.98.list.dnswl.org : 127.0.5.0]; MV_CASE(0.50)[]; IP_SCORE(0.00)[ip: (-1.24), ipnet: 98.137.64.0/21(0.88), asn: 36647(0.70), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 06:52:26 -0000 The following is based on what I noticed while working on updating to head -r356426 , including building multiple ways (discovering what fails to build and such). I was looking at messages and noticed that there were messages such as: --- kernel.full --- locore.o: in function `dbtrap': /usr/src/sys/powerpc/aim/trap_subr64.S:905:(.text+0xa68): got/toc = optimization is not supported for 0x3c210000 instruction That is the addis instruction in: dbtrap: /* Write the trap vector to SPRG3 by computing LR & 0xff00 */ mflr %r1 andi. %r1,%r1,0xff00 mtsprg3 %r1 =20 GET_TOCBASE(%r1) /* get new SP */ addis %r1,%r1,TOC_REF(trapstk)@ha ld %r1,TOC_REF(trapstk)@l(%r1) addi %r1,%r1,(TRAPSTKSZ-48) (based on line number). This was for system-clang and devel/binutils@powerpc64 being used to do the build. But it also happened for devel/freebsd-gcc9@powerpc64 and devel/binutils@powerpc64 bing used to do the build: --- kernel.full --- locore.o: in function `dbtrap': /usr/src/sys/powerpc/aim/trap_subr64.S:905:(.text+0xa68): got/toc = optimization is not supported for 0x3c210000 instruction (Same instruction, same message.) There are lots of similar messages for other instruction encodings for zfs.ko.full --but only for the devel/freebsd-gcc9@powerpc64 and devel/binutils@powerpc64 combination: --- zfs.ko.full --- zfs.kld: in function `acl_trivial_create': = /usr/src/sys/cddl/contrib/opensolaris/common/acl/acl_common.c:1646:(.text+= 0x568): got/toc optimization is not supported for 0x3d9e0000 instruction zfs.kld: in function `cacl_malloc': = /usr/src/sys/cddl/contrib/opensolaris/common/acl/acl_common.c:243:(.text+0= x5e0): got/toc optimization is not supported for 0x3d9e0000 instruction zfs.kld: in function `ace_trivial': = /usr/src/sys/cddl/contrib/opensolaris/common/acl/acl_common.c:1764:(.text+= 0x990): got/toc optimization is not supported for 0x3d9e0000 instruction zfs.kld: in function `avl_nearest': . . . The list for zfs.ko.full is large. Overall there are examples of each of: got/toc optimization is not supported for 0x3c210000 instruction got/toc optimization is not supported for 0x3c9e0000 instruction got/toc optimization is not supported for 0x3cbe0000 instruction got/toc optimization is not supported for 0x3cde0000 instruction got/toc optimization is not supported for 0x3cfe0000 instruction got/toc optimization is not supported for 0x3d1e0000 instruction got/toc optimization is not supported for 0x3d3e0000 instruction got/toc optimization is not supported for 0x3d5e0000 instruction got/toc optimization is not supported for 0x3d9e0000 instruction got/toc optimization is not supported for 0x3dde0000 instruction got/toc optimization is not supported for 0x3dfe0000 instruction got/toc optimization is not supported for 0x3e1e0000 instruction got/toc optimization is not supported for 0x3e3e0000 instruction got/toc optimization is not supported for 0x3e5e0000 instruction got/toc optimization is not supported for 0x3e7e0000 instruction got/toc optimization is not supported for 0x3e9e0000 instruction got/toc optimization is not supported for 0x3ebe0000 instruction got/toc optimization is not supported for 0x3ede0000 instruction got/toc optimization is not supported for 0x3efe0000 instruction got/toc optimization is not supported for 0x3f1e0000 instruction got/toc optimization is not supported for 0x3f3e0000 instruction got/toc optimization is not supported for 0x3f5e0000 instruction got/toc optimization is not supported for 0x3f7e0000 instruction got/toc optimization is not supported for 0x3f9e0000 instruction got/toc optimization is not supported for 0x3fbe0000 instruction I'm not sure of the implications, but I figured that the information might be of use at some point. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Tue Jan 7 07:18:58 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 866C61EC519 for ; Tue, 7 Jan 2020 07:18:58 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic306-19.consmr.mail.gq1.yahoo.com (sonic306-19.consmr.mail.gq1.yahoo.com [98.137.68.82]) (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 47sNz34Ygqz3Jxy for ; Tue, 7 Jan 2020 07:18:55 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 61a7M3gVM1kk.8F0dNMXfymiTOLVVgHhj4hEUoKRZT312mJ3ebFHxbnTRogd3a7 voK5wRHeISZ4vdXj498BawpSxRUZPE2rY5SyyY.nGvIGB4_ISo7kbGB3.0QPd0k.wbQxEfmQE3VY zFO9wQDprASkLI4br0qdENOvi9EvzDIhBEFC9Lp3w9H_ceWWLCs3yWPhWeqqA3yH74uVBBpYLIXv H4qTNyqYRjI9QyzYOSImG3RYA9OA2fkye84QEn3fh7a4DlYJ2Efgk7e5zTvmRoFOvpJ99axAszKV 7ZYuSftcByiIfigAd_9mZaXvFnDnl_.AOzAiwk8ACOkeRSwc8yqHbaDgUKO6h5IZ1zdiNWAqdaNY ZVvJQHJsZ79AMzUascD6R0Qjo0afgwMoDPerC2JefJJeB_GPBuTbbBNDhpsVPlzOU4Rc3GBE6Lja XPoIFlpYEIL_0cbuq3VKtAfJ2x8anRI4vUqiAmDHv58L.WMDOKWoxeEI0fbgj0g5xIvRUTGKB.7d IC5pQ9vXKeyOkqvS1gnmf8zJPX83A7.ymgiv9eYcURAKUw_xSdqde.zRnrck4sXkbz3N4KaiZTdj 5UcyzEATj4rJXHcWTENSGpfCLa0mx5S4DMkeSfhPua1Em4i.veB1354sxfUL9uv3clMFvxohbxjk _TSHToFUM_tkH_tVfFzIwUhdx5HCsTDoLWT6pHaKldSb.iz5GVhV.zH3EIJIc3K0cgh7cXxUBbp8 7ixbw_o_u7UUfeWkVcqZFWgfNE6mJI9RtBv6DVcQuiE33FsLkynbtYkGybYJOoiWbXALFVFBF7.n cVNfrVpmX7Eh8ZzyRBua0Bi0CmtsGzPzlvQTNb3xOa5JkEKau2aC9drWRYcbrukSe_QRlCJwxn9z _.tLRJCXH2QTt8ECG6ANTobrMd.sxkGiU701mlPHN_WuzWY8wwU1fA7dgECubLSpCi.GGuat9AoC r2lItwUbFgqlLTfBRtdNrNgFFG5jTSVHrGK_YKA26q6V7FSiAe4VrPeAq7OiuExAYQHS951m22y0 VRGzKSNlv46g7MaZt5RWbkROuj8hfUfFn_jViao1l7p0E_inz1JAJJetSBspTQC3zonBuoz.3Tdv d4.9B.OSyEkPBaWejVCLH9KL9sVlEuJnv2PAJ4gAw7qYqTa4eYun85N3QMRfsBMNT.ZX1i3siulm KWMlfkR.uAnXrihbPtpIGNT8jHf6AbtKVY03TZBe0OkqRUM6K7zkB1CuEi7SS9sc9ZLW_bJGpaLD p6XqM6mLsbcS12qT_cE61hp0C9YbaMZJu7RHpswXGGJeyi.4YSRArRlAhMRoqqs7ZzUPxrlxGZKG gaNfsfrc2rwTwqq1HAjaWtQd5TDpLVyywMbZkP5IeYJK233_CXkO0UEhmawJuB526cNsoDO2DNrC S7CViJtr1Ls0bKWyv Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.gq1.yahoo.com with HTTP; Tue, 7 Jan 2020 07:18:53 +0000 Received: by smtp407.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 9d6d97b2aeba020188d6dd1f45ae654d; Tue, 07 Jan 2020 07:18:49 +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 13.0 \(3608.40.2.2.4\)) Subject: Re: Involving devel/binutils@powerpc64 in buildworld buildkernel : got/toc optimization is not supported for addis %r1,%r1,TOC_REF(trapstk)@ha (and the like) Date: Mon, 6 Jan 2020 23:18:48 -0800 References: <00DFB84D-D694-4BCA-A15F-5098F0320FA9@yahoo.com> To: FreeBSD PowerPC ML In-Reply-To: <00DFB84D-D694-4BCA-A15F-5098F0320FA9@yahoo.com> Message-Id: X-Mailer: Apple Mail (2.3608.40.2.2.4) X-Rspamd-Queue-Id: 47sNz34Ygqz3Jxy X-Spamd-Bar: / X-Spamd-Result: default: False [-0.59 / 15.00]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.20)[-0.200,0]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.11)[0.105,0]; RCVD_TLS_LAST(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_IN_DNSWL_NONE(0.00)[82.68.137.98.list.dnswl.org : 127.0.5.0]; MV_CASE(0.50)[]; IP_SCORE(0.00)[ip: (6.05), ipnet: 98.137.64.0/21(0.88), asn: 36647(0.70), country: US(-0.05)]; IP_SCORE_FREEMAIL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 07:18:58 -0000 On 2020-Jan-6, at 22:52, Mark Millard wrote: > The following is based on what I noticed while > working on updating to head -r356426 , including > building multiple ways (discovering what fails > to build and such). >=20 > I was looking at messages and noticed that there > were messages such as: >=20 > --- kernel.full --- > locore.o: in function `dbtrap': > /usr/src/sys/powerpc/aim/trap_subr64.S:905:(.text+0xa68): got/toc = optimization is not supported for 0x3c210000 instruction >=20 > That is the addis instruction in: >=20 > dbtrap: > /* Write the trap vector to SPRG3 by computing LR & 0xff00 */ > mflr %r1 > andi. %r1,%r1,0xff00 > mtsprg3 %r1 >=20 > GET_TOCBASE(%r1) /* get new SP */ > addis %r1,%r1,TOC_REF(trapstk)@ha > ld %r1,TOC_REF(trapstk)@l(%r1) > addi %r1,%r1,(TRAPSTKSZ-48) >=20 > (based on line number). >=20 > This was for system-clang and devel/binutils@powerpc64 > being used to do the build. >=20 > But it also happened for devel/freebsd-gcc9@powerpc64 > and devel/binutils@powerpc64 bing used to do the > build: >=20 > --- kernel.full --- > locore.o: in function `dbtrap': > /usr/src/sys/powerpc/aim/trap_subr64.S:905:(.text+0xa68): got/toc = optimization is not supported for 0x3c210000 instruction >=20 > (Same instruction, same message.) >=20 >=20 > There are lots of similar messages for other instruction > encodings for zfs.ko.full --but only for the > devel/freebsd-gcc9@powerpc64 and devel/binutils@powerpc64 > combination: >=20 > --- zfs.ko.full --- > zfs.kld: in function `acl_trivial_create': > = /usr/src/sys/cddl/contrib/opensolaris/common/acl/acl_common.c:1646:(.text+= 0x568): got/toc optimization is not supported for 0x3d9e0000 instruction > zfs.kld: in function `cacl_malloc': > = /usr/src/sys/cddl/contrib/opensolaris/common/acl/acl_common.c:243:(.text+0= x5e0): got/toc optimization is not supported for 0x3d9e0000 instruction > zfs.kld: in function `ace_trivial': > = /usr/src/sys/cddl/contrib/opensolaris/common/acl/acl_common.c:1764:(.text+= 0x990): got/toc optimization is not supported for 0x3d9e0000 instruction > zfs.kld: in function `avl_nearest': > . . . >=20 > The list for zfs.ko.full is large. >=20 > Overall there are examples of each of: >=20 > got/toc optimization is not supported for 0x3c210000 instruction > got/toc optimization is not supported for 0x3c9e0000 instruction > got/toc optimization is not supported for 0x3cbe0000 instruction > got/toc optimization is not supported for 0x3cde0000 instruction > got/toc optimization is not supported for 0x3cfe0000 instruction > got/toc optimization is not supported for 0x3d1e0000 instruction > got/toc optimization is not supported for 0x3d3e0000 instruction > got/toc optimization is not supported for 0x3d5e0000 instruction > got/toc optimization is not supported for 0x3d9e0000 instruction > got/toc optimization is not supported for 0x3dde0000 instruction > got/toc optimization is not supported for 0x3dfe0000 instruction > got/toc optimization is not supported for 0x3e1e0000 instruction > got/toc optimization is not supported for 0x3e3e0000 instruction > got/toc optimization is not supported for 0x3e5e0000 instruction > got/toc optimization is not supported for 0x3e7e0000 instruction > got/toc optimization is not supported for 0x3e9e0000 instruction > got/toc optimization is not supported for 0x3ebe0000 instruction > got/toc optimization is not supported for 0x3ede0000 instruction > got/toc optimization is not supported for 0x3efe0000 instruction > got/toc optimization is not supported for 0x3f1e0000 instruction > got/toc optimization is not supported for 0x3f3e0000 instruction > got/toc optimization is not supported for 0x3f5e0000 instruction > got/toc optimization is not supported for 0x3f7e0000 instruction > got/toc optimization is not supported for 0x3f9e0000 instruction > got/toc optimization is not supported for 0x3fbe0000 instruction >=20 > I'm not sure of the implications, but I figured that the > information might be of use at some point. Looking around on the web, it looks like the relevant code in gnu's ld might be from this 2019-Aug-19 material: + enum {no_check, check_lo, check_ha} insn_check; =20 r_type =3D ELF64_R_TYPE (rel->r_info); + switch (r_type) + { + default: + insn_check =3D no_check; + break; + + case R_PPC64_PLT16_HA: + case R_PPC64_GOT_TLSLD16_HA: + case R_PPC64_GOT_TLSGD16_HA: + case R_PPC64_GOT_TPREL16_HA: + case R_PPC64_GOT_DTPREL16_HA: + case R_PPC64_GOT16_HA: + case R_PPC64_TOC16_HA: + insn_check =3D check_ha; + break; + + case R_PPC64_PLT16_LO: + case R_PPC64_PLT16_LO_DS: + case R_PPC64_GOT_TLSLD16_LO: + case R_PPC64_GOT_TLSGD16_LO: + case R_PPC64_GOT_TPREL16_LO_DS: + case R_PPC64_GOT_DTPREL16_LO_DS: + case R_PPC64_GOT16_LO: + case R_PPC64_GOT16_LO_DS: + case R_PPC64_TOC16_LO: + case R_PPC64_TOC16_LO_DS: + insn_check =3D check_lo; + break; + } + + if (insn_check !=3D no_check) + { + bfd_vma off =3D rel->r_offset & ~3; + + if (!bfd_get_section_contents (ibfd, sec, buf, off, = 4)) + goto got_error_ret; + + insn =3D bfd_get_32 (ibfd, buf); + if (insn_check =3D=3D check_lo + ? !ok_lo_toc_insn (insn, r_type) + : ((insn & ((0x3f << 26) | 0x1f << 16)) + !=3D ((15u << 26) | (2 << 16)) /* addis = rt,2,imm */)) + { + char str[12]; + + ppc64_elf_tdata (ibfd)->unexpected_toc_insn =3D 1; + sprintf (str, "%#08x", insn); + info->callbacks->einfo + /* xgettext:c-format */ + (_("%H: got/toc optimization is not supported = for" + " %s instruction\n"), + ibfd, sec, rel->r_offset & ~3, str); + continue; + } + } =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Tue Jan 7 09:31:44 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0127F1F9557 for ; Tue, 7 Jan 2020 09:31:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sRwH6KkJz3QcL for ; Tue, 7 Jan 2020 09:31:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id B80812FAF; Tue, 7 Jan 2020 09:31:43 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id B51A62FAE for ; Tue, 7 Jan 2020 09:31:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sRwH3fvVz3QcH for ; Tue, 7 Jan 2020 09:31:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7904824D0D for ; Tue, 7 Jan 2020 09:31:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0079VhUD020674 for ; Tue, 7 Jan 2020 09:31:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0079VhVu020673 for powerpc@FreeBSD.org; Tue, 7 Jan 2020 09:31: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: powerpc@FreeBSD.org Subject: [Bug 243152] sysutils/sformat: fix build on powerpc64 Date: Tue, 07 Jan 2020 09:31:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marius@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 09:31:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243152 Bug ID: 243152 Summary: sysutils/sformat: fix build on powerpc64 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: marius@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Assignee: marius@FreeBSD.org Flags: maintainer-feedback?(marius@FreeBSD.org) CC: powerpc@FreeBSD.org Created attachment 210495 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210495&action= =3Dedit patch Makefile uses uname -m (which returns powerpc on powerpc64) instead of unam= e -p (which correctly returns powerpc64). --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Jan 7 09:31:56 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B0401F9742 for ; Tue, 7 Jan 2020 09:31:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sRwX1pktz3QgD for ; Tue, 7 Jan 2020 09:31:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 336A02FFC; Tue, 7 Jan 2020 09:31:56 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 2F37A2FFB for ; Tue, 7 Jan 2020 09:31:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sRwW4S62z3Qg4 for ; Tue, 7 Jan 2020 09:31:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 944FC24D1C for ; Tue, 7 Jan 2020 09:31:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0079Vtkq023693 for ; Tue, 7 Jan 2020 09:31:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0079Vtrp023674 for powerpc@FreeBSD.org; Tue, 7 Jan 2020 09:31:55 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: powerpc@FreeBSD.org Subject: [Bug 243152] sysutils/sformat: fix build on powerpc64 Date: Tue, 07 Jan 2020 09:31:55 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marius@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 09:31:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243152 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marius@FreeBSD.org Attachment #210495| |maintainer-approval?(marius Flags| |@FreeBSD.org) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Jan 7 10:09:37 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7C70F1FCD12 for ; Tue, 7 Jan 2020 10:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sSm12mfRz3xM6 for ; Tue, 7 Jan 2020 10:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 5612F34DD; Tue, 7 Jan 2020 10:09:37 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 5136B34DC for ; Tue, 7 Jan 2020 10:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sSm10kzlz3xM3 for ; Tue, 7 Jan 2020 10:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1392F25418 for ; Tue, 7 Jan 2020 10:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 007A9awp011362 for ; Tue, 7 Jan 2020 10:09:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 007A9aZ1011361 for powerpc@FreeBSD.org; Tue, 7 Jan 2020 10:09:36 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: powerpc@FreeBSD.org Subject: [Bug 243154] www/trafficserver: fix build on powerpc64 Date: Tue, 07 Jan 2020 10:09:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 10:09:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243154 Bug ID: 243154 Summary: www/trafficserver: fix build on powerpc64 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: gaod@hychen.org, powerpc@FreeBSD.org Flags: maintainer-feedback?(gaod@hychen.org) CC: gaod@hychen.org, powerpc@FreeBSD.org Created attachment 210497 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210497&action= =3Dedit patch This port builds on amd64, but without luajit support since there's no luaj= it for powerpc64. Also add USES=3Dlocalbase instead of LIBS+=3D and remove unused CONFIGURE_A= RGS. Since files are installed to powerpc-freebsd-thread-multi directory, set pr= oper PLIST_SUB and do-install target. Don't add -L/usr/lib to LDFLAGS, it breaks when compiling with ports GCC. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Jan 7 10:10:03 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5DC881FCD7B for ; Tue, 7 Jan 2020 10:10:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sSmW1vqBz3xPM for ; Tue, 7 Jan 2020 10:10:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 3108B3519; Tue, 7 Jan 2020 10:10:03 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 162AC3518 for ; Tue, 7 Jan 2020 10:10:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sSmV69zrz3xPK for ; Tue, 7 Jan 2020 10:10:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF85525420 for ; Tue, 7 Jan 2020 10:10:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 007AA2O9012120 for ; Tue, 7 Jan 2020 10:10:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 007AA2DX012119 for powerpc@FreeBSD.org; Tue, 7 Jan 2020 10:10:02 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: powerpc@FreeBSD.org Subject: [Bug 243154] www/trafficserver: fix build on powerpc64 Date: Tue, 07 Jan 2020 10:10:02 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 10:10:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243154 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #210497| |maintainer-approval?(gaod@h Flags| |ychen.org) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Jan 7 10:10:16 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D1C691FCDD6 for ; Tue, 7 Jan 2020 10:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sSmm5Hj7z3xRT for ; Tue, 7 Jan 2020 10:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 956643553; Tue, 7 Jan 2020 10:10:16 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 9142D3552 for ; Tue, 7 Jan 2020 10:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sSmm2Y9jz3xRP for ; Tue, 7 Jan 2020 10:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 52A7B25423 for ; Tue, 7 Jan 2020 10:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 007AAGHV012461 for ; Tue, 7 Jan 2020 10:10:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 007AAG4A012460 for powerpc@FreeBSD.org; Tue, 7 Jan 2020 10:10: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: powerpc@FreeBSD.org Subject: [Bug 243154] www/trafficserver: fix build on powerpc64 Date: Tue, 07 Jan 2020 10:10:16 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 10:10:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243154 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |merge-quarterly? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Jan 7 11:50:00 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9060A226503 for ; Tue, 7 Jan 2020 11:50:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sVzr3Prwz42wQ for ; Tue, 7 Jan 2020 11:50:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 6E9934748; Tue, 7 Jan 2020 11:50:00 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 6C3634747 for ; Tue, 7 Jan 2020 11:50:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sVzr1T37z42wM for ; Tue, 7 Jan 2020 11:50:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D6282664D for ; Tue, 7 Jan 2020 11:50:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 007Bo08s003454 for ; Tue, 7 Jan 2020 11:50:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 007Bo07q003447 for powerpc@FreeBSD.org; Tue, 7 Jan 2020 11:50:00 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: powerpc@FreeBSD.org Subject: [Bug 243141] science/py-veusz: fix build on powerpc64 elfv2 Date: Tue, 07 Jan 2020 11:50:00 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 11:50:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243141 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Jan 7 11:50:43 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39F4C226666 for ; Tue, 7 Jan 2020 11:50:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sW0f5rHxz432k for ; Tue, 7 Jan 2020 11:50:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id C18144825; Tue, 7 Jan 2020 11:50:42 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id BEC8A4824 for ; Tue, 7 Jan 2020 11:50:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sW0f3wqrz432g for ; Tue, 7 Jan 2020 11:50:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 824832677C for ; Tue, 7 Jan 2020 11:50:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 007Boguk004365 for ; Tue, 7 Jan 2020 11:50:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 007BogkT004362 for powerpc@FreeBSD.org; Tue, 7 Jan 2020 11:50:42 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: powerpc@FreeBSD.org Subject: [Bug 243141] science/py-veusz: fix build on powerpc64 elfv2 Date: Tue, 07 Jan 2020 11:50:42 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 11:50:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243141 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: pkubaj Date: Tue Jan 7 11:49:57 UTC 2020 New revision: 522330 URL: https://svnweb.freebsd.org/changeset/ports/522330 Log: science/py-veusz: fix build on powerpc64 elfv2 This port has the same problem as all GCC ports on powerpc64 elfv2 - namespace collision with vec_step variable. PR: 243141 Approved by: yuri (maintainer) Changes: head/science/py-veusz/files/patch-veusz_helpers_src_threed_objects.cpp --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Jan 7 13:24:57 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0DC81E8354 for ; Tue, 7 Jan 2020 13:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sY5P566vz47st for ; Tue, 7 Jan 2020 13:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id A430A54BA; Tue, 7 Jan 2020 13:24:57 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 9FFE954B8 for ; Tue, 7 Jan 2020 13:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sY5P0nMhz47sq for ; Tue, 7 Jan 2020 13:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 164E72788F for ; Tue, 7 Jan 2020 13:24:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 007DOumQ049570 for ; Tue, 7 Jan 2020 13:24:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 007DOuq6049569 for powerpc@FreeBSD.org; Tue, 7 Jan 2020 13:24: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: powerpc@FreeBSD.org Subject: [Bug 242769] lang/guile2: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:Segmentation fault (core dumped) Date: Tue, 07 Jan 2020 13:24:56 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: lfmorrison@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@freebsd.org X-Bugzilla-Flags: maintainer-feedback? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2020 13:24:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242769 lfmorrison@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lfmorrison@gmail.com --- Comment #2 from lfmorrison@gmail.com --- I am also seeing the exact same failure. FreeBSD 12.1-RELEASE-p1 powerpc 32 bit, running on Apple Mac Mini G4. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 00:37:08 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 15A3B1F790A for ; Wed, 8 Jan 2020 00:37:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sr0z6qXxz3NFD for ; Wed, 8 Jan 2020 00:37:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id E3B16FDB8; Wed, 8 Jan 2020 00:37:07 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id DF819FDB7 for ; Wed, 8 Jan 2020 00:37:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47sr0z4rDfz3NFC for ; Wed, 8 Jan 2020 00:37:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A124479A5 for ; Wed, 8 Jan 2020 00:37:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0080b7FF008755 for ; Wed, 8 Jan 2020 00:37:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0080b6tm008261 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 00:37:07 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: powerpc@FreeBSD.org Subject: [Bug 243152] sysutils/sformat: fix build on powerpc64 Date: Wed, 08 Jan 2020 00:36:44 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: marius@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marius@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 00:37:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243152 --- Comment #1 from Marius Strobl --- I object to the patch in attachment 210495; please use the approach employe= d by the other ports affected by this problem instead (see for example r404711) = and remove also the other BROKEN lines. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 09:29:34 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD5F91E890D for ; Wed, 8 Jan 2020 09:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t3qL5fbmz4H7V for ; Wed, 8 Jan 2020 09:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id A1B81136B8; Wed, 8 Jan 2020 09:29:34 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 9EC7D136B7 for ; Wed, 8 Jan 2020 09:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t3qL2xsPz4H7R for ; Wed, 8 Jan 2020 09:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60A1DDC42 for ; Wed, 8 Jan 2020 09:29:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0089TY7A033201 for ; Wed, 8 Jan 2020 09:29:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0089TYS3033200 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 09:29:34 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: powerpc@FreeBSD.org Subject: [Bug 243180] security/afl: fix build on powerpc64 elfv2 Date: Wed, 08 Jan 2020 09:29:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 09:29:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243180 Bug ID: 243180 Summary: security/afl: fix build on powerpc64 elfv2 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: tobik@freebsd.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org CC: powerpc@FreeBSD.org Assignee: tobik@freebsd.org Flags: maintainer-feedback?(tobik@freebsd.org) Created attachment 210521 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210521&action= =3Dedit patch Since powerpc64 elfv2 uses LLVM, it can build this port. make test passes ok. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 11:26:33 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AE8CB1EB2BF for ; Wed, 8 Jan 2020 11:26:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t6QK4G9tz4NMm for ; Wed, 8 Jan 2020 11:26:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 8B9B214960; Wed, 8 Jan 2020 11:26:33 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 8725A1495F for ; Wed, 8 Jan 2020 11:26:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t6QK2K1fz4NMh for ; Wed, 8 Jan 2020 11:26:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4AE6EF2B1 for ; Wed, 8 Jan 2020 11:26:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008BQX0C067493 for ; Wed, 8 Jan 2020 11:26:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008BQXdb067492 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 11:26: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: powerpc@FreeBSD.org Subject: [Bug 243182] java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 11:26:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 11:26:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243182 Bug ID: 243182 Summary: java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: java@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Flags: maintainer-feedback?(java@FreeBSD.org) CC: powerpc@FreeBSD.org Assignee: java@FreeBSD.org Created attachment 210525 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210525&action= =3Dedit patch Add bootstrap for powerpc64 elfv2. This patch also adds -elfv1 suffix to el= fv1 file, so please rename it in MASTER_SITES. Because of issue with macros in precompiled.hpp, --disable-precompiled-head= ers is necessary. Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patc= h to compile for elfv2. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 11:31:36 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6C9A01EB70F for ; Wed, 8 Jan 2020 11:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t6X82M15z4P26 for ; Wed, 8 Jan 2020 11:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 4A3A814D6E; Wed, 8 Jan 2020 11:31:36 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 4528D14D6D for ; Wed, 8 Jan 2020 11:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t6X80M43z4P24 for ; Wed, 8 Jan 2020 11:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07AFBF44D for ; Wed, 8 Jan 2020 11:31:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008BVZMJ080536 for ; Wed, 8 Jan 2020 11:31:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008BVZ5Z080535 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 11:31:35 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: powerpc@FreeBSD.org Subject: [Bug 243182] java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 11:31:36 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 11:31:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243182 --- Comment #1 from Piotr Kubaj --- Bootstrap available at https://anongoth.pl/bootstrap-openjdk11-powerpc64-elfv2-11.0.5.10.1.tar.xz --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:06:39 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B98831ED1BB for ; Wed, 8 Jan 2020 12:06:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t7Jb4cLmz4Qvd for ; Wed, 8 Jan 2020 12:06:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 7EE5515123; Wed, 8 Jan 2020 12:06:39 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 7988115122 for ; Wed, 8 Jan 2020 12:06:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t7Jb1vdJz4QvY for ; Wed, 8 Jan 2020 12:06:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CE22FA06 for ; Wed, 8 Jan 2020 12:06:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008C6dNM039582 for ; Wed, 8 Jan 2020 12:06:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008C6d9r039581 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:06:39 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: powerpc@FreeBSD.org Subject: [Bug 243182] java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:06:39 +0000 X-Bugzilla-Reason: CC 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: mikael.urankar@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:06:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243182 mikael.urankar@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikael.urankar@gmail.com --- Comment #2 from mikael.urankar@gmail.com --- It needs a patch for the gcc case: http://mikael.urankar.free.fr/FreeBSD/powerpc64/openjdk11_patch-ppc64-elfv2 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:13:00 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBFC31ED428 for ; Wed, 8 Jan 2020 12:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t7Rw6258z4RBS for ; Wed, 8 Jan 2020 12:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id AE3381516E; Wed, 8 Jan 2020 12:13:00 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id A97E91516D for ; Wed, 8 Jan 2020 12:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t7Rw3KJpz4RBP for ; Wed, 8 Jan 2020 12:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D883FBC8 for ; Wed, 8 Jan 2020 12:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008CD0JB052992 for ; Wed, 8 Jan 2020 12:13:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008CD0CW052985 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:13:00 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: powerpc@FreeBSD.org Subject: [Bug 243183] java/openjdk12: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:12:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:13:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243183 Bug ID: 243183 Summary: java/openjdk12: add bootstrap and fix compilation for powerpc64 elfv2 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: java@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Flags: maintainer-feedback?(java@FreeBSD.org) Assignee: java@FreeBSD.org CC: powerpc@FreeBSD.org Created attachment 210526 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210526&action= =3Dedit patch Because of issue with macros in precompiled.hpp, --disable-precompiled-head= ers is necessary. Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patc= h to compile for elfv2. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:13:18 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BAEC21ED498 for ; Wed, 8 Jan 2020 12:13:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t7SG4ZKMz4RDW for ; Wed, 8 Jan 2020 12:13:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 9584F151AA; Wed, 8 Jan 2020 12:13:18 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 91D73151A9 for ; Wed, 8 Jan 2020 12:13:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t7SG2cFVz4RDR for ; Wed, 8 Jan 2020 12:13:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54EC5FBCD for ; Wed, 8 Jan 2020 12:13:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008CDIob066508 for ; Wed, 8 Jan 2020 12:13:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008CDIHW066498 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:13: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: powerpc@FreeBSD.org Subject: [Bug 243183] java/openjdk12: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:13:18 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:13:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243183 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frebsd-java@FreeBSD.org Attachment #210526| |maintainer-approval?(frebsd Flags| |-java@FreeBSD.org) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:13:37 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CD031ED4EA for ; Wed, 8 Jan 2020 12:13:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t7Sd01s7z4RFf for ; Wed, 8 Jan 2020 12:13:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id EE988151C6; Wed, 8 Jan 2020 12:13:36 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id E9537151C5 for ; Wed, 8 Jan 2020 12:13:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t7Sc54KCz4RFZ for ; Wed, 8 Jan 2020 12:13:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A99A3FBD8 for ; Wed, 8 Jan 2020 12:13:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008CDanw080724 for ; Wed, 8 Jan 2020 12:13:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008CDa1c080714 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:13:36 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: powerpc@FreeBSD.org Subject: [Bug 243182] java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:13:36 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:13:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243182 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frebsd-java@FreeBSD.org Attachment #210525| |maintainer-approval?(frebsd Flags| |-java@FreeBSD.org) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:40:56 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE5AA1EDFEF for ; Wed, 8 Jan 2020 12:40:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t8484lMhz4SFx for ; Wed, 8 Jan 2020 12:40:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 9BEFA15523; Wed, 8 Jan 2020 12:40:56 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 980BC15522 for ; Wed, 8 Jan 2020 12:40:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t8482nsXz4SFv for ; Wed, 8 Jan 2020 12:40:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B40B180B7 for ; Wed, 8 Jan 2020 12:40:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008Ceu4u068006 for ; Wed, 8 Jan 2020 12:40:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008Ceu0W068002 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:40: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: powerpc@FreeBSD.org Subject: [Bug 243182] java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:40:56 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:40:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243182 --- Comment #3 from Piotr Kubaj --- (In reply to mikael.urankar from comment #2) elfv2 uses clang. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:42:09 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 585251EE1EB for ; Wed, 8 Jan 2020 12:42:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t85Y1lkHz4SVB for ; Wed, 8 Jan 2020 12:42:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 356B6155A0; Wed, 8 Jan 2020 12:42:09 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 335821559F for ; Wed, 8 Jan 2020 12:42:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t85X6xDHz4SV7 for ; Wed, 8 Jan 2020 12:42:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E989318151 for ; Wed, 8 Jan 2020 12:42:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008Cg80b005847 for ; Wed, 8 Jan 2020 12:42:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008Cg82K005843 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:42: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: powerpc@FreeBSD.org Subject: [Bug 243183] java/openjdk12: fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:42:08 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:42:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243183 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|java/openjdk12: add |java/openjdk12: fix |bootstrap and fix |compilation for powerpc64 |compilation for powerpc64 |elfv2 |elfv2 | --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:51:41 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C7BC1EE520 for ; Wed, 8 Jan 2020 12:51:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t8JY14Hxz4Srx for ; Wed, 8 Jan 2020 12:51:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 044B7156DA; Wed, 8 Jan 2020 12:51:41 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 007B1156D9 for ; Wed, 8 Jan 2020 12:51:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t8JX5ZpVz4Srs for ; Wed, 8 Jan 2020 12:51:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BAF3318304 for ; Wed, 8 Jan 2020 12:51:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008Cpe3H057607 for ; Wed, 8 Jan 2020 12:51:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008Cpetk057606 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:51:40 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: powerpc@FreeBSD.org Subject: [Bug 243182] java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:51:40 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:51:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243182 --- Comment #4 from Piotr Kubaj --- Actually, since flags-cflags.m4 contains separate entries for gcc and clang= , we could assume that elfv1 always uses gcc and elfv2 always uses clang. This will make it possible to omit EXTRA_PATCHES and apply this patch everywhere, which simplifies things. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:53:45 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 83BC11EE593 for ; Wed, 8 Jan 2020 12:53:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t8Lx30qBz4SxD for ; Wed, 8 Jan 2020 12:53:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 604B515718; Wed, 8 Jan 2020 12:53:45 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 5A82915717 for ; Wed, 8 Jan 2020 12:53:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t8Lx128rz4SxC for ; Wed, 8 Jan 2020 12:53:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E44518366 for ; Wed, 8 Jan 2020 12:53:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008CrjHO066270 for ; Wed, 8 Jan 2020 12:53:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008CriL4066269 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:53:45 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: powerpc@FreeBSD.org Subject: [Bug 243182] java/openjdk11: add bootstrap and fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:53:44 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name attachments.isobsolete 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:53:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243182 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #210525|maintainer-approval?(frebsd | Flags|-java@FreeBSD.org) | Attachment #210525|0 |1 is obsolete| | Attachment #210529| |maintainer-approval?(frebsd Flags| |-java@FreeBSD.org) --- Comment #5 from Piotr Kubaj --- Created attachment 210529 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210529&action= =3Dedit v2 Assume elfv1 -> gcc, elfv2 -> clang. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 12:55:28 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F209C1EE5EA for ; Wed, 8 Jan 2020 12:55:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t8Nw6FR4z4Syn for ; Wed, 8 Jan 2020 12:55:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id CF56D1574A; Wed, 8 Jan 2020 12:55:28 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id CC7DD15749 for ; Wed, 8 Jan 2020 12:55:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t8Nw4H3cz4Syk for ; Wed, 8 Jan 2020 12:55:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 893A21836E for ; Wed, 8 Jan 2020 12:55:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008CtS34068396 for ; Wed, 8 Jan 2020 12:55:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008CtSSN068393 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 12:55:28 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: powerpc@FreeBSD.org Subject: [Bug 243183] java/openjdk12: fix compilation for powerpc64 elfv2 Date: Wed, 08 Jan 2020 12:55:28 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 12:55:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243183 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #210526|0 |1 is obsolete| | Attachment #210526|maintainer-approval?(frebsd | Flags|-java@FreeBSD.org) | Attachment #210530| |maintainer-approval?(frebsd Flags| |-java@FreeBSD.org) --- Comment #1 from Piotr Kubaj --- Created attachment 210530 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210530&action= =3Dedit v2 Assume elfv1 -> gcc, elfv2 -> clang. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 14:02:27 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 600E11EFC07 for ; Wed, 8 Jan 2020 14:02:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t9tC1z61z4XCF for ; Wed, 8 Jan 2020 14:02:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 3CF2E16327; Wed, 8 Jan 2020 14:02:27 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 3A32116326 for ; Wed, 8 Jan 2020 14:02:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47t9tC03Rkz4XCB for ; Wed, 8 Jan 2020 14:02:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F19E3191B7 for ; Wed, 8 Jan 2020 14:02:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008E2Qn9056157 for ; Wed, 8 Jan 2020 14:02:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008E2QQ8056156 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 14:02: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: powerpc@FreeBSD.org Subject: [Bug 243152] sysutils/sformat: fix build on powerpc64 Date: Wed, 08 Jan 2020 14:02:26 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marius@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: flagtypes.name attachments.isobsolete 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 14:02:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243152 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #210495|maintainer-approval?(marius | Flags|@FreeBSD.org) | Attachment #210495|0 |1 is obsolete| | Attachment #210534| |maintainer-approval?(marius Flags| |@FreeBSD.org) --- Comment #2 from Piotr Kubaj --- Created attachment 210534 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210534&action= =3Dedit v2 Is that ok? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 14:26:35 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 831281F0494 for ; Wed, 8 Jan 2020 14:26:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tBQ32yq4z4YFP for ; Wed, 8 Jan 2020 14:26:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 5F4271663B; Wed, 8 Jan 2020 14:26:35 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 5C8481663A for ; Wed, 8 Jan 2020 14:26:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tBQ315XPz4YFM for ; Wed, 8 Jan 2020 14:26:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2036619570 for ; Wed, 8 Jan 2020 14:26:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008EQZ0p034440 for ; Wed, 8 Jan 2020 14:26:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008EQZrF034439 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 14:26:35 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: powerpc@FreeBSD.org Subject: [Bug 243188] emulators/qemu: fix build on powerpc64 elfv2 Date: Wed, 08 Jan 2020 14:26:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 14:26:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243188 Bug ID: 243188 Summary: emulators/qemu: fix build on powerpc64 elfv2 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: bofh@freebsd.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Flags: maintainer-feedback?(bofh@freebsd.org) CC: powerpc@FreeBSD.org Assignee: bofh@freebsd.org Created attachment 210536 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210536&action= =3Dedit patch Clang doesn't like -mbig: cc -mbig -c -o spapr-rtas.o spapr-rtas.S cc: error: unknown argument: '-mbig' This file doesn't seem to be built on amd64, so removing -mbig doesn't caus= e a problem there. I also successfully built on powerpc64 elfv1 and it also bui= lds. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 14:26:45 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 919521F04D3 for ; Wed, 8 Jan 2020 14:26:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tBQF3PZgz4YHK for ; Wed, 8 Jan 2020 14:26:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 6DFFB1667A; Wed, 8 Jan 2020 14:26:45 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 6B2A516679 for ; Wed, 8 Jan 2020 14:26:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tBQF1Qypz4YHG for ; Wed, 8 Jan 2020 14:26:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CAC219572 for ; Wed, 8 Jan 2020 14:26:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008EQjDg034663 for ; Wed, 8 Jan 2020 14:26:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008EQjvo034662 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 14:26:45 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: powerpc@FreeBSD.org Subject: [Bug 243188] emulators/qemu: fix build on powerpc64 elfv2 Date: Wed, 08 Jan 2020 14:26:45 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 14:26:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243188 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bofh@freebsd.org Attachment #210536| |maintainer-approval?(bofh@f Flags| |reebsd.org) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 21:00:30 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DEB271FAAD1 for ; Wed, 8 Jan 2020 21:00:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tM8Z5g8Lz48G9 for ; Wed, 8 Jan 2020 21:00:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id B63D589F; Wed, 8 Jan 2020 21:00:30 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id A986289E for ; Wed, 8 Jan 2020 21:00:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tM8Z3Jfyz48G4 for ; Wed, 8 Jan 2020 21:00:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6D11E1DF64 for ; Wed, 8 Jan 2020 21:00:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008L0Ucn088698 for ; Wed, 8 Jan 2020 21:00:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008L0UMB088697 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 21:00: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: powerpc@FreeBSD.org Subject: [Bug 243199] multimedia/obs-studio: fix build on powerpc64 Date: Wed, 08 Jan 2020 21:00:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 21:00:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243199 Bug ID: 243199 Summary: multimedia/obs-studio: fix build on powerpc64 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Flags: maintainer-feedback?(yuri@freebsd.org) CC: powerpc@FreeBSD.org Assignee: yuri@freebsd.org Created attachment 210547 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210547&action= =3Dedit patch Merge upstream commit to use GCC's SSE->AltiVec translation. Since it depen= ds on compiling with GCC, it only works on ELFv1. Hopefully it will be possibl= e to build it on ELFv2 in the future. Also use luajit only where it's actually available. Since it's optional, the port builds anyway. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 21:00:44 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 160901FAB2B for ; Wed, 8 Jan 2020 21:00:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tM8q6xVxz48Jp for ; Wed, 8 Jan 2020 21:00:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id CDE498E6; Wed, 8 Jan 2020 21:00:43 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id B4B328E5 for ; Wed, 8 Jan 2020 21:00:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tM8q3hQLz48Jk for ; Wed, 8 Jan 2020 21:00:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7907F1DF76 for ; Wed, 8 Jan 2020 21:00:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008L0hoD093846 for ; Wed, 8 Jan 2020 21:00:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008L0hb1093820 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 21:00: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: powerpc@FreeBSD.org Subject: [Bug 243199] multimedia/obs-studio: fix build on powerpc64 Date: Wed, 08 Jan 2020 21:00:43 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 21:00:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243199 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuri@freebsd.org Attachment #210547| |maintainer-approval?(yuri@f Flags| |reebsd.org) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 21:18:23 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDDCC1FB480 for ; Wed, 8 Jan 2020 21:18:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMYC4kDtz49Qv for ; Wed, 8 Jan 2020 21:18:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 7E66AC79; Wed, 8 Jan 2020 21:18:23 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 61364C71 for ; Wed, 8 Jan 2020 21:18:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMYC13VQz49QW for ; Wed, 8 Jan 2020 21:18:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D7E71E30C for ; Wed, 8 Jan 2020 21:18:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008LINVM042109 for ; Wed, 8 Jan 2020 21:18:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008LIN52042097 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 21:18:23 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: powerpc@FreeBSD.org Subject: [Bug 242523] security/nss 3.48 doesn't build on PowerPC Date: Wed, 08 Jan 2020 21:18:21 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 21:18:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242523 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #209971|0 |1 is obsolete| | Attachment #210548| |maintainer-approval?(gecko@ Flags| |FreeBSD.org) --- Comment #17 from Piotr Kubaj --- Created attachment 210548 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210548&action= =3Dedit v2 - Fix build without AltiVec, Crypto and VSX by moving altivec-types.h inclu= de to USE_PPC_CRYPTO's ifdef -this header is not necessary without USE_PPC_CRY= PTO enabled, - Enable USE_PPC_CRYPTO on BE as well if VSX and Crypto are supported, - Add non-default VSX option for adding -mvsx -mcrypto to set USE_PPC_CRYPT= O, - since we don't need new GCC now, don't set USES=3Dcompiler:c11 by default. This fixes powerpc and powerpc64 build without AltiVec, Crypto and VSX and makes it possible to use USE_PPC_CRYPTO which should accelerate things. make test output without this patch: Passed: 14415 Failed: 58 Failed with core: 0 ASan failures: 0 Unknown status: 52 TinderboxPrint:Unknown: 52 And with: Passed: 14471 Failed: 2 Failed with core: 0 ASan failures: 0 Unknown status: 52 TinderboxPrint:Unknown: 52 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 21:31:53 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 621461FBB5C for ; Wed, 8 Jan 2020 21:31:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMrn23WKz4BVQ for ; Wed, 8 Jan 2020 21:31:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 3FFF410BC; Wed, 8 Jan 2020 21:31:53 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 3D70410BB for ; Wed, 8 Jan 2020 21:31:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMrn0BtHz4BVL for ; Wed, 8 Jan 2020 21:31:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 024C21E581 for ; Wed, 8 Jan 2020 21:31:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008LVq8x023715 for ; Wed, 8 Jan 2020 21:31:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008LVqol023712 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 21:31: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: powerpc@FreeBSD.org Subject: [Bug 243199] multimedia/obs-studio: fix build on powerpc64 Date: Wed, 08 Jan 2020 21:31:52 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 21:31:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243199 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(yuri@f |maintainer-feedback+ |reebsd.org) | Assignee|yuri@freebsd.org |pkubaj@FreeBSD.org --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 21:37:10 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 434421FBCB3 for ; Wed, 8 Jan 2020 21:37:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMyt19BTz4Bgp for ; Wed, 8 Jan 2020 21:37:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 20B3D120F; Wed, 8 Jan 2020 21:37:10 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 1E75E120E for ; Wed, 8 Jan 2020 21:37:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMys6J0yz4Bgm for ; Wed, 8 Jan 2020 21:37:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CF32B1E6E2 for ; Wed, 8 Jan 2020 21:37:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008Lb9pl034270 for ; Wed, 8 Jan 2020 21:37:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008Lb9e1034269 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 21:37: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: powerpc@FreeBSD.org Subject: [Bug 243199] multimedia/obs-studio: fix build on powerpc64 Date: Wed, 08 Jan 2020 21:37:09 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: bug_status 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 21:37:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243199 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 21:37:41 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 41FD51FBD15 for ; Wed, 8 Jan 2020 21:37:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMzS6Mnyz4BjD for ; Wed, 8 Jan 2020 21:37:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id BB0A91239; Wed, 8 Jan 2020 21:37:40 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id B6D711238 for ; Wed, 8 Jan 2020 21:37:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tMzS3hbwz4Bj9 for ; Wed, 8 Jan 2020 21:37:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 799171E6E3 for ; Wed, 8 Jan 2020 21:37:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008LbeR7034891 for ; Wed, 8 Jan 2020 21:37:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008LbeXZ034890 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 21:37:40 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: powerpc@FreeBSD.org Subject: [Bug 243199] multimedia/obs-studio: fix build on powerpc64 Date: Wed, 08 Jan 2020 21:37:40 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 21:37:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243199 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: pkubaj Date: Wed Jan 8 21:36:58 UTC 2020 New revision: 522460 URL: https://svnweb.freebsd.org/changeset/ports/522460 Log: multimedia/obs-studio: fix build on powerpc64 Merge upstream commit to use GCC's SSE->AltiVec translation. Since it dep= ends on compiling with GCC, it only works on ELFv1. Hopefully it will be possibl= e to build it on ELFv2 in the future. Also use luajit only where it's actually available. Since it's optional, = the port builds anyway. PR: 243199 Approved by: yuri (maintainer) MFH: 2020Q1 (fix build blanket) Changes: head/multimedia/obs-studio/Makefile head/multimedia/obs-studio/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 21:40:42 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B3701FBF78 for ; Wed, 8 Jan 2020 21:40:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tN2y39Tvz4C1v for ; Wed, 8 Jan 2020 21:40:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 61E8913E0; Wed, 8 Jan 2020 21:40:42 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 5BE4213DF for ; Wed, 8 Jan 2020 21:40:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tN2x5b64z4C1p for ; Wed, 8 Jan 2020 21:40:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB41C1E6FA for ; Wed, 8 Jan 2020 21:40:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008LefZx039192 for ; Wed, 8 Jan 2020 21:40:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008LefEH039191 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 21:40:41 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: powerpc@FreeBSD.org Subject: [Bug 243199] multimedia/obs-studio: fix build on powerpc64 Date: Wed, 08 Jan 2020 21:40:42 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 21:40:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243199 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: pkubaj Date: Wed Jan 8 21:40:20 UTC 2020 New revision: 522461 URL: https://svnweb.freebsd.org/changeset/ports/522461 Log: MFH: r522460 multimedia/obs-studio: fix build on powerpc64 Merge upstream commit to use GCC's SSE->AltiVec translation. Since it dep= ends on compiling with GCC, it only works on ELFv1. Hopefully it will be possibl= e to build it on ELFv2 in the future. Also use luajit only where it's actually available. Since it's optional, = the port builds anyway. PR: 243199 Approved by: yuri (maintainer) Approved by: portmgr (fix build blanket) Changes: _U branches/2020Q1/ branches/2020Q1/multimedia/obs-studio/Makefile branches/2020Q1/multimedia/obs-studio/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 23:09:31 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 183D81FE1F0 for ; Wed, 8 Jan 2020 23:09:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tQ1Q6xPpz4HgG for ; Wed, 8 Jan 2020 23:09:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id CD69126B2; Wed, 8 Jan 2020 23:09:30 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id C8A0B26B1 for ; Wed, 8 Jan 2020 23:09:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tQ1Q4DcCz4HgC for ; Wed, 8 Jan 2020 23:09:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 884BE1F76B for ; Wed, 8 Jan 2020 23:09:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 008N9UIB077646 for ; Wed, 8 Jan 2020 23:09:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 008N9UON077645 for powerpc@FreeBSD.org; Wed, 8 Jan 2020 23:09: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: powerpc@FreeBSD.org Subject: [Bug 242523] security/nss 3.48 doesn't build on PowerPC Date: Wed, 08 Jan 2020 23:09:30 +0000 X-Bugzilla-Reason: CC 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: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 23:09:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242523 --- Comment #18 from Jan Beich --- Comment on attachment 210548 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210548 v2 > VSX_CFLAGS=3D -mcrypto -mvsx When every file is built with SIMD runtime detection is pointless. Essentia= lly, you're disabling USE_PPC_CRYPTO code for binary package users. > + defined(__VSX__) && defined(__CRYPTO__) Can you check if this works with per-file SIMD flags? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed Jan 8 23:12:54 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1C3D51FE4C0 for ; Wed, 8 Jan 2020 23:12:54 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic309-21.consmr.mail.gq1.yahoo.com (sonic309-21.consmr.mail.gq1.yahoo.com [98.137.65.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 47tQ5J4Nglz4J4K for ; Wed, 8 Jan 2020 23:12:52 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 0kTI8Q8VM1kgI71bDYGF3jacvqBUXkweZ98oUmXsQeFZ2Fu6Iec86X7gYQxOdU3 E9MCZNdkSWpbna_R_giSxWQvk3KZMdOH2tDa3HY9.zw0MX9zWlXqAxMP169GbsTHnEyheRJFYjPn 4arWCcPkfdu_jCnGPWSQfFoWxXQFGdHv66n3ks1LE3_nesYi_3R6006C2DKxRKipwQOhTEh0mSyb Q5wlne2ZMjuRngaEMMH361l9Jv960xqRNkKx7KgVTskj0TZumSwiQncGynqP.uGxQ6cunh3ZOZRP 6FUzxqycf0IR4vtvJ1qG64uq95aoxKt2wxAYQRrlXHWTJZAcOZluLxI8MFvGuq9xhNAvobvPNKfo qUhG5Vp5EikgCjFsOOOuiGtzmsb763CipLJnCDVT_aExaVqVODjdNrnhb.DTH0VaHXvbyHfnwK8Y I9VLwpnGB168cZIdBJvdj_t1Sbb3Wy0lavOsgYICTv9hYZMGoSiF4uvTr_12ni4sciBvUOzJkAFo EM3.F.9ipfva4GQ6L_odkXRcbgsRIbhPR2VjnItbFuQFoZjMUmK39jaJL9mp1Smii4zuwsBDK9Tf 0Q06LmM0M72dKJO22rB_YSW8WqYjyBkSh0lZ6bcuR8qzwbFOSl57s1Ny.7FByXMg17T3f1GbBA2r XzKCgKKKjZ3rXazvX2XDiVYK1ZaQMX9Rw3Co5ZuqQHGzpyXufGid0wxlrGHp9kyOB5r70Rdm62Dy _Q3pHF9eQnXfi5d7CRuTHFkWL1IuSt.qoqWFI7L2tmV0jbmX_utwsfyYPZcFgZ4CEEcTm5E3uwz2 .YqnvRkhasu8jaZZmGPOzy6frBsHWXqKBRDnVjtBjc605rQ._C3N7ZQYqwj.DT0AkwfjNQxuK2Ru nA_XdWXgEXuSiQCKreIeTQerCXi8LwCu3YreIfroKbEIa08xp7sJvRNvJkw0M.ujCssArVg61TL_ or4FotB5UK68LJePMVZ80z4_r5M8LuClAPwJEmZ3p.PTdqhi1.CNCTWfcS_eEVAgOAyEexBVHK7E JZ37iJXbkZb1mhxlNtCpGR1GPJBIHcTQ8e4I5yUDt2tYY81X.u.hOoSg3ipeg87aasYJFJ1j1BkW P8hedCo2yLrmpXII2dVNG7cfJlyWb1BEtAxEqplNpbdKfFnA6UKFqHrrl1WaVtDEGVfRH3vklh0z HhCliis7sFoWAZGYO5OSWmTJnDe2Gniz50DXOGOjPEakAnFsQGqa9QlsontcTTPqeHsQgf_JrN2v _bugWwwlZpf8GEIL8vMXUQHkItETFCttSFguZw8GXcK3IZ2XAqrSR8PFsXCVutm_st5ctu3rWf_E Bbt8IPJUjj3sp_SwFvTwD_NDbq47fIDIiUF6pxAnfE93.BUwCi4bpxPm.ARykhUF0gKOBXff4oSw RB.ym2kT0YXJTL84ChXTYENRSrjXgzw-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.gq1.yahoo.com with HTTP; Wed, 8 Jan 2020 23:12:51 +0000 Received: by smtp410.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 6cc051346e89b2f5e2fb44c4eaf3b5fb; Wed, 08 Jan 2020 23:12:46 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: head -356426 based 32-bit powerpc (2 sock PowerMac G4): kyua sys/vm/mlock_test:mlock__copy_on_write_vnode seems stuck Message-Id: Date: Wed, 8 Jan 2020 15:12:44 -0800 Cc: FreeBSD Current To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.40.2.2.4) References: X-Rspamd-Queue-Id: 47tQ5J4Nglz4J4K X-Spamd-Bar: - X-Spamd-Result: default: False [-1.16 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.43)[-0.427,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.23)[-0.228,0]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[147.65.137.98.list.dnswl.org : 127.0.5.0]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.00)[ip: (6.07), ipnet: 98.137.64.0/21(0.87), asn: 36647(0.70), country: US(-0.05)]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 23:12:54 -0000 I've attempted a head -356426 based kyua run on an old 2-socket PowerMac G4. The buildworld and buildkernel were non-debug. The context has personal patches, mostly for dealing with PowerMac issues. It has had over 180 CPU minutes running for: sys/vm/mlock_test:mlock__copy_on_write_vnode -> Normal seems to be way under 0.1 sec on the other platforms I've made runs on recently. Hopefully kyua will time out and continue the testing at some point. The 2 socket (2 cores each) G5 powerpc64 context did not have this problem. Nor did the armv7 or aarch64 examples (CortexA7, CortexA53, CortexA57, and CortexA72). === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Thu Jan 9 02:09:56 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DA684223BE3 for ; Thu, 9 Jan 2020 02:09:56 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic315-55.consmr.mail.gq1.yahoo.com (sonic315-55.consmr.mail.gq1.yahoo.com [98.137.65.31]) (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 47tV1b5r4Xz4SKn for ; Thu, 9 Jan 2020 02:09:55 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: Z0L4TF8VM1lDitbpXo.RxnFAued.r3Gwd8NywAPQ4D2dOexgHU1Plcusvf0zMB9 18kywkLGyITgzsTlXxaopqfIlO.XgRzpYTlO4GgQxJ70d1AjwPkPKkW6WPNgfFD7i9Mdfy78bbxu HoqSL8qk4a4POhzIUA02npdxqqAzjXCxJNKoosQIX5pQHtxeUGON1WSOZLEDlNozOJWTNFsHETEV x_7q.n0LdSQOgm8IUn76LQXsIq99L5kdTf.QEYUSLytZrEkqAaLpQqxI48GRqW8THxppGamZS_X2 yKE7nNuNEGTFT2qEJUlBJfH_Zx5MdJ_n1Rqwtc9rTDPPFfbB12AvaGVd.AP3UhiEGkWuvlq4aTDJ ypTfgw13MxjZFuvt5zXTOPcOxYLJq69F_Riv_ux4qtcEmdKEli4mARHyfBb1OYNLbS4Rdu.fmkw1 w7TpxkqTjSv8RZBrlqMWKWPNrJCIvlnnKHn91dTR4xBXMCQemOWTTR.518LWY0Gpj6fXF0_Vyrq5 vZyGIK7MXzfHIKKoq.Z.zcNvrFtUIPjdy71h1M51Ifjg1meejwmk_freQoW8TI3WrM56VA.4LIIk 02gZ2PwOUMgFYFnqTdNRA4RotdVlhUY53VRy9HeRD87T48S4lB4oFmjcSXKN7gDCEIMcH0zyX17o BIzCWIPWqf16LNi3J4aoXgLuPaKkhIZagGAtMTEqQp5JMGhA7cy2gVoq..dkjE3BysZDk5LC84gJ cm63qGr3fMypI5zzX2rSsLMcKL36ibRUoIl8lO54wjeYm642.F6oEfjdhApq7SYf_RHuTmijnQDh zmLYVgFzDJDDa7SZdkeNzuAWw.O3UzZ4Ii83pwWQV_DDO_d9tB9ZxfKiW_WqCb3R3jsIqLnLg.mi 2IhyoMpYv4sZ5RuQVVbjIByBXHV1C3p98z6y2_tjrGSyDAL7Dd4FK5ZzLgz9sKW83JkxePR7LhyQ AEG3ZuEzVkhQN8nCrQ3ook0Y5aUtkThJf4qFwF_QDL1fd5FiIaGkKM4Jl7sXbPm6L_f4C.5YPVO0 YHHN2t_vsLcgYySojyQsAu1raZOzTG6g7gc2TvDq9r7J4aOue8wmOpj2pImq7Fotx76WHwWJUh8e rg1YJWhiOhOrM.3LSqXpUrWEnfODgtRoGMBVd4YRipKiRTKFtB6xKQ6eIUCxu5OXTPWkgyQ_lzi_ Wsy0sfiHqT1Owocf90npShXIRosSIcogiOhXzfMptukblqr.lxRsspoFCEu5d_z1KUXqX0G4VlnN MRX42ZG8KSrJ8Khp0LGH0PWRYSSXO_6VwcCLMYAgGtYZNu_myCDyZwHXH7obGlOXTw_9wAZvE5Ss 6bxh9JdzVKqtwDhjulVR4trIvQAv.F3c075dGyDjXT2IDrubA9oCN6dR.bIuq80doWO0TsNXnWnH S9cTtx1i9br3BAULdNtAO.0L4boL.PJnh6w-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic315.consmr.mail.gq1.yahoo.com with HTTP; Thu, 9 Jan 2020 02:09:54 +0000 Received: by smtp426.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 3c5154a412003a410da9e61611c25d14; Thu, 09 Jan 2020 02:09:49 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: head -356426 based 32-bit powerpc (2 sock PowerMac G4): kyua sys/vm/mlock_test:mlock__copy_on_write_vnode seems stuck From: Mark Millard In-Reply-To: Date: Wed, 8 Jan 2020 18:09:47 -0800 Cc: FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <67C0401B-7135-4B79-912F-6AD2CBD60B6B@yahoo.com> References: To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.40.2.2.4) X-Rspamd-Queue-Id: 47tV1b5r4Xz4SKn X-Spamd-Bar: - X-Spamd-Result: default: False [-1.66 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.62)[-0.617,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.55)[-0.548,0]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[31.65.137.98.list.dnswl.org : 127.0.5.0]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.00)[ip: (4.83), ipnet: 98.137.64.0/21(0.87), asn: 36647(0.70), country: US(-0.05)]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 02:09:56 -0000 [I got kernel backtrace information, included.] On 2020-Jan-8, at 15:12, Mark Millard wrote: > I've attempted a head -356426 based kyua run on an > old 2-socket PowerMac G4. The buildworld and > buildkernel were non-debug. The context has personal > patches, mostly for dealing with PowerMac issues. >=20 > It has had over 180 CPU minutes running for: >=20 > sys/vm/mlock_test:mlock__copy_on_write_vnode -> =20 >=20 > Normal seems to be way under 0.1 sec on the > other platforms I've made runs on recently. >=20 > Hopefully kyua will time out and continue the > testing at some point. >=20 > The 2 socket (2 cores each) G5 powerpc64 context > did not have this problem. Nor did the armv7 or > aarch64 examples (CortexA7, CortexA53, CortexA57, > and CortexA72). I finally gave up on it after 240 CPU minutes but could not kill/stop the stuck process. So I sync'd the file system and tried a "shutdown -r now" and forced the power off after it got stuck (no reboot happened). After power-up I tried: # kyua test -k /usr/tests/Kyuafile sys/vm/mlock_test sys/vm/mlock_test:mlock__copy_on_write_anon -> passed [0.017s] sys/vm/mlock_test:mlock__copy_on_write_vnode -> =20 and it got stuck again. I'll note that ps -auxd shows the likes of: root 1120 0.0 0.4 11512 8772 0 I+ 16:38 0:00.62 | | = `-- kyua test -k /usr/tests/Kyuafile sys/vm/mlock_test root 1124 100.0 0.1 4640 2332 - Rs 16:38 2:57.43 | | = `-- /usr/tests/sys/vm/mlock_test -vunprivileged-user=3Dtests = -r/tmp/kyua.B2pXx8/3/result.atf mlock__copy_on_write_vnode root 1125 0.0 0.0 4640 620 - TXL 16:38 0:00.00 | | = `-- /usr/tests/sys/vm/mlock_test -vunprivileged-user=3Dtests = -r/tmp/kyua.B2pXx8/3/result.atf mlock__copy_on_write_vnode I got a couple of backtraces from the kernel via the ddb> prompt : pid 1125 was in thread_suspend_switch called via ptracestop. I've a couple of examples of pid 1124 (the CPU time taker): (manually typed from screen images) 0xdc9e0520: at mi_switch+0x17c 0xdc9e0540: at critical_exit_preempt+0x7c 0xdc9e0560: at powerpc_interrupt+0x1c4 0xdc9e0590: at kernel EXI trap by __syncicache+0x5c: srr1=3D 0x209032 r1=3D 0xdc9e0650 cr=3D 0x8822fc22 xer=3D 0 ctr=3D 0 frame=3D0xdc9e0598 0xdc9e0650: at 0x5ed67ec 0xdc9e0660: at moea_sync_icache+0x118 Note: =46rom here on down is common with the other example backtrace: 0xdc9e0690: at pmap_sync_icache+0x98 0xdc9e06b0: at vm_sync_icache+0x2c 0xdc9e06c0: at proc_rwmem+0x13c 0xdc9e0710: at kern_ptrace+0x76c 0xdc9e0830: at sys_ptrace+0x12c 0xdc9e0960: at trap+0xae8 0xdc9e0a10: at powerpc_interrupt+0x1ec 0xdc9e0a40: at use SC trap by 0x4191ea48: srr1=3D 0x209032 r1=3D 0xffffc6d0 cr=3D 0x28000200 xer=3D 0 ctr=3D 0x4191ea40 frame=3D0xdc9e0a48 The non-common part of the other backtrace is: 0xdc9e04a0: at intr_event_handle+0xd4 0xdc9e04e0: at powerpc_dispatch_intr+0xe0 0xdc9e0520: at openpic_dispatch+0x90 0xdc9e0540: at powerpc_interrupt+0x128 0xdc9e0570: at kernel EXI trap by moea_pvo_find_va: srr1=3D 0xf032 r1=3D 0xdc9e0630 cr=3D 0x4822fc22 xer=3D 0 ctr=3D 0 frame=3D0xdc9e0578 0xdc9e0630: at 0x41b76ffc 0xdc9e0660: at moea_sync_icache+0x100 Showing a lock chain showed just one line: thread 100151 (pid 1124, mlock_test) running on CPU 0 The pcpu output for cpuid 0 metioned: critnest 2 "mlock_test" when I tried it. (After that I did something that locked up the machine, probably my fault.) It does not look like I can complete a normal kyua run for a 2-socket 32-bit powerpc. May be someone else can for some multi-socket 32-bit powerpc to see if this repeats. Single-socket/single-core might prove interesting as well. Maybe I can try such. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Thu Jan 9 02:38:24 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CDFE82248A3 for ; Thu, 9 Jan 2020 02:38:24 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic311-25.consmr.mail.gq1.yahoo.com (sonic311-25.consmr.mail.gq1.yahoo.com [98.137.65.206]) (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 47tVfR39ypz4TcK for ; Thu, 9 Jan 2020 02:38:23 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: RgyC1nEVM1n3_E7aoTBiDqNBr68kcljjqjASdfYl4odOq3EGWKDhuSsUwMh5pKX d9X1CvhnED2EHl8sETSLbJyo8_I.Xmoxou9tt2ag1MxmzNXiwXjNGM_MbJ_IPjSZ9kjNZacObami GT11kG3CyY.kMjnLdwn2kFs8twlyydLm_2BUI75a13aYq3c3hOd4M2eKPmlR_mluUtQWZJJyV24P Uqwq9M.StRZKys07Vii0aHKtjY_cK56u_ta8CQGySggDAhfJLGRplq_IOma5XgJ4AeBOLp5J7c1n RScC_QxbwcmV54byhEA_TImbuT5SeZ54uESQn9tZJE3yfu1SpKBydbKUKYeo28quvTkeZrP1UjAj 6xqV9Ck1l7eAgk_IdczTShvNfZ1iW_Lkpqs.aLUbdQBGGz2LHbcSxDmqVTAEY8zu.4oHJJDzvmVp Xl8H.wCdrjFbyoI0kXmu5sFgt.uZMau8H4i7EvC3AdCMTmSciLAbhtKIpnZDBLmryZY_mENq6z5U FdN24BL1fM4SU_4pcVWBgpsbmtyjOEMgIKGszKW.qB1bHVeGZQvxXZThSbXiwnXi3ZTMTYoynRK0 PAMUICMFgOOYpIBg8KEJyiGwhgpG_V9pDJGl6gxIZ9nrTAUKbuVb79cSq1mS3SpfRCgxxTvVhNWq MH7eOQG2.GQmKuu1vqBaSHzooGUjFKSrG7wkedDcyVDmd96_KkR9_zdhYb.XMyKxfiqNJcODQDUr X9sMZ0q91_6oBkKRUsbrn.DGCWfPpoWs1CMvdvpwRY_ZVLcHx5UslROCuK.LT4QqdBqATqjVfn9T 9axHLRp1G3gkCynux6PKcULGm.mJd2BnlTq01SvA9Ch0F.tvfQcsLDm8lxf5DV.ePUdp3UFEOoa1 hb1doGmJXzHes2Sd25RINla1A51rxDP5aH9Z6DoQJnAw7_t26LuciEE7JLxsT5GsckVpboepR.fg EPtaLjczusyX0ADNLZ9AogLjC7KT3rquW.z3MoNoj.d4m3scBrryBjrOMsRG6hCidX9y3HHSfF0u cjHi_Zii1FEcX_BXZkwWpasevu4oHV7Zg49WqDfOGKZ9kP1h_4v2YRP3bGorD.UHB_0Raw2.qQgV fy6NnN3teDsnco7aBsBRWkm3HR10Td1aS00VUQdxAZDKIrhCMThpIMkBNzPnNbpUyliueOCsDcda o1SuSAtbbuLTNzjI2XSj1d7UhfqsNF0V7ibcD4wmEoRWlz3JhqlY0dZENUJTSYTBYDJo0QZIggFV EZ2z2ImI5A3eDOWQk4Ssemxmfi2D0pROUpKpTUFFHl6AVw6gJIMsUnM1qj798KyTlTY3rwStfxFV FqwrqtdIKqYFBg7vKBmo_znbAC2UPmpnnZELumLE8G8JKUob035WYUqr75FOKo18spVy6HqtQ3zP r2DCh5R0a.ANp5ftF Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.gq1.yahoo.com with HTTP; Thu, 9 Jan 2020 02:38:21 +0000 Received: by smtp410.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 7a9fe2c4108049007fa2fa2d8b4a35da; Thu, 09 Jan 2020 02:38:16 +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 13.0 \(3608.40.2.2.4\)) Subject: head kyua testing of head -r356426 for a powerpc64 example Message-Id: Date: Wed, 8 Jan 2020 18:38:15 -0800 To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.40.2.2.4) References: X-Rspamd-Queue-Id: 47tVfR39ypz4TcK X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.50 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; 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]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE_FREEMAIL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_LAST(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_IN_DNSWL_NONE(0.00)[206.65.137.98.list.dnswl.org : 127.0.5.0]; MV_CASE(0.50)[]; IP_SCORE(0.00)[ip: (-3.39), ipnet: 98.137.64.0/21(0.87), asn: 36647(0.70), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 02:38:24 -0000 [Note: The powerpc64 kernel build still has epair built in. (This used to be required to avoid a crash when epair was loaded.) So I'll need to build a kernel without that and retest. I do not expect the load failure and so expect the result to closely match the below.] This is based on a non-debug buildworld buildkernel that has some personal patches, mostly for powerpc64 and powerpc for PowerMac related issues. There is just 1 tested context: powerpc64: G5 with 2 sockets, 2 cores each: =3D=3D=3D> Summary Results read from = /root/.kyua/store/results.usr_tests.20200108-191837-136845.db Test cases: 7749 total, 286 skipped, 39 expected failures, 115 broken, = 34 failed Total time: 3118.533s FYI, this G5 vs. CortexA53 Rock64: 3118.533s vs. 2911.617s . (So similar time frames.) =3D=3D=3D> Failed tests lib/libarchive/functional_test:test_read_format_lha_filename_UTF16 -> = failed: atf-check failed; see the output of the test for details = [13.338s] lib/libc/gen/posix_spawn/spawn_test:t_spawn_missing -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:112: = expected error 2, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_nonexist [0.011s] lib/libc/gen/posix_spawn/spawn_test:t_spawn_nonexec -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:132: = expected error 2, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_nonexec [0.011s] lib/libc/gen/posix_spawn/spawn_test:t_spawn_zero -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:92: = expected error 8, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_zero [0.012s] lib/libc/sys/brk_test:mlockfuture -> failed: = /usr/src/lib/libc/tests/sys/brk_test.c:132: unexpected page flags 0 = [0.011s] lib/libc/sys/getcontext_test:setcontext_link -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_getcontext.c:66: i !=3D ia = [0.011s] lib/libc/sys/mincore_test:mincore_resid -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:216: = check_residency(addr, npgs) =3D=3D npgs not met [0.013s] lib/libc/sys/mincore_test:mincore_shmseg -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:307: = check_residency(addr, npgs) =3D=3D npgs not met [0.013s] lib/msun/fe_round_test:fe_round -> failed: 22 checks failed; see = output for more details [0.011s] local/atf/atf-c++/pkg_config_test:build -> failed: atf-check failed; = see the output of the test for details [3.101s] local/kyua/integration/cmd_config_test:config_flag__explicit__bad_file = -> failed: atf-check failed; see the output of the test for details = [0.087s] = local/kyua/integration/cmd_config_test:config_flag__explicit__missing_file= -> failed: atf-check failed; see the output of the test for details = [0.089s] sbin/ping/in_cksum_test:aligned_even_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:50: sum =3D=3D 0x5397 not met = [0.011s] sbin/ping/in_cksum_test:aligned_even_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:72: 21399 [0.011s] sbin/ping/in_cksum_test:aligned_odd_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:61: sum =3D=3D 0x52fd not met = [0.011s] sbin/ping/in_cksum_test:aligned_odd_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:83: sum =3D=3D 0xfd52 not met = [0.011s] sbin/ping/in_cksum_test:unaligned_even_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:94: sum =3D=3D 0x5397 not met = [0.011s] sbin/ping/in_cksum_test:unaligned_even_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:116: 21399 [0.011s] sbin/ping/in_cksum_test:unaligned_odd_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:105: sum =3D=3D 0x52fd not met = [0.011s] sbin/ping/in_cksum_test:unaligned_odd_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:127: sum =3D=3D 0xfd52 not met = [0.011s] sys/kern/ptrace_test:ptrace__PT_STEP_with_signal -> failed: = /usr/src/tests/sys/kern/ptrace_test.c:3546: WSTOPSIG(status) =3D=3D = SIGABRT not met [0.014s] sys/netinet/so_reuseport_lb_test:basic_ipv4 -> failed: = /usr/src/tests/sys/netinet/so_reuseport_lb_test.c:165: bind() failed: = Address already in use [0.011s] sys/netinet/so_reuseport_lb_test:basic_ipv6 -> failed: = /usr/src/tests/sys/netinet/so_reuseport_lb_test.c:221: bind() failed: = Address already in use [0.011s] usr.bin/hexdump/hexdump_test:d_flag -> failed: atf-check failed; see = the output of the test for details [0.076s] usr.bin/hexdump/hexdump_test:o_flag -> failed: atf-check failed; see = the output of the test for details [0.076s] usr.bin/hexdump/hexdump_test:x_flag -> failed: atf-check failed; see = the output of the test for details [0.076s] usr.bin/indent/functional_test:nsac -> failed: atf-check failed; see = the output of the test for details [0.135s] usr.bin/indent/functional_test:sac -> failed: atf-check failed; see = the output of the test for details [0.135s] usr.sbin/fstyp/fstyp_test:ext2 -> failed: atf-check failed; see the = output of the test for details [0.082s] usr.sbin/fstyp/fstyp_test:ext3 -> failed: atf-check failed; see the = output of the test for details [0.082s] usr.sbin/fstyp/fstyp_test:ext4 -> failed: atf-check failed; see the = output of the test for details [0.082s] usr.sbin/fstyp/fstyp_test:ext4_label -> failed: atf-check failed; see = the output of the test for details [0.085s] usr.sbin/fstyp/fstyp_test:ntfs -> failed: atf-check failed; see the = output of the test for details [0.137s] usr.sbin/fstyp/fstyp_test:ntfs_with_label -> failed: atf-check failed; = see the output of the test for details [0.137s] Ignoring sys/cddl/zfs/tests (all systems are ufs based, no zfs use) . . = . (just got "broken: Test program did not exit cleanly" for zfs tests) =3D=3D=3D> Broken tests lib/libc/gen/makecontext_test:makecontext_arg1 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.393s] lib/libc/gen/makecontext_test:makecontext_arg2 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.317s] lib/libc/gen/makecontext_test:makecontext_arg3 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.327s] lib/libc/gen/makecontext_test:makecontext_arg4 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.317s] lib/libc/gen/makecontext_test:makecontext_arg5 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.507s] lib/libc/gen/makecontext_test:makecontext_arg6 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.317s] lib/msun/fenv_test:main -> broken: Received signal 6 [2.309s] lib/msun/invtrig_test:main -> broken: Received signal 6 [2.293s] lib/msun/lrint_test:main -> broken: Received signal 6 [1.975s] lib/msun/nan_test:main -> broken: Received signal 6 [2.030s] lib/msun/rem_test:main -> broken: Received signal 6 [2.079s] =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Thu Jan 9 03:51:30 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 32A19226051 for ; Thu, 9 Jan 2020 03:51:30 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic307-8.consmr.mail.gq1.yahoo.com (sonic307-8.consmr.mail.gq1.yahoo.com [98.137.64.32]) (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 47tXGm65Ghz4Xpg for ; Thu, 9 Jan 2020 03:51:28 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 2I971LsVM1mGJw.aM5rfDnl8ZsxovralUuQBhCp3Wta6RJ.W277fq63voY0hiki ZumSlXFfwOe5LKLbyj8hNeFJMEFocqqBNKuVnvNuI_lqG3iNVVkwdXbfs9eVbluIYH69YTRaLu8T eDx_dZ8l2oerNXWzW7uves9TzP7i6iAuFvt1tri36J7cSVHrZvhkgy5UjI6BZoVf08DJ7ucZgaN7 gAv58dTF5mA7eeHzaBUEUyLf45qrC.D14iZBk6oZRdGRCU7ot6_Hz4WL926SIPpsir8dbq2qTSsc WnnXQGtE7wzTRN4BiBgmTAf3NCnhGz1rC1AL9eNJK8W0ux4NqUJVZeHiXeS5ORDq0scV5fml9tWN DHTcOmUIVV6Zd6Eh8Htm1aRhyONY8va4Jr2j8mFbHCMx3Eu065FaPuQjf0YPWJ7ze_1tscDvCYGt 5jajIlJrZlW1qr1vM7zNRU0Os5U49IrhFG.sQN8ZzpAxdlOXmt9VJDk7g5zjP.xdQFWtB0klnY5V oE7ig3R56wxcdcLCDy7zZj7cinCnA7pxF7L6s6MS_FWGyvBKZdBq2K44OF1c7zWJo.OFMgScCT7q pUmW9_nplsaN1MMQpWP3DwIJ_UaB.PlakJWGb8tOBGpbchoSI4Onl8sGZ3rUrllh_tNSBagJ2SwQ jzwdX2Byc4u8kijnzFhY20qctLw2HcYN5HBy1F96_GVT98VefzYzBYiyjBBMDpteWZDp82P.QNYS qWVJtpUAbZ0L.Ocor9YozPqITh9yy_CtFF2sl8JOrEcA2MQmEWI6.Psw7416sLHb4SDJ3HqSidCL NoBjzlQinSIZ4VEKroaQY5RIeCD166h3g0E5.32v5G5l5DNlmETTi2n4BXC8.McqdPXcdAt_zaWG G_Q7NM0QyLNclN2IUeGpyQYQQrDrqSzP2EuQP0_VrySO1s1pYG_1SPa1kAH3hbjAIupi8yaxw_O8 XgPvEqnTrMD75zNk.DlezMOJ23lLV0ipK_Z0lF26xbqQn3w1JqO0jalC07IkdvM.lBxNck1.qmTD brPbUQBgesLQMfAjeXsRDnyIUJG.gWQoLEpyRKW54dc.fXvxtZUKPAeAICR0NgLo.4qBfzU1wP3c d2T7ND.By4DX6OzO07rbyRF4fX9Eby.ZFPiFyq54BXYFgMN3pXlH.SpOF16MIBUwmrP.a1y2llVj YYazepNH7Oi9TBU.VGDngxqNdZzPQhvABWBK6IQVnRrYDsXxHkGtEVkF4E__Pp_yw02EV2aOC7ZS UDkntsAMifr1rkzEvlKXOhwpZVSLK4DhS7aK1puoFMmbrV2pYsYrWwFxM3C41_orNQ9ScH_3X6Bn RK097qkplW9E9QghdIU_MYRmdJq7xpPCrPQQcypRvDlzZ4oPyGqwCsUWc_VMUzmJ_M2ktui8doyI kmdHw08W.Sqx3vYSxGctiTtC.ea96ESwU Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.gq1.yahoo.com with HTTP; Thu, 9 Jan 2020 03:51:27 +0000 Received: by smtp417.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 866b663d1496ec5d5754fa58afb05d25; Thu, 09 Jan 2020 03:51:21 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: head -356426 based 32-bit powerpc (2 sock PowerMac G4): kyua sys/vm/mlock_test:mlock__copy_on_write_vnode seems stuck From: Mark Millard In-Reply-To: <67C0401B-7135-4B79-912F-6AD2CBD60B6B@yahoo.com> Date: Wed, 8 Jan 2020 19:51:21 -0800 Cc: FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <8F556550-A91F-4F47-8182-CF07F35B3EC4@yahoo.com> References: <67C0401B-7135-4B79-912F-6AD2CBD60B6B@yahoo.com> To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.40.2.2.4) X-Rspamd-Queue-Id: 47tXGm65Ghz4Xpg X-Spamd-Bar: - X-Spamd-Result: default: False [-1.34 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.41)[-0.408,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.43)[-0.434,0]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[32.64.137.98.list.dnswl.org : 127.0.5.0]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.00)[ip: (6.35), ipnet: 98.137.64.0/21(0.87), asn: 36647(0.70), country: US(-0.05)]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 03:51:30 -0000 [Even the artifacts debug-style kernel gets the problem. More evidence of context extracted and supplied.] On 2020-Jan-8, at 18:09, Mark Millard wrote: > [I got kernel backtrace information, included.] >=20 > On 2020-Jan-8, at 15:12, Mark Millard wrote: >=20 >> I've attempted a head -356426 based kyua run on an >> old 2-socket PowerMac G4. The buildworld and >> buildkernel were non-debug. The context has personal >> patches, mostly for dealing with PowerMac issues. >>=20 >> It has had over 180 CPU minutes running for: >>=20 >> sys/vm/mlock_test:mlock__copy_on_write_vnode -> =20 >>=20 >> Normal seems to be way under 0.1 sec on the >> other platforms I've made runs on recently. >>=20 >> Hopefully kyua will time out and continue the >> testing at some point. >>=20 >> The 2 socket (2 cores each) G5 powerpc64 context >> did not have this problem. Nor did the armv7 or >> aarch64 examples (CortexA7, CortexA53, CortexA57, >> and CortexA72). >=20 >=20 > I finally gave up on it after 240 CPU minutes but > could not kill/stop the stuck process. So I > sync'd the file system and tried a "shutdown -r > now" and forced the power off after it got stuck > (no reboot happened). >=20 > After power-up I tried: >=20 > # kyua test -k /usr/tests/Kyuafile sys/vm/mlock_test > sys/vm/mlock_test:mlock__copy_on_write_anon -> passed [0.017s] > sys/vm/mlock_test:mlock__copy_on_write_vnode -> =20 >=20 > and it got stuck again. >=20 > I'll note that ps -auxd shows the likes of: >=20 > root 1120 0.0 0.4 11512 8772 0 I+ 16:38 0:00.62 | | = `-- kyua test -k /usr/tests/Kyuafile sys/vm/mlock_test > root 1124 100.0 0.1 4640 2332 - Rs 16:38 2:57.43 | | = `-- /usr/tests/sys/vm/mlock_test -vunprivileged-user=3Dtests = -r/tmp/kyua.B2pXx8/3/result.atf mlock__copy_on_write_vnode > root 1125 0.0 0.0 4640 620 - TXL 16:38 0:00.00 | | = `-- /usr/tests/sys/vm/mlock_test -vunprivileged-user=3Dtests = -r/tmp/kyua.B2pXx8/3/result.atf mlock__copy_on_write_vnode >=20 >=20 > I got a couple of backtraces from the kernel > via the ddb> prompt : >=20 > pid 1125 was in thread_suspend_switch called via ptracestop. >=20 > I've a couple of examples of pid 1124 (the CPU time > taker): (manually typed from screen images) >=20 > 0xdc9e0520: at mi_switch+0x17c > 0xdc9e0540: at critical_exit_preempt+0x7c > 0xdc9e0560: at powerpc_interrupt+0x1c4 > 0xdc9e0590: at kernel EXI trap by __syncicache+0x5c: > srr1=3D 0x209032 > r1=3D 0xdc9e0650 > cr=3D 0x8822fc22 > xer=3D 0 > ctr=3D 0 > frame=3D0xdc9e0598 > 0xdc9e0650: at 0x5ed67ec > 0xdc9e0660: at moea_sync_icache+0x118 > Note: =46rom here on down is common with the > other example backtrace: > 0xdc9e0690: at pmap_sync_icache+0x98 > 0xdc9e06b0: at vm_sync_icache+0x2c > 0xdc9e06c0: at proc_rwmem+0x13c > 0xdc9e0710: at kern_ptrace+0x76c > 0xdc9e0830: at sys_ptrace+0x12c > 0xdc9e0960: at trap+0xae8 > 0xdc9e0a10: at powerpc_interrupt+0x1ec > 0xdc9e0a40: at use SC trap by 0x4191ea48: > srr1=3D 0x209032 > r1=3D 0xffffc6d0 > cr=3D 0x28000200 > xer=3D 0 > ctr=3D 0x4191ea40 > frame=3D0xdc9e0a48 >=20 > The non-common part of the other backtrace > is: >=20 > 0xdc9e04a0: at intr_event_handle+0xd4 > 0xdc9e04e0: at powerpc_dispatch_intr+0xe0 > 0xdc9e0520: at openpic_dispatch+0x90 > 0xdc9e0540: at powerpc_interrupt+0x128 > 0xdc9e0570: at kernel EXI trap by moea_pvo_find_va: > srr1=3D 0xf032 > r1=3D 0xdc9e0630 > cr=3D 0x4822fc22 > xer=3D 0 > ctr=3D 0 > frame=3D0xdc9e0578 > 0xdc9e0630: at 0x41b76ffc > 0xdc9e0660: at moea_sync_icache+0x100 >=20 > Showing a lock chain showed just one line: >=20 > thread 100151 (pid 1124, mlock_test) running on CPU 0 >=20 > The pcpu output for cpuid 0 metioned: critnest 2 "mlock_test" > when I tried it. >=20 > (After that I did something that locked up the machine, > probably my fault.) >=20 >=20 > It does not look like I can complete a normal kyua > run for a 2-socket 32-bit powerpc. May be someone > else can for some multi-socket 32-bit powerpc to > see if this repeats. >=20 > Single-socket/single-core might prove interesting > as well. Maybe I can try such. It fails on the single-processor/single-core G4 PowerMac that I tested as well. I then installed the kernel*.txz from: https://artifact.ci.freebsd.org/snapshot/head/r356426/powerpc/powerpc/ and rebooted with it via boot -v (to avoid the memory modified-after-free for debug kernels). (I'd forgotten about debug stopping and reporting such.) It still fails: # kyua test -k /usr/tests/Kyuafile sys/vm/mlock_test sys/vm/mlock_test:mlock__copy_on_write_anon -> passed [0.029s] sys/vm/mlock_test:mlock__copy_on_write_vnode -> =20 The debug kernel does not report anything for it. I gather that the test's internal description is: /* * Use ptrace(2) to trigger a copy-on-write fault of a read-only text = page. */ ATF_TC_WITHOUT_HEAD(mlock__copy_on_write_vnode); ATF_TC_BODY(mlock__copy_on_write_vnode, tc) { void *addr; int len; len =3D getpagesize(); addr =3D (void *)((uintptr_t)test_wired_copy_on_write & ~(len - = 1)); test_wired_copy_on_write(addr, len); } where test_wired_copy_on_write is: static void test_wired_copy_on_write(void *addr, size_t len) { int status, val; pid_t pid; pid =3D fork(); if (pid =3D=3D -1) atf_tc_fail("fork() failed: %s", strerror(errno)); if (pid =3D=3D 0) { if (mlock(addr, len) !=3D 0) _exit(1); if (ptrace(PT_TRACE_ME, 0, NULL, 0) !=3D 0) _exit(2); if (raise(SIGSTOP) !=3D 0) _exit(3); if (munlock(addr, len) !=3D 0) _exit(4); _exit(0); } ATF_REQUIRE(waitpid(pid, &status, 0) =3D=3D pid); ATF_REQUIRE_MSG(!WIFEXITED(status), "child exited with status %d", WEXITSTATUS(status)); ATF_REQUIRE(WIFSTOPPED(status)); ATF_REQUIRE(WSTOPSIG(status) =3D=3D SIGSTOP); errno =3D 0; val =3D ptrace(PT_READ_D, pid, addr, 0); ATF_REQUIRE(errno =3D=3D 0); ATF_REQUIRE(ptrace(PT_WRITE_D, pid, addr, val) =3D=3D 0); ATF_REQUIRE(ptrace(PT_CONTINUE, pid, (caddr_t)1, 0) =3D=3D 0); ATF_REQUIRE(waitpid(pid, &status, 0) =3D=3D pid); ATF_REQUIRE(WIFEXITED(status)); ATF_REQUIRE_MSG(WEXITSTATUS(status) =3D=3D 0, "child exited with status %d", WSTOPSIG(status)); } I give my evidence below, but the ptrace(PT_WRITE_D, . . .) looks to be the one involved in the backtraces: It looks like proc_rwmem is using the vm_sync_icache in: /* * If we are writing, then we request vm_fault() to create a = private * copy of each page. Since these copies will not be writeable = by the * process, we must explicity request that they be dirtied. */ writing =3D uio->uio_rw =3D=3D UIO_WRITE; reqprot =3D writing ? VM_PROT_COPY | VM_PROT_READ : = VM_PROT_READ; fault_flags =3D writing ? VM_FAULT_DIRTY : VM_FAULT_NORMAL; . . . /* Make the I-cache coherent for breakpoints. */ if (writing && error =3D=3D 0) { vm_map_lock_read(map); if (vm_map_check_protection(map, pageno, pageno = + PAGE_SIZE, VM_PROT_EXECUTE)) vm_sync_icache(map, uva, len); vm_map_unlock_read(map); } This appears to mean that it got there via kern_ptrace's: case PT_WRITE_I: case PT_WRITE_D: td2->td_dbgflags |=3D TDB_USERWR; PROC_UNLOCK(p); error =3D 0; if (proc_writemem(td, p, (off_t)(uintptr_t)addr, &data, sizeof(int)) !=3D sizeof(int)) error =3D ENOMEM; else CTR3(KTR_PTRACE, "PT_WRITE: pid %d: %p <=3D = %#x", p->p_pid, addr, data); PROC_LOCK(p); break; (via proc_writemem). So the test's ptrace involved in the backtraces seems to be: ATF_REQUIRE(ptrace(PT_WRITE_D, pid, addr, val) =3D=3D 0); (Not that I've a clue what to do with that information at this point.) =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Thu Jan 9 05:13:50 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D77F92296B7 for ; Thu, 9 Jan 2020 05:13:50 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic317-22.consmr.mail.gq1.yahoo.com (sonic317-22.consmr.mail.gq1.yahoo.com [98.137.66.148]) (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 47tZ5n5f7Lz4cxk for ; Thu, 9 Jan 2020 05:13:49 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: Q1kK8T8VM1nBVppi4uXzQOnU2QCmKNIDlehrbLena0GkhXDwZJsV2n6kHmxYM4I j9VHpS9GT2luwxpkomI38iahBafLyIZBYPPbCzDqM.82aBesZrib02l9ZGAbe6qi3Z6I3PnNVip_ VNiuBq7SFmN0d2roayJyPdT0IfK1dK7QyrCPuauonAi3nMXNjk454AX72QKz.QnGlRQ5Lp_kgym5 sTn.LhGjLnOcNaibqtCY.vbZyoczuvBSLdkjX06JoY_UehqHzpFv8mRx1_PpeOz1TVvYdpYaj2Q7 s3ynTJRNKmVti2KuZ6FC._Izbk_.H2RyaPL55e_UKXk_yFt9svrkOPa9TUtyAG_B37zKWk1ngz.m BW2.kjg9VYSTsH_.tRjQwvEiqqzKx0N1BXzHz04WqYhJxcqV2f3GoWBakv9Mqb0r3.R7HiAuRk7c h5x7kS5rdsTCh.R1LnNyUm5USL8EhOEQNTmbNlssJcSANVSJGhU260igpweokwoBHFDPpfa4k4Tg MPDo7Ck7FkiBFKhy9yKB.9vZcmmwqnpPWkMBkK6GItxA4wB43KNArsv3QLolGofFXT3SLQYQWQxb OD4V6AsADOqqJYI5TLz3wcq.qoQQVSXRlOmUBG6oGtSXG.9jg3IZoT9iT3FcigWsXziaUuJ0Iqtz HXc17Wi4zX2U1dZvLyhkJbZfpTIqEAWGv9CsbqU5Z6Qm13mxEfmSmIXV_ttLeIcuRhpJHqYcUBQT YbF78zCYqTh3d8ckJ4w8p1nWKeIVEXBscLUk2N3NcocxycPtgbh3lJMOAlTDgBrO_sfDdjte1CkC HYTyUIB3XzjD4ap7FBNy4nva6QOAzPl.tL0Z4Yyg20jynLakJAvpooCqZE_Ga1cLWnOMqVUatpDa xDY.UWaqVBU3yb7dAbRfRgnkViCOk.5LZgrWEA.dm_9r.xAe0c4zaDpVm7ODlBsVOpD7HkMsw7J6 4u2gaCDKz9hksdJFpGniNvBTO3VKyiNAvOmfNYKN5.DA1lbFQdXD3vJ3.tfXkeDV2TDdTrF2CHzp vtSr7b96sLVnNo_oihJyvj7udhbrJZ07OMLiAdCPT2iKUhOhih_GHVIOudFSSSAeeIudlZ8m1EYN 2cmFpuaV4kgvuo7nGttlC8xyWfGX767OuSyUuXbwXlIVqYu8KNxQJn7mEjXe8MGos6Fmy_My4Obr 9tveijFFm6dDzdyQS8sJm18P1VPD0vJEsmL3vz05PDni4biE2KC1EIJVAN47EbQ4y4PZ4IEC4CDf D6iqifs1.U61.Ry85DRNanubxqnr4CGYdRVybjh6ZQHR7V3XAcqFhlyNCL0xNlgCtA3kzayfLuwQ XAy2AuJPKpPkGZiwtNLimbKFEA0y1CEnZk7hpJkRFhtuh57gl22Gn_buxKeDx_3_kpbuzdQHnqkt q1lqIrooAmyJrG44Z4VEKsL747WFTtLVr_w-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic317.consmr.mail.gq1.yahoo.com with HTTP; Thu, 9 Jan 2020 05:13:47 +0000 Received: by smtp428.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID d3f4d3a21510cd0e052aad942a2f774a; Thu, 09 Jan 2020 05:13:42 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: Gcc 4.2.1 to be removed before FreeBSD 13, a firm timeline From: Mark Millard In-Reply-To: Date: Wed, 8 Jan 2020 21:13:42 -0800 Cc: Warner Losh , Ed Maste Content-Transfer-Encoding: quoted-printable Message-Id: <8941BB3B-457B-4E33-A667-836DB6879178@yahoo.com> References: To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.40.2.2.4) X-Rspamd-Queue-Id: 47tZ5n5f7Lz4cxk X-Spamd-Bar: - X-Spamd-Result: default: False [-1.08 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.37)[-0.372,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-0.21)[-0.211,0]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_IN_DNSWL_NONE(0.00)[148.66.137.98.list.dnswl.org : 127.0.5.0]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.00)[ip: (6.51), ipnet: 98.137.64.0/21(0.87), asn: 36647(0.70), country: US(-0.05)]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 05:13:50 -0000 [Turns out that 32-bit powerpc can not complete a kyua run and I'd forgotten that the debug kernel is catching something, stopping normal boots.] On 2020-Jan-6, at 10:52, Mark Millard wrote: > Warner Losh imp at bsdimp.com wrote on > Mon Jan 6 06:56:06 UTC 2020 : >=20 >> . . . >> Second, all other platforms still have the original deadlines to sort = out >> the last lingering issues with the external toolchain and/or clang. = mips is >> a bit up in the air right now since both the external toolchain and = clang >> have issues (though different issues). powerpc 32-bit is sorting out = issues >> as well. arm 32-bit still needs libunwind from gcc. An end of May = deadline >> is ample time for works in progress to get to the point where = everything >> boots and runs sufficiently well to show the platforms are still = viable. >> . . . >=20 > The reference to 32-bit powerpc surprised me, > unless it is really powerpcspe specific. >=20 > 32-bit FreeBSD is booting the 32-bit powerpc's > that I have access to, all the way to multi-user: > Old 32-bit PowerMacs (from 2 socket G4's to an > old iMac G3.) It is still based on the old ld. > [All at head -r356187 currently.] >=20 > (I do not have access to a powerpcspe context.) >=20 > True that using 32-bit FreeBSD to boot 64-bit > PowerPCs that have bridge mode is not working, > but I'd have expected that to be more of a > nice-to-have instead of a tier 2 vs. tier 4 > issue. Power-ISA-3/Power9 removed bridge mode, > if I understand right. So progress on the > "Can you buy a new one?" scale has started for > bridge mode. >=20 > May be there is some significant bridge mode > booting use that I'm not imagining but that > exists? (I've used it some but would not > call it required.) >=20 > I am able to put a 32-bit world in a 64-bit G5 > directory tree and use it via poudriere to build > 32-bit ports under 64-bit FreeBSD. And lib32 is > working so I can also directly execute the 32-bit > code under the 64-bit FreeBSD . (I've not tried > any kyua passes yet, 64-bit or 32-bit.) >=20 > Other things I've seen from Ed Maste left the > impression that the old ld would not be a > cause-tier-4 issue if lld does not make it in > time for some reason. (Nice to delete old ld for > 13, not required to?) >=20 > Of course, it might be that 32-bit powerpc > (non-spe) just fails the "Can you buy a new > one?" test. But, if applied, that would mean > that sorting anything out might still leave it > tier 4. >=20 > Are there could-cause-tier-4 types of problems > that I'm not aware of for 32-bit powerpc > (non-spe)? >=20 > For me, tier-4 for the old 32-bit PowerMac's > would just mean that I no longer use them, > even when I could have access. My use is not > something that would drive FreeBSD choices. > But I'm still interested in what the choices > will end up being and so am tracking. I have run into something that is broken for both non-debug and debug kernels for 32-bit powerpc, at least for the old PowerMac contexts that I have access to. The kyua test: sys/vm/mlock_test:mlock__copy_on_write_vnode never completes, using a cpu nearly full time. The stuck process can not be killed. (This blocks making a complete kyua test set run.) It appears to be stuck during the test's ATF_REQUIRE(ptrace(PT_WRITE_D, pid, addr, val) =3D=3D 0); I've other details that I've sent out notes on in other messages. It has been a long time since I've run kyua on 32-bit powerpc. I've no clue if this is fairly new or not. I do not know if being able to run a kyua test pass to completion (or even stricter kyua criteria) are considered or not. I had also forgotten that the debug kernel stops a normal boot, complaining of memory that is modified after being freed. (In my contexts, boot -v has side stepped the issue. boot -s has in some contexts, but not in others.) I do not know how new this issue is. (I rarely use a debug kernel.) =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Thu Jan 9 05:44:25 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F9F422A1BE for ; Thu, 9 Jan 2020 05:44:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tZn5010Mz4f3V for ; Thu, 9 Jan 2020 05:44:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id ED4F46311; Thu, 9 Jan 2020 05:44:24 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id E969C6310 for ; Thu, 9 Jan 2020 05:44:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tZn454zcz4f3S for ; Thu, 9 Jan 2020 05:44:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9E7224145 for ; Thu, 9 Jan 2020 05:44:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0095iOio065690 for ; Thu, 9 Jan 2020 05:44:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0095iOKB065689 for powerpc@FreeBSD.org; Thu, 9 Jan 2020 05:44: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: powerpc@FreeBSD.org Subject: [Bug 243180] security/afl: fix build on powerpc64 elfv2 Date: Thu, 09 Jan 2020 05:44:24 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 05:44:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243180 Tobias Kortkamp changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #210521| |maintainer-approval- Flags| | --- Comment #1 from Tobias Kortkamp --- Comment on attachment 210521 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210521 patch I'd rather you hook things up like in afl++ for aarch64 and powerpc64, i.e., stop installing useless programs on non-x86 and making LLVM option mandatory. I personally do not see the point though. We already have security/afl++ for powerpc64 and aarch64, afl is stuck on LLVM 8, and afl++ is more active than afl. Why does afl need -mabi=3Delfv2 but afl++ does not? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu Jan 9 05:44:54 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A306722A213 for ; Thu, 9 Jan 2020 05:44:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tZnf3wmtz4f4m for ; Thu, 9 Jan 2020 05:44:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 7F8186335; Thu, 9 Jan 2020 05:44:54 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 7CA256334 for ; Thu, 9 Jan 2020 05:44:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tZnf20xpz4f4h for ; Thu, 9 Jan 2020 05:44:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F5042414B for ; Thu, 9 Jan 2020 05:44:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0095isSJ066283 for ; Thu, 9 Jan 2020 05:44:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0095isNq066280 for powerpc@FreeBSD.org; Thu, 9 Jan 2020 05:44: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: powerpc@FreeBSD.org Subject: [Bug 243180] security/afl: fix build on powerpc64 elfv2 Date: Thu, 09 Jan 2020 05:44:54 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@freebsd.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 05:44:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243180 Tobias Kortkamp changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(tobik@ |maintainer-feedback+ |freebsd.org) | --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu Jan 9 06:03:27 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A6E4E22A6DB for ; Thu, 9 Jan 2020 06:03:27 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic311-25.consmr.mail.gq1.yahoo.com (sonic311-25.consmr.mail.gq1.yahoo.com [98.137.65.206]) (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 47tbC24j1tz4fmJ for ; Thu, 9 Jan 2020 06:03:26 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: JIa3Z3EVM1kCYlu_BvXQFYmt9N2m25Van2PUN1gUE7hXYlYddWMl7nZ9S.N__RT Z5uKazyS44tMzR1C6NqBKlcxQhHiPts9Ibf3ftB90sDsVmcwNagrqKCquklKlkBtxEtvKc6jhPVm ZIChb_DLACAT9pNfNyx_kFNExy7EIf2yN3R7pP3Q.O9CA1S78B.TbwQFVHqZ.U1KaCvrjQpM.RhJ hkWHPLSf4Yu8Gp54htadRmJim9PwiwBHprbM5UChxgjb2HMSlWWsWkDk5QkG5L1HvswQ9eFOXvws z6yVTcvkvsa8fg_jOXEcV7Aa1slqJufXg4h6Cf8H1TH.K3wLcLMS.oJXa5MtdeA_Y0JfkECSzuZ6 HDfLtrEU9jnEuHA4qyhoSsxI98B1VKgynOlL2PZAxKg4qmA3akBEnLLMPu2WeyyUowkcwdtewCgF y21CzmOheEtteqSM4uaxitpGI84L666SNEYgh_dCl..AOH7kWbw6KfdT_w1X44yeggjxp3_hYX3V bnLXz8WevC5UVJ4dO16SUPzaLstYWAl2vrnMSEUkl2sWXIfsJ1LRjGoSvZJFwuAQDK..LpjrP_N. YVJp4lNgPG9Viw1MaXGpUE1cnYhOjVgzNC8C4QatRQCBYEgVDATwghl5aqpgdhqul2b_v7PT0huL Ap1Zx4.gQ1lr1eeKyvd2lDF8ZxcimiOuMYoEIEYpgsJt6LuULAJghhPX8MOK8wBEA4EOgfzpH8zO eEnXOVDQUJ5bVaawy1VZV8u9o5jbfQZfS2n.twXoJygrRO0w99oZtfTwDrrkqAZhlaGmWUx9BEYE uUlpyVyaXXWcQytJr_J6Ii6CKzpv5nTiuRSIX1Fb10aYL.CjIloMWAvnl4ue0k.JAOojL9177C1n jAad5zy55fZ7SebixLzNc0nW72Jo36VhX_9jiv1riNwyPeVRJVU.X7ii3ts3zVtjUgVOkKtbu8Vx KMg4MjODNyDIo0KyhWLia4zqxn_YNE.p6Tkf1S1q1cWJMfXKNKIjqSSh6LMaZeoIKxHTcu7FzHgb qLGRDoKkC7QizhOiq7.n1qnpI82Q6FHEyr6BtRfeKW3as6xNULMur5OkzZ_XoUCe2jXGp60YFRjj N0feXJDG1gVdrvByNb3UMfU8g0R.KrxrMSRds.QXThBqRNFOrPZPlK7Xv4hxMRWx58OJlBHA949T AQVr_OKSrLH7rVloBx_wsSqXukB3.RyMNPev_Lv4IxWSpnzpctVZ_bO._f0auO6ChlZ0gevpM1as hInWUQvfEZipGUMIgW6M9rku1nrKCjd1akWBapDXNHGlXwHLcpBphvDWu83hi3B_tLsnD2jFuo4K cnqfuUS6bEKROushvcmXgpV8l3vJ2DUoGtLf6HKwhnRaUsW0JEdwT9SSqM00KhbmphEaGUSu.Q3d o_afiAPLL5e8K5Vj7dgcYn.sm9jrVoRp0ON1FbTjN Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.gq1.yahoo.com with HTTP; Thu, 9 Jan 2020 06:03:24 +0000 Received: by smtp423.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 8f732fe2d7ac50a0a17c1c4b526a49bf; Thu, 09 Jan 2020 06:03:22 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: A possible unbounded loop in moea_sync_icache: why sys/vm/mlock_test:mlock__copy_on_write_vnode fails? Message-Id: <022334D3-B60E-440F-A514-8D8002B65CB4@yahoo.com> Date: Wed, 8 Jan 2020 22:03:21 -0800 Cc: "bdragon@freebsd.org" To: Justin Hibbits , FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.40.2.2.4) References: <022334D3-B60E-440F-A514-8D8002B65CB4.ref@yahoo.com> X-Rspamd-Queue-Id: 47tbC24j1tz4fmJ X-Spamd-Bar: - X-Spamd-Result: default: False [-1.50 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MV_CASE(0.50)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.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)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(0.00)[ip: (-3.28), ipnet: 98.137.64.0/21(0.87), asn: 36647(0.70), country: US(-0.05)]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[206.65.137.98.list.dnswl.org : 127.0.5.0]; RCVD_TLS_LAST(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 06:03:27 -0000 In the statement: lim = round_page(va); later below in moea_sync_icache, it uses: #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) So, for PAGE_MASK==(4096u-1u) the statement translates to, in essence (the u's are conceptual here): lim = ((va)+4095u) & ~4095u; That means that if va%4096u==0 then teh result is lim==va . In turn, that means that: len = MIN(lim - va, sz); results in len==0. That in turn means that: sz -= len; does not change sz. Overall result: the loop tesing sz>0 does not terminate. I expect that is why the kyua test: sys/vm/mlock_test:mlock__copy_on_write_vnode : is failing. The code in question: static void moea_sync_icache(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_size_t sz) { struct pvo_entry *pvo; vm_offset_t lim; vm_paddr_t pa; vm_size_t len; PMAP_LOCK(pm); while (sz > 0) { lim = round_page(va); len = MIN(lim - va, sz); pvo = moea_pvo_find_va(pm, va & ~ADDR_POFF, NULL); if (pvo != NULL) { pa = (pvo->pvo_pte.pte.pte_lo & PTE_RPGN) | (va & ADDR_POFF); moea_syncicache(pa, len); } va += len; sz -= len; } PMAP_UNLOCK(pm); } === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Thu Jan 9 09:10:52 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4BEBF22E775 for ; Thu, 9 Jan 2020 09:10:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tgMJ1Mt3z3L6F for ; Thu, 9 Jan 2020 09:10:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 280A281A1; Thu, 9 Jan 2020 09:10:52 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 2528B81A0 for ; Thu, 9 Jan 2020 09:10:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tgMH6ZjKz3L65 for ; Thu, 9 Jan 2020 09:10:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DCFE32668D for ; Thu, 9 Jan 2020 09:10:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0099ApAX062316 for ; Thu, 9 Jan 2020 09:10:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0099Apuh062295 for powerpc@FreeBSD.org; Thu, 9 Jan 2020 09:10: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: powerpc@FreeBSD.org Subject: [Bug 243180] security/afl: fix build on powerpc64 elfv2 Date: Thu, 09 Jan 2020 09:10:51 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 09:10:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243180 --- Comment #2 from Piotr Kubaj --- (In reply to Tobias Kortkamp from comment #1) I don't have aarch64 to test on, so I'll leave it up to you :) afl needs -mabi=3Delfv2 because it uses LLVM 8. LLVM 9 has patches that for= elfv2 that are autoapplied when building on elfv2, so that it doesn't use elfv1. This is done with: OPTIONS_DEFAULT_powerpc64=3D ${PPC_ABI:tu:MELFV2} OPENMP ELFV2_EXTRA_PATCHES=3D ${PATCHDIR}/ppc64-elfv2 at https://svnweb.freebsd.org/ports/head/devel/llvm90/Makefile?view=3Dmarkup The extra patches are simply https://svnweb.freebsd.org/ports/head/devel/llvm90/files/ppc64-elfv2/patch-= lib_Target_PowerPC_PPCTargetMachine.cpp?view=3Dmarkup and https://svnweb.freebsd.org/ports/head/devel/llvm90/files/ppc64-elfv2/patch-= tools_clang_lib_Basic_Targets_PPC.h?view=3Dmarkup They just set up clang to build for elfv2. It can be done without those pat= ches by passing -mabi=3Delfv2. LLVM 8 doesn't have those patches but can still build for elfv2 after passi= ng -mabi=3Delfv2. If afl++ is the superior alternative to this port (with only pros and no co= ns), then I guess it's fine not to fix it, but then why keep this port in the tr= ee? :) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu Jan 9 09:31:25 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 69A0B22F0E5 for ; Thu, 9 Jan 2020 09:31:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tgq12Brlz3Mc7 for ; Thu, 9 Jan 2020 09:31:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 445D688E6; Thu, 9 Jan 2020 09:31:25 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 4195F88E5 for ; Thu, 9 Jan 2020 09:31:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tgq10JFxz3Mc2 for ; Thu, 9 Jan 2020 09:31:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 05B9026B6E for ; Thu, 9 Jan 2020 09:31:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0099VOXE092771 for ; Thu, 9 Jan 2020 09:31:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0099VOne092768 for powerpc@FreeBSD.org; Thu, 9 Jan 2020 09:31: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: powerpc@FreeBSD.org Subject: [Bug 242523] security/nss 3.48 doesn't build on PowerPC Date: Thu, 09 Jan 2020 09:31:24 +0000 X-Bugzilla-Reason: CC 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: pkubaj@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 09:31:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242523 --- Comment #19 from Piotr Kubaj --- (In reply to Jan Beich from comment #18) The problem is that feature detection doesn't currently work for package us= ers, jhibbits complains that he can't use nss on his Amiga X5000 (which doesn't = even have AltiVec, let alone Crypto or VSX). --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu Jan 9 11:12:37 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1221B1E9FE4 for ; Thu, 9 Jan 2020 11:12:37 +0000 (UTC) (envelope-from leandro.lupori@gmail.com) Received: from mail-il1-x12e.google.com (mail-il1-x12e.google.com [IPv6:2607:f8b0:4864:20::12e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tk3m1KKPz3yf7; Thu, 9 Jan 2020 11:12:36 +0000 (UTC) (envelope-from leandro.lupori@gmail.com) Received: by mail-il1-x12e.google.com with SMTP id t8so5405315iln.4; Thu, 09 Jan 2020 03:12:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hQ9zH7iKy8dEvKdepgTkg6ici0lXdr7by1zMD2MEa7o=; b=aeMv08hOYlOTuDdJiGRX21WaHwFpAKRPJ0G4DmWpEfRqDne5xX0D92wXWa90kaUnEH LDUwlY2QVOXdRmII4SnphjmEtHg1ymgLdHZmeB5hlcBbQ5c4Mv22/JG1ui+ui4mRffe1 XM1vdO/1TFzSyJo/YN9rNoVdfrl0itLwveqacxodk/xVF2uiSeyEg9j1p/zo+2k+c2/B u72z+vLXFFqXIcbwbMRq7wBoHu4FvTSapYGor/aC0YAQrKfgqi/zrTPJcOLC3kQ6Iu62 FSRpXCHcnxU4LhJkg73PhwHL2W8BMVdcbHG6QPEpTAF3BeKTzXmXFNkQseIt+n84jfFT CG8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hQ9zH7iKy8dEvKdepgTkg6ici0lXdr7by1zMD2MEa7o=; b=eq9FQ6VegZC7HL50aqXjQ5H7HaATzJtF0x7Zs946gr/91JCU/d15j8EG/GfXvbdCFn xrqkQfD90gmX+yzlk22U3dppJp+goyNNrVwwkXRgqIhWDQdBLZjWbg7Yej42sq/zJp7i zsEApU5Fwsz/026C7O04DUoqRG8ry+dXRS/b5YpeY/DNuD23n8NGArXvQnIpJC9Bbdg/ FeL694tQ/0tEGkLvwW7YLPxTm8eU7Hr5sQbUvm1S+BRFiebXXuf8B5plE0ElV+Ll42TU rDMf5LY7gkVSFbYkb7vrablVVnXQETWH/Mq3RJm5v3SD9cTA/n7sZ1yEqjOXFn+LvN+5 eUaA== X-Gm-Message-State: APjAAAXHpGGneEEB90tZYIgZ+O3jqVtFUJGUQfMxZqhaqRaknGkJGJ+3 N+bJBEMF/Q0VHp7ghtOQHjMroyuGXFs6FFWtoDCBAKaE X-Google-Smtp-Source: APXvYqz93AKDG0IA5VbR1VIqkyYNLt+6krrvlRBbp9eQhDAuDOe3dmLPKRzFKxc+VngxTykb6/i8GVDPp9NhryP8Yq0= X-Received: by 2002:a92:5b49:: with SMTP id p70mr8003345ilb.209.1578568354710; Thu, 09 Jan 2020 03:12:34 -0800 (PST) MIME-Version: 1.0 References: <022334D3-B60E-440F-A514-8D8002B65CB4.ref@yahoo.com> <022334D3-B60E-440F-A514-8D8002B65CB4@yahoo.com> In-Reply-To: <022334D3-B60E-440F-A514-8D8002B65CB4@yahoo.com> From: Leandro Lupori Date: Thu, 9 Jan 2020 08:12:23 -0300 Message-ID: Subject: Re: A possible unbounded loop in moea_sync_icache: why sys/vm/mlock_test:mlock__copy_on_write_vnode fails? To: Mark Millard Cc: Justin Hibbits , FreeBSD PowerPC ML , "bdragon@freebsd.org" X-Rspamd-Queue-Id: 47tk3m1KKPz3yf7 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=aeMv08hO; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of leandrolupori@gmail.com designates 2607:f8b0:4864:20::12e as permitted sender) smtp.mailfrom=leandrolupori@gmail.com X-Spamd-Result: default: False [-2.00 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FREEMAIL_TO(0.00)[yahoo.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; SUBJECT_ENDS_QUESTION(1.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; IP_SCORE(0.00)[ip: (-8.90), ipnet: 2607:f8b0::/32(-2.12), asn: 15169(-1.85), country: US(-0.05)]; TAGGED_FROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[e.2.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 11:12:37 -0000 Interesting, this looks like the same issue that was fixed on 64-bit some time ago: https://reviews.freebsd.org/D19149. On Thu, Jan 9, 2020 at 3:03 AM Mark Millard via freebsd-ppc < freebsd-ppc@freebsd.org> wrote: > In the statement: > > lim = round_page(va); > > later below in moea_sync_icache, it uses: > > #define round_page(x) (((x) + PAGE_MASK) & ~PAGE_MASK) > > So, for PAGE_MASK==(4096u-1u) the statement translates > to, in essence (the u's are conceptual here): > > lim = ((va)+4095u) & ~4095u; > > That means that if va%4096u==0 then teh result > is lim==va . > > In turn, that means that: > > len = MIN(lim - va, sz); > > results in len==0. > > That in turn means that: > > sz -= len; > > does not change sz. > > Overall result: the loop tesing sz>0 does not > terminate. > > I expect that is why the kyua test: > > sys/vm/mlock_test:mlock__copy_on_write_vnode : > > is failing. > > > The code in question: > > static void > moea_sync_icache(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_size_t sz) > { > struct pvo_entry *pvo; > vm_offset_t lim; > vm_paddr_t pa; > vm_size_t len; > > PMAP_LOCK(pm); > while (sz > 0) { > lim = round_page(va); > len = MIN(lim - va, sz); > pvo = moea_pvo_find_va(pm, va & ~ADDR_POFF, NULL); > if (pvo != NULL) { > pa = (pvo->pvo_pte.pte.pte_lo & PTE_RPGN) | > (va & ADDR_POFF); > moea_syncicache(pa, len); > } > va += len; > sz -= len; > } > PMAP_UNLOCK(pm); > } > > > === > Mark Millard > marklmi at yahoo.com > ( dsl-only.net went > away in early 2018-Mar) > > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" > From owner-freebsd-ppc@freebsd.org Thu Jan 9 21:09:37 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9465F1F90AD for ; Thu, 9 Jan 2020 21:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tzJd3VHdz3D3f for ; Thu, 9 Jan 2020 21:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 56FE2154E6; Thu, 9 Jan 2020 21:09:37 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 5287E154E5 for ; Thu, 9 Jan 2020 21:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tzJd0p4Dz3D3d for ; Thu, 9 Jan 2020 21:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16EF47258 for ; Thu, 9 Jan 2020 21:09:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 009L9aBB017885 for ; Thu, 9 Jan 2020 21:09:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 009L9akg017881 for powerpc@FreeBSD.org; Thu, 9 Jan 2020 21:09:36 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: powerpc@FreeBSD.org Subject: [Bug 243227] net/norm: fix build on powerpc64 elfv2 Date: Thu, 09 Jan 2020 21:09:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 21:09:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243227 Bug ID: 243227 Summary: net/norm: fix build on powerpc64 elfv2 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: hd@oc.dk, powerpc@FreeBSD.org CC: hd@oc.dk, powerpc@FreeBSD.org Flags: maintainer-feedback?(hd@oc.dk) Created attachment 210572 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210572&action= =3Dedit patch On ELFv2 ABI Clang can't build this port by default and throws assertion (already reported): Assertion failed: ((Op.getOpcode() =3D=3D ISD::FP_TO_SINT || Subtarget.hasF= PCVT()) && "i64 FP_TO_UINT is supported only with FPCVT"), function LowerFP_TO_INTForReuse, file /poudriere/jails/powerpc64-elfv2-pkubaj/usr/src/contrib/llvm-project/llvm/l= ib/Target/PowerPC/PPCISelLowering.cpp, line 7281. Stack dump: 0. Program arguments: /usr/bin/c++ -cc1 -triple powerpc64-unknown-freebsd13.0 -emit-obj -disable-free -main-file-name protoDispatcher.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -relaxed-aliasing -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu ppc64 -target-feature +secure-plt -mfloat-abi = hard -dwarf-column-info -debugger-tuning=3Dgdb -momit-leaf-frame-pointer -coverage-notes-file /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/src/common/proto= Dispatcher.cpp.1.gcno -resource-dir /usr/lib/clang/9.0.1 -I /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/include -I /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/protolib/include -I /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/include/unix -I /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/protolib/include/unix -D UNIX -D HAVE_DIRFD -D HAVE_IPV6 -D HAVE_ASSERT -D HAVE_GETLOGIN -D HAVE_FLOCK -D ND= EBUG -internal-isystem /usr/include/c++/v1 -O3 -fdeprecated-macro -fdebug-compilation-dir /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build -ferror-limit 19 -fmessage-length 0 -stack-protector 2 -fno-signed-char -fobjc-runtime=3Dgnustep -fcxx-exceptions -fexceptions -fdiagnostics-show-o= ption -vectorize-loops -vectorize-slp -faddrsig -o /wrkdirs/usr/ports/net/norm/work/norm-1.5r6/build/protolib/src/common/proto= Dispatcher.cpp.1.o -x c++ ../protolib/src/common/protoDispatcher.cpp=20 1. parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module '../protolib/src/common/protoDispatcher.cpp'. 4. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function '@_ZN15ProtoDispatcher4WaitEv' #0 0x000000001371df18 (/usr/bin/c+++0x1371df18) #1 0x000000001371e594 (/usr/bin/c+++0x1371e594) #2 0x000000001371b858 (/usr/bin/c+++0x1371b858) #3 0x000000001371ed0c (/usr/bin/c+++0x1371ed0c) #4 0x000000081520176c (/lib/libthr.so.3+0x1b76c) c++: error: unable to execute command: Abort trap (core dumped) c++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 9.0.1 (git@github.com:llvm/llvm-project.git c1a0a213378a458fbea1a5c77b315c7dce08fd05) (based on LLVM 9.0.1) Target: powerpc64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin c++: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preproces= sed source, and associated run script. c++: note: diagnostic msg:=20 The workaround is to optimize for POWER7, which supports necessary features= in hardware. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu Jan 9 21:09:50 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F00151F9111 for ; Thu, 9 Jan 2020 21:09:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tzJt67gHz3D5v for ; Thu, 9 Jan 2020 21:09:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id CB9D315526; Thu, 9 Jan 2020 21:09:50 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id C75E515525 for ; Thu, 9 Jan 2020 21:09:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tzJt49gKz3D5t for ; Thu, 9 Jan 2020 21:09:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 89FF7725D for ; Thu, 9 Jan 2020 21:09:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 009L9oSS025316 for ; Thu, 9 Jan 2020 21:09:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 009L9oi5025312 for powerpc@FreeBSD.org; Thu, 9 Jan 2020 21:09:50 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: powerpc@FreeBSD.org Subject: [Bug 243227] net/norm: fix build on powerpc64 elfv2 Date: Thu, 09 Jan 2020 21:09:50 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 21:09:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243227 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #210572| |maintainer-approval?(hd@oc. Flags| |dk) --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu Jan 9 21:24:27 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4F9791F9D07 for ; Thu, 9 Jan 2020 21:24:27 +0000 (UTC) (envelope-from vectormarketingsite.004@gmail.com) Received: from mail-qk1-x744.google.com (mail-qk1-x744.google.com [IPv6:2607:f8b0:4864:20::744]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tzdk5wYZz3FlG for ; Thu, 9 Jan 2020 21:24:26 +0000 (UTC) (envelope-from vectormarketingsite.004@gmail.com) Received: by mail-qk1-x744.google.com with SMTP id c16so7465762qko.6 for ; Thu, 09 Jan 2020 13:24:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:thread-index:thread-topic:to:subject:date:message-id :mime-version:content-class:importance:priority; bh=mZOc6PEFy4Pz1qv5EBkwJQlcdEFFZwxKvjVvBnzavwQ=; b=tJ5ubcLotYZhzvIdQkAn2gOHf5pqseOlHqfEsmSSKGQwUHneMJYJchbLZ3Icrp+m7k mGy/XG3JyqRfFwLVfYSwH0cQ2C1HxlFp2tWxYdkSEoWHXW8V7hF8So/U5beJeQpU4I0K anpSgEE3NbKnhGvsFroAk6HgzOWrPUCjEskB5yUqDIWL4c+b62RtgRr4mNBWU4BaSDsY ZoqaGfM6BPzuu8XtrFXB62WrEegRp6rMBWsj7xtAPDGCJaDc0yd+gEiNchsHLYeh7s43 tQAqRmh3l4tKODykWg2FP03Mvy5Pl57MXOdC02LKssLj1x7Yk30W5ANgoOQ+4reUvcJ7 IcTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:thread-index:thread-topic:to:subject:date :message-id:mime-version:content-class:importance:priority; bh=mZOc6PEFy4Pz1qv5EBkwJQlcdEFFZwxKvjVvBnzavwQ=; b=jsv9MLJA1v13XxEkdX9JvJnXwJVfrKzVxSyIR700r8ciz3pNOyxVsh93P7hida4zWt rF6+BEASEsHsR/vMyZTKmFhzC0Ivbtau++mcMloSvsznUGfb9M1h2LtBFA9DeHHD7SJS 5QjQhnLjU87H9MvckRHMUo/4jAuOuB6sfWs5IJsrVK7OU76TvicyjSVIk6gJI+IW4UUx Av7I4R+XNaJJ+o3e7ngsPQ7izMGeWW+vgjkcV2OETyY0Vv+ty0pqHVw5QuMi3BJYX5t/ xFakyPTcQkvhpM6Ix4RHaUpOiix9JyZvrOD2o0ULex4dbNaCPz8RgeyOUGa5mfG6QovS l/nA== X-Gm-Message-State: APjAAAUjIMdeOXWvd3lBY5iKchY4KzclzeKUe/MS74sqo23+OGhu8yxL 8tyclSVNfgWI//JN/4wFnHPU5bD2q6A= X-Google-Smtp-Source: APXvYqxLPF4QlfA6AlLa8pRNZo8QPRVf1JKSOY+Uvf9nsdyzti5WBM8S4G5Mf+VR1ktqxtGelYn1bQ== X-Received: by 2002:a37:5f43:: with SMTP id t64mr11368468qkb.68.1578605066135; Thu, 09 Jan 2020 13:24:26 -0800 (PST) Received: from ThingTwo ([2604:2000:6b83:2e00:15af:b1f2:b1fc:1022]) by smtp.gmail.com with ESMTPSA id g9sm3582117qkm.9.2020.01.09.13.24.24 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Jan 2020 13:24:24 -0800 (PST) From: John Stone X-Google-Original-From: "John Stone" thread-index: AdXHMyRknhbkbajRREmCrOTHHNm0uQ== Thread-Topic: Thank You for your time. To: Subject: Thank You for your time. Date: Thu, 9 Jan 2020 16:24:14 -0500 Message-ID: <5465436841C0498194F17B854EDEF45D@ThingTwo> MIME-Version: 1.0 X-Mailer: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: Normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.24158 X-Rspamd-Queue-Id: 47tzdk5wYZz3FlG X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=tJ5ubcLo; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of vectormarketingsite004@gmail.com designates 2607:f8b0:4864:20::744 as permitted sender) smtp.mailfrom=vectormarketingsite004@gmail.com X-Spamd-Result: default: False [0.67 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_NONE(0.00)[]; URI_COUNT_ODD(1.00)[15]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.973,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HTML_SHORT_LINK_IMG_1(2.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; NEURAL_HAM_LONG(-0.85)[-0.855,0]; IP_SCORE_FREEMAIL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(0.00)[ip: (2.13), ipnet: 2607:f8b0::/32(-2.12), asn: 15169(-1.85), country: US(-0.05)]; RCVD_IN_DNSWL_NONE(0.00)[4.4.7.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_TLS_ALL(0.00)[] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 21:24:27 -0000 Thank You for taking time out of your schedule. Here is 20% off our entire line until September 3rd, 2019 Use the discount code "MADMANGO" at checkout Use casn even use this link 20% Dicsount Link Elegant Yet Rugged Armored Case for iPhone and Samsung THIS SUPER STRONG HYBRID COMPOSITE MAKES THIS CASE A SHOCKPROOF ARMOR CASE FOR HEAVY DUTY PROTECTION LED Luminous Flowing USB Charging Cable Super Strong! Super Cool! What good is super cool if it only lasts 5 days. This super tough cord can last beyond what you can dish out. Never lose your charging cable in the dark. Flowing LED lights pulsates from the power source to the device. Stand out in crowd and unique enough not to confuse your cord with another person's plain cord. This is a really nice gift for a friend. Click for 17% Discount on All Our Inventory Broadway29.com If you want to be removed from this list, please Click Here . From owner-freebsd-ppc@freebsd.org Thu Jan 9 21:24:29 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1AB601F9D1D for ; Thu, 9 Jan 2020 21:24:29 +0000 (UTC) (envelope-from vectormarketingsite.003@gmail.com) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tzdm5dgXz3FlR for ; Thu, 9 Jan 2020 21:24:28 +0000 (UTC) (envelope-from vectormarketingsite.003@gmail.com) Received: by freefall.freebsd.org (Postfix) id B9B2615BD7; Thu, 9 Jan 2020 21:24:28 +0000 (UTC) Delivered-To: freebsd-powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id B56D815BD6 for ; Thu, 9 Jan 2020 21:24:28 +0000 (UTC) (envelope-from vectormarketingsite.003@gmail.com) Received: from mail-qk1-x741.google.com (mail-qk1-x741.google.com [IPv6:2607:f8b0:4864:20::741]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tzdl5Qk3z3FlK for ; Thu, 9 Jan 2020 21:24:24 +0000 (UTC) (envelope-from vectormarketingsite.003@gmail.com) Received: by mail-qk1-x741.google.com with SMTP id x129so7443384qke.8 for ; Thu, 09 Jan 2020 13:24:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:thread-index:thread-topic:to:subject:date:message-id :mime-version:content-class:importance:priority; bh=/sdK4ZvWFhzbGg7xSbDH0u6X32AzxQ/XltlRI7/O71w=; b=jalaGtSB7IP0q+hhcK3/9T6HFz+yGqcVPANEzwy7+UFHEIgODcVYZd/6tSs0SpjHfj i80vGFSi44LtNuBYIJcNJz+EtANHq02DScpdDHKDEUwlyz5JnCDdlqLC1+hSQpWvujYt WqQie4JN0hdUA+4IHLsCI2nW42JfbjpWwpGb8h/NFVNCSVVtW35BpnzfVrWu3xhmd2LJ 59WW82pVdxTb+/7cEuxH2OWX5YfeHVnAeq56cNxHGF9qltNqUv4tw7b6rUy9Oyn//2bO N25vMTM5ULFfwVWcHaZUMdLVu8aWbSfAmHRVxdMb1KdxoqotkuX+eRP9+ifBPJkH95Wd QkLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:thread-index:thread-topic:to:subject:date :message-id:mime-version:content-class:importance:priority; bh=/sdK4ZvWFhzbGg7xSbDH0u6X32AzxQ/XltlRI7/O71w=; b=g7s5b/RPXrfCAymcmjbxOIe3s/54ND6pCKYEQql840bluZR+QowGAkC4O4pgJAb1YJ oBdiZGFNRsbPNRv2XHni0yXn03rmLKPVsHOceRL/lkCOtgqlcNIljLVvDjNK1kuF5pHb Bxl56a0wKzq2j+M1QxdVWOG2JfYVfPy9CApm09QI0LhpcksCzOuMx1Hed8OWIhmb76PJ WZ7N7qFK4J0d2+Otaa6Nd2cV+fs66tRGK7dG8NItBd2PQZyy064MmefJij+BDMy814A9 CqKDTx9h9cTvZGvJL3+wyvnV6YXlx+0cHdUzQqXGlpqUjQ07RnYIrSDiO3rDOu9pHi/n bV2w== X-Gm-Message-State: APjAAAXxv7+s0A35blXH4swbafuRzzqmAOaQMnTVm0lhJeH3ArBNGsFi W49Y7lj/MfehwlRePquuUV9c5lmJkJM= X-Google-Smtp-Source: APXvYqxTC0KQhjmLzNii4Cy/oJGZYggpntJ0cO5s8z/obbbUh6ow/nG2yM2m2b8JqjZirvSDNEvAQw== X-Received: by 2002:a37:9a46:: with SMTP id c67mr11544930qke.308.1578605063895; Thu, 09 Jan 2020 13:24:23 -0800 (PST) Received: from ThingTwo ([2604:2000:6b83:2e00:15af:b1f2:b1fc:1022]) by smtp.gmail.com with ESMTPSA id s1sm3598701qkm.84.2020.01.09.13.24.22 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Jan 2020 13:24:22 -0800 (PST) From: John Stone X-Google-Original-From: "John Stone" thread-index: AdXHMyMslRa1X5g2T6mmzI76ZF6ENA== Thread-Topic: Thank You for your time. To: Subject: Thank You for your time. Date: Thu, 9 Jan 2020 16:24:12 -0500 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft CDO for Windows 2000 Content-Class: urn:content-classes:message Importance: Normal Priority: normal X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.24158 X-Rspamd-Queue-Id: 47tzdl5Qk3z3FlK X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=jalaGtSB; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of vectormarketingsite003@gmail.com designates 2607:f8b0:4864:20::741 as permitted sender) smtp.mailfrom=vectormarketingsite003@gmail.com X-Spamd-Result: default: False [0.67 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_NONE(0.00)[]; URI_COUNT_ODD(1.00)[15]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.97)[-0.973,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; HTML_SHORT_LINK_IMG_1(2.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-powerpc@freebsd.org]; NEURAL_HAM_LONG(-0.85)[-0.855,0]; IP_SCORE_FREEMAIL(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(0.00)[ip: (2.13), ipnet: 2607:f8b0::/32(-2.12), asn: 15169(-1.85), country: US(-0.05)]; RCVD_IN_DNSWL_NONE(0.00)[1.4.7.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.b.8.f.7.0.6.2.list.dnswl.org : 127.0.5.0]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_TLS_ALL(0.00)[] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 21:24:29 -0000 Thank You for taking time out of your schedule. Here is 20% off our entire line until September 3rd, 2019 Use the discount code "MADMANGO" at checkout Use casn even use this link 20% Dicsount Link Elegant Yet Rugged Armored Case for iPhone and Samsung THIS SUPER STRONG HYBRID COMPOSITE MAKES THIS CASE A SHOCKPROOF ARMOR CASE FOR HEAVY DUTY PROTECTION LED Luminous Flowing USB Charging Cable Super Strong! Super Cool! What good is super cool if it only lasts 5 days. This super tough cord can last beyond what you can dish out. Never lose your charging cable in the dark. Flowing LED lights pulsates from the power source to the device. Stand out in crowd and unique enough not to confuse your cord with another person's plain cord. This is a really nice gift for a friend. Click for 17% Discount on All Our Inventory Broadway29.com If you want to be removed from this list, please Click Here . From owner-freebsd-ppc@freebsd.org Thu Jan 9 23:31:53 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F23101FCC10 for ; Thu, 9 Jan 2020 23:31:53 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic315-55.consmr.mail.gq1.yahoo.com (sonic315-55.consmr.mail.gq1.yahoo.com [98.137.65.31]) (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 47v2Sm4pM6z3Nqv for ; Thu, 9 Jan 2020 23:31:52 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: SFGLtUoVM1nl_OmXEBf1m7_dRVS.VaKIvrlWDf0stMpLQyrPxE7EEHyM34MQqsV 5S.LNuSyQBM0Jo4za6XjeuSrkLXRwTiDlaeqjqzVCjU0B7dL6SZjDn69u5K9SL5atNHzEOHFrAiY DtQkIZbVSMi2xjJp11RdIaBjQbI_UZUhu2SaJIy38OuFChGnHhBqWapsPyW5nKgjScjld7qbEhmP JmgFb5ZmA7sGIZf.5NFHd_.fzJ5.EzYr7nEeVf8br8F.aKwkzpz27Lx9Eqoa42r_upxHOeRYqcX4 ysiEk0_RTjGsv7Xh1LvFTfQo9m3YpNpvoE30F6yFJ8xBuG10nFgGFX6nvbj0Uy8tZLRuyTIN1sZ3 SQTQhob2MU0gn7jVozXcy07zT65tNPAIdm3YYxID.J5iQfS3ls35pWAXkkWcKYvrKIvdJ_S9YUhS 13SiBU.WdgwdiADDfJnewOoKZ21ewGtP2tcjC6_DK3X5YGEt5ab8jXO7_gUNaWq1fkbrxbjHl.cG kUKSSegxkHMC8hZ.iCJnBEjBZP2hBukWy1zRFDHyKhOFWv3GXd7BxmIxMn_wREKgAEYnXNbZm97a RFDkeisow_jZSHSicVFUNpU05zbmgbvra6IpgBY3avvb_ykR92r0IwVg4PIfblCjRbOtksBHqySZ LVKu1ULYiyrnttjlDsVYGfB86blxYlsSPG8E1t1mctvgowyUqW_WSfK7wXuMW3tGlZ1bhL8jmXfu __v9jjbKBWUtfxw8_8qLuTythM4mE4jFI53P85sVVAHe.X.VdoT.MDFCudCYHmE.Q1XP46o7tObp wsnBwyE8keCw9emWkHc_iqTagsYWU0Ysf4h_PWIdssXllp4nzbIXOiH0K2et6MNm0ZVrquU0Zen9 SKWMd9bqBEeeMADhC4InOC5gDsWFcWJMcXyPMiJV8VVaMaK7OKiwVq6ZAjl.9RLacur7DCcTWtcw Uil_osiXJgdiy5.IITNZAn8yQG2PkcJ2Wc9hJctznvvuv7LRPKKKD23qrcatyY60YgsJ3gXQtDff 5q5pL0EbcibnpBkxiIU.2FOInW4P.Dh_Yk6Lv7RZ0G8lgvURkfVeETSMw.v4sSqCKUp5fPyrgh67 CkwTDtn433pJ5fMNW0qWRMKpyOe_Dx53PcVXIWF3RTinDZcm_sucEszXZL_FCZ9pVtvoffObg2vL iPg51R8DieH9EW5ILPdtq6X94zviYgLtBIu2UfS4r7r.CbRcmFWyJXU8xZ0fxQ_OfsA6ws7xS77R Phg_P7VXVofvkf_XFkhncwlVocD1Mkos7kLBSFsrMqNzBA1pSD9y8.B5qvom6dRuVl0Gz9uVDlQ9 Il0KGNoQmJ0KF7BaSy4bo8AkkwHA7LsnMPdrtMMWCHvo5XO3yAMK1VJkPVIWqJjL86RreV1G6nzN hWQROusg_mx5Lgas9Nm_GBEXtlP1jiY0Qi98- Received: from sonic.gate.mail.ne1.yahoo.com by sonic315.consmr.mail.gq1.yahoo.com with HTTP; Thu, 9 Jan 2020 23:31:50 +0000 Received: by smtp422.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 917fdf2b9588ddf31feddb84f1659224; Thu, 09 Jan 2020 23:31:48 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: A possible unbounded loop in moea_sync_icache: why sys/vm/mlock_test:mlock__copy_on_write_vnode fails? From: Mark Millard In-Reply-To: Date: Thu, 9 Jan 2020 15:31:47 -0800 Cc: Justin Hibbits , FreeBSD PowerPC ML , "bdragon@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <022334D3-B60E-440F-A514-8D8002B65CB4.ref@yahoo.com> <022334D3-B60E-440F-A514-8D8002B65CB4@yahoo.com> To: Leandro Lupori X-Mailer: Apple Mail (2.3608.40.2.2.4) X-Rspamd-Queue-Id: 47v2Sm4pM6z3Nqv X-Spamd-Bar: + X-Spamd-Result: default: False [1.18 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MV_CASE(0.50)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.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)[4]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_MEDIUM(0.31)[0.306,0]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(0.38)[0.376,0]; RCVD_IN_DNSWL_NONE(0.00)[31.65.137.98.list.dnswl.org : 127.0.5.0]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE(0.00)[ip: (4.75), ipnet: 98.137.64.0/21(0.87), asn: 36647(0.70), country: US(-0.05)] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2020 23:31:54 -0000 On 2020-Jan-9, at 03:12, Leandro Lupori = wrote: > Interesting, this looks like the same issue that was fixed on 64-bit = some time ago: https://reviews.freebsd.org/D19149. I changed my local code to use va+1 as in that update and can confirm that I now get: # kyua test -k /usr/tests/Kyuafile sys/vm/mlock_test sys/vm/mlock_test:mlock__copy_on_write_anon -> passed [0.018s] sys/vm/mlock_test:mlock__copy_on_write_vnode -> passed [0.008s] sys/vm/mlock_test:mlock__truncate_and_resize -> passed [0.019s] sys/vm/mlock_test:mlock__truncate_and_unlock -> passed [0.019s] > On Thu, Jan 9, 2020 at 3:03 AM Mark Millard via freebsd-ppc = wrote: >> . . . >> The code in question: >>=20 >> static void >> moea_sync_icache(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_size_t sz) >> { =20 >> struct pvo_entry *pvo; >> vm_offset_t lim; >> vm_paddr_t pa; >> vm_size_t len; >>=20 >> PMAP_LOCK(pm); >> while (sz > 0) { >> lim =3D round_page(va); The above line is where I changed the va to be va+1 . >> len =3D MIN(lim - va, sz); >> pvo =3D moea_pvo_find_va(pm, va & ~ADDR_POFF, NULL); >> if (pvo !=3D NULL) { >> pa =3D (pvo->pvo_pte.pte.pte_lo & PTE_RPGN) | >> (va & ADDR_POFF); >> moea_syncicache(pa, len); >> } >> va +=3D len; >> sz -=3D len; >> } >> PMAP_UNLOCK(pm); >> } >=20 =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Fri Jan 10 01:57:09 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5B211FF79B for ; Fri, 10 Jan 2020 01:57:09 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic310-22.consmr.mail.gq1.yahoo.com (sonic310-22.consmr.mail.gq1.yahoo.com [98.137.69.148]) (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 47v5hN1shCz41sY for ; Fri, 10 Jan 2020 01:57:07 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 6EdHRUMVM1ncFMSx.OioJZJVHHNviZhwf1ppuxdabE33PWPgeodsH_TZZfo8RGt EtkY_CVcjN4X2d87p7Y2hSPTR0cq8vCrar5WaCOEE7n22UYQUB55hi8LgbLTHfHL1KoSY18ukdGJ e_2dCSy7Ig12idBPwSSgnqcvLMQ7IMEvl4iCkTZ_.Fx1xE95HsHCF8XO1lS.D.bInnmYDR0eDmVR OAbkkbMGT509dqm0YfKsKX8LsL427YVn1S9WMh84GyrDzkoRQdxQwecjDx43XSUel7sTAJBmilRh lsFj1_EwCkkjgy1pEywdORqjYLauqbOyQjrBE2yiJ4WVkUmq5muFMEXeH8jkdzxfH8156FCIG8KO N7cOQYfLxQnXoFEjB6Hj2PpmEzYO6KO9lsIUJTqSD4nq__g3Qz7gFfNgiujupS5woZr3h5zfdB9B 6iru08CfK5WdYiwXc3H2bTgqK4c2SQcdTAKi3maf1rwd5P_bkydVtSdqNkXgA._BamXo35nNQp9u Rd2F2orLyVpGxbmgUWCJcmYTiT0i8vqbIvNsZijKmKiZknOVbH_o5pIjHbeL.lrrBTT_LHHLXIX_ qK9ngTSKuXb5_OmypgZ4vrV6AvtDDsDgSJ.KUqUTqtB9ZFCPdsAflXpp3UHbDcpL8kArp5EP1s9d ibbPgSWAavGq50_ddGgq4GyNTgy9puyxGAwqruvehhDCpOYjtYZHDqL6cahMdsORhM1AbNtTOV_A xULhxhZU5G6IoTMLSUmsVBBteveWgGTzGdd7AoJ5EcMZMB1OYv_oMwGAXJdOnFSOdqgc6jmLVBgh MgvrxsmSXsteiblHTXG.0KnRMaSgYd0XLvDHShRHSppZlRHy3K4Bbww_SRl8HgyO8nETDgj4II_T 4Bhwdn2PSn198rCNnKQURqudv7LsnB8s8t7rECBWiKR5f2wjL5pN47eYKtu7Li2T86WxWuM8BJ8_ 9jYa.NZDCCl1mCt97gzf3e7jIPt904mj35beIdd8djyyWukKUTd_GYQO.deqt.1EGWhsZyx1F6RB 4Iskl7aJJRgJiw58O8hYRJHTIcen8dbOHxp5Rtr5TRYmOxBQctNnnHxD4vfCaAvF39uw4cd0BdHq WZXbfOKrE2TVWbAwTSqwSoDGkGZzaVjQcoaV5d8iBPu_b0DPYCB6.4mD0xjH9pO7K5cGgCMMQT9g 3MNSj4igEMcRW6LJicEOE0yLN84gXFhVhd3diaCJGSMsTkoUAxIcO.WsuiuemnP2MKD5jiteSTvY 6eOq.mFgLs_tKFmGKEGdsaC9txlvW5YkQdnJH95lMbGRVaLgWlkWR7obk2lxhKIt4r6k0e1Qazix .ugr3gHcSuneXDn8KKNI.SQxgkvOEcjlipXABzMQQifJeTv9EqWeVyxPk2Yaxiya8Zfro8_UmQUe z0N2fvz5fPQzLUz2StcM- Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.gq1.yahoo.com with HTTP; Fri, 10 Jan 2020 01:57:06 +0000 Received: by smtp403.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 252d77f5c363e6086d54a7b23961045e; Fri, 10 Jan 2020 01:57:04 +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 13.0 \(3608.40.2.2.4\)) Subject: Re: head kyua testing of head -r356426 for a powerpc64 example [32-bit powerpc example added] Date: Thu, 9 Jan 2020 17:57:03 -0800 References: To: FreeBSD PowerPC ML In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3608.40.2.2.4) X-Rspamd-Queue-Id: 47v5hN1shCz41sY X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.47 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.981,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.994,0]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE_FREEMAIL(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; RCVD_IN_DNSWL_NONE(0.00)[148.69.137.98.list.dnswl.org : 127.0.5.0]; MV_CASE(0.50)[]; IP_SCORE(0.00)[ip: (-0.28), ipnet: 98.137.64.0/21(0.87), asn: 36647(0.70), country: US(-0.05)]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 01:57:09 -0000 On 2020-Jan-8, at 18:38, Mark Millard wrote: > [Note: The powerpc64 kernel build still has epair built in. > (This used to be required to avoid a crash when epair was > loaded.) So I'll need to build a kernel without that and > retest. I do not expect the load failure and so expect > the result to closely match the below.] >=20 > This is based on a non-debug buildworld buildkernel > that has some personal patches, mostly for powerpc64 > and powerpc for PowerMac related issues. >=20 > There is just 1 tested context: >=20 > powerpc64: G5 with 2 sockets, 2 cores each: >=20 > =3D=3D=3D> Summary > Results read from = /root/.kyua/store/results.usr_tests.20200108-191837-136845.db > Test cases: 7749 total, 286 skipped, 39 expected failures, 115 broken, = 34 failed > Total time: 3118.533s >=20 > FYI, this G5 vs. CortexA53 Rock64: 3118.533s vs. 2911.617s . > (So similar time frames.) >=20 > =3D=3D=3D> Failed tests > lib/libarchive/functional_test:test_read_format_lha_filename_UTF16 -> = failed: atf-check failed; see the output of the test for details = [13.338s] > lib/libc/gen/posix_spawn/spawn_test:t_spawn_missing -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:112: = expected error 2, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_nonexist [0.011s] > lib/libc/gen/posix_spawn/spawn_test:t_spawn_nonexec -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:132: = expected error 2, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_nonexec [0.011s] > lib/libc/gen/posix_spawn/spawn_test:t_spawn_zero -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:92: = expected error 8, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_zero [0.012s] > lib/libc/sys/brk_test:mlockfuture -> failed: = /usr/src/lib/libc/tests/sys/brk_test.c:132: unexpected page flags 0 = [0.011s] > lib/libc/sys/getcontext_test:setcontext_link -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_getcontext.c:66: i !=3D ia = [0.011s] > lib/libc/sys/mincore_test:mincore_resid -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:216: = check_residency(addr, npgs) =3D=3D npgs not met [0.013s] > lib/libc/sys/mincore_test:mincore_shmseg -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:307: = check_residency(addr, npgs) =3D=3D npgs not met [0.013s] > lib/msun/fe_round_test:fe_round -> failed: 22 checks failed; see = output for more details [0.011s] > local/atf/atf-c++/pkg_config_test:build -> failed: atf-check failed; = see the output of the test for details [3.101s] > local/kyua/integration/cmd_config_test:config_flag__explicit__bad_file = -> failed: atf-check failed; see the output of the test for details = [0.087s] > = local/kyua/integration/cmd_config_test:config_flag__explicit__missing_file= -> failed: atf-check failed; see the output of the test for details = [0.089s] > sbin/ping/in_cksum_test:aligned_even_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:50: sum =3D=3D 0x5397 not met = [0.011s] > sbin/ping/in_cksum_test:aligned_even_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:72: 21399 [0.011s] > sbin/ping/in_cksum_test:aligned_odd_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:61: sum =3D=3D 0x52fd not met = [0.011s] > sbin/ping/in_cksum_test:aligned_odd_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:83: sum =3D=3D 0xfd52 not met = [0.011s] > sbin/ping/in_cksum_test:unaligned_even_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:94: sum =3D=3D 0x5397 not met = [0.011s] > sbin/ping/in_cksum_test:unaligned_even_length_little_endian -> = failed: /usr/src/sbin/ping/tests/in_cksum_test.c:116: 21399 [0.011s] > sbin/ping/in_cksum_test:unaligned_odd_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:105: sum =3D=3D 0x52fd not met = [0.011s] > sbin/ping/in_cksum_test:unaligned_odd_length_little_endian -> = failed: /usr/src/sbin/ping/tests/in_cksum_test.c:127: sum =3D=3D 0xfd52 = not met [0.011s] > sys/kern/ptrace_test:ptrace__PT_STEP_with_signal -> failed: = /usr/src/tests/sys/kern/ptrace_test.c:3546: WSTOPSIG(status) =3D=3D = SIGABRT not met [0.014s] > sys/netinet/so_reuseport_lb_test:basic_ipv4 -> failed: = /usr/src/tests/sys/netinet/so_reuseport_lb_test.c:165: bind() failed: = Address already in use [0.011s] > sys/netinet/so_reuseport_lb_test:basic_ipv6 -> failed: = /usr/src/tests/sys/netinet/so_reuseport_lb_test.c:221: bind() failed: = Address already in use [0.011s] > usr.bin/hexdump/hexdump_test:d_flag -> failed: atf-check failed; see = the output of the test for details [0.076s] > usr.bin/hexdump/hexdump_test:o_flag -> failed: atf-check failed; see = the output of the test for details [0.076s] > usr.bin/hexdump/hexdump_test:x_flag -> failed: atf-check failed; see = the output of the test for details [0.076s] > usr.bin/indent/functional_test:nsac -> failed: atf-check failed; see = the output of the test for details [0.135s] > usr.bin/indent/functional_test:sac -> failed: atf-check failed; see = the output of the test for details [0.135s] > usr.sbin/fstyp/fstyp_test:ext2 -> failed: atf-check failed; see the = output of the test for details [0.082s] > usr.sbin/fstyp/fstyp_test:ext3 -> failed: atf-check failed; see the = output of the test for details [0.082s] > usr.sbin/fstyp/fstyp_test:ext4 -> failed: atf-check failed; see the = output of the test for details [0.082s] > usr.sbin/fstyp/fstyp_test:ext4_label -> failed: atf-check failed; = see the output of the test for details [0.085s] > usr.sbin/fstyp/fstyp_test:ntfs -> failed: atf-check failed; see the = output of the test for details [0.137s] > usr.sbin/fstyp/fstyp_test:ntfs_with_label -> failed: atf-check = failed; see the output of the test for details [0.137s] >=20 > Ignoring sys/cddl/zfs/tests (all systems are ufs based, no zfs use) . = . . > (just got "broken: Test program did not exit cleanly" for zfs tests) >=20 > =3D=3D=3D> Broken tests > lib/libc/gen/makecontext_test:makecontext_arg1 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.393s] > lib/libc/gen/makecontext_test:makecontext_arg2 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.317s] > lib/libc/gen/makecontext_test:makecontext_arg3 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.327s] > lib/libc/gen/makecontext_test:makecontext_arg4 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.317s] > lib/libc/gen/makecontext_test:makecontext_arg5 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.507s] > lib/libc/gen/makecontext_test:makecontext_arg6 -> broken: Premature = exit; test case received signal 11 (core dumped) [2.317s] > lib/msun/fenv_test:main -> broken: Received signal 6 [2.309s] > lib/msun/invtrig_test:main -> broken: Received signal 6 [2.293s] > lib/msun/lrint_test:main -> broken: Received signal 6 [1.975s] > lib/msun/nan_test:main -> broken: Received signal 6 [2.030s] > lib/msun/rem_test:main -> broken: Received signal 6 [2.079s] This is based on a non-debug buildworld buildkernel that has some personal patches, mostly for powerpc64 and powerpc for PowerMac related issues. The below is based on adding one patch to the kernel code to fix an an error in one routine that had a failure mode that stood out: an unbounded loop for page-aligned addresses. With the patch for 32-bit powerpc, kyua ran to completion. 32-bit powerpc: G4 with 2 sockets, 1 core each: =3D=3D=3D> Summary Results read from = /root/.kyua/store/results.usr_tests.20200109-233211-948925.db Test cases: 7747 total, 293 skipped, 39 expected failures, 111 broken, = 41 failed Total time: 4530.412s (FYI: The CortexA7 OrangePi+2E armv7 example was ball-park similar for how long it took for its run: 4202.342s . But it failed 474 tests, as listed in its summary.) =3D=3D=3D> Failed tests lib/libarchive/functional_test:test_read_format_lha_filename_UTF16 -> = failed: atf-check failed; see the output of the test for details = [11.435s] lib/libc/gen/posix_spawn/spawn_test:t_spawn_missing -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:112: = expected error 2, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_nonexist [0.016s] lib/libc/gen/posix_spawn/spawn_test:t_spawn_nonexec -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:132: = expected error 2, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_nonexec [0.017s] lib/libc/gen/posix_spawn/spawn_test:t_spawn_zero -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/gen/posix_spawn/t_spawn.c:92: = expected error 8, got 0 when spawning = /usr/tests/lib/libc/gen/posix_spawn/h_zero [0.017s] lib/libc/sys/brk_test:mlockfuture -> failed: = /usr/src/lib/libc/tests/sys/brk_test.c:132: unexpected page flags 0 = [0.016s] lib/libc/sys/mincore_test:mincore_resid -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:216: = check_residency(addr, npgs) =3D=3D npgs not met [0.021s] lib/libc/sys/mincore_test:mincore_shmseg -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_mincore.c:307: = check_residency(addr, npgs) =3D=3D npgs not met [0.019s] lib/libc/sys/sigqueue_test:sigqueue_basic -> failed: = /usr/src/contrib/netbsd-tests/lib/libc/sys/t_sigqueue.c:88: sv.sival_int = !=3D value [0.015s] lib/msun/fe_round_test:fe_round -> failed: 22 checks failed; see = output for more details [0.017s] local/atf/atf-c++/pkg_config_test:build -> failed: atf-check failed; = see the output of the test for details [6.947s] local/kyua/engine/requirements_test:check_reqs__required_memory__fail = -> failed: Line 424: '' does not match regexp 'Requires 100.00T = .*memory' [0.037s] local/kyua/utils/memory_test:physical_memory -> failed: Line 53: = memory < 100 * units::TB not met [0.035s] sbin/ping/in_cksum_test:aligned_even_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:50: sum =3D=3D 0x5397 not met = [0.015s] sbin/ping/in_cksum_test:aligned_even_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:72: 21399 [0.016s] sbin/ping/in_cksum_test:aligned_odd_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:61: sum =3D=3D 0x52fd not met = [0.015s] sbin/ping/in_cksum_test:aligned_odd_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:83: sum =3D=3D 0xfd52 not met = [0.017s] sbin/ping/in_cksum_test:unaligned_even_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:94: sum =3D=3D 0x5397 not met = [0.016s] sbin/ping/in_cksum_test:unaligned_even_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:116: 21399 [0.016s] sbin/ping/in_cksum_test:unaligned_odd_length_big_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:105: sum =3D=3D 0x52fd not met = [0.016s] sbin/ping/in_cksum_test:unaligned_odd_length_little_endian -> failed: = /usr/src/sbin/ping/tests/in_cksum_test.c:127: sum =3D=3D 0xfd52 not met = [0.015s] sys/file/dup_test:main -> failed: 2 of 32 tests failed [0.023s] sys/kern/acct/acct_test:encode_tv_random_million -> failed: 2339 = checks failed; see output for more details [0.267s] sys/kern/kern_copyin:kern_copyin -> failed: 3 checks failed; see = output for more details [0.018s] sys/kern/ptrace_test:ptrace__PT_STEP_with_signal -> failed: = /usr/src/tests/sys/kern/ptrace_test.c:3546: WSTOPSIG(status) =3D=3D = SIGABRT not met [0.021s] usr.bin/hexdump/hexdump_test:d_flag -> failed: atf-check failed; see = the output of the test for details [0.125s] usr.bin/hexdump/hexdump_test:o_flag -> failed: atf-check failed; see = the output of the test for details [0.142s] usr.bin/hexdump/hexdump_test:x_flag -> failed: atf-check failed; see = the output of the test for details [0.125s] usr.bin/xo/functional_test:xo_01__H -> failed: atf-check failed; see = the output of the test for details [0.284s] usr.bin/xo/functional_test:xo_01__HIPx -> failed: atf-check failed; = see the output of the test for details [0.284s] usr.bin/xo/functional_test:xo_01__HP -> failed: atf-check failed; see = the output of the test for details [0.461s] usr.bin/xo/functional_test:xo_01__J -> failed: atf-check failed; see = the output of the test for details [0.643s] usr.bin/xo/functional_test:xo_01__JP -> failed: atf-check failed; see = the output of the test for details [0.280s] usr.bin/xo/functional_test:xo_01__T -> failed: atf-check failed; see = the output of the test for details [0.279s] usr.bin/xo/functional_test:xo_01__X -> failed: atf-check failed; see = the output of the test for details [0.281s] usr.bin/xo/functional_test:xo_01__XP -> failed: atf-check failed; see = the output of the test for details [0.282s] usr.sbin/fstyp/fstyp_test:ext2 -> failed: atf-check failed; see the = output of the test for details [0.128s] usr.sbin/fstyp/fstyp_test:ext3 -> failed: atf-check failed; see the = output of the test for details [0.130s] usr.sbin/fstyp/fstyp_test:ext4 -> failed: atf-check failed; see the = output of the test for details [0.133s] usr.sbin/fstyp/fstyp_test:ext4_label -> failed: atf-check failed; see = the output of the test for details [0.134s] usr.sbin/fstyp/fstyp_test:ntfs -> failed: atf-check failed; see the = output of the test for details [0.225s] usr.sbin/fstyp/fstyp_test:ntfs_with_label -> failed: atf-check failed; = see the output of the test for details [0.241s] Ignoring sys/cddl/zfs/tests (all systems are ufs based, no zfs use) . . = . (just got "broken: Test program did not exit cleanly" for zfs tests) =3D=3D=3D> Broken tests lib/msun/fenv_test:main -> broken: Received signal 6 [0.494s] lib/msun/invtrig_test:main -> broken: Received signal 6 [0.546s] lib/msun/lrint_test:main -> broken: Received signal 6 [0.510s] lib/msun/nan_test:main -> broken: Received signal 6 [0.502s] lib/msun/rem_test:main -> broken: Received signal 6 [0.548s] sbin/growfs/legacy_test:main -> broken: TAP test program yielded = invalid data: Load of '/tmp/kyua.BRsHMe/2573/stdout.txt' failed: = Reported plan differs from actual executed tests [0.510s] sys/capsicum/capsicum-test:main -> broken: Received signal 6 = [38.367s] =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Fri Jan 10 04:45:22 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 389E4223AF6 for ; Fri, 10 Jan 2020 04:45:22 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47v9QT1Fr3z49pD; Fri, 10 Jan 2020 04:45:20 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-lf1-x12e.google.com with SMTP id f15so430467lfl.13; Thu, 09 Jan 2020 20:45:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BLgVoQppjgdxYwYi/UAzYAETiw0OEkwANVlV+aHq5BA=; b=e3aKmLV2svCrn5xMc1VbEdk75zBoFxxOR+EGw7UICnVGXZs+b7tKel1A72FRxXYwmq qAJPVprZKP3Y5wIw9TcGW/mMzOw2L8Gb79qIU+PHq/HvmbHQvpn/+m3V4guKHiDAIiKQ O4oqf76E5Ud8AZyFpcboG2Eq1CZL74mnS7L1bfHxK+/QflzsV+iA9Obe7trOBj/eYCU5 au7epK2+12HuygR6mU9KNsvYtuTxbSBKiwV7DleDwHjAz5PHN3oFaUnX3XCH86BTxZFN bEbF16SxricZK3PqHd9NA1+QQg0ZlP+s9/aTEyOXgiemdDC4/KPFKMfadLkXwrtM/9Ic wEiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BLgVoQppjgdxYwYi/UAzYAETiw0OEkwANVlV+aHq5BA=; b=UiElm5s/iLY9rUtnuypFbroVLyW6LAN+wKCRQqOheDOjDWv4uo15uNoHJWr7eObqQZ wZCXSAdZyfasrTNRL+zUc9qQZ4bW541H36MsKuVDqytDPhz9V3nRBMEGK6IukWsGECvF Rl5St4zGf2G0AZkTXBbnq6rm4lEV257KWd2r57kno/3qqXB9RT0BV+m/9ShHQNo63AR3 D5jV+KC+lcCiAaOpTe7scw7NZ0FdJ74pS1WOu09JC5VQbS+YvkeGHXZ9a2CLWLMdSkZO 6DXmg0pujjsVmoASqHYvPOTWjmjndJTk7koqgVPCXNsBhjStS4ifTeOfXWrnJ+rYqvzw 62Vw== X-Gm-Message-State: APjAAAWXam0R58lA3hBptxZPdK8UrppMBaqIv/WxRKFOVHB6ITiaFkg6 BZlL04V/BK8ISKQ4TfGrBcLFQnJeM+fajTVYZgE= X-Google-Smtp-Source: APXvYqxN3WkHWxzvRjymYlgVHSbC6uToV8/UxEI1gvL8SmzfGk1GwCIPUeBzTDA6wrf1Ian6YXRgOYx/9bZLPXslveI= X-Received: by 2002:a19:f811:: with SMTP id a17mr888666lff.182.1578631518548; Thu, 09 Jan 2020 20:45:18 -0800 (PST) MIME-Version: 1.0 References: <022334D3-B60E-440F-A514-8D8002B65CB4.ref@yahoo.com> <022334D3-B60E-440F-A514-8D8002B65CB4@yahoo.com> In-Reply-To: From: Justin Hibbits Date: Thu, 9 Jan 2020 22:45:09 -0600 Message-ID: Subject: Re: A possible unbounded loop in moea_sync_icache: why sys/vm/mlock_test:mlock__copy_on_write_vnode fails? To: Mark Millard Cc: Leandro Lupori , FreeBSD PowerPC ML , "bdragon@freebsd.org" X-Rspamd-Queue-Id: 47v9QT1Fr3z49pD X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=e3aKmLV2; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of chmeeedalf@gmail.com designates 2a00:1450:4864:20::12e as permitted sender) smtp.mailfrom=chmeeedalf@gmail.com X-Spamd-Result: default: False [-1.00 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; FREEMAIL_FROM(0.00)[gmail.com]; URI_COUNT_ODD(1.00)[11]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FREEMAIL_TO(0.00)[yahoo.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; SUBJECT_ENDS_QUESTION(1.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; DWL_DNSWL_NONE(0.00)[gmail.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[e.2.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2.0.0.4.6.8.4.0.5.4.1.0.0.a.2.list.dnswl.org : 127.0.5.0]; IP_SCORE(0.00)[ip: (-8.94), ipnet: 2a00:1450::/32(-2.61), asn: 15169(-1.85), country: US(-0.05)]; FREEMAIL_CC(0.00)[gmail.com]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 04:45:22 -0000 On Thu, Jan 9, 2020, 17:31 Mark Millard wrote: > > > On 2020-Jan-9, at 03:12, Leandro Lupori > wrote: > > > Interesting, this looks like the same issue that was fixed on 64-bit > some time ago: https://reviews.freebsd.org/D19149. > > I changed my local code to use va+1 as in that update > and can confirm that I now get: > > # kyua test -k /usr/tests/Kyuafile sys/vm/mlock_test > sys/vm/mlock_test:mlock__copy_on_write_anon -> passed [0.018s] > sys/vm/mlock_test:mlock__copy_on_write_vnode -> passed [0.008s] > sys/vm/mlock_test:mlock__truncate_and_resize -> passed [0.019s] > sys/vm/mlock_test:mlock__truncate_and_unlock -> passed [0.019s] > > > > On Thu, Jan 9, 2020 at 3:03 AM Mark Millard via freebsd-ppc at freebsd.org> wrote: > >> . . . > >> The code in question: > >> > >> static void > >> moea_sync_icache(mmu_t mmu, pmap_t pm, vm_offset_t va, vm_size_t sz) > >> { > >> struct pvo_entry *pvo; > >> vm_offset_t lim; > >> vm_paddr_t pa; > >> vm_size_t len; > >> > >> PMAP_LOCK(pm); > >> while (sz > 0) { > >> lim = round_page(va); > > The above line is where I changed the va to be > va+1 . > > >> len = MIN(lim - va, sz); > >> pvo = moea_pvo_find_va(pm, va & ~ADDR_POFF, NULL); > >> if (pvo != NULL) { > >> pa = (pvo->pvo_pte.pte.pte_lo & PTE_RPGN) | > >> (va & ADDR_POFF); > >> moea_syncicache(pa, len); > >> } > >> va += len; > >> sz -= len; > >> } > >> PMAP_UNLOCK(pm); > >> } > > > > > === > Mark Millard > marklmi at yahoo.com > ( dsl-only.net went > away in early 2018-Mar) > Hi Mark, I just committed the fix as r356595. - Justin > From owner-freebsd-ppc@freebsd.org Fri Jan 10 08:45:27 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EEADB1E05C3 for ; Fri, 10 Jan 2020 08:45:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vGlW67rcz4M2n for ; Fri, 10 Jan 2020 08:45:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id CC0931CB25; Fri, 10 Jan 2020 08:45:27 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id C950A1CB24 for ; Fri, 10 Jan 2020 08:45:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vGlW4Cq6z4M2m for ; Fri, 10 Jan 2020 08:45:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 87FDFF6D2 for ; Fri, 10 Jan 2020 08:45:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00A8jRwx040783 for ; Fri, 10 Jan 2020 08:45:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00A8jRAr040782 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 08:45:27 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: powerpc@FreeBSD.org Subject: [Bug 242769] lang/guile2: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:Segmentation fault (core dumped) Date: Fri, 10 Jan 2020 08:45:27 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: samsdice@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 08:45:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242769 --- Comment #3 from steve hill esq. --- I was able to compile guile2 - I downgraded texinfo to texinfo-6.6_4.1 then guile2 compilation and doc build finishes. Hope this helps. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 10:42:04 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE4D01E34AA for ; Fri, 10 Jan 2020 10:42:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vKL464Brz4SNV for ; Fri, 10 Jan 2020 10:42:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id B0EB61DF93; Fri, 10 Jan 2020 10:42:04 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id AE2321DF92 for ; Fri, 10 Jan 2020 10:42:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vKL43Qj2z4SNN for ; Fri, 10 Jan 2020 10:42:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7110D18CCB for ; Fri, 10 Jan 2020 10:42:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AAg4xc005395 for ; Fri, 10 Jan 2020 10:42:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AAg4G7005394 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 10:42:04 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Fri, 10 Jan 2020 10:42:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 10:42:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 Bug ID: 243241 Summary: devel/py-greenlet: fix build on powerpc64 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) CC: powerpc@FreeBSD.org Created attachment 210589 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D210589&action= =3Dedit patch Upstream PR: https://github.com/python-greenlet/greenlet/pull/154 FreeBSD uses Linux way of handling things on powerpc64 (both ELFv1 and ELFv= 2). --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 10:42:12 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 603E31E34D7 for ; Fri, 10 Jan 2020 10:42:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vKLD1wLnz4SQn for ; Fri, 10 Jan 2020 10:42:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 224C61DFDC; Fri, 10 Jan 2020 10:42:12 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 1D5471DFDB for ; Fri, 10 Jan 2020 10:42:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vKLC59Wkz4SQh for ; Fri, 10 Jan 2020 10:42:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ACDC118CDD for ; Fri, 10 Jan 2020 10:42:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AAgBfi005556 for ; Fri, 10 Jan 2020 10:42:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AAgBPN005555 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 10:42:11 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Fri, 10 Jan 2020 10:42:11 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: cc 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 10:42:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pkubaj@FreeBSD.org Flags| |merge-quarterly? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 10:42:45 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E49161E3561 for ; Fri, 10 Jan 2020 10:42:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vKLs5qsqz4STF for ; Fri, 10 Jan 2020 10:42:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id A70CF1DFF4; Fri, 10 Jan 2020 10:42:45 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id A29221DFF3 for ; Fri, 10 Jan 2020 10:42:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vKLs33K5z4STC for ; Fri, 10 Jan 2020 10:42:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 643A118D04 for ; Fri, 10 Jan 2020 10:42:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AAgjEQ007544 for ; Fri, 10 Jan 2020 10:42:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AAgjfI007543 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 10:42:45 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Fri, 10 Jan 2020 10:42:45 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 10:42:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 --- Comment #1 from Piotr Kubaj --- It passes make test. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 13:40:21 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE75C1E7BEA for ; Fri, 10 Jan 2020 13:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vPHn4gmmz4bwl for ; Fri, 10 Jan 2020 13:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 803BE1FB6D; Fri, 10 Jan 2020 13:40:21 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 7DB4E1FB6C for ; Fri, 10 Jan 2020 13:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vPHn1zRdz4bwj for ; Fri, 10 Jan 2020 13:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3F5491AD0E for ; Fri, 10 Jan 2020 13:40:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00ADeLQU063964 for ; Fri, 10 Jan 2020 13:40:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00ADeLtQ063963 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 13:40:21 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: powerpc@FreeBSD.org Subject: [Bug 242833] sysutils/lsof does'nt link on ppc64 on freebsd 11.3-RELEASE Date: Fri, 10 Jan 2020 13:40:20 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: luciano@vespaperitivo.it X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ler@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 13:40:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242833 --- Comment #2 from Luciano Mannucci --- (In reply to Larry Rosenman from comment #1) I agree entirely. It seems quite odd. While waiting for the PPC folks help we might just add to the Makefile .if ${ARCH} =3D=3D powerpc64 CONFIGURE_ENV+=3D LSOF_CFGL=3D"-lzpool" . endif after the CONFIGURE_ENV=3D... I just did it and it seems to work. I know this solution is not elegant. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 15:54:09 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBEEC1EAE85 for ; Fri, 10 Jan 2020 15:54:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vSG94yt9z3GGr for ; Fri, 10 Jan 2020 15:54:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 898E115AF; Fri, 10 Jan 2020 15:54:09 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 85EFB15AE for ; Fri, 10 Jan 2020 15:54:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vSG92Ddsz3GGp for ; Fri, 10 Jan 2020 15:54:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 480171C6F2 for ; Fri, 10 Jan 2020 15:54:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AFs9nQ073924 for ; Fri, 10 Jan 2020 15:54:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AFs983073923 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 15:54: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: powerpc@FreeBSD.org Subject: [Bug 242833] sysutils/lsof does'nt link on ppc64 on freebsd 11.3-RELEASE Date: Fri, 10 Jan 2020 15:54:08 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ler@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 15:54:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242833 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pkubaj@FreeBSD.org --- Comment #3 from Piotr Kubaj --- (In reply to Luciano Mannucci from comment #2) This doesn't fix the problem on head: dnode.c:563:9: error: no member named 'v_tag' in 'struct vnode' if (v->v_tag && !kread((KA_T)v->v_tag, (char *)&vtbuf, sizeof(vtbuf= ))) ~ ^ dnode.c:563:34: error: no member named 'v_tag' in 'struct vnode' if (v->v_tag && !kread((KA_T)v->v_tag, (char *)&vtbuf, sizeof(vtbuf= ))) ~ ^ 2 errors generated. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 18:00:36 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B491F1EDFD8 for ; Fri, 10 Jan 2020 18:00:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vW444RB3z3NbX for ; Fri, 10 Jan 2020 18:00:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 8F42B2DDC; Fri, 10 Jan 2020 18:00:36 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 873CD2DDB for ; Fri, 10 Jan 2020 18:00:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vW442DZXz3NbV for ; Fri, 10 Jan 2020 18:00:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 47CCD1DD0B for ; Fri, 10 Jan 2020 18:00:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AI0aua022187 for ; Fri, 10 Jan 2020 18:00:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AI0aHH022186 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 18:00:36 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: powerpc@FreeBSD.org Subject: [Bug 242833] sysutils/lsof does'nt link on ppc64 on freebsd 11.3-RELEASE Date: Fri, 10 Jan 2020 18:00:36 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: ler@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ler@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 18:00:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242833 --- Comment #4 from Larry Rosenman --- @pkubaj: Tha v_tag issue was fixed yesterday. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 18:35:51 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 880A41EF606 for ; Fri, 10 Jan 2020 18:35:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vWrl38QTz3R7t for ; Fri, 10 Jan 2020 18:35:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 4CC4537FA; Fri, 10 Jan 2020 18:35:51 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 4A36F37F9 for ; Fri, 10 Jan 2020 18:35:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vWrl0W1Rz3R7q for ; Fri, 10 Jan 2020 18:35:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 085AA1E434 for ; Fri, 10 Jan 2020 18:35:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AIZorY066355 for ; Fri, 10 Jan 2020 18:35:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AIZot1066354 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 18:35:50 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: powerpc@FreeBSD.org Subject: [Bug 242833] sysutils/lsof does'nt link on ppc64 on freebsd 11.3-RELEASE Date: Fri, 10 Jan 2020 18:35:51 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: ler@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ler@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 18:35:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242833 --- Comment #5 from Larry Rosenman --- @luciano: I made that change, we'll see --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 18:36:08 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D5DB21EF657 for ; Fri, 10 Jan 2020 18:36:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vWs45Q54z3R95 for ; Fri, 10 Jan 2020 18:36:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id B15EC3815; Fri, 10 Jan 2020 18:36:08 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id AE93A3814 for ; Fri, 10 Jan 2020 18:36:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vWs43SD6z3R92 for ; Fri, 10 Jan 2020 18:36:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71F3B1E439 for ; Fri, 10 Jan 2020 18:36:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AIa838066745 for ; Fri, 10 Jan 2020 18:36:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AIa8Ud066744 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 18:36:08 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: powerpc@FreeBSD.org Subject: [Bug 242833] sysutils/lsof does'nt link on ppc64 on freebsd 11.3-RELEASE Date: Fri, 10 Jan 2020 18:36:08 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ler@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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 18:36:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242833 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: ler Date: Fri Jan 10 18:35:21 UTC 2020 New revision: 522582 URL: https://svnweb.freebsd.org/changeset/ports/522582 Log: sysutils/lsof: add a PPC64 work around for needing -lzpool PR: 242833 Submitted by: luciano@vespaperitivo.it Changes: head/sysutils/lsof/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 18:36:48 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE2EE1EF702 for ; Fri, 10 Jan 2020 18:36:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vWsr5j10z3RBy for ; Fri, 10 Jan 2020 18:36:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id A33733845; Fri, 10 Jan 2020 18:36:48 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id A09FD3844 for ; Fri, 10 Jan 2020 18:36:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vWsr32sMz3RBv for ; Fri, 10 Jan 2020 18:36:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 63F101E43D for ; Fri, 10 Jan 2020 18:36:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AIamNb067565 for ; Fri, 10 Jan 2020 18:36:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AIamk1067564 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 18:36:48 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: powerpc@FreeBSD.org Subject: [Bug 242833] sysutils/lsof does'nt link on ppc64 on freebsd 11.3-RELEASE Date: Fri, 10 Jan 2020 18:36:48 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: ler@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ler@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 18:36:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242833 Larry Rosenman changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 19:18:12 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7E61E1F1272 for ; Fri, 10 Jan 2020 19:18:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vXnc1QDvz42b4 for ; Fri, 10 Jan 2020 19:18:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 102A55AA5; Fri, 10 Jan 2020 19:18:12 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 0DE835AA4 for ; Fri, 10 Jan 2020 19:18:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vXnb5kxCz42b1 for ; Fri, 10 Jan 2020 19:18:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF2411EBBD for ; Fri, 10 Jan 2020 19:18:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AJIBAJ064555 for ; Fri, 10 Jan 2020 19:18:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AJIBAv064554 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 19:18:11 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Fri, 10 Jan 2020 19:18:11 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 19:18:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: sunpoet Date: Fri Jan 10 19:17:57 UTC 2020 New revision: 522608 URL: https://svnweb.freebsd.org/changeset/ports/522608 Log: Fix build on powerpc64 PR: 243241 Submitted by: pkubaj Changes: head/devel/py-greenlet/Makefile head/devel/py-greenlet/files/ head/devel/py-greenlet/files/patch-slp_platformselect.h --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 19:23:21 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A1501F14A5 for ; Fri, 10 Jan 2020 19:23:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vXvY0Pttz42w3 for ; Fri, 10 Jan 2020 19:23:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id E0E865B84; Fri, 10 Jan 2020 19:23:20 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id DE8BE5B83 for ; Fri, 10 Jan 2020 19:23:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vXvX4vM5z42vx for ; Fri, 10 Jan 2020 19:23:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A393E1EDC3 for ; Fri, 10 Jan 2020 19:23:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AJNKhY083445 for ; Fri, 10 Jan 2020 19:23:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AJNKDW083444 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 19:23:20 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Fri, 10 Jan 2020 19:23:20 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: bug_status 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 19:23:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 Sunpoet Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #3 from Sunpoet Po-Chuan Hsieh --- Committed. Thanks! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 19:32:22 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67B771F1738 for ; Fri, 10 Jan 2020 19:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vY5y28Y3z43PZ for ; Fri, 10 Jan 2020 19:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 2A2FF5DAB; Fri, 10 Jan 2020 19:32:22 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 24FFB5DAA for ; Fri, 10 Jan 2020 19:32:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vY5x6LC6z43PW for ; Fri, 10 Jan 2020 19:32:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D51A81EF6B for ; Fri, 10 Jan 2020 19:32:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00AJWLxG031985 for ; Fri, 10 Jan 2020 19:32:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00AJWL3I031983 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 19:32:21 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Fri, 10 Jan 2020 19:32:22 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 19:32:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 --- Comment #4 from Sunpoet Po-Chuan Hsieh --- Committed. Thanks! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri Jan 10 21:49:36 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D17FA1F46EC for ; Fri, 10 Jan 2020 21:49:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vc8J55hCz4BWl for ; Fri, 10 Jan 2020 21:49:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 8E4207613; Fri, 10 Jan 2020 21:49:36 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 8C9B47612 for ; Fri, 10 Jan 2020 21:49:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vc8J2SMHz4BWj for ; Fri, 10 Jan 2020 21:49:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4B8D720757 for ; Fri, 10 Jan 2020 21:49:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00ALnakm031640 for ; Fri, 10 Jan 2020 21:49:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00ALnabM031639 for powerpc@FreeBSD.org; Fri, 10 Jan 2020 21:49:36 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Fri, 10 Jan 2020 21:49:36 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: bug_status 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 21:49:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Closed |In Progress Resolution|FIXED |--- --- Comment #5 from Piotr Kubaj --- Can you also MFH it? Build fixes are covered by blanket. Since 12.1 has many bugs fixed on powerpc64, 12.0 is going EOL soon and there are packages built for 12 on powerpc64 (but only quarterly), I'd rather have build fixes MFH'd. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Sat Jan 11 12:48:55 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26F611E91B6 for ; Sat, 11 Jan 2020 12:48:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47w05z0CGYz42tj for ; Sat, 11 Jan 2020 12:48:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id DA01D11F96; Sat, 11 Jan 2020 12:48:54 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id D752E11F95 for ; Sat, 11 Jan 2020 12:48:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47w05y22H3z42tg for ; Sat, 11 Jan 2020 12:48:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3CFEC2EC4 for ; Sat, 11 Jan 2020 12:48:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00BCmsEq081202 for ; Sat, 11 Jan 2020 12:48:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00BCmss1081201 for powerpc@FreeBSD.org; Sat, 11 Jan 2020 12:48:54 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Sat, 11 Jan 2020 12:48:54 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2020 12:48:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: sunpoet Date: Sat Jan 11 12:48:15 UTC 2020 New revision: 522683 URL: https://svnweb.freebsd.org/changeset/ports/522683 Log: MFH: r522608 Fix build on powerpc64 PR: 243241 Submitted by: pkubaj Approved by: ports-secteam (blanket) Changes: _U branches/2020Q1/ branches/2020Q1/devel/py-greenlet/Makefile branches/2020Q1/devel/py-greenlet/files/ --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Sat Jan 11 14:08:00 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A66A21EB877 for ; Sat, 11 Jan 2020 14:08:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47w1sD40Y1z46wq for ; Sat, 11 Jan 2020 14:08:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 69CD512C37; Sat, 11 Jan 2020 14:08:00 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 66FE612C36 for ; Sat, 11 Jan 2020 14:08:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47w1sD1JsLz46wl for ; Sat, 11 Jan 2020 14:08:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 289D2406C for ; Sat, 11 Jan 2020 14:08:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00BE80ue096800 for ; Sat, 11 Jan 2020 14:08:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00BE80GO096799 for powerpc@FreeBSD.org; Sat, 11 Jan 2020 14:08:00 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: powerpc@FreeBSD.org Subject: [Bug 243141] science/py-veusz: fix build on powerpc64 elfv2 Date: Sat, 11 Jan 2020 14:08:00 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: see_also 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2020 14:08:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243141 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 392 | |66 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Sat Jan 11 14:08:02 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4AFB11EB8A4 for ; Sat, 11 Jan 2020 14:08:02 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47w1sF6NK5z46xC for ; Sat, 11 Jan 2020 14:08:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id BB56912C45; Sat, 11 Jan 2020 14:08:01 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id B8CAC12C44 for ; Sat, 11 Jan 2020 14:08:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47w1sF3jsdz46x7 for ; Sat, 11 Jan 2020 14:08:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77C764075 for ; Sat, 11 Jan 2020 14:08:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00BE81Jc096840 for ; Sat, 11 Jan 2020 14:08:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00BE81ho096839 for powerpc@FreeBSD.org; Sat, 11 Jan 2020 14:08:01 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: powerpc@FreeBSD.org Subject: [Bug 239266] lang/gcc8 (and lang/gcc9) fail to build with clang8: tree-vect-loop.c:4979:12: error: expected unqualified-id Date: Sat, 11 Jan 2020 14:08:00 +0000 X-Bugzilla-Reason: CC 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: X-Bugzilla-Changed-Fields: see_also 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2020 14:08:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239266 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 431 | |41 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Sat Jan 11 14:16:16 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0BDF11EBDFB for ; Sat, 11 Jan 2020 14:16:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47w22l6fXsz47SG for ; Sat, 11 Jan 2020 14:16:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id DCF5E12DC9; Sat, 11 Jan 2020 14:16:15 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id D86E912DC8 for ; Sat, 11 Jan 2020 14:16:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::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.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47w22l4fn7z47SD for ; Sat, 11 Jan 2020 14:16:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B188425B for ; Sat, 11 Jan 2020 14:16:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 00BEGFsg021085 for ; Sat, 11 Jan 2020 14:16:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00BEGFil021084 for powerpc@FreeBSD.org; Sat, 11 Jan 2020 14:16:15 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: powerpc@FreeBSD.org Subject: [Bug 243241] devel/py-greenlet: fix build on powerpc64 Date: Sat, 11 Jan 2020 14:16:15 +0000 X-Bugzilla-Reason: CC 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 Only Me X-Bugzilla-Who: sunpoet@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? 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-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2020 14:16:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243241 Sunpoet Po-Chuan Hsieh changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.=