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 905 - Build issue: More hidden breakage after doubtful migration to cmake
Summary: Build issue: More hidden breakage after doubtful migration to cmake
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: system (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: Other Linux
: P5 critical
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-03-11 01:51 CST by Roman Savochenko
Modified: 2012-06-10 01:47 CDT (History)
3 users (show)

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


Attachments
Fix build patch (1.39 KB, patch)
2012-03-14 06:38 CDT, Roman Savochenko
Details | Diff
Add check for long long support (1.10 KB, patch)
2012-04-01 04:59 CDT, Leandro Nini
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Savochenko 2012-03-11 01:51:38 CST
- Some data files installation broken.
- Language translation update full broken by gettext.
- Autotools scripts for some files broken.
- Some definition and checks lost, for example -DASPELL_DATADIR=/usr/lib/aspell by default, HAVE_LONG_LONG for memory info and other.
Comment 1 Roman Savochenko 2012-03-14 05:38:05 CDT
New problem into CMAKE for build KWin decoration "keramik" by pass pictures including on build into separated directory (which typical for CMAKE).

At fact embedtool seeks pictures into build tree whereas the pictures placed into source tree.
Comment 2 Roman Savochenko 2012-03-14 06:38:50 CDT
Created attachment 489 [details]
Fix build patch

Patch for fix last problem included.
Comment 3 Leandro Nini 2012-04-01 04:59:47 CDT
Created attachment 516 [details]
Add check for long long support

This patch adds the missing HAVE_LONG_LONG define if compiler supports the long long type.
Comment 4 Timothy Pearson 2012-06-10 01:47:39 CDT
Patches look sane and were pushed to GIT in hash dfb7532.

Thanks for reporting, and for the patches!