Bug 380729 - [Packaging] RKWard won't start due to misconfigured path
Summary: [Packaging] RKWard won't start due to misconfigured path
Status: RESOLVED NOT A BUG
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-03 09:50 UTC by RKWard Team
Modified: 2011-08-10 07:18 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 RKWard Team 2011-07-03 09:50:46 UTC
-- Originally posted by (AT sourceforge.net): *anonymous --

-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/92 on 2017-05-30 15:26:46 +0100 --
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 1 Thomas Friedrichsmeier 2011-07-03 11:09:03 UTC
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
Comment 2 Thomas Friedrichsmeier 2011-08-10 07:18:31 UTC
No further reply, so closing this.

If you continue to see problems with this, please open a new ticket.
Comment 3 Thomas Friedrichsmeier 2011-08-10 07:18:31 UTC
- **status**: open --> closed-invalid