<?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>4946</bug_id>
          
          <creation_ts>2002-07-13 07:42 0000</creation_ts>
          <short_desc>Typo in the symlinks creation of tk-8.3.3.ebuild</short_desc>
          <delta_ts>2002-07-13 17:21:46 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.2</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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>j_r_fonseca@yahoo.co.uk</reporter>
          <assigned_to>bug-wranglers@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>j_r_fonseca@yahoo.co.uk</who>
            <bug_when>2002-07-13 07:42:15 0000</bug_when>
            <thetext>There is a typo in the symlink installation - /usr/lib/libtk8.3.a doesn&apos;t even exist, while the /usr/lib/libtk.so isn&apos;t created breaking some unconventional apps. Check latest tcl ebuild - there things are been done properly.

Here is the diff:

--- tk-8.3.3.ebuild     Sat Jul 13 13:03:23 2002
+++ tk-8.3.3-r1.ebuild  Sat Jul 13 13:21:49 2002
@@ -59,7 +59,7 @@
        rm -f ${D}/usr/lib/tk${v1}/include/generic/tkPlatDecls.h
 
        # install symlink for libraries
-       dosym /usr/lib/libtk${v1}.a /usr/lib/libtk.a
+       dosym /usr/lib/libtk${v1}.so /usr/lib/libtk.so
        dosym /usr/lib/libtkstub${v1}.a /usr/lib/libtkstub.a
 
        ln -sf wish${v1} ${D}/usr/bin/wish</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2002-07-13 17:21:46 0000</bug_when>
            <thetext>fixed in portage.  thanks jose.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>