tags 413936 +moreinfo,unreproducible
thanks
Hi,
I can't reproduce this.
On Wed, 07 Mar 2007 17:50:20 -0600, John Hasler <[EMAIL PROTECTED]>
said:
> Setting up linux-image-2.6.18n (custom.1.0) ... syntax error at
> /var/lib/dpkg/info/linux-image-2.6.18n.postinst line 1251, near ")
> {" syntax error at /var/lib/dpkg/info/linux-image-2.6.18n.postinst
> line 1254, near "else" Execution of
> /var/lib/dpkg/info/linux-image-2.6.18n.postinst aborted due to
> compilation errors. dpkg: error processing linux-image-2.6.18n
> (--configure):
> subprocess post-installation script returned error exit status 9
> Adding the missing ')' near the end of line 1251 eliminates the
> error.
1240: ($ret,$seen) = fset ("$question", 'seen', 'false');
1241: die "Error setting debconf flags in $question: $seen" if $ret;
1242:
1243: $ret = subst("$question", 'loader', "$loader");
1244: die "Error setting debconf substitutions in $question: $seen" if $ret;
1245:
1246: ($ret,$seen) = input('critical', "$question");
1247: if ($ret && $ret != 30 ) {
1248: die "Error setting debconf question $question: $seen";
1249: }
1250:
1251: ($ret,$seen) = go ();
1252: if ($ret && $ret != 30 ) {
1253: die "Error asking debconf question $question: $seen";
1254: }
1255:
1256: ($ret,$answer) = get("$question");
1257: die "Error retreiving answer for $question: $answer" if $ret;
1258:
1259: if ($answer =~ /^(y|t)/i) {
1260: print STDERR "Ok, not running $loader\n";
1261: return 0;
1262: }
1263: else {
1264: print STDERR "Ok, continuing as directed.\n";
1265: }
So, nothing wrong there, as far as I can see.
,----
| __> sudo dpkg -i
linux-image-2.6.20.1-mh1-skas3-v8.2_2.6.20.1-mh1-skas3-v8.2-501.glaurung_i386.deb
| Selecting previously deselected package linux-image-2.6.20.1-mh1-skas3-v8.2.
| (Reading database ... 379403 files and directories currently installed.)
| Unpacking linux-image-2.6.20.1-mh1-skas3-v8.2 (from
linux-image-2.6.20.1-mh1-skas3-v8.2_2.6.20.1-mh1-skas3-v8.2-501.glaurung_i386.deb)
...
| Done.
| Setting up linux-image-2.6.20.1-mh1-skas3-v8.2
(2.6.20.1-mh1-skas3-v8.2-501.glaurung) ...
| Running depmod.
| Finding valid ramdisk creators.
| Using mkinitramfs-kpkg to build the ramdisk.
| Other valid candidates: mkinitramfs-kpkg mkinitrd.yaird
| Running postinst hook script /sbin/update-grub.
| Searching for GRUB installation directory ... found: /boot/grub
| Searching for default file ... found: /boot/grub/default
| Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
| Searching for splash image ... found:
(hd0,0)/grub/splashimages/CRW_7206_14.xpm.gz
|
| Found kernel: /vmlinuz-2.6.20.1-mh1-skas3-v8.2
| Found kernel: /vmlinuz-2.6.20-skas3-v8.2
| Found kernel: /vmlinuz-2.6.20
| Found kernel: /memtest86.bin
| Found kernel: /memtest86+.bin
| Updating /boot/grub/menu.lst ... done
`----
This was done just minutes ago.
Now, can you run script, and inside script, rune make-kpkg
clean, make-kpkg .... kernel-image, dpkg -i linux-image-*.deb, and
send the full log to me? I suspect that you have an old ./debian dir
in there somewhere.
manoj
--
"We'll look into it": By the time the wheels make a full turn, we
assume you will have forgotten about it, too.
Manoj Srivastava <[EMAIL PROTECTED]> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]