Linux Mint Türkiye
Yazılım => Yazılım Genel => Konuyu başlatan: sensenku - 09 Şubat 2016, 21:35:57
-
Merhabalar. Ben Gemymotion kurmayı denedim, ama olmadı. Virtual Box version 5.0.5.0 AMD64 (benim Mint 64-bit) Ubuntu 15.04 için olanını indirdim. Malesef 15.10 olan yok sitelerinde, ya da yapım aşamasındadır. Daha sonra Gemymotionun son verionunu kurdum. Ama Gemymotionu çcalıştırınca hata aldım. Terminalden çıktı budur. Yardım ederseniz sevinirim.
mehman@HP /opt/genymobile/genymotion $ ./genymotion
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/genymobile/genymotion/libQt5Core.so.5)
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/genymobile/genymotion/libQt5WebKit.so.5)
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/genymobile/genymotion/libicui18n.so.52)
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/genymobile/genymotion/libicuuc.so.52)
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/genymobile/genymotion/libQt5Qml.so.5)
mehman@HP /opt/genymobile/genymotion $ :( :( :(
Düzenleme: Kod etiketi
-
Aşağıdaki komutları sırasıyla uçbirimdeçalıştırarak gcc sürümünü yükseltmeyi dener misiniz?
sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get install gcc-4.9
-
Deniyorum şimdi, Teşekkür ederim ilgilendiğiniz için.
Mesajlar Birleştirildi.
Hala sorun olduğu gibi kalıyor.
mehman@HP /opt/genymobile/genymotion $ ./genymotion
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/genymobile/genymotion/libQt5Core.so.5)
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/genymobile/genymotion/libQt5WebKit.so.5)
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/genymobile/genymotion/libicui18n.so.52)
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /opt/genymobile/genymotion/libicuuc.so.52)
./genymotion: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /opt/genymobile/genymotion/libQt5Qml.so.5)
mehman@HP /opt/genymobile/genymotion $
Düzenleme: Kod etiketi
-
Çıktıya bakalım.
dpkg -l | grep gcc
-
mehman@HP ~ $ dpkg -l | grep gcc
ii gcc 4:4.8.2-1ubuntu6 amd64 GNU C compiler
ii gcc-4.8 4.8.4-2ubuntu1~14.04 amd64 GNU C compiler
ii gcc-4.8-base:amd64 4.8.4-2ubuntu1~14.04 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.8-base:i386 4.8.4-2ubuntu1~14.04 i386 GCC, the GNU Compiler Collection (base package)
ii gcc-4.9 4.9.3-8ubuntu2~14.04 amd64 GNU C compiler
ii gcc-4.9-base:amd64 4.9.3-8ubuntu2~14.04 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.9-base:i386 4.9.3-8ubuntu2~14.04 i386 GCC, the GNU Compiler Collection (base package)
ii gcc-5-base:amd64 5.3.0-3ubuntu1~14.04 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-5-base:i386 5.3.0-3ubuntu1~14.04 i386 GCC, the GNU Compiler Collection (base package)
ii lib32gcc1 1:5.3.0-3ubuntu1~14.04 amd64 GCC support library (32 bit Version)
ii libgcc-4.8-dev:amd64 4.8.4-2ubuntu1~14.04 amd64 GCC support library (development files)
ii libgcc-4.9-dev:amd64 4.9.3-8ubuntu2~14.04 amd64 GCC support library (development files)
ii libgcc1:amd64 1:5.3.0-3ubuntu1~14.04 amd64 GCC support library
ii libgcc1:i386 1:5.3.0-3ubuntu1~14.04 i386 GCC support library
mehman@HP ~ $
Mesajlar Birleştirildi.
Demin update geldi gcc için, onu yaptım vei bu geldi.
mehman@HP /opt/genymobile/genymotion $ ./genymotion
Error while opening log file: /home/mehman/.Genymobile/genymotion.log: No such file or directory
Aborted
mehman@HP /opt/genymobile/genymotion $ sudo ./genymotion
[sudo] password for mehman:
Error while opening log file: /home/mehman/.Genymobile/genymotion.log: No such file or directory
mehman@HP /opt/genymobile/genymotion $
-
Öncelikle
touch /home/mehman/.Genymobile/genymotion.log komutu ile log dosyasını oluşturup programı tekrar çalıştırın. Yine hata verirse
cat /home/mehman/.Genymobile/genymotion.log çıktısını buraya aktarın.
-
mehman@HP ~ $ touch /home/mehman/.Genymobile/genymotion.log
touch: cannot touch ‘/home/mehman/.Genymobile/genymotion.log’: No such file or directory
mehman@HP ~ $ sudo su
[sudo] password for mehman:
HP mehman # touch /home/mehman/.Genymobile/genymotion.log
touch: cannot touch ‘/home/mehman/.Genymobile/genymotion.log’: No such file or directory
HP mehman # cat /home/mehman/.Genymobile/genymotion.log
cat: /home/mehman/.Genymobile/genymotion.log: No such file or directory
HP mehman #
Çıktı bu, galiba öyle bi dosya yok.
-
mkdir /home/mehman/.Genymobile/
Ardından üstte verdiğim komutları tekrar deneyin.
-
Teşekkür ederim yardımlarınız için, denedim ama yine de olmadı. Galiba Genymotion-da bi sorun var.
mehman@HP /opt/genymobile/genymotion $ ./genymotion
Logging activities to file: /home/mehman/.Genymobile/genymotion.log
Aborted
mehman@HP /opt/genymobile/genymotion
-
cat /home/mehman/.Genymobile/genymotion.logKomutun çıktısını aktarın.
-
Buyurun
mehman@HP ~ $ cat /home/mehman/.Genymobile/genymotion.log
Feb 11 09:27:39 [Genymotion] [Fatal] This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
Feb 11 09:28:22 [Genymotion] [Fatal] This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
Feb 11 09:28:45 [Genymotion] [Fatal] This application failed to start because it could not find or load the Qt platform plugin "xcb".
Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
mehman@HP ~ $
-
sudo apt-get install libdouble-conversion1 libxcb-render-util0 libxcb-image0 libxcb-icccm4 libxcb-randr0 libxcb-keysyms1 libxcb-xkb1 libxkbcommon-x11-0İle gerekli paketleri yüklemeyi deneyin.
-
En yeni versiyonlarının indirildiğini söylüyor.
mehman@HP ~ $
mehman@HP ~ $ sudo apt-get install libdouble-conversion1 libxcb-render-util0 libxcb-image0 libxcb-icccm4 libxcb-randr0 libxcb-keysyms1 libxcb-xkb1 libxkbcommon-x11-0
[sudo] password for mehman:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxcb-icccm4 is already the newest version.
libxcb-image0 is already the newest version.
libxcb-keysyms1 is already the newest version.
libxcb-randr0 is already the newest version.
libxcb-render-util0 is already the newest version.
libxcb-xkb1 is already the newest version.
libxkbcommon-x11-0 is already the newest version.
libdouble-conversion1 is already the newest version.
The following package was automatically installed and is no longer required:
chromium-codecs-ffmpeg-extra
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
mehman@HP ~ $
-
Bu uygulamanın 2 sürümü varmış, Linux Mint 17.x için "Ubuntu 14.10 and older, Debian 8:" yazan sürümü indirip kurduğunuzdan emin misiniz? Linux Mint 17.x ile "Ubuntu 15.04 and newer:" yazan sürüm uyumlu değildir.
-
Ben "Ubuntu 15.04 and newer:" yazan versiyonunu indirmişdim.
Mesajlar Birleştirildi.
Düzeldi sonuda, demek ki 14.10 olan versiyonunu kurmak lazımmış. Her şey için teşekkür edeim. Hakkınızı helal edin. :)
-
Rica ederiz.
[okay]Sorun çözüldüğü ve etiketlendiği için konu kilitlenmiştir.[/okay]