mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-backup/burp: disable tests incompatible w/ newer zlib
disables faulty tests for >=sys-lib/zlib-1.3.2 until upstream has a better solution Bug: https://bugs.gentoo.org/974937 Signed-off-by: Anton Fischl <github@fischl-online.de> Part-of: https://codeberg.org/gentoo/gentoo/pulls/935 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -38,6 +38,7 @@ RDEPEND="${COMMON_DEPEND}
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/"${PN}"-2.1.20-no_mkdir_run.patch
|
||||
"${FILESDIR}"/"${PN}"-2.0.54-server_user.patch
|
||||
"${FILESDIR}"/"${PN}"-3.2.0-zlib-1.3.2.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
13
app-backup/burp/files/burp-3.2.0-zlib-1.3.2.patch
Normal file
13
app-backup/burp/files/burp-3.2.0-zlib-1.3.2.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/utest/builders/build_asfd_mock.c 2025-12-23 22:56:10.000000000 +0100
|
||||
+++ b/utest/builders/build_asfd_mock.c 2026-05-20 10:19:05.676588434 +0200
|
||||
@@ -72,9 +72,7 @@
|
||||
*/
|
||||
//printf("w %s - '%s' '%s'\n", asfd->desc, iobuf_to_printable(wbuf),
|
||||
// iobuf_to_printable(expected));
|
||||
- fail_unless(wbuf->len==expected->len);
|
||||
fail_unless(wbuf->cmd==expected->cmd);
|
||||
- fail_unless(!memcmp(expected->buf, wbuf->buf, wbuf->len));
|
||||
iobuf_free_content(expected);
|
||||
return w->ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user