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 2656

Summary: Building tqt3 -- config.tests/unix/cups.test needs /usr/lib64 in LIBDIRS
Product: TDE Reporter: Diego M. Vadell <dvadell>
Component: qt3Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED WORKSFORME    
Severity: normal CC: bugwatch, michele.calgaro, slavek.banko
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: amd64   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Diego M. Vadell 2016-05-21 07:26:05 CDT
When building tqt3, I get an error configuring it with cups support

  ./configure -cups -thread -platform linux-g++-64 -xrandr -xcursor -system-zlib -qt-gif
Cups support cannot be enabled due to functionality tests!
 Turn on verbose messaging (-v) to ./configure to see the final report.
 If you believe this message is in error you may use the continue
 switch (-continue) to ./configure to continue.

In config.tests/unix/cups.test, if I add /usr/lib64 to the LIBDIRS, it starts compiling.

# LIBDIRS="$IN_LIBDIRS /usr/shlib /usr/lib /lib"
LIBDIRS="$IN_LIBDIRS /usr/shlib /usr/lib /lib /usr/lib64"

Thanks!
Comment 1 Michele Calgaro 2016-09-30 08:07:39 CDT
Hi Diego,
Slavek and I have not been able to reproduce this problem on our system.
Which distro and which version of TDE are you using?
Comment 2 Michele Calgaro 2018-08-04 08:44:00 CDT
Problem can't be reproduce and there has been no reply for two years. Reopen if you can reproduce the issue.