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 874

Summary: [PATCH] vague build errors due to blind execution in CMake
Product: TDE Reporter: Aleksey Midenkov <midenok>
Component: other (any)Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: major CC: bugwatch, darrella
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: tde_execute_process patch
tde_execute_process patch v2

Description Aleksey Midenkov 2012-02-25 10:36:27 CST
Patch was successfully tested on tdelibs latest trunk (324c251aa). But NOT tdebase due to compilation issues with latest trunk tdebase.
Comment 1 Aleksey Midenkov 2012-02-25 10:37:23 CST
Created attachment 411 [details]
tde_execute_process patch
Comment 2 Aleksey Midenkov 2012-02-25 11:21:03 CST
Created attachment 412 [details]
tde_execute_process patch v2
Comment 3 Aleksey Midenkov 2012-02-25 11:22:53 CST
Note, that I was not tested modified tde_install_icons yet. Will test that when get tdebase building.
Comment 4 Timothy Pearson 2012-02-25 14:38:12 CST
Patch overall looks good.  I will try a tdebase rebuild test on Debian, and if that works I'll go ahead and commit this.
Comment 5 Timothy Pearson 2012-02-25 16:42:04 CST
tdebase builds, so the CMake patch was committed in GIT hash 975cc10.

Thanks for reporting, and for the patch!