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 , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
follow-up: 6 comment:3 by , 14 years ago
m4 also needs fixing - Robert pointed me to the upstream patch http://git.savannah.gnu.org/cgit/m4.git/commit/h=branch1.4&id=1359a849055a66eddffe7753485e0f29fb85ef31
comment:4 by , 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 , 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.
comment:6 by , 14 years ago
Replying to ken@…:
m4 also needs fixing - Robert pointed me to the upstream patch http://git.savannah.gnu.org/cgit/m4.git/commit/h=branch1.4&id=1359a849055a66eddffe7753485e0f29fb85ef31
The above link is missing a "?" in the url. This is the link:
http://git.savannah.gnu.org/cgit/m4.git/commit/?h=branch-1.4&id=1359a849055a66eddffe7753485e0f29fb85ef31
comment:7 by , 14 years ago
That patch can be a sed too. It only adds #include <sys/stat.h> to src/m4.h
comment:8 by , 14 years ago
The following should do the trick
sed -i -e '/"m4.h"/a\ #include <sys/stat.h>' src/path.c
Needs a sed for the infernal make-3.82. Thread at http://linuxfromscratch.org/pipermail/lfs-support/2010-August/039440.html