From owner-freebsd-ppc@freebsd.org Tue May 5 20:52:16 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CDD62C5A18 for ; Tue, 5 May 2020 20:52:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49GsNc0x6Cz4XV5 for ; Tue, 5 May 2020 20:52:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id ED729C5B7; Tue, 5 May 2020 20:52:15 +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 E8E51C53B for ; Tue, 5 May 2020 20:52:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49GsNb50pPz4XV1 for ; Tue, 5 May 2020 20:52: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) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6E881C1E8 for ; Tue, 5 May 2020 20:52: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 045KqF8W089439 for ; Tue, 5 May 2020 20:52:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 045KqFnj089438 for powerpc@FreeBSD.org; Tue, 5 May 2020 20:52:15 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 246224] lang/ghc: bad distinfo for powerpc64 elfv2 bootstrap Date: Tue, 05 May 2020 20:52:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pkubaj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: haskell@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.30 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2020 20:52:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246224 --- Comment #2 from Piotr Kubaj --- This is strange. It looks like it was changed in https://svnweb.freebsd.org/ports/head/lang/ghc/distinfo?r1=3D529204&r2=3D52= 9205&, which was when you commited my patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245057 I can confirm th= at the bootstrap I uploaded to freefall (I didn't remove it) is the same you used = and it looks like the file wasn't changed, it's still the same I uploaded: pkubaj@freefall:/home/arrowd/public_distfiles % ls -l ghc-8.6.5-boot-powerpc64-freebsd-elfv2.tar.xz -rw-r--r-- 1 arrowd devel 113782560 Mar 13 16:03 ghc-8.6.5-boot-powerpc64-freebsd-elfv2.tar.xz pkubaj@freefall:/home/arrowd/public_distfiles % ls -l ~/public_html/ghc-8.6.5-boot-powerpc64-freebsd-elfv2.tar.xz -rw-r--r-- 1 pkubaj devel 113782560 Mar 13 15:17 /home/pkubaj/public_html/ghc-8.6.5-boot-powerpc64-freebsd-elfv2.tar.xz I guess that would suggest a problem in my patch, although I don't really g= et how it happened. I'm doing poudriere testport now with proper updated distinfo. --=20 You are receiving this mail because: You are on the CC list for the bug.=