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 2690 - Build issue: tde-style-baghira fails rpmlint test
Summary: Build issue: tde-style-baghira fails rpmlint test
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Slávek Banko
URL:
Depends on:
Blocks: R14.1.0
  Show dependency treegraph
 
Reported: 2016-09-13 12:38 CDT by Francois Andriot
Modified: 2016-10-09 08:41 CDT (History)
2 users (show)

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


Attachments
Fix FTBFS on missing return values (1.17 KB, patch)
2016-09-29 19:44 CDT, Slávek Banko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2016-09-13 12:38:18 CDT
Extract from build log:

[  172s] I: Program causes undefined operation
[  172s]    (likely same variable used twiceand post/pre incremented in the same expression).
[  172s]    e.g. x = x++; Split it in two operations.
[  172s] W: trinity-tde-style-baghira sequence-point dmctl.cpp:115
[  172s] 
[  172s] I: Program returns random data in a function
[  172s] E: trinity-tde-style-baghira no-return-in-nonvoid-function baghira.h:244
[  172s] E: trinity-tde-style-baghira no-return-in-nonvoid-function main.cpp:444, 461
Comment 1 Slávek Banko 2016-09-29 19:44:39 CDT
Created attachment 2713 [details]
Fix FTBFS on missing return values

Please test it on your builder. For me on all supported Debian and Ubuntu builds fine with this patch.
Comment 2 Slávek Banko 2016-10-09 08:29:00 CDT
Fixed in GIT hash 635fe82a.