Comment 0 for bug 22404

Revision history for this message
In , Blars Blarson (blarson) wrote :

Package: bgoffice
Severity: serious
Version: 3.0-5
Justification: no longer builds from source

bgoffice failed to build on a sparc buildd, duplicated on my sparc
pbuilder. It also failed on some other buildds.

cd bin/build_dictionaries && ./build_OOo.sh
awk '{ \
if($1 == "SET") \
 print "SET cp1251"; \
else if ($1 == "SFX" && $5 == "." && $3 != "0") { \
 print $1, $2, $3, $4, $3; \
} else { \
 print; \
} \
     }' bin/build_dictionaries/bg_BG.aff >debian/bg_affix.dat
awk '{ \
if($1 == "SET") \
 print "SET microsoft-cp1251"; \
else \
 print; \
     }' bin/build_dictionaries/bg_BG.aff >debian/bg_BG.aff
LANG=bg_BG aspell munch-list --dict-dir=debian/ <bin/build_dictionaries/bg_words.dat >debian/bg.wl
/bin/sh: line 1: 21600 Bus error LANG=bg_BG aspell munch-list --dict-dir=debian/ <bin/build_dictionaries/bg_words.dat >debian/bg.wl
make: *** [build-stamp] Error 138