Re: [lfs-support] Test failures in automake-1.12.3 : sorted!

2012-09-30 Thread Richard Melville
On Sun, Sep 30, 2012 at 12:32:22AM +0100, Ken Moffat wrote:
 
   and I'll open a ticket for this possible fix to
  t/python-missing.sh.  Normally, I'd just upload the patch, but I'd
  prefer to get confirmation that it fixes the problem.  More on -dev
  when I've created a ticket.
 
  Forget that - the testsuite fix was applied upstream in August, and
 1.12.4 came out in September (#3185) so fixing the 1.12.3 tests is a
 waste of time.

  However, I do think that perhaps we shouldn't discourage people
 from running the automake testsuite on modern processors : sure,
 with -j1 it takes an excessively long time, but with modern SMP it
 runs much quicker if you use -j4.

 ?en



Hi Ken

I'm not sure I understand what's going on here.  When I tested
automake-1.12.2 *without* python installed I received no such error:-

==
Testsuite summary for GNU Automake 1.12.2
==
# TOTAL: 2852
# PASS:  2648
# SKIP:  164
# XFAIL: 40
# FAIL:  0
# XPASS: 0
# ERROR: 0
==


Richard
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Test failures in automake-1.12.3 : sorted!

2012-09-30 Thread Bruce Dubbs
Richard Melville wrote:

 I'm not sure I understand what's going on here.  When I tested
 automake-1.12.2 *without* python installed I received no such error:-

 ==
 Testsuite summary for GNU Automake 1.12.2
 ==
 # TOTAL: 2852
 # PASS:  2648
 # SKIP:  164
 # XFAIL: 40
 # FAIL:  0
 # XPASS: 0
 # ERROR: 0
 ==

I don't recall automake-1.12.2, but we are looking at automake-1.12.4.
There was also an intermediate automake-1.12.3 that generated test errors.

   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Test failures in automake-1.12.3 : sorted!

2012-09-30 Thread Bruce Dubbs
Ken Moffat wrote:
 On Mon, Aug 20, 2012 at 11:14:11AM +0100, Ken Moffat wrote:

 make[3]: Leaving directory `/building/automake-1.12.3'
 
 Testsuite summary for GNU Automake 1.12.3
 
 # TOTAL: 2823
 # PASS:  2640
 # SKIP:  145
 # XFAIL: 38
 # FAIL:  0
 # XPASS: 0
 # ERROR: 0

I went back and retested 1.12.4 and got:


Testsuite summary for GNU Automake 1.12.4

# TOTAL: 2880
# PASS:  2756
# SKIP:  86
# XFAIL: 38
# FAIL:  0
# XPASS: 0
# ERROR: 0

This is not in a Chapter 6 environment, but has python and a lot of BLFS 
packages (about 260) installed.  I think any errors in Chapter 6 can be 
ignored as test construction errors.

Some of the skipped tests are due to missing Microsoft C compiler(4), 
MinGW(1), vala(7), etags(2), emacs, f77(4), etc.


   -- Bruce

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Test failures in automake-1.12.3 : sorted!

2012-09-30 Thread Ken Moffat
On Sun, Sep 30, 2012 at 01:34:45PM +0100, Richard Melville wrote:
 On Sun, Sep 30, 2012 at 12:32:22AM +0100, Ken Moffat wrote:
  
and I'll open a ticket for this possible fix to
   t/python-missing.sh.  Normally, I'd just upload the patch, but I'd
   prefer to get confirmation that it fixes the problem.  More on -dev
   when I've created a ticket.
  
   Forget that - the testsuite fix was applied upstream in August, and
  1.12.4 came out in September (#3185) so fixing the 1.12.3 tests is a
  waste of time.
 
   However, I do think that perhaps we shouldn't discourage people
  from running the automake testsuite on modern processors : sure,
  with -j1 it takes an excessively long time, but with modern SMP it
  runs much quicker if you use -j4.
 
  ?en
 
 
 
 Hi Ken
 
 I'm not sure I understand what's going on here.  When I tested
 automake-1.12.2 *without* python installed I received no such error:-
 
 ==
 Testsuite summary for GNU Automake 1.12.2
 ==
 # TOTAL: 2852
 # PASS:  2648
 # SKIP:  164
 # XFAIL: 40
 # FAIL:  0
 # XPASS: 0
 # ERROR: 0
 ==
 
 
 Richard

 I think it might been a new FAIL in 1.12.3

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Test failures in automake-1.12.3 : sorted!

2012-09-30 Thread Ken Moffat
On Sun, Sep 30, 2012 at 02:26:21PM -0500, Bruce Dubbs wrote:
 
 I went back and retested 1.12.4 and got:
 
 
 Testsuite summary for GNU Automake 1.12.4
 
 # TOTAL: 2880
 # PASS:  2756
 # SKIP:  86
 # XFAIL: 38
 # FAIL:  0
 # XPASS: 0
 # ERROR: 0
 
 This is not in a Chapter 6 environment, but has python and a lot of BLFS 
 packages (about 260) installed.  I think any errors in Chapter 6 can be 
 ignored as test construction errors.
 
 Some of the skipped tests are due to missing Microsoft C compiler(4), 
 MinGW(1), vala(7), etags(2), emacs, f77(4), etc.
 
 
-- Bruce
 

 I don't know if 1.12.4 has made it to LFS-svn - I've been sticking
with LFS-7.2 while I rework my build scripts, but I noticed the open
ticket for 1.12.4 when I was about to raise a ticket for possibly
patching 1.12.3.

 But, I think that *Errors* in chapter 6 tests (other than the
toolchain - or at least least gcc), often benefit from being
mentioned - otherwise people run the tests and panic if they don't
see perfection.  The patch to 1.12.3 fixed a race in the test.

 Maybe I'm overtuned to Errors in automake tests at the moment,
after being bugged by 80+ in previosu 1.12 scripted runs.

 I don't usually pay any attention to skipped tests, except if I
notice that someone here had a skip where mine ran (locales).
Similarly, I haven't yet been persuaded to investigate XPASS
failures in gcc.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] Test failures in automake-1.12.3 : sorted!

2012-09-30 Thread Bruce Dubbs
Ken Moffat wrote:

   I don't know if 1.12.4 has made it to LFS-svn

Not yet.

 I've been sticking
 with LFS-7.2 while I rework my build scripts, but I noticed the open
 ticket for 1.12.4 when I was about to raise a ticket for possibly
 patching 1.12.3.

   But, I think that *Errors* in chapter 6 tests (other than the
 toolchain - or at least least gcc), often benefit from being
 mentioned

We do mention that there are example logs on the web site.  The only 
places FAIL occurs in the 7.2 tests are:

079-gcc:FAIL: libmudflap.c++/pass55-frag.cxx ( -O) execution test
079-gcc:FAIL: libmudflap.c++/pass55-frag.cxx ( -O) execution test

101-automake:FAIL: t/python-missing.sh

The only place 'Error' shows up and is not associated with the above is:

071-glibc:make[3]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)

071-glibc:make[3]: [/sources/glibc-build/conform/run-conformtest.out] 
Error 1 (ignored)

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page