[clug] Updated version of VICI

Brenton Ross rossb at fwi.net.au
Mon May 7 12:32:40 UTC 2018


On Mon, 2018-05-07 at 22:06 +1000, Duncan Roe via linux wrote:

> On Mon, May 07, 2018 at 07:11:41PM +1000, linux wrote:
> > Duncan,
> >
> > On Mon, 2018-05-07 at 18:11 +1000, Duncan Roe via linux wrote:
> >
> > > On Sat, May 05, 2018 at 12:30:15AM +1000, linux wrote: [...]
> [...]
> > >
> > > 15:09:02$ c src/cfi/UnitTest/test-suite.log
> > > ========================================
> > >    vici 0.10: UnitTest/test-suite.log
> > > ========================================
> > >
> > > # TOTAL: 3
> > > # PASS:  2
> > > # SKIP:  0
> > > # XFAIL: 0
> > > # FAIL:  1
> > > # XPASS: 0
> > > # ERROR: 0
> > >
> > > .. contents:: :depth: 2
> > >
> > > FAIL: plugintest
> > > ================
> > >
> > > Using config: /tmp/DRbuilds/vici-0.10/src/persist/vici-dev.xml
> > > Exception: Alert: Cannot find a file matching /VICI-CONFIG/PlugIns/PlugIn/name[text()='plugtest']/../path [xini.cpp:271]
> > >
> >
> > This is strange. If you look at lines 48-50 of vici-dev.xml you will see
> > the paths it tries to find the library. Can you confirm that there is no
> > libplugtest.so in any of them - and do you have one, anywhere ???
> >
> All the paths in the xml have /build/ in them somewhere. After this:
> 
> 21:53:12$ ln -s . build
> 
> all tests pass!
> 
> So there are 4 commands I have to execute to get all tests passing:
>  1. export VICI=$PWD
>  2. mkdir -p var/vici
>  3. mkdir -p logs
>  4. ln -s . build
> 
> Cheers ... Duncan
> 

OK, I understand that you did not create a build directory and build
from within it ??
I have just added a notice to say that this is important.
I don't believe that your step 2 is necessary. It should be handled by
the make install.

Good to see that it finally worked.

After you do a make install you can point a couple of your desktop menus
at $VICI/bin/vici and $VICI/bin/vici-editor and make some scripts.

Cheers
Brenton



More information about the linux mailing list