shuaiqingli / fcitx

Automatically exported from code.google.com/p/fcitx
GNU General Public License v2.0
1 stars 0 forks source link

make failed #661

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

download fcitx 4.2.6.1 and make it. but failed.

1.camke 
2.make 
but have following error:
[ 89%] Generating pybase.mb, pyphrase.mb
Groups: 412
Start Loading Phrase...
225832 Phrases, 225831 Converted!
Writing Phrase file ...
OK!
[ 89%] Built target pinyin_data
Scanning dependencies of target spell_en_dict
[ 89%] Generating en_dict.txt

gzip: stdin: unexpected end of file
/bin/tar: Child returned status 1
/bin/tar: Error is not recoverable: exiting now
make[2]: *** [data/en_dict.txt] Error 2
make[1]: *** [data/CMakeFiles/spell_en_dict.dir/all] Error 2
make: *** [all] Error 2

what it happened? thanks a lot!

Original issue reported on code.google.com by hawkm...@gmail.com on 29 Jan 2013 at 3:46

GoogleCodeExporter commented 8 years ago
The tarball you have download is corrupted. plz use the _dict tarball.

P.S. in 4.2.7, the build system will check the md5sum of the downloaded file.

Original comment by yyc1992@gmail.com on 29 Jan 2013 at 3:51

GoogleCodeExporter commented 8 years ago
to avoid downloading at compile time, you'd better to download 
fcitx-${version}_dict.tar.xz which contains everything inside, and do the 
checksum.

Original comment by wen...@gmail.com on 29 Jan 2013 at 4:29