This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Errors while running make check


On Thu, Oct 22, 2009 at 1:17 PM, new2glibc <tewarimohit_3@hotmail.com> wrote:
> make[1]: *** [csu/tests] Error 2
> make[1]: *** [iconv/tests] Error 2
> make[1]: *** [locale/tests] Error 2
> make[1]: *** [localedata/tests] Error 2
> make[1]: *** [iconvdata/tests] Error 2

Something is wrong with your build system. You need to find out why
make exists with Error 2 in all of these directories.

You only have 3 visible failures:
make[2]: *** [/home/user/glibc-build/stdlib/tst-putenvmod.so] Error 1
* This looks like a failure to build the shared object, you must
examine the log to see why.

make[2]: [/home/user/glibc-build/posix/annexc.out] Error 1 (ignored)
* Ignored.

make[2]: *** [/home/user/glibc-build/elf/check-textrel.out] Error 1
* Examine the check-textrel.out file to determine the cause of failure.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]