yuanjia1011 / sparsehash

Automatically exported from code.google.com/p/sparsehash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation fails check on Red Hat 6

GoogleCodeExporter opened this issue · comments

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