Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485322 - dev-db/slony1-2.1.4 - configure: error: /usr/lib64/postgresql-9.0/lib64//plpgsql.so|sl|dll is not found in the pkglibdir
Summary: dev-db/slony1-2.1.4 - configure: error: /usr/lib64/postgresql-9.0/lib64//plpg...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-18 16:44 UTC by Juergen Rose
Modified: 2014-12-04 11:41 UTC (History)
0 users

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


Attachments
/var/tmp/portage/dev-db/slony1-2.1.4/work/slony1-2.1.4/config.log (config.log,50.57 KB, text/plain)
2013-09-18 16:44 UTC, Juergen Rose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Rose 2013-09-18 16:44:26 UTC
Created attachment 358942 [details]
/var/tmp/portage/dev-db/slony1-2.1.4/work/slony1-2.1.4/config.log

'emerge slony1' fails with:
...
checking for utils/typcache.h... yes
checking for plpgsql.so... no
configure: error: /usr/lib64/postgresql-9.0/lib64//plpgsql.so|sl|dll is not found in the pkglibdir.
        Please specify the pkglibdir with --with-pgpkglibdir=<dir>


!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-db/slony1-2.1.4/work/slony1-2.1.4/config.log
 * ERROR: dev-db/slony1-2.1.4::gentoo failed (configure phase):
 *   econf failed



root@lynx:/root(17)# eselect postgresql list
Available PostgreSQL Slots
  9.0 *                      base-9.0.13 docs-9.0.13
  9.1                        server-9.1.9 base-9.1.9 docs-9.1.9
  9.2                        server-9.2.4-r1 base-9.2.4-r1 docs-9.2.4
  9.3                        server-9.3.0-r1 base-9.3.0-r1 docs-9.3.0
root@lynx:/root(18)# qlist -Iv  postgresql
app-admin/eselect-postgresql-1.2.0
dev-db/postgresql-base-9.0.13
dev-db/postgresql-base-9.1.9
dev-db/postgresql-base-9.2.4-r1
dev-db/postgresql-base-9.3.0-r1
dev-db/postgresql-docs-9.0.13
dev-db/postgresql-docs-9.1.9
dev-db/postgresql-docs-9.2.4
dev-db/postgresql-docs-9.3.0
dev-db/postgresql-server-9.1.9
dev-db/postgresql-server-9.2.4-r1
dev-db/postgresql-server-9.3.0-r1
dev-java/jdbc-postgresql-9.2_p1002
Comment 1 Aaron W. Swenson gentoo-dev 2013-09-18 19:33:55 UTC
This is because dev-db/postgresql-server:9.0 isn't installed.

The dependency needs to be defined in a different manner so that this doesn't happen.
Comment 2 Aaron W. Swenson gentoo-dev 2014-12-04 11:41:18 UTC
This was fixed by the unification of the PostgreSQL ebuilds and the dependency change that's come along with it.