qemu not installed, suggests wrong package

Bug #538965 reported by sam tygier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RootStock
Fix Released
Low
Unassigned

Bug Description

i am using rootstock from bzr branch lp:project-rootstock (as suggested on the beagleboard ubuntu instructions).

i get the error
qemu not installed, please use:
sudo apt-get install qemu
to install the qemu package !

and still get it after installing qemu. the code that triggers that message is:

if [ ! $(which qemu-system-arm) ];then
    echo "qemu not installed, please use:"
    echo "sudo apt-get install qemu"
    echo "to install the qemu package !"
    exit 1
fi

according to

http://packages.ubuntu.com/search?searchon=contents&keywords=qemu-system-arm&mode=exactfilename&suite=karmic&arch=any

the qemu-system-arm command is in the package qemu-kvm-extras

Related branches

Revision history for this message
Oliver Grawert (ogra) wrote :

fix committed in rev. 92

Changed in project-rootstock:
status: New → Fix Committed
importance: Undecided → Low
Changed in project-rootstock:
status: Fix Committed → Fix Released
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.