PDA

View Full Version : Blah.


MicroChris
April 19th, 2005, 04:27 PM
Get:1 http://archive.ubuntu.com breezy/main liblwres1 1:9.3.1-2ubuntu1 [103kB]
Fetched 103kB in 18s (5686B/s)

Preconfiguring packages ...
(Reading database ... 74868 files and directories currently installed.)
Preparing to replace liblwres1 1:9.2.4-1ubuntu1 (using .../liblwres1_1%3a9.3.1-2ubuntu1_i386.deb) ...
Unpacking replacement liblwres1 ...
Setting up fontconfig (2.3.1-2ubuntu1) ...
/var/lib/dpkg/info/fontconfig.config: line 31: syntax error near unexpected token `fontconfig/rendering_type'
dpkg: error processing fontconfig (--configure):
subprocess post-installation script returned error exit status 2
Setting up liblwres1 (9.3.1-2ubuntu1) ...

Errors were encountered while processing:
fontconfig
E: Sub-process /usr/bin/dpkg returned an error code (1)

Also made my fonts go crazy.. I know I know, developement release.. Anyway, anyone having the same issue?

-Chris

Alkimyst
April 19th, 2005, 05:07 PM
Yeah, if you comment the line mentioned on the log it will install...

solefald
April 19th, 2005, 06:11 PM
Yeah, if you comment the line mentioned on the log it will install...

actually if you move ";;" to below the line mentioned it will work too....


"Autohinter")
db_set fontconfig/subpixel_rendering "Automatic"
db_set fontconfig/hinting_type "Autohinter"
db_unregister fontconfig/rendering_type || true
;;

MicroChris
April 19th, 2005, 08:35 PM
Nice! Thanks guys.

-Chris

Steven Myers
April 19th, 2005, 09:35 PM
No, actually it went perfect, but, my font is all wacked out on some sites, but nothing to be worried about. Also noticed that synaptic just now froze after doing some updates/install.

Also libgtk2-jni & libgtk2-java won't install each other.

Also I get this error when the installation(s) are done:

E: fontconfig: subprocess post-installation script returned error exit status 2
E: libfontconfig1: dependency problems - leaving unconfigured

Seth
April 19th, 2005, 09:45 PM
Holding off upgrading till this one gets fixed :P

Steven Myers
April 19th, 2005, 09:56 PM
Might be waiting awhile, not sure when they'll release it again...hopefully soon because it is VERY annoying ](*,)

Mike Douglas
April 19th, 2005, 11:29 PM
Might be waiting awhile, not sure when they'll release it again...hopefully soon because it is VERY annoying ](*,)
As posted all over this forum, don't upgrade to breezy if you want a stable desktop (one without the random broken app). Right now there is a huge merger of debian packages into Ubuntu.

Seth
April 20th, 2005, 01:55 AM
Might be waiting awhile, not sure when they'll release it again...hopefully soon because it is VERY annoying ](*,)
Already fixed :D

David A Knight
April 20th, 2005, 02:28 PM
Also made my fonts go crazy.. I know I know, developement release.. Anyway, anyone having the same issue?

-Chris

It does change the font settings so the autohinter is no longer switched on, as /etc/fonts/local.conf is replaced with /etc/fonts/conf.d/

a quick

sudo dpkg-reconfigure fontconfig

will let you set it up how you want.