[From nobody Tue Jun 30 06:21:05 2026
Received: (at submit) by bugs.debian.org; 12 Aug 2025 22:06:14 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-8.1 required=4.0 tests=BAYES_00,DKIM_SIGNED,
 DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,SPF_HELO_PASS,SPF_PASS,
 XMAILER_REPORTBUG autolearn=ham autolearn_force=no
 version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 51; hammy, 150; neutral, 157; spammy,
 0. spammytokens: hammytokens:0.000-+--XDebbugsCc,
 0.000-+--X-Debbugs-Cc, 0.000-+--sk:buildd.,
 0.000-+--UD:buildd.debian.org, 0.000-+--buildddebianorg
Return-path: &lt;dave@parisc-linux.org&gt;
Received: from paco.parisc-linux.org ([2a02:c206:3015:3002::1]:35794)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;dave@parisc-linux.org&gt;)
 id 1ulx8H-00CcP8-1S for submit@bugs.debian.org;
 Tue, 12 Aug 2025 22:06:14 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=parisc-linux.org;
 s=2021; t=1755036035;
 bh=fN7uWJcG9q16c7D7LidecUITKsNXPdFr2cjxc12In88=;
 h=From:To:Subject:Date:From;
 b=TBlqzuTvdh/KJEPqkp+II1r26IWIzIQfyjlN6Zb1cxlJj1dPPn0djxMX+aTA1wrLt
 Kj5/WVpNBneeayFmetIoErAK1P/pOKywl0lCTResr1mHVKkclakXNx2wDM3+JsTHMV
 KmIYWMP9iRnwm/SbDPnI4CouqBU/z8qm49gyxOg0ncvdPGFnF0Ifw8HJyT0tKrb5NP
 JUtvNHqVoQ0mXM/sdlm+xFNlY7HyxS76uEQmykCXvb2ETqyfAGclrED5kjTqJfRIjC
 EajsjOlvBDGRPiw4rpmM+F8gsrx0+LmD5dC65tD50sbE4kVkBzrIjfpGyLsp/Z96EU
 xIlQjwwlD5HwQ==
Received: from mx3210.localdomain
 (bras-base-otwaon0906w-grc-05-142-126-136-104.dsl.bell.ca [142.126.136.104])
 by paco.parisc-linux.org (Postfix) with ESMTPSA id A398417E0272;
 Tue, 12 Aug 2025 22:00:35 +0000 (UTC)
Received: by mx3210.localdomain (Postfix, from userid 1000)
 id BD0B4D63916; Tue, 12 Aug 2025 18:00:29 -0400 (EDT)
Content-Type: multipart/mixed; boundary=&quot;===============0676010021==&quot;
MIME-Version: 1.0
From: John David Anglin &lt;dave@parisc-linux.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: lapack: FTBFS on hppa and alpha - segmentation fault in testsuite
Message-ID: &lt;175503602947.29429.8121365816042258017.reportbug@mx3210&gt;
X-Mailer: reportbug 13.2.0
Date: Tue, 12 Aug 2025 18:00:29 -0400
X-Greylist: delayed 333 seconds by postgrey-1.37 at buxtehude;
 Tue, 12 Aug 2025 22:06:13 UTC
Delivered-To: submit@bugs.debian.org

This is a multi-part MIME message sent by reportbug.


--===============0676010021==
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Source: lapack
Version: 3.12.1-6
Severity: normal
Tags: patch
X-Debbugs-Cc: debian-alpha@lists.debian.org
User: debian-alpha@lists.debian.org
Usertags: alpha

Dear Maintainer,

Since version 3.12.0-4, the build fails on hppa.  See:
https://buildd.debian.org/status/fetch.php?pkg=lapack&amp;arch=hppa&amp;ver=3.12.1-4&amp;stamp=1753202248&amp;raw=0

The build fails here:
# Run CBLAS tests, output the result, and stop if one test fails
LD_LIBRARY_PATH=$(pwd):$LD_LIBRARY_PATH /usr/bin/make -C CBLAS/testing run BLASLIB=&quot;../../libblas.so&quot; CBLASLIB=&quot;&quot;
make[2]: Entering directory '/build/reproducible-path/lapack-3.12.1/CBLAS/testing'
--&gt; TESTING CBLAS 1 - SINGLE PRECISION REAL &lt;--
--&gt; TESTING CBLAS 1 - DOUBLE PRECISION REAL &lt;--
--&gt; TESTING CBLAS 1 - SINGLE PRECISION COMPLEX &lt;--
--&gt; TESTING CBLAS 1 - DOUBLE PRECISION COMPLEX &lt;--
--&gt; TESTING CBLAS 2 - SINGLE PRECISION REAL &lt;--
--&gt; TESTING CBLAS 2 - DOUBLE PRECISION REAL &lt;--
--&gt; TESTING CBLAS 2 - SINGLE PRECISION COMPLEX &lt;--
--&gt; TESTING CBLAS 2 - DOUBLE PRECISION COMPLEX &lt;--
--&gt; TESTING CBLAS 3 - SINGLE PRECISION REAL &lt;--

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0xf8841d4f in ???
Segmentation fault
make[2]: *** [Makefile:97: run] Error 139

Upstream bug report is here:
https://github.com/Reference-LAPACK/lapack/issues/1151

The attached patch skips the problematic code.

Regards,
Dave Anglin

-- System Information:
Debian Release: forky/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 6.12.41-dirty (SMP w/4 CPU threads)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

--===============0676010021==
Content-Type: text/plain; charset=&quot;us-ascii&quot;
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=&quot;c_sblat3.d&quot;

--- ./CBLAS/testing/c_sblat3.f.save	2024-12-03 06:39:11.000000000 -0500
+++ ./CBLAS/testing/c_sblat3.f	2025-08-12 10:12:44.225827555 -0400
@@ -290,7 +290,7 @@
             INFOT = 0
             OK = .TRUE.
             FATAL = .FALSE.
-            GO TO ( 140, 150, 160, 160, 170, 180, 185 )ISNUM
+            GO TO ( 140, 150, 160, 160, 170, 180, 190 )ISNUM
 *           Test SGEMM, 01.
   140       IF (CORDER) THEN
             CALL SCHK1( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,

--===============0676010021==--
]