vancaho / avalanche

Automatically exported from code.google.com/p/avalanche
2 stars 0 forks source link

glibc 2.13 unsupported #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. configure when using glibc 2.13 (as on Ubuntu 11.04 on amd64)

What is the expected output?
no configure errors

What do you see instead?
checking the GLIBC_VERSION version... unsupported version 2.13
configure: error: Valgrind requires glibc version 2.2 - 2.12
configure: error: ./configure failed for valgrind

What version of the product are you using? On what operating system?
avalanche 0.4 on ubuntu natty 11.04 amd64
Linux 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 
x86_64 x86_64 GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by dbu...@gmail.com on 7 May 2011 at 4:03

GoogleCodeExporter commented 8 years ago
Use can do the following:

$ cd /path/to/avalanche
$ patch -p0 -i patch.diff
$ autoconf

Original comment by m.k.erma...@gmail.com on 2 Nov 2011 at 9:29

Attachments: