Bug 102794 - libkdepim: kpartsdesignerplugin.so is installed outside of --prefix
Summary: libkdepim: kpartsdesignerplugin.so is installed outside of --prefix
Status: RESOLVED DUPLICATE of bug 102791
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.8
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 21:04 UTC by David Smith
Modified: 2007-09-14 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Smith 2005-03-29 21:04:33 UTC
Version:           1.8 (using KDE KDE 3.4.0)
Installed from:    Compiled From Sources
OS:                Linux

The build system ignores the target directory specified by configure --prefix for
kpartsdesignerplugin.so and .la.

Sorry if kmail is the wrong application, but there is no general application for kdepim.

(Please ignore the weird paths below. This i GoboLinux, the paths will be fixed by
symlinking.)

]] configure --prefix=/Programs/KDE-PIM/3.4.0
...
]] make install
...
make[3]: Entering directory `/Files/Compile/Sources/kdepim-3.4.0/libkdepim/kpartsdesignerplugin'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/Programs/KDE-Libs/3.4.0/lib/kde3/plugins/designer" || mkdir -p -- "/Programs/KDE-Libs/3.4.0/lib/kde3/plugins/designer"
 /bin/sh ../../libtool --silent --mode=install /System/Links/Executables/install -c -p  'kpartsdesignerplugin.la' '/Programs/KDE-Libs/3.4.0/lib/kde3/plugin
s/designer/kpartsdesignerplugin.la'
real_install: cannot create regular file `/Programs/KDE-Libs/3.4.0/lib/kde3/plugins/designer/kpartsdesignerplugin.so': Permission denied
make[3]: *** [install-kde_widgetLTLIBRARIES] Error 1
make[3]: Leaving directory `/Files/Compile/Sources/kdepim-3.4.0/libkdepim/kpartsdesignerplugin'
Comment 1 David Smith 2005-03-29 21:06:03 UTC

*** This bug has been marked as a duplicate of 102791 ***