Skip to content

BIGTOP-4446. Remove obsolete fuse from toolchain in Debian and Ubuntu. #1358

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

iwasakims
Copy link
Member

https://issues.apache.org/jira/browse/BIGTOP-4446

Old fuse package can not be installed on recent Ubuntu with GUI enabled since it conflicts with fuse3.

$ ./gradlew toolchain
...
The following packages have unmet dependencies:
 xdg-desktop-portal : Depends: fuse3 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Error: /Stage[main]/Bigtop_toolchain::Packages/Package[fuse]/ensure: change from 'absent' to 'present' failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install fuse' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xdg-desktop-portal : Depends: fuse3 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

I left libfuse-dev as is since I'm not confident that it is not necessary now. Just removing fuse solved the issue and it did not break packaging at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant