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 1065 - Build issue: kbfx FTBFS and fails to build help handbook
Summary: Build issue: kbfx FTBFS and fails to build help handbook
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Other
: P1 critical
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-06-22 23:27 CDT by Darrell
Modified: 2013-09-27 13:50 CDT (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2012-06-22 23:27:50 CDT
* kbfx fails to build during the initial cmake configuration

* kbfx does not build the help handbook

cmake configuration error:

CMake Error at po/CMakeLists.txt:1 (ADD_POFILES):
  Unknown CMake command "ADD_POFILES".

A temporary work-around that allows building:

-DBUILD_TRANSLATIONS=OFF

Despite building without error with that work-around the package is incomplete, not only for the missing po files, but for the missing help handbook as well.

Browsing the original cmake files indicates the migration to Trinity cmake templates is incomplete. Several original cmake modules are not migrated.

The original sources are found here:

http://downloads.sourceforge.net/project/kbfx/Source%20Packages/kbfx-0.4.9.3.1/kbfx-0.4.9.3.1.tar.bz2?r=&ts=1340422166&use_mirror=hivelocity
Comment 1 Darrell 2013-05-23 14:42:50 CDT
The default configure option for -DBUILD_ALL is OFF. When -DBUILD_ALL=OFF, then -DBUILD_TRANSLATIONS=OFF and -DBUILD_DOC=OFF, which means anybody compiling with the defaults will not see these build problems.
Comment 2 Slávek Banko 2013-09-22 12:13:59 CDT
Fixed in GIT hash 5869aa71.
Comment 3 Darrell 2013-09-27 13:50:37 CDT
Problem seems to be fixed here as far as I can tell.

Good job!