Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418159 - app-office/calligra doesn't build postgres driver
Summary: app-office/calligra doesn't build postgres driver
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard: tracking upstream
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 17:14 UTC by Mike Callahan
Modified: 2012-06-24 11:37 UTC (History)
2 users (show)

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


Attachments
emerge --info calligra (emerge.info.txt,6.63 KB, text/plain)
2012-05-29 17:14 UTC, Mike Callahan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Callahan 2012-05-29 17:14:15 UTC
Created attachment 313551 [details]
emerge --info calligra

No PostgreSQL driver is build though postgres useflag is on.


app-office/calligra-2.4.1 was built with the following:
USE="(consolekit) crypt eigen exif fontconfig gif glib gsf handbook iconv jpeg jpeg2k kdcraw lcms mso (multilib) mysql okular openexr opengl pdf (policykit) postgres ssl threads tiff truetype xml xslt (-aqua) -attica -fftw -freetds -glew -gsl -kdepim -marble -openctl -semantic-desktop (-sybase) -test -word-perfect -xbase" CALLIGRA_FEATURES="braindump flow karbon kexi krita sheets stage words -plan"


$ qlist -e calligra | grep kexidb.*driver.so
/usr/lib64/kde4/kexidb_mysqldriver.so
/usr/lib64/kde4/kexidb_sqlite3driver.so
$
Comment 1 Franz Trischberger 2012-05-30 11:29:31 UTC
The problematic test in kexi/kexidb/drivers/CMakeLists.txt:

IF (POSTGRESQL_FOUND AND PQXX_FOUND AND PQXX_VERSION VERSION_GREATER PQXX_MIN_VERSION AND PQXX_VERSION VERSION_LESS PQXX_MAX_VERSION)

It does not evaluate to true with libpqxx-4.0. There is no warning, no error.
I can't say, if kexi really needs version in ]3.0.0, 4.0.0[. Could you ask upstream? (bugs.kde.org)
Comment 2 Mike Callahan 2012-05-30 14:50:55 UTC
OK...

https://bugs.kde.org/show_bug.cgi?id=300871
Comment 3 Mike Callahan 2012-05-31 18:11:21 UTC
Based on the response from the kde folks here: https://bugs.kde.org/show_bug.cgi?id=300871 I don't think they intend to support libpqxx > 3.x, as they are moving away from using libpqxx altogether.

Not sure what that means for us, as there is no libpqxx < 4 in the tree.
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2012-06-02 22:29:22 UTC
Right now that means masking the useflag
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2012-06-24 11:37:51 UTC
Nothing we can do here, sorry. One day there will be calligra-3 ...