-
Notifications
You must be signed in to change notification settings - Fork 214
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
Comments
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? |
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. |
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.
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. |
I'm not sure how to contact the Linux distro... |
What Linux distribution are you using? Ubuntu?
…On January 24, 2018 12:17:49 AM EST, DJSteins ***@***.***> wrote:
I'm not sure how to contact the Linux distro...
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#151 (comment)
|
Yes |
ubuntu-devel-discuss
<http://lists.ubuntu.com/mailman/listinfo/Ubuntu-devel-discuss> is for
developers and users about Ubuntu. That may be a good place to start.
https://lists.ubuntu.com/mailman/listinfo/Ubuntu-devel-discuss
…On Wed, Jan 24, 2018 at 10:01 AM, DJSteins ***@***.***> wrote:
Yes
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#151 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFBUl1ZoBCmtvpGid7qoajZCvbFBcJRaks5tN0XngaJpZM4RqP2l>
.
|
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:
check is in Debian since a really long time, whatever Ubuntu distro you're using, it should be part of it. |
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.
The text was updated successfully, but these errors were encountered: