[rkward-tracker] [ rkward-Bugs-3351040 ] [Packaging] RKWard won't start due to misconfigured path
SourceForge.net
noreply at sourceforge.net
Sun Jul 3 12:09:03 UTC 2011
Bugs item #3351040, was opened at 2011-07-03 12:50
Message generated for change (Comment added) made by tfry
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=3351040&group_id=50231
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [Packaging] RKWard won't start due to misconfigured path
Initial Comment:
I am building rkward with:
cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" \
-DR_LIBDIR="${pkgdir}/usr/lib/R/library"
make
make install
which produced correctly working rkward 0.5.5, but the version 0.5.6 won't start with:
/usr/lib/R/bin/Rcmd: line 61: /home/nik/Dokumenty/build/aur/rkward/pkg/usr/lib/kde4/libexec/rkward.frontend: Directory of file doesn't exist
Am I suppost to use diferent flags to package the rkward, or is there some error in rkward?
----------------------------------------------------------------------
>Comment By: Thomas Friedrichsmeier (tfry)
Date: 2011-07-03 14:09
Message:
Hi!
I'm surprised it worked, before. Generally, you should always pass the
final directories to cmake, then use DESTDIR to install to a prefix for
packaging. I.e.:
cmake -DCMAKE_INSTALL_PREFIX="/usr" -DR_LIBDIR="/usr/lib/R/library"
make
make install DESTDIR="${pkgdir}"
Let me know, if this does not fix the issue.
Regards
Thomas
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=3351040&group_id=50231
More information about the rkward-tracker
mailing list