[gentoo-user] busybox/e2fsprogs compile error

2005-06-05 Thread Bogo Mipps
Hi Guys Real stupid question I know. Undoubtedly very simple answer. Searches reveal nothing. So why only me? I've tried all available Busybox versions under Portage. All give same error. sys-apps/busybox-1.00-r4 failed. d=`dirname e2fsprogs/Makefile`; [ -d "$d" ] || mkdir -p "$d"; cp /usr

Re: [gentoo-user] busybox/e2fsprogs compile error

2005-06-06 Thread Zac Medico
--- Bogo Mipps <[EMAIL PROTECTED]> wrote: > e2fsprogs/Makefile > make[1]: *** No rule to make target `.config`, > needed by `include/config.h`. > Stop I'm guessing that maybe you are using USE=savedconfig improperly which requires you to provide your own .config? Look in the ebuild: if use s

Re: [gentoo-user] busybox/e2fsprogs compile error

2005-06-06 Thread Bogo Mipps
On Mon, 06 Jun 2005 19:17, Zac Medico wrote: > --- Bogo Mipps <[EMAIL PROTECTED]> wrote: > > e2fsprogs/Makefile > > make[1]: *** No rule to make target `.config`, > > needed by `include/config.h`. > > Stop > > I'm guessing that maybe you are using USE=savedconfig > improperly which requires you to