First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 4946
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: José Fonseca <j_r_fonseca@yahoo.co.uk>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 4946 depends on: Show dependency tree
Bug 4946 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-07-13 07:42 0000
There is a typo in the symlink installation - /usr/lib/libtk8.3.a doesn't even
exist, while the /usr/lib/libtk.so isn'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

------- Comment #1 From Seemant Kulleen (RETIRED) 2002-07-13 17:21:46 0000 -------
fixed in portage.  thanks jose.

First Last Prev Next    No search results available      Search page      Enter new bug