|
Bugzilla – Full Text Bug Listing |
| Summary: | server:database:postgresql/postgresql11: Bug pg_config missing in postgresql11-devel | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE.org | Reporter: | Bruno Friedmann <bruno> |
| Component: | 3rd party software | Assignee: | Reinhard Max <max> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <bnc-team-screening> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dimstar |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Bruno Friedmann
2019-03-21 08:19:37 UTC
To be more precise, the lack of pg_config broke packages that were working before BuildRequires: pkgconfig(libpq) [ 34s] configuring Sphinx [ 34s] ------------------ [ 34s] [ 34s] checking whether to use dynamic linking for DB drivers... no [ 34s] checking for CFLAGS needed for pthreads... -pthread [ 34s] checking for LIBS needed for pthreads... -lpthread [ 34s] checking for pthreads... found [ 34s] checking for pthread_mutex_timedlock... yes [ 34s] checking whether to compile with MySQL support... dynamic [ 34s] checking for mysql_config... mysql_config [ 34s] checking for mysql_real_connect... yes [ 34s] checking MySQL include files... -I/usr/include/mysql -I/usr/include/mysql/mariadb [ 34s] checking MySQL libraries... -L/usr/lib64 -lmariadb -lz -ldl -lm -lpthread -lssl -lcrypto [ 34s] checking for Syslog... yes [ 34s] checking whether to compile with PostgreSQL support... dynamic [ 34s] checking for pg_config... no [ 34s] configure: error: pg_config executable not found [ 34s] ******************************************************************************** [ 34s] ERROR: cannot find PostgreSQL libraries. If you want to compile with PosgregSQL support, [ 34s] you must either specify file locations explicitly using [ 34s] --with-pgsql-includes and --with-pgsql-libs options, or make sure path to [ 34s] pg_config is listed in your PATH environment variable. If you want to [ 34s] disable PostgreSQL support, use --without-pgsql option. [ 34s] ******************************************************************************** [ 34s] [ 34s] error: Bad exit status from /var/tmp/rpm-tmp.mR2cIz (%build) This is already being discusse in bug 1120035. *** This bug has been marked as a duplicate of bug 1120035 *** |