[Rpm-maint] [rpm-software-management/rpm] Standardize on OCI images in test-suite (PR #2733)
Panu Matilainen
notifications at github.com
Thu Oct 26 07:34:52 UTC 2023
Hmm. I'm getting a LOT of failures when running this as "make check" locally on F38, before and after doing an 'rm -rf *' of the entire build tree:
> Subject: [rpm 4.19.90] rpmtests: 5 116 117 149 165 297 298 401 403 404 407 408 413 431 434 435 436 437 438 439 440 442 443 444 445 446 447 448 449 450 451 452 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 failed
Stuff like:
> +++ /srv/rpmtests.dir/at-groups/5/stderr 2023-10-26 07:20:24.427086905 +0000
@@ -0,0 +1,4 @@
+ls: cannot access 'librpm.so.*.*': No such file or directory
+ls: cannot access 'librpmbuild.so.*.*': No such file or directory
+ls: cannot access 'librpmio.so.*.*': No such file or directory
+ls: cannot access 'librpmsign.so.*.*': No such file or directory
> +++ /srv/rpmtests.dir/at-groups/116/stderr 2023-10-26 07:20:26.007099877 +0000
@@ -0,0 +1,3 @@
+bwrap: execvp /usr/lib/rpm/rpmuncompress: No such file or directory
+tar: This does not look like a tar archive
+tar: Exiting with failure status due to previous errors
Hmm okay, that happens when you build with `-DCMAKE_INSTALL_PREFIX=/usr` - I build that way because it allows me to use the devel version as if it was the system rpm. So something here clashes with the idea of placing rpm where the system version was.
Another random observation: mktree.docker seems to be suffering from a minor schizophrenia, because it mostly talks about Podman inside :sweat_smile: Maybe it should be mktree.oci instead?
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2733#issuecomment-1780570229
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2733/c1780570229 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20231026/22ac1792/attachment-0001.html>
More information about the Rpm-maint
mailing list