Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-03 Thread Goswin von Brederlow
Mark Horn [EMAIL PROTECTED] writes: On Sun, Apr 25, 2004 at 10:44:14PM +0900, GOTO Masanori wrote: Goswin von Brederlow proposed the below pattern in #241395: kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/\2/') I'm experiencing the problem as well because I have a

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-03 Thread Mark Horn
On Fri, Apr 30, 2004 at 07:46:15PM -0700, Jeff Bailey wrote: The simplest workaround would be to write a quick shell script that replaces uname. That worked: $ sudo bash Password: # mv /bin/uname /bin/uname.orig # cat EOF /bin/uname #!/bin/sh

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-03 Thread Goswin von Brederlow
Mark Horn [EMAIL PROTECTED] writes: On Sun, Apr 25, 2004 at 10:44:14PM +0900, GOTO Masanori wrote: Goswin von Brederlow proposed the below pattern in #241395: kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/\2/') I'm experiencing the problem as well because I have

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-03 Thread Mark Horn
On Fri, Apr 30, 2004 at 07:46:15PM -0700, Jeff Bailey wrote: The simplest workaround would be to write a quick shell script that replaces uname. That worked: $ sudo bash Password: # mv /bin/uname /bin/uname.orig # cat EOF /bin/uname #!/bin/sh

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-01 Thread Gregory Colpart
Le Fri, Apr 30, 2004 at 06:02:27PM -0400, Mark Horn a ecrit : On Sun, Apr 25, 2004 at 10:44:14PM +0900, GOTO Masanori wrote: Goswin von Brederlow proposed the below pattern in #241395: kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/\2/') I'm experiencing the

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-01 Thread GOTO Masanori
At Sat, 01 May 2004 01:59:48 +0100, Mark Horn wrote: On Sun, Apr 25, 2004 at 10:44:14PM +0900, GOTO Masanori wrote: Goswin von Brederlow proposed the below pattern in #241395: kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/\2/') I'm experiencing the problem as

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-01 Thread Mark Horn
On Sun, Apr 25, 2004 at 10:44:14PM +0900, GOTO Masanori wrote: Goswin von Brederlow proposed the below pattern in #241395: kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/\2/') I'm experiencing the problem as well because I have a customized kernel: $ uname

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-01 Thread Jeff Bailey
On Fri, Apr 30, 2004 at 06:02:27PM -0400, Mark Horn wrote: Is there a workaround for this problem so that I can get libc6 installed? I'd like to manually modify the preinst script with the above kernel_rev line. It doesn't appear possible because dpkg extracts the preinst directly from the

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-05-01 Thread Gregory Colpart
Le Fri, Apr 30, 2004 at 06:02:27PM -0400, Mark Horn a ecrit : On Sun, Apr 25, 2004 at 10:44:14PM +0900, GOTO Masanori wrote: Goswin von Brederlow proposed the below pattern in #241395: kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/\2/') I'm experiencing the

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-30 Thread Mark Horn
On Sun, Apr 25, 2004 at 10:44:14PM +0900, GOTO Masanori wrote: Goswin von Brederlow proposed the below pattern in #241395: kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/\2/') I'm experiencing the problem as well because I have a customized kernel: $ uname -r

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-30 Thread Jeff Bailey
On Fri, Apr 30, 2004 at 06:02:27PM -0400, Mark Horn wrote: Is there a workaround for this problem so that I can get libc6 installed? I'd like to manually modify the preinst script with the above kernel_rev line. It doesn't appear possible because dpkg extracts the preinst directly from the

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-30 Thread Mark Horn
On Sun, Apr 25, 2004 at 10:44:14PM +0900, GOTO Masanori wrote: Goswin von Brederlow proposed the below pattern in #241395: kernel_rev=$(uname -r | sed 's/\([0-9]*\.[0-9]*\.\)\([0-9]*\)\(.*\)/\2/') I'm experiencing the problem as well because I have a customized kernel: $ uname

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-25 Thread Gregory Colpart
Le Sat, Apr 24, 2004 at 09:40:43PM +0900, GOTO Masanori a ecrit : At Sat, 24 Apr 2004 13:34:53 +0200, COLPART Gregory wrote: Architecture: i386 (i686) Kernel: Linux 2.6.3foulademer02032004 When I upgrade libc6 2.3.2.ds1-11 to libc6 2.3.2.ds1-12 I have a problem: D02: fork/exec

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-25 Thread GOTO Masanori
At Sun, 25 Apr 2004 14:11:23 +0200, Gregory Colpart wrote: This problem should be fixed in -12. See #241395. It is not fixed for me: The version -12 fixes the kernel x.y.zfoo But I have numbers after foo: x.y.zfooA where A is a number Then with the new preinst: $ cat

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-25 Thread Gregory Colpart
Le Sat, Apr 24, 2004 at 09:40:43PM +0900, GOTO Masanori a ecrit : At Sat, 24 Apr 2004 13:34:53 +0200, COLPART Gregory wrote: Architecture: i386 (i686) Kernel: Linux 2.6.3foulademer02032004 When I upgrade libc6 2.3.2.ds1-11 to libc6 2.3.2.ds1-12 I have a problem: D02: fork/exec

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-25 Thread GOTO Masanori
At Sun, 25 Apr 2004 14:11:23 +0200, Gregory Colpart wrote: This problem should be fixed in -12. See #241395. It is not fixed for me: The version -12 fixes the kernel x.y.zfoo But I have numbers after foo: x.y.zfooA where A is a number Then with the new preinst: $ cat

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-24 Thread COLPART Gregory
Package: libc6 Version: 2.3.2.ds1-11 Severity: important Tags: sid -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.3foulademer02032004 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-24 Thread GOTO Masanori
At Sat, 24 Apr 2004 13:34:53 +0200, COLPART Gregory wrote: Architecture: i386 (i686) Kernel: Linux 2.6.3foulademer02032004 When I upgrade libc6 2.3.2.ds1-11 to libc6 2.3.2.ds1-12 I have a problem: D02: fork/exec /var/lib/dpkg/tmp.ci/preinst ( ) WARNING: Your kernel version indicates a

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-24 Thread COLPART Gregory
Package: libc6 Version: 2.3.2.ds1-11 Severity: important Tags: sid -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.3foulademer02032004 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Bug#245643: libc6: problem with $kernel_ver in preinst

2004-04-24 Thread GOTO Masanori
At Sat, 24 Apr 2004 13:34:53 +0200, COLPART Gregory wrote: Architecture: i386 (i686) Kernel: Linux 2.6.3foulademer02032004 When I upgrade libc6 2.3.2.ds1-11 to libc6 2.3.2.ds1-12 I have a problem: D02: fork/exec /var/lib/dpkg/tmp.ci/preinst ( ) WARNING: Your kernel version indicates a