Actions
Bug #3238
openrust compile fail on ppc64el
Affected Versions:
Effort:
Difficulty:
Label:
Description
"/usr/lib/rustlib/powerpc64le-unknown-linux-gnu/lib/libcompiler_builtins-6c18c6e33c789ca5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil"
= note: /<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/target/debug/deps/suricata-73c7bc653be207e3.275v6kovhes3khun.rcgu.o: In function `suricata::json::Json::object':
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:54: undefined reference to `json_object'
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/target/debug/deps/suricata-73c7bc653be207e3.275v6kovhes3khun.rcgu.o: In function `suricata::json::Json::array':
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:60: undefined reference to `json_array'
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/target/debug/deps/suricata-73c7bc653be207e3.275v6kovhes3khun.rcgu.o: In function `suricata::json::Json::set':
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:82: undefined reference to `json_object_set_new'
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/target/debug/deps/suricata-73c7bc653be207e3.275v6kovhes3khun.rcgu.o: In function `suricata::json::Json::set_string':
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:100: undefined reference to `json_string'
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:98: undefined reference to `json_object_set_new'
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/target/debug/deps/suricata-73c7bc653be207e3.275v6kovhes3khun.rcgu.o: In function `suricata::json::Json::set_integer':
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:108: undefined reference to `json_integer'
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:106: undefined reference to `json_object_set_new'
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/target/debug/deps/suricata-73c7bc653be207e3.275v6kovhes3khun.rcgu.o: In function `suricata::json::Json::array_append_string':
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:127: undefined reference to `json_string'
/<<BUILDDIR>>/suricata-201910131652+412ae11~ubuntu18.04.1/rust/src/json.rs:127: undefined reference to `json_array_append_new'
collect2: error: ld returned 1 exit status
error: aborting due to previous error
error: Could not compile `suricata`.
full log here - https://launchpadlibrarian.net/446518024/buildlog_ubuntu-bionic-ppc64el.suricata_201910131652+412ae11~ubuntu18.04.1_BUILDING.txt.gz
Actions