Install the Intel driver dependency before the .deb that needs it - #42
Merged
Merged
Conversation
intel-opencl-icd is fetched from GitHub and declares ocl-icd-libopencl1, which the step installed afterwards. dpkg refused the package, left the state half-configured, and every apt call from then on failed - including the application's own install, which is where it surfaced as a wall of unmet vlc dependencies. Three things went wrong and each is fixed: the dependency now goes in first, a failed .deb repairs the dpkg state instead of leaving it for the next step, and _cs_apt_install_optional no longer reports a package as "Not available on this release" when apt-cache can see it - that claim was made about seven packages that are all in Debian main.
Contributor
Try this branchThe engine and the scripts resolve independently, so a production script can COMMUNITY_SCRIPTS_CORE_URL=https://raw.githubusercontent.com/community-scripts/core/fix/hwaccel-deb-order \
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/debian.sh)"Swap Run a script from a fork as wellcurl -fsSL https://raw.githubusercontent.com/community-scripts/core/fix/hwaccel-deb-order/tools/run.sh |
bash -s -- https://raw.githubusercontent.com/YOU/ProxmoxVED/your-branch ct/debian.sh \
https://raw.githubusercontent.com/community-scripts/core/fix/hwaccel-deb-orderNote that Useful flags while testing
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✍️ Description
intel-opencl-icdis fetched from GitHub and declaresocl-icd-libopencl1, which the step installed afterwards. dpkg refused the package, left the state half-configured, and every apt call from then on failed — including the application's own install, which is where it surfaced as a wall of unmet vlc dependencies (Unmet dependencies. Try 'apt --fix-broken install').Three fixes: the dependency goes in first, a failed
.debrepairs the dpkg state instead of leaving it for the next step, and_cs_apt_install_optionalno longer claims "Not available on this release" whenapt-cachecan see the package — that was reported for seven packages that are all in Debian main.🔗 Related Issue
Fixes community-scripts/ProxmoxVE#17291
✅ Prerequisites (X in brackets)
API.txtwas updated to match.🛠️ Type of Change (X in brackets)
README,docs/,CONTRIBUTING.md, or other docs.