Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157637 - dev-db/qt-unixODBC-3.3.6 doesn't compile
Summary: dev-db/qt-unixODBC-3.3.6 doesn't compile
Status: RESOLVED DUPLICATE of bug 132135
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-09 12:11 UTC by Lóránt Farkas
Modified: 2006-12-09 13:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lóránt Farkas 2006-12-09 12:11:34 UTC
When I've tried to emerge qt-unixODBC I get the following error:
 ...
IBASE auto-detection...
  Could not find libgds.* anywhere in /lib /usr/lib /usr/qt/3/lib
IBASE disabled.
MySQL auto-detection...
  Could not find libmysqlclient.* anywhere in /lib /usr/lib /usr/qt/3/lib
MySQL disabled.
ODBC auto-detection...
  Could not find libodbc.* anywhere in /lib /usr/lib /usr/qt/3/lib
ODBC disabled.
PostgreSQL auto-detection...
  Could not find libpq.* anywhere in /lib /usr/lib /usr/qt/3/lib
PostgreSQL disabled.
NIS auto-detection... (-L/usr/qt/3/lib)
  Found nsl lib in /lib
  Found rpcsvc/ypclnt.h in /usr/include
  Found rpcsvc/yp_prot.h in /usr/include
NIS enabled.
CUPS auto-detection... (-L/usr/qt/3/lib)
CUPS disabled.
OpenGL auto-detection... (-L/usr/qt/3/lib)
  Found GLU lib in /usr/X11R6/lib
  Found GL lib in /usr/X11R6/lib
  Could not find Xmu lib anywhere in  /usr/qt/3/lib /usr/X11R6/lib /usr/X11R6/lib /usr/shlib /usr/lib /lib
OpenGL disabled.
Xcursor auto-detection... (-L/usr/qt/3/lib)
  Could not find Xcursor lib anywhere in  /usr/qt/3/lib /usr/X11R6/lib /usr/shlib /usr/lib /lib
Xcursor disabled.
XRandR auto-detection... (-L/usr/qt/3/lib)
  Could not find XRandR lib anywhere in  /usr/qt/3/lib /usr/X11R6/lib /usr/shlib /usr/lib /lib
XRandR disabled.
XRender auto-detection... (-L/usr/qt/3/lib)
  Could not find XRender lib anywhere in  /usr/qt/3/lib /usr/X11R6/lib /usr/shlib /usr/lib /lib
XRender disabled.
XRender 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.

!!! ERROR: dev-db/qt-unixODBC-3.3.6 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  qt-unixODBC-3.3.6.ebuild, line 51:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

Because every library I have, was located in /usr/lib64.
So I've add -L/usr/lib64 in the ebuild after the ./configure command and it compiled without error.

So please modify the ebuild!
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-09 13:19:48 UTC
Please, don't restrict bugs without any reason. Just leave the checkboxes alone.


*** This bug has been marked as a duplicate of 132135 ***