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 2130 - Build issue: python-tqt FTBFS if no "-e" parameter is used
Summary: Build issue: python-tqt FTBFS if no "-e" parameter is used
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Francois Andriot
URL:
: 2129 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-09-26 13:37 CDT by Francois Andriot
Modified: 2014-09-27 21:33 CDT (History)
5 users (show)

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


Attachments
python-tqt: fix FTBFS (1.13 KB, patch)
2014-09-26 13:38 CDT, Francois Andriot
Details | Diff
python-trinity: fix FTBFS (376 bytes, patch)
2014-09-26 15:43 CDT, Francois Andriot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2014-09-26 13:37:13 CDT
The newly added "-e" configuration option in python-tqt works, but it FTBFS when the option is not used.
Comment 1 Francois Andriot 2014-09-26 13:38:14 CDT
Created attachment 2269 [details]
python-tqt: fix FTBFS

The patch fixes the undefined "opt_libpython" variable.
Also, it fixes a failure to display usage message because of badly placed "\n".
Comment 2 Francois Andriot 2014-09-26 15:43:28 CDT
Created attachment 2270 [details]
python-trinity: fix FTBFS

Same problem in python-trinity .
Comment 3 Timothy Pearson 2014-09-26 16:43:14 CDT
Go ahead and push these.  My inexperience with Python is showing. :-)
Comment 4 Slávek Banko 2014-09-27 21:30:31 CDT
Comment on attachment 2269 [details]
python-tqt: fix FTBFS

Pushed to GIT in hash 695fdfc1.
Comment 5 Slávek Banko 2014-09-27 21:30:58 CDT
Comment on attachment 2270 [details]
python-trinity: fix FTBFS

Pushed to GIT in hash 604468d2.
Comment 6 Slávek Banko 2014-09-27 21:33:54 CDT
*** Bug 2129 has been marked as a duplicate of this bug. ***