Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Install anbox from stretch-backports

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Bloris
Posts: 24
Joined: 2018-12-09 15:53

Install anbox from stretch-backports

#1 Post by Bloris »

Hiiiiii :D

I'm trying to install anbox from stretch-backports and it gives me dependency problem:

Code: Select all

root@msi:/home/xxx# apt-get install anbox
 anbox : Dipende: libegl1 ma non sta per essere installato
I've already installed libegl1-mesa

Code: Select all

dpkg -l | grep libegl
ii  libegl1-mesa:amd64                            13.0.6-1+b2                                amd64        free implementation of the EGL API -- runtime
ii  libegl1-mesa:i386                             13.0.6-1+b2                                i386         free implementation of the EGL API -- runtime
There is a way to fix this without destroy something?

Sorry for my bad english.

Thank you,
Loris

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Install anbox from stretch-backports

#2 Post by Head_on_a_Stick »

Try

Code: Select all

# aptitude install -t stretch-backports anbox
If that doesn't work then specify the dependency manually:

Code: Select all

# apt install -t stretch-backports anbox libegl1
deadbang

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Install anbox from stretch-backports

#3 Post by stevepusser »

You'll need to add libegl1:i386 to that command in your case, too...possibly more packages, too. It might just be easier to upgrade to backport's Mesa packages if that's what it wants.
MX Linux packager and developer

Bloris
Posts: 24
Joined: 2018-12-09 15:53

Re: Install anbox from stretch-backports

#4 Post by Bloris »

I was able to install it using apt command, but it simply crash during the loading... giving me this message:

Code: Select all

kernel: vgaarb: this pci device is not a vga device
It could be mine missconfiguration or it is a bug to report?

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: Install anbox from stretch-backports

#5 Post by GarryRicketson »

Why not show us the output of :

Code: Select all

lspci 
first, the error says you do NOT have a
vga device.
https://www.systutorials.com/docs/linux/man/8-lspci/
==========
https://wiki.debian.org/HowToIdentifyADevice/PCI

Bloris
Posts: 24
Joined: 2018-12-09 15:53

Re: Install anbox from stretch-backports

#6 Post by Bloris »

Sorry, but i thought was obvious i had the vga :P My bad anyway

Code: Select all

00:00.0 Host bridge: Intel Corporation Skylake Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA Controller [AHCI mode] (rev 31)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #1 (rev f1)
00:1c.3 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #4 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 950M] (rev a2)
02:00.0 Network controller: Intel Corporation Wireless 3165 (rev 81)
03:00.0 Ethernet controller: Qualcomm Atheros Killer E2400 Gigabit Ethernet Controller (rev 10)

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Install anbox from stretch-backports

#7 Post by Head_on_a_Stick »

Bloris wrote:

Code: Select all

kernel: vgaarb: this pci device is not a vga device
Put this error message into your favourite search engine, looks like it's related to Bumblebee.
deadbang

Bloris
Posts: 24
Joined: 2018-12-09 15:53

Re: Install anbox from stretch-backports

#8 Post by Bloris »

Already did, but i dont have bumblebee installed.

I've NVIDIA Drivers, but no Bumblebee configuration. Anyway i will continue to search something.

Ty

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Install anbox from stretch-backports

#9 Post by stevepusser »

Bloris wrote:Already did, but i dont have bumblebee installed.

I've NVIDIA Drivers, but no Bumblebee configuration. Anyway i will continue to search something.

Ty
Wait, what? What's going on with your graphics, then?

To tell us, install inxi and report the output of

Code: Select all

inxi -Gxxx
BTW, Skylake Intel graphics require firmware-misc-nonfree be installed to work correctly.
MX Linux packager and developer

Post Reply