[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS and make release problems.



Hello,
        I am having serious problems when trying to do a make release. What I
did was to start out installing a OBSD 3.0 snapshot and then extracting the
src.sys.tar.gz and the src.tar.gz (from November) to the /usr/src directory. I
then used cvs ( cd /usr/src && cvs -q -z 9 up -Pd) to update the sources to
current. Then I tried the follow the documentation in the RELEASE manual apge
exactly yet I keep getting errors that files don't exsist when running cd
/usr/src/etc && nice make release. This is the error I get:

install -c -o root -g wheel -m 664 motd destdir/etc
install -c -o root -g wheel -m 600 hosts.equiv destdir/etc
install -c -o root -g wheel -m 600 crontab destdir/var/cron/tabs/root
install -c -o root -g wheel -m 644 login.conf destdir/etc
install -c -o root -g wheel -m 600 master.passwd destdir/etc
pwd_mkdb -p -d destdir/etc /etc/master.passwd
install -c -o root -g wheel -m 644 moduli destdir/etc
install -c -o root -g wheel -m 555  MAKEDEV.local etc.i386/MAKEDEV
destdir/dev
install: etc.i386/MAKEDEV: No such file or directory
*** Error code 71

Stop in /usr/src/etc (line 59 of Makefile).

I also have problems making just the distrib floppies etc. I can however make
the kernel. Is it my cvs update that was done wrong or what?!