Re: WTF mergemaster VCS Id checking?

2012-01-16 Thread Doug Barton
On 01/15/2012 23:31, deeptec...@gmail.com wrote: > Apparently, some upstream files have the following VCS Id: > # $FreeBSD$ > and that anulls version checking. Your src tree is not checked out properly. This usually happens because at some point in the subversion 1.6 days you used devel/subversion

Re: WTF mergemaster VCS Id checking?

2012-01-16 Thread Benjamin Kaduk
On Mon, 16 Jan 2012, deeptec...@gmail.com wrote: Every time I run mergemaster, I have to manually confirm all of the What is your timescale for "every time"? One year? Five years? local changes I have done to /etc (ie., state how to merge the temporary and existing files), even files have

Re: svn stuck in read()

2012-01-16 Thread Steve Kargl
On Mon, Jan 16, 2012 at 10:38:04PM +0100, Dimitry Andric wrote: > On 2012-01-16 21:42, Steve Kargl wrote: > >Is anyone else seeing svn getting stuck while > >updating /usr/src on an update-to-date freebsd-current? > > I saw this when I tried out serf instead of the default neon. For me, > it hung

Re: Small usr.bin/Makefile patch to remove a reference to wtmpcvt

2012-01-16 Thread Jos Backus
Hi Xin, On Jan 16, 2012 2:05 PM, "Xin Li" wrote: > > On 01/16/12 12:26, Jos Backus wrote: > > This directory no longer exists so the reference should be removed as it > > breaks the build. > > > > --- Makefile.orig 2012-01-16 12:24:28.0 -0800 > > +++ Makefile 2012-01-16 12:24:36.0

Re: Small usr.bin/Makefile patch to remove a reference to wtmpcvt

2012-01-16 Thread Xin Li
On 01/16/12 12:26, Jos Backus wrote: > This directory no longer exists so the reference should be removed as it > breaks the build. > > --- Makefile.orig 2012-01-16 12:24:28.0 -0800 > +++ Makefile 2012-01-16 12:24:36.0 -0800 > @@ -339,7 +339,6 @@ > SUBDIR+= last > SUBDIR+= users >

Re: svn stuck in read()

2012-01-16 Thread Dimitry Andric
On 2012-01-16 21:42, Steve Kargl wrote: Is anyone else seeing svn getting stuck while updating /usr/src on an update-to-date freebsd-current? I saw this when I tried out serf instead of the default neon. For me, it hung in about 20% of remote operations. Reverting to neon fixed the problem, b

Re: Small usr.bin/Makefile patch to remove a reference to wtmpcvt

2012-01-16 Thread Jos Backus
Hi Ed, On Mon, Jan 16, 2012 at 1:16 PM, Jos Backus wrote: > [snip] The most likely explanation now is that cvsup10.us.FreeBSD.org (which I'm > using) didn't get the change. I'll try switching to another cvsup server ( > cvsup4.us.FreeBSD.org) to see if that fixes it. > > It looks like that did

Re: Small usr.bin/Makefile patch to remove a reference to wtmpcvt

2012-01-16 Thread Jos Backus
Hi Ed, On Mon, Jan 16, 2012 at 1:02 PM, Ed Schouten wrote: > Hi Jos, > > * Jos Backus , 20120116 21:26: > > This directory no longer exists so the reference should be removed as it > > breaks the build. > > Could it be possible that you checked out the source tree

Re: Small usr.bin/Makefile patch to remove a reference to wtmpcvt

2012-01-16 Thread Ed Schouten
Hi Jos, * Jos Backus , 20120116 21:26: > This directory no longer exists so the reference should be removed as it > breaks the build. Could it be possible that you checked out the source tree (from CVS) at an unlucky moment in time? It seems I did remove it properly: http://svnweb.freeb

Re: installworld: posix_memalign

2012-01-16 Thread Ed Schouten
Hi Monthadar, * Monthadar Al Jaberi , 20120116 18:48: > I updated my source tree to lastest and buildworld and buildkernel > without error. but installworld gives this error: > > install: posix_memalign.3.gz: No such file or directory > > checking the the log I see there where

Small usr.bin/Makefile patch to remove a reference to wtmpcvt

2012-01-16 Thread Jos Backus
This directory no longer exists so the reference should be removed as it breaks the build. --- Makefile.orig 2012-01-16 12:24:28.0 -0800 +++ Makefile 2012-01-16 12:24:36.0 -0800 @@ -339,7 +339,6 @@ SUBDIR+= last SUBDIR+= users SUBDIR+= who -SUBDIR+= wtmpcvt .endif .include --

svn stuck in read()

2012-01-16 Thread Steve Kargl
Is anyone else seeing svn getting stuck while updating /usr/src on an update-to-date freebsd-current? laptop:kargl[211] svn update Updating '.': ^Z Suspended laptop:kargl[212] fg svn update load: 0.07 cmd: svn 62029 [sbwait] 4717.28r 1.65u 1.09s 0% 9260k load: 0.07 cmd: svn 62029 [sbwait] 4720

installworld: posix_memalign

2012-01-16 Thread Monthadar Al Jaberi
Hi, I updated my source tree to lastest and buildworld and buildkernel without error. but installworld gives this error: install: posix_memalign.3.gz: No such file or directory checking the the log I see there where some changes done 6 days ago for this file /head/lib/libc/stdlib/Makefile.inc s

Re: Data corruption over NFS in -current

2012-01-16 Thread Ivan Voras
On 13/01/2012 15:37, Martin Cracauer wrote: More findings. Reminder, with the original report I found: - files for no reason changing ownership and group to root/ - data corruption as in inserting binary junk obviously from ports - data corruption as in malformed ascii text that might be a bu

Re: RLIMIT_DATA and malloc(3) use of mmap(2)

2012-01-16 Thread Maxim Konovalov
Hi Kostik, On Fri, 9 Dec 2011, 13:56+0400, Maxim Konovalov wrote: > On Fri, 25 Nov 2011, 22:21+0400, Maxim Konovalov wrote: > > > [...] > > > Fixed patch is available at > > > http://people.freebsd.org/~kib/misc/map_datalimit.2.patch > > > > > Works as expected without any glitches. > > > I unders

Re: [RFT] Major snd_hda rewrite

2012-01-16 Thread Mickaƫl Maillot
2012/1/12 Alexander Motin > On 01/12/12 14:18, Yuri Pankov wrote: > >> On Wed, Jan 11, 2012 at 09:33:17PM +0200, Alexander Motin wrote: >> >>> I would like request for testing of my work on further HDA sound driver >>> improvement. >>> >> [...] >> >>> Patch can be found here: >>> http://people.fr