[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-08-10 Thread Bug Watch Updater
** Changed in: cmake (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/737137 Title: find_library fails to locate multiarch libraries To manage notifications

[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-04-14 Thread Steve Langasek
> make[2]: *** No rule to make target `/usr/lib/libpng.so', needed by `Project.so'. Stop. This looks like a wrong dependency declaration in your local rules, not a bug in cmake. From what I can see, /usr/share/cmake-2.8/Modules/FindPNG.cmake uses find_library correctly, and find_library in the Ub

[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-04-14 Thread Peng
I still have problem with CMake 2.8.3 on Natty x64: make[2]: *** No rule to make target `/usr/lib/libpng.so', needed by `Project.so'. Stop. CMakeLists.txt has been processed without warning or error. And my project has been built to [100%] but the error appeared at link time. libpng.so resides i

[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-04-04 Thread Bug Watch Updater
** Changed in: cmake (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/737137 Title: find_library fails to locate multiarch libraries -- ubuntu-bugs mailing list

[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-04-02 Thread Simon McVittie
** Bug watch added: Debian Bug tracker #618932 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618932 ** Also affects: cmake (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618932 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-03-18 Thread Launchpad Bug Tracker
This bug was fixed in the package cmake - 2.8.3-3ubuntu4 --- cmake (2.8.3-3ubuntu4) natty; urgency=low * Prepend multiarch directories in ubuntu_multiarch_library_directory.diff LP: #737137 -- Jonathan RiddellFri, 18 Mar 2011 17:53:13 + ** Changed in: cmake (Ubuntu Nat

[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-03-18 Thread Steve Langasek
It's not the right thing to do because this is not an issue that's specific to x86_64; it affects cmake on *all* architectures for which Ubuntu builds, so the correct path needs to be picked up at cmake build time based on the dpkg environment ($DEB_HOST_MULTIARCH). Also, /usr/lib64/x86_64-linux-g

[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-03-18 Thread Walther Zwart
Created a file that solves the issue. Not sure if it is the "right thing to do". Save it as /usr/share/cmake-2.8/Modules/Platform/Linux-GNU-C-x86_64.cmake ** Attachment added: "Linux-GNU-C-x86_64.cmake" https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/737137/+attachment/1916993/+files/Lin

[Bug 737137] Re: find_library fails to locate multiarch libraries

2011-03-17 Thread Steve Langasek
** Also affects: cmake (Ubuntu Natty) Importance: High Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/737137 Title: find_library fails to locate multiarch libraries -- ubuntu-