Bug 236878 - kdesupport ignore CMAKE_INSTALL_PREFIX for some files
Summary: kdesupport ignore CMAKE_INSTALL_PREFIX for some files
Status: RESOLVED NOT A BUG
Alias: None
Product: nepomuk
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-08 18:21 UTC by Nadav
Modified: 2010-07-23 10:52 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nadav 2010-05-08 18:21:31 UTC
Version:            (using Devel)
Compiler:          4.4 
OS:                Linux
Installed from:    Compiled sources

kdesupport svn revision: 1124280

-- Up-to-date: /media/data/kdesvn/kde/include/taglib/aifffile.h
-- Up-to-date: /media/data/kdesvn/kde/include/taglib/aiffproperties.h
-- Up-to-date: /media/data/kdesvn/kde/include/taglib/wavfile.h
-- Up-to-date: /media/data/kdesvn/kde/include/taglib/wavproperties.h
-- Installing: /media/data/kdesvn/kde/lib/libtag_c.so.0.0.0
-- Up-to-date: /media/data/kdesvn/kde/lib/libtag_c.so.0
-- Up-to-date: /media/data/kdesvn/kde/lib/libtag_c.so
-- Removed runtime path from "/media/data/kdesvn/kde/lib/libtag_c.so.0.0.0"
-- Installing: /media/data/kdesvn/kde/lib/pkgconfig/taglib_c.pc
-- Up-to-date: /media/data/kdesvn/kde/include/taglib/tag_c.h
CMake Error at soprano/cmake_install.cmake:36 (FILE):
  file cannot create directory: /usr/local/lib/pkgconfig.  Maybe need
  administrative privileges.
Call Stack (most recent call first):
  cmake_install.cmake:40 (INCLUDE)


make: *** [install] Error 1
makeobj[0]: Leaving directory `/media/data/kdesvn/kde/build/trunk/kdesupport'
Comment 1 Christoph Feck 2010-05-08 22:02:28 UTC
Try this before running cmake:

export PKG_CONFIG_PATH=$YOUR_INSTALL_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH

I doubt that pkgconfig is supposed to install into "regular" install prefix, because it does not search there, only in PKG_CONFIG_PATH, but I let soprano maintainer decide.
Comment 2 Sebastian Trueg 2010-07-23 10:52:15 UTC
not a bug