make: Entering directory `/src/lilo-21'
make
make[1]: Entering directory `/src/lilo-21'
cc -E check-config.cpp `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` >/dev/null
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` lilo.c
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` map.c
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` geometry.c
geometry.c: In function `geo_find':
geometry.c:601: warning: suggest explicit braces to avoid ambiguous `else'
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` boot.c
boot.c: In function `boot_other':
boot.c:190: warning: suggest explicit braces to avoid ambiguous `else'
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` device.c
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` common.c
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` bsect.c
bsect.c: In function `bsect_common':
bsect.c:296: warning: suggest explicit braces to avoid ambiguous `else'
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` cfg.c
cfg.c: In function `cfg_do_set':
cfg.c:396: warning: suggest explicit braces to avoid ambiguous `else'
cfg.c:405: warning: suggest explicit braces to avoid ambiguous `else'
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` temp.c
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` partition.c
partition.c: In function `do_cr_part':
partition.c:278: warning: `here' might be used uninitialized in this function
partition.c:279: warning: `hidden' might be used uninitialized in this function
cc -c -Wall -O2 -pipe `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` identify.c
cc -o lilo  lilo.o map.o geometry.o boot.o device.o common.o bsect.o cfg.o temp.o partition.o identify.o
cc -E `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` `./lilo -X` first.S -o first.s
as86 -0 -a -w -o first.o -l first.lis first.s
ld86 -0 -s -o first.img first.o
dd if=first.img of=first.b bs=32 skip=1
11+1 records in
11+1 records out
cc -E `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` -DGO=0x`sed '/go/s/^.*go  0 \(....\) A.*$/\1/p;d' first.lis` `./lilo -X` second.S -o second.s
as86 -0 -a -w -o second.o second.s
ld86 -0 -s -o second.img second.o
dd if=second.img of=second.b bs=32 skip=1
126+0 records in
126+0 records out
(dd if=first.b bs=512 conv=sync; dd if=second.b) >boot.b
0+1 records in
1+0 records out
7+1 records in
7+1 records out
cc -E `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` `./lilo -X` dump.S -DDOS_D -o dump.s \
          -DGO=0x`sed '/go/s/^.*go  0 \(....\) A.*$/\1/p;d' first.lis`
as86 -0 -a -w -o dump.o dump.s
ld86 -0 -s -o dump.img dump.o
dd if=dump.img of=dump.b bs=32 skip=1
6+1 records in
6+1 records out
cc -E `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` -DGO=0x`sed '/go/s/^.*go  0 \(....\) A.*$/\1/p;d' first.lis` chain.S -DDOS_D -o os2_d.s
as86 -0 -a -w -o os2_d.o os2_d.s
ld86 -0 -s -o os2_d.img os2_d.o
dd if=os2_d.img of=os2_d.b bs=32 skip=1
19+1 records in
19+1 records out
cc -E `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` -DGO=0x`sed '/go/s/^.*go  0 \(....\) A.*$/\1/p;d' first.lis` chain.S -o chain.s
as86 -0 -a -w -o chain.o chain.s
ld86 -0 -s -o chain.img chain.o
dd if=chain.img of=chain.b bs=32 skip=1
19+1 records in
19+1 records out
as86 -0 -a -w -o dparam.o dparam.s
ld86 -0 -s -o dparam.img dparam.o
dd if=dparam.img of=dparam.com bs=288 skip=1
0+1 records in
0+1 records out
cc -Wall -s -O -o activate activate.c 
rm os2_d.img chain.o chain.img dump.img first.img dump.o os2_d.o dparam.o second.o second.img
make[1]: Leaving directory `/src/lilo-21'
make: Leaving directory `/src/lilo-21'
make: Entering directory `/src/lilo-21'
make install
make[1]: Entering directory `/src/lilo-21'
cc -E check-config.cpp `( if [ -r $ROOT/etc/lilo.defines ]; then cat $ROOT/etc/lilo.defines; else echo -DIGNORECASE -DVARSETUP -DREWRITE_TABLE -DUSE_TMPDIR  -DLCF_LARGE_EBDA -DLARGE_EBDA; fi ) | sed 's/-D/-DLCF_/g'` `[ -r /usr/include/asm/boot.h ] && echo -DHAS_BOOT_H` >/dev/null
if [ ! -d $ROOT/sbin ]; then mkdir $ROOT/sbin; fi
if [ ! -d $ROOT/etc ]; then mkdir $ROOT/etc; fi
if [ ! -d $ROOT/boot ]; then mkdir $ROOT/boot; fi
if [ ! -d $ROOT/usr/sbin ]; then \
	  mkdir $ROOT/usr/sbin; fi
if [ -f $ROOT/boot/boot.b ]; then \
	  mv $ROOT/boot/boot.b $ROOT/boot/boot.old; fi
if [ -f $ROOT/boot/chain.b ]; then \
	  mv $ROOT/boot/chain.b $ROOT/boot/chain.old; fi
if [ -f $ROOT/boot/os2_d.b ]; then \
	  mv $ROOT/boot/os2_d.b $ROOT/boot/os2_d.old; fi
cp boot.b chain.b os2_d.b $ROOT/boot
cp lilo activate $ROOT/sbin
strip $ROOT/sbin/lilo $ROOT/sbin/activate
cp keytab-lilo.pl $ROOT/usr/sbin
/sbin/lilo must now be run to complete the update.
make[1]: Leaving directory `/src/lilo-21'
mkdir -p /usr/doc/packages/lilo
install -m 644 CHANGES README INCOMPAT /usr/doc/packages/lilo/
install -m 644 ../lilo-[tu]-21.ps.gz /usr/doc/packages/lilo
make: Leaving directory `/src/lilo-21'
Extracting package lilo, please wait...
------------------------------------------------
current binary package: aaa_base.jur
extract /etc/ld.so.cache
