Request for help with cmake on tellico

Rex Dieter rdieter at fedoraproject.org
Sat Jul 13 13:40:31 UTC 2013


On 07/13/2013 05:08 AM, José Matos wrote:
> Hi,
> 	I am trying to build the latest tellico for Fedora.
>
> My build attempts have been failing at cmake and since I am lost I asking for help here.
>
> The source rpm can be found here:
> http://jamatos.fedorapeople.org/tellico-2.3.8-1.fc20.src.rpm
>
> and the spec file can be seen here:
> http://pkgs.fedoraproject.org/cgit/tellico.git/tree/tellico.spec
>
> The error I am getting is
>
> "Please set them or make sure they are set and tested correctly in the CMake files:
> KSANE_INCLUDE_DIR"
>
> The reason why I am puzzled is that this variable is present (in x86_64) at:
> /usr/lib64/cmake/KSane/KSaneConfig.cmake

Seems like this may be exposing a bug in
/usr/lib64/cmake/KSane/KSaneConfig.cmake

where it apparently(?) hard-codes looking for the header in
/usr/include/libksane

find_path(KSANE_INCLUDE_DIR NAMES libksane/ksane.h HINTS 
${_IMPORT_PREFIX}/include NO_DEFAULT_PATH)



More information about the kde mailing list