View Single Post
Posts: 105 | Thanked: 205 times | Joined on Dec 2015 @ Spain
#313
Hi guys.

I'm trying to update the Spanish dictionary for newest versions of okboard, but after start the process, it says:

Code:
set -o pipefail ; lbzip2 -d < es-learn.txt.bz2 | /home/ferlanero/okb-engine-master/db/../tools/import_corpus.py es-full.dict | sort -rn | lbzip2 -9 > grams-es-full.csv.bz2.tmp
/bin/sh: 1: set: Illegal option -o pipefail
/home/ferlanero/okb-engine-master/db/makefile:49: fallo en las instrucciones para el objetivo 'grams-es-full.csv.bz2'
make: *** [grams-es-full.csv.bz2] Error 2
Can you help me with this error, please?

I'm on Ubuntu 16.04

Thanks in advance.

[EDIT]
It seems that if I remove all the sentences "set -o pipefail" from /okb-engine-master/db/makefile process runs as expected. Is it possible?

Last edited by ferlanero; 2016-12-08 at 02:36.
 

The Following User Says Thank You to ferlanero For This Useful Post: