-
Notifications
You must be signed in to change notification settings - Fork 16
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
scinv "_networkTypeFirewall" build error #40
Comments
Which OS is that? Our builds work and the last nightly is from July, 1st. Example: https://data.gempa.de/packages/Public/seiscomp/nightly/rhel/7/x86_64/. |
sorry should have mentioned
this is just the latest git pull as of now. python3.8 and gcc7. it does seem to work on another ubuntu 20.04.03 machine with python3.9 and gcc9, however. |
OK, so gcc 7 seems to be an issue? Have you downgraded it? My Ubuntu 20.04 ships with gcc 9.4.0. Anyway, in master it should read:
So you seems to run your build on outdated source code. Are you sure that all of your repositories are on latest master branch, especially |
I suspect the config was outdated; gcc9 is present but some settings were still pointing to say, g++ 7 etc. Currently attempting a fresh install to see if that fixes it, sounds like it should. TBA |
Still, the error message points to the wrong source code ... let's see. |
yep you're right. not sure what happened but I had not updated the code since early version 4 days so possibly something had gone awry. a full wipe and re-clone has now given me the correct code. thanks for your help! |
Trying to install master. Probably just bad timing on my part and this is already known but FWIW
The text was updated successfully, but these errors were encountered: