Bug#670982: fontconfig-config: fail to delete non-empty /var/lib/defoma/fontconfig.d/

2012-05-09 Thread Mirosław Zalewski
I can confirm this issue on fontconfig-config 2.9.0-3 on up-to-date testing. Exisiting id-cache file prevents other packages from updating (postinst files are not run). I definitely did not created that file manually. Besides, it has -cache in name, so perhaps it is safe to remove it, as it

Bug#670982: fontconfig-config: fail to delete non-empty /var/lib/defoma/fontconfig.d/

2012-05-09 Thread Mateusz Poszwa
On Wed, 9 May 2012 11:24:45 +0200 Mirosław Zalewski mini...@poczta.onet.pl wrote: I definitely did not created that file manually. Besides, it has -cache in name, so perhaps it is safe to remove it, as it may be regenerated if anyone ever needs it (which is unlikely, as dafoma is in

Bug#670982: fontconfig-config: fail to delete non-empty /var/lib/defoma/fontconfig.d/

2012-05-09 Thread Oleksandr Gavenko
I have same issue. After:: $ sudo rm -r /var/lib/defoma/fontconfig.d/ I successfully update packages... -- Best regards! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#670982: fontconfig-config: fail to delete non-empty /var/lib/defoma/fontconfig.d/

2012-04-30 Thread Alexander V. Kudrevatykh
Package: fontconfig-config Version: 2.9.0-2 Severity: important in latest post-install script included such lines DEFOMA=/var/lib/defoma/fontconfig.d/ if [ -d $DEFOMA ]; then rm -f $DEFOMA/fonts.conf rmdir $DEFOMA fi but this directory also contains file id-cache, so installation fails