LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Pango source and package (https://www.linuxquestions.org/questions/linux-software-2/pango-source-and-package-262298/)

ptothed 12-03-2004 06:37 PM

Pango source and package
 
Linux newbie dashing face first into installing things, urg. The problem at hand is that while I was trying to install GTK+ and its tag alongs, atk, pango, etc, I stopped at Pango because I encountered some errors that seemed perplexing. It was then that I stumbled on to the .rpm concept and found a search engine to update pango's package for SuSe 9.1. But, after doing that I noticed that firefox, thunderbird, and azureus stopped working.

Under the cli this is what I get for starting azureus:

./azureus
Starting Azureus...
Java exec found in PATH. Verifying...
Suitable java version found [java = 1.4.2_03]
Configuring environment...
Loading Azureus:
java -Xms16m -Xmx128m -cp "/home/percy/azureus/Azureus2.jar:/home/percy/azureus/
swt.jar:/home/percy/azureus/swt-mozilla.jar:/home/percy/azureus/swt-pi.jar" -Dja
va.library.path="/home/percy/azureus" -Dazureus.install.path="/home/percy/azureu
s" org.gudy.azureus2.ui.swt.Main ''

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path:
"qtpixmap",

(<unknown>:6250): Gtk-WARNING **: Unable to locate theme engine in module_path: "qtpixmap",

** (<unknown>:6250): 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/local/etc/pango/pango.modules'
You may be able to recreate this file by running pango-querymodules.

(<unknown>:6250): GLib-GObject-CRITICAL **: file gobject.c: line 1561 (g_object_ ref): assertion `G_IS_OBJECT (object)' failed

** (<unknown>:6250): CRITICAL **: file pango-engine.c: line 68 (_pango_engine_sh ape_shape): assertion `PANGO_IS_FONT (font)' failed

** ERROR **: file shape.c: line 75 (pango_shape): assertion failed: (glyphs->num _glyphs > 0)
aborting...
./azureus: line 107: 6250 Aborted ${JAVA_PROGRAM_DIR}java -Xms1 6m -Xmx128m -cp "${CLASSPATH}" -Djava.library.path="${PROGRAM_DIR}" -Dazureus.in stall.path="${PROGRAM_DIR}" org.gudy.azureus2.ui.swt.Main "$@"
Azureus TERMINATED.
~~

I learned the lesson of not to mix source and rpm now. :tisk: (At least I hope I have) What can I do to drag myself out of this mess?

ptothed 12-03-2004 06:45 PM

As an aside, I didn't place the source files under the /usr/local/src either. :newbie:

foo_bar_foo 12-03-2004 09:17 PM

Quote:

I was trying to install GTK+ and its tag alongs, atk, pango, etc, I stopped at Pango
it's hard for us to tell what you have done and what was installed before you started
anything you installed from source is most likely in /usr/local and i bet are not causing you troubles

you installed an rpm and updated pango ?
did you have to force that somehow ?
i'd try to uninstall that and install the old one again

ptothed 12-03-2004 11:44 PM

Hi, I took your advice and clawed back on the rpms that I installed. Now if I try to run something, say Firefox, the cli brings this:

./firefox

(firefox-bin:21893): GLib-GObject-WARNING **: specified class size for type `PangoXftFontMap' is smaller than the parent type's `PangoFontMap' class size

(firefox-bin:21893): GLib-GObject-CRITICAL **: file gobject.c: line 819 (g_object_new): assertion `G_TYPE_IS_OBJECT (object_type)' failed
./run-mozilla.sh: line 451: 21893 Segmentation fault "$prog" ${1+"$@"}

~~

I looked bits of this up on Google and I think this has something to do with old libraries? If this is the case then how would I fix this? If it's not, then maybe I ought to make the solution real easy and just reinstall Suse. :scratch: :cry:


All times are GMT -5. The time now is 03:28 AM.