<?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>6023</bug_id>
          
          <creation_ts>2002-08-04 23:12 0000</creation_ts>
          <short_desc>error in STLport-4.5.3-r1.ebuild, added &apos;cd ${S}/src&apos; to src_compile()</short_desc>
          <delta_ts>2002-08-15 15:35:44 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>1.0 RC6 r14</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>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jeph1066@yahoo.com</reporter>
          <assigned_to>blocke@gentoo.org</assigned_to>
          <cc>lostlogic@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>jeph1066@yahoo.com</who>
            <bug_when>2002-08-04 23:12:32 0000</bug_when>
            <thetext># Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-x86/dev-libs/STLport/STLport-4.5.3-r1.ebuild,v
1.2 2002/08/01 16:07:16 seemant Exp $

S=${WORKDIR}/${P}
DESCRIPTION=&quot;C++ STL library&quot;
SRC_URI=&quot;http://www.stlport.org/archive/${P}.tar.gz&quot;
HOMEPAGE=&quot;http://www.stlport.org&quot;

DEPEND=&quot;virtual/glibc&quot;

SLOT=&quot;0&quot;
KEYWORDS=&quot;x86&quot;
LICENSE=&quot;as-is&quot;

src_unpack() {

        unpack ${A}
        cd ${S}
        patch -p1 &lt; ${FILESDIR}/${P}-gcc3.patch || die &quot;Patching failed&quot;
}

src_compile() {
	cd ${S}/src
        make -f gcc-linux.mak || die &quot;Compile failed&quot;
}

src_install () {

        dodir /usr/include
        cp -R ${S}/stlport ${D}/usr/include
        rm -rf ${D}/usr/include/stlport/BC50
                
        dodir /usr/lib
        cp -R ${S}/lib/* ${D}/usr/lib/
        rm -rf ${D}/usr/lib/obj
        
        cd ${S}/etc/
        dodoc ChangeLog* README TODO *.txt

        cd ${S}
        dohtml -r doc
}</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>edwardam@interlix.com</who>
            <bug_when>2002-08-06 22:00:04 0000</bug_when>
            <thetext>Just wanted to me too the problem and the fix.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>danarmak@gentoo.org</who>
            <bug_when>2002-08-15 15:35:44 0000</bug_when>
            <thetext>I confirm the problem and fix. I&apos;m committing it since it&apos;s a rather obvious 
one and can&apos;t break anything (I hope!). </thetext>
          </long_desc>
      
    </bug>

</bugzilla>