2012/11/9 Amit Kulkarni <amitk...@gmail.com>:
> On Mon, Nov 5, 2012 at 4:14 PM, David Coppa <dco...@gmail.com> wrote:
>> On Mon, Nov 5, 2012 at 8:49 PM, David Coppa <dco...@gmail.com> wrote:
>>> On Mon, Nov 5, 2012 at 8:00 PM, Vadim Zhukov <persg...@gmail.com> wrote:
>>>> On 5 ноября 2012 г. 10:21:06 David Coppa wrote:
>>>>> On Mon, Nov 5, 2012 at 7:05 AM, David Coppa <dco...@gmail.com> wrote:
>>>>> >> what changed in the meantime? some tightening?
>>>>> >
>>>>> > Yeah, very strange. This always used to work without patching.
>>>>> > Further investigation is needed :(
>>>>>
>>>>> Ok, I've found it.
>>>>>
>>>>> I think it's a regression from 2.8.9...
>>>>>
>>>>> Change line 62 of /usr/local/share/cmake/Modules/FindFreetype.cmake
>>>>> from:
>>>>>
>>>>> PATH_SUFFIXES include/freetype2 include
>>>>>
>>>>> To:
>>>>>
>>>>> PATH_SUFFIXES freetype2 include/freetype2 include
>>>>>
>>>>>
>>>>> I will provide a new patch after. I'm now trying to find the problems
>>>>> with gettext Landry has pointed out.
>>>>
>>>> Looks like someone upstream did it 180 degrees right. PATH_SUFFIXES
>>>> doesn't need to mention "include" at all. This patches works fine too
>>>> and probably should be pushed upstream (to be appended to initial
>>>> David's patch).
>>>
>>> Thanks Vadim, I'll use your patch.
>>>
>>> It seems to me that this release is lower on quality than previous releases.
>>> FindGettext.cmake is also broken and I had to revert a commit to make
>>> it work as expected.
>>> I'll send the new diff as soon as possible...
>>
>> Here's the new diff (attached).
>> This should hopefully survive through a bulk build.
>>
>> Cheers,
>> David
>
> i am getting strange errors due to some problems in qt4.
>
> ldd /usr/local/lib/bin/qt4/* gives lots of "can't load library
> QtDBus.so.4.8" or something to that effect. I hosed my system recently
> due to a PEBKAC so I was not sure where the problem was coming from.
> so i did a fresh reinstall and went back to old cmake 2.8.9 in ports
> and qt4 built and runs fine now.
>
> to reproduce this with the cmake 2.8.10 diff: try to compile
> x11/kde4/akonadi which is now @ 1.8.1 in openbsd-wip. and you will get
> these  "can't load library QtDBus.so.4.8" ...

1. Did you try CMake 2.8.10 on the fresh system (after fixing hosed system)?

2. Do you have problems with CMake ports only?

> this was on amd64. this diff will cause problems in atleast qt4 related ports.

--
  WBR,
  Vadim Zhukov

Reply via email to