Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307843 - dev-libs/atk is built static-only on Interix
Summary: dev-libs/atk is built static-only on Interix
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Interix
: High minor (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-05 01:24 UTC by Greg Turner
Modified: 2014-01-14 20:21 UTC (History)
0 users

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


Attachments
Run eautoreconf on interix (atk-1.28.0.ebuild.patch,441 bytes, patch)
2010-03-05 01:25 UTC, Greg Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Turner 2010-03-05 01:24:01 UTC
For the typical reasons (older libtool), atk builds only static libraries on Interix.  This is easily resolved in the typical way, which if I'm not mistaken is to run eautoreconf instead of elibtoolize.  Patch enclosed.
Comment 1 Greg Turner 2010-03-05 01:25:57 UTC
Created attachment 222131 [details, diff]
Run eautoreconf on interix
Comment 2 Markus Duft (RETIRED) gentoo-dev 2010-03-05 07:39:51 UTC
don't overwrite gnome2_src_prepare, ebuilds should use src_prepare only. can you test it this way (a quick build test will suffice):

src_prepare() {
   gnome2_src_prepare || die "gnome2_src_prepare failed"
   eautoreconf # required for interix
}

thanks!
Comment 3 Fabian Groffen gentoo-dev 2014-01-14 20:21:06 UTC
interix has no future