Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-1380

Can't emerge telepathy-mission-control : connectivity-monitor.c:282:5: error: unknown type name 'UpSleepKind'

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None
    • funtoo ~amd64 multilib

      Latest ebuild of telepathy-mission-control (5.16.2) fails to merge. build.log & emerge --info attached.
      No flags are on for that ebuild:
      USE="-debug -networkmanager -systemd"

      UpSleepKind it seems was a enum declared in upower < 0.99 libupower-glib
      libupower-glib/up-types.h:
      103 typedef enum

      { 104 UP_SLEEP_KIND_UNKNOWN, 105 UP_SLEEP_KIND_SUSPEND, 106 UP_SLEEP_KIND_HIBERNATE, 107 UP_SLEEP_KIND_HYBRID, 108 UP_SLEEP_KIND_LAST 109 }

      UpSleepKind;

      NEWS file from 0.99 upower:
      20 Feature Removals:
      21 - Remove battery recall support (Bastien Nocera)
      22 - Remove QoS support (Bastien Nocera)
      23 - Remove OnLowBattery property (use WarningLevel instead) (Bastien Nocera)
      24 - Remove DeviceChanged and Changed signals (PropertiesChanged
      25 signals are sent instead) (Bastien Nocera)

      QoS removal includes removal of UpSleepKind enum.

        1. build.log
          72 kB
        2. emerge_info
          17 kB
        3. telepathy-mission-control.patch
          0.5 kB

            dantrell dantrell [X] (Inactive)
            nekoexmachina Mike
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: