hello all while creating the deb package for anaconda on debian I got the following error gcc -I./include -Wall -Wstrict-prototypes -Wshadow -Os -march=i386 -mpreferred-stack-boundary=2 -falign-functions=0 -falign-jumps=0 -falign-loops=0 -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG -c -o archival/gzip.o archival/gzip.c archival/gzip.c:2166: warning: type qualifiers ignored on function return type archival/gzip.c:2166: error: conflicting types for 'build_bl_tree' archival/gzip.c:1643: error: previous declaration of 'build_bl_tree' was here make[2]: *** [archival/gzip.o] Error 1 make[2]: Leaving directory `/opt/anaconda/anaconda-10.0/busybox-1.00-pre10' make[1]: *** [busybox] Error 2 make[1]: Leaving directory `/opt/anaconda/anaconda-10.0' make: *** [build-stamp] Error 2 how to solve this error. I want to add three languages as default in the additional support languages with english.And also the locales should be set to UTF-8 rather than utf8.In which file do i need to modify and what? thank you