<?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>43427</bug_id>
          
          <creation_ts>2004-03-01 16:38 0000</creation_ts>
          <short_desc>Descent 3 emerge fails due to non-existant directory</short_desc>
          <delta_ts>2004-03-19 13:17:07 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>1.4</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>rimtech@elitesoldiers.com</reporter>
          <assigned_to>games@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>rimtech@elitesoldiers.com</who>
            <bug_when>2004-03-01 16:38:07 0000</bug_when>
            <thetext>Well... the descent 3 emerge fails every time because of this... just thought someone might want to make descent3-1.4.0b-r1.ebuild

The problem is that the ebuild tries to create subdirectories in a directory which hasn&apos;t been created yet. Nothing too severe, took me 0.74 seconds to fix.

Just thought I&apos;d give a tiny bit back to gentoo... and prevent other people from becoming slightly annoyed at this.

in section src_unpack...
......
src_unpack() {
        mkdir ${S}/{a,b}
        cd ${S}/a
        unpack_makeself ${PN}-1.4.0a-x86.run
        cd ${S}/b
        unpack_makeself ${P}-x86.run
}
......

should have:

......
        mkdir ${S}
......
at the top of it




thanks :P</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2004-03-19 13:08:11 0000</bug_when>
            <thetext>mkdir -p ${S}/{a,b}
would be easier
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>wolf31o2@gentoo.org</who>
            <bug_when>2004-03-19 13:17:07 0000</bug_when>
            <thetext>Fixed in CVS</thetext>
          </long_desc>
      
    </bug>

</bugzilla>