Hello, please do not apply these patches. Apparently Hideki built recently uploaded ttf-kiloji, ttf-sawarabi-gothic, and ttf-dejima-mincho with these patches, and so they are not installable unless "dpkg --configure --pending" is started from /usr/bin:
gwy:/# apt-get install --reinstall ttf-kiloji ttf-sawarabi-gothic ttf-dejima-mincho Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: gfortran-4.2 gfortran-4.3 libkexiv2-7 libcommons-compress-java libopenmpi-dev libopenmpi1.3 linux-headers-2.6.28-11 gfortran gobjc++-4.4 gobjc-4.4 libibverbs1 libibverbs-dev mpi-default-dev openmpi-common libv4l-dev Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 3 reinstalled, 0 to remove and 35 not upgraded. Need to get 0B/16.0MB of archives. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]? (Reading database ... 508440 files and directories currently installed.) Preparing to replace ttf-sawarabi-gothic 20090610-2 (using .../ttf-sawarabi-gothic_20090610-2_all.deb) ... Unpacking replacement ttf-sawarabi-gothic ... Preparing to replace ttf-dejima-mincho 220-4 (using .../ttf-dejima-mincho_220-4_all.deb) ... Unpacking replacement ttf-dejima-mincho ... Preparing to replace ttf-kiloji 1:2.1.0-8 (using .../ttf-kiloji_1%3a2.1.0-8_all.deb) ... Unpacking replacement ttf-kiloji ... Processing triggers for fontconfig ... Setting up ttf-sawarabi-gothic (20090610-2) ... dpkg: error processing ttf-sawarabi-gothic (--configure): subprocess installed post-installation script returned error exit status 1 Setting up ttf-dejima-mincho (220-4) ... dpkg: error processing ttf-dejima-mincho (--configure): subprocess installed post-installation script returned error exit status 1 Setting up ttf-kiloji (1:2.1.0-8) ... dpkg: error processing ttf-kiloji (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: ttf-sawarabi-gothic ttf-dejima-mincho ttf-kiloji E: Sub-process /usr/bin/dpkg returned an error code (1) gwy:/# dpkg --configure --pending Setting up ttf-kiloji (1:2.1.0-8) ... dpkg: error processing ttf-kiloji (--configure): subprocess installed post-installation script returned error exit status 1 Setting up ttf-sawarabi-gothic (20090610-2) ... dpkg: error processing ttf-sawarabi-gothic (--configure): subprocess installed post-installation script returned error exit status 1 Setting up ttf-dejima-mincho (220-4) ... dpkg: error processing ttf-dejima-mincho (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: ttf-kiloji ttf-sawarabi-gothic ttf-dejima-mincho gwy:/# cd /usr/bin gwy:/usr/bin# dpkg --configure --pending Setting up ttf-kiloji (1:2.1.0-8) ... Setting up ttf-sawarabi-gothic (20090610-2) ... Setting up ttf-dejima-mincho (220-4) ... gwy:/usr/bin# Because postinst does this: #!/bin/sh set -e # Automatically added by dh_installdefoma FILE='/etc/defoma/hints/ttf-kiloji.hints' if [ "$1" = configure ]; then test -x defoma-font && defoma-font reregister-all $FILE fi # End automatically added section And -x defoma-font will fail if defoma-font is not in current directory. Also as test is written now it causes breakage when defoma-font is not installed. I'm not sure that this is intentional. Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org