From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 19 Oct 2012 11:42:19 -0400 To: 9fans@9fans.net Message-ID: <210856a59562cc3870fd7e858d428e10@ladd.quanstro.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] ext2srv problem with too many files Topicbox-Message-UUID: c0f9f2d6-ead7-11e9-9d60-3106f5b1d025 > I forgot to say that I'm using the ext2srv version from Plan > distribution, not the Iruata's from contrib/iru; > compiling iru's ext2srv gives error: > term% mk > 8c -FTVw xfssrv.c > 8c -FTVw xfile.c > 8c -FTVw ext2fs.c > 8c -FTVw ext2subs.c > 8c -FTVw chat.c > 8c -FTVw iobuf.c > 8l -o 8.out xfssrv.8 xfile.8 ext2fs.8 ext2subs.8 chat.8 iobuf.8 > ??none??: incompatible type signatures 392d4f87(xfssrv.8) and > 2569e19(/386/lib/libc.a(chartorune)) for chartorune sounds like you have a 9atom-compiled libc.a, but then updated /386/include/u.h from the distribution overwriting the definition of Rune. (changing it from uint to ushort). you either need to recompile all your libraries, or put u.h back the way it was. - erik