Announcement

Collapse
No announcement yet.

Install (almost) any plasmoid

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Install (almost) any plasmoid

    Naaa...It's really not that bad..Don't let all the text do that. It can actually be quite helpful, especially if you are well versed in what it is trying to tell you. From what I see it may have to do with two things. A missing component that it needs to do the cmake or a missing output location. I just can't figure out what it wants and I know someone here might................I hope.

    Comment


      #17
      Re: Install (almost) any plasmoid

      Error:
      ERROR: cmake/modules/FindKDE4Internal.cmake not found
      Googling => CMake Compile Errors

      xelapond has error
      CMake Error: ERROR: cmake/modules/FindKDE4Internal.cmake not found
      and the solution
      Ok, so I got apt-file and apted kdelibs5-dev

      Package: kdelibs5-dev
      development files for the KDE 4 core libraries

      This package contains development files for building KDE 4 applications and other software that uses the KDE 4 libraries.
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #18
        Re: Install (almost) any plasmoid

        Thanks Rog131..found the same thing...I figured it was something like that, but every time I try to install it it tells me it will Break. Bummer. I really though that this plasmoid would be great to have. Anyone have this packed already? http://www.kde-look.org/content/show...?content=78299

        I can't wait until II is Beta. I'm having so many little annoyances like this from HH 8.04 remix KDE4.1.

        Comment


          #19
          Re: Install (almost) any plasmoid

          About Toggle-Compositing

          Anyone have this packed already?
          Have you tried PPA version ? > PPA Plasmoids

          For Intrepid
          > PPA for Jonathan Thomas

          For Hardy
          > PPA for KDE 4 Plasmoids
          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #20
            Re: Install (almost) any plasmoid

            Uhhhh..No. Didn't know that existed. Thanks! Man, I thought I was good at finding things out there. You blow me out of the water! Thanks!!!

            Comment


              #21
              Re: Install (almost) any plasmoid

              Dang it!!!! Even it said it would Break!! I'll just wait for II 8.10.

              Thanks 4 the help. At least I'll know what to do next time


              Side Note: Is there a way to determine why a package will break?

              Comment


                #22
                Re: Install (almost) any plasmoid

                What it tells if you:
                Code:
                sudo apt-get install -s kdelibs5-dev
                -s simulation

                I have it (kdelibs5-dev) installed but Intrepid has still dependency problems with the kde development packages.
                Before you edit, BACKUP !

                Why there are dead links ?
                1. Thread: Please explain how to access old kubuntu forum posts
                2. Thread: Lost Information

                Comment


                  #23
                  Re: Install (almost) any plasmoid

                  Seems to be cascading to other packages which if installed Breaks as well.

                  Code:
                  moonrise@:~$ sudo apt-get install -s kdelibs5-dev
                  
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  Some packages could not be installed. This may mean that you have
                  requested an impossible situation or if you are using the unstable
                  distribution that some required packages have not yet been created
                  or been moved out of Incoming.
                  
                  Since you only requested a single operation it is extremely likely that
                  the package is simply not installable and a bug report against
                  that package should be filed.
                  The following information may help to resolve the situation:
                  
                  The following packages have unmet dependencies:
                   kdelibs5-dev: Depends: libasound2-dev but it is not going to be installed
                  E: Broken packages
                  moonrise@:~$ sudo apt-get install -s libasound2-dev
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  Some packages could not be installed. This may mean that you have
                  requested an impossible situation or if you are using the unstable
                  distribution that some required packages have not yet been created
                  or been moved out of Incoming.
                  
                  Since you only requested a single operation it is extremely likely that
                  the package is simply not installable and a bug report against
                  that package should be filed.
                  The following information may help to resolve the situation:
                  
                  The following packages have unmet dependencies:
                   libasound2-dev: Depends: libasound2 (= 1.0.15-3ubuntu4) but 1.0.16-0ubuntu0.1 is to be installed
                  E: Broken packages
                  Ends with the libsound2. What it appears there is it doesn't like what version is to be installed. How to get around that is beyond me at the moment. I don't want to do a force as it may cause other issues.

                  Comment


                    #24
                    Re: Install (almost) any plasmoid



                    Here:
                    libasound2-dev
                    Depends: libasound2 (= 1.0.16-2ubuntu1), libc6-dev | libc-dev
                    Are you using a local mirror repository or the Ubuntu main ?
                    Before you edit, BACKUP !

                    Why there are dead links ?
                    1. Thread: Please explain how to access old kubuntu forum posts
                    2. Thread: Lost Information

                    Comment


                      #25
                      Re: Install (almost) any plasmoid

                      For PPA : http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main
                      Using the US Server for everything else.

                      I do have unsupported updates on as well as pre-released.

                      Could that have something to do with it?


                      EDIT: Nope. Unchecked those and still the same thing.

                      EDIT2: Just looked at the the toggle-compositing repo with the -s modifier. It reports that it depends on libplasma1 and it isn't installed. Odd enough I have libplasma2 installed. So there is something going on here. I guess all of this isn't really supported under HH 8.04 KDE4.1.

                      Comment


                        #26
                        Re: Install (almost) any plasmoid

                        I have Intrepid, so that:
                        Here:
                        libasound2-dev
                        Depends: libasound2 (= 1.0.16-2ubuntu1), libc6-dev | libc-dev
                        is for Intrepid Ibex


                        EDIT2: Just looked at the the toggle-compositing repo with the -s modifier. It reports that it depends on libplasma1 and it isn't installed. Odd enough I have libplasma2 installed. So there is something going on here. I guess all of this isn't really supported under HH 8.04 KDE4.1.
                        Or is the "Toggle-Compositing" KDE 4.0 only ?

                        Aaron Seigo:
                        libplasma will not be binary compatible between 4.0 and 4.1
                        Edit:
                        Changelog:
                        [Verion 0.2]

                        * Ported to KDE 4.1
                        Before you edit, BACKUP !

                        Why there are dead links ?
                        1. Thread: Please explain how to access old kubuntu forum posts
                        2. Thread: Lost Information

                        Comment


                          #27
                          Re: Install (almost) any plasmoid

                          I guess the cards are stacked against me on this one

                          Comment


                            #28
                            Re: Install (almost) any plasmoid


                            this is a big help, thanks

                            Comment


                              #29
                              Re: Install (almost) any plasmoid

                              Hello everyone out there

                              Well I've done all the basic steps you've posted in here, but I'm still stuck with compiling my plasmoids. See, for instance (it is a common error I find when trying to compile every plasmoid source I've downloaded) the process for the Bball plasmoid. Here's the I/O:

                              Code:
                              luis@Foton64:~/Descargas/KDE4$ tar xfz 68451-bball-0.5.tar.gz 
                              luis@Foton64:~/Descargas/KDE4$ cd bball-0.5/         
                              luis@Foton64:~/Descargas/KDE4/bball-0.5$ mkdir build     
                              luis@Foton64:~/Descargas/KDE4/bball-0.5$ cd build/      
                              luis@Foton64:~/Descargas/KDE4/bball-0.5/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.1 (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 Automoc4: /usr/bin/automoc4                                                            
                              -- Found Perl: /usr/bin/perl                                                                
                              -- Performing Test _OFFT_IS_64BIT                                                             
                              -- Performing Test _OFFT_IS_64BIT - Success
                              -- 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/kde4/lib/libphonon.so
                              -- Found Phonon Includes: /usr/lib/kde4/include/KDE;/usr/lib/kde4/include
                              -- Found KDE 4.1 include dir: /usr/lib/kde4/include
                              -- Found KDE 4.1 library dir: /usr/lib/kde4/lib
                              -- Found KDE4 kconfig_compiler preprocessor: /usr/lib/kde4/bin/kconfig_compiler
                              -- Found automoc4: /usr/bin/automoc4
                              -- Found Plasma: /usr/lib/kde4/lib/libplasma.so
                              -- Configuring done
                              -- Generating done
                              -- Build files have been written to: /home/luis/Descargas/KDE4/bball-0.5/build
                              luis@Foton64:~/Descargas/KDE4/bball-0.5/build$ make
                              [ 33%] Generating ui_bballConfig.h
                              Generating bball.moc
                              Scanning dependencies of target plasma_applet_bball
                              [ 66%] Building CXX object CMakeFiles/plasma_applet_bball.dir/plasma_applet_bball_automoc.o
                              [100%] Building CXX object CMakeFiles/plasma_applet_bball.dir/bball.o
                              /home/luis/Descargas/KDE4/bball-0.5/bball.cpp:36:26: error: plasma/phase.h: No such file or directory
                              /home/luis/Descargas/KDE4/bball-0.5/bball.cpp: In member function ‘void bballApplet::constraintsUpdated(Plasma::Constraints)’:
                              /home/luis/Descargas/KDE4/bball-0.5/bball.cpp:248: error: ‘setDrawStandardBackground’ was not declared in this scope
                              make[2]: *** [CMakeFiles/plasma_applet_bball.dir/bball.o] Error 1
                              make[1]: *** [CMakeFiles/plasma_applet_bball.dir/all] Error 2
                              make: *** [all] Error 2
                              luis@Foton64:~/Descargas/KDE4/bball-0.5/build$
                              As you may guess from the shell prompt, I'm on a AMD64 installation.

                              I would really appreciate any help! Thanks a lot!

                              Comment


                                #30
                                Re: Install (almost) any plasmoid

                                Error

                                error: plasma/phase.h: No such file or directory

                                What package is offering plasma/phase.h

                                > How to: search for files in packages, installed or not
                                > CMake Compile Errors
                                or
                                Ubuntu packages
                                This site provides you with information about all the packages available in the Ubuntu Package archive.

                                Using Ubuntu packages (hardy, plasma/phase.h)

                                Note
                                Ubuntu packages does not contain PPA package info.

                                =>

                                You have searched for files named plasma/phase.h in suite hardy, all sections, and all architectures. Found 1 results

                                File Packages
                                /usr/lib/kde4/include/plasma/phase.h libplasma-dev

                                Do you have libplasma-dev ?
                                Do you have KDE 4.0.X or KDE 4.1.X ?

                                libplasma-dev, KDE 4.1, doesn't have phase.h

                                =>

                                by Aaron Seigo on Thursday 03/Apr/2008, @08:53
                                as i said long before 4.0 came out: libplasma will not be binary compatible between 4.0 and 4.1, the goal is to move to binary compatibility once 4.1 is out.

                                Before you edit, BACKUP !

                                Why there are dead links ?
                                1. Thread: Please explain how to access old kubuntu forum posts
                                2. Thread: Lost Information

                                Comment

                                Working...
                                X