DragonFly BSD
DragonFly commits List (threaded) for 2005-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/etc Makefile


From: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Date: Tue, 3 May 2005 12:20:33 +0900

On Mon, May 02, 2005 at 07:38:53PM -0700, Matthew Dillon wrote:
> 
> :I see that the two libc.so.4's are not identical:
> :-r--r--r--  1 root  wheel  593276 May  2 16:48 /usr/lib/compat/libc.so.4
> :-r--r--r--  1 root  wheel  628732 Apr 15 14:35 /usr/lib/libc.so.4
> :
> :They both have been stripped, so what else might be the difference?
> 
>     Hmm.  All I did was a buildworld and installworld.  I installed
>     the release CD on a machine from scratch, checked out the release
>     tree, and ran the build.
> 
>     Try running a buildworld on a release branch tree and see what you get.

You need to specify -kb when you commit a binary file into the CVS
repository, or it may be garbled when it gets checked out.

I changed the keyword expansion mode of already committed libraries using
`cvs admin -kb lib*'. Matt, can you try to see if md5 sums for libraries
in /usr/src/lib/compat/i386 match with files you originally checked in
after running `cvs up' in the directory? If any of them mismatches,
you need to redo the import/add of libraries with -kb .

(I expect asmodai@ would tell something about subversion, which can
handle binary files without a mess :)



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]