Bug#641432: Multiarch libraries not found using find_library()

2011-09-14 Thread Patryk Cisek
I can't reproducible on up-to-date sid, sorry. What's more, the bug itself is a bit inconsistent. The error is about X11 while example itself attempts to look for PNG. Oh, sorry about that. I actually reproduced it when finding X11 when compiling kadu. I switched in the demo to libpng, because

Bug#641432: [pat...@debian.org: Re: Bug#641432: Multiarch libraries not found using find_library()]

2011-09-14 Thread Patryk Cisek
Also forwarding to BTS. -- Patryk Cisek ---BeginMessage--- Update: I created new user just for testing. Logged to that new user accout, and tried cmake with the demo again. No problem here -- probably environment variable(s) problem? -- Patryk Cisek ---End Message---

Bug#641432: Multiarch libraries not found using find_library()

2011-09-13 Thread Patryk Cisek
Package: cmake Version: 2.8.5-1 Severity: important When invoking cmake command, find_library() does not find library in /usr/lib/arch-triplet directory. Steps to reproduce (on DEB_HOST_MULTIARCH=i386-linux-gnu): 1) Make sure you've got libpng12-dev # aptitude install libpng12-dev 2) Unpack

Bug#641432: Multiarch libraries not found using find_library()

2011-09-13 Thread Modestas Vainius
tags 641432 unreproducible moreinfo thanks 2011.09.13 15:36, Patryk Cisek rašė: Package: cmake Version: 2.8.5-1 Severity: important When invoking cmake command, find_library() does not find library in /usr/lib/arch-triplet directory. $ cat ../CMakeLists.txt project(demo)