SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++

Home Page:https://samypesse.gitbook.io/how-to-create-an-operating-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qemu installation problem under lucid 32

ishankhare07 opened this issue · comments

on doing "sudo apt-get install qemu-kvm", i get the following error :-
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

possibly due to :-
Err http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main qemu-common 0.12.3+noroms-0ubuntu9.19
404 Not Found [IP: 91.189.91.24 80]
Err http://security.ubuntu.com/ubuntu/ lucid-security/main qemu-common 0.12.3+noroms-0ubuntu9.19
404 Not Found [IP: 91.189.88.153 80]
Err http://security.ubuntu.com/ubuntu/ lucid-security/main qemu-kvm 0.12.3+noroms-0ubuntu9.19
404 Not Found [IP: 91.189.88.153 80]

and in the end it prints :-
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/q/qemu-kvm/qemu-common_0.12.3+noroms-0ubuntu9.19_all.deb 404 Not Found [IP: 91.189.88.153 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/q/qemu-kvm/qemu-kvm_0.12.3+noroms-0ubuntu9.19_i386.deb 404 Not Found [IP: 91.189.88.153 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

on trying to build qemu from source i get the following error :-
Disabling libtool due to broken toolchain support
ERROR: pkg-config binary 'pkg-config' not found

sudo apt-get install pkg-config fixes the building problem but presented with a new error :-
ERROR: glib-2.12 gthread-2.0 is required to compile QEMU