LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 08-24-2013, 04:40 AM   #1
Drumachine
Member
 
Registered: Aug 2013
Distribution: Debian/LFS
Posts: 32
Blog Entries: 3

Rep: Reputation: 5
LFS 7.3 / Chapter 6.27.1 / Page 132 / Error from the Coreutils-8.21 make check


Hi everyone,

Upon entering the code:

Code:
su nobody -s /bin/bash \
   -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"
It complains of having failed one of the tests.

So I cd'd to the 'tests' folder then typed:

Code:
grep FAIL test-suite.log
and it showed me:

Code:
FAIL: tests/misc/stty-pairs.sh (exit: 1)
I couldn't see this error on the LFS test-log online and I haven't found any feedback on the consequences of ignoring this failure.

Does anyone know if this needs to be addressed?
 
Old 08-25-2013, 03:56 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
The above grep only shows that a test failed, have you been able to find out why the test failed?

Have a look in test-suite.log and see if there are any clues.

BTW: I haven't had any problems with coreutils in the past (LFS 7.3 and earlier versions).
 
Old 09-14-2013, 11:28 PM   #3
Tamerz
LQ Newbie
 
Registered: Mar 2004
Location: Illinois, USA
Distribution: Gentoo
Posts: 13

Rep: Reputation: 0
I'm getting the same problem with LFS 7.4. I'm actually getting two tests that fail:

FAIL: tests/misc/stty-pairs.sh (exit: 1)
FAIL: tests/df/skip-rootfs.sh (exit: 1)

I tried with and without the provided patch (coreutils-8.21-i18n-1.patch)

Without the patch, in the test-suite.log, the first sign of trouble I see is:

Quote:
+ for opt1 in '$options'
+ for opt2 in '$options'
+ stty parodd parodd
stty: standard input: unable to perform all requested operations
+ fail=1
+ stty_reversible_query_ parodd
+ case $stty_reversible_ in
+ return 0
+ stty -parodd parodd
stty: standard input: unable to perform all requested operations
+ fail=1
 
Old 09-18-2013, 05:52 AM   #4
Drumachine
Member
 
Registered: Aug 2013
Distribution: Debian/LFS
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: 5
Apologies for the delay in my response.

I've attached the section of the test log which I think should highlight the start of the error. I can paste more if required but it's basically more of the same for a good few pages!

Any help would be appreciated, I'd like to know the root of the problem.
Attached Files
File Type: txt Error.txt (4.8 KB, 25 views)
 
Old 09-18-2013, 06:55 AM   #5
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
@Drumachine: I just had a quick look in the LFS mailing list and did not see any mention of this specific failed test.

I'll just repeat the advise given on the LFS mailing list when a single tests fails for the coreutils suite: This can happen and can be ignored.
 
Old 09-18-2013, 07:10 AM   #6
Drumachine
Member
 
Registered: Aug 2013
Distribution: Debian/LFS
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: 5
Quote:
Originally Posted by druuna View Post
@Drumachine: I just had a quick look in the LFS mailing list and did not see any mention of this specific failed test.

I'll just repeat the advise given on the LFS mailing list when a single tests fails for the coreutils suite: This can happen and can be ignored.
Ah, where exactly did you find this advice? The link at the top of this page: http://linuxfromscratch.org/mailman/...o/lfs-support/ is broken and the search returns nothing useful for me :S

Last edited by Drumachine; 09-18-2013 at 07:17 AM.
 
Old 09-18-2013, 07:24 AM   #7
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Quote:
Originally Posted by Drumachine View Post
Ah, where exactly did you find this advice? The link at the top of this page: http://linuxfromscratch.org/mailman/...o/lfs-support/ is broken and the search returns nothing useful for me :S
I've signed up for the lfs-support, lfs-dev and lfs-announce mailing lists (there are more). The info from my previous reply comes from the local mails I've received over time.

Too my knowledge there aren't any workable on-line archives.
 
1 members found this post helpful.
Old 09-18-2013, 07:29 AM   #8
Drumachine
Member
 
Registered: Aug 2013
Distribution: Debian/LFS
Posts: 32

Original Poster
Blog Entries: 3

Rep: Reputation: 5
Great, thanks for your help!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] LFS 7.3 / Chapter 6.17.1 / Page 108 / Error from " make -k check " Drumachine Linux From Scratch 5 08-19-2013 04:19 AM
[SOLVED] LFS 7.3 / Chapter 6.10 / Page 96 / Error from the sanity check Drumachine Linux From Scratch 4 08-15-2013 09:01 AM
[SOLVED] LFS 7.3 / Chapter 6.9.1 / Page 89 / glibc make check errors Drumachine Linux From Scratch 4 08-14-2013 03:17 PM
LFS 6, chapter 6.11; Glibc 'make check' error Zamochit Linux From Scratch 5 05-31-2005 12:54 PM
now getting error in coreutils test(chapter 6-lfs-5.1.1) linuxbh Linux From Scratch 2 09-16-2004 02:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 12:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration