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 - Building tqt3 -- config.tests/unix/cups.test needs /usr/lib64 in LIBDIRS
Summary: Building tqt3 -- config.tests/unix/cups.test needs /usr/lib64 in LIBDIRS
Status: RESOLVED WORKSFORME
Alias: None
Product: TDE
Classification: Unclassified
Component: qt3 (show other bugs)
Version: R14.0.x [Trinity]
Hardware: amd64 Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2016-05-21 07:26 CDT by Diego M. Vadell
Modified: 2018-08-04 08:44 CDT (History)
3 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 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.