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

Bug 272602

Summary: media-sound/sidplay: fails to build with glibc-2.10
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal Keywords: PMASKED
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 270353    
Attachments: Build log
Fix compilation with glibc-2.10.1 and also remove some warnings

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-04 12:11:09 UTC
There are a few changes in glibc-2.10 that might make your software fail to build with it, please refer to my blog post [1] if you're not sure what the problem is.

And no I don't usually provide emerge --info with these bugs because they are caused by glibc-2.10!

Thanks, Diego

[1] http://blog.flameeyes.eu/2009/05/24/c-libraries-galore
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-04 12:12:09 UTC
Created attachment 193514 [details]
Build log
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-07-19 13:20:18 UTC
# Samuli Suominen <ssuominen@gentoo.org> (19 Jul 2009)
# Doesn't compile wrt #272602. ALSA support broken wrt #98769.
# No upstream. Masked for removal.
Comment 3 Martin Väth 2009-07-20 19:33:08 UTC
Created attachment 198634 [details, diff]
Fix compilation with glibc-2.10.1 and also remove some warnings

It would be a pity to see this nice package die just because a few lines
need to be patched. The attached patch is a bit longer since it also fixes
the "obsolete conversion" warnings.

I do not know what should be wrong w.r.t. autotools - here it compiles fine
and shows no strange warnings.
Moreover, although alsa output from bug 98769 would be nice, it works fine
with oss (also with oss emulation of alsa): Also many other packages have
problems with alsa (e.g. mplayer is on my system unusable with alsa).
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-07-20 19:54:33 UTC
Try to eautoreconf it for example; it's a prereq to get the ALSA bug fixed... since it modifies configure.in, IIRC.
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2009-07-22 21:01:50 UTC
+  22 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> sidplay-2.0.9.ebuild,
+  +files/sidplay-2.0.9-gcc44.patch:
+  Fix building with glibc-2.10+ wrt #272602, thanks to Martin Väth and
+  Diego E. Pettenò.

ALSA support fixing left.