[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#229461: libc6 - fails to install - uses awk in preinst



tag 229461 pending
thanks

On Sun, 2004-01-25 at 04:05, Bastian Blank wrote:
> > Can you give me the steps to reproduce?
> 
> Unpack libc6 before mawk is configured. mawk depends against libc6.
> 
> >                                                    base-files is
> > essential and depends on awk.

Okay, so the problem here (per our conversation on irc) is that awk
doesn't exist yet, because it's an alternatives.  We could use mawk
explicitely, except that it's only pseudo essential - The system
promises to have an awk, just not when we're being configured.

debootstrap solves the problem for us by creating the link, but there is
a new monster on the rise that doesn't hold that promise. =)  We could
test for awk, and if that's not present use mawk.  That just seems
fUgly.

waldi provided the solution that I'm using now:  Avoid awk in
non-upgrade mode.

    kernel_rev=$(uname -r | tr -- - . | cut -d. -f3)

About to commit, tagging this bug pending.

Tks,
Jeff Bailey

-- 
I never know what to expect when you respond to my postings. No insult
intended, you are merely a surprise :)
 - Carlos O'Donnell

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: