As per summary: TYPE SECTION FILE ET_DYN .hash /usr/lib/debug/usr/lib64/libSDL_gfx.so.0.0.16.debug ET_DYN .hash /usr/lib64/libSDL_gfx.so.0 ET_DYN .hash /usr/lib64/libSDL_gfx.so.0.0.16 ET_DYN .hash /usr/lib64/libSDL_gfx.so Easy fix for this: in src_unpack before elibtoolize cd "${S}" rm acinclude.m4 # contains oooooold copies of libtool.m4, plus sdl.m4 which is already a dependency eautoreconf [of course adding autotools eclass to inherit] And the problem is solved here :)
done