divvun / libdivvun

lib for running gramcheck and other pipelines + cli; modules for CG→spelling, CG→feedback, tagging blanks
https://giellalt.github.io/proof/gramcheck/GrammarCheckerDocumentation.html
GNU General Public License v3.0
9 stars 1 forks source link

Test fails on all RPM platforms #25

Closed TinoDidriksen closed 5 years ago

TinoDidriksen commented 5 years ago

https://build.opensuse.org/package/show/home:TinoDidriksen:nightly/libdivvun all yield:

[  155s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/libdivvun-0.3.2.g415.5d26e65e/test/suggest'
[  156s] FAIL: run
[  156s] FAIL: run-flushing
[  156s] PASS: run-genall
[  156s] PASS: validate

Maybe I'm missing a test dependency?

unhammer commented 5 years ago

On gtweb, which runs Fedora, I get all passes, no skips nor fails.


-- Building Divvun gramcheck 0.3.2                                                                                                                                                                                   
    * checker support: yes                                                                                                                                                                                           
    * cgspell support: yes                                                                                                                                                                                           
    * xml support: yes                                                                                                                                                                                               
    * python/swig bindings: yes                                                                                                                                                                                      
    * trang:                                                                                                                                                                                                         
    * python: /usr/bin/python3                                                                                                                                                                                       
    * swig: /usr/bin/swig      
…

Could you make check with `VERBOSE=1` ?
TinoDidriksen commented 5 years ago

Fixed by adding export LC_ALL=%(locale -a | grep -i utf | head -n1) to the RPM build.