You are not logged in.

#1 2008-10-29 11:25:22

whashnez
Member
From: Greece
Registered: 2008-10-14
Posts: 69
Website

RSSnow fetching feeds

Hello everybody!Congratulations on your great work under Arch Linux it's the best distro,according to my opinion, after having tested Ubuntu,Suse,Fedora and Debian....I have a small problem though with one very useful for me plasmoid I found on AUR.The RSSnow plasmoid...I installed it,ran it but when I added a feed it printed "Fetching Feeds" and stuck there...I googled it up and found that I have to install an rss machine from svn, named plasma-dataengine-rss or something like that....I followed the intructions but when it came to 'make', the result was nothing:

[whashnez@whashnez build]$ make
[whashnez@whashnez build]$

Then just out of curiosity I tried 'make install' and the result was

[whashnez@whashnez build]$ make install
make: *** No rule to make target `install'.  Stop.
[whashnez@whashnez build]$

The same output is printed using sudo make install.

Could you help me with this problem, I really need that plasmoid...Thank you very much.


Prepei na xtisw ena tzami gia ola ta ntervisia

Offline

#2 2008-10-29 11:29:31

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: RSSnow fetching feeds

You need to read these wiki pages to learn about installing packages from the AUR:

http://wiki.archlinux.org/index.php/AUR
http://wiki.archlinux.org/index.php/Makepkg

Offline

#3 2008-10-29 11:45:34

whashnez
Member
From: Greece
Registered: 2008-10-14
Posts: 69
Website

Re: RSSnow fetching feeds

Thanks for replying!I already know how to build packages from AUR.This package was from KDE's svn and has no PKGBUILD in it, it has to be built with cmake, make, make install etc...Here's the page I found the instructions:

http://forum.kde.org/showthread.php?tid=6160&page=2

I appreciate your help.


Prepei na xtisw ena tzami gia ola ta ntervisia

Offline

#4 2008-10-29 12:05:17

mentallaxative
Member
From: Australia
Registered: 2008-07-14
Posts: 134
Website

Re: RSSnow fetching feeds

Offline

#5 2008-10-29 14:55:33

whashnez
Member
From: Greece
Registered: 2008-10-14
Posts: 69
Website

Re: RSSnow fetching feeds

Thanx for replying but:
1st: I have already installed the plasmoid!The thing that's missing is the rss machine!
2nd: Even if that machine is included in that svn package you sent me, it wont build.Here's the output:

==> Starting build()...
svn: File not found: revision 877441, path '/trunk/playground/base/plasma/applets/rssnow'
==> SVN checkout done or server timeout
==> Starting make...
CMake Error: The source directory "/home/whashnez/Desktop/kdemod-plasmoid-rssnow-svn/src/kdemod-plasmoid-rssnow" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.
    Aborting...
[whashnez@whashnez kdemod-plasmoid-rssnow-svn]$

Again thanx for your help.


Prepei na xtisw ena tzami gia ola ta ntervisia

Offline

#6 2008-10-30 11:39:29

whashnez
Member
From: Greece
Registered: 2008-10-14
Posts: 69
Website

Re: RSSnow fetching feeds

Please anybody tell me at least why it does not build.


Prepei na xtisw ena tzami gia ola ta ntervisia

Offline

#7 2008-10-31 17:28:21

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: RSSnow fetching feeds

svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/plasma/applets/rssnow
svn: URL 'svn://anonsvn.kde.org/home/kde/trunk/playground/base/plasma/applets/rssnow' doesn't exist

try changing the line

_svntrunk=svn://anonsvn.kde.org/home/kde/trunk/playground/base/plasma/applets/rssnow

in the PKGBUILD to

_svntrunk=svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeplasma-addons/applets/rssnow

Offline

#8 2008-10-31 18:52:43

whashnez
Member
From: Greece
Registered: 2008-10-14
Posts: 69
Website

Re: RSSnow fetching feeds

I did what you said and upon building it came to this error:

make[2]: *** [CMakeFiles/plasma_applet_rssnow.dir/scroller.o] Error 1
make[1]: *** [CMakeFiles/plasma_applet_rssnow.dir/all] Error 2
make: *** [all] Error 2
==> ERROR: Build Failed.
    Aborting...
[whashnez@whashnez kdemod-plasmoid-rssnow-svn]$

Any ideas?Are you sure that this package also includes the rss machine?Thanks again!


Prepei na xtisw ena tzami gia ola ta ntervisia

Offline

#9 2008-10-31 20:14:51

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: RSSnow fetching feeds

I'm pretty sure it doesn't. Were there by any chance some error messages above those you posted, because they are pretty useless.

Regarding rss dataengine: Did cmake give you any errors? I had to install automoc4 and kdepimlibs to get a Makefile.

Last edited by Garns (2008-10-31 20:15:50)

Offline

#10 2008-11-01 13:59:52

whashnez
Member
From: Greece
Registered: 2008-10-14
Posts: 69
Website

Re: RSSnow fetching feeds

Here is the output of cmake:

[whashnez@whashnez rss]$ mkdir build; cd build; cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
-- The C compiler identification is GNU                                                               
-- The CXX compiler identification is GNU                                                             
-- 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.4.3 (using /usr/bin/qmake)                                                      
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.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/libX11.so                                                                                                                           
-- Looking for include files CMAKE_HAVE_PTHREAD_H                                                                                                          
-- Looking for include files CMAKE_HAVE_PTHREAD_H - 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
-- Found Automoc4: /usr/bin/automoc4
-- Found Perl: /usr/bin/perl
-- 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 Phonon: /usr/lib/libphonon.so
-- Found Phonon Includes: /usr/include/KDE;/usr/include
-- Found KDE 4.1 include dir: /usr/include
-- Found KDE 4.1 library dir: /usr/lib
-- Found KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Plasma: /usr/lib/libplasma.so
-- Found KDE PIM libraries
-- Boost version: 1.36.0
-- Found the following Boost libraries:
-- Configuring done
-- Generating done
-- Build files have been written to: /home/whashnez/skata/rss/build
[whashnez@whashnez build]$

Do you see something?I already have automoc4 and kdepimlibs...Thank you!


Prepei na xtisw ena tzami gia ola ta ntervisia

Offline

#11 2008-11-01 18:45:46

Garns
Member
Registered: 2008-05-28
Posts: 239

Re: RSSnow fetching feeds

And nothing happpens when you type make? That is a bit strange. Can you post the created Makefile?

Offline

#12 2008-11-04 02:21:44

whashnez
Member
From: Greece
Registered: 2008-10-14
Posts: 69
Website

Re: RSSnow fetching feeds

This is the makefile tha is created in the build directory:

# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.6

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canoncical targets will work.
.SUFFIXES:

# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =

.SUFFIXES: .hpux_make_needs_suffix_list

# Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# The program to use to edit the cache.
CMAKE_EDIT_COMMAND = /usr/bin/ccmake

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/whashnez/skata/rss

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/whashnez/skata/rss/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
    @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
    /usr/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
    @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
    /usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target test
test:
    @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
    /usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# The main all target
all: cmake_check_build_system
    $(CMAKE_COMMAND) -E cmake_progress_start /home/whashnez/skata/rss/build/CMakeFiles /home/whashnez/skata/rss/build/CMakeFiles/progress.make
    $(MAKE) -f CMakeFiles/Makefile2 all
    $(CMAKE_COMMAND) -E cmake_progress_start /home/whashnez/skata/rss/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
    $(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
    $(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
    $(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
    $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named uninstall

# Build rule for target.
uninstall: cmake_check_build_system
    $(MAKE) -f CMakeFiles/Makefile2 uninstall
.PHONY : uninstall

# fast build rule for target.
uninstall/fast:
    $(MAKE) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
.PHONY : uninstall/fast

# Help Target
help:
    @echo "The following are some of the valid targets for this Makefile:"
    @echo "... all (the default if no target is provided)"
    @echo "... clean"
    @echo "... depend"
    @echo "... edit_cache"
    @echo "... rebuild_cache"
    @echo "... test"
    @echo "... uninstall"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
    $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

Hope this helps to figure out he problem...


Prepei na xtisw ena tzami gia ola ta ntervisia

Offline

Board footer

Powered by FluxBB