FS#22400 - [redland] needs postgresql-libs

Attached to Project: Arch Linux
Opened by Maurel (guy-kde) - Tuesday, 11 January 2011, 14:23 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 20 February 2011, 10:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The file redland-1.0.12-3/depends notes:
...
%OPTDEPENDS%
postgresql-libs: PostgreSQL storage support for Redland
...

BUT the command:
ldd /usr/lib/redland/librdf_storage_postgresql.so
linux-vdso.so.1 => (0x00007fff65d64000)
libpq.so.5 => not found
...
shows that libpq.so is missing, which is packed in "postgresql-libs"

The depend is NOT optional. It is a MUST_BE
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 20 February 2011, 10:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  pkg is split now in version 1.0.12-5 in testing.
Comment by Andreas Radke (AndyRTR) - Tuesday, 11 January 2011, 17:00 GMT
It's only a must have when you use librdf_storage_postgresql.so.
Comment by Jan de Groot (JGC) - Wednesday, 12 January 2011, 12:11 GMT
I think these optdepends are a bit crazy. The reason why postgresql was split into postgresql-libs and postgresql is to reduce dependencies in clients that use it. Either split the posgresql redland backend, or make it depend on postgresql-libs.
Comment by Maurel (guy-kde) - Wednesday, 12 January 2011, 14:15 GMT
ubuntu has this dependency.
As I tried to build soprano, the cmake-command complain about this missing library to build the redland-backend.

Loading...