Bug 670029 - WARNING: unrecognized options: --disable-dependency-tracking, --with-readline-include, --with-readline-lib
Summary: WARNING: unrecognized options: --disable-dependency-tracking, --with-readline...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: ruby
Version: rawhide
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeroen van Meeuwen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-16 19:56 UTC by eric kolve
Modified: 2011-01-17 03:31 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-17 03:31:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description eric kolve 2011-01-16 19:56:43 UTC
Description of problem:
When building ruby-1.8.7.330-2.fc15.src.rpm the following warnings are emitted during the configure step:

configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-readline-include, --with-readline-lib


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


How reproducible:


Steps to Reproduce:
1. rpm -Uhv ruby-1.8.7.330-2.fc15.src.rpm
2. rpmbuild -bc ruby.spec
3.
  
Actual results:

configure: WARNING: unrecognized options: --disable-dependency-tracking, --with-readline-include, --with-readline-lib

Expected results:

No warnings should be emitted

Additional info:

Comment 1 Mamoru TASAKA 2011-01-17 03:31:19 UTC
--disable-dependency-tracking is included in %configure, safe to ignore.
--with-readline-include, --with-readline-lib are not recognized on the
top directory of configure script, however are actually used in subdirectories
and cannot be omitted.


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