Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 391197 - dev-db/pgadmin3-1.14.0 - ?
Summary: dev-db/pgadmin3-1.14.0 - ?
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-21 09:54 UTC by Premek Vohnout
Modified: 2011-11-28 09:11 UTC (History)
0 users

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


Attachments
emerge info (emerge.info,14.58 KB, text/plain)
2011-11-28 09:08 UTC, Premek Vohnout
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Premek Vohnout 2011-11-21 09:54:27 UTC
I'm trying to compile pgadmin3-1.14.0 but it's complains about missing pg_config

checking for pg_config... no
configure: error: Could not find your PostgreSQL installation. You might need to use the --with-pgsql=DIR configure option

Problem is that I have upgraded psql from 9.0 to 9.1 but forget to update eselect postgresl. Maybe there should be some warning before compiling

Reproducible: Always

Steps to Reproduce:
1. upgrade postgresl
2. remove previous version of postgresql
3. forget eselect postgresql set ...
4. emerge pgadmin3
Actual Results:  
pgadmin3 will not compile

Expected Results:  
pgadmin3 will compile
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-11-22 18:44:23 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
3) Please post your `eselect postgresql list' output too.
Comment 2 Premek Vohnout 2011-11-28 09:08:53 UTC
Created attachment 294037 [details]
emerge info
Comment 3 Premek Vohnout 2011-11-28 09:11:13 UTC
1) emerge info in attachment.

2) I don't have build.log anymore because as I written I already fixed that by updating eselect postgresql.

3)

Available PostgreSQL Slots
  9.0                       
  9.1 *                      server-9.1.1 base-9.1.1

SOLUTION IS:
Before starting ./configure in ebuild just make some check if eselect postgresql is setup correctly.