From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) From: arisawa In-Reply-To: Date: Wed, 7 Aug 2013 17:17:23 +0900 Content-Transfer-Encoding: quoted-printable Message-Id: References: <7fb94c8c89d208107f12d7e69d02f2d6@neinchan.znet> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] text database Kirara Topicbox-Message-UUID: 6f8cbb6c-ead8-11e9-9d60-3106f5b1d025 Hello Skip, On fossil, Kirara can be installed anywhere. Let the directory be $kirara. It is desirable that the directory is out of Kirara's target, and out of fs dump. On fossil, execute chmod +t $kirara You must set the environment variable, otherwise you must change all /n/other/kirara in the scripts to the place. To install Kirara, change the line in mkfile kirara=3D/n/other/kirara to the directory. ( sorry I forgot to instruct this one) Kirara's binary is installed to $kirara/bin. Because Kirara introduced = many new tools that might conflict existing binaries. Therefore it is safe not to mix = with your binaries. Kenji Arisawa On 2013/08/07, at 16:22, Skip Tavakkolian = wrote: > i've just started playing with it. why are the binaries installed in = /n/other/kirara? >=20 > on fossil i had to fake /n/other/kirara with: >=20 > aux/stub -d /n/other/kirara > mkdir kirara && chmod +t kirara > bind -c /n/other/kirara kirara > mk install >=20 > but it doesn't install correctly: >=20 > % kirara=3D`{pwd}^/kirara > % kfind snoop > Can't cd /n/other/kirara/sysdb: '/n/other/kirara' does not exist > grep: can't open Dir: 'Dir' file does not exist > Can't cd /n/other/kirara/usrdb: '/n/other/kirara' does not exist > grep: can't open Dir: 'Dir' file does not exist > %=20 >=20 >=20 >=20 > On Tue, Aug 6, 2013 at 11:31 PM, arisawa = wrote: > Hello 9fans, >=20 > Thanks for the attention to Kirara. > There was bugs in document, and probably in programs. > These bug reports are helpful for me. > There is room for improvement, any comment is welcome for future > development. >=20 > Kenji Arisawa >=20 > On 2013/08/07, at 3:14, brz-systemd-dev@intma.in wrote: >=20 > > I've played around with Kirara for a couple hours, now, and am = pretty > > surprised at how simple it is. It's already become integrated into = my > > workflow. Being able to quickly (and easily) search for relevant > > snippets of code throughout the system is quite useful. > > > > I feel compelled to mention that the code is abnormally high in > > quality. (This is seen, even in the rc scripts) > > Now I'm going to have to look through your other projects. > > > > Thanks for releasing this. > > > > - BurnZeZ > > > > Bug: > > kirara-1.1/INSTALL:9: mkdir -p $kirarar/bin/^(rc $objtype) > > Here (and on line 11), '$kirarar' is used instead of = '$kirara'. > > >=20 >=20 >=20 >=20