[clug] Updated version of VICI

Duncan Roe duncan_roe at optusnet.com.au
Mon May 7 12:06:40 UTC 2018


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



More information about the linux mailing list