Description of problem: Slang isn't currently rebuildable against Rawhide, this with multiple errors; caused by gcc4 I would say. Version-Release number of selected component (if applicable): slang-1.4.9-16 How reproducible: Everytime, try to rebuild slang. Actual results / Expected results: Slang should rebuild. Additional info: Attached patch makes it working for me.
Created attachment 111964 [details] slang-1.4.9-gcc4.patch
Applied, rebuilt. Thanks for the patch. (Wondering how it managed to rebuild the last time, which should have been with gcc4 already... *shrug*).
My mistake - it wasn't gcc4 but the new glibc 2.3.4. Jakub changed glibc's behaviour again (?), see changelog from -16: - with -D_FORTIFY_SOURCE=*, avoid defining read and a bunch of others as function-like macros, there are too many broken programs out there