-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
patch: remove gconf2 libgconf-2-4 deps #4226
Conversation
@aethernet this is a fix for #4096 |
Thanks for the PR, can you rename you commit from |
Hi, new to all this, how can I use this patch now? or do I need to wait till its committed and a new .deb is released? thanks |
Needed until balena-io/etcher#4226 is merged
@aethernet - anything else to do? The CI did not trigger again after the title rename. |
I just wanted to bump this, @aethernet. Am I correct in assuming that the last CI failure is not related to the change in this PR? I saw some adjustments to the CI a couple of weeks ago, which might mean that any CI-related issues have solved themselves. I think this will either wholly or partly solve #4242, #4144, #4257, #4258, #4264, #4096, #4137 and a bunch of other issues that aren't filterable based on a gconf2 search in the issues section. |
Thanks 🙏 It's been cherry-picked in #4334 to help with the CI process. |
What
Remove dependencies that are gone from modern Debian based systems.
I did a local full build of etcher and could install it, and run it on my Debian testing system without problems.
Why
The tool cannot be installed on current system as those packages are gone.
For references, other projects removed those dependencies altogether:
Closes #4096