On 02/17/2010 10:39 PM, Bruce Dubbs wrote: > Has anyone built gparted-0.5.1? I tried, but it doesn't work. > > First, I kept getting an error compiling Win_GParted.cc about an > undefined class method. Commenting out the line: > > this->set_default_icon_name( "gparted" ) ; > > allowed me to finish building. > > After install, I got a window to come up, but no text. Error messages were: > > ====================== > libparted : 1.7.1 > ====================== > > (gpartedbin:30180): GLib-GObject-CRITICAL **: g_object_get_qdata: > assertion `G_IS_OBJECT (object)' failed > > (gpartedbin:30180): GLib-GObject-CRITICAL **: g_object_set_qdata_full: > assertion `G_IS_OBJECT (object)' failed > > (gpartedbin:30180): Pango-CRITICAL **: _pango_cairo_fc_font_new: > assertion `pattern != NULL' failed > > (gpartedbin:30180): Pango-WARNING **: failed to choose a font, expect > ugly output. engine-type='PangoRenderFc', script='latin' > > (gpartedbin:30180): Pango-WARNING **: _pango_cairo_font_install called > with bad font, expect ugly output > > (gpartedbin:30180): Pango-WARNING **: failed to choose a font, expect > ugly output. engine-type='PangoRenderFc', script='common' >
That looked really familiar for some reason, so I Googled without gparted in the mix. A shot in the dark from an old gentoo FF bug: http://bugs.gentoo.org/290848 Are your fonts configured properly for X? Or maybe get pango out of the build. There says corefonts, but I'd guess the others will be sufficient as long as the families are covered (if that is even the problem). -- DJ Lucas -- This message has been scanned for viruses and dangerous content, and is believed to be clean. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
