<?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>215920</bug_id>
          
          <creation_ts>2008-04-02 19:03 0000</creation_ts>
          <short_desc>net-firewall/fwbuilder 2.1.x has wrong USE-flag check in ebuild</short_desc>
          <delta_ts>2008-06-09 00:56:11 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>Unspecified</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>219471</dependson>
          
          <votes>1</votes>
          <everconfirmed>1</everconfirmed>
          <reporter>daniel@linuxaddicted.de</reporter>
          <assigned_to>darkside@gentoo.org</assigned_to>
          <cc>fcoiffie@free.fr</cc>
    
    <cc>hydrologiccycle@gmail.com</cc>
    
    <cc>rose@rz.uni-potsdam.de</cc>

      

      
          <long_desc isprivate="0">
            <who>daniel@linuxaddicted.de</who>
            <bug_when>2008-04-02 19:03:24 0000</bug_when>
            <thetext>The ebuild for fwbuilder-2.1.x contains a check for the USE flag nocxx on dev-java/antlr. According to the changelog of antlr this check is wrong:

08 Mar 2008; Petteri RÃ€ty &lt;betelgeuse@gentoo.org&gt; antlr-2.7.7.ebuild:
Rename nocxx and nojava to cxx and java and turn them on by default usingEAPI 1.

Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS=&quot;~x86&quot; emerge -uv fwbuilder
2.
3.

Actual Results:  
Install fails with &quot;dev-java/antlr-2.7.7 does not actually support the nocxx USE flag!&quot;

Expected Results:  
Installation ends successful</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hydrologiccycle@gmail.com</who>
            <bug_when>2008-05-01 22:45:00 0000</bug_when>
            <thetext>I ran into this too:

Change this line:
 	if built_with_use dev-java/antlr nocxx; then
to:
 	if ! built_with_use dev-java/antlr cxx; then

then do an &quot;emerge --resume&quot;
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>rane@gentoo.org</who>
            <bug_when>2008-05-27 13:25:05 0000</bug_when>
            <thetext>r3pek was retired (#80351), reassigning remaining bugs.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>darkside@gentoo.org</who>
            <bug_when>2008-06-07 07:05:11 0000</bug_when>
            <thetext>Many fwbuilder bugs. I&apos;m in the process of fixing.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>darkside@gentoo.org</who>
            <bug_when>2008-06-09 00:56:11 0000</bug_when>
            <thetext>Fixed, thanks for reporting!</thetext>
          </long_desc>
      
    </bug>

</bugzilla>