LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-03-2004, 06:37 PM   #1
ptothed
LQ Newbie
 
Registered: Nov 2004
Posts: 7

Rep: Reputation: 0
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. (At least I hope I have) What can I do to drag myself out of this mess?
 
Old 12-03-2004, 06:45 PM   #2
ptothed
LQ Newbie
 
Registered: Nov 2004
Posts: 7

Original Poster
Rep: Reputation: 0
As an aside, I didn't place the source files under the /usr/local/src either.
 
Old 12-03-2004, 09:17 PM   #3
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
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
 
Old 12-03-2004, 11:44 PM   #4
ptothed
LQ Newbie
 
Registered: Nov 2004
Posts: 7

Original Poster
Rep: Reputation: 0
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
error in the creation of `etc/pango/pango.modules` okeyla Linux - Newbie 3 07-02-2011 08:06 PM
Wine Package or Source? Murdock1979 Linux - Software 1 07-03-2005 12:16 PM
Software - Source or Package? mozetti Slackware 13 04-26-2005 01:20 PM
pango configure problem with glib from source loco_g Linux - Software 1 01-06-2005 10:11 AM
kernel-source package houston1981 DamnSmallLinux 0 12-01-2004 04:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration