Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23704 - metakit-2.4.9.2.ebuild python enabling error
Summary: metakit-2.4.9.2.ebuild python enabling error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-29 08:48 UTC by Brian Dolbec
Modified: 2003-12-06 15:02 UTC (History)
1 user (show)

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


Attachments
diff file for patching the ebuild (metakit.diff,996 bytes, patch)
2003-06-29 08:50 UTC, Brian Dolbec (RETIRED)
Details | Diff
cleaned up patch file (metakit.diff,979 bytes, patch)
2003-06-29 09:04 UTC, Brian Dolbec (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Dolbec (RETIRED) gentoo-dev 2003-06-29 08:48:30 UTC
I found aditional bugs in the ebuild,  I have created a patch against the most
recent ebuild from 6/27/2003.

The problem was python was not being enabled,  the program autors changed the
--enable-python to --with-python to be consistent with the --with-tcltk but did
not update the install docs.

After that fix the build failed later due to the pydir not being made and also
the make install now copies the python files, no need to copy them explicitly.

I moved the make DESTDIR=${D} install || die into the python if condition and
deleted the cp commands.


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" USE="python" emerge metakit
2.
3.
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2003-06-29 08:50:12 UTC
Created attachment 13993 [details, diff]
diff file for patching the ebuild

this will fix the ebuild
Comment 2 Brian Dolbec (RETIRED) gentoo-dev 2003-06-29 09:04:18 UTC
Created attachment 13996 [details, diff]
cleaned up patch file

I cleaned up the patch slightly.   I moved the make DESTDIR=${D} install || die
after the pyton if condition.
Comment 3 SpanKY gentoo-dev 2003-07-12 17:29:01 UTC
thanks for your research, ive added these updates to the 2.4.9.2-r1 metakit ebuild 
:) 
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2003-12-05 10:37:41 UTC
Broken on python 2.3...
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2003-12-05 10:44:14 UTC
I'd guess this should be done through python eclass, but I don't really want to deal with it.
Comment 6 Alastair Tse (RETIRED) gentoo-dev 2003-12-06 06:35:11 UTC
should this be closed and the python-2.3 issues discussed in 35168?
Comment 7 Donnie Berkholz (RETIRED) gentoo-dev 2003-12-06 15:02:07 UTC
Might as well.