Cook: lilo 24.0 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): dev86-0.16.21-i486 Installing (pkg/local): libxau-1.0.8-i486 Installing (pkg/local): libxdmcp-1.1.2-i486 Installing (pkg/local): libxcb-1.13.1-i486 Installing (pkg/local): libx11-1.6.7-i486 Installing (pkg/local): dbus-1.12.18-i486 Installing (pkg/local): util-linux-smartcols-2.33.1-i486 Installing (pkg/local): util-linux-mount-2.33.1-i486 Installing (pkg/local): util-linux-uuid-2.33.1-i486 Installing (pkg/local): util-linux-blkid-2.33.1-i486 Installing (pkg/local): eudev-3.2.9-i486 Installing (pkg/local): libaio-0.3.111-i486 Installing (pkg/local): libdevmapper-2.02.181-i486 Extracting source archive "lilo-24.0.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed ./checkit GCC version 3.3.5 or later is required gcc version 8.2.0 OKAY AS86 version 0.16.14 or later is required as86 version 0.16.21 OKAY LD86 version 0.16.14 or later is required ld86 version 0.16.21 OKAY BCC version 0.16.14 or later is recommended bcc version 0.16.21 OKAY echo Tested >test.img make -C src alles make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/src' gcc -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DSHS_MAIN -o version common.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` raid.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` map.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` geometry.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` boot.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` device.c boot.c: In function 'boot_image': boot.c:109:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(unsigned int *) descr->rd_size = st.st_size; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ geometry.c: In function 'geo_get': geometry.c:1104:6: warning: variable 'raid_limit' set but not used [-Wunused-but-set-variable] int raid_limit; ^~~~~~~~~~ raid.c: In function 'raid_setup': raid.c:236:10: warning: variable 'disk_fd' set but not used [-Wunused-but-set-variable] int disk_fd; ^~~~~~~ gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` common.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` bsect.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` cfg.c bsect.c: In function 'get_image': bsect.c:988:13: warning: value computed is not used [-Wunused-value] *tmp++; ^~~~~~ gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` partition.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` identify.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` probe.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` shs2.c gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` edit.c probe.c: In function 'fetch': probe.c:194:10: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] if (*(int*)buf.s5.checksum != crc32((unsigned char*)&buf.s5 + 4, got-4, CRC_POLY1)) ^~~~~~~~~~~~~~~~~~~~~ probe.c: In function 'purge': probe.c:233:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(int*)buf.s5.checksum = crc32((unsigned char*)&buf.s5 + 4, i-4, CRC_POLY1); ^~~~~~~~~~~~~~~~~~~~~ probe.c: In function 'bios_device': probe.c:937:9: warning: variable 'mbios' set but not used [-Wunused-but-set-variable] int mbios[BD_MAX_HARD]; ^~~~~ probe.c: In function 'do_volid': probe.c:1154:33: warning: variable 'valid' set but not used [-Wunused-but-set-variable] int uniq[MAX_BIOS_DEVICES], valid[MAX_BIOS_DEVICES]; ^~~~~ probe.c:1154:9: warning: variable 'uniq' set but not used [-Wunused-but-set-variable] int uniq[MAX_BIOS_DEVICES], valid[MAX_BIOS_DEVICES]; ^~~~ gcc -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DLILO_BINARY -o mkloader temp.c gcc -E -P -ffreestanding `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DFIRST=0x62177489 -o first.s first.S gcc -E -P -ffreestanding -C -traditional -DLILO_ASM -o common.s common.h In file included from /usr/include/string.h:494, from bsect.c:26: In function 'memcpy', inlined from 'bsect_open' at bsect.c:641:2: /usr/include/bits/string_fortified.h:34:10: warning: '__builtin_memcpy' forming offset [9, 442] is out of the bounds [0, 8] of object 'First' with type 'BUILTIN_FILE' {aka 'struct '} [-Warray-bounds] return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from bsect.c:46: bsect.c: In function 'bsect_open': loader.h:13:21: note: 'First' declared here extern BUILTIN_FILE First; ^~~~~ gcc -E -P -ffreestanding `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DTEXT=0x9dd476ec second.S -o second.s edit.c: In function 'get_std_headers': edit.c:108:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] bmh->sizeImageData = *(int*)(fh->size) - *(int*)(fh->offsetToBits); ^~~~~~~~~~~~~~~~ edit.c:108:44: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] bmh->sizeImageData = *(int*)(fh->size) - *(int*)(fh->offsetToBits); ^~~~~~~~~~~~~~~~~~~~~~~~ edit.c:128:10: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] if (*(int*)(fh->offsetToBits) == sizeof(BITMAPFILEHEADER) + ^~~~~~~~~~~~~~~~~~~~~~~~ edit.c:136:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(int*)(lh->size) = size; ^~~~~~~~~~~~~~~~ edit.c: In function 'put_std_bmpfile': edit.c:174:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(int*)(fh->offsetToBits) = n = sizeof(BITMAPFILEHEADER) + ^~~~~~~~~~~~~~~~~~~~~~~~ edit.c:177:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(int*)(fh->size) = total + n; ^~~~~~~~~~~~~~~~ edit.c: In function 'bmp_file_close': edit.c:309:9: warning: variable 'n' set but not used [-Wunused-but-set-variable] int n; ^ gcc -E -P -ffreestanding `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DMENU=0x2012a4a7 second.S -o third.s edit.c: In function 'put_std_bmpfile': edit.c:159:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, fh, sizeof(*fh)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ edit.c:160:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, bmh, sizeof(*bmh)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ edit.c:161:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, palette, npalette*sizeof(palette[0])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ edit.c:162:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, lh, sizeof(*lh)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ edit.c:179:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, fh, sizeof(*fh)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ edit.c:180:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, bmh, sizeof(*bmh)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -E -P -ffreestanding `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DBITMAP=0x2ece2fbe second.S -o bitmap.s gcc -E -P -ffreestanding -traditional `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DMBR=0xafbbe760 \ -o mbr.s mbr.S gcc -E -P -ffreestanding -traditional `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DMBX=0x93c00848 \ -o mbr2.s mbr.S gcc -E -P -ffreestanding -traditional `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -o disk.s disk.S echo "#define CFLAGS \"" -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` "\"" >flags.i tail -$((`wc -l _TmP_ for i in boot.c bsect.c cfg.c common.c device.c edit.c geometry.c identify.c lilo.c map.c partition.c probe.c raid.c shs2.c temp.c bdata.h bitmap.h boot.h bsect.h cfg.h common.h config.h device.h edit.h geometry.h identify.h lilo.h loader.h map.h md-int.h partition.h probe.h raid.h shs2.h temp.h version.h vesainfo.h ; do cat $i >>_TmP_ ; done as86 -0 -a -w -l first.lis -o first.o first.s as86 -0 -a -w -l second.lis -o second.o second.s echo "#define CSOURCE " `./version _TmP_` >>flags.i as86 -0 -a -w -l third.lis -o third.o third.s rm -f _TmP_ as86 -0 -a -w -l bitmap.lis -o bitmap.o bitmap.s as86 -0 -a -w -l mbr.lis -o mbr.o mbr.s as86 -0 -a -w -l mbr2.lis -o mbr2.o mbr2.s as86 -0 -a -w -l disk.lis -o disk.o disk.s gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` lilo.c ld86 -0 -s -o first.img first.o ld86 -0 -s -o second.img second.o ld86 -0 -s -o third.img third.o ld86 -0 -s -o mbr.img mbr.o ld86 -0 -s -o mbr2.img mbr2.o ld86 -0 -s -o disk.img disk.o dd if=first.img of=first.b bs=32 skip=1 dd if=second.img of=second.b bs=32 skip=1 dd if=mbr.img of=mbr.b bs=32 skip=49 16+0 records in 16+0 records out 512 bytes (512B) copied, 0.000195 seconds, 2.5MB/s dd if=mbr2.img of=mbr2.b bs=32 skip=49 224+0 records in 224+0 records out 16+0 records in 16+0 records out 7168 bytes (7.0KB) copied, 0.001402 seconds, 4.9MB/s 512 bytes (512B) copied, dd if=disk.img of=disk.b bs=32 skip=1 0.000221 seconds, 2.2MB/s dd if=third.img of=third.b bs=32 skip=1 16+0 records in 16+0 records out 512 bytes (512B) copied, 0.000186 seconds, 2.6MB/s gcc -E -P -ffreestanding `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` -DCHAIN=0x536a7646 chain.S -o chain.s 125+1 records in 125+1 records out 4016 bytes (3.9KB) copied, 0.000814 seconds, 4.7MB/s gcc -E -P -ffreestanding -traditional `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` \ -DSIZEDISKB=`wc -c _TmP_.S gcc -E -P -ffreestanding -traditional `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` \ -DSIZEKRNL=`wc -c diag1.img dd if=chain.img of=chain.b bs=32 skip=1 48+0 records in 48+0 records out 1536 bytes (1.5KB) copied, 0.000344 seconds, 4.3MB/s lilo.c: In function 'show_images': lilo.c:457:13: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] if (!*(unsigned int *) descrs.d.descr[image].rd_size) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lilo.c:460:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *(unsigned int *) descrs.d.descr[image].rd_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ld86 -0 -s -o bitmap.img bitmap.o dd if=bitmap.img of=bitmap.b bs=32 skip=1 304+0 records in 304+0 records out 9728 bytes (9.5KB) copied, 0.001525 seconds, 6.1MB/s ./mkloader >loader.i gcc -c -Os -Wall `if [ -f /usr/include/linux/version.h ]; then echo -DHAS_VERSION_H; fi` `if [ -f /usr/include/libdevmapper.h ]; then echo -DHAS_LIBDEVMAPPER_H; fi` -DLILO=0xbb920890 `( if [ -r $DESTDIR/etc/lilo.defines ]; then cat $DESTDIR/etc/lilo.defines; else echo -DBDATA -DDSECS=3 -DEVMS -DIGNORECASE -DLVM -DNOKEYBOARD -DONE_SHOT -DPASS160 -DREISERFS -DREWRITE_TABLE -DSOLO_CHAIN -DVERSION -DVIRTUAL -DMDPRAID -DDEVMAPPER; fi ) | sed 's/-D/-DLCF_/g'` temp.c gcc -o lilo lilo.o raid.o map.o geometry.o boot.o device.o common.o bsect.o cfg.o partition.o identify.o probe.o shs2.o edit.o temp.o `if [ -f /usr/include/libdevmapper.h ]; then echo "-ldevmapper"; fi` gcc -o lilo.static -static lilo.o raid.o map.o geometry.o boot.o device.o common.o bsect.o cfg.o partition.o identify.o probe.o shs2.o edit.o temp.o `if [ -f /usr/include/libdevmapper.h ]; then echo "-ldevmapper"; fi` rm chain.img bootsect.img mbr2.o pseudo1.img bitmap.img disk.img bootsect.o mbr.o pseudo1.o first.img second.img third.img disk.o make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/src' make -C images all make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/images' uudecode debian_16c.uu uudecode debian-de_16c.uu uudecode debianlilo_16c.uu uudecode inside_16c.uu uudecode onlyblue_16c.uu uudecode tuxlogo_16c.uu uudecode coffee_256c.uu make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/images' make -C src all make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/src' make -C images all make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/images' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/images' make -C src install make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/src' mkdir -p $DESTDIR/sbin $DESTDIR/etc mkdir -p $DESTDIR/boot $DESTDIR/usr/sbin if [ -f chain.b -a 1 -eq 0 ]; then cp chain.b $DESTDIR/boot; fi if [ -f mbr.b -a 1 -eq 0 ]; then cp mbr.b $DESTDIR/boot; fi if [ -f diag1.img ]; then cp -f diag1.img $DESTDIR/boot; fi if [ -f diag2.img ]; then cp -f diag2.img $DESTDIR/boot; fi strip lilo cp lilo $DESTDIR/sbin/lilo [ -x lilo.static ] && strip lilo.static cp ../mkrescue $DESTDIR/usr/sbin/mkrescue cp ../keytab-lilo.pl $DESTDIR/usr/sbin/keytab-lilo make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/src' make -C images install make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/images' mkdir -p $DESTDIR/boot install -m 0644 debian.bmp debian-de.bmp debianlilo.bmp inside.bmp onlyblue.bmp tuxlogo.bmp coffee.bmp $DESTDIR/boot make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/images' make -C hooks install make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/hooks' mkdir -p $DESTDIR/etc/initramfs/post-update.d mkdir -p $DESTDIR/etc/kernel/postinst.d mkdir -p $DESTDIR/etc/kernel/postrm.d install -m 0755 initramfs/post-update.d/runlilo $DESTDIR/etc/initramfs/post-update.d install -m 0755 kernel/postinst.d/zz-runlilo $DESTDIR/etc/kernel/postinst.d install -m 0755 kernel/postrm.d/zz-runlilo $DESTDIR/etc/kernel/postrm.d make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/hooks' make -C sample install make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/sample' mkdir -p $DESTDIR/etc install -m 0644 lilo.example.conf $DESTDIR/etc/lilo.conf_example make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/sample' make -C scripts install make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/scripts' mkdir -p $DESTDIR/usr/sbin install -m 0755 liloconfig $DESTDIR/usr/sbin install -m 0755 lilo-uuid-diskid $DESTDIR/usr/sbin make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/scripts' make -C man install make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/man' mkdir -p $DESTDIR/usr/share/man/man5 for MF in lilo.conf; do \ install -m 0644 $MF.5 $DESTDIR/usr/share/man/man5; \ done mkdir -p $DESTDIR/usr/share/man/man8 for MF in keytab-lilo lilo-uuid-diskid lilo liloconfig mkrescue; do \ install -m 0644 $MF.8 $DESTDIR/usr/share/man/man8; \ done make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/man' make -C dos install make[1]: Entering directory '/home/slitaz/wok/lilo/source/lilo-24.0/dos' if [ -d $DESTDIR/dosC/boot -a -f lilo.com ]; then \ cp lilo.com $DESTDIR/dosC/boot; fi make[1]: Leaving directory '/home/slitaz/wok/lilo/source/lilo-24.0/dos' ================================================================================ Executing strip on all files... Done Time: 0.98s. Size: 169856 B -> 169856 B. Save: 0 KB. Installing (pkg/local): advancecomp-static-2.1-i486 Compressing man pages... Done Time: 1.62s. Size: 80568 B -> 29996 B. Save: 49 KB. Cache hit: 6/6. ================================================================================ Build dependencies to remove: 14 Removing: advancecomp-static dbus dev86 eudev libaio libdevmapper libx11 libxau libxcb libxdmcp util-linux-blkid util-linux-mount util-linux-smartcols util-linux-uuid Pack: lilo 24.0 ================================================================================ Executing: genpkg_rules Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "lilo-24.0-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "lilo-24.0-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/lilo-24.0... Done Checking site script in source/lilo-24.0... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: lilo 24.0 ================================================================================ Src file : lilo-24.0.tar.gz Src size : 752.0K Source dir : 6.3M Produced : 604.0K Cook time : 20s Cook date : 2020-07-07 13:19 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 192.0K : 72.2K : 1 : lilo-24.0-i486.tazpkg ================================================================================