rr-debugger / rr

Record and Replay Framework
http://rr-project.org/
Other
9.09k stars 580 forks source link

Travis is broken (and no one was notified) #643

Closed joneschrisg closed 10 years ago

joneschrisg commented 10 years ago

https://travis-ci.org/mozilla/rr

Errors were encountered while processing:
libc6-dev:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)
make[3]: *** [CMakeFiles/setup-travis] Error 100
make[2]: *** [CMakeFiles/setup-travis.dir/all] Error 2
make[1]: *** [CMakeFiles/setup-travis.dir/rule] Error 2
make: *** [setup-travis] Error 2
The command "make setup-travis" exited with 2.
Done. Your build exited with 1.

This started happening about a month ago.

joneschrisg commented 10 years ago

Aha, gmail has been marking travis emails as spam. Blech.

joneschrisg commented 10 years ago

The builds are now failing because the java sh..tuff can't be installed, #645 . Sigh.

joneschrisg commented 10 years ago

The builds are now failing because g++ fails to find the x86 libstdc++.so. Giving up, not worth the time atm.

joneschrisg commented 10 years ago

x86-64 support would be another way to resolve this issue.

joneschrisg commented 10 years ago

Fixed by e23c2792b2794e3667c515cc94e1259a6321a8fc .