[Gambas-user] svn 552 , can't install

R. Stormo rohnny at ...1248...
Tue Sep 4 20:44:30 CEST 2007




Benoit Minisini wrote:
> 
> On mardi 04 septembre 2007, R. Stormo wrote:
>> Benoit Minisini wrote:
>> > On lundi 03 septembre 2007, R. Stormo wrote:
>> >> I can't install revision 552 from svn. I have reconf-all, configure
>> and
>> >> make everything went without any problem.
>> >> But when I do make install it want go so smooth. I get this error
>> >>
>> >>
>> >> --snip
>> >> make  install-data-hook
>> >> make[5]: Entering directory
>> >> `/home/rohnny/gambas3/trunk/gb.qt.kde/src/html'
>> >>
>> >> Creating the information files for gb.qt.kde.html component...
>> >> gb.qt.kde.html
>> >> make[5]: *** [install-data-hook] Segmentation fault (core dumped)
>> >> make[5]: Leaving directory
>> >> `/home/rohnny/gambas3/trunk/gb.qt.kde/src/html'
>> >> make[4]: *** [install-data-am] Error 2
>> >> make[4]: Leaving directory
>> >> `/home/rohnny/gambas3/trunk/gb.qt.kde/src/html'
>> >> make[3]: *** [install-am] Error 2
>> >> make[3]: Leaving directory
>> >> `/home/rohnny/gambas3/trunk/gb.qt.kde/src/html'
>> >> make[2]: *** [install-recursive] Error 1
>> >> make[2]: Leaving directory `/home/rohnny/gambas3/trunk/gb.qt.kde/src'
>> >> make[1]: *** [install-recursive] Error 1
>> >> make[1]: Leaving directory `/home/rohnny/gambas3/trunk/gb.qt.kde'
>> >> make: *** [install-recursive] Error 1
>> >>
>> >>
>> >>
>> >>
>> >> Regards R. Stormo
>> >>
>> >> My Gambas Community http://gambasforum.tk
>> >
>> > Can you use valgrind to try to get some information on the crash?
>> >
>> > Do, as root:
>> > $ valgrind --num-callers=80 gbi2 -p gb.qt.kde.html
>> >
>> > Thanks in advance.
>> >
>> > Regards,
>> >
>> > --
>> > Benoit Minisini
>> >
>> >
>> -------------------------------------------------------------------------
>> > This SF
> 
> 
> ---CUTTED
> 
>> rohnny at ...1008...:~$
>>
>>
>>
>> Regards R. Stormo
>>
>> My Gambas Community http://gambasforum.tk
> 
> That seems to be a bug in the linux dynamic loader... Can you give me the 
> result of:
> 
> # ldd /path/to/gb.qt.kde.html.so
> 
> If gambas is installed in /usr/local/, then gb.qt.kde.html.so will be
> located 
> in /usr/local/lib/gambas2.
> 
> This way, I will get the version of the libraries installed on your
> system.
> 
> Regards,
> 
> -- 
> Benoit Minisini
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 


Here is my list..


 ldd /usr/local/lib/gambas2/gb.qt.kde.html.so 
        linux-gate.so.1 =>  (0xffffe000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7f29000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e38000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0xb7e2a000)
        libqt-mt.so.3 => /usr/lib/libqt-mt.so.3 (0xb761a000)
        libkdecore.so.4 => /usr/lib/libkdecore.so.4 (0xb73d1000)
        libkdeui.so.4 => /usr/lib/libkdeui.so.4 (0xb70e6000)
        libDCOP.so.4 => /usr/lib/libDCOP.so.4 (0xb70b1000)
        libkio.so.4 => /usr/lib/libkio.so.4 (0xb6d61000)
        libkhtml.so.4 => /usr/lib/libkhtml.so.4 (0xb697f000)
        libkjs.so.1 => /usr/lib/libkjs.so.1 (0xb6911000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb6827000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb6800000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb66be000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb66b2000)
        /lib/ld-linux.so.2 (0x80000000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0xb66af000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb66aa000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb66a6000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb667a000)
        libaudio.so.2 => /usr/lib/libaudio.so.2 (0xb6664000)
        libXt.so.6 => /usr/lib/libXt.so.6 (0xb6613000)
        libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb65f4000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb65d1000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb65bd000)
        libXi.so.6 => /usr/lib/libXi.so.6 (0xb65b5000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb65ac000)
        libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb65a6000)
        libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb659d000)
        libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb659a000)
        libXft.so.2 => /usr/lib/libXft.so.2 (0xb6588000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb651d000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0xb6513000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0xb64fb000)
        libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0xb64e8000)
        libutil.so.1 => /lib/tls/i686/cmov/libutil.so.1 (0xb64e4000)
        libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0xb64cf000)
        libidn.so.11 => /usr/lib/libidn.so.11 (0xb649e000)
        libkdefx.so.4 => /usr/lib/libkdefx.so.4 (0xb6473000)
        libkdesu.so.4 => /usr/lib/libkdesu.so.4 (0xb645d000)
        libkwalletclient.so.1 => /usr/lib/libkwalletclient.so.1 (0xb644c000)
        libacl.so.1 => /lib/libacl.so.1 (0xb6445000)
        libattr.so.1 => /lib/libattr.so.1 (0xb6440000)
        libpcreposix.so.3 => /usr/lib/libpcreposix.so.3 (0xb643e000)
        libpcre.so.3 => /usr/lib/libpcre.so.3 (0xb641e000)
        libkparts.so.2 => /usr/lib/libkparts.so.2 (0xb63d8000)
        libkdeprint.so.4 => /usr/lib/libkdeprint.so.4 (0xb6308000)
        libkutils.so.1 => /usr/lib/libkutils.so.1 (0xb62a3000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb6283000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb627e000)


Regards R. Stormo

My Gambas Community http://gambasforum.tk

-- 
View this message in context: http://www.nabble.com/svn-552-%2C-can%27t-install-tf4373859.html#a12484179
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list