LFS 6.2: step 6.26.1

2007-08-19 Thread Jesse Chisholm

Hello,

This is my first install of LFS, so the error may be mine.
At the end of "make check" it reported:

=
1 of 532 tests failed
(35 tests were not run)
Please report to [EMAIL PROTECTED]
=

Unfortunately, I wasn't paying close enough attention as the numerous 
passes scrolled by (on my system it takes about 50 minutes) so I don't know 
WHICH test failed.  There doesn't seem to be a tests.log  for me to peruse 
or attach.


If I learn more, I'll let you know.

-Jesse Chisholm


pgpVN2g6TjNmo.pgp
Description: PGP signature


Re: LFS 6.2: step 6.26.1

2007-08-19 Thread Ralf Wildenhues
Hello Jesse,

* Jesse Chisholm wrote on Sun, Aug 19, 2007 at 09:05:22PM CEST:
> 
> This is my first install of LFS, so the error may be mine.
> At the end of "make check" it reported:
> 
> =
> 1 of 532 tests failed
> (35 tests were not run)
> Please report to [EMAIL PROTECTED]
> =
> 
> Unfortunately, I wasn't paying close enough attention as the numerous 
> passes scrolled by (on my system it takes about 50 minutes) so I don't know 
> WHICH test failed.  There doesn't seem to be a tests.log  for me to peruse 
> or attach.

Once you find out which test failed, please also run
  cd tests && make check VERBOSE=yes TESTS=FOO.test

with FOO replaced by the failed test, and post the output.

Thanks,
Ralf




Re: LFS 6.2: step 6.26.1

2007-08-19 Thread Jesse Chisholm

Ralf,
Oops.  I started writing with what more information I have before I checked 
to see if you'd responded.

---
After checking to see if I'd missed anything, and not finding any typos in 
my work, I ran the tests aging, teeing the results to a file.  I attach it 
here so you can know more about which test failed.


I got this from the command:
make check | tee MakeCheck.log
---

I'll go ahead and run the tests you suggest and send along those results 
when I get them.


-Jesse Chisholm


--On Sunday, August 19, 2007 10:15 PM +0200 Ralf Wildenhues 
<[EMAIL PROTECTED]> wrote:



Hello Jesse,

* Jesse Chisholm wrote on Sun, Aug 19, 2007 at 09:05:22PM CEST:


This is my first install of LFS, so the error may be mine.
At the end of "make check" it reported:

=
1 of 532 tests failed
(35 tests were not run)
Please report to [EMAIL PROTECTED]
=

Unfortunately, I wasn't paying close enough attention as the numerous
passes scrolled by (on my system it takes about 50 minutes) so I don't
know  WHICH test failed.  There doesn't seem to be a tests.log  for me
to peruse  or attach.


Once you find out which test failed, please also run
  cd tests && make check VERBOSE=yes TESTS=FOO.test

with FOO replaced by the failed test, and post the output.

Thanks,
Ralf






MakeCheck.log
Description: Binary data


pgphT0cSQJTYh.pgp
Description: PGP signature


Re: LFS 6.2: step 6.26.1

2007-08-19 Thread Jesse Chisholm

Ralf,

OK.  Attached is the tee log of the specific test: gcj4.test
I am guessing that the "XFAILED" lines means "Expected and acceptable 
Failure".


-Jesse


--On Sunday, August 19, 2007 2:36 PM -0700 Jesse Chisholm 
<[EMAIL PROTECTED]> wrote:



Ralf,
Oops.  I started writing with what more information I have before I
checked to see if you'd responded.
---
After checking to see if I'd missed anything, and not finding any typos
in my work, I ran the tests aging, teeing the results to a file.  I
attach it here so you can know more about which test failed.

I got this from the command:
make check | tee MakeCheck.log
---

I'll go ahead and run the tests you suggest and send along those results
when I get them.

-Jesse Chisholm


--On Sunday, August 19, 2007 10:15 PM +0200 Ralf Wildenhues
<[EMAIL PROTECTED]> wrote:


Hello Jesse,

* Jesse Chisholm wrote on Sun, Aug 19, 2007 at 09:05:22PM CEST:


This is my first install of LFS, so the error may be mine.
At the end of "make check" it reported:

=
1 of 532 tests failed
(35 tests were not run)
Please report to [EMAIL PROTECTED]
=

Unfortunately, I wasn't paying close enough attention as the numerous
passes scrolled by (on my system it takes about 50 minutes) so I don't
know  WHICH test failed.  There doesn't seem to be a tests.log  for me
to peruse  or attach.


Once you find out which test failed, please also run
  cd tests && make check VERBOSE=yes TESTS=FOO.test

with FOO replaced by the failed test, and post the output.

Thanks,
Ralf










MakeCheckVerbose.log
Description: Binary data


pgpkOqDBSvnc6.pgp
Description: PGP signature


Re: LFS 6.2: step 6.26.1

2007-08-19 Thread Ralf Wildenhues
* Jesse Chisholm wrote on Mon, Aug 20, 2007 at 02:02:09AM CEST:
> 
> OK.  Attached is the tee log of the specific test: gcj4.test

Thanks.  I need more information in order to find out where it fails.
After running the test verbosely,

> >>  cd tests && make check VERBOSE=yes TESTS=FOO.test

please enter the testSubDir directory, edit the depcomp and the
configure scripts, adding
  set -x

as second line.  Then in the configure script find the line matching
  SHELL.*depcomp

and in the following line, replace
 >/dev/null 2>conftest.err &&

with
 2>&1 | tee conftest.err &&

then please run
  ./configure GCJ=gcj >log 2>&1

and send the log file packed (either bzip2 or gzip).  Thanks.

> I am guessing that the "XFAILED" lines means "Expected and acceptable 
> Failure".

Yes, that's right.

Cheers,
Ralf