From owner-freebsd-ppc@freebsd.org Mon Feb 17 19:38: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 71D3C243F02 for ; Mon, 17 Feb 2020 19:38:03 +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 48LvQz1mGQz3Dyc for ; Mon, 17 Feb 2020 19:38:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 0BB173EFF; Mon, 17 Feb 2020 19:38: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 0A3F3420C for ; Mon, 17 Feb 2020 19:38: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 48LvQy59vjz3DyB for ; Mon, 17 Feb 2020 19:38: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A51F4C140 for ; Mon, 17 Feb 2020 19:38: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 01HJc2kZ066192 for ; Mon, 17 Feb 2020 19:38:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HJc2ce066191 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 19:38: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 244202] science/mbdyn: fix build on powerpc* Date: Mon, 17 Feb 2020 19:38:01 +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, 17 Feb 2020 19:38:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244202 Bug ID: 244202 Summary: science/mbdyn: fix build on powerpc* 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 Assignee: yuri@freebsd.org CC: powerpc@FreeBSD.org Flags: maintainer-feedback?(yuri@freebsd.org) Created attachment 211730 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211730&action= =3Dedit patch result is undefined: wraptest.cc:325:9: error: 'result' was not declared in this scope 325 | time =3D result << 32; | ^~~~~~ --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Feb 17 19:38: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 E2F9D243F47 for ; Mon, 17 Feb 2020 19:38:18 +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 48LvRG55PPz3F9C for ; Mon, 17 Feb 2020 19:38:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 3C0254427; Mon, 17 Feb 2020 19:38: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 39D724497 for ; Mon, 17 Feb 2020 19:38: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 48LvRF73kMz3F8w for ; Mon, 17 Feb 2020 19:38:17 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EC6DFC143 for ; Mon, 17 Feb 2020 19:38:17 +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 01HJcHkV066551 for ; Mon, 17 Feb 2020 19:38:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HJcHbs066550 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 19:38:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 244202] science/mbdyn: fix build on powerpc* Date: Mon, 17 Feb 2020 19:38:17 +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, 17 Feb 2020 19:38:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244202 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuri@freebsd.org Attachment #211730| |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 Feb 17 19:41: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 8162124423F for ; Mon, 17 Feb 2020 19:41: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 48LvVx6LXNz3Hxf for ; Mon, 17 Feb 2020 19:41:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id CCEFE67AA; Mon, 17 Feb 2020 19:41:29 +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 C89DD65F9 for ; Mon, 17 Feb 2020 19:41:29 +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 48LvVx0C0jz3Hwk for ; Mon, 17 Feb 2020 19:41:29 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 016D3C2AB for ; Mon, 17 Feb 2020 19:41:29 +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 01HJfSQl077753 for ; Mon, 17 Feb 2020 19:41:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HJfSnF077752 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 19:41: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 244202] science/mbdyn: fix build on powerpc* Date: Mon, 17 Feb 2020 19:41: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 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, 17 Feb 2020 19:41:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244202 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 Mon Feb 17 20:26: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 D5E21246031 for ; Mon, 17 Feb 2020 20:26: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 48LwW555MVz4Wb7 for ; Mon, 17 Feb 2020 20:26:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 994F26971; Mon, 17 Feb 2020 20:26: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 7D9F06B48 for ; Mon, 17 Feb 2020 20:26:41 +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 48LwW522nFz4WZf for ; Mon, 17 Feb 2020 20:26: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E8D4CB5E for ; Mon, 17 Feb 2020 20:26: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 01HKQfPZ018086 for ; Mon, 17 Feb 2020 20:26:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HKQfiu018085 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 20:26:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 244202] science/mbdyn: fix build on powerpc* Date: Mon, 17 Feb 2020 20:26:41 +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: Mon, 17 Feb 2020 20:26:41 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244202 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 Mon Feb 17 20:27: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 9C52824608E for ; Mon, 17 Feb 2020 20:27: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 48LwWg5S2Bz4X6Y for ; Mon, 17 Feb 2020 20:27:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 736CF707B; Mon, 17 Feb 2020 20:27:11 +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 251E87151 for ; Mon, 17 Feb 2020 20:27:11 +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 48LwWf5szSz4X5j for ; Mon, 17 Feb 2020 20:27:10 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4E0FCB68 for ; Mon, 17 Feb 2020 20:27:10 +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 01HKRAwL018728 for ; Mon, 17 Feb 2020 20:27:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HKRAuW018727 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 20:27:10 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 244202] science/mbdyn: fix build on powerpc* Date: Mon, 17 Feb 2020 20:27:10 +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: Mon, 17 Feb 2020 20:27:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244202 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: pkubaj Date: Mon Feb 17 20:26:39 UTC 2020 New revision: 526426 URL: https://svnweb.freebsd.org/changeset/ports/526426 Log: science/mbdyn: fix build on powerpc* result is undefined: wraptest.cc:325:9: error: 'result' was not declared in this scope 325 | time =3D result << 32; | ^~~~~~ PR: 244202 Approved by: yuri (maintainer) Changes: head/science/mbdyn/files/ head/science/mbdyn/files/patch-libraries_libmbwrap_wraptest.cc --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Feb 17 21:55:19 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 EF444248403 for ; Mon, 17 Feb 2020 21:55:19 +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 48LyTM4sHjz4gH1 for ; Mon, 17 Feb 2020 21:55:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 883C35B89; Mon, 17 Feb 2020 21:55:19 +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 850DF59E8 for ; Mon, 17 Feb 2020 21:55:19 +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 48LyTM1t1rz4gGj for ; Mon, 17 Feb 2020 21:55:19 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 30398DC1F for ; Mon, 17 Feb 2020 21:55:19 +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 01HLtJxI091929 for ; Mon, 17 Feb 2020 21:55:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HLtJjX091928 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 21:55:19 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 242798] sysutils/e2fsprogs: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: Tests failed: f_inlinedata_dirblocks Date: Mon, 17 Feb 2020 21:55:19 +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: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mandree@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: Mon, 17 Feb 2020 21:55:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242798 --- Comment #21 from commit-hook@freebsd.org --- A commit references this bug: Author: mandree Date: Mon Feb 17 21:54:24 UTC 2020 New revision: 526434 URL: https://svnweb.freebsd.org/changeset/ports/526434 Log: sysutils/e2fsprogs: Fix powerpc32 build PR: 242798 Reported by: canardo909@gmx.com Obtained from: Theodore Y. Ts'o (upstream maintain= er) MFH: 2020Q1 (fixes build on powerpc) Changes: head/sysutils/e2fsprogs/Makefile head/sysutils/e2fsprogs/files/patch-lib_ext2fs_swapfs.c --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Feb 17 21:56: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 BBFAB248468 for ; Mon, 17 Feb 2020 21:56:29 +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 48LyVj4cvqz3Cwh for ; Mon, 17 Feb 2020 21:56:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 962BE6C8B; Mon, 17 Feb 2020 21:56:29 +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 916846B98 for ; Mon, 17 Feb 2020 21:56:29 +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 48LyVj2f3lz3CwP for ; Mon, 17 Feb 2020 21:56:29 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 54BE9DC24 for ; Mon, 17 Feb 2020 21:56:29 +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 01HLuTSu093318 for ; Mon, 17 Feb 2020 21:56:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HLuTTR093317 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 21:56:29 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 242798] sysutils/e2fsprogs: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: Tests failed: f_inlinedata_dirblocks Date: Mon, 17 Feb 2020 21:56:29 +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: mandree@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mandree@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly? X-Bugzilla-Changed-Fields: bug_status 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, 17 Feb 2020 21:56:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242798 Matthias Andree changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress Flags| |merge-quarterly? --- Comment #22 from Matthias Andree --- Fixed on head, MFH request sent to ports-secteam@ (automatically from the commit) - will invoke blanket approval. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Feb 17 22:15: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 2123E248BEA for ; Mon, 17 Feb 2020 22:15: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 48LywV05JMz3yxr for ; Mon, 17 Feb 2020 22:15:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id E5AA512C68; Mon, 17 Feb 2020 22:15:21 +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 D124112E3B for ; Mon, 17 Feb 2020 22:15: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 48LywT49Nhz3yxp for ; Mon, 17 Feb 2020 22:15: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8A84DDFE1 for ; Mon, 17 Feb 2020 22:15: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 01HMFLDZ044155 for ; Mon, 17 Feb 2020 22:15:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HMFLua044154 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 22:15:21 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 242798] sysutils/e2fsprogs: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: Tests failed: f_inlinedata_dirblocks Date: Mon, 17 Feb 2020 22:15: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 Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mandree@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: Mon, 17 Feb 2020 22:15:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242798 --- Comment #23 from commit-hook@freebsd.org --- A commit references this bug: Author: mandree Date: Mon Feb 17 22:14:33 UTC 2020 New revision: 526435 URL: https://svnweb.freebsd.org/changeset/ports/526435 Log: MFH: r526434 sysutils/e2fsprogs: Fix powerpc32 build/self-tests libext2fs: avoid array buffer overruns caused by insane directory blocks PR: 242798 Reported by: canardo909@gmx.com Obtained from: Theodore Y. Ts'o (upstream maintain= er) Approved by: ports-secteam (blanket, fixing broken self-test by small pa= tch) Changes: _U branches/2020Q1/ branches/2020Q1/sysutils/e2fsprogs/Makefile branches/2020Q1/sysutils/e2fsprogs/files/patch-lib_ext2fs_swapfs.c --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Feb 17 22:18: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 70466248C6F for ; Mon, 17 Feb 2020 22:18:34 +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 48Lz0B1tSLz42f6 for ; Mon, 17 Feb 2020 22:18:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id F09751561E; Mon, 17 Feb 2020 22:18:33 +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 EEFC315700 for ; Mon, 17 Feb 2020 22:18: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 48Lz094fXXz42dq for ; Mon, 17 Feb 2020 22:18: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B6DBDFE7 for ; Mon, 17 Feb 2020 22:18: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 01HMIX2q048402 for ; Mon, 17 Feb 2020 22:18:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01HMIXEH048401 for powerpc@FreeBSD.org; Mon, 17 Feb 2020 22:18: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 242798] sysutils/e2fsprogs: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit: Tests failed: f_inlinedata_dirblocks Date: Mon, 17 Feb 2020 22:18:33 +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: mandree@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mandree@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly+ X-Bugzilla-Changed-Fields: flagtypes.name bug_severity 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, 17 Feb 2020 22:18:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242798 Matthias Andree changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|merge-quarterly? |merge-quarterly+ Severity|Affects Only Me |Affects Some People Status|In Progress |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 Tue Feb 18 15:39:19 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 2B4EC23D799 for ; Tue, 18 Feb 2020 15:39:19 +0000 (UTC) (envelope-from christina.evans@globaltradeshowleads.com) Received: from mail-pj1-x1044.google.com (mail-pj1-x1044.google.com [IPv6:2607:f8b0:4864:20::1044]) (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 48MQ524cKSz4JLW for ; Tue, 18 Feb 2020 15:39:18 +0000 (UTC) (envelope-from christina.evans@globaltradeshowleads.com) Received: by mail-pj1-x1044.google.com with SMTP id j17so1157709pjz.3 for ; Tue, 18 Feb 2020 07:39:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:return-receipt-to:from:to:references:in-reply-to :subject:date:message-id:mime-version:importance:sensitivity :thread-index:content-language:disposition-notification-to; bh=t0On9jzLwlbhy8PNarKQ8FMBzWo/DpCYWLPhxmasWUU=; b=DNBDFMlplNjgItlaoglOgxIH1oUyWpEA/Q+U6hfBqKmuDymLlaRAYsNKdsDM4rBgfY 8ItCqrUMhyB6LTvqkOku/q2TNdAVToHXkVlSpA2GGd31Remd21CcHihsDX3IbaabpBzQ bZpVO+7ngeZPPdm9ZLCPbkL/bze63l+meX7mrA0CM/n3uY2hn+V4Bo3vNAVG422MucsV ItrHDNxqAflPh1kgF96u4SUcSRrmndLtqW2FqatbeD6fXpD829i0ATuiN56PZ+kK2yCz iFzcqjMck1W/IfOyaFhbKbvP0b834xIOr8GCsc5Bx9HRk9vWbKKKbKbiH3e1Y79F4pfm eVuA== X-Gm-Message-State: APjAAAW4LZoWTfo6MEIoPEsOTXFeY1snkYkCEDc3Fu21exvSNTuUPUXJ sfTM+/h5fa2+9RqEZembzxLjeieRKw== X-Google-Smtp-Source: APXvYqyTlH+59pg04yyesKjVtz1NVkUk9LV/mCy/abg4GCZh1NZ97nlCDwraIhtb9D4ANKsWgogJZw== X-Received: by 2002:a17:90a:de05:: with SMTP id m5mr3411273pjv.10.1582040356170; Tue, 18 Feb 2020 07:39:16 -0800 (PST) Received: from EMS2 ([223.226.48.67]) by smtp.gmail.com with ESMTPSA id a9sm3874646pjk.1.2020.02.18.07.39.14 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 18 Feb 2020 07:39:15 -0800 (PST) From: "Christina Evans" To: References: In-Reply-To: Subject: RE: Southern California 2020 Linux Expo Emails Date: Tue, 18 Feb 2020 10:35:29 -0500 Message-ID: MIME-Version: 1.0 X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook 14.0 Importance: High Sensitivity: Company-Confidential Thread-Index: AdXd0wWXSEjitMAeQb6uULU/H9XVagInalFA Content-Language: en-us X-Rspamd-Queue-Id: 48MQ524cKSz4JLW X-Spamd-Bar: - X-Spamd-Result: default: False [-1.32 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[globaltradeshowleads-com.20150623.gappssmtp.com:s=20150623]; NEURAL_HAM_MEDIUM(-0.00)[nan,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; HFILTER_FROMHOST_NORESOLVE_MX(0.50)[globaltradeshowleads.com]; RCVD_COUNT_THREE(0.00)[3]; IP_SCORE(-0.82)[ip: (-0.46), ipnet: 2607:f8b0::/32(-1.89), asn: 15169(-1.68), country: US(-0.05)]; DKIM_TRACE(0.00)[globaltradeshowleads-com.20150623.gappssmtp.com:+]; DMARC_POLICY_ALLOW(-0.50)[globaltradeshowleads.com,quarantine]; NEURAL_HAM_LONG(-0.00)[nan,0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; HAS_X_PRIO_ONE(0.00)[1]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[67.48.226.223.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11] Content-Type: text/plain; charset="us-ascii" 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: Tue, 18 Feb 2020 15:39:19 -0000 Hi, Writing to check if you have received my below email sent you earlier. Just pick a number that best describes your response, 1. Yes, I'm interested & Send counts and cost of list. 2. No - Opt-Out -Not interested Let me know if you are interested so that I can provide you the cost and additional details. Sincerely, Christina Evans | Database Coordinator From: Christina Evans [mailto:christina.evans@globaltradeshowleads.com] Sent: Friday, February 07, 2020 11:24 AM To: 'freebsd-ppc@freebsd.org' Subject: Southern California 2020 Linux Expo Emails Importance: High Sensitivity: Confidential Hi Good Morning, Would you be interested in acquiring Southern California 2020 Linux Expo Attendees complete List? Just pick a number that best describes your response, 1. Yes, I'm interested & Send counts and cost of attendees list. 2. No - Opt-Out -Not interested Who Attends: CEOs, CTOs, CIOs, IT Directors & Managers, Students Decision makers and more. All contacts are provided with: Contact Name, Title, Company Name, Website, Physical Address, Phone Number, Fax Number, SIC, Industry type, Employees, Direct Emails and Verification results. Let me know if you are interested so that I can provide you the cost and additional details. Sincerely, Christina Evans | Expo Coordinator 609-27O-DCGO If you don't want to receive further emails please revert with "Take Out" in the subject. From owner-freebsd-ppc@freebsd.org Wed Feb 19 02:55: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 6F57A24D060 for ; Wed, 19 Feb 2020 02:55:33 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic303-23.consmr.mail.gq1.yahoo.com (sonic303-23.consmr.mail.gq1.yahoo.com [98.137.64.204]) (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 48Mj5H3vG3z3CR7 for ; Wed, 19 Feb 2020 02:55:31 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: bxJJ0fUVM1mckpYx.UtQraS.a7BqCxQrs0mP4D868uc0WLB1BCa2L9.kwK5.oi6 jh42xskMbJxNbSlfnMTPWaame.sTrfjtokeduhiykfaDqgix3iW30yorBBphfxLETBRzkxuTxlCl TG6gUFfg6wH.s9Sj3e_rQP_bdUURcB.N9enFN9Z93YWbaZAjDOV.piyhilVqE4EvH_wiJfk_jFCX oWR5VnZqyjdVeAmFdhtTnsbjJfxXCyq_eUJu10b84f0SJNKHiCHopHa67Y7.pDS0gYCxR3M4uSJe 6kLECRNkCe.LSQFf4.pIAnUqg8EsqPXY0QnsmhtieZB2aoiCBuPBCkQosNF33gbxjk4FWJuCejgL pvlhwWYQQ2Np4gD8tAdEWSIBbhaeiikTV_C59TivncL571i6URPubU7yMEWGdYRS6zJ62Zo4bbQq Y2DDpBZsEkMjBJ3kLfAIlqmvOhcaIp02eea5ocbudLu01xvSMDenjzJqo0KY4UiCnTRNgRHsmfsn WD4yt2wbDaDlTXH4AZ2hrCAIJPVncfIxRffkfT.1oIhstDFwHknNRM2WUEmhXK2zzYTKKTx31hEn E9KV9c0cB4s3PryZtZedM.673W2GrnCXPK4DiGJi68GtubBiF5So6gVu42Wv85aKHzX_BAB1RSdW MFWCyZJc0dcCKPKdsXAJ6bLd4Gq7SuM8j45AbLsNE0r89oF2QBBtyX2CuoDPRENb9Ag6ndFbBhmn CFgqXB3RA7H7xEIa5O7YEtt71_n_PqHjnSlQHDdm1PN234_WAhVrPore4b.anE0VOVmTv4cMGsI. 7Zi2Gib3lZOqJssnaw8jHUUlQgbCJ3Ma2bjq6vjvDHpr7kUcL8V9bNtBFbBQZqqG6X_PUfY7hKm3 WcP8oBNqGH4_MrpGEusy6IZeC1ceY.JPpjKck_4zCmQxeethWMZ3wt6gnwBgFufthMaHA3s9py6j LwOMoC143EXdVkQx5npU9wQoRD4PDZqZU4sG8CzMyWTeTQ_FcR441FVq54J0c3q3RbcUn7sy8FJJ C6d0W2E2Q4fNkhos3cGa.dJvWc7bmRVWvKDoE00_a2Tij_LQWq0p4RIqAvfBWv9BgHQXs1pxC_2A V1USGnqFV1UMdagwULjpxfWPa6kjExZE7f3Hujd1.GIESDYRtThTTJyTW_ULo_b_bz1Zj18A47Lv SXtPh6_7I4kQK2.0nka9z1ggiZdfAd100ahmXYu_qn75ndE_xw.q3s6ccD_5V1i3R3AdDt9fpgdW aS27CiA_p6_fA.OGEQqKP17a9RVXT.u0YZIcsJxKqG4VfvrPpymsDkh9eJZ3SkDtVAISX8pOHzFG MydPad3sdL6mr50htYO9FgXag5ayLhzD3W3rF3HPXfwwygck4FuwBdX511ainUIASpxeM51uK_tq OIVvoBBX3nbPaFxYTC0wMMWJYmmp.KokL Received: from sonic.gate.mail.ne1.yahoo.com by sonic303.consmr.mail.gq1.yahoo.com with HTTP; Wed, 19 Feb 2020 02:55:29 +0000 Received: by smtp415.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID b83e90a98f827755a8f2e43a3600eda0; Wed, 19 Feb 2020 02:55:27 +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.60.0.2.5\)) Subject: powerpc64 clang 9 ABI vs. gcc ABI and clang V10 and FreeBSD 13: -msvr4-struct-return by default for clang in order to match gcc/g++? Message-Id: <67E6AB2C-68FF-4E1A-B3A6-4DFC4DAD049A@yahoo.com> Date: Tue, 18 Feb 2020 18:55:26 -0800 Cc: FreeBSD PowerPC ML To: FreeBSD Toolchain X-Mailer: Apple Mail (2.3608.60.0.2.5) References: <67E6AB2C-68FF-4E1A-B3A6-4DFC4DAD049A.ref@yahoo.com> X-Rspamd-Queue-Id: 48Mj5H3vG3z3CR7 X-Spamd-Bar: / X-Spamd-Result: default: False [-0.87 / 15.00]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MV_CASE(0.50)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; 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(-0.38)[-0.385,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.983,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(0.00)[ip: (1.25), ipnet: 98.137.64.0/21(0.83), asn: 36647(0.66), country: US(-0.05)]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[204.64.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: Wed, 19 Feb 2020 02:55:33 -0000 There is a review on llvm.org for having clang match the gcc/g++ ABI used for powerpc64 FreeBSD for what is now a known mismatch (at least for clang 9 as it is for ELFv2): https://reviews.llvm.org/D73290 In essence, clang 9 is using -maix-struct-return (stack space and a pointer to it) which does not match what gcc/g++ is using (registers holding the content). The register that hold the pointer in one leads to problems for the mix when used as an address with values that are not addresses. Historically FreeBSD used -msvr4-struct-return style, matching gcc/g++. Using -maix-struct-return style is new. With https://svnweb.freebsd.org/base/projects/clang1000-import/ and https://svnweb.freebsd.org/ports/head/devel/llvm10/ active, it might be appropriate to to have the change adopted and be part of 13's definition. This would, of course, lead to another incompatible powerpc64 ABI change before 13 freezes. I originally ran into this using C++'s steady-clock's now return values, leading to program crashes from the mismatched ABI's when I had g++ using the FreeBSD system headers and libraries instead of the gcc ones (so libc++ was in use, for example). === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Wed Feb 19 23:17:49 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 0CA7D24800F for ; Wed, 19 Feb 2020 23:17:49 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic304-25.consmr.mail.gq1.yahoo.com (sonic304-25.consmr.mail.gq1.yahoo.com [98.137.68.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 48NDCb6Dnpz3JrL for ; Wed, 19 Feb 2020 23:17:47 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: rppPzVIVM1nWefn01L3hmyzQ0ZBbBEwh4gJfc5.Yg8u4lMk.0Ky3qyyifFOba10 vcD0pRdoHnlbCKHBsJw7ODiq9J08uh_AwB1FtxpBAyk7SXIpdlQIHOGL4fEPPRnMPDyJsDj2_E7O Dn.RyUeS6ILFoZD7Y5mBql8C0HSB_PfJ._HHjxdZeImlu7fvG8qlQV.q2.iYHf36P1xBthMwbd86 ubndTIdBtBMMFwQuHdN3CpQqfDrVG8ODdFyn4vqCy7ygSrolxtdZLZWL71sNUjaNBSC_oJ0HFH3_ vStL1fHqEWMp6UOswNfmugml1t9mbaCjdSD03cwMSKc3.mGULewPXO0X7pRtgaRwSIOe4EZXpeZv 4dXElPXt7NmfnLNi_9Sk.bQtEY8esSoFDEfacFoSJj7p_BcZLJWSBwPHp6SwikjSilR_UUddux3w VCZQqI2g5tzQzwQrHXmAwu0svILNPR_UUGcNIE_w9IlDyXEP8.QDmRIBoX8KzI9iPLgs00AOpnvz 71ocfDo59.ruKyzGelFSuRUH4usrMwuEqL1HMgZQ3w8M8uCIbm7diutJ.6M1JHamA_R3tsQ.SPUO 3ASyUU1NMfXllTR6xn_Nw0z10LpR.u3maMO7BPR030x_Atk73y5zg7Ugq6.dym02IvQDh.lHw.gn OSrZuQL6H9ELxdpod8cCrn_m0.BljQQO12Whf4n9clYaBUK17El9sYfxgfO4b8Iy0AGH1EGwhvMN OkFHOGNEBIOR50jOE.Mvfi1269CmRG05MWgGC6Y8iMqk6oK2ICD6GPGMeUx56xXDpoTQkecFO9yl nMWr3oETnoO_qVc.ebqxYVVGQtdkjU9pNfyHW1_P0mCW08jnfUEcUvDcuQMAVs9jtI3T9AEn_dpU gG80FXTRW48OMKz4lEKWzFBxas.UMOaIkcP1YPh4Xa76OjugLhwTmMQ285pYrNdLEj7FWL_KZDCy 9IOzHSOpJFhxO77W1.LYOf4d2IY28jhaNMqWcf9fxkFXWGpNgjHbw0MKHvynSe_Vv52JgmIeeBlg G5vjBOC7TA7NEepZK.cyUktutVSfDx9CHhbNnAL1GLFibAXAkdWL9xyxmSvy0ZUVOAn6Uy5gCLfF GvaWP6AbClAsc34XAbeaYCDDWOui9_WaJjkb4PI9Mti_.JMiDYZrJbWdmWh8fge0dwu.9r_L9.Lb Vlm0EBB9Tjg1m7XpgIgUX8rJsGovGvjw9idH0.x1Vl2kjuaKFcVUNip5shjDce_IZyoINxi_Pnsu sXoOUQu96Qva4hYECKAjpCKGeualvo.Qxxrko0oKC13jws2VfjRUPFpUxjpUi.H9Q6rHwt4AmbI8 bRBV2sffkhMnGbz5eQM17xsF5HqWP.8hJFHTYTODtdb5k2LZ.cVjc3HiRcGDo7UizvNZvW9VfWu5 vsej3K_J1latHGYrmpVF.Ula_FlBFyVIi0yP7248lMvqsMAYF11gm Received: from sonic.gate.mail.ne1.yahoo.com by sonic304.consmr.mail.gq1.yahoo.com with HTTP; Wed, 19 Feb 2020 23:17:45 +0000 Received: by smtp432.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 9faf9e6ce4d92b5db5966c5fb7ba34c8; Wed, 19 Feb 2020 23:17:41 +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.60.0.2.5\)) Subject: head -r358094 and -r357948 vs. powerpc64 or 32-bit powerpc multi-socket TB (time) mismatches: lots of temporary system hangs Message-Id: Date: Wed, 19 Feb 2020 15:17:41 -0800 To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.60.0.2.5) References: X-Rspamd-Queue-Id: 48NDCb6Dnpz3JrL X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.38 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.88)[-0.883,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)[-0.999,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.68.137.98.list.dnswl.org : 127.0.5.0]; MV_CASE(0.50)[]; IP_SCORE(0.00)[ip: (0.87), ipnet: 98.137.64.0/21(0.83), asn: 36647(0.66), 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: Wed, 19 Feb 2020 23:17:49 -0000 [The below is mostly for normal FreeBSD, without any patching to cause TB values to approximately respect some cause->effect ordering sequence across example sockets/cores.] Head -r358094 checked in the fix for head -r357549 breaking booting on (some?) powerpc machines, such as PowerMac G5 dual-socket ones. This means one can again grab artifact.ci kernels and test them, for example. (For me, that avoids my patches being involved.) That in turn exposes kib's -r357948 check-in: QUOTE Consolidate read code for timecounters and fix possible overflow in bintime()/binuptime(). END QUOTE This leads to mismatched power/powerpc TB values across sockets/cores causing the system to temporarily hang/wait from the overflow being handled and leading to longer times being involved. Temporary here is not necessarily momentary but possibly minutes and it may only be minutes or less between such hangups. The hangups can start before the login prompt is reached or while typing in the username to log into. I see this both on multi-socket PowerMac G4s and multi-socket PowerMac G5s using the matching -r358094 kernels from artifact.ci . It is the same multi-socket PowerMac behavior that I saw for a trail versions of kib's patch back around 2019-Mar/Apr or so when I then tested without a patch for the TB values. (So I was expecting such a result from such a check-in.) I've not (yet?) figured out how to fit a variant of my TB patch into the code base as requested or to cover things like suspend/resume if there is such for multi-core powerpc systems that also get the TB value relationship problem. (I only fairly recently learned that the TB value relationships issue is not historically limited to PowerMacs.) Without the long-sustained available time like I had when I came up with the existing patch (weeks back then), it is not clear how soon it would be for me to have a more general and more acceptable patch for the FreeBSD code base. My test context also does not span lots of sockets/cores or NUMA variability in memory access timing --or any suspend/resume contexts. Even for what I did cover, I'm not sure how well it generalizes for such issues. I, of course, normally run with my existing PowerMac patch. So far I've not seen problems from -r357948 for that context for the G4s or G5s (but have seen the problem for not using such a patch). === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ppc@freebsd.org Wed Feb 19 23:28:07 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 C9A70248250 for ; Wed, 19 Feb 2020 23:28:07 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NDRW3MVMz48W6 for ; Wed, 19 Feb 2020 23:28:07 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [IPv6:2a02:8109:1140:c3d:d916:9490:950:af72] (unknown [IPv6:2a02:8109:1140:c3d:d916:9490:950:af72]) (Authenticated sender: macmic) by drew.franken.de (Postfix) with ESMTPSA id C1EC472106C23 for ; Thu, 20 Feb 2020 00:28:02 +0100 (CET) From: Michael Tuexen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Loading modules using /boot/loader.conf Message-Id: <0A828EBB-71ED-40E4-BE83-52B0AE3EF00A@freebsd.org> Date: Thu, 20 Feb 2020 00:28:02 +0100 To: FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.60.0.2.5) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-Rspamd-Queue-Id: 48NDRW3MVMz48W6 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.85 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.85)[-0.846,0]; ASN(0.00)[asn:680, ipnet:2001:638::/32, country:DE]; NEURAL_HAM_LONG(-1.00)[-1.000,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, 19 Feb 2020 23:28:07 -0000 Dear all, is it expected that I can load kernel modules on boot time by putting = something like tcp_rack_load=3D"YES" cc_cubic_load=3D"YES" in /boot/loader.conf? This works on other platforms. However, on a PowerMac G5 and and Blackbird system this does not work. Later loading them using kldload works without problems. Best regards Michael= From owner-freebsd-ppc@freebsd.org Thu Feb 20 00:26:19 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 B34C524947E for ; Thu, 20 Feb 2020 00:26:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 48NFkg0tfcz4LTy for ; Thu, 20 Feb 2020 00:26:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id DF23724947D; Thu, 20 Feb 2020 00:26:18 +0000 (UTC) Delivered-To: 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 DEC1B24947C for ; Thu, 20 Feb 2020 00:26: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 48NFkf3wRRz4LTP for ; Thu, 20 Feb 2020 00:26: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5FFF6192D2 for ; Thu, 20 Feb 2020 00:26: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 01K0QHCD041983 for ; Thu, 20 Feb 2020 00:26:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01K0QH45041978 for ppc@FreeBSD.org; Thu, 20 Feb 2020 00:26:17 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ppc@FreeBSD.org Subject: [Bug 244102] r357959/lib/clang/libllvmminimal fails buildworld with cc1plus: error: unrecognized command line option "-std=c++11" Date: Thu, 20 Feb 2020 00:26:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT 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: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-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, 20 Feb 2020 00:26:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244102 --- Comment #3 from Mark Millard --- (In reply to Mark Millard from comment #2) Head -r358094 checked in a fix for head -r357549 breaking booting on (some?) powerpc machines, such as PowerMac G5 dual-socket ones. However, the earlier -r357948 checked in a correction to how time is handled (that is involved in sleeps and such): QUOTE Consolidate read code for timecounters and fix possible overflow in bintime()/binuptime(). END QUOTE The "overflow" part of this makes having bad TB value relationships across sockets/cores much more obvious of a problem: longer times now result from the bad combinations and far more frequently. See: https://lists.freebsd.org/pipermail/freebsd-ppc/2020-February/011523.html So updating is still problematical, not just via a live source upgrade. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Thu Feb 20 06:27:06 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 4FBE6255AA8 for ; Thu, 20 Feb 2020 06:27:06 +0000 (UTC) (envelope-from danfe@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 48NPky0qqkz4RH6; Thu, 20 Feb 2020 06:27:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E52F2169E5; Thu, 20 Feb 2020 06:27:05 +0000 (UTC) Date: Thu, 20 Feb 2020 06:27:05 +0000 From: Alexey Dokuchaev To: Michael Tuexen Cc: FreeBSD PowerPC ML Subject: Re: Loading modules using /boot/loader.conf Message-ID: <20200220062705.GA63682@FreeBSD.org> References: <0A828EBB-71ED-40E4-BE83-52B0AE3EF00A@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0A828EBB-71ED-40E4-BE83-52B0AE3EF00A@freebsd.org> 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, 20 Feb 2020 06:27:06 -0000 On Thu, Feb 20, 2020 at 12:28:02AM +0100, Michael Tuexen wrote: > Dear all, > > is it expected that I can load kernel modules on boot time by putting something like > tcp_rack_load="YES" > cc_cubic_load="YES" > in /boot/loader.conf? > This works on other platforms. > However, on a PowerMac G5 and and Blackbird system this does not work. > Later loading them using kldload works without problems. Wasn't it also you who reported* it back in 2018? :-) ./danfe *) https://lists.freebsd.org/pipermail/freebsd-ppc/2018-June/009552.html From owner-freebsd-ppc@freebsd.org Thu Feb 20 08:12: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 82A47257D24 for ; Thu, 20 Feb 2020 08:12:18 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (mail-n.franken.de [193.175.24.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48NS4L1dKsz3xY3; Thu, 20 Feb 2020 08:12:18 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from [IPv6:2a02:8109:1140:c3d:9557:b7c5:c6f0:8f15] (unknown [IPv6:2a02:8109:1140:c3d:9557:b7c5:c6f0:8f15]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id E6DA5721E2821; Thu, 20 Feb 2020 09:12:14 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) Subject: Re: Loading modules using /boot/loader.conf From: Michael Tuexen In-Reply-To: <20200220062705.GA63682@FreeBSD.org> Date: Thu, 20 Feb 2020 09:12:14 +0100 Cc: FreeBSD PowerPC ML Content-Transfer-Encoding: quoted-printable Message-Id: <5D18A9E3-DDA0-4FB4-9D75-BCD3A65890E6@freebsd.org> References: <0A828EBB-71ED-40E4-BE83-52B0AE3EF00A@freebsd.org> <20200220062705.GA63682@FreeBSD.org> To: Alexey Dokuchaev X-Mailer: Apple Mail (2.3608.60.0.2.5) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-Rspamd-Queue-Id: 48NS4L1dKsz3xY3 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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, 20 Feb 2020 08:12:18 -0000 > On 20. Feb 2020, at 07:27, Alexey Dokuchaev wrote: >=20 > On Thu, Feb 20, 2020 at 12:28:02AM +0100, Michael Tuexen wrote: >> Dear all, >>=20 >> is it expected that I can load kernel modules on boot time by putting = something like >> tcp_rack_load=3D"YES" >> cc_cubic_load=3D"YES" >> in /boot/loader.conf? >> This works on other platforms. >> However, on a PowerMac G5 and and Blackbird system this does not = work. >> Later loading them using kldload works without problems. >=20 > Wasn't it also you who reported* it back in 2018? :-) Yes, but that was on 32-bit PPC using the gcc toolchain. If I remember = it correctly, it worked on 64-bit PPC. So it was a 32-bit specific problem and I go = some feedback that the problem might be related to the old toolchain. This time it is on 64-bit PPC using the clang tool chain. Since the = Blackbird used petitboot, I'm not sure if it is intended to work on that platform. Also = not sure on the Mac G5. Best regards Michael >=20 > ./danfe >=20 > *) = https://lists.freebsd.org/pipermail/freebsd-ppc/2018-June/009552.html