Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277345 - app-pda/gtkpod-0.99.14_p20090710 does not compile
Summary: app-pda/gtkpod-0.99.14_p20090710 does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 277386 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-07-10 19:00 UTC by Fabiano Francesconi
Modified: 2009-07-11 08:08 UTC (History)
1 user (show)

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


Attachments
ebuild patch (gtkpod-0.99.14_p20090710.ebuild.patch,1.00 KB, text/plain)
2009-07-10 19:01 UTC, Fabiano Francesconi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabiano Francesconi 2009-07-10 19:00:42 UTC
autogen is needed to compile it.

I'll attach a patch I made for the ebuild.

Don't know if it's "well-written" since it's one of my 'firstest' ebuilds I ever written.

Let me have some feedbacks, if you don't mind.
Comment 1 Fabiano Francesconi 2009-07-10 19:01:41 UTC
Created attachment 197481 [details]
ebuild patch
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-07-10 19:19:15 UTC
inherit autotools

src_prepare() {
eautoreconf
}

because it's an EAPI=2 ebuild, patching, sedding, autotools, etc. belongs to src_prepare instead of src_unpack :)

anyway, thanks, fixed in cvs
Comment 3 Fabiano Francesconi 2009-07-10 19:22:03 UTC
(In reply to comment #2)
> inherit autotools
> 
> src_prepare() {
> eautoreconf
> }
> 
> because it's an EAPI=2 ebuild, patching, sedding, autotools, etc. belongs to
> src_prepare instead of src_unpack :)
> 
> anyway, thanks, fixed in cvs
> 

cool!
Thanks for the explaination!

Glad to have contributed :)
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-07-11 08:08:06 UTC
*** Bug 277386 has been marked as a duplicate of this bug. ***