Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 307843

Summary: dev-libs/atk is built static-only on Interix
Product: Gentoo/Alt Reporter: Greg Turner <gmturner007>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED WONTFIX    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Interix   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Run eautoreconf on interix

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