[clug] Updated version of VICI

Bob Edwards bob at cs.anu.edu.au
Fri May 4 03:15:46 UTC 2018


On 04/05/18 11:39, Brenton Ross via linux wrote:
> On Fri, 2018-05-04 at 08:57 +1000, Bob Edwards via linux wrote:
> 
>> On 03/05/18 14:20, Brenton Ross via linux wrote:
>>> On Thu, 2018-05-03 at 01:31 +1000, Duncan Roe via linux wrote:
>>>
>>>> On Wed, May 02, 2018 at 02:11:21PM +1000, linux wrote:
>>>>> Hi,
>>>>>
>>>>> I have just uploaded vici-0.10.683 to SourceForge
>>>>> https://sourceforge.net/projects/ocratato-vici/
>>>>>
>>>>> The problem that seemed to be tripping up Debian based systems was that
>>>>> I was including libXmu as a dependency.
>>>>> However this hasn't really been required for Xorg stuff for a very long
>>>>> time.
>>>>> Thanks to Owen for providing the config.log that helped identify this
>>>>> problem.
>>>>>
>>>>> Thanks also to Duncan Roe for his report on Slackware.
>>>>> I have adjusted things to include the C++11 flags during the configure.
>>>>>
>>>>> Cheers
>>>>> Brenton
>>>>>
>>>> ./configure runs to completion now thanks
>>>>
>>>
>>> Hi
>>>
>>> It appears that building VICI is still nearly impossible.
>>> Bob has discovered that the recent version of Lua is incompatible.
>>>
>>> Sadly I have to recommend that unless you are using Scientific Linux or
>>> CentOS or RHEL there is not much point in proceeding.
>>>
>>> Thanks very much for the efforts in trying this. We have made
>>> significant progress, but it appears there is still quite a bit to do.
>>>
>>> Cheers
>>> Brenton
>>>
>>
>> Hi Brenton,
>>
>> Not impossible, we just need to tweak the configure process a little
>> more.
>>
>> I re-started with lua5.1 (on Debian Stretch), instead of 5.3, and got
>> a lot further, but now it fails in testing.
>>
>> I have now switched to a Centos 6 container (on a Debian Stretch host)
>> and have to work my way through finding and installing the various
>> dev RPMs (including the C compiler!).
>>
>> If you could post a list of RPMs to install, that would be most helpful.
>>
>> cheers,
>>
>> Bob Edwards.
>>
> 
> Bob,
> 
> thanks for your persistence in this.
> 
> You will need the "C Development Tools" group, qt-devel lua-devel
> libxml2-devel libxslt-devel libX11-devel libXext-devel libXi-devel
> libXt-devel
> Use yum to install them so any dependencies are pulled in.
> (This is problematic - I have about 2400 packages installed on this
> machine - so there is a fair chance that there might be other stuff
> required.)

Thanks Brenton,

The answer I was actually looking for is:

$ sudo yum groupinstall "Development Tools"
$ for p in qt-devel lua-devel libxml2-devel libxslt-devel ; do sudo yum 
install ${p} -y ; done

(seems that libX11-devel libXext-devel libXi-devel libXt-devel are all
covered by the above).

cheers,

Bob Edwards.

> 
> What sort of failure happened during testing ?
> Did it crash or fail a test case ?
> There is also the possibility that there is a problem with the
> configuration file.
> 
> Cheers
> Brenton
> 
> 




More information about the linux mailing list