#2249: CoreUtils i18n patch
-------------------------------------+--------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [EMAIL PROTECTED]
     Type:  task                     |       Status:  reopened               
 Priority:  high                     |    Milestone:  6.4                    
Component:  Book                     |      Version:  SVN                    
 Severity:  normal                   |   Resolution:                         
 Keywords:                           |  
-------------------------------------+--------------------------------------
Comment (by [EMAIL PROTECTED]):

 Replying to [comment:8 Bryan Kadzban]:
 > Replying to [comment:6 [EMAIL PROTECTED]:
 > > First, the su-tools nobody ... test fails with this simple output:
 > > make  check-recursive
 > > make[1]: Entering directory `/build/coreutils-6.12'
 > > Making check in lib
 > > make[2]: Entering directory `/build/coreutils-6.12/lib'
 > >  cd .. && /bin/sh ./config.status lib/Makefile depfiles
 > > ./config.status: line 453: config.log: Permission denied
 > > make[2]: *** [Makefile] Error 1
 > > make[2]: Leaving directory `/build/coreutils-6.12/lib'
 > > make[1]: *** [check-recursive] Error 1
 > > make[1]: Leaving directory `/build/coreutils-6.12'
 > > make: *** [check] Error 2
 >
 > IIRC someone reported this on either -dev or -book at some point.  I
 *think* the solution (or proposed solution, at least) was to chown
 config.log along with some of the other files.  Not sure why it only
 happens once for you, though.

 Oops.  Sorry about that...that change should have been committed.  It
 should be:

 {{{
 chown -Rv nobody config.log {gnulib-tests,lib,src}/.deps
 }}}

 >
 > (And I haven't built anything in a long time, so I can't confirm one way
 or the other whether this is working...)
 >
 > > but fails one test (misc/cut). Here's some of the
 > > log output:
 > >
 > > empty-fl...
 > > empty-fl.r...
 > > empty-fl.p...
 > > missing-fl...
 > > cut: test missing-fl: stderr mismatch, comparing missing-fl.E (actual)
 and missing-fl.3 (expected)
 > > *** missing-fl.E        Wed Oct 22 09:17:13 2008
 > > --- missing-fl.3        Wed Oct 22 09:17:13 2008
 > > ***************
 > > *** 1,2 ****
 > > ! cut: invalid byte, character or field list
 > >   Try `cut --help' for more information.
 > > --- 1,2 ----
 > > ! cut: invalid byte or field list
 > >   Try `cut --help' for more information.
 >
 > It *looks* like somebody changed the error output from cut, but not the
 expected output from the test.  If the error message got changed by the
 i18n patch, then I suspect the test data (missing-f1.3) should be changed
 as well.

 Yeah.  The test was known to fail, as mentioned in the original bug,
 however I failed to add a note to the book...but since you've already
 identified the problem, I'm working on the testsuite instead of adding
 that note.  Will send a fix to RH.

 -- DJ Lucas

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2249#comment:10>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to