GNOME Bugzilla – Bug 328956
Build failure with glibc 2.2
Last modified: 2006-01-28 14:43:08 UTC
Current gfloppy doesn't build with glibc 2.2. This is actually a regression of bug 317209. The patch from that bug still applies.
I have just checked HEAD, and the patch in bug #317209 has been correctely applied by Vincent Noel on 2005-09-26. so, it is present in gnome-utils since 2.13.1.
Well, it's not in the 2.13.5 tarball, however...
Created attachment 58261 [details] [review] Reorder includes Urgs, sorry, my fault. The patch in bug #317209 is against gfloppy.c and has inddeed been applied. I've just encountered the same issue for badblocks.c, though, and assumed it was the same thing. Sorry for the confusion. This is the patch for badblocks.
thanks, fixed in HEAD. I noticed that src/fdformat.c has the same pattern, so I moved the include for string.h in there too. feel free to REOPEN this bug in case gfloppy fails to build again. 2006-01-28 Emmanuele Bassi <ebassi@cvs.gnome.org> * src/fdformat.c: re-order includes. 2006-01-28 Emmanuele Bassi <ebassi@cvs.gnome.org> * src/badblocks.c: re-order includes in order to allow compilation with glibc 2.2 (patch by Jens Granseuer, closes bug #328956).