On Thu, Sep 11, 2014 at 7:57 AM, Landry Breuil <[email protected]> wrote:
> On Wed, Sep 03, 2014 at 08:33:50AM -0600, David Coppa wrote:
>>
>> Here we go, this is an update to cmake-3.0.1.
>>
>> I already know some ports will break, I just need to know the entity
>> of the breakage.
>> Please put it in a bulk so I'll fix the broken ones...
>
> Surprisingly, i saw almost no direct fallout from this. audio/clementine
> failed
Great news!
> on Udisk code:
> In file included from
> /usr/obj/mfs/clementine-1.2.1/clementine-1.2.1/src/devices/devicekitlister.cpp:24:0:
> src/dbus/udisksdevice.h:792:22: error: 'namespace
> org::freedesktop::UDisks { }' redeclared as different kind of symbol
> namespace UDisks {
> ^
> In file included from
> /usr/obj/mfs/clementine-1.2.1/clementine-1.2.1/src/devices/devicekitlister.cpp:23:0:
> src/dbus/udisks.h:235:45: error: previous declaration of 'typedef class
> OrgFreedesktopUDisksInterface org::freedesktop::UDisks'
> typedef ::OrgFreedesktopUDisksInterface UDisks;
>
> (maybe related to cmake now thinking we have udev, since it says it's
> going to build DeviceKit backend ?)
This has already been fixed upstream:
https://github.com/clementine-player/Clementine/commit/ec580cb815c16ec1ab43a469d5af7d51d8d03082
> and x11/awesome failed on lua detection:
> CMake Error at awesomeConfig.cmake:185 (message):
> lua library not found
I know of this and I have a fix for it sitting in my tree.
Thanks,
David