Bug 1270572 - Missing BuildRequires in bind.spec
Summary: Missing BuildRequires in bind.spec
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: bind
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tomáš Hozza
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-11 11:46 UTC by Quentin Armitage
Modified: 2015-10-12 07:25 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-10-12 07:25:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Quentin Armitage 2015-10-11 11:46:04 UTC
Description of problem:
rpmbuild bind.spec failed

Version-Release number of selected component (if applicable):
bind-9.10.3-1

How reproducible:
Always

Steps to Reproduce:
1. Have a system without readline-devel installed
2. rpmbuild -bb SPECS/bind.spec
3.

Actual results:
missing include file readline/readline.h

Expected results:
Sucessful build of rpm packages

Additional info:
It would be helpful if the following were added to the bind.spec file:
BuildRequires:  readline-devel

Comment 1 Tomáš Hozza 2015-10-12 07:25:18 UTC
BIND builds just fine without readline-devel installed when build with mock locally or in brew.

http://koji.fedoraproject.org/koji/buildinfo?buildID=685782

I also tried to rebuild bind SRPM from rawhide locally using rpmbuild on a system without readline-devel installed and it build without errors.

Given the amount of information you provided on the error and that it actually works in the environment described in the report and also in mock and koji, I'm closing this as NOTABUG.


Note You need to log in before you can comment on or make changes to this bug.