Re: Difficulty with dpkg dependencies

2007-07-12 Thread Dallas Clement
On Thu, 2007-07-12 at 16:08 -0600, Bob Proulx wrote: > Dallas Clement wrote: > > The output of dpkg -l on my target system is: > > ii libc6-i3862.3.6 > > Hence, I can see that the package 'libc6-i386' is indeed installed. > > It does look like it. > > > The subsequent attempt to install busy

Re: Difficulty with dpkg dependencies

2007-07-12 Thread Bob Proulx
Dallas Clement wrote: > The output of dpkg -l on my target system is: > ii libc6-i3862.3.6 > Hence, I can see that the package 'libc6-i386' is indeed installed. It does look like it. > The subsequent attempt to install busybox, e2fsprogs or any other > package that depends on libc6-i386 fai

Re: Difficulty with dpkg dependencies

2007-07-11 Thread Dallas Clement
On Wed, 2007-07-11 at 15:30 -0400, Kamaraju S Kusumanchi wrote: > What is the output of > > dpkg -l e2fsprogs The output of dpkg -l on my target system is: Name Version +++-=-== ii libc6-i3862.3.6 Hence, I can see that the package 'libc6-i386' is indeed

Re: Difficulty with dpkg dependencies

2007-07-11 Thread Kamaraju S Kusumanchi
Dallas Clement wrote: > dpkg: package e2fsprogs depends on libc6-i386, which is not installed or > flagged to be installed What is the output of dpkg -l e2fsprogs If it is not installed, install it before compiling busybox. You can install all the necessary dependencies by doing apt-get build-

Re: Difficulty with dpkg dependencies

2007-07-11 Thread Dallas Clement
On Wed, 2007-07-11 at 11:55 -0600, Bob Proulx wrote: > Dallas Clement wrote: > > Package: libc6 > > libc6 is not the same as libc6-386 > > > [EMAIL PROTECTED]:~/packages/glibc$ dpkg --info libc6-i386.deb > > Package: libc6 > > Same here. libc6 is not the same as libc6-386 > > > [EMAIL PROTECT

Re: Difficulty with dpkg dependencies

2007-07-11 Thread Bob Proulx
Dallas Clement wrote: > Package: libc6 libc6 is not the same as libc6-386 > [EMAIL PROTECTED]:~/packages/glibc$ dpkg --info libc6-i386.deb > Package: libc6 Same here. libc6 is not the same as libc6-386 > [EMAIL PROTECTED]:~/packages$ dpkg --info busybox_1.6.0-1_i386.deb > Depends: libc6-i386

Difficulty with dpkg dependencies

2007-07-11 Thread Dallas Clement
Hello All, I'm having some trouble installing a busybox debian package which I built on my Debian system. I previously built and installed a glibc binary debian package successfully. The busybox package installation is failing complaining that the libc6-i386 package which it depends on is not in