FreeBSD upgrade 4.9 to 4.11

pcoeman

Verified User
Joined
Jul 20, 2004
Messages
55
Location
Antwerp, Belgium
Hi,

I try to upgrade a server as
discribed in the how-to section. When try to install cvsup I receive this error:

server# make && make install
===> cvsup-16.1h depends on file: /usr/local/lib/m3/pkg/formsvbt/FreeBSD4/libm3formsvbt.a - not found
===> Verifying install for /usr/local/lib/m3/pkg/formsvbt/FreeBSD4/libm3formsvbt.a in /usr/ports/lang/ezm3
===> Patching for ezm3-1.2
===> Applying FreeBSD patches for ezm3-1.2
Ignoring previously applied (or reversed) patch.
2 out of 2 hunks ignored--saving rejects to language/modula3/m3compiler/m3ship/src/Main.m3.rej
=> Patch patch-ea failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/lang/ezm3.
*** Error code 1

Stop in /usr/ports/net/cvsup.

When I try to install the modula3 stuff separate I also receive this error.


When trying the second methode: pkg_add -r cvsup-without-gui

I get a server# pkg_add -r cvsup-without-gui
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/Latest/cvsup-without-gui.tgz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/Latest/cvsup-without-gui.tgz' by URL

error.

Any help please???
 
Try downloading the cvsup-without-gui package from FreeBSD ports servers manually and then install the package locally without trying to have the package system download it automatically.

Something like:
Code:
fetch [url]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/cvsup-without-gui-16.1h.tbz[/url]

chmod 755 cvsup-without-gui-16.1h.tbz
pkg_add cvsup-without-gui-16.1h.tbz

You might also need to do the same for the ezm3-1.2 package.
 
Back
Top