Hi, I'm trying to update my 4.6.2 to the latest stable with CVSup. But make buildworld fails with this: ===> share/termcap gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src < /usr/src/share/termcap/reorder Incomplete termcap entry *** Error code 1 Stop in /usr/src/share/termcap. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Anyone knows what can be done to fix this? Best regards, Tobias Larsson
On Wed, 16 Jul 2003, Tobias Larsson wrote:> ===> share/termcap > gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz > TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src < > /usr/src/share/termcap/reorder > Incomplete termcap entryTry deleting the file and resupping; looks like the file was damaged. It should be version 1.89.2.26. MD5 (/usr/src/share/termcap/termcap.src) 9301473e4dcf275418c1c88a8894c9a2 -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org
Hi, The same problem is still there, even after deleting the whole /usr/src and resupping :-( MD5 (/usr/src/share/termcap/termcap.src) = 9301473e4dcf275418c1c88a8894c9a2 Any more ideas? //Tobias Doug White wrote:>On Wed, 16 Jul 2003, Tobias Larsson wrote: > > > >>===> share/termcap >>gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz >>TERM=dumb TERMCAP=dumb: ex - /usr/src/share/termcap/termcap.src < >>/usr/src/share/termcap/reorder >>Incomplete termcap entry >> >> > >Try deleting the file and resupping; looks like the file was damaged. > >It should be version 1.89.2.26. > >MD5 (/usr/src/share/termcap/termcap.src) >9301473e4dcf275418c1c88a8894c9a2 > > >