Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-17 Thread GOTO Masanori
At Mon, 12 Apr 2004 20:54:48 +0200, Goswin von Brederlow wrote: > > However, Jeff already put such code into libc.preinst: > > > > if [ "$1" != abort-upgrade ] && [ "`uname -s`" = Linux ] > > then > > # Test to make sure z < 255, in x.y.z-n form of kernel version > > # Also

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-17 Thread GOTO Masanori
At Mon, 12 Apr 2004 20:54:48 +0200, Goswin von Brederlow wrote: > > However, Jeff already put such code into libc.preinst: > > > > if [ "$1" != abort-upgrade ] && [ "`uname -s`" = Linux ] > > then > > # Test to make sure z < 255, in x.y.z-n form of kernel version > > # Also

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-12 Thread Goswin von Brederlow
GOTO Masanori <[EMAIL PROTECTED]> writes: > At Mon, 12 Apr 2004 23:28:07 +0900, > GOTO Masanori wrote: >> At 03 Apr 2004 00:39:01 +0200, >> Goswin von Brederlow wrote: >> > > There are various ways to fix this situation, one example: >> > > >> > > kernel_rev=$(uname -r | awk -F '[.-]' '{print $3

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-12 Thread Goswin von Brederlow
GOTO Masanori <[EMAIL PROTECTED]> writes: > At Mon, 12 Apr 2004 23:28:07 +0900, > GOTO Masanori wrote: >> At 03 Apr 2004 00:39:01 +0200, >> Goswin von Brederlow wrote: >> > > There are various ways to fix this situation, one example: >> > > >> > > kernel_rev=$(uname -r | awk -F '[.-]' '{print $3

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-12 Thread GOTO Masanori
At Mon, 12 Apr 2004 23:28:07 +0900, GOTO Masanori wrote: > At 03 Apr 2004 00:39:01 +0200, > Goswin von Brederlow wrote: > > > There are various ways to fix this situation, one example: > > > > > > kernel_rev=$(uname -r | awk -F '[.-]' '{print $3}' | sed > > > 's/\([[:digit:]]*\).*/\1/' ) > > >

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-12 Thread GOTO Masanori
At 03 Apr 2004 00:39:01 +0200, Goswin von Brederlow wrote: > > There are various ways to fix this situation, one example: > > > > kernel_rev=$(uname -r | awk -F '[.-]' '{print $3}' | sed > > 's/\([[:digit:]]*\).*/\1/' ) > > kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-12 Thread GOTO Masanori
At Mon, 12 Apr 2004 23:28:07 +0900, GOTO Masanori wrote: > At 03 Apr 2004 00:39:01 +0200, > Goswin von Brederlow wrote: > > > There are various ways to fix this situation, one example: > > > > > > kernel_rev=$(uname -r | awk -F '[.-]' '{print $3}' | sed > > > 's/\([[:digit:]]*\).*/\1/' ) > > >

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-12 Thread GOTO Masanori
At 03 Apr 2004 00:39:01 +0200, Goswin von Brederlow wrote: > > There are various ways to fix this situation, one example: > > > > kernel_rev=$(uname -r | awk -F '[.-]' '{print $3}' | sed > > 's/\([[:digit:]]*\).*/\1/' ) > > kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-02 Thread Goswin von Brederlow
GOTO Masanori <[EMAIL PROTECTED]> writes: > At Thu, 01 Apr 2004 07:10:50 +0200, > Goswin Brederlow wrote: > > running cdebootstrap I see the following error: > > > > O: /var/lib/dpkg/tmp.ci/preinst: line 184: [: 23dual: integer expression expected > >... > > > > % uname -r > > 2.4.23dual > > Y

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-04-02 Thread GOTO Masanori
At Thu, 01 Apr 2004 07:10:50 +0200, Goswin Brederlow wrote: > running cdebootstrap I see the following error: > > O: /var/lib/dpkg/tmp.ci/preinst: line 184: [: 23dual: integer expression expected > > Looking at the preinst > -- >

Bug#241395: libc6: preinst fails for kernel 2.4.23dual

2004-03-31 Thread Goswin Brederlow
Package: libc6 Version: 2.3.2.ds1-11 Severity: important Hi, running cdebootstrap I see the following error: O: /var/lib/dpkg/tmp.ci/preinst: line 184: [: 23dual: integer expression expected Looking at the preinst -- if [ "$1"