[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1.5.14 failed "make checks"
From: |
Ralf Wildenhues |
Subject: |
Re: 1.5.14 failed "make checks" |
Date: |
Fri, 18 Mar 2005 14:49:43 +0100 |
User-agent: |
Mutt/1.4.1i |
Hi Witold,
* Witold Owoc <address@hidden> wrote on Tue, Mar 08, 2005 at 07:56:25PM CET:
> I can offer you any level of detail.
My plan is to kill the Solaris bugs reported, hopefully next week.
For this I need your help, see below.
> ====================================
> # line < /etc/release
> Solaris 10 3/05 s10_74L2a SPARC
>
> # setenv PATH /usr/xpg4/bin:/bin:/usr/ccs/bin:/usr/sbin:/usr/sfw/bin
> # gzcat src/libtool-1.5.14.tar.gz | gtar xpf -
>
> # cd libtool-1.5.14
> # chown -Rh root:bin .
No need to compile libtool as root, please don't do that.
All you would need is..
> # env CC=gcc CXX=g++ ./configure --prefix=/usr/local
> # make
> # make install
..for installation, replace `make install' with
# su -c 'make install'
All of compilation and testing runs fine as user.
> # make check
> ====================================
> PASS: func_extract_archives.test
> PASS: tagdemo-static.test
> FAIL: tagdemo-make.test
> SKIP: tagdemo-exec.test
> PASS: tagdemo-conf.test
> FAIL: tagdemo-make.test
> SKIP: tagdemo-exec.test
> PASS: tagdemo-shared.test
> FAIL: tagdemo-make.test
> SKIP: tagdemo-exec.test
> ====================================
> 3 of 98 tests failed
> (4 tests were not run)
Please rerun the test groups verbosely, as explained in the README file,
to see if the bug you experience is the same as a bug already reported.
Please also report the exact configure line you issued.
Also please check that the fourth test which was SKIPped is
demo-nopic.test.
Thanks,
Ralf