[Bug 631] Build fails on Redhat Linux 6.x
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Sep 1 17:46:51 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=631
Summary: Build fails on Redhat Linux 6.x
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: mdobel at kawo2.rwth-aachen.de
I needed this package for a box running Redhat 6.2. So I changed the
build6x-define in the specfile from 0 to 1 and tried to build the package. rpm
complained about
error: failed build dependencies:
db1-devel is needed by openssh-3.6.1p1-1
caused by this part of the specfile:
%if ! %{build6x}
BuildPreReq: glibc-devel, pam
%else
BuildPreReq: db1-devel, /usr/include/security/pam_appl.h
%endif
There is no db1 package in Redhat 6.x, db1 was intruduced in 7.x. In Redhat 6.x
the contents of db1 are part of the glibc package. It seems like that the
condition is the wrong way around.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list