<?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>119504</bug_id>
          
          <creation_ts>2006-01-18 20:52 0000</creation_ts>
          <short_desc>kdissert-1.0.5 places /var/tmp/portage symlinks in installed docs directory</short_desc>
          <delta_ts>2006-02-21 15:28:50 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>KDE</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>alanm@unforgettable.com</reporter>
          <assigned_to>kde@gentoo.org</assigned_to>
          <cc>alanm@unforgettable.com</cc>

      

      
          <long_desc isprivate="0">
            <who>alanm@unforgettable.com</who>
            <bug_when>2006-01-18 20:52:46 0000</bug_when>
            <thetext>The scons build for kdissert needs COPY not symlink the documentation files.  Otherwise, the install step copies the newly built KDE-style documentation into /usr/kde/3.4/share/doc/HTML/en/kdissert (for example) and two of the files are actually symlinks to the /var/tmp/portage tree where the product was built!

This was the kdissert-1.0.5 ebuild.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>alanm@unforgettable.com</who>
            <bug_when>2006-01-18 21:04:44 0000</bug_when>
            <thetext>I looked a bit deeper and it looks like bksys/generic.py has

		lenv.SetOption(&apos;duplicate&apos;, &apos;soft-copy&apos;)

which causes soft links (symlinks) to be used rather than copying the files.

I changed it to

		lenv.SetOption(&apos;duplicate&apos;, &apos;copy&apos;)

and it fixed my problem.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>carlo@gentoo.org</who>
            <bug_when>2006-02-21 15:28:50 0000</bug_when>
            <thetext>Thanks for your report, Alan.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>