From owner-freebsd-fortran@freebsd.org Mon Aug 3 11:08:13 2020 Return-Path: Delivered-To: freebsd-fortran@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 398D3376B4F for ; Mon, 3 Aug 2020 11:08:13 +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 4BKw990qVhz4f2b for ; Mon, 3 Aug 2020 11:08:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1C4A9376967; Mon, 3 Aug 2020 11:08:13 +0000 (UTC) Delivered-To: fortran@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 1C137376CCF for ; Mon, 3 Aug 2020 11:08:13 +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 4BKw9874NXz4dm8 for ; Mon, 3 Aug 2020 11:08:12 +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 D650213649 for ; Mon, 3 Aug 2020 11:08:12 +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 073B8CWx031767 for ; Mon, 3 Aug 2020 11:08:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 073B8C8a031766 for fortran@FreeBSD.org; Mon, 3 Aug 2020 11:08:12 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fortran@FreeBSD.org Subject: [Bug 247542] math/lapack: upgrade to 3.9.0 with math/blas + math/xlapack + math/cblas Date: Mon, 03 Aug 2020 11:08: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 Many People X-Bugzilla-Who: jcfyecrayz@liamekaens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fortran@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Fortran on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2020 11:08:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247542 --- Comment #17 from John Hein --- Created attachment 216986 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216986&action= =3Dedit [patch] update lapack & slave ports to 3.9.0 [v7] (In reply to Thierry Thomas from comment #16) Thierry, Whatever you are doing during upload is adding CR line endings - attachment 216966 has them as well. You can check yourself by downloading the attachm= ent. If Antoinne runs an exp-run, he's going to hit the same problem again. Here's the sha256 for the downloaded attachment. SHA256 (attachment-216966) =3D 0c34dd36e60690217213091a55b2d9df2ce17657a02289edac8f2aa89102e6cf After dos2unix: SHA256 (attachment-216966.nocr) =3D 07533618cb74a48d8aeac9ca1fbb473660fc9fc1a45aac990c2ea29d3f68bdf5 If you don't have dos2unix (converters/unix2dos), you can use tr: tr -d '\r' < attachment-216966 > attachment-216966.nocr The first 4 (obsolete now) versions of you patch did not have CR line endin= gs.=20 Consider what you may have done differently. How do you upload the attachments?=20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Re: the ranlib issue. I didn't add a patch because I thought my suggestion= was worded clearly enough twice that you could make the change yourself (that i= s, to remove the 'cd ' from your sed expressions). But here now is a new attachment that does not have CR line endings. It al= so has the fix for ranlib that I was suggesting. Note that in your patch, you forgot to fix the case for LAPACKE_SLAVEPORT. This attachment fixes that as well. This was build tested in poudriere. If you are okay with the new patch attached, mark your other patch obsolete= and ask for the exp-run with the new one. --=20 You are receiving this mail because: You are on the CC list for the bug.=