Can we avoid doing this and use some other solution?
e.g.,
Add back a fmt 11.0 recipe with a different recipe name or add this fmt
tarball in SRC_URI and change some cmake configs if needed.
Regards,
Qi
On 1/13/25 14:31, wangmy via lists.openembedded.org wrote:
From: Wang Mingyu <[email protected]>
fix the error when do_compile:
CMake Error at libfmt-stamp/download-libfmt.cmake:163 (message):
Each download failed!
error: downloading
'https://github.com/fmtlib/fmt/releases/download/11.0.1/fmt-11.0.1.zip' failed
status_code: 6
status_string: "Could not resolve hostname"
log:
--- LOG BEGIN ---
timeout on name lookup is not supported
getaddrinfo(3) failed for github.com:443
Could not resolve host: github.com
closing connection #0
Signed-off-by: Wang Mingyu <[email protected]>
---
meta-oe/recipes-dbs/mysql/mariadb.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta-oe/recipes-dbs/mysql/mariadb.inc
b/meta-oe/recipes-dbs/mysql/mariadb.inc
index d3192cc59c..982c82cd59 100644
--- a/meta-oe/recipes-dbs/mysql/mariadb.inc
+++ b/meta-oe/recipes-dbs/mysql/mariadb.inc
@@ -31,6 +31,9 @@ SRC_URI[sha256sum] =
"0a00180864cd016187c986faab8010de23a117b9a75f91d6456421f894
UPSTREAM_CHECK_URI = "https://github.com/MariaDB/server/tags"
+# network is required by go to get dependent packages
+do_compile[network] = "1"
+
BINCONFIG_GLOB = "mysql_config"
inherit cmake gettext binconfig update-rc.d systemd multilib_script multilib_header pkgconfig
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#114882):
https://lists.openembedded.org/g/openembedded-devel/message/114882
Mute This Topic: https://lists.openembedded.org/mt/110583044/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-