Hi Bas, On Wed, Jan 3, 2018 at 10:39 AM, Bas de Bruijn <[email protected]> wrote: > Hi, > > I'm trying to install Machinekit on the Beagleboard X15, one of these steps > results in libegl1 being installed. However, this results in an error where > there is already a shared library in package libegl1-mesa:armhf > 17.1.3-2rcnee0~stretch+20170627 > > Get:1 http://repos.rcn-ee.com/debian stretch/main armhf libegl1 armhf > 0.2.999+git20170802-2 [27.2 kB] > Fetched 27.2 kB in 0s (53.7 kB/s) > (Reading database ... 97424 files and directories currently installed.) > Preparing to unpack .../libegl1_0.2.999+git20170802-2_armhf.deb ... > Unpacking libegl1:armhf (0.2.999+git20170802-2) ... > dpkg: error processing archive > /var/cache/apt/archives/libegl1_0.2.999+git20170802-2_armhf.deb (--unpack): > trying to overwrite '/usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0', which > is also in package libegl1-mesa:armhf 17.1.3-2rcnee0~stretch+20170627 > > I'm running from SD card with the "stock" image of stretch found here > https://beagleboard.org/latest-images > debian@BeagleBoard-X15:~/machinekit$ uname -a > Linux BeagleBoard-X15 4.9.35-ti-r44 #1 SMP PREEMPT Sat Jul 1 00:54:33 UTC > 2017 armv7l GNU/Linux > > sudo apt --fix-broken install gets me in an eternal broken packages loop :) > > Any ideas on how to solve this would be highly appreciated.
This happened when i merged mesa: 17.3.x over 17.1.3 It should resolve with: sudo apt update sudo apt dist-upgrade sudo apt --fix-broken install For "i.mx6" hardware 17.3.x brought us "Desktop" OpenGL 2.0... sadly only software bug fixes for the X15... Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYia1vtRw_oTjCME99sMCyA-8g8yY55u_ZG6ZZF9OxE-5A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
