From: | "Bernard" <bht(at)actrix(dot)gen(dot)nz> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #1821: Source RPM: Missing dependency ncurses-devel |
Date: | 2005-08-12 06:10:36 |
Message-ID: | 20050812061036.75C6BF0B0A@svr2.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1821
Logged by: Bernard
Email address: bht(at)actrix(dot)gen(dot)nz
PostgreSQL version: 8.0.3-1
Operating system: RedHat Linux 9
Description: Source RPM: Missing dependency ncurses-devel
Details:
How to reproduce:
- Install RedHat 9 without any development packages
- Install rpmbuild
- Install
postgresql/binary/v8.0.3/linux/srpms/redhat/redhat-9/postgresql-8.0.3-1PGDG.
src.rpm
- Install all packages that it requires in the order listed n th elist of
failed dependencies
- Build it
Expected behavior:
rpmbuild should succeed because all dependencies are satisfied.
Actual behavior:
rpmbuild fails as follows:
configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper
directory.
Use --without-readline to disable readline support.
error: Bad exit status from /home/builduser/rpm/tmp/rpm-tmp.42293 (%build)
My workaround:
I installed ncurses-devel-5.3-4.i386.rpm from the Redhat CD. Fixed the error
but another error followed that is subject of another bug report.
From | Date | Subject | |
---|---|---|---|
Next Message | Bernard | 2005-08-12 06:24:04 | BUG #1822: header file <krb5.h> |
Previous Message | Tom Lane | 2005-08-12 03:44:22 | Re: [8.0.0] out of memory on large UPDATE |