NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/60402 (crypto/libcrypto/t_libcrypto:threads is failing on netbsd-11)
Synopsis: crypto/libcrypto/t_libcrypto:threads is failing on netbsd-11
Responsible-Changed-From-To: misc-bug-people->martin
Responsible-Changed-By: riastradh%NetBSD.org@localhost
Responsible-Changed-When: Sat, 04 Jul 2026 14:05:54 +0000
Responsible-Changed-Why:
pullup surgery required
State-Changed-From-To: open->analyzed
State-Changed-By: riastradh%NetBSD.org@localhost
State-Changed-When: Sat, 04 Jul 2026 14:05:54 +0000
State-Changed-Why:
Looks like the problem is this missing patch on 11 -- but there's also
a lot of other stuff missing in crypto/external/apache2/openssl/
_outside_ .../dist too. So I think we need to sync
tests/crypto/libcrypto and crypto/external/apache2/openssl/ with HEAD.
diff --git a/tests/crypto/libcrypto/threads/Makefile b/tests/crypto/libcrypto/threads/Makefile
index 92f8d0eb71e7..acd20dbf8c28 100644
--- a/tests/crypto/libcrypto/threads/Makefile
+++ b/tests/crypto/libcrypto/threads/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2025/07/18 00:51:36 christos Exp $
+# $NetBSD: Makefile,v 1.10 2026/01/28 16:10:26 christos Exp $
.include <bsd.own.mk>
HELPER_NAME= threadstest
@@ -23,12 +23,16 @@ FILES+=rsakey.pem
FILES+=default.cnf
.endif
+FILES+=8489a545.0
+FILESDIR_8489a545.0= ${TESTSDIR}/store
+
HELPER_SRCS= ${${HAVE_OPENSSL} == 10 :? mttest.c : threadstest.c}
.include <bsd.init.mk>
.PATH: ${OPENSSLSRC}/apps
.PATH: ${OPENSSLSRC}/test/recipes/90-test_threads_data
+.PATH: ${OPENSSLSRC}/test/recipes/90-test_threads_data/store
LIBCRYPTO!= cd ${OPENSSLSRC}/../lib/libcrypto && ${PRINTOBJDIR}
LDADD_AFTER+= ${LIBCRYPTO}/libcrypto.a
DPADD_AFTER+= ${LIBCRYPT}
Home |
Main Index |
Thread Index |
Old Index