Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18859 - metakit-2.4.9.2 fails on install phase (Access Violation)
Summary: metakit-2.4.9.2 fails on install phase (Access Violation)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-06 12:30 UTC by jawed hancali
Modified: 2003-06-27 23:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
an ebuild that correct the problem (metakit-2.4.9.2.ebuild,1.62 KB, text/plain)
2003-04-06 12:33 UTC, jawed hancali
Details
an ebuild that correct the problem (metakit-2.4.9.2.ebuild,1.62 KB, text/plain)
2003-04-06 12:33 UTC, jawed hancali
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jawed hancali 2003-04-06 12:30:17 UTC
When I emerge metakit, the process fails on the install phase
because it try to create a /usr/include/../lib/Mk4tcl directory 

Reproducible: Always
Steps to Reproduce:
1. emerge metakit
Comment 1 jawed hancali 2003-04-06 12:33:23 UTC
Created attachment 10281 [details]
an ebuild that correct the problem

just change the tcllibdir variable to ${D}/usr/lib on the install phase
Comment 2 jawed hancali 2003-04-06 12:33:41 UTC
Created attachment 10282 [details]
an ebuild that correct the problem

just change the tcllibdir variable to ${D}/usr/lib on the install phase
Comment 3 Daniel J. Michael 2003-04-15 10:15:49 UTC
I had this same problem. This ebuild worked like a charm. Thanks a bunch. When will this fix make it into the official portage?
Comment 4 Brad Laue (RETIRED) gentoo-dev 2003-04-15 19:12:05 UTC
Came to a similar solution using make DESTDIR=${D} install || die.

Glad to see there's a fix for this. It has my vote to be committed (and marked stable while it's at it).
Comment 5 Paul Slinski 2003-04-28 23:23:42 UTC
Works well here as well now.