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 1017 - Build issue: python-tqt, python-trinity won't build with 64-bit
Summary: Build issue: python-tqt, python-trinity won't build with 64-bit
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Other
: P1 blocker
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-06-02 17:13 CDT by Darrell
Modified: 2012-10-19 15:46 CDT (History)
2 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-02 17:13:17 CDT
The problem is the build process can't find $PREFIX/lib64. The build process
only looks for $PREFIX/lib.
Comment 1 Timothy Pearson 2012-06-12 18:21:04 CDT
Can you be more specific?  I see no hardcoded lib search paths in these two modules.

Perhaps you are not aware of the fact that building TDE python modules usually requires passing build options with directories to the build process?
Comment 2 Darrell 2012-06-13 19:15:19 CDT
I'm unsure of the exact magic, but I suspect building TQt3 with the correct "-platform" option might have been the key. Both python-tqt and python-trinity now build for me on 64-bit. Hopefully this was not a one-time fluke! :-)

Resolved.

Thank you!

Note for future readers who run across the same build failure:

In the (T)Qt3 build options, explicitly set the following build option:

-platform ${PLATFORM}

where ${PLATFORM} == linux=g++-64 rather than linux-g++ (notice the dash!)