Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23855 - Ebuild dev-db/metakit-2.4.7.37 access violation
Summary: Ebuild dev-db/metakit-2.4.7.37 access violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-02 00:21 UTC by Daniel Willmann
Modified: 2003-07-02 01:35 UTC (History)
0 users

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


Attachments
The access violation summary (sandbox-metakit-2.4.7.37-15222.log,74 bytes, text/plain)
2003-07-02 00:38 UTC, Daniel Willmann
Details
This is a patch for metakit-2.4.37 (metakit-2.4.7.37.patch,450 bytes, patch)
2003-07-02 01:08 UTC, Daniel Willmann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Willmann 2003-07-02 00:21:16 UTC
Initially ocurred on my Desktop and reproduced on my Laptop the
metakit-2.4.7.37.ebuild fails with an access violation.
Comment 1 Daniel Willmann 2003-07-02 00:38:58 UTC
Created attachment 14100 [details]
The access violation summary
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2003-07-02 00:41:42 UTC
Will have a look at it
Comment 3 Daniel Willmann 2003-07-02 01:08:47 UTC
Created attachment 14102 [details, diff]
This is a patch for metakit-2.4.37

This patch fixes the access violation bug for me.
The Makefile generated by configure doesnt seem to honor the DESTDIR variable,
so is sed through the Makefile and make him :-)
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2003-07-02 01:35:58 UTC
It's easier than that - no patch necessary.
Just use einstall (which sets ${prefix} correctly) instead of make install.
Modified the ebuild without increasing the revision number - if someone emerged it successfully, there's no need to let him do it again.