Advertisement
Guest User

Untitled

a guest
Mar 7th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.17 KB | None | 0 0
  1. tyancolte@EpicBuntu:~$ sudo apt-get upgrade libfontconfig1
  2. [sudo] password for tyancolte:
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. Calculating upgrade... Done
  7. libfontconfig1 is already the newest version.
  8. The following packages were automatically installed and are no longer required:
  9.   bbswitch-dkms dkms lib32gcc1 libc6-i386 libcuda1-346 nvidia-prime
  10.   nvidia-settings screen-resolution-extra
  11. Use 'apt-get autoremove' to remove them.
  12. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  13. 1 not fully installed or removed.
  14. After this operation, 0 B of additional disk space will be used.
  15. Do you want to continue? [Y/n] y
  16. Setting up fontconfig (2.11.1-0ubuntu6) ...
  17. Regenerating fonts cache... failed.
  18. See /var/log/fontconfig.log for more information.
  19. dpkg: error processing package fontconfig (--configure):
  20.  subprocess installed post-installation script returned error exit status 1
  21. Errors were encountered while processing:
  22.  fontconfig
  23. E: Sub-process /usr/bin/dpkg returned an error code (1)
  24. tyancolte@EpicBuntu:~$ sudo apt-get install --reinstall libfont
  25. libfont-afm-perl         libfontconfig1-dev       libfontforge-dev
  26. libfontbox-java          libfontembed1            libfont-freetype-perl
  27. libfontbox-java-doc      libfontembed-dev         libfonts-java
  28. libfontchooser-java      libfontenc1              libfonts-java-doc
  29. libfontchooser-java-doc  libfontenc1-dbg          libfont-ttf-perl
  30. libfontconfig1           libfontenc-dev          
  31. libfontconfig1-dbg       libfontforge1            
  32. tyancolte@EpicBuntu:~$ sudo apt-get install --reinstall libfontconfig1 libfontconfig1-dev libfontconfig1-dbg
  33. Reading package lists... Done
  34. Building dependency tree      
  35. Reading state information... Done
  36. The following packages were automatically installed and are no longer required:
  37.   bbswitch-dkms dkms lib32gcc1 libc6-i386 libcuda1-346 nvidia-prime
  38.   nvidia-settings screen-resolution-extra
  39. Use 'apt-get autoremove' to remove them.
  40. The following extra packages will be installed:
  41.   libfreetype6-dev libpng12-dev
  42. The following NEW packages will be installed:
  43.   libfontconfig1-dbg libfontconfig1-dev libfreetype6-dev libpng12-dev
  44. 0 upgraded, 4 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
  45. 1 not fully installed or removed.
  46. Need to get 2,028 kB of archives.
  47. After this operation, 6,843 kB of additional disk space will be used.
  48. Do you want to continue? [Y/n] y
  49. Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.1 [123 kB]
  50. Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 i386 2.11.0-0ubuntu4.1 [124 kB]
  51. Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty/main libpng12-dev amd64 1.2.50-1ubuntu2 [206 kB]
  52. Get:4 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libfreetype6-dev amd64 2.5.2-1ubuntu2.4 [621 kB]
  53. Get:5 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1-dev amd64 2.11.0-0ubuntu4.1 [664 kB]
  54. Get:6 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1-dbg amd64 2.11.0-0ubuntu4.1 [290 kB]
  55. Fetched 2,028 kB in 2s (958 kB/s)          
  56. (Reading database ... 551329 files and directories currently installed.)
  57. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.1_amd64.deb ...
  58. Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.1) over (2.11.0-0ubuntu4.1) ...
  59. Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.1_i386.deb ...
  60. Unpacking libfontconfig1:i386 (2.11.0-0ubuntu4.1) over (2.11.0-0ubuntu4.1) ...
  61. Selecting previously unselected package libpng12-dev.
  62. Preparing to unpack .../libpng12-dev_1.2.50-1ubuntu2_amd64.deb ...
  63. Unpacking libpng12-dev (1.2.50-1ubuntu2) ...
  64. Selecting previously unselected package libfreetype6-dev.
  65. Preparing to unpack .../libfreetype6-dev_2.5.2-1ubuntu2.4_amd64.deb ...
  66. Unpacking libfreetype6-dev (2.5.2-1ubuntu2.4) ...
  67. Selecting previously unselected package libfontconfig1-dev.
  68. Preparing to unpack .../libfontconfig1-dev_2.11.0-0ubuntu4.1_amd64.deb ...
  69. Unpacking libfontconfig1-dev (2.11.0-0ubuntu4.1) ...
  70. Selecting previously unselected package libfontconfig1-dbg.
  71. Preparing to unpack .../libfontconfig1-dbg_2.11.0-0ubuntu4.1_amd64.deb ...
  72. Unpacking libfontconfig1-dbg (2.11.0-0ubuntu4.1) ...
  73. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  74. Processing triggers for doc-base (0.10.5) ...
  75. Possible precedence issue with control flow operator at /usr/share/perl5/Debian/DocBase/DB.pm line 101.
  76. Processing 2 added doc-base files...
  77. Registering documents with scrollkeeper...
  78. Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.1) ...
  79. Setting up libfontconfig1:i386 (2.11.0-0ubuntu4.1) ...
  80. Setting up fontconfig (2.11.1-0ubuntu6) ...
  81. Regenerating fonts cache... failed.
  82. See /var/log/fontconfig.log for more information.
  83. dpkg: error processing package fontconfig (--configure):
  84.  subprocess installed post-installation script returned error exit status 1
  85. Setting up libpng12-dev (1.2.50-1ubuntu2) ...
  86. Setting up libfreetype6-dev (2.5.2-1ubuntu2.4) ...
  87. Setting up libfontconfig1-dev (2.11.0-0ubuntu4.1) ...
  88. Setting up libfontconfig1-dbg (2.11.0-0ubuntu4.1) ...
  89. Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
  90. Errors were encountered while processing:
  91.  fontconfig
  92. E: Sub-process /usr/bin/dpkg returned an error code (1)
  93. tyancolte@EpicBuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement