s-yata / marisa-trie

MARISA: Matching Algorithm with Recursively Implemented StorAge
Other
502 stars 89 forks source link

FAIL: base-test on riscv64 #57

Open ncopa opened 4 months ago

ncopa commented 4 months ago

base-test fails on alpine linux edge riscv64:

========================================
   marisa 0.2.6: tests/test-suite.log
========================================

# TOTAL: 5
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: base-test
===============

base-test.cc:14: TestTypes(): 21: Assertion `MARISA_WORD_SIZE == (sizeof(std::size_t) * 8)' failed.
FAIL base-test (exit status: 255)
ncopa commented 4 months ago

Seems like there are a number of similar reports with non-optimal suggestions for a solution:

Apparently this is a difficult problem to solve :)