[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug
From: |
Ralf Wildenhues |
Subject: |
Re: Bug |
Date: |
Tue, 16 May 2006 06:33:11 +0200 |
User-agent: |
Mutt/1.5.11+cvs20060403 |
Hi Meron,
Thank you for the bug report!
* meron yemane wrote on Tue, May 16, 2006 at 05:13:23AM CEST:
> I am a new Linux User. And it gives me this error and told me to
> report the bug. I feel it might helpful if the problem is real other
> than my mistake in making the files.
I can't see where you would have made any mistake. Let's see:
> address@hidden libtool-1.5.22]# ./configure
OK, it's rather uncommon to build software as root. More common is
something like
./configure
make
su -c 'make install'
(or some different method of gaining root, or installation access).
But it should still work.
> PASS: demo-nopic.test
> PASS: demo-make.test
> FAIL: demo-exec.test
> ====================================
> 1 of 112 tests failed
> Please report to address@hidden
> ====================================
Hmm. Please run
make check VERBOSE=x \
TESTS="demo-nopic.test demo-make.test demo-exec.test" 2>&1 |
tee nopic_log
and post the contents of nopic_log to see what's going on here.
Thanks,
Ralf
- Bug, meron yemane, 2006/05/16
- Re: Bug,
Ralf Wildenhues <=