Hi Amandeep I agree with Neil's Statements!
I've tested these steps on my Debian Lenny installation. Using the emdebian stable release. Please start with installing a clean Debian Installation (Lenny is the current stable release). You will get more familiar with Debian by doing this! Put embdebian on top and start hacking your embedded toy ;-) Regards Roger Neil Williams schrieb: > There is something very wrong with your setup - I've tested with Sid > and with Squeeze, it works fine. > > Are you using Debian Lenny? It still works in my tests. > > Just install the keyring first: > $ sudo apt-get install emdebian-archive-keyring > > Then add these sources to your apt configuration: > > # The Emdebian toolchain repository > deb http://www.emdebian.org/debian/ stable main > deb-src http://www.emdebian.org/debian/ stable main > > (Change stable to testing or unstable as appropriate for the rest of > the system.) Maybe create the file > as /etc/apt/sources.list.d/emdebian.sources.list > > Then just do: > > $ sudo apt-get update > $ sudo apt-get install emdebian-rootfs > > that will get the version from Emdebian with the dependencies necessary. > > -- Amandeep Bhullar schrieb: > Thanks, I have created the /etc/apt/sources.list.d/ > > emdebian.sources.list as suggested by you. I believe we have found > the problem. When I run apt-get install emdebian-archive-keyring > now, the unmet dependency is : > > locales: Depends: glibc-2.3.6.ds1-1 > > This package is shown broken in aptitude. When I try to fix it using > apt-get -f install; it stops and starts some services successfully and > then comes with this message: > ------------------------------------------------------------------ > update-rc.d : not present yet > > You are replacing sysv-rc with file-rc or another -rc package, or the > other way around. The rpalcement package must first be unpacked before > you can configure other packages. > > Exiting with error status 1. > > dpkg: error processing libc6 (--configure): > subprocess post-installation script returned error exit status 1 > Errors were encountered while processing: > libc6 > E: Sub-process /usr/bin/dpkg returned an error code (1) > > ----------------------------------------------------------------- > I guess the broken package here is causing the issues. I wonder how to > fix that. > > Thanks. > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

