Bug 172548 - quagga.spec defines with_vtysh 1 but vtysh is not enabled in the build
Summary: quagga.spec defines with_vtysh 1 but vtysh is not enabled in the build
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: quagga
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Bacovsky
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-11-07 01:53 UTC by Michael Kearey
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-01-22 14:12:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael Kearey 2005-11-07 01:53:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050921 Red Hat/1.0.7-1.4.1 Firefox/1.0.7

Description of problem:
quagga.spec defines with-vtysh 1  so vtysh should be an enabled feature in the build.

However, further on in the spec file where the config for the build is defined:

%if %with_vtysh
        --enable-vtysh \
%endif


The syntax is incorrect, so the vtysh feature is not enabled in the build. It should be:

%if %with_vtysh
        --enable-vtysh=yes \
%endif


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

How reproducible:
Always

Steps to Reproduce:
1. Download the src.rpm for quagga from devel
2. Install it
3.  do rpmbuild -ba quagga.spec
4. Test quagga and find that vtysh feature is missing
  

Actual Results:  quagga RPM is built without vtysh feature

Expected Results:  quagga RPM is built with vtysh feature 

Additional info:

Comment 1 Martin Bacovsky 2007-01-22 14:12:11 UTC
This issue should be fixed in RAWHIDE (quagga-0.98.6-3.fc7)


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