<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>210896</bug_id>
          
          <creation_ts>2008-02-20 16:36 0000</creation_ts>
          <short_desc>net-dns/dnsmasq doesn&apos;t respect the USE=&quot;-ipv6&quot;</short_desc>
          <delta_ts>2008-02-21 15:57:19 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>InCVS</keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>mindchild@yahoo.com</reporter>
          <assigned_to>chutzpah@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>mindchild@yahoo.com</who>
            <bug_when>2008-02-20 16:36:53 0000</bug_when>
            <thetext>dnsmasq ignores (more like doesn&apos;t look for) the ipv6 USE flag. Having &quot;-ipv6&quot; in USE does not affect the way it is built.

Reproducible: Always

Steps to Reproduce:
1. USE=&quot;-ipv6&quot; emerge dnsmasq (It can be done 100 ways. This is just an in your face example)
2. /etc/init.d/dnsmasq start
3. grep dnsmasq /var/log/messages | grep IPv6

Actual Results:  
You will notice the following:

Feb 20 07:28:48 MyMachine dnsmasq[5134]: compile time options: IPv6 GNU-getopt no-ISC-leasefile no-DBus no-I18N no-TFTP


Expected Results:  
It should have been:

Feb 20 07:28:48 MyMachine dnsmasq[5134]: compile time options: no-IPv6 GNU-getopt no-ISC-leasefile no-DBus no-I18N no-TFTP

I am able to compile dnsmasq without ipv6 support by running the following:

COPTS+=&quot;-DNO_IPV6&quot; emerge dnsmasq

It took me quite a while to figure out why dnsmasq wasn&apos;t responding properly. Once ipv6 support was removed (I didn&apos;t have it enabled in the kernel or any other software that I am aware of) everything worked fine.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>chutzpah@gentoo.org</who>
            <bug_when>2008-02-21 15:57:19 0000</bug_when>
            <thetext>Fixed in net-dns/dnsmasq-2.41</thetext>
          </long_desc>
      
    </bug>

</bugzilla>