From a7ae059e081b74e70cf09439df40586b8e7dda47 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 22 Nov 2023 23:08:28 +0100 Subject: [PATCH] explain how to debug the issue --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index e31f5abc..7b8438cd 100755 --- a/debian/rules +++ b/debian/rules @@ -632,6 +632,7 @@ stamps/preconfigure: if ! dpkg -l|grep -q wasi-libc; then \ echo "Could not find wasi-libc on the system"; \ echo "Please check that the package is available on the system"; \ + echo "it might be that the 'hello' package is installed by another constraint"; \ exit 1; \ fi; \ fi