Fedora Linux Support Community & Resources Center
  #1  
Old 10th August 2004, 09:44 AM
timelord726 Offline
Registered User
 
Join Date: Aug 2004
Posts: 12
K3b won't run in GNOME

First of all, hello everyone! I'm glad to be a part of Fedora Linux and will continue to be for a long time yet.

Now, for my problem. I just recently installed K3b on my FC3 machine, but am unable to launch it in GNOME. Whenever I do, nothing happens. When I try launching it from the terminal, I get this message

Code:
k3b: symbol lookup error: /usr/lib/libartskde.so.1: undefined symbol: _ZTv0_n32_N4Arts16SynthModule_stub11autoSuspendEv
How can I fix this error and get my K3b to work properly in GNOME? (I do not have/use KDE on here.)

Thanks!
  #2  
Old 10th August 2004, 09:59 AM
ghaefb's Avatar
ghaefb Offline
Retired Community Manager
 
Join Date: Apr 2004
Location: Slovenia
Age: 30
Posts: 1,713
That's weird..

Which version did you install, and how did you install?
__________________
_ghaefb


blog & sysinfo
  #3  
Old 10th August 2004, 10:10 AM
timelord726 Offline
Registered User
 
Join Date: Aug 2004
Posts: 12
Not quite sure about the version, but it should be the latest one. I used apt-get install k3b to get it.
  #4  
Old 10th August 2004, 10:11 AM
superbnerd
Guest
 
Posts: n/a
the beauty of using yum, apt, or up2date. if you have an internet connection, which i assume you do, alls you need to do is
Code:
yum install k3b
or
Code:
up2date k3b
not sure about apt but its porobably
Code:
apt install k3b
yum will find and sort out all of the dependencies for you and should install the necessary kde libs for you.
  #5  
Old 10th August 2004, 10:47 AM
timelord726 Offline
Registered User
 
Join Date: Aug 2004
Posts: 12
A recurring problem with yum I've been getting lately is cropping up here, too:

Code:
I will do the following:
[install: k3b 0.11.13-1.xcyb.fc2.i686]
I will install/upgrade these to satisfy the dependencies:
[deps: id3lib 3.8.3-0.fdr.9.2.i386]
Is this ok [y/N]: y
Downloading Packages
Getting id3lib-3.8.3-0.fdr.9.2.i386.rpm
id3lib-3.8.3-0.fdr.9.2.i3 100% |=========================| 730 kB    00:02
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 8df56d05
Error: Could not find the GPG Key necessary to validate pkg /var/cache/yum/fedora-us-2-stable/packages/id3lib-3.8.3-0.fdr.9.2.i386.rpm
Error: You may want to run yum clean or remove the file:
 /var/cache/yum/fedora-us-2-stable/packages/id3lib-3.8.3-0.fdr.9.2.i386.rpm
Error: You may also check that you have the correct GPG keys installed
  #6  
Old 10th August 2004, 12:45 PM
circulus's Avatar
circulus Offline
Registered User
 
Join Date: Aug 2004
Location: Czech Republic, Central Europe
Age: 40
Posts: 89
Hallo,

try this before using yum or up2date:

rpm --import /usr/share/rhn/RPM-GPG-KEY
AND
rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora
AND
rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora-test


after this try use yum for install k3b.


Pls. tell me if works for You.

circulus
__________________
"... Nothing Runs Like A Python ...", Fedora 16 -> Fedora 18 soon as possible :)

Last edited by circulus; 10th August 2004 at 12:47 PM. Reason: ADDON
  #7  
Old 10th August 2004, 07:11 PM
timelord726 Offline
Registered User
 
Join Date: Aug 2004
Posts: 12
I'm afraid it didn't work, since I've modified my yum.conf a bit. I've tried downloading the GPG keys for all the sites in my list, but I must have missed one. Can you help?

Code:
[root@pcp04374035pcs danny]# yum install k3b
Gathering header information file(s) from server(s)
Server: Fedora Core 2 -- Fedora US mirror
Server: Fedora Linux (stable) for Fedora Core 2 -- Fedora US mirror
Server: Fedora Core 2 updates -- Fedora US mirror
Server: OFFICIAL Fedora Core 2 package set 2/2
Server: OFFICIAL Fedora Core 2 package set 1/2
Server: Fedora Core 2 Livna Stable
Server: Fedora Core 2 Livna Testing
Server: Fedora Core 2 Livna Unstable
Server: Fedora Core 2 ( xcyborg / stable )
Finding updated packages
Downloading needed headers
Resolving dependencies
.Dependencies resolved
I will do the following:
[install: k3b 0.11.13-1.xcyb.fc2.i686]
I will install/upgrade these to satisfy the dependencies:
[deps: id3lib 3.8.3-0.fdr.9.2.i386]
Is this ok [y/N]: y
Downloading Packages
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 87e600b8
Error: Could not find the GPG Key necessary to validate pkg /var/cache/yum/xcyb-stable/packages/k3b-0.11.13-1.xcyb.fc2.i686.rpm
Error: You may want to run yum clean or remove the file:
 /var/cache/yum/xcyb-stable/packages/k3b-0.11.13-1.xcyb.fc2.i686.rpm
Error: You may also check that you have the correct GPG keys installed
  #8  
Old 10th August 2004, 07:30 PM
circulus's Avatar
circulus Offline
Registered User
 
Join Date: Aug 2004
Location: Czech Republic, Central Europe
Age: 40
Posts: 89
Have You downloaded and installed GPG key for this server: Fedora Core 2 ( xcyborg / stable ) ?
__________________
"... Nothing Runs Like A Python ...", Fedora 16 -> Fedora 18 soon as possible :)
  #9  
Old 10th August 2004, 08:36 PM
timelord726 Offline
Registered User
 
Join Date: Aug 2004
Posts: 12
No, I can't seem to find one for that site... I'll continue to look. In the meantime, can you suggest another alternative?
  #10  
Old 10th August 2004, 08:43 PM
circulus's Avatar
circulus Offline
Registered User
 
Join Date: Aug 2004
Location: Czech Republic, Central Europe
Age: 40
Posts: 89
Hi,

in yum config file try disable GPG keys checking. In up2date config file is this possible.

circulus
__________________
"... Nothing Runs Like A Python ...", Fedora 16 -> Fedora 18 soon as possible :)
  #11  
Old 10th August 2004, 08:44 PM
timelord726 Offline
Registered User
 
Join Date: Aug 2004
Posts: 12
That'd be great! But how can I do that?

EDIT: I commented that last site out of my yum.conf, so it got k3b from another site. Redownloaded, reinstalled, and the same problem.

Code:
[root@pcp04374035pcs danny]# yum install k3b k3b-mp3
Gathering header information file(s) from server(s)
Server: Fedora Core 2 -- Fedora US mirror
Server: Fedora Linux (stable) for Fedora Core 2 -- Fedora US mirror
Server: Fedora Core 2 updates -- Fedora US mirror
Server: OFFICIAL Fedora Core 2 package set 2/2
Server: OFFICIAL Fedora Core 2 package set 1/2
Server: Fedora Core 2 Livna Stable
Server: Fedora Core 2 Livna Testing
Server: Fedora Core 2 Livna Unstable
Finding updated packages
Downloading needed headers
k3b-ape-0-1.0-0.fdr.4.2.i 100% |=========================| 1.9 kB    00:00
k3b is installed and is the latest version.
Resolving dependencies
..Dependencies resolved
I will do the following:
[install: k3b-mp3 0.11.10-0.lvn.1.2.i386]
I will install/upgrade these to satisfy the dependencies:
[deps: libsamplerate 0.0.15-0.fdr.5.2.i386]
[deps: id3lib 3.8.3-0.fdr.9.2.i386]
[deps: libsndfile 1.0.4-0.fdr.1.2.i386]
Is this ok [y/N]: y
Downloading Packages
Getting libsndfile-1.0.4-0.fdr.1.2.i386.rpm
libsndfile-1.0.4-0.fdr.1. 100% |=========================| 157 kB    00:00
Getting k3b-mp3-0.11.10-0.lvn.1.2.i386.rpm
k3b-mp3-0.11.10-0.lvn.1.2 100% |=========================|  26 kB    00:00
Running test transaction:
Test transaction complete, Success!
libsndfile 100 % done 1/4
libsamplerate 100 % done 2/4
id3lib 100 % done 3/4
k3b-mp3 100 % done 4/4
Installed:  k3b-mp3 0.11.10-0.lvn.1.2.i386
Dep Installed:  libsamplerate 0.0.15-0.fdr.5.2.i386 id3lib 3.8.3-0.fdr.9.2.i386 libsndfile 1.0.4-0.fdr.1.2.i386
Transaction(s) Complete
[root@pcp04374035pcs danny]# k3b
k3b: symbol lookup error: /usr/lib/libartskde.so.1: undefined symbol: _ZTv0_n32_N4Arts16SynthModule_stub11autoSuspendEv
  #12  
Old 10th August 2004, 08:46 PM
circulus's Avatar
circulus Offline
Registered User
 
Join Date: Aug 2004
Location: Czech Republic, Central Europe
Age: 40
Posts: 89
Hi,

see man yum.conf in server specific config options. Hint: gpgcheck=0

circulus
__________________
"... Nothing Runs Like A Python ...", Fedora 16 -> Fedora 18 soon as possible :)
  #13  
Old 10th August 2004, 09:55 PM
timelord726 Offline
Registered User
 
Join Date: Aug 2004
Posts: 12
All fixed, but back to the original problem: K3b still does not run. It comes up with the same error, even after reinstalling.
  #14  
Old 13th August 2004, 11:09 PM
superbnerd
Guest
 
Posts: n/a
the problem could be that you are running fc3t1 and the packages were built for fc2. you can either ask xcyb to build fc3t1 version rpms or build them yourself from source.
 

Tags
gnome, k3b, run

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgraded 9>10>11: A) No audio in Gnome" B) can't log into Gnome on GUI boot fashionhat Installation and Live Media 1 5th October 2009 05:21 AM
Gnome-Art Next Gen rpm for F9 ( Gnome theme and wallpaper downloader ) leigh123linux Fedora Focus 25 31st December 2008 07:58 PM
Upgrade your Gnome 2.10 to the latest Gnome 2.12 zeky Guides & Solutions (No Questions) 155 14th February 2006 04:20 AM
eggcups and gnome volume manager cancelled at starting gnome in fc3 copter Using Fedora 9 28th November 2004 08:59 AM


Current GMT-time: 12:34 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat