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 2543 - Build issue: FTBFS on Fedora 23 / perl 5.22
Summary: Build issue: FTBFS on Fedora 23 / perl 5.22
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdelibs (show other bugs)
Version: R14.0.1 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Francois Andriot
URL:
Depends on:
Blocks: R14.0.3
  Show dependency treegraph
 
Reported: 2015-11-07 12:45 CST by Francois Andriot
Modified: 2015-12-06 09:26 CST (History)
3 users (show)

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


Attachments
tdelibs: fix invalid perl syntax in kdocAstUtil.pm (409 bytes, patch)
2015-11-07 12:47 CST, Francois Andriot
Details | Diff
tdebindings: fix invalid perl syntax in kdocAstUtil.pm (385 bytes, patch)
2015-11-07 12:48 CST, Francois Andriot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2015-11-07 12:45:03 CST
Hello, there is an FTBFS on Fedora 23 because invalid perl syntax in "kdocAstUtil.pm".

This happens on (at least) tdelibs and tdebindings.
Comment 1 Francois Andriot 2015-11-07 12:47:15 CST
Created attachment 2587 [details]
tdelibs: fix invalid perl syntax in kdocAstUtil.pm

Fix invalid perl syntax in tdelibs.

In perl, you are not supposed to call a "defined()" on an dereferenced variable (e.g; "@{..}" ), but rather directly on the reference.

Depending on Perl version, using such a syntax causes either a warning or an error. In Fedora 23, it causes an error.
Comment 2 Francois Andriot 2015-11-07 12:48:06 CST
Created attachment 2588 [details]
tdebindings: fix invalid perl syntax in kdocAstUtil.pm

Same stuff for tdebindings.
(BTW, why is this file duplicated in tdelibs and tdebindings ?)
Comment 3 Slávek Banko 2015-11-07 12:53:01 CST
Because R14.0.2 is already tagged as final and waiting only for the completion of the build a few last packages, I joined this bug report to R14.0.3.
Comment 4 Slávek Banko 2015-12-06 09:26:47 CST
Pushed to GIT in hashes:
+ tdelibs 7be2f678 (master), 094540b6 (r14.0.x)
+ tdebindings 2e9822ca (master), dc5f265d (r14.0.x)