Opened 10 years ago
Closed 10 years ago
#6165 closed defect (fixed)
Valgrind does not build with glibc-2.21
Reported by: | Pierre Labastie | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 7.7 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Error at configure stage:
checking the GLIBC_VERSION version... unsupported version 2.21 configure: error: Valgrind requires glibc version 2.2 - 2.19
Actually the error message "Valgrind requires..." is misleading since 2.20 is actually supported.
Looking at the configure script, it needs to be patched, a sed would be too complicated, but I have some hope with configure.ac
Note:
See TracTickets
for help on using tickets.
No, same problem in configure.ac. Will prepare a patch.