[rkward-devel] can't execute rkward 0.6.1 release

SANCHEZ ALBERCA, ALFREDO asalber at ceu.es
Sat Apr 13 18:16:25 UTC 2013


Thanks Thomas!
I've tried to follow your advice and install rkward building from de deb-src, but I get the same error. 
Also I've tried to compile again with cmake .. -DCMAKE_INSTALL_PREFIX=/usr but I get the same result. 
The installation seems to go ok but when I execute rkward I always get the same error:
KCrash: Application 'rkward' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/alf/.kde/socket-alf-portatil/kdeinit4__0

I paste the result of the cmake build process at the bottom if this can help
Thakns again!
________________________________________
On Monday 08 April 2013 17:39:20 SANCHEZ ALBERCA, ALFREDO wrote:
> After the rkward 0.6.1 release announce I have removed old rkward, installed
> R 3.0 and tried to install rkwar 0.6.1 from source, following the
> instrucctions from
> http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Building_RKWar
> d_From_Source. The comand that I use for cmake is
> cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.kde/ -DCMAKE_BUILD_TYPE=Release
> -DR_LIBDIR=$HOME/R/i686-pc-linux-gnu-library/3.0

Installing to prefixes other than `kde4-config --prefix` is somewhat
unsupported. It should work in theory, but it is rarely tested, and it has
been known to cause trouble in the past. Try again using
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
and don't forget to run
  sudo make install
afterwards.

If you don't like installing non-packaged software to the system folders,
consider building from the deb-src:
   http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Binaries_and_Build_Scripts#deb-
src_for_all_systems

(If you have tried this, before, yes, sorry, I forgot to upload the new deb-
src to the archive. Now, 0.6.1~rc1-1 is available, there (identical to 0.6.1).

If problems persist after installing this .deb, please let us know.

We will also provide binaries for Ubuntu and R 3.0.0, ASAP. Unfortunately, we
have to wait for R 3.0.0 to become available on launchpad, first.

%%%% CMAKE OUTPUT %%%%%
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.8.3 (using /usr/bin/qmake)
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libXau.so;/usr/lib/i386-linux-gnu/libXdmcp.so
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libXau.so;/usr/lib/i386-linux-gnu/libXdmcp.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/i386-linux-gnu/libX11.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found.
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/bin/automoc4 
-- Found Perl: /usr/bin/perl (found version "5.14.2") 
-- Found Phonon: /usr/include 
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Failed
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.9 include dir: /usr/include
-- Found KDE 4.9 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Looking for R executable
-- Using R at /usr/bin/R
-- R architecture is i686
-- Looking for R_HOME
-- R_HOME is /usr/lib/R
-- Looking for R include files
-- Include files should be at /usr/share/R/include. Checking for R.h
-- Found at /usr/share/R/include/R.h
-- Checking for existence of R shared library
-- Exists at /usr/lib/R/lib/libR.so
-- Checking whether we should link against Rlapack library
-- No, it does not exist in /usr/lib/R/lib
-- Checking whether we should link against Rblas library
-- No, it does not exist in /usr/lib/R/lib
-- Checking for R package library location to use
-- Will use /usr/local/lib/R/site-library
-- Looking for pthread_np.h
-- Looking for pthread_np.h - not found
-- Looking for pthread_getattr_np
-- Looking for pthread_getattr_np - not found
-- Looking for pthread_attr_get_np
-- Looking for pthread_attr_get_np - not found
-- Looking for pthread_get_stacksize_np
-- Looking for pthread_get_stacksize_np - not found
-- Looking for pthread_get_stackaddr_np
-- Looking for pthread_get_stackaddr_np - not found
-- Looking for dgettext
-- Looking for dgettext - found
-- Found Gettext: built in libc
-- Configuring done
-- Generating done
-- Build files have been written to: /home/alf/rkward-0.6.1/build



More information about the Rkward-devel mailing list