Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis errors #140

Open
amatsuo opened this issue Oct 11, 2018 · 0 comments
Open

Travis errors #140

amatsuo opened this issue Oct 11, 2018 · 0 comments

Comments

@amatsuo
Copy link
Collaborator

amatsuo commented Oct 11, 2018

As you can see from the tragic history of build of readtext, the package is now failing for Travis.

The problem is the readtext's dependency of streamR, which we use for the stream-based reading of raw JSON of Tweets in a text file where each line is one Tweet. This function is working flawlessly and efficiently in practical use. However, the compilation of ndjson package fails on Travis because the original C++ code cannot be compiled with the older version of gcc/g++ (see README of ndjson in R).

I have tried different combinations of gcc/g++ versions but have not been successful. So I just open an issue here to get some insights from other developers. The Travis build has been failing for many tries, and has never been resolved.

At one point, I was able to avoid this problem by forcing gcc-5 and g++-5 as the compiler. Somehow it worked in the past, but not any more.

Some notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant