Cosmos: C build failing

Created on 30 Jan 2018  路  6Comments  路  Source: OpenGenus/cosmos

This is a(n):

  • [ ] New algorithm
  • [ ] Update to an existing algorithm
  • [X] Error
  • [ ] Proposal to the Repository

Details:

Someone have a look why the C build is failing. One of the packages that is being installed does not have a SHA256 sign, which is now enforced by apt-get. Find out which package is it, and replace it with appropriate package.
https://stackoverflow.com/a/44829100 might help.

Most helpful comment

I wanna work on this issue.

All 6 comments

I wanna work on this issue.

Of course, go for it. 馃憤

@InfiniteCoder Can you please clarify a bit more, because in project root directory there is building shell file for cpp(c++), and that's also having problem since in that file last line takes too many arguments for cd-command which is buggy and not required. I would be raising issue for the same soon.

So please clarify about which c building is failing.

I have fixed the issue with make picking up libgraph source.
We now have a actual compile error from the build for a c module that was authored for cosmos.
sleep_sort.c will only compile in a windows dev environment.
I recommend creating a new issue for fixing sleep_sort.c and closing this issue out.

@thatguy227 You should mention this issue in your pull request.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rishavpandey43 picture rishavpandey43  路  3Comments

skywalker212 picture skywalker212  路  3Comments

arthurlacoste picture arthurlacoste  路  3Comments

Josh5231 picture Josh5231  路  4Comments

mansiag picture mansiag  路  3Comments