<?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>34857</bug_id>
          
          <creation_ts>2003-12-01 16:54 0000</creation_ts>
          <short_desc>attal fails to emerge.make fails due to missing Makefiles.</short_desc>
          <delta_ts>2003-12-03 13:46:26 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>Games</component>
          <version>unspecified</version>
          <rep_platform>x86</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>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>caslca@hotmail.com</reporter>
          <assigned_to>games@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>caslca@hotmail.com</who>
            <bug_when>2003-12-01 16:54:38 0000</bug_when>
            <thetext>emerge attal fails in the src_compile() stage, because make cannot find
Makefiles in any of the subdirectories. 
A fix for the problem is to replace the procedure

src_compile() {
    make || die &quot;make failed&quot;
}

with

src_compile() {
    for lib in ai client libCommon libClient libFight libServer server
scenarioEditor themeEditor ; do
        qmake -o ${lib}/Makefile ${lib}/Makefile.pro || die &quot;creating Makefiles&quot;
    done

    make || die &quot;make failed&quot;
}



Reproducible: Always
Steps to Reproduce:
1.emerge attal
2.
3.

Actual Results:  
ERROR

Expected Results:  
compile and install</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2003-12-03 13:46:26 0000</bug_when>
            <thetext>ive updated to 0.7.1

please use that</thetext>
          </long_desc>
      
    </bug>

</bugzilla>