On Tue, Apr 03, 2007 at 04:20:54PM +0200, Matthias Koenig wrote: > Hi, > > Karel Zak <kzak@xxxxxxxxxx> writes: > > I'd like to inform you about actual project state. > > > > I've applied and fix almost all minor and less critical things. There > > was also many problems with package build system (autotools). > > > > Now in my patches queue are changes to login-utils, mount and > > partitioning tools. > > > > I'd like to release a snapshot from the devel branch -- my > > approximation is someday around 25-Feb-2007. > > > > If there is someone who wants to test and review these changes: > > > > $ git clone git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git util-linux-ng > > $ git checkout -f devel > > > Great. I am nearly finished with porting all the Suse patches to the > current git devel branch. This took quite some time since there have some > decisions about some major patches with lots of dependencies. > After this is finished I can begin sending more useful patches (hopfully). Cool news. Go ahead! > I am having some problems with the build of the current devel branch > related to the wchar.h header. It seems that wcwidth and wcswidth > are only declared if _GNU_SOURCE is defined. I am still not sure what Yes, some of widechar functions requires _GNU_SOURCE. > the correct behaviour should be, i.e. if this should fixed in the > widechar.h header. I think the best solution is add AC_GNU_SOURCE to configure.ac rather than define _GNU_SOURCE directly somewhere. Karel -- Karel Zak <kzak@xxxxxxxxxx> - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html