Bug#1122305: hipsolver: FTBFS with the nocheck build profile

2025-12-10 Thread Christian Kastner
On 2025-12-10 00:12, Santiago Vila wrote:
> CMake Error at 
> /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 
> (message):
>   Could NOT find BLAS (missing: BLAS_LIBRARIES)
> Call Stack (most recent call first):
>   /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 
> (_FPHSA_FAILURE_MESSAGE)
>   /usr/share/cmake-3.31/Modules/FindBLAS.cmake:1419 
> (find_package_handle_standard_args)
>   /usr/share/cmake-3.31/Modules/FindLAPACK.cmake:247 (find_package)
>   /usr/share/cmake-3.31/Modules/FindLAPACK.cmake:283 (_lapack_find_dependency)
>   clients/CMakeLists.txt:56 (find_package)

I took a look out of curiosity. Apparently LAPACK became a hard
requirement in upstream 1e2f226. Before, it was only needed as part of
the benchmarks build.

I think the nocheck build profile can be pretty useful, I'd prefer it
kept alive if possible.

Best,
Christian



Bug#1122305: hipsolver: FTBFS with the nocheck build profile

2025-12-10 Thread Santiago Vila
tags 1122305 patch
thanks

Hi. My script "check-nocheck" tells me that the attached patch would
be enough to fix the bug.

(But no claim that this is the only possible way, maybe there is
another fix which does not involve dropping  annotations).

Thanks.
commit 23273319227ba9caf2608de5f28445dd6873ffde
Author: Santiago Vila 
Date:   Wed Dec 10 21:19:00 2025 +0100

d/control: Drop  from several BD. Closes: #1122305.

diff --git a/debian/control b/debian/control
index cd49fed..828f8b9 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,9 @@ Uploaders: Cordell Bloor ,
 Build-Depends: debhelper-compat (= 13),
cmake (>=3.22~),
gfortran,
-   libgtest-dev ,
-   libhipsparse-dev ,
-   liblapack-dev ,
+   libgtest-dev,
+   libhipsparse-dev,
+   liblapack-dev,
librocblas-dev (>=6.4.0~),
librocsolver-dev (>=6.4.0~),
rocm-cmake,


Bug#1122305: hipsolver: FTBFS with the nocheck build profile

2025-12-09 Thread Santiago Vila
Package: src:hipsolver
Version: 6.4.1-1
Severity: serious
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/nocheck

(It's a wiki, so you are welcome to contribute)

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:hipsolver, so that this is still
visible in the BTS web page for this package.

Thanks.


[...]
CMake Error at 
/usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
  Could NOT find BLAS (missing: BLAS_LIBRARIES)
Call Stack (most recent call first):
  /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.31/Modules/FindBLAS.cmake:1419 
(find_package_handle_standard_args)
  /usr/share/cmake-3.31/Modules/FindLAPACK.cmake:247 (find_package)
  /usr/share/cmake-3.31/Modules/FindLAPACK.cmake:283 (_lapack_find_dependency)
  clients/CMakeLists.txt:56 (find_package)