[Bug 179031] Re: lib32/libSDL depends on old libraries and needs to be rebuilt, add libao2 (for zsnes in amd64)

2008-01-04 Thread Martin Pitt
Need to wait until libexif is built and published. ** Changed in: ia32-libs (Ubuntu) Assignee: (unassigned) = Martin Pitt (pitti) Status: New = In Progress -- lib32/libSDL depends on old libraries and needs to be rebuilt, add libao2 (for zsnes in amd64)

[Bug 179031] Re: lib32/libSDL depends on old libraries and needs to be rebuilt, add libao2 (for zsnes in amd64)

2008-01-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ia32-libs - 2.2ubuntu3 --- ia32-libs (2.2ubuntu3) hardy; urgency=low * Add libao2. (LP: #179031) * Refresh packages, so that libsdl actually works again (previously linked to a nonexisting libdirectfb). -- Martin Pitt [EMAIL PROTECTED]

[Bug 179031] Re: lib32/libSDL depends on old libraries and needs to be rebuilt, add libao2 (for zsnes in amd64)

2008-01-03 Thread William Pitcock
** Summary changed: - lib32/libSDL depends on old libraries and needs to be rebuilt + lib32/libSDL depends on old libraries and needs to be rebuilt, add libao2 (for zsnes in amd64) ** Description changed: - Binary package hint: ia32-libs - - hi people! - while working on making zsnes

[Bug 179031] Re: lib32/libSDL depends on old libraries and needs to be rebuilt

2008-01-03 Thread William Pitcock
This debdiff adds libao2 to the ia32-libs package. Provided that the libraries are rebuilt at the same time, it will also fix this bug, which solves both of the blocking issues with getting zsnes into amd64. I'm going to subscribe a previous uploader to the package directly, hopefully he can

[Bug 179031] Re: lib32/libSDL depends on old libraries and needs to be rebuilt

2007-12-31 Thread Paolo Gasparello
Right, this bug prevent starting most of games... i exploited that with etqw for example: $ ldd /usr/lib32/libSDL-1.2.so.0 linux-gate.so.1 = (0xe000) libasound.so.2 = /usr/lib32/libasound.so.2 (0xf7da4000) libm.so.6 = /lib32/libm.so.6 (0xf7d7f000) libdl.so.2 =

Re: [Bug 179031] Re: lib32/libSDL depends on old libraries and needs to be rebuilt

2007-12-31 Thread William Pitcock
It also breaks building against these libraries (e.g. in order to build zsnes for amd64) for things which require a 32-bit userland. Which is my concern for fixing this bug. On Mon, 2007-12-31 at 15:04 +, Paolo Gasparello wrote: Right, this bug prevent starting most of games... i exploited