← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~nteodosio/autopkgtest-cloud/+git/autopkgtest-package-configs:main into ~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-package-configs:main

 

Nathan Teodosio has proposed merging ~nteodosio/autopkgtest-cloud/+git/autopkgtest-package-configs:main into ~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-package-configs:main.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~nteodosio/autopkgtest-cloud/+git/autopkgtest-package-configs/+merge/475941

    never_run highway on i386.

    Highway autopkgtests failing on i386 because pkgconf:amd64 is being installed instead of pkgconf:i386.

         61s + pkg-config --cflags --libs libhwy
         61s Package libhwy was not found in the pkg-config search path.
         61s Perhaps you should add the directory containing `libhwy.pc'
         61s to the PKG_CONFIG_PATH environment variable
         61s Package 'libhwy', required by 'virtual:world', not found

    This is not a problem in a Sbuild of i386 so we should excuse this failure at least until the misbehavior is fixed.


-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~nteodosio/autopkgtest-cloud/+git/autopkgtest-package-configs:main into ~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-package-configs:main.
diff --git a/never_run b/never_run
index c2ed6ea..c6bb61e 100644
--- a/never_run
+++ b/never_run
@@ -238,3 +238,7 @@ linux-nvidia-5.19/arm64/jammy
 # something keeps queuing up migration-reference/0 tests which fail
 # ERROR: erroneous package: rules extract failed with exit code 1
 firefox/s390x/focal
+
+# pkg-config fails because the autopkgtester is getting the amd64 binary
+# instead of the i386 one
+highway/i386

Follow ups