gmp errors

Gururaj Rao raogrr at gmail.com
Tue Mar 22 04:37:53 CET 2011


Hi,

All these error occurs during compilation of gcc bundle for one of the
dependency, gmp module.


Can u guide to trace the errors? Why this errors are occurred?


I will be sending 3 scenarios for the errors.


Scenario 1:


make[4]: Leaving directory `/user/gururrao/Linux_ia64/gmp/tests/misc'

make check-TESTS

make[4]: Entering directory `/user/gururrao/Linux_ia64/gmp/tests/misc'

tests_free(): bad size 6, should be 8

FAIL: t-printf

PASS: t-scanf

PASS: t-locale

====================================

1 of 3 tests failed

Please report to gmp-bugs at gmplib.org

====================================

make[4]: *** [check-TESTS] Error 1

make[4]: Leaving directory `/user/gururrao/Linux_ia64/gmp/tests/misc'

make[3]: *** [check-am] Error 2

make[3]: Leaving directory `/user/gururrao/Linux_ia64/gmp/tests/misc'

make[2]: *** [check-recursive] Error 1

make[2]: Leaving directory `/user/gururrao/Linux_ia64/gmp/tests'

make[1]: *** [check-recursive] Error 1

make[1]: Leaving directory `/user/gururrao/Linux_ia64/gmp'

make: *** [check] Error 2





Scenario 2:





Prerequisite `.././libiberty/libiberty.a' is older than target
`build/genchecksum'.

No need to remake target `build/genchecksum'.

Finished prerequisites of target file `cc1-checksum.c'.

Prerequisite `cc1-dummy' is older than target `cc1-checksum.c'.

Prerequisite `build/genchecksum' is older than target `cc1-checksum.c'.

No need to remake target `cc1-checksum.c'.

Pruning file `cc1-checksum.c'.

Pruning file `config.h'.

Pruning file `auto-host.h'.

Pruning file
`../../../gcc_downloads_src/gcc-4.5.2/gcc/../include/ansidecl.h'.

Pruning file `../../../gcc_downloads_src/gcc-4.5.2/gcc/system.h'.

Pruning file `../../../gcc_downloads_src/gcc-4.5.2/gcc/hwint.h'.

Pruning file
`../../../gcc_downloads_src/gcc-4.5.2/gcc/../include/libiberty.h'.

Pruning file
`../../../gcc_downloads_src/gcc-4.5.2/gcc/../include/safe-ctype.h'.

Pruning file
`../../../gcc_downloads_src/gcc-4.5.2/gcc/../include/filenames.h'.

Finished prerequisites of target file `cc1-checksum.o'.

Prerequisite `cc1-checksum.c' is newer than target `cc1-checksum.o'.

Prerequisite `cc1-checksum.c' is newer than target `cc1-checksum.o'.

Prerequisite `config.h' is older than target `cc1-checksum.o'.

Prerequisite `auto-host.h' is older than target `cc1-checksum.o'.

Prerequisite
`../../../gcc_downloads_src/gcc-4.5.2/gcc/../include/ansidecl.h' is older
than target `cc1-checksum.o'.

Prerequisite `../../../gcc_downloads_src/gcc-4.5.2/gcc/system.h' is older
than target `cc1-checksum.o'.

Prerequisite `../../../gcc_downloads_src/gcc-4.5.2/gcc/hwint.h' is older
than target `cc1-checksum.o'.

Prerequisite
`../../../gcc_downloads_src/gcc-4.5.2/gcc/../include/libiberty.h' is older
than target `cc1-checksum.o'.

Prerequisite
`../../../gcc_downloads_src/gcc-4.5.2/gcc/../include/safe-ctype.h' is older
than target `cc1-checksum.o'.

Prerequisite
`../../../gcc_downloads_src/gcc-4.5.2/gcc/../include/filenames.h' is older
than target `cc1-checksum.o'.

Must remake target `cc1-checksum.o'.

gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -I.
-I../../../gcc_downloads_src/gcc-4.5.2/gcc
-I../../../gcc_downloads_src/gcc-4.5.2/gcc/.
-I../../../gcc_downloads_src/gcc-4.5.2/gcc/../include
-I../../../gcc_downloads_src/gcc-4.5.2/gcc/../libcpp/include
-I/user/gururrao/Linux_x86/include -I/user/gururrao/Linux_x86/include
-I/user/gururrao/Linux_x86/include
-I../../../gcc_downloads_src/gcc-4.5.2/gcc/../libdecnumber
-I../../../gcc_downloads_src/gcc-4.5.2/gcc/../libdecnumber/bid
-I../libdecnumber cc1-checksum.c -o cc1-checksum.o

Putting child 0x085bd378 (cc1-checksum.o) PID 12637 on the chain.

Live child 0x085bd378 (cc1-checksum.o) PID 12637

cc1: error: unrecognized command line option "-Wno-variadic-macros"

cc1: error: unrecognized command line option "-Wno-overlength-strings"

cc1: error: unrecognized command line option "-Wc++-compat"

Reaping losing child 0x085bd378 PID 12637

make[2]: *** [cc1-checksum.o] Error 1





Scenario 3:



Finished prerequisites of target file `t-locale.c'.

No need to remake target `t-locale.c'; using VPATH name
`../../../../gcc_downloads_src/gmp-5.0.1/tests/misc/t-locale.c'.

Finished prerequisites of target file `t-locale.o'.

Prerequisite `../../../../gcc_downloads_src/gmp-5.0.1/tests/misc/t-locale.c'
is older than target `t-locale.o'.

No need to remake target `t-locale.o'.

Pruning file `../../tests/libtests.la'.

Pruning file `../../libgmp.la'.

Finished prerequisites of target file `t-locale'.

Prerequisite `t-locale.o' is older than target `t-locale'.

Prerequisite `../../tests/libtests.la' is older than target `t-locale'.

Prerequisite `../../libgmp.la' is older than target `t-locale'.

No need to remake target `t-locale'.

Finished prerequisites of target file `check-TESTS'.

Must remake target `check-TESTS'.

make[4]: Entering directory `/user/gururrao/Linux_ia64/gmp/tests/misc'

Putting child 0x6000000000028c00 (check-TESTS) PID 18085 on the chain.

Live child 0x6000000000028c00 (check-TESTS) PID 18085

tests_free(): bad size 6, should be 8

FAIL: t-printf

PASS: t-scanf

PASS: t-locale

==================================


More information about the gmp-bugs mailing list