On Wed, Jan 3, 2018 at 10:45 AM, Robert Nelson <[email protected]> wrote:
> 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...

I'm working on a better fix so this will be more seamless and not
noticeable, with an upgrade of libglvnd

Package: libegl1
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libglvnd0 (= ${binary:Version}),
 libegl-mesa0 | libegl-vendor,
Replaces:
 libegl1-mesa (<< 17.2.0~rc4-1),
 libglvnd0 (<< 0.2.999+git20170201-1)
Breaks:
 libegl1-mesa (<< 17.2.0~rc4-1),
 libglvnd0 (<< 0.2.999+git20170201-1)


https://anonscm.debian.org/git/pkg-xorg/lib/libglvnd.git/tree/debian/control

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/CAOCHtYgxh5huykT4y%3D0bpmZJHHvDJRLKRUHJEG7OmPcHcWS2ig%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to