-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Source not found/seen #12502
Comments
@mrx23dot Does the problem also exist on a new solc version? |
Interesting, when I download only the binaries it doesn't seem to be a problem. It would be also nice if could distribute solc via debian apt-get too, binaries are already done. |
Snap seems to be broken: #11940 I think you should be able to find solc on apt. |
apt only works for ubuntu, not debian, even though we have binaries for debian: |
If nothing else works you can always fall back to the statically linked binaries hosted in the github release pages, e.g. https://github.com/ethereum/solidity/releases/download/v0.8.11/solc-static-linux Those should pretty much work anywhere and should not require any dependencies (unless you're running a system with a really ancient glibc). |
But I'd agree that it would be nice to maintain debian builds. But if we want that, we should really use a proper debian build mechanism. The ubuntu packages may work by chance, but it's generally not the best idea to mix debian and ubuntu packages. |
I close this issue since investigation is already ongoin in #11940 for snap. |
@mrx23dot An up to date snap should be available through the |
solc is not seeing source file.
Compiler should work in every directory (see gcc).
It finds the file in another directory:
versions
The text was updated successfully, but these errors were encountered: