Created attachment 366844 [details] emerge --info The ebuild lacks the following line in pkg_setup() as it is already there for other db backends: pkg_setup() { ... use postgres && append-cppflags -I/usr/include/postgresql ... } This may affect all available opendbx ebuilds
Sorry, error was: [...] checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking for initscr in -lncurses... yes checking for readline in -lreadline -lncurses... yes checking libpq-fe.h usability... no checking libpq-fe.h presence... no checking for libpq-fe.h... no configure: error: postgresql header (libpq-fe.h) not found !!! Please attach the following file when seeking support: !!! /var/tmp/portage/dev-db/opendbx-1.4.5/work/opendbx-1.4.5/config.log * ERROR: dev-db/opendbx-1.4.5::gentoo failed (configure phase): * econf failed *
On my system I'm having an appropriate symlink maintained by eselect postgresql: lrwxrwxrwx 1 root root 25 Mar 5 20:47 /usr/include/libpq-fe.h -> postgresql-9.2/libpq-fe.h
Hmmm.. then we may close this issue. Works here too now. Propably my fault, sorry.
OK, thanks.