From owner-freebsd-gnome@FreeBSD.ORG Tue Jun 22 15:59:07 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B66616A4CF; Tue, 22 Jun 2004 15:59:07 +0000 (GMT) Received: from rambutan.pingpong.net (81.milagro.bahnhof.net [195.178.168.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C6B543D58; Tue, 22 Jun 2004 15:59:06 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost (localhost [127.0.0.1])i5MFwegp001113; Tue, 22 Jun 2004 17:58:40 +0200 (CEST) (envelope-from girgen@pingpong.net) Date: Tue, 22 Jun 2004 17:58:40 +0200 From: Palle Girgensohn To: gnome@FreeBSD.org Message-ID: <004B03550E13EBF9870EADC0@rambutan.pingpong.net> X-Mailer: Mulberry/3.1.5 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: ports@FreeBSD.org Subject: mozilla crashes after update, gtk apps complain about pango & have no text! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 15:59:07 -0000 Hi! After upgrading mozilla, it crashes on startup with error code 11 (it crashes silently, error code revealed by echo $?). $ mozilla No running window found. (mozilla-bin:97889): Gtk-WARNING **: Kan inte hitta temamotorn i "module_path": "smooth", (mozilla-bin:97889): Gtk-WARNING **: Kan inte hitta temamotorn i "module_path": "smooth", (mozilla-bin:97889): Gtk-WARNING **: Kan inte hitta temamotorn i "module_path": "smooth", (mozilla-bin:97889): Gtk-WARNING **: Kan inte hitta temamotorn i "module_path": "smooth", $echo $? 11 $ I did this. First portuprade -R mozilla. When it built a broken mozilla, I did a portupgrade -fR mozilla, but still the same problem. When running apps using pango, (gnumeric, gimp e.g), I get this: # gnumeric Error reading modules file ** (gnumeric:16117): WARNING **: No builtin or dynamically loaded modules were found. Pango will not work correctly. This probably means there was an error in the creation of: '/usr/X11R6/etc/pango/pango.modules' You may be able to recreate this file by running pango-querymodules. # pango-querymodules # Pango Modules file # Automatically generated file, do not edit # # ModulesPath = /usr/X11R6/lib/pango/1.4.0/modules # /usr/X11R6/lib/pango/1.4.0/modules/pango-arabic-fc.so ArabicScriptEngineFc PangoEngineShape PangoRenderFc arabic:* /usr/X11R6/lib/pango/1.4.0/modules/pango-basic-x.so BasicScriptEngineX PangoEngineShape PangoRenderX common: /usr/X11R6/lib/pango/1.4.0/modules/pango-basic-fc.so BasicScriptEngineFc PangoEngineShape PangoRenderFc armenian:* bopomofo:* cherokee:* coptic:* cyrillic:* deseret:* ethiopic:* georgian:* gothic:* greek:* han:* hiragana:* katakana:* latin:* ogham:* old-italic:* runic:* canadian-aboriginal:* yi:* braille:* cypriot:* limbu:* osmanya:* shavian:* linear-b:* ugaritic:* common: /usr/X11R6/lib/pango/1.4.0/modules/pango-hangul-fc.so HangulScriptEngineFc PangoEngineShape PangoRenderFc hangul:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so devaScriptEngineFc PangoEngineShape PangoRenderFc devanagari:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so bengScriptEngineFc PangoEngineShape PangoRenderFc bengali:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so guruScriptEngineFc PangoEngineShape PangoRenderFc gurmukhi:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so gujrScriptEngineFc PangoEngineShape PangoRenderFc gujarati:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so oryaScriptEngineFc PangoEngineShape PangoRenderFc oriya:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so tamlScriptEngineFc PangoEngineShape PangoRenderFc tamil:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so teluScriptEngineFc PangoEngineShape PangoRenderFc telugu:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so kndaScriptEngineFc PangoEngineShape PangoRenderFc kannada:* /usr/X11R6/lib/pango/1.4.0/modules/pango-indic-fc.so mlymScriptEngineFc PangoEngineShape PangoRenderFc malayalam:* /usr/X11R6/lib/pango/1.4.0/modules/pango-thai-fc.so ThaiScriptEngineFc PangoEngineShape PangoRenderFc thai:* /usr/X11R6/lib/pango/1.4.0/modules/pango-hebrew-fc.so HebrewScriptEngineFc PangoEngineShape PangoRenderFc hebrew:* # gnumeric starts, but has no text, all characters are just dots! :-( I somehow feel these are related, since they happened at the same time, but maybe I'm wrong? Still I need this working, so any ideas what to to? Also see message from yesterday: "pango upgrade breaks audacity and mozilla ports" by Ben Crowell . Regards, Palle