<?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>216130</bug_id>
          
          <creation_ts>2008-04-04 03:17 0000</creation_ts>
          <short_desc>sci-physics/root - Install tutorials where /usr/share/doc/${P}/test expects them</short_desc>
          <delta_ts>2008-04-04 10:21:01 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>Applications</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>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jer@gentoo.org</reporter>
          <assigned_to>sci-physics@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>jer@gentoo.org</who>
            <bug_when>2008-04-04 03:17:15 0000</bug_when>
            <thetext>The stuff that is installed to /usr/share/doc/root-5.18.00/test depends on a sibling directory named tutorials, not tutorial, to build (copy both directories to a user&apos;s directory and run make all):

sci-physics-root/test $ make all
hppa2.0-unknown-linux-gnu-g++ -O2 -pipe -mschedule=8000 -march=2.0 -g -ggdb -Wal
l  -O2 -Wall -fPIC -pthread -I/usr/include/root -c stressProof.cxx
stressProof.cxx:71:41: error: ../tutorials/proof/getProof.C: No such file or dir
ectory
stressProof.cxx: In function ‘Int_t PT_Open(void*)’:
stressProof.cxx:334: error: ‘getProof’ was not declared in this scope
make: *** [stressProof.o] Error 1

The following patch should solve this minor issue:

gentoo-x86/sci-physics/root $ cvs diff
Index: root-5.18.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.18.00.ebuild,v
retrieving revision 1.2
diff -u -B -r1.2 root-5.18.00.ebuild
--- root-5.18.00.ebuild 18 Jan 2008 19:37:56 -0000      1.2
+++ root-5.18.00.ebuild 4 Apr 2008 03:12:23 -0000
@@ -113,7 +113,7 @@
                --srcdir=/usr/share/${PN}/src \
                --docdir=/usr/share/doc/${PF} \
                --testdir=/usr/share/doc/${PF}/test \
-               --tutdir=/usr/share/doc/${PF}/tutorial \
+               --tutdir=/usr/share/doc/${PF}/tutorials \
                --elispdir=/usr/share/emacs/site-lisp \
                --etcdir=/etc/${PN} \
                --disable-builtin-afterimage \</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>bicatali@gentoo.org</who>
            <bug_when>2008-04-04 10:21:01 0000</bug_when>
            <thetext>fixed. Thanks!
</thetext>
          </long_desc>
      
    </bug>

</bugzilla>