-
Notifications
You must be signed in to change notification settings - Fork 20
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
Debian Lintian: libafflib0v5: exit-in-shared-library usr/lib/x86_64-linux-gnu/libafflib.so.0.0.0 #48
Comments
Thanks for writing this up with all those instructions. |
Em sex., 27 de ago. de 2021 às 22:50, Phillip Hellewell
***@***.***> escreveu:
I'm getting this error when I try to run apt source afflib:
***@***.***:~/afflib# apt source afflib
Reading package lists... Done
E: You must put some 'deb-src' URIs in your sources.list
I modified /etc/apt/source.list and added this line, but I'm still getting the error.
deb-src http://deb.debian.org/debian sid main
Sorry for my delay. I didn't find this message in GitHub. Do you have
problems yet?
Ah, you need to have two lines:
deb http://deb.debian.org/debian sid main
deb-src http://deb.debian.org/debian sid main
|
I sent #50. However, note that the lintian says: "This tag is experimental. Please file a bug report if the tag seems wrong.". |
There is a similar error with current rpmlint: "This library package calls exit() or _exit(), probably in a non-fork() context. Doing so from a library is strongly discouraged - when a library function calls exit(), it prevents the calling program from handling the error, reporting it to the user, closing files properly, and cleaning up any state that the program has. It is preferred for the library to return an actual error code and let the calling program decide how to handle the situation." |
I saw few occurrences, but I haven't checked if some cases could be critical and describe the above situation.
|
I did a little comment about it in #47. How to reproduce:
# apt install lintian
apt install debhelper devscripts quilt
debuild
, rundebclean
.Thanks!
The text was updated successfully, but these errors were encountered: