[SOLVED] Codelite does'nt start

CodeLite installation/troubleshooting forum
jidey
CodeLite Curious
Posts: 7
Joined: Mon Jan 22, 2018 5:06 pm
Genuine User: Yes
IDE Question: PHP
Contact:

[SOLVED] Codelite does'nt start

Post by jidey »

Hi there,

I installed Codelite 11.0.0 from sources on my RHEL 7.4
I followed this page https://github.com/eranif/codelite/wiki ... in-centOS7

After a few troubles with some dependancies the installation processs ended without issues.
I also had a few troubles with shared librairies (wxWidgets-3.0.3 and liblibcodelite.so) but that's fine now (or, at least, it does'nt say anything when I try to start Codelite from the console).

Now my problem is that Codelite does'nt start, but I don't have any error message. Nothinh happens, and the return code is 255.

Code: Select all

$ codelite
$ echo $?
255
$ 
Any help will be appreciated :)
I think you'll need more information, but I don't know which ones. Please tell me what could help you to solve my problem.

Cheers
Last edited by jidey on Fri Feb 16, 2018 5:30 pm, edited 1 time in total.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Codelite does'nt start

Post by DavidGH »

Hi,

That's a little surprising. I'd expect to see an error message, often about a missing lib.
The first thing to do is, in a terminal: which codelite
If there is no output (or no sane output) that suggests the installation dir (probably /usr/local/bin/) isn't in your PATH. If so try running /usr/local/bin/codelite

Next thing to try is:
ldd /usr/local/bin/codelite
and look for lines containing "not found" or similar.

If that's no help, try running CodeLite inside gdb:
gdb /usr/local/bin/codelite
>r
and look at the resulting output.

Regards,

David
jidey
CodeLite Curious
Posts: 7
Joined: Mon Jan 22, 2018 5:06 pm
Genuine User: Yes
IDE Question: PHP
Contact:

Re: Codelite does'nt start

Post by jidey »

Hi,

Thanks for your help. It's a little bit surprising indeed ^^

The "which" looks good :

Code: Select all

$ which codelite
/bin/codelite
$ ls -la /bin/codeli*
-rwxr-xr-x. 1 root root 7092144 Jan 22 11:40 /bin/codelite
-rwxr-xr-x. 1 root root   18944 Jan 22 11:25 /bin/codelite-cc
-rwxr-xr-x. 1 root root 2465752 Jan 22 11:26 /bin/codelite_cppcheck
-rwxr-xr-x. 1 root root    6272 Jan 22 11:25 /bin/codelite-echo
-rwxr-xr-x. 1 root root     612 Oct  9 14:26 /bin/codelite_exec
-rwxr-xr-x. 1 root root     484 Oct  9 14:26 /bin/codelite_fix_files
-rwxr-xr-x. 1 root root  317400 Jan 22 11:25 /bin/codelite_indexer
-rwxr-xr-x. 1 root root     410 Oct  9 14:26 /bin/codelite_kill_children
-rwxr-xr-x. 1 root root   56512 Jan 22 11:35 /bin/codelite-make
-rwxr-xr-x. 1 root root  241816 Jan 22 11:36 /bin/codelite-terminal
-rwxr-xr-x. 1 root root    1012 Oct  9 14:26 /bin/codelite_xterm
$ 
Running /bin/codelite does'nt work better.

I don't know if the "ldd" is good or not, I only see 2 "weird" lines : "linux-vdso.so.1" and "/lib64/ld-linux-x86-64.so.2"

Code: Select all

$ ldd /bin/codelite
	linux-vdso.so.1 =>  (0x00007ffd2d5f7000)
	libfreetype.so.6 => /lib64/libfreetype.so.6 (0x00007f08eec9b000)
	libgtk-x11-2.0.so.0 => /lib64/libgtk-x11-2.0.so.0 (0x00007f08ee618000)
	libgdk-x11-2.0.so.0 => /lib64/libgdk-x11-2.0.so.0 (0x00007f08ee357000)
	libcairo.so.2 => /lib64/libcairo.so.2 (0x00007f08ee02f000)
	libpango-1.0.so.0 => /lib64/libpango-1.0.so.0 (0x00007f08edde3000)
	libpangocairo-1.0.so.0 => /lib64/libpangocairo-1.0.so.0 (0x00007f08edbd6000)
	libpangoft2-1.0.so.0 => /lib64/libpangoft2-1.0.so.0 (0x00007f08ed9c0000)
	libpangoxft-1.0.so.0 => /lib64/libpangoxft-1.0.so.0 (0x00007f08ed7b6000)
	libgdk_pixbuf-2.0.so.0 => /lib64/libgdk_pixbuf-2.0.so.0 (0x00007f08ed58e000)
	libgthread-2.0.so.0 => /lib64/libgthread-2.0.so.0 (0x00007f08ed38c000)
	libgmodule-2.0.so.0 => /lib64/libgmodule-2.0.so.0 (0x00007f08ed187000)
	libgio-2.0.so.0 => /lib64/libgio-2.0.so.0 (0x00007f08ecdf3000)
	libatk-1.0.so.0 => /lib64/libatk-1.0.so.0 (0x00007f08ecbcd000)
	libgobject-2.0.so.0 => /lib64/libgobject-2.0.so.0 (0x00007f08ec97c000)
	libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f08ec66a000)
	libwx_gtk2u_aui-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_aui-3.0.so.0 (0x00007f08ec3d7000)
	libwx_gtk2u_propgrid-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_propgrid-3.0.so.0 (0x00007f08ec0ee000)
	libwx_gtk2u_stc-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_stc-3.0.so.0 (0x00007f08ebcb3000)
	libwx_gtk2u_ribbon-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_ribbon-3.0.so.0 (0x00007f08eba45000)
	libwx_gtk2u_xrc-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_xrc-3.0.so.0 (0x00007f08eb73d000)
	libwx_gtk2u_html-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_html-3.0.so.0 (0x00007f08eb472000)
	libwx_gtk2u_qa-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_qa-3.0.so.0 (0x00007f08eb24b000)
	libwx_gtk2u_adv-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_adv-3.0.so.0 (0x00007f08eae68000)
	libwx_gtk2u_core-3.0.so.0 => /usr/lib64/codelite/libwx_gtk2u_core-3.0.so.0 (0x00007f08ea60b000)
	libwx_baseu_xml-3.0.so.0 => /usr/lib64/codelite/libwx_baseu_xml-3.0.so.0 (0x00007f08ea3fb000)
	libwx_baseu_net-3.0.so.0 => /usr/lib64/codelite/libwx_baseu_net-3.0.so.0 (0x00007f08ea1ae000)
	libwx_baseu-3.0.so.0 => /usr/lib64/codelite/libwx_baseu-3.0.so.0 (0x00007f08e9d1a000)
	liblibcodelite.so => /usr/lib64/codelite/liblibcodelite.so (0x00007f08e9775000)
	libplugin.so => /usr/lib64/codelite/libplugin.so (0x00007f08e9077000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f08e8e73000)
	libutil.so.1 => /lib64/libutil.so.1 (0x00007f08e8c70000)
	libwxsqlite3.so => /usr/lib64/codelite/libwxsqlite3.so (0x00007f08e8a4a000)
	libsqlite3.so.0 => /lib64/libsqlite3.so.0 (0x00007f08e8795000)
	libssh.so.4 => /lib64/libssh.so.4 (0x00007f08e8549000)
	libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f08e8240000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f08e7f3e000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f08e7d28000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f08e7b0b000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f08e7748000)
	libX11.so.6 => /lib64/libX11.so.6 (0x00007f08e740a000)
	libXfixes.so.3 => /lib64/libXfixes.so.3 (0x00007f08e7203000)
	libfontconfig.so.1 => /lib64/libfontconfig.so.1 (0x00007f08e6fc6000)
	libXrender.so.1 => /lib64/libXrender.so.1 (0x00007f08e6dbb000)
	libXinerama.so.1 => /lib64/libXinerama.so.1 (0x00007f08e6bb7000)
	libXi.so.6 => /lib64/libXi.so.6 (0x00007f08e69a7000)
	libXrandr.so.2 => /lib64/libXrandr.so.2 (0x00007f08e679c000)
	libXcursor.so.1 => /lib64/libXcursor.so.1 (0x00007f08e6590000)
	libXcomposite.so.1 => /lib64/libXcomposite.so.1 (0x00007f08e638d000)
	libXdamage.so.1 => /lib64/libXdamage.so.1 (0x00007f08e618a000)
	libXext.so.6 => /lib64/libXext.so.6 (0x00007f08e5f77000)
	libpixman-1.so.0 => /lib64/libpixman-1.so.0 (0x00007f08e5cce000)
	libEGL.so.1 => /lib64/libEGL.so.1 (0x00007f08e5aa1000)
	libpng15.so.15 => /lib64/libpng15.so.15 (0x00007f08e5875000)
	libxcb-shm.so.0 => /lib64/libxcb-shm.so.0 (0x00007f08e5671000)
	libxcb.so.1 => /lib64/libxcb.so.1 (0x00007f08e5449000)
	libxcb-render.so.0 => /lib64/libxcb-render.so.0 (0x00007f08e523a000)
	libz.so.1 => /lib64/libz.so.1 (0x00007f08e5024000)
	libGL.so.1 => /lib64/libGL.so.1 (0x00007f08e4db2000)
	librt.so.1 => /lib64/librt.so.1 (0x00007f08e4ba9000)
	libthai.so.0 => /lib64/libthai.so.0 (0x00007f08e499d000)
	libharfbuzz.so.0 => /lib64/libharfbuzz.so.0 (0x00007f08e4739000)
	libXft.so.2 => /lib64/libXft.so.2 (0x00007f08e4523000)
	libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f08e42c1000)
	libffi.so.6 => /lib64/libffi.so.6 (0x00007f08e40b8000)
	libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f08e3e91000)
	libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f08e3c77000)
	libmount.so.1 => /lib64/libmount.so.1 (0x00007f08e3a35000)
	libXxf86vm.so.1 => /lib64/libXxf86vm.so.1 (0x00007f08e382f000)
	liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f08e3608000)
	libexpat.so.1 => /lib64/libexpat.so.1 (0x00007f08e33dd000)
	/lib64/ld-linux-x86-64.so.2 (0x000055987d99f000)
	libssl.so.10 => /lib64/libssl.so.10 (0x00007f08e316a000)
	libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f08e2d09000)
	libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007f08e2abc000)
	libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f08e27d3000)
	libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f08e25a0000)
	libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f08e239c000)
	libX11-xcb.so.1 => /lib64/libX11-xcb.so.1 (0x00007f08e2199000)
	libxcb-dri2.so.0 => /lib64/libxcb-dri2.so.0 (0x00007f08e1f94000)
	libxcb-xfixes.so.0 => /lib64/libxcb-xfixes.so.0 (0x00007f08e1d8b000)
	libxcb-dri3.so.0 => /lib64/libxcb-dri3.so.0 (0x00007f08e1b88000)
	libxcb-present.so.0 => /lib64/libxcb-present.so.0 (0x00007f08e1985000)
	libxcb-sync.so.1 => /lib64/libxcb-sync.so.1 (0x00007f08e177d000)
	libxshmfence.so.1 => /lib64/libxshmfence.so.1 (0x00007f08e157b000)
	libgbm.so.1 => /lib64/libgbm.so.1 (0x00007f08e136f000)
	libdrm.so.2 => /lib64/libdrm.so.2 (0x00007f08e115f000)
	libXau.so.6 => /lib64/libXau.so.6 (0x00007f08e0f5b000)
	libglapi.so.0 => /lib64/libglapi.so.0 (0x00007f08e0d2b000)
	libxcb-glx.so.0 => /lib64/libxcb-glx.so.0 (0x00007f08e0b10000)
	libgraphite2.so.3 => /lib64/libgraphite2.so.3 (0x00007f08e08e1000)
	libblkid.so.1 => /lib64/libblkid.so.1 (0x00007f08e06a2000)
	libuuid.so.1 => /lib64/libuuid.so.1 (0x00007f08e049d000)
	libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f08e028e000)
	libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007f08e008a000)
$ 
I'm not sure about what you want me to do with gdb, I'm a noob with gdb :D
I did that :

Code: Select all

$ gdb /bin/codelite
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-100.el7
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/codelite...(no debugging symbols found)...done.
(gdb) 
"In" gdb, Codelite seems to be running, but nothing happens.

Code: Select all

$ ps -ef | grep codelite
jidey  6054 53281  0 10:01 pts/25   00:00:00 gdb /bin/codelite
jidey  6820  1222  0 10:02 pts/28   00:00:00 grep --color=auto codelite
$
Thanks again for your help.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Codelite does'nt start

Post by DavidGH »

So codelite is easily found, and not missing any dynamic libs.
I'm not sure about what you want me to do with gdb
...
Reading symbols from /usr/bin/codelite...(no debugging symbols found)...done.
(gdb)
At that (gdb) prompt, all you need to do is to type 'r' and press Enter. 'r' stands for 'run'.
One of 3 things is likely to happen:
  • CodeLite might immediately exit. I hope you'll see some useful error message.
    It might crash. If so, again there should be an error message, but you can also type bt [Enter] and get a callstack.
    It might run normally. If so, there is presumably a timing issue.
jidey
CodeLite Curious
Posts: 7
Joined: Mon Jan 22, 2018 5:06 pm
Genuine User: Yes
IDE Question: PHP
Contact:

Re: Codelite does'nt start

Post by jidey »

Code: Select all

$ gdb /bin/codelite
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-100.el7
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/codelite...(no debugging symbols found)...done.
(gdb) r
Starting program: /bin/codelite 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Detaching after fork from child process 6730.
Detaching after fork from child process 6732.
Detaching after fork from child process 6734.
Detaching after fork from child process 6736.
Detaching after fork from child process 6738.
Detaching after fork from child process 6740.
[Inferior 1 (process 6726) exited with code 0377]
Missing separate debuginfos, use: debuginfo-install atk-2.22.0-3.el7.x86_64 cairo-1.14.8-2.el7.x86_64 expat-2.1.0-10.el7_3.x86_64 fontconfig-2.10.95-11.el7.x86_64 freetype-2.4.11-15.el7.x86_64 gdk-pixbuf2-2.36.5-1.el7.x86_64 glib2-2.50.3-3.el7.x86_64 glibc-2.17-196.el7.x86_64 graphite2-1.3.10-1.el7_3.x86_64 gtk2-2.24.31-1.el7.x86_64 harfbuzz-1.3.2-1.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.15.1-8.el7.x86_64 libX11-1.6.5-1.el7.x86_64 libXau-1.0.8-2.1.el7.x86_64 libXcomposite-0.4.4-4.1.el7.x86_64 libXcursor-1.1.14-8.el7.x86_64 libXdamage-1.1.4-4.1.el7.x86_64 libXext-1.3.3-3.el7.x86_64 libXfixes-5.0.3-1.el7.x86_64 libXft-2.3.2-2.el7.x86_64 libXi-1.7.9-1.el7.x86_64 libXinerama-1.1.3-2.1.el7.x86_64 libXrandr-1.5.1-2.el7.x86_64 libXrender-0.9.10-1.el7.x86_64 libXxf86vm-1.1.4-1.el7.x86_64 libblkid-2.23.2-43.el7.x86_64 libcom_err-1.42.9-10.el7.x86_64 libdrm-2.4.74-1.el7.x86_64 libffi-3.0.13-18.el7.x86_64 libgcc-4.8.5-16.el7.x86_64 libmount-2.23.2-43.el7.x86_64 libpng-1.5.13-7.el7_2.x86_64 libselinux-2.5-11.el7.x86_64 libssh-0.6.5-2.el7.x86_64 libstdc++-4.8.5-16.el7.x86_64 libthai-0.1.14-9.el7.x86_64 libuuid-2.23.2-43.el7.x86_64 libxcb-1.12-1.el7.x86_64 libxshmfence-1.2-1.el7.x86_64 mesa-libEGL-17.0.1-6.20170307.el7.x86_64 mesa-libGL-17.0.1-6.20170307.el7.x86_64 mesa-libgbm-17.0.1-6.20170307.el7.x86_64 mesa-libglapi-17.0.1-6.20170307.el7.x86_64 openssl-libs-1.0.2k-8.el7.x86_64 pango-1.40.4-1.el7.x86_64 pcre-8.32-17.el7.x86_64 pixman-0.34.0-1.el7.x86_64 sqlite-3.7.17-8.el7.x86_64 xz-libs-5.2.2-1.el7.x86_64 zlib-1.2.7-17.el7.x86_64
(gdb) 

Code: Select all

$ ps -ef | grep codelite
jidey  6724 53281  2 14:41 pts/25   00:00:00 gdb /bin/codelite
jidey  6771  1222  0 14:41 pts/28   00:00:00 grep --color=auto codelite
$
So it does'nt crash, but nothing happens, even if it seems to run according to ps.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Codelite does'nt start

Post by DavidGH »

It does crash; or at least it exited when it shouldn't have:
Detaching after fork from child process 6740.
[Inferior 1 (process 6726) exited with code 0377]
I don't know why that happens, but you did mention troubles getting it to build originally. So I suggest you make uninstall and make clean. Then build again, but this time passing
-DCMAKE_BUILD_TYPE=DebugFull
to cmake so that you get a debug build. Then, if it still misbehaves, gdb will have a better chance at finding the cause.

Also, look carefully for problems in the build output (or if possible paste it here).
jidey
CodeLite Curious
Posts: 7
Joined: Mon Jan 22, 2018 5:06 pm
Genuine User: Yes
IDE Question: PHP
Contact:

Re: Codelite does'nt start

Post by jidey »

So, I rebuilt it from the begining. Doesn't look better, but at least I have all the build and installation outputs.

cmake :

Code: Select all

$ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCOPY_WX_LIBS=1 -DWITH_WXPATH=/usr/local/bin -DCMAKE_BUILD_TYPE=DebugFull
-- The C compiler identification is GNU 4.8.5
-- The CXX compiler identification is GNU 4.8.5
-- Check for working C compiler: /bin/cc
-- Check for working C compiler: /bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /bin/c++
-- Check for working CXX compiler: /bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- SQLITE3_INCLUDE_DIR: /usr/include
-- SQLITE3_LIBRARY: /usr/lib64/libsqlite3.so
-- BUILD_DIRECTORY is set to /home/jidey/codelite-11.0
-- OS name Linux
-- wx-config used is: /usr/local/bin/wx-config
-- wxWidgets version is: 3.0.3
-- gtk version is: 2
-- LIBSSH_LIB is set to /usr/lib64/libssh.so
-- Found Freetype: /usr/lib64/libfreetype.so (found version "2.4.11") 
-- Found GTK2_GTK: /usr/lib64/libgtk-x11-2.0.so  
-- PLUGINS_DIR is set to /usr/lib64/codelite
-- Using wxAuiNotebook
-- Building in DebugFull mode
-- Executables will be written into /home/jidey/codelite-11.0/bin
-- Shared Objects will be written into /home/jidey/codelite-11.0/lib
-- CPACK_SYSTEM_NAME --x86_64
-- OS_CODENAME is set to 
-- ARCH 64
-- ARCH_NAME x86_64
-- Find libClang result: clang_getCompletionBriefComment(CXCompletionString completion_string);
-- Found method clang_getCompletionBriefComment, enabling brief comments support
-- clang link line /usr/lib64/llvm/libclang.so 
-- clang include path /usr/include 
-- clang binary /usr/lib64/llvm/libclang.so
-- CL_SRC_ROOT is set to => /home/jidey/codelite-11.0
-- CL_PREFIX      is set to => /usr
-- CL_PREFIX/LIB_DIR is set to => /usr/lib64
-- PLUGINS_DIR is set to => /usr/lib64/codelite
-- wx-config   is set to => /usr/local/bin/wx-config
-- USE_SFTP is set to 1
-- Found wxWidgets: TRUE  
-- Flex support is disabled
-- Found libhunspell: /usr/lib64/libhunspell-1.3.so, /usr/include/hunspell
-- LIBLLDB is set to /usr/lib64/llvm/liblldb.so
-- LIBLLDB_INCLUDE is set to /usr/include
-- Processing target codelite-lldb
-- Internal Web Browser is disabled
-- CL_SRC_ROOT is set to /home/jidey/codelite-11.0
-- Adding Valgrind Plugin
-- wxlibsdir is: /usr/local/lib
-- Including plugin.cmake module
-- CMAKE_SOURCE_DIR is set to /home/jidey/codelite-11.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jidey/codelite-11.0
$ 
make -j4 :
Too long, see attachement

make install :

Code: Select all

$ sudo make install
[  1%] Built target wxsqlite3
[  4%] Built target wxshapeframework
[  5%] Built target databaselayersqlite
[ 15%] Built target libcodelite
[ 33%] Built target plugin
[ 33%] Built target abbreviation
[ 33%] Built target CallGraph
[ 33%] Built target ContinuousBuild
[ 33%] Built target DebuggerGDB
[ 34%] Built target Wizards
[ 35%] Built target Outline
[ 36%] Built target QMakePlugin
[ 37%] Built target UnitTestsPP
[ 37%] Built target cppchecker
[ 38%] Built target cscope
[ 38%] Built target wxFormBuilder
[ 38%] Built target Tweaks
[ 39%] Built target CodeFormatter
[ 40%] Built target Copyright
[ 43%] Built target DatabaseExplorer
[ 43%] Built target ExternalTools
[ 44%] Built target SnipWiz
[ 46%] Built target Subversion
[ 47%] Built target ZoomNavigator
[ 48%] Built target git
[ 49%] Built target CMakePlugin
[ 50%] Built target CodeLiteDiff
[ 51%] Built target SpellCheck
[ 51%] Built target AutoSave
[ 52%] Built target Tail
[ 53%] Built target EditorConfigPlugin
[ 53%] Built target PHPLint
[ 53%] Built target PHPRefactoring
[ 53%] Built target codelite_vim
[ 54%] Built target SFTP
[ 55%] Built target LLDBProtocol
[ 56%] Built target LLDBDebugger
[ 56%] Built target codelite-lldb
[ 58%] Built target PHPParser
[ 58%] Built target PHPUnitTests
[ 62%] Built target codelitephp
[ 62%] Built target WordCompletion
[ 63%] Built target HelpPlugin
[ 66%] Built target WebTools
[ 66%] Built target MemCheck
[ 90%] Built target codelite
[ 90%] Built target codelite-cc
[ 90%] Built target codelite-make
[ 91%] Built target codelite-terminal
[ 96%] Built target codelite_indexer
[100%] Built target codelite_cppcheck
[100%] Built target codelite-echo
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/lib64/codelite/libwxsqlite3.so
-- Set runtime path of "/usr/lib64/codelite/libwxsqlite3.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/libwxshapeframework.so
-- Set runtime path of "/usr/lib64/codelite/libwxshapeframework.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/libdatabaselayersqlite.so
-- Set runtime path of "/usr/lib64/codelite/libdatabaselayersqlite.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/liblibcodelite.so
-- Set runtime path of "/usr/lib64/codelite/liblibcodelite.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/libplugin.so
-- Set runtime path of "/usr/lib64/codelite/libplugin.so" to "/usr/lib64/codelite"
-- Installing: /usr/share/codelite/jsctags.zip
-- Installing: /usr/lib64/codelite/abbreviation.so
-- Set runtime path of "/usr/lib64/codelite/abbreviation.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/CallGraph.so
-- Set runtime path of "/usr/lib64/codelite/CallGraph.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/ContinuousBuild.so
-- Set runtime path of "/usr/lib64/codelite/ContinuousBuild.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/debuggers/DebuggerGDB.so
-- Set runtime path of "/usr/lib64/codelite/debuggers/DebuggerGDB.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/Wizards.so
-- Set runtime path of "/usr/lib64/codelite/Wizards.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/Outline.so
-- Set runtime path of "/usr/lib64/codelite/Outline.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/QMakePlugin.so
-- Set runtime path of "/usr/lib64/codelite/QMakePlugin.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/UnitTestsPP.so
-- Set runtime path of "/usr/lib64/codelite/UnitTestsPP.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/cppchecker.so
-- Set runtime path of "/usr/lib64/codelite/cppchecker.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/cscope.so
-- Set runtime path of "/usr/lib64/codelite/cscope.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/wxFormBuilder.so
-- Set runtime path of "/usr/lib64/codelite/wxFormBuilder.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/Tweaks.so
-- Set runtime path of "/usr/lib64/codelite/Tweaks.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/CodeFormatter.so
-- Set runtime path of "/usr/lib64/codelite/CodeFormatter.so" to "/usr/lib64/codelite"
-- Installing: /usr/share/codelite/astyle.sample
-- Installing: /usr/share/codelite/php.sample
-- Installing: /usr/lib64/codelite/Copyright.so
-- Set runtime path of "/usr/lib64/codelite/Copyright.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/DatabaseExplorer.so
-- Set runtime path of "/usr/lib64/codelite/DatabaseExplorer.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/ExternalTools.so
-- Set runtime path of "/usr/lib64/codelite/ExternalTools.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/SnipWiz.so
-- Set runtime path of "/usr/lib64/codelite/SnipWiz.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/Subversion.so
-- Set runtime path of "/usr/lib64/codelite/Subversion.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/ZoomNavigator.so
-- Set runtime path of "/usr/lib64/codelite/ZoomNavigator.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/git.so
-- Set runtime path of "/usr/lib64/codelite/git.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/CMakePlugin.so
-- Set runtime path of "/usr/lib64/codelite/CMakePlugin.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/CodeLiteDiff.so
-- Set runtime path of "/usr/lib64/codelite/CodeLiteDiff.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/SpellCheck.so
-- Set runtime path of "/usr/lib64/codelite/SpellCheck.so" to "/usr/lib64/codelite"
-- Installing: /usr/share/codelite/dics
-- Installing: /usr/share/codelite/dics/en_GB.dic
-- Installing: /usr/share/codelite/dics/en_US.aff
-- Installing: /usr/share/codelite/dics/en_US.dic
-- Installing: /usr/share/codelite/dics/en_GB.aff
-- Installing: /usr/lib64/codelite/AutoSave.so
-- Set runtime path of "/usr/lib64/codelite/AutoSave.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/Tail.so
-- Set runtime path of "/usr/lib64/codelite/Tail.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/EditorConfigPlugin.so
-- Set runtime path of "/usr/lib64/codelite/EditorConfigPlugin.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/PHPLint.so
-- Set runtime path of "/usr/lib64/codelite/PHPLint.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/PHPRefactoring.so
-- Set runtime path of "/usr/lib64/codelite/PHPRefactoring.so" to "/usr/lib64/codelite"
-- Installing: /usr/share/codelite/phprefactor.phar
-- Installing: /usr/lib64/codelite/codelite_vim.so
-- Set runtime path of "/usr/lib64/codelite/codelite_vim.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/SFTP.so
-- Set runtime path of "/usr/lib64/codelite/SFTP.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/LLDBDebugger.so
-- Set runtime path of "/usr/lib64/codelite/LLDBDebugger.so" to "/usr/lib64/codelite"
-- Installing: /usr/bin/codelite-lldb
-- Set runtime path of "/usr/bin/codelite-lldb" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/codelitephp.so
-- Set runtime path of "/usr/lib64/codelite/codelitephp.so" to "/usr/lib64/codelite"
-- Installing: /usr/share/codelite/PHP.zip
-- Installing: /usr/lib64/codelite/WordCompletion.so
-- Set runtime path of "/usr/lib64/codelite/WordCompletion.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/HelpPlugin.so
-- Set runtime path of "/usr/lib64/codelite/HelpPlugin.so" to "/usr/lib64/codelite"
-- Installing: /usr/lib64/codelite/WebTools.so
-- Set runtime path of "/usr/lib64/codelite/WebTools.so" to "/usr/lib64/codelite"
-- Installing: /usr/share/codelite/javascript.zip
-- Installing: /usr/lib64/codelite/MemCheck.so
-- Set runtime path of "/usr/lib64/codelite/MemCheck.so" to "/usr/lib64/codelite"
-- Installing: /usr/bin/codelite
-- Set runtime path of "/usr/bin/codelite" to "/usr/lib64/codelite"
-- Installing: /usr/bin/codelite_exec
-- Installing: /usr/bin/codelite_fix_files
-- Installing: /usr/bin/codelite_kill_children
-- Installing: /usr/bin/codelite_xterm
-- Installing: /usr/share/codelite/codelite-icons-fresh-farm.zip
-- Installing: /usr/share/codelite/codelite-bitmaps.zip
-- Installing: /usr/share/codelite/codelite-icons-dark.zip
-- Installing: /usr/share/codelite/codelite-icons.zip
-- Installing: /usr/share/codelite/LICENSE
-- Installing: /usr/share/man/man1
-- Installing: /usr/share/man/man1/codelite_fix_files.1
-- Installing: /usr/share/man/man1/codelite-make.1
-- Installing: /usr/share/man/man1/codelite.1
-- Installing: /usr/share/codelite/config/accelerators.conf.default
-- Installing: /usr/share/codelite/config/build_settings.xml.default
-- Installing: /usr/share/codelite/config/debuggers.xml.default
-- Installing: /usr/share/codelite/config/codelite.xml.default
-- Installing: /usr/share/applications/codelite.desktop
-- Installing: /usr/share/icons/hicolor/32x32@2x/apps/codelite.png
-- Installing: /usr/share/icons/hicolor/32x32/apps/codelite.png
-- Installing: /usr/share/icons/hicolor/64x64@2x/apps/codelite.png
-- Installing: /usr/share/icons/hicolor/64x64/apps/codelite.png
-- Installing: /usr/share/icons/hicolor/128x128@2x/apps/codelite.png
-- Installing: /usr/share/icons/hicolor/128x128/apps/codelite.png
-- Installing: /usr/share/icons/hicolor/256x256@2x/apps/codelite.png
-- Installing: /usr/share/icons/hicolor/256x256/apps/codelite.png
-- Installing: /usr/share/codelite/images
-- Installing: /usr/share/codelite/images/splashscreen@2x.png
-- Installing: /usr/share/codelite/images/common_tasks.png
-- Installing: /usr/share/codelite/images/recent_workspaces.png
-- Installing: /usr/share/codelite/images/recent_files.png
-- Installing: /usr/share/codelite/images/splashscreen.png
-- Installing: /usr/share/codelite/images/help_earth.png
-- Installing: /usr/share/codelite/images/plugin_ok.png
-- Installing: /usr/share/codelite/images/plugin_not_ok.png
-- Installing: /usr/share/codelite/gdb_printers
-- Installing: /usr/share/codelite/gdb_printers/qt4.py
-- Installing: /usr/share/codelite/gdb_printers/libstdcxx
-- Installing: /usr/share/codelite/gdb_printers/libstdcxx/v6
-- Installing: /usr/share/codelite/gdb_printers/libstdcxx/v6/printers.py
-- Installing: /usr/share/codelite/gdb_printers/libstdcxx/v6/__init__.py
-- Installing: /usr/share/codelite/gdb_printers/libstdcxx/__init__.py
-- Installing: /usr/share/codelite/gdb_printers/wx.py
-- Installing: /usr/share/codelite/gdb_printers/boost
-- Installing: /usr/share/codelite/gdb_printers/boost/printers.py
-- Installing: /usr/share/codelite/gdb_printers/boost/__init__.py
-- Installing: /usr/share/codelite/gdb_printers/helper.py
-- Installing: /usr/share/codelite
-- Installing: /usr/share/codelite/unittest++1.3.tar.gz
-- Installing: /usr/share/codelite/lexers
-- Installing: /usr/share/codelite/lexers/lexers.json
-- Installing: /usr/share/codelite/templates
-- Installing: /usr/share/codelite/templates/databaselayer
-- Installing: /usr/share/codelite/templates/databaselayer/viewClass.htmp
-- Installing: /usr/share/codelite/templates/databaselayer/dataClass_wxdba.htmp
-- Installing: /usr/share/codelite/templates/databaselayer/dataClass_wxdba.ctmp
-- Installing: /usr/share/codelite/templates/databaselayer/dataClass.ctmp
-- Installing: /usr/share/codelite/templates/databaselayer/viewClass_wxdba.htmp
-- Installing: /usr/share/codelite/templates/databaselayer/viewClass_dba.htmp
-- Installing: /usr/share/codelite/templates/databaselayer/dataClass_dba.ctmp
-- Installing: /usr/share/codelite/templates/databaselayer/viewClass_dba.ctmp
-- Installing: /usr/share/codelite/templates/databaselayer/viewClass.ctmp
-- Installing: /usr/share/codelite/templates/databaselayer/viewClass_dbl.ctmp
-- Installing: /usr/share/codelite/templates/databaselayer/dataClass_dba.htmp
-- Installing: /usr/share/codelite/templates/databaselayer/viewClass_dbl.htmp
-- Installing: /usr/share/codelite/templates/databaselayer/viewClass_wxdba.ctmp
-- Installing: /usr/share/codelite/templates/databaselayer/dataClass.htmp
-- Installing: /usr/share/codelite/templates/databaselayer/dataClass_dbl.htmp
-- Installing: /usr/share/codelite/templates/databaselayer/dataClass_dbl.ctmp
-- Installing: /usr/share/codelite/templates/formbuilder
-- Installing: /usr/share/codelite/templates/formbuilder/FrameTemplate.fbp
-- Installing: /usr/share/codelite/templates/formbuilder/PanelTemplate.fbp
-- Installing: /usr/share/codelite/templates/formbuilder/DialogTemplateWithButtons.fbp
-- Installing: /usr/share/codelite/templates/formbuilder/DialogTemplate.fbp
-- Installing: /usr/share/codelite/templates/projects
-- Installing: /usr/share/codelite/templates/projects/dynamic-library-wx-enabled
-- Installing: /usr/share/codelite/templates/projects/dynamic-library-wx-enabled/icon.png
-- Installing: /usr/share/codelite/templates/projects/dynamic-library-wx-enabled/dynamic-library-wx-enabled.project
-- Installing: /usr/share/codelite/templates/projects/dynamic-library-wx-enabled/dynamic-library-wx-enabled.project.windows
-- Installing: /usr/share/codelite/templates/projects/ConsoleClang++
-- Installing: /usr/share/codelite/templates/projects/ConsoleClang++/main.cpp
-- Installing: /usr/share/codelite/templates/projects/ConsoleClang++/ConsoleClang++.project
-- Installing: /usr/share/codelite/templates/projects/executable-qt-qmake-enabled
-- Installing: /usr/share/codelite/templates/projects/executable-qt-qmake-enabled/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-qt-qmake-enabled/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-qt-qmake-enabled/executable-qt-qmake-enabled.project
-- Installing: /usr/share/codelite/templates/projects/dynamic-library
-- Installing: /usr/share/codelite/templates/projects/dynamic-library/dynamic-library.project.windows
-- Installing: /usr/share/codelite/templates/projects/dynamic-library/icon.png
-- Installing: /usr/share/codelite/templates/projects/dynamic-library/dynamic-library.project
-- Installing: /usr/share/codelite/templates/projects/non-code-project
-- Installing: /usr/share/codelite/templates/projects/non-code-project/icon.png
-- Installing: /usr/share/codelite/templates/projects/non-code-project/non-code.project
-- Installing: /usr/share/codelite/templates/projects/vc-static-lib
-- Installing: /usr/share/codelite/templates/projects/vc-static-lib/icon.png
-- Installing: /usr/share/codelite/templates/projects/vc-static-lib/vc-static-lib.project
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/win_resources.rc
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.wxcp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.h
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/wxCrafter_MainDialog.project
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter_bitmaps.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/MainDialog.h
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/wxcrafter.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-dialog/MainDialog.cpp
-- Installing: /usr/share/codelite/templates/projects/static-library
-- Installing: /usr/share/codelite/templates/projects/static-library/icon.png
-- Installing: /usr/share/codelite/templates/projects/static-library/static-library.project
-- Installing: /usr/share/codelite/templates/projects/custom-makefile
-- Installing: /usr/share/codelite/templates/projects/custom-makefile/icon.png
-- Installing: /usr/share/codelite/templates/projects/custom-makefile/custom-makefile.project
-- Installing: /usr/share/codelite/templates/projects/executable-qt-enabled
-- Installing: /usr/share/codelite/templates/projects/executable-qt-enabled/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-qt-enabled/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-qt-enabled/executable-qt-enabled.project
-- Installing: /usr/share/codelite/templates/projects/executable-gcc
-- Installing: /usr/share/codelite/templates/projects/executable-gcc/main.c
-- Installing: /usr/share/codelite/templates/projects/executable-gcc/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-gcc/executable-gcc.project
-- Installing: /usr/share/codelite/templates/projects/UnitTest++
-- Installing: /usr/share/codelite/templates/projects/UnitTest++/main.cpp
-- Installing: /usr/share/codelite/templates/projects/UnitTest++/icon.png
-- Installing: /usr/share/codelite/templates/projects/UnitTest++/UnitTest++.project
-- Installing: /usr/share/codelite/templates/projects/wxWidgets_ConsoleApp
-- Installing: /usr/share/codelite/templates/projects/wxWidgets_ConsoleApp/main_app.h
-- Installing: /usr/share/codelite/templates/projects/wxWidgets_ConsoleApp/icon.png
-- Installing: /usr/share/codelite/templates/projects/wxWidgets_ConsoleApp/wxWidgets_ConsoleApp.project
-- Installing: /usr/share/codelite/templates/projects/wxWidgets_ConsoleApp/main_app.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/MainFrame.h
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/win_resources.rc
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/MainFrame.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/wxCrafter_MainFrame.project
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.wxcp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.h
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter_bitmaps.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wxcrafter-frame/wxcrafter.cpp
-- Installing: /usr/share/codelite/templates/projects/cobra-libraryU
-- Installing: /usr/share/codelite/templates/projects/cobra-libraryU/lib-build-files
-- Installing: /usr/share/codelite/templates/projects/cobra-libraryU/cobra-library.project
-- Installing: /usr/share/codelite/templates/projects/executable-console-wx-enabled
-- Installing: /usr/share/codelite/templates/projects/executable-console-wx-enabled/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-console-wx-enabled/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-console-wx-enabled/executable-console-wx-enabled.project
-- Installing: /usr/share/codelite/templates/projects/executable-cobra
-- Installing: /usr/share/codelite/templates/projects/executable-cobra/executable-cobra.project
-- Installing: /usr/share/codelite/templates/projects/executable-cobra/main.cobra
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm24_template
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm24_template/main.cpp
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm24_template/cpp_gtkmm24_template.project
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm24_template/icon.png
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm24_template/mainwindow.cpp
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm24_template/mainwindow.h
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog/main.h
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog/win_resources.rc
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog/gui.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog/gui.fbp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog/gui.h
-- Installing: /usr/share/codelite/templates/projects/executable-wx-dialog/executable-wx-dialog.project
-- Installing: /usr/share/codelite/templates/projects/cobra-staticU
-- Installing: /usr/share/codelite/templates/projects/cobra-staticU/cobra-staticU.project
-- Installing: /usr/share/codelite/templates/projects/cobra-staticU/build-file
-- Installing: /usr/share/codelite/templates/projects/c_gtk3_template
-- Installing: /usr/share/codelite/templates/projects/c_gtk3_template/main.c
-- Installing: /usr/share/codelite/templates/projects/c_gtk3_template/icon.png
-- Installing: /usr/share/codelite/templates/projects/c_gtk3_template/c_gtk3_template.project
-- Installing: /usr/share/codelite/templates/projects/CMake_Executable
-- Installing: /usr/share/codelite/templates/projects/CMake_Executable/main.cpp
-- Installing: /usr/share/codelite/templates/projects/CMake_Executable/CMakeLists.txt
-- Installing: /usr/share/codelite/templates/projects/CMake_Executable/icon.png
-- Installing: /usr/share/codelite/templates/projects/CMake_Executable/CMake_Executable.project
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame/main.h
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame/win_resources.rc
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame/gui.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame/gui.fbp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame/executable-wx-frame.project
-- Installing: /usr/share/codelite/templates/projects/executable-wx-frame/gui.h
-- Installing: /usr/share/codelite/templates/projects/ConsoleClang
-- Installing: /usr/share/codelite/templates/projects/ConsoleClang/main.c
-- Installing: /usr/share/codelite/templates/projects/ConsoleClang/ConsoleClang.project
-- Installing: /usr/share/codelite/templates/projects/c_gtk24_template
-- Installing: /usr/share/codelite/templates/projects/c_gtk24_template/main.c
-- Installing: /usr/share/codelite/templates/projects/c_gtk24_template/icon.png
-- Installing: /usr/share/codelite/templates/projects/c_gtk24_template/c_gtk24_template.project
-- Installing: /usr/share/codelite/templates/projects/executable-wx-enabled
-- Installing: /usr/share/codelite/templates/projects/executable-wx-enabled/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-enabled/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-wx-enabled/executable-wx-enabled.project
-- Installing: /usr/share/codelite/templates/projects/executable-wx-xrc
-- Installing: /usr/share/codelite/templates/projects/executable-wx-xrc/main.h
-- Installing: /usr/share/codelite/templates/projects/executable-wx-xrc/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-xrc/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable-wx-xrc/gui.wxcp
-- Installing: /usr/share/codelite/templates/projects/executable-wx-xrc/executable-wx-xrc.project
-- Installing: /usr/share/codelite/templates/projects/executable-wx-xrc/gui.xrc
-- Installing: /usr/share/codelite/templates/projects/static-library-wx-enabled
-- Installing: /usr/share/codelite/templates/projects/static-library-wx-enabled/main.cpp
-- Installing: /usr/share/codelite/templates/projects/static-library-wx-enabled/icon.png
-- Installing: /usr/share/codelite/templates/projects/static-library-wx-enabled/static-library-wx-enabled.project
-- Installing: /usr/share/codelite/templates/projects/vc-dynamic-library
-- Installing: /usr/share/codelite/templates/projects/vc-dynamic-library/icon.png
-- Installing: /usr/share/codelite/templates/projects/vc-dynamic-library/vc-dynamic-library.project
-- Installing: /usr/share/codelite/templates/projects/cobra-executableU
-- Installing: /usr/share/codelite/templates/projects/cobra-executableU/cobra-executableU.project
-- Installing: /usr/share/codelite/templates/projects/cobra-executableU/build-file
-- Installing: /usr/share/codelite/templates/projects/vc-executable
-- Installing: /usr/share/codelite/templates/projects/vc-executable/icon.png
-- Installing: /usr/share/codelite/templates/projects/vc-executable/vc-executable.project
-- Installing: /usr/share/codelite/templates/projects/executable
-- Installing: /usr/share/codelite/templates/projects/executable/main.cpp
-- Installing: /usr/share/codelite/templates/projects/executable/icon.png
-- Installing: /usr/share/codelite/templates/projects/executable/executable.project
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm3_template
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm3_template/main.cpp
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm3_template/icon.png
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm3_template/cpp_gtkmm3_template.project
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm3_template/mainwindow.cpp
-- Installing: /usr/share/codelite/templates/projects/cpp_gtkmm3_template/mainwindow.h
-- Installing: /usr/share/codelite/templates/gizmos
-- Installing: /usr/share/codelite/templates/gizmos/app.cpp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/wx_pch.h.wizard
-- Installing: /usr/share/codelite/templates/gizmos/mainframe.h.wizard
-- Installing: /usr/share/codelite/templates/gizmos/liteeditor-plugin.project.wizard
-- Installing: /usr/share/codelite/templates/gizmos/gui-dialog.h.wizard
-- Installing: /usr/share/codelite/templates/gizmos/main-dialog.h.wizard
-- Installing: /usr/share/codelite/templates/gizmos/resources.rc.wizard
-- Installing: /usr/share/codelite/templates/gizmos/plugin.cpp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/mainframe.cpp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/wxproject.project.wizard
-- Installing: /usr/share/codelite/templates/gizmos/main.cpp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/gui-frame.fbp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/plugin.h.wizard
-- Installing: /usr/share/codelite/templates/gizmos/main-dialog.cpp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/gui-dialog.fbp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/wxmain.project.wizard
-- Installing: /usr/share/codelite/templates/gizmos/main-frame.h.wizard
-- Installing: /usr/share/codelite/templates/gizmos/gui-frame.cpp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/gui-dialog.cpp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/CMakeLists.txt.plugin.wizard
-- Installing: /usr/share/codelite/templates/gizmos/main-frame.cpp.wizard
-- Installing: /usr/share/codelite/templates/gizmos/app.h.wizard
-- Installing: /usr/share/codelite/templates/gizmos/gui-frame.h.wizard
-- Installing: /usr/share/codelite/templates/gizmos/wxproject-fb.project.wizard
-- Installing: /usr/share/codelite/templates/qmake
-- Installing: /usr/share/codelite/templates/qmake/qmake.project
-- Installing: /usr/share/codelite/templates/codedesigner
-- Installing: /usr/share/codelite/templates/codedesigner/CDTemplate.cdp
-- Installing: /usr/share/codelite/templates/codedesigner/SCHTemplateWithMain.cdp
-- Installing: /usr/share/codelite/templates/codedesigner/SCHTemplate.cdp
-- Installing: /usr/share/codelite/templates/codedesigner/HSCHTemplate.cdp
-- Installing: /usr/share/codelite/templates/codedesigner/HSCHTemplateWithMain.cdp
-- Installing: /usr/share/codelite/rc
-- Installing: /usr/share/codelite/rc/menu.xrc
-- Installing: /usr/share/codelite/resources
-- Installing: /usr/share/codelite/resources/abbrev.png
-- Installing: /usr/share/codelite/resources/qt24_new.png
-- Installing: /usr/share/codelite/resources/svn_diff.png
-- Installing: /usr/share/codelite/resources/svn_settings.png
-- Installing: /usr/share/codelite/resources/svn_ssh.png
-- Installing: /usr/share/codelite/resources/compfile.png
-- Installing: /usr/share/codelite/resources/wxfb_conflict.png
-- Installing: /usr/share/codelite/resources/qt24_preferences.png
-- Installing: /usr/share/codelite/resources/wxfb_modified.png
-- Installing: /usr/share/codelite/resources/wxfb_ok.png
-- Installing: /usr/share/codelite/resources/cppcheck.png
-- Installing: /usr/share/codelite/resources/qt16_new.png
-- Installing: /usr/share/codelite/resources/connect_no.png
-- Installing: /usr/share/codelite/resources/qt16_preferences.png
-- Installing: /usr/share/locale
-- Installing: /usr/share/locale/cs
-- Installing: /usr/share/locale/cs/LC_MESSAGES
-- Installing: /usr/share/locale/cs/LC_MESSAGES/codelite.mo
-- Installing: /usr/share/locale/zh_CN
-- Installing: /usr/share/locale/zh_CN/LC_MESSAGES
-- Installing: /usr/share/locale/zh_CN/LC_MESSAGES/codelite.mo
-- Installing: /usr/lib64/codelite/libwx_gtk2u_xrc-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_xrc-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_xrc-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_stc-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_stc-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_stc-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_richtext-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_richtext-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_richtext-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_ribbon-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_ribbon-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_ribbon-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_propgrid-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_propgrid-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_propgrid-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_aui-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_aui-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_aui-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_html-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_html-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_html-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_qa-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_qa-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_qa-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_adv-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_adv-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_adv-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_core-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_gtk2u_core-3.0.so
-- Installing: /usr/lib64/codelite/libwx_gtk2u_core-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_baseu_xml-3.0.so
-- Installing: /usr/lib64/codelite/libwx_baseu_xml-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_baseu_xml-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_baseu_net-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_baseu_net-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_baseu_net-3.0.so
-- Installing: /usr/lib64/codelite/libwx_baseu-3.0.so.0.3.0
-- Installing: /usr/lib64/codelite/libwx_baseu-3.0.so.0
-- Installing: /usr/lib64/codelite/libwx_baseu-3.0.so
-- Installing: /usr/bin/codelite-cc
-- Set runtime path of "/usr/bin/codelite-cc" to "/usr/lib64/codelite"
-- Installing: /usr/bin/codelite-make
-- Set runtime path of "/usr/bin/codelite-make" to "/usr/lib64/codelite"
-- Installing: /usr/bin/codelite-terminal
-- Set runtime path of "/usr/bin/codelite-terminal" to "/usr/lib64/codelite"
-- Installing: /usr/bin/codelite_indexer
-- Set runtime path of "/usr/bin/codelite_indexer" to "/usr/lib64/codelite"
-- Installing: /usr/bin/codelite_cppcheck
-- Set runtime path of "/usr/bin/codelite_cppcheck" to "/usr/lib64/codelite"
-- Installing: /usr/share/codelite/config/cfg
-- Installing: /usr/share/codelite/config/cfg/windows.cfg
-- Installing: /usr/share/codelite/config/cfg/sdl.cfg
-- Installing: /usr/share/codelite/config/cfg/wxwidgets.cfg
-- Installing: /usr/share/codelite/config/cfg/avr.cfg
-- Installing: /usr/share/codelite/config/cfg/sfml.cfg
-- Installing: /usr/share/codelite/config/cfg/std.cfg
-- Installing: /usr/share/codelite/config/cfg/cppcheck-cfg.rng
-- Installing: /usr/share/codelite/config/cfg/qt.cfg
-- Installing: /usr/share/codelite/config/cfg/gtk.cfg
-- Installing: /usr/share/codelite/config/cfg/posix.cfg
-- Installing: /usr/share/codelite/config/cfg/gnu.cfg
-- Installing: /usr/share/codelite/config/cfg/microsoft_sal.cfg
-- Installing: /usr/bin/codelite-echo
-- Set runtime path of "/usr/bin/codelite-echo" to "/usr/lib64/codelite"
$
gdb :

Code: Select all

$ gdb /bin/codelite
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-100.el7
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/codelite...r
done.
(gdb) r
Starting program: /bin/codelite 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Detaching after fork from child process 30006.
Detaching after fork from child process 30008.
Detaching after fork from child process 30010.
Detaching after fork from child process 30012.
Detaching after fork from child process 30014.
Detaching after fork from child process 30016.
[Inferior 1 (process 30002) exited with code 0377]
Missing separate debuginfos, use: debuginfo-install atk-2.22.0-3.el7.x86_64 cairo-1.14.8-2.el7.x86_64 clang-3.4.2-8.el7.x86_64 expat-2.1.0-10.el7_3.x86_64 fontconfig-2.10.95-11.el7.x86_64 freetype-2.4.11-15.el7.x86_64 gdk-pixbuf2-2.36.5-1.el7.x86_64 glib2-2.50.3-3.el7.x86_64 glibc-2.17-196.el7.x86_64 graphite2-1.3.10-1.el7_3.x86_64 gtk2-2.24.31-1.el7.x86_64 harfbuzz-1.3.2-1.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.15.1-8.el7.x86_64 libX11-1.6.5-1.el7.x86_64 libXau-1.0.8-2.1.el7.x86_64 libXcomposite-0.4.4-4.1.el7.x86_64 libXcursor-1.1.14-8.el7.x86_64 libXdamage-1.1.4-4.1.el7.x86_64 libXext-1.3.3-3.el7.x86_64 libXfixes-5.0.3-1.el7.x86_64 libXft-2.3.2-2.el7.x86_64 libXi-1.7.9-1.el7.x86_64 libXinerama-1.1.3-2.1.el7.x86_64 libXrandr-1.5.1-2.el7.x86_64 libXrender-0.9.10-1.el7.x86_64 libXxf86vm-1.1.4-1.el7.x86_64 libblkid-2.23.2-43.el7.x86_64 libcom_err-1.42.9-10.el7.x86_64 libdrm-2.4.74-1.el7.x86_64 libffi-3.0.13-18.el7.x86_64 libgcc-4.8.5-16.el7.x86_64 libmount-2.23.2-43.el7.x86_64 libpng-1.5.13-7.el7_2.x86_64 libselinux-2.5-11.el7.x86_64 libssh-0.6.5-2.el7.x86_64 libstdc++-4.8.5-16.el7.x86_64 libthai-0.1.14-9.el7.x86_64 libuuid-2.23.2-43.el7.x86_64 libxcb-1.12-1.el7.x86_64 libxshmfence-1.2-1.el7.x86_64 llvm-libs-3.4.2-8.el7.x86_64 mesa-libEGL-17.0.1-6.20170307.el7.x86_64 mesa-libGL-17.0.1-6.20170307.el7.x86_64 mesa-libgbm-17.0.1-6.20170307.el7.x86_64 mesa-libglapi-17.0.1-6.20170307.el7.x86_64 ncurses-libs-5.9-14.20130511.el7_4.x86_64 openssl-libs-1.0.2k-8.el7.x86_64 pango-1.40.4-1.el7.x86_64 pcre-8.32-17.el7.x86_64 pixman-0.34.0-1.el7.x86_64 sqlite-3.7.17-8.el7.x86_64 xz-libs-5.2.2-1.el7.x86_64 zlib-1.2.7-17.el7.x86_64
(gdb) 
Do you see any clue about why it's not working ?
Thanks ;)
You do not have the required permissions to view the files attached to this post.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Codelite does'nt start

Post by DavidGH »

That output looks fine to me :/

One thing you could do is to look for 'exceptions'.
Start gdb as above. Then, before typing 'r', enter:
catch throw
Then do 'r'
Exceptions may be thrown when something goes wrong. The 'goes wrong' may be in one of the libraries that CodeLite links to, rather than CodeLite itself. That's what happens here: I got 3 exceptions, then CodeLite started normally.

When an exception is caught, copy the message and then type 'c'<Enter> which means 'continue'. If one of your exceptions causes CodeLite to exit, that one's error message might be helpful.
jidey
CodeLite Curious
Posts: 7
Joined: Mon Jan 22, 2018 5:06 pm
Genuine User: Yes
IDE Question: PHP
Contact:

Re: Codelite does'nt start

Post by jidey »

Hi again,

I did as you said :

Code: Select all

$ gdb /bin/codelite
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-100.el7
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/codelite...done.
(gdb) catch throw
Function "__cxa_throw" not defined.
Catchpoint 1 (throw)
(gdb) r
Starting program: /bin/codelite 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Detaching after fork from child process 50769.
Detaching after fork from child process 50771.
Detaching after fork from child process 50773.
Detaching after fork from child process 50775.
Detaching after fork from child process 50777.
Detaching after fork from child process 50779.
[Inferior 1 (process 50764) exited with code 0377]
Missing separate debuginfos, use: debuginfo-install atk-2.22.0-3.el7.x86_64 cairo-1.14.8-2.el7.x86_64 clang-3.4.2-8.el7.x86_64 expat-2.1.0-10.el7_3.x86_64 fontconfig-2.10.95-11.el7.x86_64 freetype-2.4.11-15.el7.x86_64 gdk-pixbuf2-2.36.5-1.el7.x86_64 glib2-2.50.3-3.el7.x86_64 glibc-2.17-196.el7.x86_64 graphite2-1.3.10-1.el7_3.x86_64 gtk2-2.24.31-1.el7.x86_64 harfbuzz-1.3.2-1.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.15.1-8.el7.x86_64 libX11-1.6.5-1.el7.x86_64 libXau-1.0.8-2.1.el7.x86_64 libXcomposite-0.4.4-4.1.el7.x86_64 libXcursor-1.1.14-8.el7.x86_64 libXdamage-1.1.4-4.1.el7.x86_64 libXext-1.3.3-3.el7.x86_64 libXfixes-5.0.3-1.el7.x86_64 libXft-2.3.2-2.el7.x86_64 libXi-1.7.9-1.el7.x86_64 libXinerama-1.1.3-2.1.el7.x86_64 libXrandr-1.5.1-2.el7.x86_64 libXrender-0.9.10-1.el7.x86_64 libXxf86vm-1.1.4-1.el7.x86_64 libblkid-2.23.2-43.el7.x86_64 libcom_err-1.42.9-10.el7.x86_64 libdrm-2.4.74-1.el7.x86_64 libffi-3.0.13-18.el7.x86_64 libgcc-4.8.5-16.el7.x86_64 libmount-2.23.2-43.el7.x86_64 libpng-1.5.13-7.el7_2.x86_64 libselinux-2.5-11.el7.x86_64 libssh-0.6.5-2.el7.x86_64 libstdc++-4.8.5-16.el7.x86_64 libthai-0.1.14-9.el7.x86_64 libuuid-2.23.2-43.el7.x86_64 libxcb-1.12-1.el7.x86_64 libxshmfence-1.2-1.el7.x86_64 llvm-libs-3.4.2-8.el7.x86_64 mesa-libEGL-17.0.1-6.20170307.el7.x86_64 mesa-libGL-17.0.1-6.20170307.el7.x86_64 mesa-libgbm-17.0.1-6.20170307.el7.x86_64 mesa-libglapi-17.0.1-6.20170307.el7.x86_64 ncurses-libs-5.9-14.20130511.el7_4.x86_64 openssl-libs-1.0.2k-8.el7.x86_64 pango-1.40.4-1.el7.x86_64 pcre-8.32-17.el7.x86_64 pixman-0.34.0-1.el7.x86_64 sqlite-3.7.17-8.el7.x86_64 xz-libs-5.2.2-1.el7.x86_64 zlib-1.2.7-17.el7.x86_64
(gdb) 
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Codelite does'nt start

