Perhaps this has already been fixed, but building SVN-20150823 on a
Fedora 21 system (x86_64) I get this unexpected test failure when
building several standard GNU packages for chapter 6:

    FAIL: test-update-copyright.sh

The cause is an error in an FSF auxiliary program included in each packages:

    build-aux/update-copyright

This small change will fix the test, but has to be applied to each
package individually (chapters 6.31, 6.34, 6.46):

    sed -e '/^my \$circle_c_re/s/{}/\\{\\}/' -i build-aux/update-copyright

Of course, you might want to do it a different way. Since it's a common
utility used in various GNU products, and the problem seems to be a
general incompatibility between new/old packages, this may appear in
other packages too.

Tim



-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to