Depends on fuse package which is not available in 11.10

Bug #882601 reported by Balint Reczey
56
This bug affects 12 people
Affects Status Importance Assigned to Milestone
archivemount (Ubuntu)
Fix Released
Undecided
Unassigned
Oneiric
Won't Fix
Undecided
Unassigned

Bug Description

 sudo apt-get install archivemount
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
 archivemount : Depends: fuse (>= 2.8.5-2) but it is not installable
E: Unable to correct problems, you have held broken packages.

 cat /etc/issue
Ubuntu 11.10 \n \l

Version:
archivemount 0.6.1-2

Tags: patch
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in archivemount (Ubuntu):
status: New → Confirmed
Revision history for this message
Todd A. Jacobs (codegnome) wrote :

The package is broken because the Debian control file now requires fuse instead of fuse-utils. A patch is attached, but users can fix this themselves by rebuilding the package against Ubuntu 11.04's fuse-utils with the following script:

mkdir -p ~/src
cd ~/src

sudo aptitude install build-essential devscripts debian-archive-keyring libfuse-dev libarchive-dev
apt-get source archivemount
gpg --keyring /usr/share/keyrings/debian-archive-keyring.gpg --verify *dsc

cd archivemount-0.6.1
cat << EOF | patch -p0
--- debian/control
+++ debian/control
@@ -8,7 +8,7 @@

 Package: archivemount
 Architecture: linux-any
-Depends: \${shlibs:Depends}, \${misc:Depends}, fuse (>=2.8.5-2)
+Depends: \${shlibs:Depends}, \${misc:Depends}, fuse-utils (>=2.8.4-1.4ubuntu1)
 Description: mounts an archive for access as a file system
  archivemount is a FUSE based file system for Unix variants, including Linux.
  Its purpose is to mount archives to a mount point where it can be read from
EOF
dch --nmu 'Depend on fuse-utils instead of fuse on Oneiric Ocelot.'
dpkg-buildpackage

cd ..
sudo dpkg -i archivemount_0.6.1-2.1_amd64.deb

Revision history for this message
Ubuntu Foundations Team Bug Bot (crichton) wrote :

The attachment "Modify fuse dependency in debian/control." of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch' from the bug report and editing the attachment so that it is not flagged as a patch. Additionally, if you are member of the ubuntu-reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by Brian Murray. Please contact him regarding any issues with the action taken in this bug report.]

tags: added: patch
Revision history for this message
Loïc Minier (lool) wrote :

This seems to only be an issue with Ubuntu 11.10 (oneiric) since this is the first release which had archivemount and since fuse-utils is sufficiently recent in later releases.

Changed in archivemount (Ubuntu Oneiric):
status: New → Confirmed
Changed in archivemount (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Rolf Leggewie (r0lf) wrote :

oneiric has seen the end of its life and is no longer receiving any updates. Marking the oneiric task for this ticket as "Won't Fix".

Changed in archivemount (Ubuntu Oneiric):
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.