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

Bug 131143

Summary: app-office/qhacc USE=sqlite: compiling fails
Product: Gentoo Linux Reporter: Thomas Bettler <thomas.bettler>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 177782    

Description Thomas Bettler 2006-04-24 13:25:21 UTC
qhacc should be patched to accept sqlite-3*
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-24 13:27:56 UTC
Post the error at least... sigh.
Comment 2 Thomas Bettler 2006-04-24 13:40:06 UTC
Pardon, bad habit of me to report only half the story.

The bug appears in qhacc-3.2.1, since that configure script checks for sqlite.so

It is solved in qhacc-3.4, where it checkes for sqlite{,3}.so.

So marking qhacc-3.4 as stable would solve this bug.
Or we need a patch to fix the configure script to also recognize sqlite3.so
Or we need to fix the *DEPEND settings in the ebuild to require =sqlite-2*


Error msg below
=============
[...]
checking for Qt include files... found in /usr/qt/3/include
checking for mysql_config script... found in /usr/bin
checking for SQLite libraries...
SQLite libraries not found! If you have installed SQLite in an
unusual place, please use the "--with-sqlite-libs=" option

make: *** No targets specified and no makefile found.  Stop.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2007-06-08 23:30:40 UTC
package gone