First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 8054
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Karl Trygve Kalleberg (RETIRED) <karltk@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Scott Lampert <scott@lampert.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 8054 depends on: Show dependency tree
Bug 8054 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-09-17 23:34 0000
The ebuild for tk leaves out the include files necessary for compiling object
files against its libraries. The following diff fixes this:

--- tk-8.3.3-r1.ebuild  Wed Aug 14 05:20:30 2002
+++ tk-8.3.3-r2.ebuild  Sun Sep 15 10:23:44 2002
@@ -44,14 +44,14 @@
        
        # fix the tkConfig.sh to eliminate refs to the build directory
        sed -e "s,^TK_BUILD_LIB_SPEC='-L${S2}/unix,TCL_BUILD_LIB_SPEC='-L/usr/li
b," \
-               -e "s,^TK_SRC_DIR='${S2}',TCL_SRC_DIR='/usr/lib/tk${V2}/include'
," \
+               -e "s,^TK_SRC_DIR='${S2}',TCL_SRC_DIR='/usr/lib/tk${v1}/include'
," \
                -e "s,^TK_BUILD_STUB_LIB_SPEC='-L${S2}/unix,TCL_BUILD_STUB_LIB_S
PEC='-L/usr/lib," \
                -e "s,^TK_BUILD_STUB_LIB_PATH='${S2}/unix,TCL_BUILD_STUB_LIB_PAT
H='/usr/lib," \
                ${D}/usr/lib/tkConfig.sh > ${D}/usr/lib/tkConfig.sh.new
        mv ${D}/usr/lib/tkConfig.sh.new ${D}/usr/lib/tkConfig.sh
        
        # install private headers
-       dodir /usr/lib/tk${V2}/include/unix
+       dodir /usr/lib/tk${v1}/include/unix
        install -c -m0644 ${S}/unix/*.h ${D}/usr/lib/tk${v1}/include/unix
        dodir /usr/lib/tk${v1}/include/generic
        install -c -m0644 ${S}/generic/*.h ${D}/usr/lib/tk${v1}/include/generic

------- Comment #1 From Karl Trygve Kalleberg (RETIRED) 2002-09-26 10:59:11 0000 -------
Fixed in dev-lang/tk-8.3.3-r2

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