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 - [PATCH] vague build errors due to blind execution in CMake
Summary: [PATCH] vague build errors due to blind execution in CMake
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: All Linux
: P5 major
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-02-25 10:36 CST by Aleksey Midenkov
Modified: 2012-10-19 15:39 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
tde_execute_process patch (7.60 KB, patch)
2012-02-25 10:37 CST, Aleksey Midenkov
Details | Diff
tde_execute_process patch v2 (7.61 KB, patch)
2012-02-25 11:21 CST, Aleksey Midenkov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!