-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue 68 #69
Conversation
@Athanaseus #fd3af5d passes tests locally - the CI server should confirm. The only issue that I can currently see is that /usr/bin/python needs to be symlinked (as it is in a virtualenv) to python3. Everything installs and works inside a venv, but not quite on system level without additional trickery. Unfortunately I don't know where the issue stems from at the moment -- I have tried to eliminate 'python' from the Meqtrees universe for the past while and updated the hashbangs but still can't track this one down. @o-smirnov perhaps you can provide some further thoughts here as this is originally your codebase:
and this is with the symlink
So the second lwimager call does not execute... I'm a bit stumped to tracking this one down |
Nvm... I found it at long last. This should now work. @Athanaseus all you need to do now is remove meqbrowser.py from the list of targets that get installed until we can more cleanly separate all the Qt required code from this repo Ping me once you have located the issue with casarest -- then the dockerfile can be simplified. I will make a release of this for you once it has gone through the CI server |
@Athanaseus this builds against the current casacore, but we are missing those executables I mentioned on the KERN ticket. I'm committing these as a WIP pending passing the test. Hopefully we can simplify the docker to test the kern 7 debs once we found the issue with the kern casarest package