OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: David S. (davidsidiom.com)
Date: Sat Mar 02 2002 - 19:28:10 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    > 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

    You forgot

            # cd /usr/src/etc && make DESTDIR=/ distrib-dirs

    See

            http://www.openbsd.org/faq/upgrade-minifaq.html#1.5

    David S.