|
ru.unix.bsd- RU.UNIX.BSD ------------------------------------------------------------------ From : Alexey Yastrebov 2:5020/400 01 Apr 2003 19:06:37 To : All Subject : make release 5.0 -------------------------------------------------------------------------------- Hello, All! Пытаюсь сделать make release (5 версии), есть полное дерево CVS. Делаю все это на 4.7 make buildworld проходит замечательно а вот с последним этапом, самим make release проблемы вот на следующем этапе..... ---------------------------------------------------------------------------- - --- # Add version information to those things that need it. ( cd /mnt/storage/REL5/usr/src/sys/conf && mv newvers.sh foo && sed "s/^RELEASE=.*/RELEASE=TEST/" foo > newvers.sh && rm foo ) test -f install.cfg && cp install.cfg /mnt/storage/REL5/usr/src/release *** Error code 1 (ignored) echo "#!/bin/sh" > /mnt/storage/REL5/mk echo "set -ex" >> /mnt/storage/REL5/mk echo "trap 'umount /dev || true' 0" >> /mnt/storage/REL5/mk echo "_RELTARGET=\${1:-doRELEASE}" >> /mnt/storage/REL5/mk echo "export AUTO_KEYBOARD_DETECT=\"0\"" >> /mnt/storage/REL5/mk echo "export BUILDNAME=\"TEST\"" >> /mnt/storage/REL5/mk echo "export DISTRIBUTIONS=\"base catpages manpages games proflibs dict info doc compat1x compat20 compat21 compat22 compat3x compat4x crypto krb4 krb5\"" >> /mnt/storage/REL5/mk echo "export FIXCRYPTO=\"bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump lib/libfetch usr.bin/fetch usr.sbin/sendmail\"" >> /mnt/storage/REL5/mk echo "export NODOC=\"YES\"" >> /mnt/storage/REL5/mk echo "export NOPORTS=\"YES\"" >> /mnt/storage/REL5/mk echo "export RELNOTES_LANG=\"en_US.ISO8859-1\"" >> /mnt/storage/REL5/mk echo "export TARGET=\"i386\"" >> /mnt/storage/REL5/mk echo "export TARGET_ARCH=\"i386\"" >> /mnt/storage/REL5/mk # Don't remove this, or the build will fall over! echo "export RELEASEDIR=/R" >> /mnt/storage/REL5/mk echo "export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin" >> /mnt/storage/REL5/mk echo "export MANBUILDCAT=YES" >> /mnt/storage/REL5/mk # NB: these may fail if the host is running w/o devfs echo "umount /dev >/dev/null 2>&1 || true" >> /mnt/storage/REL5/mk echo "mount -t devfs devfs /dev >/dev/null 2>&1 || true" >> /mnt/storage/REL5/mk echo "if [ ! -f /tmp/.world_done ]; then" >> /mnt/storage/REL5/mk echo " cd /usr/src" >> /mnt/storage/REL5/mk echo " make TARGET_ARCH=i386 TARGET=i386 -DNOCLEAN buildworld && \\" >> /mnt/storage/REL5/mk echo " touch /tmp/.world_done" >> /mnt/storage/REL5/mk echo "fi" >> /mnt/storage/REL5/mk echo "cd /usr/src/release" >> /mnt/storage/REL5/mk echo "make obj" >> /mnt/storage/REL5/mk echo "make \${_RELTARGET}" >> /mnt/storage/REL5/mk echo "echo \">>> make release for i386 finished on \`LC_ALL=C TZ=GMT date\`\"" >> /mnt/storage/REL5/mk chmod 755 /mnt/storage/REL5/mk env -i /usr/sbin/chroot /mnt/storage/REL5 /mk *** Signal 12 Stop in /usr/src50/release. -------------------------------------------------------- какой такой недопустимый системный вызов??? диск подключен безо всяких опций, никаких nodev в помине нет.... /dev/ad2s1e on /mnt/storage (ufs, local, soft-updates) что делать... и кто виноват..... With best regards, Alexey Yastrebov 218088054. E-mail: hawk@sns.ru --- ifmail v.2.15dev5 * Origin: Gamma NNTP server Moscow Russia (2:5020/400) Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.unix.bsd/7591f4928726.html, оценка из 5, голосов 10
|