Bug 257902 - FTBFS due to a missing find_package() invocation (patch attached)
Summary: FTBFS due to a missing find_package() invocation (patch attached)
Status: RESOLVED FIXED
Alias: None
Product: Skanlite
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kåre Särs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 18:49 UTC by Kai Wb.
Modified: 2010-11-25 23:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Add find_package() invocation for PNG. (476 bytes, patch)
2010-11-25 18:49 UTC, Kai Wb.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Wb. 2010-11-25 18:49:57 UTC
Created attachment 53732 [details]
Add find_package() invocation for PNG.

Version:           unspecified
OS:                Linux

The toplevel CMakeLists.txt adds the ${PNG_LIBRARY} variable to target_link_libraries(), unfortunately the variable is not (reliably, ie. in a clean chroot) set, because an invocation of find_package(PNG REQUIRED) is missing. Please apply the attached patch in SVN (I discovered this while preparing a new upload of Skanlite for Debian).

Reproducible: Always




You can always find the latest version of the attached patch at <http://svn.debian.org/wsvn/pkg-kde/kde-extras/skanlite/trunk/debian/patches/fix_FTBFS_png.patch?sc=1>
Comment 1 Kai Wb. 2010-11-25 19:52:31 UTC
Just a two extra points:
- I found the bug in the 0.5 tarball, which is distributed via sf.net/kde-apps.org, but it is also in SVN HEAD.
- FTBFS stands for "Fails To Build From Source", in case you're unfamiliar with that abbreviation.
Comment 2 Kåre Särs 2010-11-25 22:02:04 UTC
Thanks, I think it might be time for a bugfix release :( there is also a bug with saving the window size...

Kåre
Comment 3 Kåre Särs 2010-11-25 23:08:20 UTC
Bug fix release 0.6 released