[Gambas-user] config -C is not finding some files installed on my system

Doug Hutcheson owlbrudder at ...626...
Wed Sep 20 06:25:39 CEST 2017



On Tue, 2017-09-19 at 18:59 +1000, Doug Hutcheson wrote:
> On Tue, 2017-09-19 at 09:35 +0200, Karl Reinl wrote:
> > Am Dienstag, den 19.09.2017, 17:14 +1000 schrieb Doug Hutcheson:
> > > Is there some other LLVM component I need to install?
> > > 
> > 
> > Salut Doug,
> > 
> > I'm not using jit, but I saw this in the mailing list.
> > 
> > > > ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C
> > > > make && sudo make install
> > 
> > 
> > 
> Hi Charlie.
> It turns out the Fedora implementation needs LLVM=llvm-config-64-3.5, 
> so now I have gb.jit ready.
> 
> The only remaining problem is gb.sdl2 and gb.sdl2.audio requiring
> pkg-config >= 2.0.0 which Fedora cannot supply. That does not seem a
> show-stopper, so I am going to compile and install to see what
> happens.
> 
> Many thanks for your help.
> 
> Doug

The compilation worked fine. I then switched to root user and ran make
install. At the very end, this returned
-------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/doug/workspace/gambas/gambas/app'
make[1]: Leaving directory '/home/doug/workspace/gambas/gambas/app'
Making install in .
make[1]: Entering directory '/home/doug/workspace/gambas/gambas'
make[2]: Entering directory '/home/doug/workspace/gambas/gambas'

||
|| Unable to compile gbh3
||

make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/doug/workspace/gambas/gambas'
make[1]: Leaving directory '/home/doug/workspace/gambas/gambas'
-------------------------------

I tried running gambas3, but it immediately threw an error:
------------------------------
loaded the Generic plugin *** Error in `/usr/bin/gambas3': free():
invalid next size (normal): 0x0000000001a56e20 ***======= Backtrace:
=========/lib64/libc.so.6(+0x7c8dc)[0x7f23e15038dc]/lib64/libc.so.6(+0x
87789)[0x7f23e150e789]/lib64/libc.so.6(cfree+0x16e)[0x7f23e15140ee]/usr
/lib64/llvm35/libLLVM-
3.5.so(_ZN4llvm14TargetRegistry12lookupTargetERKNSt7__cxx1112basic_stri
ngIcSt11char_traitsIcESaIcEEERS6_+0x7a)[0x7f23c34bc69a]/usr/lib64/llvm3
5/libLLVM-
3.5.so(_ZN4llvm13EngineBuilder12selectTargetERKNS_6TripleENS_9StringRef
ES4_RKNS_15SmallVectorImplINSt7__cxx1112basic_stringIcSt11char_traitsIc
ESaIcEEEEE+0x328)[0x7f23c2d52578]/usr/lib64/llvm35/libLLVM-
3.5.so(_ZN4llvm13EngineBuilder12selectTargetEv+0xc1)[0x7f23c2d529e1]/us
r/lib64/gambas3/gb.jit.so(+0x3950e)[0x7f23c409050e]/usr/lib64/gambas3/g
b.jit.so(+0x3f8d0)[0x7f23c40968d0]/usr/bin/gambas3[0x4306da]/usr/bin/ga
mbas3[0x431085]
...
------------------------------

So, I have progressed to the stage of having a gambas3 executable, but
it crashes. Would it help if I ran it again and captured all the error
output to post here, or is there something obvious I need to fix?

I am actually doing all this because Fedora does not have version 3.10
in the repository yet and I would like to use some of the new features.

Kind regards,
Doug




More information about the User mailing list