opkg woes with Angstrom A6A 11-22-12

Hello all,

After imaging a BeagleBone A6 with the most recent Angstrom A6A 11-22-12 image, I get the following errors with an opkg update && opkg upgrade:

Collected errors:

  • check_data_file_clashes: Package systemd-dev wants to install file /usr/lib/libudev.so
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/lib/pkgconfig/libudev.pc
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/lib/pkgconfig/gudev-1.0.pc
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/lib/libudev.la
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/lib/libgudev-1.0.la
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/share/pkgconfig/udev.pc
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/include/libudev.h
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/include/gudev-1.0/gudev/gudevdevice.h
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/include/gudev-1.0/gudev/gudevenumtypes.h
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/include/gudev-1.0/gudev/gudevenums.h
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/include/gudev-1.0/gudev/gudevclient.h
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/include/gudev-1.0/gudev/gudevenumerator.h
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/include/gudev-1.0/gudev/gudev.h
    But that file is already provided by package * udev-dev
  • check_data_file_clashes: Package systemd-dev wants to install file /usr/include/gudev-1.0/gudev/gudevtypes.h
    But that file is already provided by package * udev-dev

I’ve tried most combinations of removing udev-dev and systemd-dev to try to resolve these conflicts, to no avail.

Any ideas how to resolve this issue so that a fresh A6A image can be updated to the most recent revision of Angstrom on the BeagleBone?

TIA

Gregory Perry

Hi,

I just tried running opkg update/upgrade, and I get the same problem. Same image: A6A, downloaded from circuitco.

You can force systemd-dev to install despite the conflict by running “opkg upgrade --force-overwrite”, but I wouldn’t recommend it unless you really need whatever is new in systemd-dev. Sometimes these problems are “automagically” fixed by the next update of the conflicting package, udev-dev in this case.

Dan.

>From: beagleboard@googlegroups.com [beagleboard@googlegroups.com] on behalf of >Dan Watts [gigamegawatts@gmail.com]
>Sent: Thursday, January 03, 2013 1:15 PM
>To: beagleboard@googlegroups.com
>Subject: [beagleboard] Re: opkg woes with Angstrom A6A 11-22-12

Hi,

I just tried running opkg update/upgrade, and I get the same problem. Same image: A6A, downloaded from >circuitco.

You can force systemd-dev to install despite the conflict by running “opkg upgrade --force-overwrite”, but I >wouldn’t recommend it unless you really need whatever is new in systemd-dev. Sometimes these problems >are “automagically” fixed by the next update of the conflicting package, udev-dev in this case.

Dan.

Yeah, I’ve tried --force-overwrite but it still results with udev errors. Guess I’ll wait a few days for the Angstrom team to work this out.

I’ll go ahead and throw in my own “me too”. There’s definitely something amiss with the latest Angstrom update.
It doesn’t seem to break anything, it’s just annoying.

same problem for me, does someone have any workaround?

My “workaround” was to switch to using the Robert Nelson Ubuntu Quantal image.