I'm trying to go from 4.3-RELEASE to 4.3-STABLE with:
1. #cd /usr/ports/net/cvsup-bin/
2. #make -D WITHOUT_X11 install clean
3. #ee /usr/share/examples/cvsup/stable-supfile
4. #/usr/local/bin/cvsup -g -L 2 /usr/share/examples/cvsup/stable-supfile
5. # cd /usr/obj
6. # chflags -R noschg *
7. # rm -rf *
8. # cd /usr/src
9. # make buildworld
10. cd /usr/src/sys/i386/conf
11. # /usr/sbin/config MYKERNEL
12. # cd ../../compile/MYKERNEL
13. # make depend
14. # make
15. # make install
16. # cd /usr/src
17. # make installworld
However, when attempting to do #2, I get:
>> cvsup-freebsd-ix86-elf-16.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/.>>
Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/.
fetch: cvsup-freebsd-ix86-elf-16.1.tar.gz: File unavailable (e.g., file not found, no access) >>
Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: cvsup-freebsd-ix86-elf-16.1.tar.gz: File unavailable (e.g., file not found, no access) >>
Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** Error code 1
Stop in /usr/ports/net/cvsup-bin. *** Error code 1
What am I doing wrong?
Michael
-------------------------------------------------------
Get your free, secure email at http://www.medmail.com -
the e-mail service for the medical community
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message