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
Nirupama Rout wrote:
hello all
while creating the deb package for anaconda on debian I got the following error
Wouldn't you be better asking this on the Progeny list where there are folk expert in building Anaconda for systems using debs?
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
Anaconda-devel-list mailing list Anaconda-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/anaconda-devel-list
anaconda-devel@lists.fedoraproject.org