From f8fa8dc92b8c7acd28cb929e0612470ee8cae319 Mon Sep 17 00:00:00 2001 From: Alec Scott Date: Thu, 18 Sep 2025 17:16:02 -0700 Subject: [PATCH] Fix inaccuracy when we discuss debugging the failing mpileaks build --- tutorial_packaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_packaging.rst b/tutorial_packaging.rst index c4de67eb3..77088c436 100644 --- a/tutorial_packaging.rst +++ b/tutorial_packaging.rst @@ -285,7 +285,7 @@ At this point we need to debug the build problem to determine why Spack cannot i Debugging Package Builds ------------------------ -Our ``tutorial-mpileaks`` package is still not building due to the ``adept-utils`` package's ``configure`` error. +Our ``tutorial-mpileaks`` package is still not building due to an error in the ``configure`` phase related to ``adept-utils``. Experienced Autotools developers will likely already see the problem and its solution. Let's take this opportunity to use Spack features to investigate the problem.