Post by DavidGH »

Function "__cxa_throw" not defined
Strange. I didn't get that; and googling found only one useful result (and that's from 2008) which suggests that it's a rare issue.

That single result suggested that gdb has a problem because a library isn't yet loaded. I suggest you try two things:
First, start gdb and type 'r'. Wait a couple of seconds, then type Ctrl-C<Enter> which should pause gdb. Then enter 'catch throw' and finally 'c' to continue.

If you still get 'Function "__cxa_throw" not defined', try this:
Start gdb. Type 'break main'<Enter> (which sets a breakpoint in CodeLite's main() function). Then 'r'. If you're lucky (and you're overdue some luck!) that will pause the program before it exits. You can then enter 'catch throw' and 'c' and it shouldn't produce that error message.

If neither of those work, try again after installing all those debuginfo packages that the gdb output asks for:

Code: Select all

Missing separate debuginfos, use: debuginfo-install atk-2.22.0-3.el7.x86_64 cairo-1.14.8-2.el7.x86_64 clang-3.4.2-8.el7.x86_64 expat-2.1.0-10.el7_3.x86_64 fontconfig-2.10.95-11.el7.x86_64 freetype-2.4.11-15.el7.x86_64 gdk-pixbuf2-2.36.5-1.el7.x86_64 glib2-2.50.3-3.el7.x86_64 glibc-2.17-196.el7.x86_64 graphite2-1.3.10-1.el7_3.x86_64 gtk2-2.24.31-1.el7.x86_64 harfbuzz-1.3.2-1.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.15.1-8.el7.x86_64 libX11-1.6.5-1.el7.x86_64 libXau-1.0.8-2.1.el7.x86_64 libXcomposite-0.4.4-4.1.el7.x86_64 libXcursor-1.1.14-8.el7.x86_64 libXdamage-1.1.4-4.1.el7.x86_64 libXext-1.3.3-3.el7.x86_64 libXfixes-5.0.3-1.el7.x86_64 libXft-2.3.2-2.el7.x86_64 libXi-1.7.9-1.el7.x86_64 libXinerama-1.1.3-2.1.el7.x86_64 libXrandr-1.5.1-2.el7.x86_64 libXrender-0.9.10-1.el7.x86_64 libXxf86vm-1.1.4-1.el7.x86_64 libblkid-2.23.2-43.el7.x86_64 libcom_err-1.42.9-10.el7.x86_64 libdrm-2.4.74-1.el7.x86_64 libffi-3.0.13-18.el7.x86_64 libgcc-4.8.5-16.el7.x86_64 libmount-2.23.2-43.el7.x86_64 libpng-1.5.13-7.el7_2.x86_64 libselinux-2.5-11.el7.x86_64 libssh-0.6.5-2.el7.x86_64 libstdc++-4.8.5-16.el7.x86_64 libthai-0.1.14-9.el7.x86_64 libuuid-2.23.2-43.el7.x86_64 libxcb-1.12-1.el7.x86_64 libxshmfence-1.2-1.el7.x86_64 llvm-libs-3.4.2-8.el7.x86_64 mesa-libEGL-17.0.1-6.20170307.el7.x86_64 mesa-libGL-17.0.1-6.20170307.el7.x86_64 mesa-libgbm-17.0.1-6.20170307.el7.x86_64 mesa-libglapi-17.0.1-6.20170307.el7.x86_64 ncurses-libs-5.9-14.20130511.el7_4.x86_64 openssl-libs-1.0.2k-8.el7.x86_64 pango-1.40.4-1.el7.x86_64 pcre-8.32-17.el7.x86_64 pixman-0.34.0-1.el7.x86_64 sqlite-3.7.17-8.el7.x86_64 xz-libs-5.2.2-1.el7.x86_64 zlib-1.2.7-17.el7.x86_64
Post Reply