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

apt-get install missing code #151

Open
DJSteins opened this issue Jan 23, 2018 · 8 comments
Open

apt-get install missing code #151

DJSteins opened this issue Jan 23, 2018 · 8 comments

Comments

@DJSteins
Copy link

When trying to install check through using "sudo apt-get install check" I found that there was missing code in the repo. It would be preferable if we could add all the missing code to the apt-get repo so that it can be installed that way instead of being built from source.

@brarcher
Copy link
Contributor

When you mean missing code, what are you referring to? Is that the examples or something else?

I'm not sure what control I would have on how downstream Linux project package binaries and provide them through tools like apt. Is there something that Check's makefiles are doing incorrectly so that not everything is being made available to package?

@DJSteins
Copy link
Author

The issue is that I noticed the source code I downloaded from check's website differs from that acquired by using sudo apt-get to install check. If you are able to compare these and update the code retrieved by using apt-get to match that of the code from check's website, it would be much appreciated. Nothing is wrong with the source code from check's website by the way.

@brarcher
Copy link
Contributor

Can you identify the changes from the official release on GitHub and that available from your Linux distro? Perhaps downstream is applying some patches that I am unaware of.

If you are able to compare these and update the code retrieved by using apt-get to match that of the code from check's website, it would be much appreciated.

I do not have any control over what code apt-get presents, only the code which is available from GitHub. It may be worth while to ask the Linux distro about any differences.

@DJSteins
Copy link
Author

I'm not sure how to contact the Linux distro...

@brarcher
Copy link
Contributor

brarcher commented Jan 24, 2018 via email

@DJSteins
Copy link
Author

Yes

@brarcher
Copy link
Contributor

brarcher commented Jan 24, 2018 via email

@zapashcanon
Copy link

zapashcanon commented Jan 24, 2018

I guess your package list is not up-to-date, so you're trying to download a version which is not on your mirror anymore, try:

sudo apt update && sudo apt install check

check is in Debian since a really long time, whatever Ubuntu distro you're using, it should be part of it.

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

3 participants