Hi,
> http://build-failures.rhaalovely.net/sparc64/2021-06-13/net/tdlib.log
> (octeon and macppc are also impacted but no bulk report
> yet)
tdlib does not support big endian arches [0].
OK?
Charlène.
[0] https://github.com/tdlib/td/issues/364
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/tdlib/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile 9 Jun 2021 10:42:16 -0000 1.1.1.1
+++ Makefile 15 Jun 2021 14:15:53 -0000
@@ -1,5 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/06/09 10:42:16 landry Exp $
+
+# See https://github.com/tdlib/td/issues/364
+NOT_FOR_ARCHS = ${BE_ARCHS}
+
COMMENT = cross-platform library for building Telegram clients
# upstream tags stable versions, but various clients using this library
No comments:
Post a Comment