From owner-freebsd-ppc@freebsd.org Mon May 25 08: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 30D252F7A04 for ; Mon, 25 May 2020 08:31: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Vr0Y0THyz4Z9F for ; Mon, 25 May 2020 08:31:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 07FFB10A07; Mon, 25 May 2020 08: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 05A2210992 for ; Mon, 25 May 2020 08: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Vr0X64Prz4ZF5 for ; Mon, 25 May 2020 08:31: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8B27F780 for ; Mon, 25 May 2020 08:31: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 04P8VOJX002820 for ; Mon, 25 May 2020 08: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 04P8VO4v002819 for powerpc@FreeBSD.org; Mon, 25 May 2020 08: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 246718] devel/tbb: add powerpc support Date: Mon, 25 May 2020 08:31:23 +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: martymac@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 08:31:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246718 Bug ID: 246718 Summary: devel/tbb: add powerpc support Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: martymac@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Flags: maintainer-feedback?(martymac@FreeBSD.org) Assignee: martymac@FreeBSD.org CC: powerpc@FreeBSD.org Created attachment 214838 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D214838&action= =3Dedit patch The patch is simple. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon May 25 09:52: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 E17D52FAB01 for ; Mon, 25 May 2020 09:52: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Vsp35jLRz4j7L for ; Mon, 25 May 2020 09:52:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id AFDA713250; Mon, 25 May 2020 09:52: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 AD2D513486 for ; Mon, 25 May 2020 09:52: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Vsp33hppz4hs4 for ; Mon, 25 May 2020 09:52: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A2DA10801 for ; Mon, 25 May 2020 09:52: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 04P9qRA3093088 for ; Mon, 25 May 2020 09:52:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04P9qRWN093087 for powerpc@FreeBSD.org; Mon, 25 May 2020 09:52: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 246718] devel/tbb: add powerpc support Date: Mon, 25 May 2020 09:52: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: martymac@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: martymac@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 09:52:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246718 Ganael LAPLANCHE changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon May 25 14:17: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 973563287CB for ; Mon, 25 May 2020 14:17: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Vzgz3XPWz3c9T for ; Mon, 25 May 2020 14:17:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 63E511C29F; Mon, 25 May 2020 14:17: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 613081C22A for ; Mon, 25 May 2020 14:17: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Vzgz1StWz3c38 for ; Mon, 25 May 2020 14:17: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DB6A136C2 for ; Mon, 25 May 2020 14:17: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 04PEHZSR059932 for ; Mon, 25 May 2020 14:17:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04PEHZdc059931 for powerpc@FreeBSD.org; Mon, 25 May 2020 14:17:35 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 246718] devel/tbb: add powerpc support Date: Mon, 25 May 2020 14:17:35 +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: martymac@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 14:17:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246718 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: martymac Date: Mon May 25 14:17:08 UTC 2020 New revision: 536470 URL: https://svnweb.freebsd.org/changeset/ports/536470 Log: Add powerpc support PR: 246718 Submitted by: pkubaj Changes: head/devel/tbb/Makefile head/devel/tbb/files/patch-build-BSD.inc head/devel/tbb/files/patch-build_FreeBSD.gcc.inc --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon May 25 14:18: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 434D932885B for ; Mon, 25 May 2020 14:18:06 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49VzhZ188fz3c5Q for ; Mon, 25 May 2020 14:18:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 15D8F1C150; Mon, 25 May 2020 14:18:06 +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 135981C14F for ; Mon, 25 May 2020 14:18:06 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49VzhY6RmHz3c7n for ; Mon, 25 May 2020 14:18:05 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D8A7713264 for ; Mon, 25 May 2020 14:18:05 +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 04PEI5Ee060625 for ; Mon, 25 May 2020 14:18:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04PEI5UJ060624 for powerpc@FreeBSD.org; Mon, 25 May 2020 14:18:05 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 246718] devel/tbb: add powerpc support Date: Mon, 25 May 2020 14:18:05 +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: martymac@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: martymac@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 14:18:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246718 Ganael LAPLANCHE changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --- Comment #2 from Ganael LAPLANCHE --- Committed, thanks Piotr! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon May 25 16:49: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 4C41432BF5C for ; Mon, 25 May 2020 16:49: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49W33j1Pdpz482K for ; Mon, 25 May 2020 16:49:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 031721CC6; Mon, 25 May 2020 16:49:53 +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 D63201DA2 for ; Mon, 25 May 2020 16:49: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49W33h50Zhz482J for ; Mon, 25 May 2020 16:49:52 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A72AB15608 for ; Mon, 25 May 2020 16:49:52 +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 04PGnqY5082725 for ; Mon, 25 May 2020 16:49:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04PGnqfO082724 for powerpc@FreeBSD.org; Mon, 25 May 2020 16:49:52 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 243616] deskutils/cfiles : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration used outside C99 mode Date: Mon, 25 May 2020 16:49: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: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 16:49:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: yuri Date: Mon May 25 16:49:14 UTC 2020 New revision: 536477 URL: https://svnweb.freebsd.org/changeset/ports/536477 Log: deskutils/cfiles: Update 1.8 -> 1.8-6 Attempt to fix the powerpc 32 build failure from bug#243616 based on the upstream comment https://github.com/mananapr/cfiles/issues/51#issuecomment-633644871 PR: 243616 Changes: head/deskutils/cfiles/Makefile head/deskutils/cfiles/distinfo --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon May 25 16:50:11 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 7C4CA32C282 for ; Mon, 25 May 2020 16:50:11 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49W3432jSZz48F4 for ; Mon, 25 May 2020 16:50:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 5543E1DA8; Mon, 25 May 2020 16:50:11 +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 530C71EA6 for ; Mon, 25 May 2020 16:50: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49W3426lsrz48Bv for ; Mon, 25 May 2020 16:50: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DE7BA1560B for ; Mon, 25 May 2020 16:50: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 04PGoAqa083319 for ; Mon, 25 May 2020 16:50:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04PGoAlq083318 for powerpc@FreeBSD.org; Mon, 25 May 2020 16:50:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 243616] deskutils/cfiles : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration used outside C99 mode Date: Mon, 25 May 2020 16:50: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: yuri@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 16:50:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 --- Comment #5 from Yuri Victorovich --- Hi canardo, Please let me know if the latest commit fixed the problem. Thanks, Yuri --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon May 25 17:39:47 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 57B2032D099 for ; Mon, 25 May 2020 17:39:47 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49W49H1Xknz4CsL for ; Mon, 25 May 2020 17:39:47 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 12C3C3969; Mon, 25 May 2020 17:39:47 +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 0FA2D3878 for ; Mon, 25 May 2020 17:39:47 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49W49G6Ltcz4D0M for ; Mon, 25 May 2020 17:39:46 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D585A16039 for ; Mon, 25 May 2020 17:39:46 +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 04PHdk4V039287 for ; Mon, 25 May 2020 17:39:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04PHdkqn039286 for powerpc@FreeBSD.org; Mon, 25 May 2020 17:39:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 245511] lang/gcc9: build with base GCC on powerpc64 elfv1 Date: Mon, 25 May 2020 17:39: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: buildisok X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gerald@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 17:39:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245511 --- Comment #25 from Gerald Pfeifer --- (In reply to Piotr Kubaj from comment #21) > I also tried adding CONFIGURE_ARGS+=3D--with-stage1-cflags=3D"-O0", but > that doesn't help. Hmm, that was a good catch of yours! To bad it did not work, either. :-( I think we have tried pretty much everything we reasonably could, and have to face the conclusion that for powerpc in particular GCC 4.2 simply is=20 really old and fragile, so we'll have to live with the settings you found. How long until the last version of FreeBSD/powerpc with (only) GCC 4.2 goes end of life? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon May 25 17:48: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 1476532D0CF for ; Mon, 25 May 2020 17:48: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49W4MD6w5zz4Ds2 for ; Mon, 25 May 2020 17:48:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id D82453EE3; Mon, 25 May 2020 17:48:24 +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 D4FBA40A1 for ; Mon, 25 May 2020 17:48: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49W4MD4pcKz4Dkj for ; Mon, 25 May 2020 17:48: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A0A2715A7A for ; Mon, 25 May 2020 17:48: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 04PHmONY061520 for ; Mon, 25 May 2020 17:48:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04PHmOUo061519 for powerpc@FreeBSD.org; Mon, 25 May 2020 17:48: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 245511] lang/gcc9: build with base GCC on powerpc64 elfv1 Date: Mon, 25 May 2020 17:48: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: buildisok X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gerald@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 17:48:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245511 --- Comment #26 from Gerald Pfeifer --- (In reply to Piotr Kubaj from comment #24) > For lang/gcc9-devel, you didn't commit > files/extra-patch-libgcc_config_rs6000_t-crtstuff. That was not intentional. Can you confirm that this is the only missing piece for lang/gcc9-devel to fully work for you (compared to lang/gcc9), and I'll take care - it's already in my tree here. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue May 26 19:41: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 9BB822F23D5 for ; Tue, 26 May 2020 19:41:19 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Wkq33jyBz3YRq for ; Tue, 26 May 2020 19:41:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 6D7B11E29B; Tue, 26 May 2020 19:41:19 +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 6A90D1E29A for ; Tue, 26 May 2020 19:41: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Wkq31wnYz3YfS for ; Tue, 26 May 2020 19:41: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D8948C22 for ; Tue, 26 May 2020 19:41: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 04QJfJ3t022142 for ; Tue, 26 May 2020 19:41:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04QJfJ9X022141 for powerpc@FreeBSD.org; Tue, 26 May 2020 19:41:19 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 245511] lang/gcc9: build with base GCC on powerpc64 elfv1 Date: Tue, 26 May 2020 19:41: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: buildisok 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: gerald@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 19:41:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245511 --- Comment #27 from Piotr Kubaj --- (In reply to Gerald Pfeifer from comment #26) files/patch-gcc_dumpfile.c is also missing. Another thing is that gcc9-devel port built with base gcc seems to bundle share/info/gcc9/libitm.info in the package (needed in pkg-plist). It doesn't happen with lang/gcc9 port. I'm not sure why this file is not present when building with gcc8. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue May 26 20: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 3F9F52F3EC9 for ; Tue, 26 May 2020 20:52:56 +0000 (UTC) (envelope-from sid_holliday2001@yahoo.com) Received: from sonic306-21.consmr.mail.ne1.yahoo.com (sonic306-21.consmr.mail.ne1.yahoo.com [66.163.189.83]) (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 49WmPg263sz3fGF for ; Tue, 26 May 2020 20:52:54 +0000 (UTC) (envelope-from sid_holliday2001@yahoo.com) X-YMail-OSG: HFQOTwUVM1mezCC4qltR1jU5MEdtLxamiJTRXq4UjEBiqdD16rLUYQz0IAqV4Ru HJqJGxzFEVCbg.SvX.nDu6P2fuUY7sogMSr_CJjXlAUEQOWbV0CrbJXP2EphWc_xfwoF9hZaV5LF wvXOl8zObFoXjyIYdaKe8Vwv8e.I9HxTL66.4IzhmeVhVp5nZfA9wNfK5s_EI6rFHjbYbKA2sZ_8 W43JB2GS33T6bg.cAn8ypDuHqqGUqzFFxSgxZEquurnoIcGpqH2ckP8UCYcFXzPWvSEXKqv83sxZ zndM6p2IQwxJEHb7HB37MI8tYrYrgZrP_4lk8WrjN7lf3.oit0RPARAvP967f7Q4djFgoRm6wF7A w2azMLm4wGclWeAlUo5nPvzHsAxESoWQeIOtGlKgbPSWNfnBHD2HY6R7y.OBCR_WsIdyAkeJ9DMJ CO7eRsRIT9CU.oCcSQspuEcJ5wj5cXB5mL3Xgp3DENY2eeQNGmtVMZGKlkH3IMgPTELsb8TJWsrF OrbdLTEc4uMbWE.nFuZm0o296irSd_lN2_4uJbVPxGUlrLG51k2RQMMT_hT1fKbJt3syjDb1Cwpf 34UbQ1KOFobll_BWgMV5h9ZPzijjIztW1WU4jwmd6BbI8luRdgxGhgYQNkhbLA8QXAZUP_I1sCSB MJRRHxjFdgvwslvfbFpzqWhWtj43l6EMmvV0l3kUj9fDwW6_8hHOgfdz3PE1vzoMs21S4siQtEa8 Jr7VfTjjYesnRXAbyIyl3OW.xS4OGEbbELbYG_k.4cN3vNHqZLoRV3r0N8v03AG66yRsFEKOQMto 6j6Z8pNJuUtx_HUD2UnjY6NDRO8VIn87YV4kcSE_lzTemgx_Hgf_mUtUY79hUx4bhmcvHFgXqfuE ig3P7Qe1VvZ1rOQlBjZg43iDC0AA5CzYaa_w1cclYKOXbmM.NQReymS4VZpLRg.71cnyiMlVx92o IXXnh97p4hvHMN7AB7eR_X_auiNPw6gd9m6TbyAgpdA9nVsOeQsLqJn6q6UKUFE1_Yka6J7ZSXwl xwxhL_4y5t1pHuj6049kpPag5hHR9DcjLyN2NXYhZjO6mJFIMSKy4jN1Sm0047dEkVIRZz99V.nr tOhBsI.DeunZcvKhT5xVKxCjbO1i1VKXQy6wYbuL9K4IrNGohW8PN3sARXYglSSITxNLaPBrxJtI PDhuGjAhyJ_qlW8Z3OdVqi0aZixaOdfx.LUvezJYAHW87YVeWOfA6docwW5tjRLsjBiXhPdaFKkJ Zz9nT_YyX5.kJmXfrZ6O5N7QKEFfmAb3vwJKCuxgbsV_hU.b_xdTaVgr49dnnM5CGinnw3jm6JgT Sj2oFi77eLDy5gZg1dhLrNlJ5JBGJi7y9yRC3QYKOmIUUvvDKiUvLt_QriK8XEX2Kr4MiBiOmLz. _ Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.ne1.yahoo.com with HTTP; Tue, 26 May 2020 20:52:53 +0000 Received: by smtp420.mail.bf1.yahoo.com (VZM Hermes SMTP Server) with ESMTPA ID 94a92466b53c613f2e090dbf84207fe8; Tue, 26 May 2020 20:52:48 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Sidney Holliday Mime-Version: 1.0 (1.0) Date: Tue, 26 May 2020 14:52:45 -0600 Subject: Powerpc64 power management control Message-Id: <0EAF07AF-59A1-4920-822D-143850CBC4D8@yahoo.com> To: freebsd-ppc@freebsd.org X-Mailer: iPad Mail (17E262) References: <0EAF07AF-59A1-4920-822D-143850CBC4D8.ref@yahoo.com> X-Rspamd-Queue-Id: 49WmPg263sz3fGF X-Spamd-Bar: / X-Spamd-Result: default: False [-0.52 / 15.00]; FREEMAIL_FROM(0.00)[yahoo.com]; MV_CASE(0.50)[]; TO_DN_NONE(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; INTRODUCTION(2.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:36646, ipnet:66.163.184.0/21, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.019]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.008]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.01)[0.010]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[66.163.189.83:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[66.163.189.83:from]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 20:52:56 -0000 Hi my name is Sid I=E2=80=99m new to FreeBSD I have already installed versio= n 12.1 and have not yet loaded the desktop Gnome3 because the fans keep goin= g to high speed, I tried to use the POWRD utility but it looks like that doe= sn=E2=80=99t work with this machine. Is their a power utility in FreeBSD or a= third party utility or does anyone know if maybe IBM would have a utility f= or this? MGRBYASKYTDAED= From owner-freebsd-ppc@freebsd.org Tue May 26 21:56: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 4E3B72F550B for ; Tue, 26 May 2020 21:56:37 +0000 (UTC) (envelope-from bacon4000@gmail.com) Received: from mail-il1-x12f.google.com (mail-il1-x12f.google.com [IPv6:2607:f8b0:4864:20::12f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Wnq83cdgz4244 for ; Tue, 26 May 2020 21:56:36 +0000 (UTC) (envelope-from bacon4000@gmail.com) Received: by mail-il1-x12f.google.com with SMTP id y17so19871192ilg.0 for ; Tue, 26 May 2020 14:56:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=JdyHRhjBNcDwQJ9LJC7ug5ZqFSc/aYlwGsrc/sA0iZQ=; b=fcu5dyUYqDcsrjD8SS+Ql+pz2GqFk0H5KGQf4MnxNhPL7oAk0ULybOq1FJzcZWm1tk fAyJwi/Eq2rk7mhtonWvj72OoeB/lGeI9qs4+DDb5ZhDyvj2SGWlwtflqZsIi9h85ImV /Qgs0G/pFw633CjfedTg6ahqxz2531NMQ95mufCt1hNuru7AloS1hKKDASgI1RGBSsCX cclZXBjE6GHdWs1npnYx+MFsIdw6irxHJ/9iMYq8JaHPWLNSelfCVsQi1xvzbmQ6WGx5 snVSoeORhX+PNw6X2jJM8CeRviZrjB2Xw5Kaj5v0LSqtoGaRMOKmlSTHPA+LoAdJhPB0 kjfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=JdyHRhjBNcDwQJ9LJC7ug5ZqFSc/aYlwGsrc/sA0iZQ=; b=N+aChjzD86bhS2X3me1z6xQAqSNAIAM/ih5ESkM2zOJ0zBeNUxw/3WjlBLUKPUrmU3 wBAyeLg6SBiFgC3jFcWIBcJHVhuY3uuMSjFqusqsrIgdWqCzBSA+IxYnIGfhh7w4auza y59IDvB+1EcS2gpHFRSoc/jhk32D5GcW+/LznN7NUiPcBLbH9h8Zqhc//FFo+HKnqZLv +jle59AG9UWChT8yyqOcYKVM/4Z5a6oKzZs0IhBsug2D2Mpue5IN5J2x6GvsbvvL6N/F uxdWPE9/pgwfvY5bKPKz81BAuB1kHygGeoHP5nERb9t81kcAs4JR1Q36NE5ReQLGoUwb 47qQ== X-Gm-Message-State: AOAM532AydKvGSym5lh3ni4emxIhLyRZi1IQSVYoVRX9A+MeB8DRU5Lk /yWDCcOasrsZjVMtGlTMTMWyQN4h3HA= X-Google-Smtp-Source: ABdhPJx7521Nrq3byF8XmHt7DNk5/CXTUVr0r/1TZJMCuvi6nV8xfB7y8ciuMmt7hQRtWt/VUDELdg== X-Received: by 2002:a92:4a09:: with SMTP id m9mr2969355ilf.27.1590530194921; Tue, 26 May 2020 14:56:34 -0700 (PDT) Received: from marlin.acadix.biz (2603-6000-a40b-4f00-782b-1221-c736-b3ae.res6.spectrum.com. [2603:6000:a40b:4f00:782b:1221:c736:b3ae]) by smtp.gmail.com with ESMTPSA id h5sm579719ile.35.2020.05.26.14.56.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 May 2020 14:56:34 -0700 (PDT) Subject: Re: Powerpc64 power management control To: Sidney Holliday , freebsd-ppc@freebsd.org References: <0EAF07AF-59A1-4920-822D-143850CBC4D8.ref@yahoo.com> <0EAF07AF-59A1-4920-822D-143850CBC4D8@yahoo.com> From: Jason Bacon Message-ID: <52644ca9-bc2d-039d-84bc-02ec19238887@gmail.com> Date: Tue, 26 May 2020 16:56:31 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <0EAF07AF-59A1-4920-822D-143850CBC4D8@yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB X-Rspamd-Queue-Id: 49Wnq83cdgz4244 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=fcu5dyUY; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of bacon4000@gmail.com designates 2607:f8b0:4864:20::12f as permitted sender) smtp.mailfrom=bacon4000@gmail.com X-Spamd-Result: default: False [-0.85 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FREEMAIL_TO(0.00)[yahoo.com,freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; INTRODUCTION(2.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.016]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.15)[0.154]; NEURAL_HAM_LONG(-0.99)[-0.989]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::12f:from]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 21:56:37 -0000 Is is a PowerMac G5? If so, this is a known issue that's not due to power consumption.  There seems to be something in the boot process that's not being initialized consistently, so after most boots, the fans ramp up after a few minutes or so.  I've found that rebooting has a small probability of eliminating the issue, so if you can get a clean boot where the fans don't go nuts within a few minutes, you should be OK until the next reboot.     JB On 5/26/20 3:52 PM, Sidney Holliday via freebsd-ppc wrote: > Hi my name is Sid I’m new to FreeBSD I have already installed version 12.1 and have not yet loaded the desktop Gnome3 because the fans keep going to high speed, I tried to use the POWRD utility but it looks like that doesn’t work with this machine. Is their a power utility in FreeBSD or a third party utility or does anyone know if maybe IBM would have a utility for this? > > > MGRBYASKYTDAED > _______________________________________________ > 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 Tue May 26 21:57: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 503012F53D7 for ; Tue, 26 May 2020 21:57:31 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49WnrC105Rz42Kf; Tue, 26 May 2020 21:57:31 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from comporellon.tachypleus.net (unknown [IPv6:2605:e000:1314:5ea:138:78bd:6aee:1528]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: nwhitehorn/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id CEFA7126B9; Tue, 26 May 2020 21:57:30 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Subject: Re: Powerpc64 power management control To: Sidney Holliday , freebsd-ppc@freebsd.org References: <0EAF07AF-59A1-4920-822D-143850CBC4D8.ref@yahoo.com> <0EAF07AF-59A1-4920-822D-143850CBC4D8@yahoo.com> From: Nathan Whitehorn Autocrypt: addr=nwhitehorn@freebsd.org; keydata= mQINBFuARN8BEADLKYsG3l1aq/M21R59I/5EsEfvtvd15ZJ9lDHcWPuxzIfGnu2LMpe5PrFP e/Y4bcsPrlB4S3I3ooIUDvoEEsDeqgqlZod3QevOK/RjLqiqx1i/4mKnobJ++3ppyVVIccgN sUrj786OYCFCI/W+uWw7cbKewNeaL//Z/TDKlHLkssiy6qmZbNQ0ZjcMLJKUesk4eVg2TtTD HNe42ZuxbUC9iLYieO4c7kQB4qiFhagDRiObXrLzvm2MQYeAaNVRqID+mfI75TWrQ+t98iVu mHvFu461eeteq59jg6H/IL07ACxL+HzEVM+D6tPtPrz7ppr3wiZL5Cu17yu0nAx0nhJTV8ZB qza1rOVun0x65S14L41XD2HkmBDxTaRlTg8ypnkLFo8kh+MEq4k67apL/DUGcaUjKy2TVUC7 3igLO/DwQHrkWx2RrOmS3xS0TgGXVmB47nq2Zveo3fcjporQK63n2sbLkS70cfAJAJ9KHEIx u9am44iW5Ku3+mVLgQYybtcUxlk/Jw/BA5V6KUcDQMd5kTm0MyagziqMaT+57ceYxwRBK4HC DCLRpSOHV81/YzyL5vnwfHsxADm3091rd0uwr8uRCQn7wLvlcFyp/JKSFkVnE1oo7UE4QQJZ GbSJyvj7GdXu0LdghALcMj/thdb+js4D3UuCaAMecgVSscxEIQARAQABtClOYXRoYW4gV2hp dGVob3JuIDxud2hpdGVob3JuQGZyZWVic2Qub3JnPokCTgQTAQgAOBYhBD1kIPqoIUk+gL8N YTi2TZRmhOh3BQJbgFJIAhsDBQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEDi2TZRmhOh3 M6YP/RHkgLWCPGGBSKZ3an3GhRMO2B5qd+g5QGUt4gvvdMMgUqwvmUva4obvgS5qXbYOmFGM cP5myo1mcJ45Q06Qdy8pnFEBBm4dKlNZT8LHAz/lr0/I8FINJcIdwmyxHJzELW7nlBy+ZO0z rCJ4CK//MMCAlomj6s9ydaGF0Dnbj9LmE+CS/ZZaYqil5KgsXO2rbN1wa0QOpZjAc8I1NyDN 10nWTZSLeFcbfTWItc8bxVC8NOerG25OVMxjyvqp15ZSExL5NfxIMsrTAjk5AsLr0bCW3tGA A0eM2cwLBhAfdh3fdj+/8tzakafFwR8XrA6YWrvgFmIjCgXfbVGp058595SDHGM1BeCJ94Bm TJMbCTsGPTUbRsWXJ4ytjziqMPPYkXif+NdWNLX3/TTu4oGPGsPQjbTA2xTfLLjNFKLv0ieT XTMg3vMhiOsZnfKt65fwoJWh+mfBe9S4ImNiI2C6H/gr9rpjZZQ3f85+AUAQrVjZJwaOctTC wOr8o8odS5WrpwZVEQhJj8TdOiHKPsAS8+zsjdGucfkXBHnSctMS1uv9QMTTrMvWhuihzYlw 2pC3LHEvxUpv1lk+jH42uRqbMF0FfSPkundHalWXY/HZKWdukc5lhIcGYR9bcm+Eq5/P0Qyv 3q8Q6hIjx6pN4828q8aA0lDnQ1LOtGZjToGZUrcmuQINBFuARRkBEAC9SmeRBQpprN52L+js v29No0eITfSrXTbNhqLB4ikDcnGFDih9yunAQyKk+y++unxYute4NH70qnKpvHOzHENKrSNg uDgs0ga7/4iQMs2rWqTgSQ97JfmW6ilqJXbtKyKvLvK2Jt1lJo7I2uB3Sg3pupHc0WMElIyg EHm/goNnZA401BPGmkgwl9vD4UHxn4+om3CrqpcNWFIrJ/bHKjtg/CcINz3DA7KuyKTlg+jO IgH1Xf5cmCW8e4LeQoMqkXu5y9E+4/M+o6YKiLLplSk5pc0pep/+9S+5fVW2YTDjNXVIY1KK E5IqWZ5HsjxcsfEVEVgm/auR7iVreIi2dkJVrKczMMV0KBOqqwg3eXwfaUZo1NWL6FaHruYK tHkSblUWKSR2sLfDUnrFTj8/fRTHba6fDUhoxHPVnptEjCsSvUxCEVWZN9V64XjlFCO3cF72 e75ikbGp2R1PRPWgDFmmX0pHTGPKUImqKuF4krGrY64pf8iRUTyQvbNF49i6e4ycGwlAHhSq FBZkVBwvUZeDp9DFfL2Rht/QtjYH0yfcT5zRL0aI3oX6I7luCYvm4K4HG461BvTkvxZ2xmo3 dACzmwEyAClpseEaMOsbgwosnTFhehd4Qz1Kl4Yiry8/yqISEodt6vRjs5jAsT2okDBCc6qx +dww3ymXNvEGrf+AvQARAQABiQRsBBgBCAAgFiEEPWQg+qghST6Avw1hOLZNlGaE6HcFAluA RRkCGwICQAkQOLZNlGaE6HfBdCAEGQEIAB0WIQTTpX+yMt35tfRft49NUswkCJ+wagUCW4BF GQAKCRBNUswkCJ+waqoWEACAWq6YgCh4H+JPNxM33ENOmKZ+WmIfr7jgoy1UAhUz0OshLPHM dy4oyaPefNaio5jcp8rvuT7qxA19s1VOyA6NIvCBnMzs+x9bTkQdZ31mcBcESNltKShYO3mq JE8Iz665xUlY2U45x8oGO+pYvWXvZv1C4pXtqczzQQldRuYJ+zfHyGmJoDP6exj0ALVfApH1 RKrCHt51ZottN0gcy4fkmBF+D13hUWAEtq0TBXw+2m6Qwq5xQmWkItzw4x9CF+wE78hNodY5 TXoifJvMB78O/ltPUqUiiPn6FAmi7ErDA3Ue+b4dSBWCx/i+jhh08blrbTQeMr6yswQJzx3M m6BDvYsKZKC9WNI9YKJxopd/udikmcPSoBTyWgMhjm0FPMb3c9Ay9nlbV04LlaqT7DsG8WbL X6O8CZUEpsB8r2kptm4wjjkIywT5eyXbcoNMV449KRzobWDCLOzA50cqTCPwa+YaHUamcoXs 7f3g0AllZVg3J48tq3orQrbmd80/n6AK158fURHR4pPf1m7Z8LGvmfN5vSpw81IgJ0KQEg7P mBsrOZKXGRNvtiHipWvdC9+ex1OSHRNtKTL7bbBYV01atsw74pspBLwXbH/lWnUtFucwav41 wbtHYdfbhxpXZRL0YLcrJq6+oatJlUxzAjO3wz/EuU/5OAwMGJVptO80308ID/4jEYmXl0Ux PEXv2/FjHser/OdhzQNhLft9bBlMiSGwui5Rv0tWPZ7dB7gxsuJIBzvb/FoJXbFysmm+o4Bt go0xQqXqFBX4pD9KYKTDo9q4Bh+0k+NGKvBMJI9pwFu+Ix+u1dbrFnpi/q2nFRfYEKeZiKOD HOxMMcSeYEFaHqiiy5A7QDuW7i7e4uGY0Ls7vnxrNQTWpEIe9E6kIjIHtNWAOIypL8+tiuxr CckPYFEDEmJmp1XIIoFXOIgGceky7huMvtyWHAuE1RjrZpN34nuntpoPlYv0PpPNAIg20HBA eX+reoTCRquUz5F2yZuZRL4o2/sSbDwu4m1As4G0QNaWB7j3grTn6AEVhMbjLgA+QkPpvpN8 s3iEVlEyzuypuGhRR9sMMB/8itWKtCV4/TGoAGJkoK+LsVllfIuu2m9ekV9HAOg3583ame9L NQD0nD35egjdIv7PhbZDYVgPq1NS27b8wz8RqvYWlw+1kUSD62byWu/oFLLifHfUh66ImLCk kbJJBZ5XgGKb/mVpBRiyw7zJUJZgIyTB1NcCWr09n7X+44KuocAYM/hE7NKv8To/5PFmsWFu Y8m1Qh/j7U8/gOdAT7+Q4tLczRRU/ngcW8b/1ajWMY6UuZhrp/WfLoKHS79VYK39OClHRLSU hr911kye7XJLUdGr4S2k+enQb7kCDQRbgEVBARAA4soW2Dq6zQAsDsu2+PEiyQiCoUmMfDaR r9S10njfY/2S+YGrvPi/T6b+CTEI44bTIOLYK/8AsmhuzJvnq1tToxTRJGNOKjflLaOK3fr0 HUEMLZMs0XffuxSq5THSXjCQRcQF5+8tFii4XwFFuSCO96DuwDg2OyJ25DH3a88mcGhofY5b GoNuvlfqQXlzH2M+spQnhmof+toT9JIOG2jDhoo7SdZu15UZyTXlbVf9LwrOI9cprPEJDyqm tBFMB6Gx0b9tJtYP3mGndMCURuXg3hSqpLufiMJm6cJ6KLZMNkdW/H+WkUBPZ7PHrjqnY9SY fmGmJUyBtjm4dzJqHA1/54047uCi2c1iiJ6gvDh9R5Ng6r6zcg2KwIHiKi9Bxk4JhLObBGiV BGCBfS0FJ6dHo+CnfxiNUiRa8weHFtWJ8C6yO9Vub8ZB4DYxoK2SiDncjJ+juuL0N42lW5Fz /jsHEeLwm13LIaAs7XcCNzBzpXsot4ObD9JckAyyy5ZCVfOzw6Cyk2+3KYGHmurhOXEBjrkv di//KHSLMTO04k7c5v3LeAuuntN4MjQQ71LIa4VduBZj81eUPBYdaC4yA7sNYz8rF5oxjId+ d98h5Dq6EzbXLjYjs1XXWZbDJy/9cmQgPd93sZYF5xqR1idgj/sVgwMeaxRA+ZIyRuoKphxl 7jsAEQEAAYkCNgQYAQgAIBYhBD1kIPqoIUk+gL8NYTi2TZRmhOh3BQJbgEVBAhsMAAoJEDi2 TZRmhOh3ZFsQAJtDZvAnf75u+pyUStt6R/sFdiNrfv8fEYTrurf3F/byF6fy9Ya1fCrhtaZl PkfxsGpeKADhtRTic3hffEQN9PKqRAy4NOefBPtjrUHhASqGLhqrhp1/8o/SXVQKDgInQpL3 fUdqf5VuK5Rxtp27VlffsR/qD+Eb6a3n0V5cMxTSt6uzYGmvzMHzLCiMCxUL3aS84cuwJC10 Kw/ML5HoHVtjr9F72yUzU0F37aTgFRWFi7wVvwivfs6Y3RoZDNi5FzN+uZH85Xn/X6Dld5hI Vur/RDcqQVYsd+KZ9/yVv0ZFat285SljIaW6/j1v8bmj2VLE/BfIF9qhWL9YMN8n9cnD0f3R crrxNjE98RCR64sQTOD4HPdl527KjZnHhLlqkuoBu/RHN25eAgZhlU+7xHjJrydBYd5Smi3X uW3xIvvIWQwloBeTbtCpQBrGOqcYEufvRgxZcUbJJ++OBpHUW279L8dIqofubxoVhl+2qztm iNc12oYdkpGsjHqFFRi5lAzy7EcPB4XiMX5AjBghSa2vLmHyK2JKO30oeOmQfdbPmjWaTpxs U037CCkemUOX+JkxmMWyRMAl8SxgdVJKbbXNxi++iCtupi9yIxO3Lrn7QDwbP20xtw3H149o agz72N4V6GvNON1qJOIL66ZJ39jb0MJbg4EyvVV+59VUpt8B Message-ID: Date: Tue, 26 May 2020 14:57:28 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <0EAF07AF-59A1-4920-822D-143850CBC4D8@yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 21:57:31 -0000 Which hardware are you using? Fan management is pretty hardware dependent. -Nathan On 2020-05-26 13:52, Sidney Holliday via freebsd-ppc wrote: > Hi my name is Sid I’m new to FreeBSD I have already installed version 12.1 and have not yet loaded the desktop Gnome3 because the fans keep going to high speed, I tried to use the POWRD utility but it looks like that doesn’t work with this machine. Is their a power utility in FreeBSD or a third party utility or does anyone know if maybe IBM would have a utility for this? > > > MGRBYASKYTDAED > _______________________________________________ > 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 Tue May 26 22:07: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 7481B2F5716 for ; Tue, 26 May 2020 22:07:58 +0000 (UTC) (envelope-from Michael.Tuexen@macmic.franken.de) 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 49Wp4F3bsPz42wQ for ; Tue, 26 May 2020 22:07:56 +0000 (UTC) (envelope-from Michael.Tuexen@macmic.franken.de) Received: from [IPv6:2a02:8109:1140:c3d:cd28:dc5d:c451:8b90] (unknown [IPv6:2a02:8109:1140:c3d:cd28:dc5d:c451:8b90]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 541AF721E280D; Wed, 27 May 2020 00:07:53 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: Powerpc64 power management control From: Michael Tuexen In-Reply-To: <0EAF07AF-59A1-4920-822D-143850CBC4D8@yahoo.com> Date: Wed, 27 May 2020 00:07:51 +0200 Cc: freebsd-ppc@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <0EAF07AF-59A1-4920-822D-143850CBC4D8.ref@yahoo.com> <0EAF07AF-59A1-4920-822D-143850CBC4D8@yahoo.com> To: Sidney Holliday X-Mailer: Apple Mail (2.3608.80.23.2.2) 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: 49Wp4F3bsPz42wQ X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of Michael.Tuexen@macmic.franken.de has no SPF policy when checking 193.175.24.27) smtp.mailfrom=Michael.Tuexen@macmic.franken.de X-Spamd-Result: default: False [3.39 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_SPAM_SHORT(0.35)[0.349]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[franken.de]; AUTH_NA(1.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[193.175.24.27:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.46)[0.462]; NEURAL_HAM_MEDIUM(-0.72)[-0.721]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[yahoo.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:680, ipnet:193.174.0.0/15, country:DE]; INTRODUCTION(2.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 22:07:58 -0000 > On 26. May 2020, at 22:52, Sidney Holliday via freebsd-ppc = wrote: >=20 >=20 > Hi my name is Sid I=E2=80=99m new to FreeBSD I have already installed = version 12.1 and have not yet loaded the desktop Gnome3 because the fans = keep going to high speed, I tried to use the POWRD utility but it looks = like that doesn=E2=80=99t work with this machine. Is their a power = utility in FreeBSD or a third party utility or does anyone know if maybe = IBM would have a utility for this? Try disabling SMP by setting kern.smp.disabled=3D1 in /boot/loader.conf Best regards Michael >=20 >=20 > MGRBYASKYTDAED > _______________________________________________ > 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 Tue May 26 22:27: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 7E19A2F5C6D for ; Tue, 26 May 2020 22:27:50 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resqmta-po-10v.sys.comcast.net (resqmta-po-10v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49WpW94hxGz44GW for ; Tue, 26 May 2020 22:27:49 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resomta-po-17v.sys.comcast.net ([96.114.154.241]) by resqmta-po-10v.sys.comcast.net with ESMTP id dhM2jRwPxCiludi32j7COu; Tue, 26 May 2020 22:27:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1590532068; bh=5XbY6+QAUUqOMa7e9Mb82MMyyuFsms0oN2BIWbFHN1I=; h=Received:Received:To:From:Subject:Message-ID:Date:MIME-Version: Content-Type; b=EgXJlmb/rO/7UkYjNSL5oIXwPVPG9YKO6jv9CUU6ekKmphy+qhgeeq8DQHQDGJ+gp jaHZu/dVCrGcV+W2lYiHkVJ5mTjlG2ub7z5XhaoOcGVObah7sHhdQgyYa/qbtBZ06+ zJI/HhHZwaYq5Xieo755egjNnFmTqS0VoUXKQpK7U3VZI487qLOTZyhq5hMM9jG7T6 GyzuvG1mPRKL/OaJPKboZCX9IT4QLMyzw4tYP4NPI4ZZXnn0T79DYdUNtkImrMv7Oj DPoEY2fmjIB33grDKKmTQT5iySwIIELkIPaKDan383GFGeviXOqYuUDRx3L5tZqWQ8 8fBTAX9aq2tdA== Received: from [192.168.1.106] ([67.170.125.248]) by resomta-po-17v.sys.comcast.net with ESMTPA id di30ju6L987cldi31jS3ND; Tue, 26 May 2020 22:27:47 +0000 X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgeduhedruddvfedgtdekucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedttdenucenucfjughrpefvhffukffffgggtgfgsehtjeertddtfeejnecuhfhrohhmpeevhhgrrhhlihgvucfmvghsthgvrhcuoegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtqeenucggtffrrghtthgvrhhnpeekiefhleetvdfhvedtfedtffffhefftdefvdetheevjeduteffveeiteduhffgudenucfkphepieejrddujedtrdduvdehrddvgeeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeeijedrudejtddruddvhedrvdegkedpmhgrihhlfhhrohhmpegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtpdhrtghpthhtohepfhhrvggvsghsugdqphhptgesfhhrvggvsghsugdrohhrgh X-Xfinity-VMeta: sc=0.00;st=legit To: freebsd-ppc@freebsd.org From: Charlie Kester Subject: Build failure of gmp-6.2.0 on Mac Mini G4 Message-ID: <18d93226-7cc6-4cef-1667-f05dea8770a3@comcast.net> Date: Tue, 26 May 2020 15:27:46 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49WpW94hxGz44GW X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=comcast.net header.s=20190202a header.b=EgXJlmb/; dmarc=pass (policy=none) header.from=comcast.net; spf=pass (mx1.freebsd.org: domain of corky1951@comcast.net designates 2001:558:fe16:19:96:114:154:169 as permitted sender) smtp.mailfrom=corky1951@comcast.net X-Spamd-Result: default: False [-0.06 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[comcast.net]; R_SPF_ALLOW(-0.20)[+ip6:2001:558:fe16:19:96:114:154:0/112]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[comcast.net:+]; DMARC_POLICY_ALLOW(-0.50)[comcast.net,none]; NEURAL_HAM_SHORT(-0.01)[-0.011]; HFILTER_HELO_5(3.00)[resqmta-po-10v.sys.comcast.net]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[comcast.net]; ASN(0.00)[asn:7922, ipnet:2001:558::/29, country:US]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[comcast.net:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.05)[-1.053]; R_DKIM_ALLOW(-0.20)[comcast.net:s=20190202a]; RECEIVED_SPAMHAUS_PBL(0.00)[67.170.125.248:received]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.001]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2001:558:fe16:19:96:114:154:169:from] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 22:27:50 -0000 (This is a copy of email sent to the port maintainer. Re-sending to this list in case someone familiar with powerpc has already encountered and resolved this issue.) I'm trying to get FreeBSD running on an old Mac Mini and have hit a snag with this port, which is a dependency of many others. The configure step fails with the following output (I don't have mail running on the mini yet and am typing this on another machine, so please disregard any typos. blank lines = line breaks in output): --------------------------------------------------------------------- ===> gmp-6.2.0 depends on file: /usr/local/bin/makeinfo - found ===> Configuring for gmp-6.2.0 checking build system type... invalid configuration 'powerpc7447-unknown-freebsd12.1': machine 'powerpc7447-unknown' not recognized configure: error: /bin/sh ./config.sub powerpc7447-unknown-freebsd12.1 failed etc. ---------------------------------------------------------------------- I tried # make configure CONFIGURE_ARGS=--build=powerpc7447 and # make configure CONFIGURE_TARGET=powerpc7447 Neither worked. Same failure. Any suggestions on how I can resolve this issue? -- charlie From owner-freebsd-ppc@freebsd.org Tue May 26 22:30: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 2C93E2F5E25 for ; Tue, 26 May 2020 22:30: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49WpZ20TWgz44H6 for ; Tue, 26 May 2020 22:30:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 09F223A29; Tue, 26 May 2020 22:30: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 075FD383B for ; Tue, 26 May 2020 22:30: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49WpZ167h3z44KR for ; Tue, 26 May 2020 22:30: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE46AAA99 for ; Tue, 26 May 2020 22:30: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 04QMUHvZ057692 for ; Tue, 26 May 2020 22:30:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04QMUHB2057691 for powerpc@FreeBSD.org; Tue, 26 May 2020 22:30: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 245511] lang/gcc9: build with base GCC on powerpc64 elfv1 Date: Tue, 26 May 2020 22:30: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: buildisok X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gerald@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 22:30:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245511 --- Comment #28 from Gerald Pfeifer --- (In reply to Piotr Kubaj from comment #27) > files/patch-gcc_dumpfile.c is also missing. Actually c00568f376078129196740d83946d54dc5437401 is missing - that should have been backported upstream (and then flow into the weekly snapshots). Let me look into that. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue May 26 22:55: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 6E53A2F6A08 for ; Tue, 26 May 2020 22:55:30 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Wq762PHpz46Qg for ; Tue, 26 May 2020 22:55:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 4631346B4; Tue, 26 May 2020 22:55: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 3D6AE47A6 for ; Tue, 26 May 2020 22:55: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Wq760Ppcz46NK for ; Tue, 26 May 2020 22:55: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 094DAAB42 for ; Tue, 26 May 2020 22:55: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 04QMtTxI057406 for ; Tue, 26 May 2020 22:55:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04QMtT46057405 for powerpc@FreeBSD.org; Tue, 26 May 2020 22:55: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 245511] lang/gcc9: build with base GCC on powerpc64 elfv1 Date: Tue, 26 May 2020 22:55: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: buildisok X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gerald@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gerald@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 22:55:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245511 --- Comment #29 from Gerald Pfeifer --- (In reply to Piotr Kubaj from comment #22) > I don't want to open a new bug for that or reopen the old one. > > I'd like to get lang/gcc11-devel building because, as I wrote before, > it serves as CI-like port to make sure it builds. I know no port depends > on that, but you still added ARM patch :) Could you then patch PPC as wel= l? The Arm patch is an unfortunate example. It shows a local patch we are stuck with "forever" and anyone building from pristine upstream sources will get something not fully compatible. (And I have not added it, just svn cp-ed it again and again as part of the whole port whenever a new version came up.) GCC HEAD, which feeds lang/gcc11-devel, just made C++ 11 a requirement which means GCC 4.2 is out of the picture for real now. This renders the situati= on quite different, and in any case - yes, let's use this in a CI-like manner - in the sense of testing close to upstream and working to tackle things upstream. To summarize, let's focus on gcc9-devel and the gcc10/gcc10-devel ports with priority to ensure those are fine, since those are what our users will primarily run for the next year. And in parallel work upstream for anything that's needed for gcc11-devel. Thanks to weekly snapshots we'll quickly pick up any changes. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed May 27 00:23: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 193382F8FAA for ; Wed, 27 May 2020 00:23: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Ws546kRdz4FJb for ; Wed, 27 May 2020 00:23:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id E07A5746E; Wed, 27 May 2020 00:23:52 +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 DE86A7377 for ; Wed, 27 May 2020 00:23: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Ws545Gmxz4F02 for ; Wed, 27 May 2020 00:23:52 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFDFEC253 for ; Wed, 27 May 2020 00:23:52 +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 04R0NqlC004489 for ; Wed, 27 May 2020 00:23:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04R0NqmE004488 for powerpc@FreeBSD.org; Wed, 27 May 2020 00:23: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 245511] lang/gcc9: build with base GCC on powerpc64 elfv1 Date: Wed, 27 May 2020 00:23: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: buildisok 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: gerald@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 00:23:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245511 --- Comment #30 from Piotr Kubaj --- > How long until the last version of FreeBSD/powerpc with (only) GCC 4.2 go= es end of life? Mell, stable/12 uses GCC and will use it until its EOL, which is 2024. That said, I'm not planning to keep fixing it after 13.0-RELEASE is available. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed May 27 00:45: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 6F7EE2F97DB for ; Wed, 27 May 2020 00:45:36 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-io1-xd31.google.com (mail-io1-xd31.google.com [IPv6:2607:f8b0:4864:20::d31]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49WsZ72kpyz4Gj1 for ; Wed, 27 May 2020 00:45:35 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-io1-xd31.google.com with SMTP id r2so13819524ioo.4 for ; Tue, 26 May 2020 17:45:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=hBIHjLTW+tjJ/T1aH3l74VnyDNUbgV+mPCdWaejXieQ=; b=tThO5U9wMsVh7PzHzafM10Nvdyns4Brh8vu6giNsv9jiHIfOXAUid+dMZCtuinLBCY NYvSyuDR8Ba2gYaDl4jQmTfQwCxjfQtPTiXbNS8auMgDqZ250Ks/fy/q3sl3CDxhyBkf E+Rir0v/O+7sFufGhZXGXmvd6/HKMtD0tVhqAvigSrczvZMfyI7jE50dStOg8Die4KnO 5im7tsmz3bYshgAniFV/ARC3zrwMNjcnQVX83YNB4Mc6odUD9LsLjPTPr9X3tpsJECak qmz3VBrhKJovI8Tlfv0Vw1rGov0UDS+KfL0WFebHsTb+O/tzlkKeNu9oNDQ07vh1V2Gx XbLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=hBIHjLTW+tjJ/T1aH3l74VnyDNUbgV+mPCdWaejXieQ=; b=P1wgQW2rBrSdC0AJQIFA2QTIj2Z8Oyce7FB7K67HzW7H+gFB11HjUXh8TG06XDT6Ju lwC92LGKFzssrVfc8+tlXS3XV2kbFPdG0DvhwrZZ8ZFu+r03lzWoN8baszLC9PUYGHe7 KpEC6NBLqkxfJKozjitxCbvxMhafgsN2xRWz7NbFufK9RsSvDAWvDg/vsr5tUpv1fgAU X/t+YJrQV4CSLuFMd9G+UDGcSjPKeUzyKYxPwCOed9xHuNMh7xGl/4/V26Z4F29cX7nr yfaisTlrJYLEsPyiNu0dV5k4KwNwmECiOuAGLzcbyNsWGfgesKT7oAObMi4cNM+05u5E P0lQ== X-Gm-Message-State: AOAM530CphGD5wsJ03FuSyawCCN1NjLczNEl5ATNkR0AZJyXGMfjkJUR JFPxmbI21H2mGIcxjHpoWHc= X-Google-Smtp-Source: ABdhPJwex4JpdVJ80PZ45G5Nc3k1BmsRJoJckoHCARr3OMlJ4ogb/rf1AI64XOD9vzvacPaKRPQnwA== X-Received: by 2002:a5e:c64a:: with SMTP id s10mr997232ioo.1.1590540334209; Tue, 26 May 2020 17:45:34 -0700 (PDT) Received: from titan.knownspace (173-19-125-130.client.mchsi.com. [173.19.125.130]) by smtp.gmail.com with ESMTPSA id s71sm814348ilc.32.2020.05.26.17.45.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 May 2020 17:45:33 -0700 (PDT) Date: Tue, 26 May 2020 19:45:32 -0500 From: Justin Hibbits To: Charlie Kester Cc: freebsd-ppc@freebsd.org Subject: Re: Build failure of gmp-6.2.0 on Mac Mini G4 Message-ID: <20200526194532.07d637bb@titan.knownspace> In-Reply-To: <18d93226-7cc6-4cef-1667-f05dea8770a3@comcast.net> References: <18d93226-7cc6-4cef-1667-f05dea8770a3@comcast.net> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; powerpc64-portbld-freebsd13.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49WsZ72kpyz4Gj1 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=tThO5U9w; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of chmeeedalf@gmail.com designates 2607:f8b0:4864:20::d31 as permitted sender) smtp.mailfrom=chmeeedalf@gmail.com X-Spamd-Result: default: False [-3.77 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.76)[-0.759]; FREEMAIL_TO(0.00)[comcast.net]; RECEIVED_SPAMHAUS_PBL(0.00)[173.19.125.130:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.016]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.994]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::d31:from]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 00:45:36 -0000 On Tue, 26 May 2020 15:27:46 -0700 Charlie Kester wrote: > (This is a copy of email sent to the port maintainer. Re-sending to > this list in case someone familiar with powerpc has already > encountered and resolved this issue.) > > > I'm trying to get FreeBSD running on an old Mac Mini and have hit a > snag with this port, which is a dependency of many others. > > The configure step fails with the following output (I don't have mail > running on the mini yet and am typing this on another machine, > so please disregard any typos. blank lines = line breaks in output): > --------------------------------------------------------------------- > > ===> gmp-6.2.0 depends on file: /usr/local/bin/makeinfo - found > > ===> Configuring for gmp-6.2.0 > > checking build system type... invalid configuration > 'powerpc7447-unknown-freebsd12.1': machine 'powerpc7447-unknown' not > recognized > > configure: error: /bin/sh ./config.sub > powerpc7447-unknown-freebsd12.1 failed > > etc. > ---------------------------------------------------------------------- > I tried > # make configure CONFIGURE_ARGS=--build=powerpc7447 > and > # make configure CONFIGURE_TARGET=powerpc7447 > > Neither worked. Same failure. > > Any suggestions on how I can resolve this issue? Where do you get powerpc7447? The arch is 'powerpc', and you shouldn't need to set anything for the port. If you want to customize for your specific CPU, add the following to /etc/make.conf: CPUTYPE=7450 - Justin > > -- charlie > _______________________________________________ > 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 Wed May 27 01:00:20 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 B8BBD2F9C0D for ; Wed, 27 May 2020 01:00:20 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resqmta-po-03v.sys.comcast.net (resqmta-po-03v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49Wsv73n0nz4H1t for ; Wed, 27 May 2020 01:00:19 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resomta-po-18v.sys.comcast.net ([96.114.154.242]) by resqmta-po-03v.sys.comcast.net with ESMTP id dkM4jDYmK9eDpdkQbjaumP; Wed, 27 May 2020 01:00:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1590541217; bh=6V4gssjLokFEubDhtEyz2v4PhYM9fgbe7vE3CMczNVo=; h=Received:Received:Subject:To:From:Message-ID:Date:MIME-Version: Content-Type; b=lD/Oe32T3Fx8HO6dCAugs/ujoVrsbG1fmyV1fR3d/bFaeXRcfGVIQ28gQPsdwW4NX 0roqRDFutDbBrSx+46Lq6nXZ36BW+4R8CL9LTDoJdVyaCSiuAOFX8euayojJ1NF/DS SpBPLl+Gy5Mm57qcuZyI5t6bEJf/GAFOWB7IFA/sTIpvXw0NMvHsjXesSXX5mDwKTB mi7+IvZQqdVdi32W1dE/14IBeOBE1iFrKTUra/tqIe1BYdvF/uObQcfzdaYkumavYC anUu5dEVIjndFHwpYgo1b7bmO00vBZ+TszCv3mo1UxL0IPfo+MC38z+/oLDEr36BUY QbHg0zDBZn3PA== Received: from [192.168.1.106] ([67.170.125.248]) by resomta-po-18v.sys.comcast.net with ESMTPA id dkQajR3lADk5PdkQbjn3za; Wed, 27 May 2020 01:00:17 +0000 X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgeduhedruddvfedgfeelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhffkffgfgggjtgfgsehtjeertddtfeejnecuhfhrohhmpeevhhgrrhhlihgvucfmvghsthgvrhcuoegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtqeenucggtffrrghtthgvrhhnpedujeehieeiffffudfhgfekfeefkedttdejjefgudeijeetteevjeejveehleegleenucfkphepieejrddujedtrdduvdehrddvgeeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeeijedrudejtddruddvhedrvdegkedpmhgrihhlfhhrohhmpegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtpdhrtghpthhtohepfhhrvggvsghsugdqphhptgesfhhrvggvsghsugdrohhrghdprhgtphhtthhopegthhhmvggvvggurghlfhesghhmrghilhdrtghomh X-Xfinity-VMeta: sc=0.00;st=legit Subject: Re: Build failure of gmp-6.2.0 on Mac Mini G4 To: Justin Hibbits Cc: freebsd-ppc@freebsd.org References: <18d93226-7cc6-4cef-1667-f05dea8770a3@comcast.net> <20200526194532.07d637bb@titan.knownspace> From: Charlie Kester Message-ID: <83543ad1-48c9-cf6c-b24b-f47c249a1634@comcast.net> Date: Tue, 26 May 2020 18:00:16 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <20200526194532.07d637bb@titan.knownspace> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49Wsv73n0nz4H1t X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=comcast.net header.s=20190202a header.b=lD/Oe32T; dmarc=pass (policy=none) header.from=comcast.net; spf=pass (mx1.freebsd.org: domain of corky1951@comcast.net designates 2001:558:fe16:19:96:114:154:162 as permitted sender) smtp.mailfrom=corky1951@comcast.net X-Spamd-Result: default: False [-0.86 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[comcast.net]; R_SPF_ALLOW(-0.20)[+ip6:2001:558:fe16:19:96:114:154:0/112]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[comcast.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[comcast.net,none]; NEURAL_HAM_SHORT(-0.75)[-0.754]; HFILTER_HELO_5(3.00)[resqmta-po-03v.sys.comcast.net]; FREEMAIL_TO(0.00)[gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[67.170.125.248:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[comcast.net]; ASN(0.00)[asn:7922, ipnet:2001:558::/29, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[comcast.net:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.03)[-1.028]; R_DKIM_ALLOW(-0.20)[comcast.net:s=20190202a]; RCVD_IN_DNSWL_LOW(-0.10)[2001:558:fe16:19:96:114:154:162:from]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.983]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 01:00:20 -0000 On 5/26/20 5:45 PM, Justin Hibbits wrote: > On Tue, 26 May 2020 15:27:46 -0700 > Charlie Kester wrote: > >> (This is a copy of email sent to the port maintainer. Re-sending to >> this list in case someone familiar with powerpc has already >> encountered and resolved this issue.) >> >> >> I'm trying to get FreeBSD running on an old Mac Mini and have hit a >> snag with this port, which is a dependency of many others. >> >> The configure step fails with the following output (I don't have mail >> running on the mini yet and am typing this on another machine, >> so please disregard any typos. blank lines = line breaks in output): >> --------------------------------------------------------------------- >> >> ===> gmp-6.2.0 depends on file: /usr/local/bin/makeinfo - found >> >> ===> Configuring for gmp-6.2.0 >> >> checking build system type... invalid configuration >> 'powerpc7447-unknown-freebsd12.1': machine 'powerpc7447-unknown' not >> recognized >> >> configure: error: /bin/sh ./config.sub >> powerpc7447-unknown-freebsd12.1 failed >> >> etc. >> ---------------------------------------------------------------------- >> I tried >> # make configure CONFIGURE_ARGS=--build=powerpc7447 >> and >> # make configure CONFIGURE_TARGET=powerpc7447 >> >> Neither worked. Same failure. >> >> Any suggestions on how I can resolve this issue? > > Where do you get powerpc7447? The arch is 'powerpc', and you shouldn't > need to set anything for the port. If you want to customize for your > specific CPU, add the following to /etc/make.conf: > > CPUTYPE=7450 > I got it from the error message above. ;-) This is a vanilla install using the ISO CD image downloaded yesterday and installed, followed by a portsnap fetch and portsnap extract. I haven't made any edits to /etc/make.conf or changed any other settings. Expected it to work "out of the box" but for some reason it doesn't. Am I correct in assuming that the 7447 came as a result of the kernel reading the PVR at some point? Or is this due to the gmp port's own attempt to get the processor version in config.guess? How can I confirm which of 7447 or 7450 is correct? -- charlie From owner-freebsd-ppc@freebsd.org Wed May 27 01:18: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 BD0A02F9E50 for ; Wed, 27 May 2020 01:18:54 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resqmta-po-01v.sys.comcast.net (resqmta-po-01v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:160]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49WtJY52K0z4Jl3 for ; Wed, 27 May 2020 01:18:53 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resomta-po-14v.sys.comcast.net ([96.114.154.238]) by resqmta-po-01v.sys.comcast.net with ESMTP id dkYPj3216cC7KdkiZjnxl5; Wed, 27 May 2020 01:18:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1590542331; bh=2uzX5l5MXtWV8XZ96NcubFDEWigIJtQvSAx8yoFzCdc=; h=Received:Received:Subject:From:To:Message-ID:Date:MIME-Version: Content-Type; b=mQ7A+d8X4+3vggW9yIxfkRuKHoL6090KZnsNKPN5cxYu9yenpMuMrdumrxzLnukFt kxP+Ziab4IigIrRYKqf517GMYlv6gsHb7+fSuf23Z9fwJqv2oMU8hnll4Nodd+arCR wcjg3D29u1lxhwZhAuuNHfGdBb2UD9x3A4O4QhLn+VuDmNDLuj23aC397LNWAINCtL NRC/i1cuPv/8a9ixl4W6/z3AAYbtfVE6Fgyzdme8Zq+M+IVXt7Zx4Za/obyYDIhtiL aENS2KllplSd368JSSQ+i6H56Haxy4Jsi42lf+6LsQX4VzysouI9mRCrSxBkASH7k+ RNFVq6zuKEDDg== Received: from [192.168.1.106] ([67.170.125.248]) by resomta-po-14v.sys.comcast.net with ESMTPA id dkiYjiMhugsj9dkiZjQBIB; Wed, 27 May 2020 01:18:51 +0000 X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgeduhedruddvfedggeefucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuhffvfhfkffgfgggjtgfgsehtkeertddtfeejnecuhfhrohhmpeevhhgrrhhlihgvucfmvghsthgvrhcuoegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtqeenucggtffrrghtthgvrhhnpeeikeehleehieevvedtveefudduvdffuddtvefhteelueehvdehveekvdeivdekfeenucfkphepieejrddujedtrdduvdehrddvgeeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeeijedrudejtddruddvhedrvdegkedpmhgrihhlfhhrohhmpegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtpdhrtghpthhtohepfhhrvggvsghsugdqphhptgesfhhrvggvsghsugdrohhrghdprhgtphhtthhopegthhhmvggvvggurghlfhesghhmrghilhdrtghomh X-Xfinity-VMeta: sc=0.00;st=legit Subject: Re: Build failure of gmp-6.2.0 on Mac Mini G4 From: Charlie Kester To: Justin Hibbits Cc: freebsd-ppc@freebsd.org References: <18d93226-7cc6-4cef-1667-f05dea8770a3@comcast.net> <20200526194532.07d637bb@titan.knownspace> <83543ad1-48c9-cf6c-b24b-f47c249a1634@comcast.net> Message-ID: Date: Tue, 26 May 2020 18:18:50 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <83543ad1-48c9-cf6c-b24b-f47c249a1634@comcast.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 49WtJY52K0z4Jl3 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=comcast.net header.s=20190202a header.b=mQ7A+d8X; dmarc=pass (policy=none) header.from=comcast.net; spf=pass (mx1.freebsd.org: domain of corky1951@comcast.net designates 2001:558:fe16:19:96:114:154:160 as permitted sender) smtp.mailfrom=corky1951@comcast.net X-Spamd-Result: default: False [-0.68 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[comcast.net]; R_SPF_ALLOW(-0.20)[+ip6:2001:558:fe16:19:96:114:154:0/112]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[comcast.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[comcast.net,none]; NEURAL_HAM_SHORT(-0.66)[-0.662]; HFILTER_HELO_5(3.00)[resqmta-po-01v.sys.comcast.net]; FREEMAIL_TO(0.00)[gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[67.170.125.248:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[comcast.net]; ASN(0.00)[asn:7922, ipnet:2001:558::/29, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[comcast.net:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.03)[-1.027]; R_DKIM_ALLOW(-0.20)[comcast.net:s=20190202a]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.989]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2001:558:fe16:19:96:114:154:160:from] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 01:18:54 -0000 On 5/26/20 6:00 PM, Charlie Kester wrote: > On 5/26/20 5:45 PM, Justin Hibbits wrote: >> On Tue, 26 May 2020 15:27:46 -0700 >> Charlie Kester wrote: >> >>> (This is a copy of email sent to the port maintainer.  Re-sending to >>> this list in case someone familiar with powerpc has already >>> encountered and resolved this issue.) >>> >>> >>> I'm trying to get FreeBSD running on an old Mac Mini and have hit a >>> snag with this port, which is a dependency of many others. >>> >>> The configure step fails with the following output (I don't have mail >>> running on the mini yet and am typing this on another machine, >>> so please disregard any typos.  blank lines = line breaks in output): >>> --------------------------------------------------------------------- >>> >>> ===> gmp-6.2.0 depends on file: /usr/local/bin/makeinfo - found >>> >>> ===> Configuring for gmp-6.2.0 >>> >>> checking build system type... invalid configuration >>> 'powerpc7447-unknown-freebsd12.1': machine 'powerpc7447-unknown' not >>> recognized >>> >>> configure: error: /bin/sh ./config.sub >>> powerpc7447-unknown-freebsd12.1 failed >>> >>> etc. >>> ---------------------------------------------------------------------- >>> I tried >>> # make configure CONFIGURE_ARGS=--build=powerpc7447 >>> and >>> # make configure CONFIGURE_TARGET=powerpc7447 >>> >>> Neither worked.  Same failure. >>> >>> Any suggestions on how I can resolve this issue? >> >> Where do you get powerpc7447?  The arch is 'powerpc', and you shouldn't >> need to set anything for the port. If you want to customize for your >> specific CPU, add the following to /etc/make.conf: >> >> CPUTYPE=7450 >> > > I got it from the error message above.  ;-) > > This is a vanilla install using the ISO CD image downloaded yesterday > and installed, followed by a portsnap fetch and portsnap extract. > I haven't made any edits to /etc/make.conf or changed any other > settings.  Expected it to work "out of the box" but for some reason it > doesn't. > > Am I correct in assuming that the 7447 came as a result of the kernel > reading the PVR at some point?  Or is this due to the gmp port's own > attempt to get the processor version in config.guess?  How can I confirm > which of 7447 or 7450 is correct? sysctl reports hw.model as "Motorola PowerPC 7447A" So I tried adding CPUTYPE=7447 to /etc/make.conf cd /usr/ports/math/gmp make distclean make install clean Same failure as above ("invalid configuration") -- charlie From owner-freebsd-ppc@freebsd.org Wed May 27 01:41: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 1FE272FA79F for ; Wed, 27 May 2020 01:41:44 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resqmta-po-10v.sys.comcast.net (resqmta-po-10v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49Wtpt4Brtz4LLf for ; Wed, 27 May 2020 01:41:42 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resomta-po-01v.sys.comcast.net ([96.114.154.225]) by resqmta-po-10v.sys.comcast.net with ESMTP id dkOfjS8MQCiludl4fj7bN2; Wed, 27 May 2020 01:41:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1590543701; bh=x7AnvMTKzWCleIQ9IATzUszEFG0NP2j+wXybhroeDxw=; h=Received:Received:Subject:From:To:Message-ID:Date:MIME-Version: Content-Type; b=0u9qhnXRJ/939xt+9rPonW2soPV7Kl/lmbfxf687cmR4Iq9CxvBHssLh8wgS6Jytj 6KjfbDMlBifjsO38ACn9fACFG8kXzZxZObcz5L9nrPuJ5021xWAz87SzAm6ZENsXEf fhngcG2ZFbwYOJoNCpgumS45GWxSBS+Lx7rjDmVKxpyK9euHCQ4h3THF9IA38QD7me +OL9GX3twnGYf9ICMkl0xkZsJ5s6Y62bHMBdH9wvaSLle017G4NHUjuNpiMNbV83f2 jWVPScg+BH2PwqfVYsLgpu1ACpXrQ+gKUlwE4j/7cEVgbpQTSb+I2X+nZo4P180r7G dJQ6W8LZFL+ZQ== Received: from [192.168.1.106] ([67.170.125.248]) by resomta-po-01v.sys.comcast.net with ESMTPA id dl4djYtS99e6Ddl4ejLLej; Wed, 27 May 2020 01:41:40 +0000 X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgeduhedruddvfedggeejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuhffvfhfkffgfgggjtgfgsehtkeertddtfeejnecuhfhrohhmpeevhhgrrhhlihgvucfmvghsthgvrhcuoegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtqeenucggtffrrghtthgvrhhnpeeikeehleehieevvedtveefudduvdffuddtvefhteelueehvdehveekvdeivdekfeenucfkphepieejrddujedtrdduvdehrddvgeeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeeijedrudejtddruddvhedrvdegkedpmhgrihhlfhhrohhmpegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtpdhrtghpthhtohepfhhrvggvsghsugdqphhptgesfhhrvggvsghsugdrohhrghdprhgtphhtthhopegthhhmvggvvggurghlfhesghhmrghilhdrtghomh X-Xfinity-VMeta: sc=0.00;st=legit Subject: RESOLVED: Build failure of gmp-6.2.0 on Mac Mini G4 From: Charlie Kester To: Justin Hibbits Cc: freebsd-ppc@freebsd.org References: <18d93226-7cc6-4cef-1667-f05dea8770a3@comcast.net> <20200526194532.07d637bb@titan.knownspace> <83543ad1-48c9-cf6c-b24b-f47c249a1634@comcast.net> Message-ID: <1afbd7a9-0383-f31b-0c76-36be152a1851@comcast.net> Date: Tue, 26 May 2020 18:41:39 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 49Wtpt4Brtz4LLf X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=comcast.net header.s=20190202a header.b=0u9qhnXR; dmarc=pass (policy=none) header.from=comcast.net; spf=pass (mx1.freebsd.org: domain of corky1951@comcast.net designates 2001:558:fe16:19:96:114:154:169 as permitted sender) smtp.mailfrom=corky1951@comcast.net X-Spamd-Result: default: False [-0.79 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[comcast.net]; R_SPF_ALLOW(-0.20)[+ip6:2001:558:fe16:19:96:114:154:0/112]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[comcast.net:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[comcast.net,none]; NEURAL_HAM_SHORT(-0.78)[-0.779]; HFILTER_HELO_5(3.00)[resqmta-po-10v.sys.comcast.net]; FREEMAIL_TO(0.00)[gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[67.170.125.248:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[comcast.net]; ASN(0.00)[asn:7922, ipnet:2001:558::/29, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[comcast.net:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.022]; R_DKIM_ALLOW(-0.20)[comcast.net:s=20190202a]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.989]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2001:558:fe16:19:96:114:154:169:from] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 01:41:44 -0000 On 5/26/20 6:18 PM, Charlie Kester wrote: > On 5/26/20 6:00 PM, Charlie Kester wrote: >> On 5/26/20 5:45 PM, Justin Hibbits wrote: >>> On Tue, 26 May 2020 15:27:46 -0700 >>> Charlie Kester wrote: >>> >>>> (This is a copy of email sent to the port maintainer.  Re-sending to >>>> this list in case someone familiar with powerpc has already >>>> encountered and resolved this issue.) >>>> >>>> >>>> I'm trying to get FreeBSD running on an old Mac Mini and have hit a >>>> snag with this port, which is a dependency of many others. >>>> >>>> The configure step fails with the following output (I don't have mail >>>> running on the mini yet and am typing this on another machine, >>>> so please disregard any typos.  blank lines = line breaks in output): >>>> --------------------------------------------------------------------- >>>> >>>> ===> gmp-6.2.0 depends on file: /usr/local/bin/makeinfo - found >>>> >>>> ===> Configuring for gmp-6.2.0 >>>> >>>> checking build system type... invalid configuration >>>> 'powerpc7447-unknown-freebsd12.1': machine 'powerpc7447-unknown' not >>>> recognized >>>> >>>> configure: error: /bin/sh ./config.sub >>>> powerpc7447-unknown-freebsd12.1 failed >>>> >>>> etc. >>>> ---------------------------------------------------------------------- >>>> I tried >>>> # make configure CONFIGURE_ARGS=--build=powerpc7447 >>>> and >>>> # make configure CONFIGURE_TARGET=powerpc7447 >>>> >>>> Neither worked.  Same failure. >>>> >>>> Any suggestions on how I can resolve this issue? >>> >>> Where do you get powerpc7447?  The arch is 'powerpc', and you shouldn't >>> need to set anything for the port. If you want to customize for your >>> specific CPU, add the following to /etc/make.conf: >>> >>> CPUTYPE=7450 >>> >> >> I got it from the error message above.  ;-) >> >> This is a vanilla install using the ISO CD image downloaded yesterday >> and installed, followed by a portsnap fetch and portsnap extract. >> I haven't made any edits to /etc/make.conf or changed any other >> settings.  Expected it to work "out of the box" but for some reason it >> doesn't. >> >> Am I correct in assuming that the 7447 came as a result of the kernel >> reading the PVR at some point?  Or is this due to the gmp port's own >> attempt to get the processor version in config.guess?  How can I >> confirm which of 7447 or 7450 is correct? > > sysctl reports hw.model as "Motorola PowerPC 7447A" > > So I tried adding CPUTYPE=7447 to /etc/make.conf > > cd /usr/ports/math/gmp > make distclean > make install clean > > Same failure as above ("invalid configuration") > I was finally able to get this port configured and built with: make configure CONFIGURE_ARGS=--build=powerppc Should have tried that sooner. Sorry for the noise. >  -- charlie From owner-freebsd-ppc@freebsd.org Wed May 27 01:44: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 1A9062FAA15 for ; Wed, 27 May 2020 01:44:39 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-il1-x141.google.com (mail-il1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49WttG1B9lz4LkC for ; Wed, 27 May 2020 01:44:37 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-il1-x141.google.com with SMTP id l20so22435650ilj.10 for ; Tue, 26 May 2020 18:44:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=WzXXHSzb3JtmKm2TCzPbC72eXX8AgS2lilQGc8hwo9M=; b=BLLu2SWARsYun7SLaUMlAO98Fb+YL2+NZ3NtibzVhUKFQ6EH5bKONFNetcSB8F15wg BZ5vMcKUrsFHDNvJW2oKvjZcAQELHwh1V+PdR2v78HkhDiPSMI90tl3A+8KwJc6fgqwr KdN8Q4xNSsulsnHJZoxaZfxuMteDhpbCp48R8zuzQ9ohEFNtnKFo/iM8B8HEpAx9YhQe MVQY8KE4g+GKvtIL0d1vjJh8HrDwy5mrxTQDX+JipuOrfKXR/KQaH+jFaa+hFzHrn0lS FTlloX/505LX5NkOVWvC3bhRYHmklY7FxTqWVnZmud2a+8gqaZgASTvLRux/qkHwPpam ORIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WzXXHSzb3JtmKm2TCzPbC72eXX8AgS2lilQGc8hwo9M=; b=plQwXDYGlS44a6xhOw2ySF3bPG3DJyl2vgs7Wx/0dNCj5mS784o5R7iJ+YwL2lsikl q5dLcnPYkKYNepFrJNNf1CwcdRR9DPlbbmK++vpxUJ55nBPPpeRhaWRGKDJogE+ZTUqg 5bsgMyCUmY9oDWl5ocGpN/2YFkRLpPmpUoksyqoLvJyVawnsV+Caa5w4oskLRaN91PTh DBLKKvbwqfEFb7ShDz8xVGSZKY9til422bQdHehWjyBbd6V/hM62K2OV2cYBiEFbHWRj VQu2HJMTurXsQGVQxRxokiATUg7PEGN/cycluyRYYISxxEXIec2So0WbX995VDQTuZ9f j9YQ== X-Gm-Message-State: AOAM530lGXAuoJpDaZye9UTa6Vta1Bin+nOC65HdlJ2UTp608JLz5M30 /GFA6uV1yn6yBcoY5kKSA1+uq6ED6BQ= X-Google-Smtp-Source: ABdhPJyZvm2Si3BbrgJ9nE6C4DUCZRxDl0KSw8IGHUaKQgO7O3FoRxd+Tkoz6BEAYIT6bRVpsq2iAQ== X-Received: by 2002:a05:6e02:138b:: with SMTP id d11mr3587728ilo.183.1590543876788; Tue, 26 May 2020 18:44:36 -0700 (PDT) Received: from titan.knownspace (173-19-125-130.client.mchsi.com. [173.19.125.130]) by smtp.gmail.com with ESMTPSA id n25sm639433ioa.29.2020.05.26.18.44.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 May 2020 18:44:36 -0700 (PDT) Date: Tue, 26 May 2020 20:44:35 -0500 From: Justin Hibbits To: Charlie Kester Cc: freebsd-ppc@freebsd.org Subject: Re: RESOLVED: Build failure of gmp-6.2.0 on Mac Mini G4 Message-ID: <20200526204435.101e82f5@titan.knownspace> In-Reply-To: <1afbd7a9-0383-f31b-0c76-36be152a1851@comcast.net> References: <18d93226-7cc6-4cef-1667-f05dea8770a3@comcast.net> <20200526194532.07d637bb@titan.knownspace> <83543ad1-48c9-cf6c-b24b-f47c249a1634@comcast.net> <1afbd7a9-0383-f31b-0c76-36be152a1851@comcast.net> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; powerpc64-portbld-freebsd13.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 49WttG1B9lz4LkC X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=BLLu2SWA; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of chmeeedalf@gmail.com designates 2607:f8b0:4864:20::141 as permitted sender) smtp.mailfrom=chmeeedalf@gmail.com X-Spamd-Result: default: False [-3.79 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.79)[-0.787]; FREEMAIL_TO(0.00)[comcast.net]; RECEIVED_SPAMHAUS_PBL(0.00)[173.19.125.130:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.01)[-1.009]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.995]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::141:from]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 01:44:39 -0000 On Tue, 26 May 2020 18:41:39 -0700 Charlie Kester wrote: > On 5/26/20 6:18 PM, Charlie Kester wrote: > > On 5/26/20 6:00 PM, Charlie Kester wrote: =20 > >> On 5/26/20 5:45 PM, Justin Hibbits wrote: =20 > >>> On Tue, 26 May 2020 15:27:46 -0700 > >>> Charlie Kester wrote: > >>> =20 > >>>> (This is a copy of email sent to the port maintainer. > >>>> Re-sending to this list in case someone familiar with powerpc > >>>> has already encountered and resolved this issue.) > >>>> > >>>> > >>>> I'm trying to get FreeBSD running on an old Mac Mini and have > >>>> hit a snag with this port, which is a dependency of many others. > >>>> > >>>> The configure step fails with the following output (I don't have > >>>> mail running on the mini yet and am typing this on another > >>>> machine, so please disregard any typos.=C2=A0 blank lines =3D line > >>>> breaks in output): > >>>> --------------------------------------------------------------------= -=20 > >>>> =3D=3D=3D> gmp-6.2.0 depends on file: /usr/local/bin/makeinfo - foun= d =20 > >>>> =20 > >>>> =3D=3D=3D> Configuring for gmp-6.2.0 =20 > >>>> > >>>> checking build system type... invalid configuration > >>>> 'powerpc7447-unknown-freebsd12.1': machine 'powerpc7447-unknown' > >>>> not recognized > >>>> > >>>> configure: error: /bin/sh ./config.sub > >>>> powerpc7447-unknown-freebsd12.1 failed > >>>> > >>>> etc. > >>>> --------------------------------------------------------------------= -- > >>>> I tried > >>>> # make configure CONFIGURE_ARGS=3D--build=3Dpowerpc7447 > >>>> and > >>>> # make configure CONFIGURE_TARGET=3Dpowerpc7447 > >>>> > >>>> Neither worked.=C2=A0 Same failure. > >>>> > >>>> Any suggestions on how I can resolve this issue? =20 > >>> > >>> Where do you get powerpc7447?=C2=A0 The arch is 'powerpc', and you > >>> shouldn't need to set anything for the port. If you want to > >>> customize for your specific CPU, add the following to > >>> /etc/make.conf: > >>> > >>> CPUTYPE=3D7450 > >>> =20 > >> > >> I got it from the error message above.=C2=A0 ;-) > >> > >> This is a vanilla install using the ISO CD image downloaded > >> yesterday and installed, followed by a portsnap fetch and portsnap > >> extract. I haven't made any edits to /etc/make.conf or changed any > >> other settings.=C2=A0 Expected it to work "out of the box" but for some > >> reason it doesn't. > >> > >> Am I correct in assuming that the 7447 came as a result of the > >> kernel reading the PVR at some point?=C2=A0 Or is this due to the gmp > >> port's own attempt to get the processor version in config.guess? > >> How can I confirm which of 7447 or 7450 is correct? =20 > >=20 > > sysctl reports hw.model as "Motorola PowerPC 7447A" > >=20 > > So I tried adding CPUTYPE=3D7447 to /etc/make.conf > >=20 > > cd /usr/ports/math/gmp > > make distclean > > make install clean > >=20 > > Same failure as above ("invalid configuration") > > =20 >=20 > I was finally able to get this port configured and built with: >=20 > make configure CONFIGURE_ARGS=3D--build=3Dpowerppc >=20 > Should have tried that sooner. Sorry for the noise. It's not noise. If that's required, then the port does need fixed. The port Makefile might need a "CONFIGURE_ARGS+=3D--build=3D${ARCH}", or something similar. You can file a PR against it (include the category in the summary: math/gmp ..., so the automation does its job). - Justin >=20 >=20 > > =C2=A0-- charlie =20 >=20 >=20 >=20 From owner-freebsd-ppc@freebsd.org Wed May 27 01:50: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 3F8E02FA7FC for ; Wed, 27 May 2020 01:50:52 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Wv1S0rTkz4LtM for ; Wed, 27 May 2020 01:50:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 12878A2C2; Wed, 27 May 2020 01:50:52 +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 101ECA480 for ; Wed, 27 May 2020 01:50: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Wv1R6NY8z4M1q for ; Wed, 27 May 2020 01:50: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D6A17CF68 for ; Wed, 27 May 2020 01:50: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 04R1opap009980 for ; Wed, 27 May 2020 01:50:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04R1opTu009979 for powerpc@FreeBSD.org; Wed, 27 May 2020 01:50: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 246761] security/afl++: fix build on powerpc64 Date: Wed, 27 May 2020 01:50:50 +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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 01:50:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246761 Bug ID: 246761 Summary: security/afl++: 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: tobik@freebsd.org Reporter: pkubaj@FreeBSD.org CC: powerpc@FreeBSD.org Assignee: tobik@freebsd.org Flags: maintainer-feedback?(tobik@freebsd.org) CC: powerpc@FreeBSD.org Created attachment 214893 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D214893&action= =3Dedit patch Upstream PR: https://github.com/AFLplusplus/AFLplusplus/pull/376 Add aarch64 to the file just like upstream did. It could probably fix build there too. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed May 27 02:35:46 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 932C02FBF93 for ; Wed, 27 May 2020 02:35:46 +0000 (UTC) (envelope-from b.emailink@orange.fr) Received: from smtp.smtpout.orange.fr (smtp09.smtpout.orange.fr [80.12.242.131]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Ww1F6HqSz4QTF for ; Wed, 27 May 2020 02:35:45 +0000 (UTC) (envelope-from b.emailink@orange.fr) Received: from [192.168.1.27] ([90.118.211.240]) by mwinf5d44 with ME id jebj220065BlWdE03ebjT7; Wed, 27 May 2020 04:35:44 +0200 X-ME-Helo: [192.168.1.27] X-ME-Auth: Yi5lbWFpbGlua0B3YW5hZG9vLmZy X-ME-Date: Wed, 27 May 2020 04:35:44 +0200 X-ME-IP: 90.118.211.240 Message-ID: <1f9ad500917a5d523dd7aba64a85dca3@mwinf5d44.me-wanadoo.net> Date: Wed, 27 May 2020 04:35:43 +0200 To: freebsd-ppc@FreeBSD.org From: Galerie Depardieu Reply-To: galerie.depardieu@orange.fr Subject: =?iso-8859-1?Q?R=E9ouverture_respectant_les_gestes_de_s=E9curit=E9_=21?= X-Emailink: Ref=Elk-147488-24418 X-Mailer: eMailink 4 X-Rspamd-Queue-Id: 49Ww1F6HqSz4QTF X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of b.emailink@orange.fr has no SPF policy when checking 80.12.242.131) smtp.mailfrom=b.emailink@orange.fr X-Spamd-Result: default: False [5.04 / 15.00]; HAS_REPLYTO(0.00)[galerie.depardieu@orange.fr]; FREEMAIL_FROM(0.00)[orange.fr]; MV_CASE(0.50)[]; TO_DN_NONE(0.00)[]; SUBJECT_ENDS_EXCLAIM(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:3215, ipnet:80.12.240.0/20, country:FR]; MIME_TRACE(0.00)[0:~]; FREEMAIL_ENVFROM(0.00)[orange.fr]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; EXT_CSS(1.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.28)[0.276]; REPLYTO_DOM_EQ_FROM_DOM(0.00)[]; FREEMAIL_REPLYTO(0.00)[orange.fr]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(1.07)[1.070]; DMARC_NA(0.00)[orange.fr]; NEURAL_SPAM_LONG(1.00)[0.997]; RCVD_IN_DNSWL_NONE(0.00)[80.12.242.131:from]; MIME_HTML_ONLY(0.20)[]; R_SPF_NA(0.00)[no SPF record]; RWL_MAILSPIKE_POSSIBLE(0.00)[80.12.242.131:from]; RCVD_COUNT_TWO(0.00)[2] MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 02:35:46 -0000 From owner-freebsd-ppc@freebsd.org Wed May 27 03:55: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 7BE3D2FCEF4 for ; Wed, 27 May 2020 03:55:24 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resqmta-po-12v.sys.comcast.net (resqmta-po-12v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49Wxn737zSz4Wbc for ; Wed, 27 May 2020 03:55:23 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from resomta-po-13v.sys.comcast.net ([96.114.154.237]) by resqmta-po-12v.sys.comcast.net with ESMTP id dmpDjbRQtoMModnA1j04uV; Wed, 27 May 2020 03:55:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1590551721; bh=4qKOVwUmz8ENclgwr5VWvkUpZAnzOoJ4ztYReBj+s+0=; h=Received:Received:Subject:To:From:Message-ID:Date:MIME-Version: Content-Type; b=qdawG6u/Xha6qXeOXybqNttcdxheOd8IzG9wSzokg6tTPefZ7yrzPpfJHTZGTDf/t s9k27TWom6VkrELkpg5qtwRP4QG/eEmbb84UCVE5vldpyTvNWEDPodl4RnIeRRZE+q nu4HVD0V24MHDeq8qPYUILxOHbbIL9SB87Mv5KmMOHBCbTlIK0DwBYMULk6toBs2NT W13sQzfSglB9gauw3uYqbo46iXc+KMLgJVrpYT52C8RMGYIVhiV6uSuohWLrTmZ/es MDVQk0CrJZy+9RGuoJqBQI62d5luWG6Re5/UKvclN9ksCqoUgxKmX5qUMtQDfxyAh6 ehFEH6O3OPp8A== Received: from [192.168.1.106] ([67.170.125.248]) by resomta-po-13v.sys.comcast.net with ESMTPA id dnA0jdqL2gnmWdnA1jNdUk; Wed, 27 May 2020 03:55:21 +0000 X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgeduhedruddvfedgjeehucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhffkffgfgggjtgfgsehtkeertddtfeejnecuhfhrohhmpeevhhgrrhhlihgvucfmvghsthgvrhcuoegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtqeenucggtffrrghtthgvrhhnpedvkedtleeltdetkeejueevjedtleetffejvddtffdtgfdvvdeuiefhuefhfeduheenucfkphepieejrddujedtrdduvdehrddvgeeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeeijedrudejtddruddvhedrvdegkedpmhgrihhlfhhrohhmpegtohhrkhihudelhedusegtohhmtggrshhtrdhnvghtpdhrtghpthhtoheprghlvgesfhhrvggvsghsugdrohhrghdprhgtphhtthhopehfrhgvvggsshguqdhpphgtsehfrhgvvggsshgurdhorhhgpdhrtghpthhtoheptghhmhgvvggvuggrlhhfsehgmhgrihhlrdgtohhm X-Xfinity-VMeta: sc=0.00;st=legit Subject: Re: RESOLVED: Build failure of gmp-6.2.0 on Mac Mini G4 To: Justin Hibbits Cc: freebsd-ppc@freebsd.org, ale@freebsd.org References: <18d93226-7cc6-4cef-1667-f05dea8770a3@comcast.net> <20200526194532.07d637bb@titan.knownspace> <83543ad1-48c9-cf6c-b24b-f47c249a1634@comcast.net> <1afbd7a9-0383-f31b-0c76-36be152a1851@comcast.net> <20200526204435.101e82f5@titan.knownspace> From: Charlie Kester Message-ID: <2f903710-7d3f-6c4a-5f3f-7b62e0059118@comcast.net> Date: Tue, 26 May 2020 20:55:19 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <20200526204435.101e82f5@titan.knownspace> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 49Wxn737zSz4Wbc X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=comcast.net header.s=20190202a header.b=qdawG6u/; dmarc=pass (policy=none) header.from=comcast.net; spf=pass (mx1.freebsd.org: domain of corky1951@comcast.net designates 2001:558:fe16:19:96:114:154:171 as permitted sender) smtp.mailfrom=corky1951@comcast.net X-Spamd-Result: default: False [-0.34 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[comcast.net]; R_SPF_ALLOW(-0.20)[+ip6:2001:558:fe16:19:96:114:154:0/112]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[comcast.net:+]; DMARC_POLICY_ALLOW(-0.50)[comcast.net,none]; NEURAL_HAM_SHORT(-0.33)[-0.332]; HFILTER_HELO_5(3.00)[resqmta-po-12v.sys.comcast.net]; FREEMAIL_TO(0.00)[gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[67.170.125.248:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[comcast.net]; ASN(0.00)[asn:7922, ipnet:2001:558::/29, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[comcast.net:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.01)[-1.010]; R_DKIM_ALLOW(-0.20)[comcast.net:s=20190202a]; RCVD_TLS_LAST(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-0.99)[-0.993]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2001:558:fe16:19:96:114:154:171:from] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 03:55:24 -0000 On 5/26/20 6:44 PM, Justin Hibbits wrote: > On Tue, 26 May 2020 18:41:39 -0700 > Charlie Kester wrote: > >> On 5/26/20 6:18 PM, Charlie Kester wrote: >>> On 5/26/20 6:00 PM, Charlie Kester wrote: >>>> On 5/26/20 5:45 PM, Justin Hibbits wrote: >>>>> On Tue, 26 May 2020 15:27:46 -0700 >>>>> Charlie Kester wrote: >>>>> >>>>>> (This is a copy of email sent to the port maintainer. >>>>>> Re-sending to this list in case someone familiar with powerpc >>>>>> has already encountered and resolved this issue.) >>>>>> >>>>>> >>>>>> I'm trying to get FreeBSD running on an old Mac Mini and have >>>>>> hit a snag with this port, which is a dependency of many others. >>>>>> >>>>>> The configure step fails with the following output (I don't have >>>>>> mail running on the mini yet and am typing this on another >>>>>> machine, so please disregard any typos.  blank lines = line >>>>>> breaks in output): >>>>>> --------------------------------------------------------------------- >>>>>> ===> gmp-6.2.0 depends on file: /usr/local/bin/makeinfo - found >>>>>> >>>>>> ===> Configuring for gmp-6.2.0 >>>>>> >>>>>> checking build system type... invalid configuration >>>>>> 'powerpc7447-unknown-freebsd12.1': machine 'powerpc7447-unknown' >>>>>> not recognized >>>>>> >>>>>> configure: error: /bin/sh ./config.sub >>>>>> powerpc7447-unknown-freebsd12.1 failed >>>>>> >>>>>> etc. >>>>>> ---------------------------------------------------------------------- >>>>>> I tried >>>>>> # make configure CONFIGURE_ARGS=--build=powerpc7447 >>>>>> and >>>>>> # make configure CONFIGURE_TARGET=powerpc7447 >>>>>> >>>>>> Neither worked.  Same failure. >>>>>> >>>>>> Any suggestions on how I can resolve this issue? >>>>> >>>>> Where do you get powerpc7447?  The arch is 'powerpc', and you >>>>> shouldn't need to set anything for the port. If you want to >>>>> customize for your specific CPU, add the following to >>>>> /etc/make.conf: >>>>> >>>>> CPUTYPE=7450 >>>>> >>>> >>>> I got it from the error message above.  ;-) >>>> >>>> This is a vanilla install using the ISO CD image downloaded >>>> yesterday and installed, followed by a portsnap fetch and portsnap >>>> extract. I haven't made any edits to /etc/make.conf or changed any >>>> other settings.  Expected it to work "out of the box" but for some >>>> reason it doesn't. >>>> >>>> Am I correct in assuming that the 7447 came as a result of the >>>> kernel reading the PVR at some point?  Or is this due to the gmp >>>> port's own attempt to get the processor version in config.guess? >>>> How can I confirm which of 7447 or 7450 is correct? >>> >>> sysctl reports hw.model as "Motorola PowerPC 7447A" >>> >>> So I tried adding CPUTYPE=7447 to /etc/make.conf >>> >>> cd /usr/ports/math/gmp >>> make distclean >>> make install clean >>> >>> Same failure as above ("invalid configuration") >>> >> >> I was finally able to get this port configured and built with: >> >> make configure CONFIGURE_ARGS=--build=powerppc >> >> Should have tried that sooner. Sorry for the noise. > > It's not noise. If that's required, then the port does need fixed. > The port Makefile might need a "CONFIGURE_ARGS+=--build=${ARCH}", or > something similar. You can file a PR against it (include the category > in the summary: math/gmp ..., so the automation does its job). > > - Justin Just to be clear, the --build switch needs to be added to the CONFIGURE_ARGS in the port Makefile, not set on the commandline the way I show it above. There's also a typo above: the arg I actually used was "powerpc" with only two p's. I haven't tried it with ${ARCH} but that should work too. I found I also needed to add the --enable-shared switch in order for the pkg-static steps of the install to succeed. For some reason the shared libs weren't being built without that switch and I got error messages about them not being found. I'll submit a PR once I've got everything up and running on the mini and can include a diff and the usual machine info. Thanks for your help! -- charlie From owner-freebsd-ppc@freebsd.org Wed May 27 05:53:40 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 4DCE12FF825 for ; Wed, 27 May 2020 05:53:40 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49X0Pc1Px1z4fZs for ; Wed, 27 May 2020 05:53:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 25AE3113E7; Wed, 27 May 2020 05:53:40 +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 22E5811696 for ; Wed, 27 May 2020 05:53: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49X0Pb6t3Xz4fsJ for ; Wed, 27 May 2020 05:53: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7443FE9F for ; Wed, 27 May 2020 05:53: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 04R5rdgC068623 for ; Wed, 27 May 2020 05:53:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04R5rdDf068622 for powerpc@FreeBSD.org; Wed, 27 May 2020 05:53: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 246761] security/afl++: fix build on powerpc64 Date: Wed, 27 May 2020 05:53: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: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@freebsd.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: see_also bug_status keywords 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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 05:53:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246761 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://github.com/AFLplusp | |lus/AFLplusplus/pull/376 Status|New |Open Keywords| |needs-qa 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 Wed May 27 09:41: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 9377A32D762 for ; Wed, 27 May 2020 09:41: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49X5Sx3St9z43WX for ; Wed, 27 May 2020 09:41:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 6F7DB18B76; Wed, 27 May 2020 09:41:53 +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 6BA4518E85 for ; Wed, 27 May 2020 09:41: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49X5Sx1X0Cz43hy for ; Wed, 27 May 2020 09:41: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2E1931289D for ; Wed, 27 May 2020 09:41: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 04R9frmd029944 for ; Wed, 27 May 2020 09:41:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04R9frb2029943 for powerpc@FreeBSD.org; Wed, 27 May 2020 09:41:53 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 245511] lang/gcc9: build with base GCC on powerpc64 elfv1 Date: Wed, 27 May 2020 09:41: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: buildisok 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: gerald@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 09:41:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245511 --- Comment #31 from commit-hook@freebsd.org --- A commit references this bug: Author: gerald Date: Wed May 27 09:41:37 UTC 2020 New revision: 536683 URL: https://svnweb.freebsd.org/changeset/ports/536683 Log: Pull in files/extra-patch-libgcc_config_rs6000_t-crtstuff from r532950 to work around the 13 years old GCC 4.2 system compiler on powerpc64 in those cases we are using that. PR: 245511 Submitted by: pkubaj Changes: head/lang/gcc9-devel/Makefile head/lang/gcc9-devel/files/extra-patch-libgcc_config_rs6000_t-crtstuff --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed May 27 20:02:14 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 4F9282CD9EA for ; Wed, 27 May 2020 20:02:14 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XMDk1VsHz43Vw for ; Wed, 27 May 2020 20:02:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 22F3CCFF2; Wed, 27 May 2020 20:02:14 +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 1EBF7CEFB for ; Wed, 27 May 2020 20:02:14 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XMDj6llxz43Nn for ; Wed, 27 May 2020 20:02:13 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E2ECB1A3C5 for ; Wed, 27 May 2020 20:02:13 +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 04RK2D7F012116 for ; Wed, 27 May 2020 20:02:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04RK2Ds5012115 for powerpc@FreeBSD.org; Wed, 27 May 2020 20:02:13 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 243616] deskutils/cfiles : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration used outside C99 mode Date: Wed, 27 May 2020 20:02:13 +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: canardo909@gmx.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 20:02:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 --- Comment #6 from canardo --- (In reply to Yuri Victorovich from comment #5) Hi Yuri, It seems some new dependencies have been added : # cd /usr/ports/deskutils/cfiles/ # make -DBATCH install clean =3D=3D=3D> Staging for cfiles-1.8.6 =3D=3D=3D> cfiles-1.8.6 depends on file: /usr/local/libexec/w3m/w3mimgdis= play - found =3D=3D=3D> cfiles-1.8.6 depends on executable: atool - found =3D=3D=3D> cfiles-1.8.6 depends on executable: bash - found =3D=3D=3D> cfiles-1.8.6 depends on executable: fzf - not found =3D=3D=3D> fzf-0.19.0 depends on file: /usr/local/bin/go - not found =3D=3D=3D> go-1.14.3,1 is only for aarch64 amd64 armv6 armv7 i386, while y= ou are running powerpc. *** Error code 1 Stop. make[2]: stopped in /usr/ports/lang/go *** Error code 1 Stop. make[1]: stopped in /usr/ports/textproc/fzf *** Error code 1 Stop. make: stopped in /usr/ports/deskutils/cfiles Maybe someone else using a different arch can test it. Don't worry about cfiles for me, I can live without it, especially since there's a hardware problem on my Powerbook. I might not be able to test pow= erpc builds anymore. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed May 27 20:52:40 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 A52662CF1BA for ; Wed, 27 May 2020 20:52:40 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XNLw3kLTz47Lt for ; Wed, 27 May 2020 20:52:40 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 76D97F106; Wed, 27 May 2020 20:52:40 +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 72B88EEDE for ; Wed, 27 May 2020 20:52: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XNLw03g7z47VJ for ; Wed, 27 May 2020 20:52: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAE991B063 for ; Wed, 27 May 2020 20:52: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 04RKqbOL073029 for ; Wed, 27 May 2020 20:52:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04RKqbwD073028 for powerpc@FreeBSD.org; Wed, 27 May 2020 20:52:37 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 243616] deskutils/cfiles : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration used outside C99 mode Date: Wed, 27 May 2020 20:52: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: yuri@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 20:52:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #7 from Yuri Victorovich --- Fix committed. Removed the runtime dependency on textproc/fzf on powerpc because Go isn't available on powerpc. Thanks for reporting the problem! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed May 27 20:53:05 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 17AA82CF1C8 for ; Wed, 27 May 2020 20:53:05 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XNMN6wGxz47FG for ; Wed, 27 May 2020 20:53:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id E7164EF4E; Wed, 27 May 2020 20:53:04 +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 E490EEDE6 for ; Wed, 27 May 2020 20:53: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XNMN5TWbz47Hg for ; Wed, 27 May 2020 20:53: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B26F11AF24 for ; Wed, 27 May 2020 20:53: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 04RKr4YH073626 for ; Wed, 27 May 2020 20:53:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04RKr4WY073625 for powerpc@FreeBSD.org; Wed, 27 May 2020 20:53:04 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 243616] deskutils/cfiles : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration used outside C99 mode Date: Wed, 27 May 2020 20:53:04 +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: yuri@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 20:53:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: yuri Date: Wed May 27 20:52:31 UTC 2020 New revision: 536718 URL: https://svnweb.freebsd.org/changeset/ports/536718 Log: deskutils/cfiles: Remove the runtime dependency on textproc/fzf on powerpc because Go isn't available on powerpc PR: 243616 Reported by: canardo909@gmx.com Changes: head/deskutils/cfiles/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Wed May 27 21:43:17 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 02A082F092B for ; Wed, 27 May 2020 21:43:17 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XPTJ6MZmz4Ckf for ; Wed, 27 May 2020 21:43:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id D2D3310F05; Wed, 27 May 2020 21:43:16 +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 CE18110CBE for ; Wed, 27 May 2020 21:43: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XPTJ4fWgz4Cdk for ; Wed, 27 May 2020 21:43: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9AAA91B897 for ; Wed, 27 May 2020 21:43: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 04RLhGVi099056 for ; Wed, 27 May 2020 21:43:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04RLhGPW099043 for powerpc@FreeBSD.org; Wed, 27 May 2020 21:43:16 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 243616] deskutils/cfiles : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration used outside C99 mode Date: Wed, 27 May 2020 21:43:12 +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: yuri@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 21:43:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 --- Comment #9 from commit-hook@freebsd.org --- A commit references this bug: Author: yuri Date: Wed May 27 21:42:14 UTC 2020 New revision: 536721 URL: https://svnweb.freebsd.org/changeset/ports/536721 Log: deskutils/cfiles: Make runtime dependency on textproc/fzf depend on the hard-coded golang ARCH availability PR: 243616 Changes: head/deskutils/cfiles/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu May 28 09:44: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 837C632BBEE for ; Thu, 28 May 2020 09:44: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XjTn30PVz4JJ9 for ; Thu, 28 May 2020 09:44:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 5D61889C0; Thu, 28 May 2020 09:44: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 5A9DE8C04 for ; Thu, 28 May 2020 09:44: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XjTn1QgSz4JBd for ; Thu, 28 May 2020 09:44: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C62924607 for ; Thu, 28 May 2020 09:44: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 04S9ijED017619 for ; Thu, 28 May 2020 09:44:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04S9ijP8017618 for powerpc@FreeBSD.org; Thu, 28 May 2020 09:44: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 243616] deskutils/cfiles : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration used outside C99 mode Date: Thu, 28 May 2020 09:44: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: canardo909@gmx.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2020 09:44:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 --- Comment #10 from canardo --- I managed to build the last version of my faulty hardware : works ok ! =3D=3D=3D> Installing for cfiles-1.8.6_2 =3D=3D=3D> Checking if cfiles is already installed =3D=3D=3D> Registering installation for cfiles-1.8.6_2 Installing cfiles-1.8.6_2... =3D=3D=3D> Cleaning for w3m-img-0.5.3.20200316 =3D=3D=3D> Cleaning for poppler-utils-0.88.0 =3D=3D=3D> Cleaning for cfiles-1.8.6_2 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu May 28 16:20:38 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 EE0F12F7406 for ; Thu, 28 May 2020 16:20:38 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XtGZ61rRz4tbs for ; Thu, 28 May 2020 16:20:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id BDF3715564; Thu, 28 May 2020 16:20:38 +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 BA1321547E for ; Thu, 28 May 2020 16:20:38 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49XtGZ3LHsz4tkS for ; Thu, 28 May 2020 16:20:38 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C693906D for ; Thu, 28 May 2020 16:20:38 +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 04SGKckC036362 for ; Thu, 28 May 2020 16:20:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04SGKcKY036361 for powerpc@FreeBSD.org; Thu, 28 May 2020 16:20:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 243616] deskutils/cfiles : Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration used outside C99 mode Date: Thu, 28 May 2020 16:20:37 +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: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2020 16:20:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 --- Comment #11 from Yuri Victorovich --- (In reply to canardo from comment #10) Cool! --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri May 29 01:11: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 CEE1D32AB42 for ; Fri, 29 May 2020 01:11:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49Y62X5CS3z4X3P for ; Fri, 29 May 2020 01:11:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id AE83F32AA6B; Fri, 29 May 2020 01:11:00 +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 AE49832AC7F for ; Fri, 29 May 2020 01:11: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Y62X4DMYz4X0d for ; Fri, 29 May 2020 01:11: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C7C6F169 for ; Fri, 29 May 2020 01:11: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 04T1B0Xm060897 for ; Fri, 29 May 2020 01:11:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04T1B0je060888 for ppc@FreeBSD.org; Fri, 29 May 2020 01:11: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: ppc@FreeBSD.org Subject: [Bug 228056] powerpc64: MCE on POWER9 machine (AC922) Date: Fri, 29 May 2020 01:11:00 +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: jhibbits@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 01:11:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228056 Justin Hibbits changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhibbits@FreeBSD.org --- Comment #2 from Justin Hibbits --- I think this was fixed shortly after the PR was submitted. Can someone confirm, so it can be closed, or addressed? --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Fri May 29 01:14: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 8A85D32B202 for ; Fri, 29 May 2020 01:14:54 +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 49Y6723D0tz4XLd for ; Fri, 29 May 2020 01:14:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6C9B632B201; Fri, 29 May 2020 01:14:54 +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 6C5FA32AEA3 for ; Fri, 29 May 2020 01:14: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Y6722FBPz4XN7 for ; Fri, 29 May 2020 01:14: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4822FF84C for ; Fri, 29 May 2020 01:14: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 04T1EsY0076229 for ; Fri, 29 May 2020 01:14:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04T1Esoh076223 for ppc@FreeBSD.org; Fri, 29 May 2020 01:14: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: ppc@FreeBSD.org Subject: [Bug 217375] installer: powerpc kernel reboots before reaching installer (ibook key lime se) Date: Fri, 29 May 2020 01:14:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jhibbits@FreeBSD.org 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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 01:14:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217375 --- Comment #8 from Justin Hibbits --- If this is still a problem, can you try a snapshot CD image? snapshots have the debugger enabled, so at panic time it should drop to DDB so you can poke around and collect more details (as to what to poke for, I'm not entirely s= ure, but a backtrace beyond the immediate interrupt would be nice if possible). --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Fri May 29 01:21:15 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 F38AB32B1C1 for ; Fri, 29 May 2020 01:21:15 +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 49Y6GM6HJvz4Xp0 for ; Fri, 29 May 2020 01:21:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id D5F6E32B1C0; Fri, 29 May 2020 01:21:15 +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 D5BF932B1BE for ; Fri, 29 May 2020 01:21: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Y6GM5Hh8z4Xmw for ; Fri, 29 May 2020 01:21: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B1382FB20 for ; Fri, 29 May 2020 01:21: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 04T1LFdr088104 for ; Fri, 29 May 2020 01:21:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04T1LF5L088102 for ppc@FreeBSD.org; Fri, 29 May 2020 01:21: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: ppc@FreeBSD.org Subject: [Bug 242028] powerpc64 LINT kernel build fails Date: Fri, 29 May 2020 01:21:15 +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 Some People X-Bugzilla-Who: jhibbits@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ppc@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 01:21:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242028 Justin Hibbits changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhibbits@FreeBSD.org --- Comment #1 from Justin Hibbits --- (In reply to Li-Wen Hsu from comment #0) I think the problem with this is that LINT is intended for 32-bit powerpc, whereas powerpc64 needs LINT64 as the config. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-ppc@freebsd.org Fri May 29 03:18: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 1A53232E0B6 for ; Fri, 29 May 2020 03:18:42 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Y8ss73GLz3bwg for ; Fri, 29 May 2020 03:18:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id E3C7E12116; Fri, 29 May 2020 03:18: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 E00A011DD6 for ; Fri, 29 May 2020 03:18: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Y8ss5DTtz3bjL for ; Fri, 29 May 2020 03:18: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AEDE211304 for ; Fri, 29 May 2020 03:18: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 04T3IfGI015297 for ; Fri, 29 May 2020 03:18:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04T3IfoH015291 for powerpc@FreeBSD.org; Fri, 29 May 2020 03:18: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 242769] lang/guile2: Fails to build on FreeBSD 12.1-RELEASE-p1 powerpc 32 bit:Segmentation fault (core dumped) Date: Fri, 29 May 2020 03:18: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 Only Me X-Bugzilla-Who: bofh@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bofh@freebsd.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 03:18:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242769 Muhammad Moinur Rahman changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Fri May 29 12:16: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 5A5063377F0 for ; Fri, 29 May 2020 12:16:22 +0000 (UTC) (envelope-from sid_holliday2001@yahoo.com) Received: from sonic305-21.consmr.mail.ne1.yahoo.com (sonic305-21.consmr.mail.ne1.yahoo.com [66.163.185.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 49YNpF10r1z4d8y for ; Fri, 29 May 2020 12:16:20 +0000 (UTC) (envelope-from sid_holliday2001@yahoo.com) X-YMail-OSG: 7BFyxiMVM1k4FssDRV_FqqLwWAdWkY0umzusVwUuECj9MffI3bLL51pDA.wTvCT _DYp2NG2ogaB1PJFUtgEKYDkN89vSZE1DEXrJX6cu5U2RzkUbGINhXW0QX69bUvGSaYPhIGPh030 XH9yRolUvhgu.O7E1CElDoC3pFDRZQ1wHMKPrnvr_2RlHIeO4YRDKyn8dDvozf_EU7Wrywto2cRG B_z5jnuq0LzT63l_JAlOscsd0JJupbERINgX3Vby00TbU00YnMq6q1s2fqzvu2yy3TngcPOt65wB bVjGG4pBIqQdsX_L5XktftBtB5CJ8dBjkCyTID87pyfouva0MrjhxGGj0Kw8T3IRWFrIyRCg.rBQ HzQ81VLQycTHazKsER7UfHOoYoj35Eki_5PTz1.UPbxXWpt6zGTqvTBGQDNY4hqjvG70_QVDw2ZG fjNraf6WdSf79l1C9yNGmIWW1mTli2pMuRrcNMeQUHi3pHx0qPTidr2J8EkwpFbL94wnbVZvIA0t wvE1FQ3aeMslAw5xlFPQ.ruQmUgi_GjL5DPp5ph.wfTkEuxfQQ9zanPIIUNAHWkL8ss0vYuLNIXg WKlhYErFjvY.D0oBXvdNuqIIsVWWQfjktA8TOqdHL_8DJfIqK5VwqjJWg64xdGYufqP_lw_cxf0Q PESoip61f2NDVHob0GoWvFcaiZdwQUpIXcz9jX.bNeF14i.hOYbKNd_hEx6MMUdgUnvfPdRY3OAo AiBCKDaIeiGt7yRUMA5oMRaye8Ns3TtBpvaaY9JeYgwQVxmelciEQRkddSh4fpdAklUvKcH3q.0Y c_u2nu9xa55o.TjhWCeYp_AU_InVTdmCf.Pk3Q3iTlJmzO7gfrrpNCvazpcinFaZuQt2KW.GVsBt ExU3qzmGpGpk5PQU9bwiGnnvCmbWCVoxvoYycnvrG.MahUMvqWoLhLflocOFWgn5ttrhceGiu31n _kIDbYqPAzHrjI_.tyALmBnLGR6x5aPyeKF5hgWbHPrKlSGY1ZeYB9v.i1Fh3qW34qJogfrjzSRf 4vOvW.5WduH95rL4cSqtbiJ57wZD89CKl_RbDWPTZjOOanFp_yNKolIZ_i94LTWwd5YfWdxtF6xo u0GU3Jh33rlY62Yx18uWi2qvH6FUoJerJdghwFTS7xLbgvfBK6LT.Ft0Z3uGUTOSZ..tfBUeMJRW 8gEr4uIdVCY11LoOIl6.d2EFYwi9u.Ap4knvqOszeTFXK.yG3d3fLKCIKeCx8l4BxjPOggOqc3mr QteUI1iYZCDtgB7K.bn7ot5pxXRGt1uegyiGVHRJceraGmxDzIQoyAatZOLzAuMFAD5A0gT4JPwi it.i.LnI1V7caUkop.ug27EdFqITyk.ma2ltTmfOfJ6_kNWvAfm8UFKex3F7RUS8BpcUzzqc2eFq unmD8 Received: from sonic.gate.mail.ne1.yahoo.com by sonic305.consmr.mail.ne1.yahoo.com with HTTP; Fri, 29 May 2020 12:16:19 +0000 Received: by smtp416.mail.ne1.yahoo.com (VZM Hermes SMTP Server) with ESMTPA ID 6638c0ac9fb03b0a2a5f52340e182a8e; Fri, 29 May 2020 12:16:16 +0000 (UTC) Content-Type: multipart/mixed; boundary=Apple-Mail-6DB10F74-5447-4E58-BF23-08FB8272D14B Content-Transfer-Encoding: 7bit From: sid_holliday2001@yahoo.com Mime-Version: 1.0 (1.0) Subject: Re: freebsd-ppc Digest, Vol 852, Issue 5 Message-Id: <00787588-E6B0-4208-A53F-3AA14EA2467A@yahoo.com> References: In-Reply-To: To: freebsd-ppc@freebsd.org Date: Fri, 29 May 2020 06:16:14 -0600 X-Mailer: iPhone Mail (17E262) X-Rspamd-Queue-Id: 49YNpF10r1z4d8y X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.20 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; RWL_MAILSPIKE_POSSIBLE(0.00)[66.163.185.147:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_FROM(0.00)[yahoo.com]; MIME_GOOD(-0.10)[multipart/mixed,text/plain]; MV_CASE(0.50)[]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.98)[-0.982]; NEURAL_HAM_MEDIUM(-0.97)[-0.973]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_NO_DN(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[66.163.185.147:from]; NEURAL_SPAM_SHORT(0.26)[0.259]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~,3:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36646, ipnet:66.163.184.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim] X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 12:16:22 -0000 --Apple-Mail-6DB10F74-5447-4E58-BF23-08FB8272D14B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit --Apple-Mail-6DB10F74-5447-4E58-BF23-08FB8272D14B Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I installed this firmware update and have had no more problems with it thank= s. Sent from my iPhone > On May 29, 2020, at 6:00 AM, freebsd-ppc-request@freebsd.org wrote: >=20 > =EF=BB=BFSend freebsd-ppc mailing list submissions to > freebsd-ppc@freebsd.org >=20 > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.freebsd.org/mailman/listinfo/freebsd-ppc > or, via email, send a message with subject or body 'help' to > freebsd-ppc-request@freebsd.org >=20 > You can reach the person managing the list at > freebsd-ppc-owner@freebsd.org >=20 > When replying, please edit your Subject line so it is more specific > than "Re: Contents of freebsd-ppc digest..." >=20 >=20 > Today's Topics: >=20 > 1. [Bug 243616] deskutils/cfiles : Fails to build on FreeBSD > 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial > declaration used outside C99 mode (bugzilla-noreply@freebsd.org) > 2. [Bug 228056] powerpc64: MCE on POWER9 machine (AC922) > (bugzilla-noreply@freebsd.org) > 3. [Bug 217375] installer: powerpc kernel reboots before > reaching installer (ibook key lime se) (bugzilla-noreply@freebsd.org)= > 4. [Bug 242028] powerpc64 LINT kernel build fails > (bugzilla-noreply@freebsd.org) > 5. [Bug 242769] lang/guile2: Fails to build on FreeBSD > 12.1-RELEASE-p1 powerpc 32 bit:Segmentation fault (core dumped) > (bugzilla-noreply@freebsd.org) >=20 >=20 > ---------------------------------------------------------------------- >=20 > Message: 1 > Date: Thu, 28 May 2020 16:20:37 +0000 > From: bugzilla-noreply@freebsd.org > To: powerpc@FreeBSD.org > Subject: [Bug 243616] deskutils/cfiles : Fails to build on FreeBSD > 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declaration > used outside C99 mode > Message-ID: > > Content-Type: text/plain; charset=3D"UTF-8" >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 >=20 > --- Comment #11 from Yuri Victorovich --- > (In reply to canardo from comment #10) >=20 > Cool! >=20 > --=20 > You are receiving this mail because: > You are on the CC list for the bug. >=20 > ------------------------------ >=20 > Message: 2 > Date: Fri, 29 May 2020 01:11:00 +0000 > From: bugzilla-noreply@freebsd.org > To: ppc@FreeBSD.org > Subject: [Bug 228056] powerpc64: MCE on POWER9 machine (AC922) > Message-ID: > > Content-Type: text/plain; charset=3D"UTF-8" >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228056 >=20 > Justin Hibbits changed: >=20 > What |Removed |Added > --------------------------------------------------------------------------= -- > CC| |jhibbits@FreeBSD.org >=20 > --- Comment #2 from Justin Hibbits --- > I think this was fixed shortly after the PR was submitted. Can someone > confirm, so it can be closed, or addressed? >=20 > --=20 > You are receiving this mail because: > You are the assignee for the bug. >=20 > ------------------------------ >=20 > Message: 3 > Date: Fri, 29 May 2020 01:14:53 +0000 > From: bugzilla-noreply@freebsd.org > To: ppc@FreeBSD.org > Subject: [Bug 217375] installer: powerpc kernel reboots before > reaching installer (ibook key lime se) > Message-ID: > > Content-Type: text/plain; charset=3D"UTF-8" >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217375 >=20 > --- Comment #8 from Justin Hibbits --- > If this is still a problem, can you try a snapshot CD image? snapshots ha= ve > the debugger enabled, so at panic time it should drop to DDB so you can po= ke > around and collect more details (as to what to poke for, I'm not entirely s= ure, > but a backtrace beyond the immediate interrupt would be nice if possible).= >=20 > --=20 > You are receiving this mail because: > You are the assignee for the bug. >=20 > ------------------------------ >=20 > Message: 4 > Date: Fri, 29 May 2020 01:21:15 +0000 > From: bugzilla-noreply@freebsd.org > To: ppc@FreeBSD.org > Subject: [Bug 242028] powerpc64 LINT kernel build fails > Message-ID: > > Content-Type: text/plain; charset=3D"UTF-8" >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242028 >=20 > Justin Hibbits changed: >=20 > What |Removed |Added > --------------------------------------------------------------------------= -- > CC| |jhibbits@FreeBSD.org >=20 > --- Comment #1 from Justin Hibbits --- > (In reply to Li-Wen Hsu from comment #0) >=20 > I think the problem with this is that LINT is intended for 32-bit powerpc,= > whereas powerpc64 needs LINT64 as the config. >=20 > --=20 > You are receiving this mail because: > You are the assignee for the bug. >=20 > ------------------------------ >=20 > Message: 5 > Date: Fri, 29 May 2020 03:18:39 +0000 > 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) > Message-ID: > > Content-Type: text/plain; charset=3D"UTF-8" >=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242769 >=20 > Muhammad Moinur Rahman changed: >=20 > What |Removed |Added > --------------------------------------------------------------------------= -- > Status|New |Open >=20 > --=20 > You are receiving this mail because: > You are on the CC list for the bug. >=20 > ------------------------------ >=20 > Subject: Digest Footer >=20 > _______________________________________________ > 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" >=20 >=20 > ------------------------------ >=20 > End of freebsd-ppc Digest, Vol 852, Issue 5 > ******************************************* --Apple-Mail-6DB10F74-5447-4E58-BF23-08FB8272D14B-- From owner-freebsd-ppc@freebsd.org Fri May 29 13:20:20 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 D94273391AD for ; Fri, 29 May 2020 13:20:20 +0000 (UTC) (envelope-from bacon4000@gmail.com) Received: from mail-io1-xd34.google.com (mail-io1-xd34.google.com [IPv6:2607:f8b0:4864:20::d34]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49YQD403MLz3Tg2 for ; Fri, 29 May 2020 13:20:19 +0000 (UTC) (envelope-from bacon4000@gmail.com) Received: by mail-io1-xd34.google.com with SMTP id o5so2251090iow.8 for ; Fri, 29 May 2020 06:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=2TArtplZkVgWiD7IFBJgRBRaWpIPOmorR+gB4Eek4Dw=; b=s+/k4BJ2Kl0pOr6azg5fPi15oGjm/lpYtDaze9Bfjufeh0x2IB2cVM3i0zd+fYg3oz kXotlw1URSiNjtXzINRUc18inOXs8psmayVL6+0xuFYvTUSwHF2zq1QaBzV3Z4dn0yP3 1DsUT/eRJusET9xtHN1VTGqhcuocUE7xxrF7HboH/w74c1caC9jfhod6lNo8b6zvy+nE kplahtPD6Bc/rswFQqq7J9eOE5EH2LRkXeuOe6wjOKbEwngM3hRVKamcPhlx1jihRubX cQY7AeuHBZaGa0a5kseHOzP72cbJIRYxQjTtCI7wC5zPYY2FTYCh4VCUXL1r/GGVPoyA Ambw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=2TArtplZkVgWiD7IFBJgRBRaWpIPOmorR+gB4Eek4Dw=; b=Pj9HX+bEv7fiSMCToUgeJPUgAkZTaOPoljQrponaqrGwOIukejaRwpQhGHi+4sJqtd FJQN8JRUD7+oaNKDJJIHd69NJHI0Mmz32/DwO/aoUfRc5iDlswdBLEK/vjMK5uDkTG3G ZZ+C2fY/zlDXGONNRLrY9mSZlPB6rQf9cry+IzsfyTo9fh6a1ukwg3aOGQ+BgVjHEl0Y 3si5cJKmcl+PpQA7NJHjwdB4FDVLilV5EYOLHwje4p/EoJAxcHjW6wwYFi7HNk6PbCFp Uu3seYUj2MmJLKRo+RNjsIjwHgUcHkeB6pI6+SC1Y9vWZlmJO8ojkCSXnlmTIr4vEq2Z TYiA== X-Gm-Message-State: AOAM532wj0UstIVibrTUCqNlSe0LSP8zHK/Qkb1Se7EyEBxZVc8RLT4K tGf9RcGBlpc9BqKVHEC8pLTKsrCjy3o= X-Google-Smtp-Source: ABdhPJwaBNoeLqGCAJxVf/Qv62ckCFS6EsKgnuG+pO8zL/3cRlvMixtglHnreeEoIK+KEiDNzeFyYg== X-Received: by 2002:a02:cd2b:: with SMTP id h11mr900809jaq.47.1590758418496; Fri, 29 May 2020 06:20:18 -0700 (PDT) Received: from coral.acadix.biz (2603-6000-a40b-4f00-0223-24ff-fe37-c4d7.res6.spectrum.com. [2603:6000:a40b:4f00:223:24ff:fe37:c4d7]) by smtp.gmail.com with ESMTPSA id p3sm3892058iog.31.2020.05.29.06.20.17 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 29 May 2020 06:20:17 -0700 (PDT) Subject: Re: freebsd-ppc Digest, Vol 852, Issue 5 To: freebsd-ppc@freebsd.org References: <00787588-E6B0-4208-A53F-3AA14EA2467A@yahoo.com> From: Jason Bacon Message-ID: <892b4680-a0a9-faae-1365-1c494ddcf259@gmail.com> Date: Fri, 29 May 2020 08:20:16 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <00787588-E6B0-4208-A53F-3AA14EA2467A@yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Language: en-US X-Rspamd-Queue-Id: 49YQD403MLz3Tg2 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=s+/k4BJ2; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of bacon4000@gmail.com designates 2607:f8b0:4864:20::d34 as permitted sender) smtp.mailfrom=bacon4000@gmail.com X-Spamd-Result: default: False [-2.91 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-0.99)[-0.994]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ppc@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.990]; RCVD_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::d34:from]; NEURAL_SPAM_SHORT(0.08)[0.076]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 13:20:20 -0000 Can you clarify?=C2=A0 I don't see any references to firmware in the thre= ad=20 below. Cheers, =C2=A0=C2=A0=C2=A0 JB On 2020-05-29 07:16, Sidney Holliday via freebsd-ppc wrote: > > I installed this firmware update and have had no more problems with it = thanks. > Sent from my iPhone > >> On May 29, 2020, at 6:00 AM, freebsd-ppc-request@freebsd.org wrote: >> >> =EF=BB=BFSend freebsd-ppc mailing list submissions to >> freebsd-ppc@freebsd.org >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://lists.freebsd.org/mailman/listinfo/freebsd-ppc >> or, via email, send a message with subject or body 'help' to >> freebsd-ppc-request@freebsd.org >> >> You can reach the person managing the list at >> freebsd-ppc-owner@freebsd.org >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of freebsd-ppc digest..." >> >> >> Today's Topics: >> >> 1. [Bug 243616] deskutils/cfiles : Fails to build on FreeBSD >> 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial >> declaration used outside C99 mode (bugzilla-noreply@freebsd.org)= >> 2. [Bug 228056] powerpc64: MCE on POWER9 machine (AC922) >> (bugzilla-noreply@freebsd.org) >> 3. [Bug 217375] installer: powerpc kernel reboots before >> reaching installer (ibook key lime se) (bugzilla-noreply@freebsd= =2Eorg) >> 4. [Bug 242028] powerpc64 LINT kernel build fails >> (bugzilla-noreply@freebsd.org) >> 5. [Bug 242769] lang/guile2: Fails to build on FreeBSD >> 12.1-RELEASE-p1 powerpc 32 bit:Segmentation fault (core dumped) >> (bugzilla-noreply@freebsd.org) >> >> >> ----------------------------------------------------------------------= >> >> Message: 1 >> Date: Thu, 28 May 2020 16:20:37 +0000 >> From: bugzilla-noreply@freebsd.org >> To: powerpc@FreeBSD.org >> Subject: [Bug 243616] deskutils/cfiles : Fails to build on FreeBSD >> 12.1-RELEASE-p1 powerpc 32 bit:error: 'for' loop initial declarati= on >> used outside C99 mode >> Message-ID: >> >> Content-Type: text/plain; charset=3D"UTF-8" >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243616 >> >> --- Comment #11 from Yuri Victorovich --- >> (In reply to canardo from comment #10) >> >> Cool! >> >> --=20 >> You are receiving this mail because: >> You are on the CC list for the bug. >> >> ------------------------------ >> >> Message: 2 >> Date: Fri, 29 May 2020 01:11:00 +0000 >> From: bugzilla-noreply@freebsd.org >> To: ppc@FreeBSD.org >> Subject: [Bug 228056] powerpc64: MCE on POWER9 machine (AC922) >> Message-ID: >> >> Content-Type: text/plain; charset=3D"UTF-8" >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228056 >> >> Justin Hibbits changed: >> >> What |Removed |Added >> ----------------------------------------------------------------------= ------ >> CC| |jhibbits@FreeBSD.org >> >> --- Comment #2 from Justin Hibbits --- >> I think this was fixed shortly after the PR was submitted. Can someon= e >> confirm, so it can be closed, or addressed? >> >> --=20 >> You are receiving this mail because: >> You are the assignee for the bug. >> >> ------------------------------ >> >> Message: 3 >> Date: Fri, 29 May 2020 01:14:53 +0000 >> From: bugzilla-noreply@freebsd.org >> To: ppc@FreeBSD.org >> Subject: [Bug 217375] installer: powerpc kernel reboots before >> reaching installer (ibook key lime se) >> Message-ID: >> >> Content-Type: text/plain; charset=3D"UTF-8" >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217375 >> >> --- Comment #8 from Justin Hibbits --- >> If this is still a problem, can you try a snapshot CD image? snapshot= s have >> the debugger enabled, so at panic time it should drop to DDB so you ca= n poke >> around and collect more details (as to what to poke for, I'm not entir= ely sure, >> but a backtrace beyond the immediate interrupt would be nice if possib= le). >> >> --=20 >> You are receiving this mail because: >> You are the assignee for the bug. >> >> ------------------------------ >> >> Message: 4 >> Date: Fri, 29 May 2020 01:21:15 +0000 >> From: bugzilla-noreply@freebsd.org >> To: ppc@FreeBSD.org >> Subject: [Bug 242028] powerpc64 LINT kernel build fails >> Message-ID: >> >> Content-Type: text/plain; charset=3D"UTF-8" >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242028 >> >> Justin Hibbits changed: >> >> What |Removed |Added >> ----------------------------------------------------------------------= ------ >> CC| |jhibbits@FreeBSD.org >> >> --- Comment #1 from Justin Hibbits --- >> (In reply to Li-Wen Hsu from comment #0) >> >> I think the problem with this is that LINT is intended for 32-bit powe= rpc, >> whereas powerpc64 needs LINT64 as the config. >> >> --=20 >> You are receiving this mail because: >> You are the assignee for the bug. >> >> ------------------------------ >> >> Message: 5 >> Date: Fri, 29 May 2020 03:18:39 +0000 >> 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) >> Message-ID: >> >> Content-Type: text/plain; charset=3D"UTF-8" >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242769 >> >> Muhammad Moinur Rahman changed: >> >> What |Removed |Added >> ----------------------------------------------------------------------= ------ >> Status|New |Open >> >> --=20 >> You are receiving this mail because: >> You are on the CC list for the bug. >> >> ------------------------------ >> >> Subject: Digest Footer >> >> _______________________________________________ >> 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"= >> >> >> ------------------------------ >> >> End of freebsd-ppc Digest, Vol 852, Issue 5 >> ******************************************* >> >> _______________________________________________ >> 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"= --=20 Earth is a beta site. From owner-freebsd-ppc@freebsd.org Sat May 30 17:47:46 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 EF2B62F0BF3 for ; Sat, 30 May 2020 17:47:46 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Z86B60Fnz4MGL for ; Sat, 30 May 2020 17:47:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id B76E51894; Sat, 30 May 2020 17:47:46 +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 B4B391893 for ; Sat, 30 May 2020 17:47:46 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49Z86B3W0Hz4MGK for ; Sat, 30 May 2020 17:47:46 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 74017CB12 for ; Sat, 30 May 2020 17:47:46 +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 04UHlk1o008926 for ; Sat, 30 May 2020 17:47:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04UHlkWZ008925 for powerpc@FreeBSD.org; Sat, 30 May 2020 17:47:46 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 246761] security/afl++: fix build on powerpc64 Date: Sat, 30 May 2020 17:47:46 +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: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tobik@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2020 17:47:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246761 --- Comment #1 from Tobias Kortkamp --- Ok, if you use upstream's solution instead. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Sat May 30 23:02:38 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 E5E1C2FA2F2 for ; Sat, 30 May 2020 23:02:38 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49ZH5V5vbgz3d3V for ; Sat, 30 May 2020 23:02:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id B6B64D6A4; Sat, 30 May 2020 23:02:38 +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 B453FD719 for ; Sat, 30 May 2020 23:02:38 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49ZH5V41Xhz3dPZ for ; Sat, 30 May 2020 23:02:38 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 850D510982 for ; Sat, 30 May 2020 23:02:38 +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 04UN2c7n077595 for ; Sat, 30 May 2020 23:02:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04UN2ccj077591 for powerpc@FreeBSD.org; Sat, 30 May 2020 23:02:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 246761] security/afl++: fix build on powerpc64 Date: Sat, 30 May 2020 23:02:38 +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: needs-qa 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: tobik@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2020 23:02:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246761 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |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 Sat May 30 23:03: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 425D12FA4DA for ; Sat, 30 May 2020 23:03: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49ZH6813kLz3dLS for ; Sat, 30 May 2020 23:03:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 13E4DD548; Sat, 30 May 2020 23:03: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 11AB9D79E for ; Sat, 30 May 2020 23:03: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49ZH676T2Pz3d8M for ; Sat, 30 May 2020 23:03: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D913210811 for ; Sat, 30 May 2020 23:03: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 04UN3BlV078262 for ; Sat, 30 May 2020 23:03:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04UN3B28078261 for powerpc@FreeBSD.org; Sat, 30 May 2020 23:03: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 246761] security/afl++: fix build on powerpc64 Date: Sat, 30 May 2020 23:03:12 +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: needs-qa 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: tobik@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2020 23:03:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246761 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: pkubaj Date: Sat May 30 23:02:17 UTC 2020 New revision: 537108 URL: https://svnweb.freebsd.org/changeset/ports/537108 Log: security/afl++: fix build on non-amd64 powerpc64 and aarch64 needs it too. mips64 probably as well. PR: 246761 Approved by: tobik (maintainer) Changes: head/security/afl++/files/patch-include_types.h --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Sat May 30 23:10: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 5ED1F2FA8E9 for ; Sat, 30 May 2020 23:10:30 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49ZHGZ1wM1z3f0F for ; Sat, 30 May 2020 23:10:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 38ACFD93F; Sat, 30 May 2020 23:10: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 35DDAD9B2 for ; Sat, 30 May 2020 23:10: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49ZHGY74yLz3dvD for ; Sat, 30 May 2020 23:10: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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEB9210985 for ; Sat, 30 May 2020 23:10: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 04UNATB1087052 for ; Sat, 30 May 2020 23:10:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 04UNAT0m087051 for powerpc@FreeBSD.org; Sat, 30 May 2020 23:10: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 245774] graphics/mesa-dri: fix build on powerpc head Date: Sat, 30 May 2020 23:10: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: pkubaj@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@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.33 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 May 2020 23:10:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245774 --- Comment #3 from Piotr Kubaj --- (In reply to Niclas Zeising from comment #2) Sorry for the late answer. Yes, this is noop. There is a check for defined(MISSING_64BIT_ATOMICS). AFAIK other architectures have 64 bit atomi= cs. --=20 You are receiving this mail because: You are on the CC list for the bug.=