-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
sane-backends: fails to find any scanners #224569
Comments
I can reproduce:
So the culprit is likely to be another dep, maybe curl because I suspect you use the escl backend? |
I feel like there's more to it than that. 1.2.1 fails to find even my webcam and the failure is immediate with no signs of actually having doing anything to search. |
I have this issue as well. |
sane is actually not loading any plugins anymore: running LD_DEBUG=files scanimage -L does not show messages like
|
Bisected down to
and weirdly disabling parallel installs (ie undoing 19680e9) does fix the issue, I don't know why. Please test #225339 to confirm it is the right solution. |
I overlayed your PR into my configuration and now |
parallel install creates a bad symlink at $out/lib/sane/libsane.so.1 which prevents finding plugins. Fixes NixOS#224569
Describe the bug
Simple Scan, Skanlite, and
scanimage -L
fail to find any scanners immediately on nixos-unstable.Steps To Reproduce
Steps to reproduce the behavior:
scanimage -L
and observeExpected behavior
SANE should be able to find printers and webcams (v4l).
Screenshots
N/A
Additional context
Reverting to sane-backends 1.1.1 allows
scanimage -L
to search for scanners again. 1.2.1 might be bugged or require more configuration.#216017
Notify maintainers
@symphorien
Metadata
The text was updated successfully, but these errors were encountered: