I am down to my last RPM at the moment - anaconda. However it bombs out everytime with the following error. I'm sure it is something obvious I am missing, but have been looking at it too much, that I need an alternative perspective to tell me what I am doing wrong.

Can anyone shed any light on the situation? I have included the errors at the end of the build process.

Many thanks

Jake

for d in gzlib; do make -C $d; done
make[2]: Entering directory `/usr/src/redhat/BUILD/anaconda-9.1/isys/gzlib'
cc -I . -Os -fPIC -g -Wall -Werror -c -o bits.o bits.c
ar rv libgunzip.a bits.o
a - bits.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o gzip.o gzip.c
ar rv libgunzip.a gzip.o
a - gzip.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o inflate.o inflate.c
ar rv libgunzip.a inflate.o
a - inflate.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o lzw.o lzw.c
ar rv libgunzip.a lzw.o
a - lzw.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o trees.o trees.c
ar rv libgunzip.a trees.o
a - trees.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o unzip.o unzip.c
ar rv libgunzip.a unzip.o
a - unzip.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o util.o util.c
ar rv libgunzip.a util.o
a - util.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o zip.o zip.c
ar rv libgunzip.a zip.o
a - zip.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o binding.o binding.c
ar rv libgunzip.a binding.o
a - binding.o
cc -I . -Os -fPIC -g -Wall -Werror -c -o deflate.o deflate.c
ar rv libgunzip.a deflate.o
a - deflate.o
diet cc -c -I . -Os -fPIC -g -Wall -Werror -o bits.do bits.c
ar rv libgunzip-diet.a bits.do
a - bits.do
diet cc -c -I . -Os -fPIC -g -Wall -Werror -o gzip.do gzip.c
cc1: warnings being treated as errors
gzip.c: In function `get_method':
gzip.c:423: warning: implicit declaration of function `memcmp'
make[2]: *** [gzip.do] Error 1
rm inflate.o gzip.o zip.o unzip.o util.o bits.do bits.o lzw.o deflate.o trees.o binding.o
make[2]: Leaving directory `/usr/src/redhat/BUILD/anaconda-9.1/isys/gzlib'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/anaconda-9.1/isys'
make: *** [subdirs] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.48789 (%build)



RPM build errors: Bad exit status from /var/tmp/rpm-tmp.48789 (%build)

rhel-rebuild mailing list
[EMAIL PROTECTED]
Hosted at the University of Innsbruck, Austria

Reply via email to