Comment 5 for bug 737137

Revision history for this message
Steve Langasek (vorlon) wrote :

> 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 Ubuntu cmake-data package works correctly now.

If you can reproduce this failure when trying to build a package from the Ubuntu archive, please let us know which one. Otherwise, I'm happy to help you figure out how to make your local rules work under multiarch (by private mail), but I think that's off-topic for this bug.