-
Notifications
You must be signed in to change notification settings - Fork 133
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
Compiling with scons-3.0.0 fails #258
Labels
Comments
@sahib Is that going to work with archaic distro's (pre python 2.6, e.g. debian lenny?) |
@sahib Commit did not fix the issue. |
dev-util/scons-3.0.0, python versions are 2.7.14 and 3.6.3. By the way, sorry to mislead you. I was looking for changes in master and didn't even look into branches. Current |
Okay, good. I'll close this issue then for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
scons
version 3, compilingrmlint
fails:Probably the reason is that
scons 3
made the switch toPython 3
andrmlint
's build script isPython 2
.(In this particular case the reason is probably: Leading zeros are not allowed in
Python 3
.)Fedora 27 Beta only provides
scons 3.0.0
but after manually downloading and installingscons 2.5.1
, the compilation succeeded.The text was updated successfully, but these errors were encountered: