Bug 162146 - kdevelop is full of undefined references
Summary: kdevelop is full of undefined references
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: kdevelop
Version: 4
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-06-30 10:24 UTC by Andrea Santilli
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-06-30 14:58:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Fix for undefined references (5.34 KB, patch)
2005-06-30 10:26 UTC, Andrea Santilli
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.