Opened 14 years ago

Closed 14 years ago

#2730 closed enhancement (fixed)

Glibc-2.12.1

Reported by: Matthew Burgess Owned by: Matthew Burgess
Priority: normal Milestone: 6.7
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New version. I can't see a release announcement at the moment. NEWS in the tarball has some details on what's new.

Change History (9)

comment:1 by Matthew Burgess, 14 years ago

Status: newassigned

comment:2 by ken@…, 14 years ago

Needs a sed for the infernal make-3.82. Thread at http://linuxfromscratch.org/pipermail/lfs-support/2010-August/039440.html

comment:3 by ken@…, 14 years ago

comment:4 by ken@…, 14 years ago

Comments on testsuites where results were worse than before (again, on x86_64):

First, I failed to log mpc (it went to the screen, ended ok with all 57 tests passed, dunno if there were any before that) and I failed to run tests for diffutils.

gcc - I got 13 failures in libmudflap - and I used to think four with gcc-4.4.3 was getting bad This is my first test run of the 4.5 series, maybe it's no worse than before, maybe it doesn't matter.

bison - one new failure 81: Action synch line FAILED (synclines.at:144)

gawk - one new one for me, but probably ok:

This test could fail on slow machines or on a minute boundary, so if it does, double check the actual results: strftime strftime.ok _strftime differ: char 16, line 1

(and no, I'd let the build directory be blown away be the time I came to read this, so I can't check the actual results)

All others either ok, or same failures as before.

comment:5 by ken@…, 14 years ago

Actually, even though only a few people using Mandriva cooker (their development branch) seem to be using make-3.82 (I bet it's probably in debian unstable too), *we* will need the fix for glibc in chapter 5 so that we can prove the system can build itself.

in reply to:  3 comment:6 by robert@…, 14 years ago

comment:7 by bdubbs@…, 14 years ago

That patch can be a sed too. It only adds #include <sys/stat.h> to src/m4.h

comment:8 by Matthew Burgess, 14 years ago

The following should do the trick

sed -i -e '/"m4.h"/a\
#include <sys/stat.h>' src/path.c

comment:9 by Matthew Burgess, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r9351.

Note: See TracTickets for help on using tickets.