Tue Jul 28 10:30:52 GMT 2009 KB: 1037200 / make[1]: Entering directory `/sources/sysvinit-2.86/src' gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o mountpoint.o mountpoint.c gcc -s -o mountpoint mountpoint.o gcc -c -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE init.c init.c: In function 're_exec': init.c:1887: warning: missing sentinel in function call gcc -c -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -DINIT_MAIN utmp.c -o init_utmp.o gcc -s -o init init.o init_utmp.o gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o halt.o halt.c gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o ifdown.o ifdown.c gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o hddown.o hddown.c gcc -c -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE utmp.c gcc -s -o halt halt.o ifdown.o hddown.o utmp.o gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o dowall.o dowall.c gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o shutdown.o shutdown.c gcc -s -o shutdown dowall.o shutdown.o utmp.o gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o runlevel.o runlevel.c gcc -s -o runlevel runlevel.o gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -s killall5.c -o killall5 gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o sulogin.o sulogin.c gcc -s -o sulogin sulogin.o -lcrypt gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o bootlogd.o bootlogd.c bootlogd.c: In function 'main': bootlogd.c:612: warning: pointer targets in passing argument 2 of 'writelog' differ in signedness bootlogd.c:311: note: expected 'unsigned char *' but argument is of type 'char *' gcc -s -o bootlogd bootlogd.o -lutil gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o last.o last.c gcc -s -o last last.o gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o mesg.o mesg.c gcc -s -o mesg mesg.o gcc -Wall -O2 -fomit-frame-pointer -D_GNU_SOURCE -c -o utmpdump.o utmpdump.c gcc -s -o utmpdump utmpdump.o make[1]: Leaving directory `/sources/sysvinit-2.86/src' make[1]: Entering directory `/sources/sysvinit-2.86/src' for i in mountpoint; do \ install -o root -g root -m 755 $i /bin/; \ done for i in init halt shutdown runlevel killall5 sulogin bootlogd; do \ install -o root -g root -m 755 $i /sbin/; \ done for i in last mesg utmpdump; do \ install -o root -g root -m 755 $i /usr/bin/; \ done # install -o root -g root -m 755 etc/initscript.sample /etc/ ln -sf halt /sbin/reboot ln -sf halt /sbin/poweroff ln -sf init /sbin/telinit ln -sf ../sbin/killall5 /bin/pidof if [ ! -f /usr/bin/lastb ]; then \ ln -sf last /usr/bin/lastb; \ fi install -o root -g root -m 644 initreq.h /usr/include/ for i in last.1 lastb.1 mesg.1 mountpoint.1; do \ install -o root -g root -m 644 ../man/$i /usr/share/man/man1/; \ done for i in initscript.5 inittab.5; do \ install -o root -g root -m 644 ../man/$i /usr/share/man/man5/; \ done for i in halt.8 init.8 killall5.8 pidof.8 poweroff.8 reboot.8 runlevel.8 shutdown.8 telinit.8 sulogin.8 bootlogd.8; do \ install -o root -g root -m 644 ../man/$i /usr/share/man/man8/; \ done # # This part is skipped on Debian systems, the # debian.preinst script takes care of it. make[1]: Leaving directory `/sources/sysvinit-2.86/src' Totalseconds: 5 KB: 1038172 /