Summary: | libgda 1.0.4 fails to build with errors in postgres-related functions | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chris Woods <chris> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | MikeschTheCat |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Full transcript of libgda emerge. |
Description
Chris Woods
2004-08-05 16:34:56 UTC
emm .. what version of postgres? it works with mine. (postgresql-7.4.3-r1) ACCEPT_KEYWORDS='~x86' emerge -pv postgresql: dev-db/postgresql-7.4.3-r1 -debug +doc +java +libg++ +nls +pam +perl -pg-hier -pg-intdatetime -pg-vacuumdelay +python +readline +ssl +tcltk +zlib Same version. please attach a log of the whole emerge of libgda. do you actually have /usr/include/libpq/libpq-fs.h ? its present in my postgresql installation. I don't have a /usr/include/libpq directory. However, after searching, I did find a /usr/include/postgresql directory, and /usr/include/postgresql/pgsql/libpq/libpq-fs.h. As requested, a full transcript of the emerge of libgda is attached. I tested by symlinking /usr/include/postgresql/pgsql to /usr/include/pgsql, and the compile progressed past that point, but failed further on building the docs. Created attachment 36999 [details]
Full transcript of libgda emerge.
the docs might be a seperate issue. but i'm pretty sure that the postgresql-7.4.3-r1 builds the symlink. you might want to emerge your postgresql again .. Hmm, seems you're right. I re-emerged postgresql and it did indeed create that symlink. Not sure why it didn't before, but that's not a libgda bug. I'm going to close this bug and pursue the next issue, apparently unrelated, with failing on the doc install. Sorry for the false alarm, and thanks for looking into it. |