nagyistoce / sparsehash

Automatically exported from code.google.com/p/sparsehash
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Installation fails check on Red Hat 6 #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unpack from tar.gz
2. ./configure --prefix==<current dir>
3. make
4. make install
5. make check

What is the expected output? What do you see instead?
Expected: Pass all tests
Observed:
....
Running HashtableAllTest.Equals.18
Running HashtableTest.IntIO
Test failed: fp != NULL
FAIL: hashtable_test
PASS
PASS: simple_test
PASS
PASS: simple_compat_test
===================================================
1 of 7 tests failed
Please report to google-sparsehash@googlegroups.com
===================================================

What version of the product are you using? On what operating system?
v2.0.2 on RHEL 6

Please provide any additional information below.

Original issue reported on code.google.com by cgan...@gmail.com on 22 Sep 2014 at 5:41