From owner-freebsd-fortran@freebsd.org Fri Jul 24 22:30:55 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 66535376106 for ; Fri, 24 Jul 2020 22:30:55 +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 4BD3nW29SNz4Mrq for ; Fri, 24 Jul 2020 22:30:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4A78C375F53; Fri, 24 Jul 2020 22:30:55 +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 4A3D8375DE9 for ; Fri, 24 Jul 2020 22:30:55 +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 4BD3nW1Lbsz4MxX for ; Fri, 24 Jul 2020 22:30:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.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 11B0F11B28 for ; Fri, 24 Jul 2020 22:30:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 06OMUs0L070318 for ; Fri, 24 Jul 2020 22:30:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06OMUsLF070317 for fortran@FreeBSD.org; Fri, 24 Jul 2020 22:30: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: fortran@FreeBSD.org Subject: [Bug 247542] math/lapack: upgrade to 3.9.0 with math/blas + math/xlapack + math/cblas Date: Fri, 24 Jul 2020 22:30:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects 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: 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: Fri, 24 Jul 2020 22:30:55 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247542 --- Comment #11 from John Hein --- (In reply to Thierry Thomas from comment #10) Every line in attachment 216640 has a '\r' (viewable with hd or vis -tl or = sed -n l or basic vi (nvi); vim will "hide" them for you, but you will see "[do= s]" at the bottom). I downloaded the attachment with fetch(1) (wget gives the = same result). I just tested 'save link as' from firefox - that preserves the '\= r' endings that are in the file as well. Sure, I can attach a build log of math/blas showing the ranlib error. But = if you inspect work/.build/BLAS/SRC/CMakeFiles/blas.dir/build.make - specifica= lly the build-static target at the bottom - you will see the problem: build-static: cd BLAS/SRC && $(AR) $(ARFLAGS) libblas.a $(blas_OBJECTS) $(RANLIB) SRC/libblas.a The cd && ar works fine, but ranlib is using the wrong path to the lib file= .=20 This is because post-build in math/lapack/Makefile does a substitution for = the path in math/lapack/files/static.mk that is specific to the slave port (whi= ch then is appended to the build.make file). But it only looks for 'cd SRC' to replace. This misses the ranlib line which has no 'cd ' before SRC, so sed does no substitution on that line. --=20 You are receiving this mail because: You are on the CC list for the bug.=