Solved [Solved] Fetch error - vim-7.4.430

Code:
Patch 7.4.399 - size mismatch: expected 136105 actual 136047
. on all servers,
Code:
NO_CHECKSUM="YES"
doesn't help.

If I change the value in distinfo:
Code:
Applying distribution patches for vim-7.4.430
1 out of 1 hunk FAILED -- saving rejects to file src/testdir/test71.ok.rej
*** [do-patch] Error code 1

Stop in /usr/ports/editors/vim.
*** [install] Error code 1
 
Re: Fetch error - vim-7.4.430

I make rm /usr/ports/distfiles/vim/* and after this make install clean - this worked.
 
Re: Fetch error - vim-7.4.430

No it doesn't work. If I delete the distfile/vim directory - vim installs without patches. A retry of the install of vim after a make clean ends in the same error.
 
Re: Fetch error - vim-7.4.430

It's usually a result of a corrupted download. Setting NO_CHECKSUM will actually have adverse effects as it will try to build the port using the corrupted files.
 
Back
Top