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 provide your own
> .config?  Look in the ebuild:
>
> if use savedconfig ; then
>   [[ -r .config ]] && rm .config

Thanks Zac, but I've not got USE=savedconfig set. The ebuild's 
IUSE=savedconfig, though - and the "if use..." line above is included. I've 
tried setting and unsetting it - no diff.  Any other advice gratefully 
received!

Bogo

-- 
gentoo-user@gentoo.org mailing list



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 savedconfig ; then
[[ -r .config ]] && rm .config

Zac



__ 
Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/
-- 
gentoo-user@gentoo.org mailing list



[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/tmp/portage/busybox-1.00-r4/work/busybox-1.00/e2fsprogs/Makefile 
e2fsprogs/Makefile
make[1]: *** No rule to make target `.config`, needed by `include/config.h`.
Stop


Help appreciated.

Bogo


-- 
gentoo-user@gentoo.org mailing list