Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41113 - postgres support with libgda is broken
Summary: postgres support with libgda is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 07:42 UTC by Alexis Muller
Modified: 2004-08-07 18:04 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 Alexis Muller 2004-02-10 07:42:16 UTC
the libgda ebuild (1.0.3) look for postgresql headers in /usr/include/postgresql but they are in /usr/include/postgresql/pgsql

The configure scripte give this message :
checking for Postgres files... found Postgres in /usr
configure: WARNING: Postgres include files not found

Reproducible: Always
Steps to Reproduce:
1. emerge libgda with postgresql'use flag
2.
3.

Actual Results:  
gda postgresql support not build

Expected Results:  
gda postgresql support available

this bugs can be solved by adding this in the ebuild

sed -e 's#include/postgresql#include/postgresql/pgsql#' configure > conftmp
mv conftmp configure
chmod +x configure
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2004-08-05 06:32:15 UTC
libgda problem, not postgres
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-08-07 18:04:51 UTC
should be fixed in 1.0.4