<?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>4241</bug_id>
          
          <creation_ts>2002-06-27 10:53 0000</creation_ts>
          <short_desc>texinfo ebuild doesn&apos;t install info pages for texinfo</short_desc>
          <delta_ts>2003-02-04 19:42:18 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>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>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>kryptolus@gmail.com</reporter>
          <assigned_to>bug-wranglers@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>kryptolus@gmail.com</who>
            <bug_when>2002-06-27 10:53:09 0000</bug_when>
            <thetext>The ebuild for texinfo does not actually install the info pages for itself.
It ends up installing the info pages to the temporary image directory.

I&apos;m not familiar with how info pages are installed in ebuilds, so I can&apos;t help
on this one.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>kryptolus@gmail.com</who>
            <bug_when>2002-06-27 11:05:35 0000</bug_when>
            <thetext>Found out what happens.
During install, the package gets installed into
$TMP/portage/texinfo-N/image/$TMP/portage/texinfo-N/image/usr/share 
(The path is doubled)

So when the ebuild tries to rename the info files, it fails because they&apos;re not
where it expects. I&apos;ll investigate further.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>kryptolus@gmail.com</who>
            <bug_when>2002-06-27 11:15:12 0000</bug_when>
            <thetext>This fixed it for me. Don&apos;t know if it&apos;s the Right Thing(tm).
The makefile appears to append infodir to DESTDIR.

40c40
&lt; 	make DESTDIR=${D} infodir=${D}/usr/share/info install || die
---
&gt; 	make DESTDIR=${D} infodir=/usr/share/info install || die
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2002-06-27 20:34:06 0000</bug_when>
            <thetext>Thanks for the catch, AND the fix, Vadim :)</thetext>
          </long_desc>
      
    </bug>

</bugzilla>