[Buildroot] [PATCH 1/1] package/cargo: needs host-libxml2

Fabrice Fontaine fontaine.fabrice at gmail.com
Sun Jun 9 21:08:35 UTC 2019


host-cargo needs host-libxml2 to avoid depending on an unworking
libxml2:

--- stderr
cmake: /home/mark/buildroot-test/instance-1/output/host/lib/libcurl.so.4: no version information available (required by cmake)
cmake: symbol lookup error: /usr/lib/x86_64-linux-gnu/libxml2.so.2: undefined symbol: UCNV_TO_U_CALLBACK_STOP_60
thread 'main' panicked at '
command did not execute successfully, got: exit code: 127

Fixes:
 - http://autobuild.buildroot.org/results/017854ca4cce8c0e4f7b41b407e44cb91e8b09a0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/cargo/cargo.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/cargo/cargo.mk b/package/cargo/cargo.mk
index a387281b4c..dd0b93b304 100644
--- a/package/cargo/cargo.mk
+++ b/package/cargo/cargo.mk
@@ -28,6 +28,7 @@ HOST_CARGO_DEPENDENCIES = \
 	host-libhttpparser \
 	host-libssh2 \
 	host-libcurl \
+	host-libxml2 \
 	host-rustc \
 	host-cargo-bin
 
-- 
2.20.1




More information about the buildroot mailing list