> Now generating naist-jdic data. This may take a while... > Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...] > or: iconv -l > Try `iconv --help' for more information. > dpkg: error processing package naist-jdic-utf8 (--configure): > subprocess installed post-installation script returned error exit status 1 > Errors were encountered while processing: > naist-jdic-utf8
It's strange, its postinst script just does # convert euc-jp to UTF-8 [ -d ${dictdir} ] || exit 1 for data in $files do iconv -f eucjp -t utf8 -o ${dictdir}-utf8/${data} ${dictdir}/${data} done iconv -f eucjp -t utf8 -o ${chasenrc}-utf8 ${chasenrc} I don't know why iconv just return help menu... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1676960 Title: package naist-jdic-utf8 1:0.4.3-7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/naist-jdic/+bug/1676960/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs