First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 210137
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 210137 depends on: Show dependency tree
Bug 210137 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-02-14 15:02 0000
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 :)

------- Comment #1 From Tristan Heaven 2008-02-14 15:16:15 0000 -------
done

First Last Prev Next    No search results available      Search page      Enter new bug