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:
Created attachment 116165 [details] Fix for undefined references
it's now fixed in 3.2.1-0.fc4.2. I will push it for FC4 update soon. Many thanks for the patch.