<?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>224231</bug_id>
          
          <creation_ts>2008-05-30 14:26 0000</creation_ts>
          <short_desc>app-text/docbook-dsssl-stylesheets can miss dodoc call</short_desc>
          <delta_ts>2008-07-04 08:56:42 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>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>coldwind@gentoo.org</reporter>
          <assigned_to>sgml@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>coldwind@gentoo.org</who>
            <bug_when>2008-05-30 14:26:51 0000</bug_when>
            <thetext>if [ -d /usr/share/sgml/stylesheets/dsssl/docbook ] &amp;&amp;
                [ ! -L /usr/share/sgml/stylesheets/dsssl/docbook ]
        then
                ewarn &quot;Not linking /usr/share/sgml/stylesheets/dsssl/docbook to&quot;
                ewarn &quot;/usr/share/sgml/docbook/dsssl-stylesheets-${PV}&quot;
                ewarn &quot;as directory already exists there.  Will assume you know&quot;
                ewarn &quot;what you&apos;re doing.&quot;
                return 0
        fi

        dosym /usr/share/sgml/docbook/dsssl-stylesheets-${PV} \
                /usr/share/sgml/stylesheets/dsssl/docbook

        dodoc BUGS ChangeLog README RELEASE-NOTES.txt WhatsNew
-------------------------------------------------------------------

When the condition is triggered, it exits the src_install phase without installing docs.

I think you should remove the return call, and just do the dosym when the condition is false.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>eva@gentoo.org</who>
            <bug_when>2008-07-04 08:56:42 0000</bug_when>
            <thetext>since the fix is trivial, I took the liberty to fix it myself.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>