build-essential not installing for use of envy
Hello I am trying to install Build-Essential in 64 studio the one with Hardy Heron, but for some reason its not working here are my errors
@64studio:/etc/apt$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
build-essential: Depends: libc6-dev but it is not going to be installed or
libc-dev
libstdc++6-4.2-dev: Depends: libc6-dev (>= 2.5) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I have tried to install the dependencies and it won't work
*****************************************************************************************************8
64studio:/etc/apt$ sudo apt-get install libc6-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
glibc-doc manpages-dev
The following NEW packages will be installed:
libc6-dev
0 upgraded, 1 newly installed, 0 to remove and 199 not upgraded.
3 not fully installed or removed.
Need to get 0B/3344kB of archives.
After this operation, 13.5MB of additional disk space will be used.
(Reading database ... 106695 files and directories currently installed.)
Unpacking libc6-dev (from .../libc6-dev_2.7-10ubuntu5_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libc6-dev_2.7-10ubuntu5_i386.deb (--unpack):
trying to overwrite `/usr/include/scsi/scsi.h', which is also in package linux-libc-dev
Errors were encountered while processing:
/var/cache/apt/archives/libc6-dev_2.7-10ubuntu5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
********************************************************************************************************
My apt-get update works now and here are my sources.list
#deb cdrom:[64studio 3.0-beta3 (1)]/ hardy main
deb http://wine.budgetdedicated.com/apt hardy main
deb http://us.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ hardy-updates main restricted universe multiverse
deb http://apt.64studio.com/backports hardy-backports main
# LMMS repo
# deb http://ppa.launchpad.net/tobydox/ppa/ubuntu hardy main
# deb http://packages.medibuntu.org/ hardy free non-free
## Medibuntu.
deb http://packages.medibuntu.org/ hardy free non-free
# normal
#deb http://apt.64studio.com/64studio/stable 64studio main
********************************************************************************************************
here is apt-cache for the missing package
studio:/etc/apt$ sudo apt-cache search libc6-dev
libc6-dev - GNU C Library: Development Libraries and Header Files
libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
I'm using a 32 bit system just to let you know, I have searched the net over for the problem, I'm afraid 64 is broke I tried to do a full update on it which I haven't done in a year because I took a break from the system and used Windows in that time. Thanks sorry for the long description
