By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 545

Summary: kdelibs fails to compile becouse of mcopidl fails to run (becouse of bad LDPATH)
Product: TDE Reporter: Alexander Golubev (Fat-Zer) <fatzer2>
Component: tdelibsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: enhancement CC: bugwatch, michele.calgaro
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: kdelib's build.log

Description Alexander Golubev (Fat-Zer) 2011-10-15 05:42:13 CDT
Created attachment 102 [details]
kdelib's build.log

Steps to reproduce:
1. unset LDPATH for kde3.5/trinity
2. compile & install kdelibs dependencies (incl. arts)
3. try to build kdelibs with arts support.

what hapends: compilation fails(see build.log).
what expected: it compiles.

workaround: export LDPATH=$KDEDIR/lib
how to fix: force cmake to export LDPATH=$KDEDIR/lib/ or LDPATH=$ARTS_LDPATH for get subtask work normal.

I think the same problem will be with nearly all other packages, but for me it's important especialy for kdelibs.
Comment 1 Michele Calgaro 2014-03-04 20:47:11 CST
Closing this bug.
As per current sources, tdelibs builds without problems.