Differences between the zani and zandonai build hosts?
Peter Pentchev <[email protected]>
| Newsgroups | gmane.linux.debian.ports.s390 |
|---|---|
| Message-ID | <[email protected]> |
Hi, First of all, thanks a lot for all your work on porting Debian to the IBM z* systems! Are there any differences in the hardware or software configuration of the zandonai and zani Debian buildd hosts? There is a build-time test for the libzstd package that failed the only time when a 1.5.0 version of the package was built on the zani host, but it built successfully on the zandonai one. There were no significant differences between the four uploads of libzstd-1.5.0 - the changes that were made should have prevented a full-on FTBFS if they were applicable to the compiler/libc at all. https://buildd.debian.org/status/logs.php?pkg=libzstd&arch=s390x If somebody wants to reproduce this particular problem, I'm attaching a patch that only runs the thread pool test. Something interesting in the libzstd source: this test is specifically not run when libzstd is being cross-built using qemu. To be completely honest, I myself do not fully understand exactly what the test is supposed to do, but I wonder if the reason they don't run it when using qemu is that it might be influenced by the number of execution units (CPUs, cores, virtual cores, etc) that the build processes are allowed to use. Thanks in advance for your time, and keep up the great work! G'luck, Peter -- Peter Pentchev [email protected] [email protected] [email protected] PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13
pool-test-only.patch
(text/plain, 403 B)
--- a/tests/Makefile +++ b/tests/Makefile @@ -297,7 +297,7 @@ fuzztest: test-fuzzer test-zstream test-decodecorpus .PHONY: test -test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-legacy test-decodecorpus +# test: test-zstd test-fullbench test-fuzzer test-zstream test-invalidDictionaries test-legacy test-decodecorpus ifeq ($(QEMU_SYS),) test: test-pool endif
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEELuenpRf8EkzxFcNUZR7vsCUn3xMFAmOulm4ACgkQZR7vsCUn 3xP+bRAAtZuJo8NHZ6GJAm1VKqdQ1lMIZJ7ESaXj7ayI+uQd9hiNcfEiZr1yOGsT W6xhOALWilo656fov6GxePH6YTA9ty7ISWj1A4gy8FBdT8L+lmBV11xtqoN8lOd6 e7JbLo05bTc0JZ5IRhwr59UiNA5Vpe6FozKaVOu/ixRg1BlYjdBGXhoIWv/1cLaO GU5tkt4BWC3Fn1LKN5uuk+rnseGDmVd4BkB6d8rqAzlNFue+kNrePztIIbmhSW+B VdKvMvM5Cox7MhmjYv7rEoMbGRGc0B247uXGQVG9bYy2R0+4v+1Dn+YTHYFKigv/ EBFnI5WCrt3MCUBck8QeYBL3PSw4k5Xzd/S3VlGTyAXaIS5/m7JUpyfthv8SKD+2 xyjCwEF1sedrl/+EsE1J+5Qq8BYz6yjRi85Mcu8tjhOhTx53Od4+YwddTuGIuvkc m/ccL+8WBeVWbN1cAEy16CBCXmqndbA+pHxPIW3RKqbuK846gZr9gby1mm9ygRWl rjwwRHcw0klX+6zOcvZXFeqEjlaY2wCx40hWWPwW/alUp+XYgmYcomAPWrsDQZHf h7H57hZrGg9BCyreMkvBSJYB5zuqtTduPkpf72J9/e1xZM7HjKdXBP1BtWQi0F3x XxWemsMZgrkLsflbITOPJZgg+fILyKkd/pPlwTjgzNBVL7RvVrQ= =MVJB -----END PGP SIGNATURE-----