Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 157637

Summary: dev-db/qt-unixODBC-3.3.6 doesn't compile
Product: Gentoo Linux Reporter: Lóránt Farkas <lfarkas>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***