Masatake Iwasaki created BIGTOP-4446: ----------------------------------------
Summary: Remove obsolete fuse from toolchain in Debian and Ubuntu Key: BIGTOP-4446 URL: https://issues.apache.org/jira/browse/BIGTOP-4446 Project: Bigtop Issue Type: Improvement Reporter: Masatake Iwasaki Assignee: Masatake Iwasaki Old fuse package can not be installed on recent Ubuntu with GUI enabled. {noformat} $ ./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. {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)