Bug 162146

Summary: kdevelop is full of undefined references
Product: [Fedora] Fedora Reporter: Andrea Santilli <sacntct>
Component: kdevelopAssignee: Than Ngo <than>
Status: CLOSED ERRATA QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-30 14:58:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Fix for undefined references none

Description Andrea Santilli 2005-06-30 10:24:54 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Description of problem:
I wanted to read a chm-format ebook in kfmclient with kchmpart, but as soon as i tried, i got an error message saying: "undefined reference to etc......"
Then I saw that kchmpart is part of the kdevelop package and i executed ldd on all the elf files in kdevelop rpm. The result was a lot of undefined references.

The kchmpart bug was already reported in http://bugs.kde.org/show_bug.cgi?id=103064

I made a patch that resolves all the currently undefined references. Please consider to apply that or anything else that fixes the problem.
it still requires a workaround in the rpm specfile:
before:
 make %{?_smp_mflags}
add:
 make %{_?_smp_mflags} -C lib/util

I'm now going to allegate that patch

Version-Release number of selected component (if applicable):
3.2.1-0.fc4.1

How reproducible:
Always

Steps to Reproduce:
1. run ldd on all elf files in kdevelop rpm
2. You'll get a lot of undefined references
  

Additional info:

Comment 1 Andrea Santilli 2005-06-30 10:26:05 UTC
Created attachment 116165 [details]
Fix for undefined references

Comment 2 Than Ngo 2005-06-30 14:58:48 UTC
it's now fixed in 3.2.1-0.fc4.2. I will push it for FC4 update soon.
Many thanks for the patch.