Date: Thu, 20 Jul 2000 10:47:47 -0700 (PDT) From: John Baldwin <jhb@pike.osd.bsdi.com> To: Alexandr A Listopad <laa@laa.zp.ua> Cc: stable@FreeBSD.org Subject: Re: sysinstall broken? Message-ID: <200007201747.KAA21780@pike.osd.bsdi.com> In-Reply-To: <20000720174827.A35090@laa.zp.ua> from Alexandr A Listopad at "Jul 20, 2000 05:48:27 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> hi, after fresh cvsup I can't build src/release/sysinstall > > cd /usr/src/release/sysinstall/ && make all install : > > file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp > echo "size_t boot0_size = sizeof(boot0);" >> makedevs.tmp > file2c 'u_char mbr[] = {' '};' < /boot/mbr >> makedevs.tmp > echo "size_t mbr_size = sizeof(mbr);" >> makedevs.tmp > mv makedevs.tmp makedevs.c > cc -O -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog > -I/usr/s > rc/release/sysinstall -I/usr/src/release/sysinstall/../../sys -c > makedevs.c > cc -O -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog > -I/usr/s > rc/release/sysinstall -I/usr/src/release/sysinstall/../../sys -c media.c > cc -O -pipe -Wall -I/usr/src/release/sysinstall/../../gnu/lib/libdialog > -I/usr/s > rc/release/sysinstall -I/usr/src/release/sysinstall/../../sys -c menus.c > menus.c:558: syntax error before `ftp' > menus.c:561: warning: initialization from incompatible pointer type > menus.c:1353: warning: initialization makes integer from pointer without a > cast > *** Error code 1 > Stop in /usr/src/release/sysinstal *sigh* Ok, I've fixed this. Thanks for the report. -- John Baldwin <jhb@bsdi.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007201747.KAA21780>