Announcement

Collapse
No announcement yet.

[SOLVED - KIND OF.... ] Can't install devede

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

    #16
    Re: Can't install devede

    Darn..... >

    Code:
    dpich@dpichD5:~$ sudo cat /etc/apt/sources.list
    # deb cdrom:[Kubuntu 9.10 _Karmic Koala_ - Release amd64 (20091027)]/ karmic main restricted
    # See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to          
    # newer versions of the distribution.                            
    
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic main restricted
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.                        
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-updates main restricted
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any 
    ## review or updates from the Ubuntu security team.            
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic universe          
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic universe        
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-updates universe      
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-updates universe    
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic multiverse
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic multiverse
    deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-updates multiverse
    deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-updates multiverse
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-backports main restricted universe multiverse
    # deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-backports main restricted universe multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb [url]http://archive.canonical.com/ubuntu[/url] karmic partner
    # deb-src [url]http://archive.canonical.com/ubuntu[/url] karmic partner
    
    deb [url]http://security.ubuntu.com/ubuntu[/url] karmic-security main restricted
    deb-src [url]http://security.ubuntu.com/ubuntu[/url] karmic-security main restricted
    deb [url]http://security.ubuntu.com/ubuntu[/url] karmic-security universe
    deb-src [url]http://security.ubuntu.com/ubuntu[/url] karmic-security universe
    deb [url]http://security.ubuntu.com/ubuntu[/url] karmic-security multiverse
    deb-src [url]http://security.ubuntu.com/ubuntu[/url] karmic-security multiverse
    
    # Added for latest KDE
    deb [url]http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu[/url] karmic main
    
    # Added for latest Virtualbox
    deb [url]http://download.virtualbox.org/virtualbox/debian[/url] karmic non-free
    dpich@dpichD5:~$

    Comment


      #17
      Re: Can't install devede

      do you have mediabuntu repos? at least 1 of the packages (at least on my box ) is from mediabuntu

      http://ubuntuforums.org/showthread.php?t=766683

      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #18
        Re: Can't install devede

        ok.. Followed the instructions I've read on installing the medibuntu repositories on Kubuntu. But I'm still not getting any love out of devede.

        What I've found very strange now is that I have a 64bit system AND a 32 bit system doing the same thing.

        Code:
        dpich@dpich-laptop:~$ sudo apt-get install devede
        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.
        The following information may help to resolve the situation:
        
        The following packages have unmet dependencies:
         devede: Depends: mencoder but it is not going to be installed
             Depends: mplayer-nogui but it is not going to be installed
             Depends: libswscale-extra-0 but it is not going to be installed
        E: Broken packages
        dpich@dpich-laptop:~$ uname -a
        Linux dpich-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux
        dpich@dpich-laptop:~$ sudo cat /etc/apt/sources.list | grep medibuntu
        # Added the medibuntu repositories
        deb [url]http://packages.medibuntu.org/[/url] karmic free non-free
        deb-src [url]http://packages.medibuntu.org/[/url] karmic free non-free
        dpich@dpich-laptop:~$
        So is this something more serious than I thought? It is a different set of erros other than the 'libswscale-extra-0' package.

        Comment


          #19
          Re: Can't install devede

          mencoder is in multiverse
          mplayer-nogui is in multiverse
          libswscale-extra-0 is in multiverse

          Do you have the multiverse repo enabled?

          Comment


            #20
            Re: Can't install devede

            Yes....

            Code:
            dpich@dpich-laptop:~$ sudo cat /etc/apt/sources.list | grep multiverse
            ## multiverse WILL NOT receive any review or updates from the Ubuntu
            deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic multiverse
            deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic multiverse
            deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-updates multiverse
            deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-updates multiverse
            deb [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-backports main restricted universe multiverse
            deb-src [url]http://us.archive.ubuntu.com/ubuntu/[/url] karmic-backports main restricted universe multiverse
            deb [url]http://security.ubuntu.com/ubuntu[/url] karmic-security multiverse
            deb-src [url]http://security.ubuntu.com/ubuntu[/url] karmic-security multiverse
            dpich@dpich-laptop:~$
            Shot in the dark....

            Code:
            dpich@dpich-laptop:~$ sudo apt-get install mencoder    
            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.                  
            The following information may help to resolve the situation:   
            
            The following packages have unmet dependencies:
             mencoder: Depends: mplayer-nogui but it is not going to be installed
            E: Broken packages                          
            dpich@dpich-laptop:~$ sudo apt-get install mplayer-nogui       
            Reading package lists... Done                     
            Building dependency tree                       
            Reading state information... Done                   
            The following extra packages will be installed:            
             libavc1394-0 libavutil-unstripped-49 libcelt0 libenca0 libfaac0 libffado1 libfreebob0
             libglibmm-2.4-1c2a libiec61883-0 libjack0 liblircclient0 liblzo2-2 libopenal1 libraw1394-11
             libsvga1 libswscale0 libxml++2.6-2                             
            Suggested packages:                                     
             jackd lirc libraw1394-doc mplayer-doc netselect fping                   
            The following NEW packages will be installed:                        
             libavc1394-0 libavutil-unstripped-49 libcelt0 libenca0 libfaac0 libffado1 libfreebob0   
             libglibmm-2.4-1c2a libiec61883-0 libjack0 liblircclient0 liblzo2-2 libopenal1 libraw1394-11
             libsvga1 libswscale0 libxml++2.6-2 mplayer-nogui                      
            0 upgraded, 18 newly installed, 0 to remove and 6 not upgraded.               
            Need to get 4,645kB of archives.                               
            After this operation, 12.4MB of additional disk space will be used.             
            Do you want to continue [Y/n]? y                               
            Get:1 [url]http://ppa.launchpad.net[/url] karmic/main mplayer-nogui 2:1.0~rc3+svn20090620~karmic~ppa4 [2,138kB]                                                 
            Get:2 [url]http://us.archive.ubuntu.com[/url] karmic/multiverse libavutil-unstripped-49 4:0.5+svn20090706-2ubuntu3 [39.3kB]                                           
            Get:3 [url]http://us.archive.ubuntu.com[/url] karmic/universe libcelt0 0.6.1-1 [41.8kB]            
            Get:4 [url]http://us.archive.ubuntu.com[/url] karmic/main libenca0 1.9-7 [75.2kB]               
            Get:5 [url]http://us.archive.ubuntu.com[/url] karmic/multiverse libfaac0 1.26-0.1ubuntu2 [61.4kB]       
            Get:6 [url]http://us.archive.ubuntu.com[/url] karmic/main libglibmm-2.4-1c2a 2.22.1-2 [287kB]         
            Get:7 [url]http://us.archive.ubuntu.com[/url] karmic/main libraw1394-11 2.0.4-1ubuntu1 [47.7kB]        
            Get:8 [url]http://us.archive.ubuntu.com[/url] karmic/main libiec61883-0 1.2.0-0.1 [27.5kB]          
            Get:9 [url]http://us.archive.ubuntu.com[/url] karmic/main libxml++2.6-2 2.26.0-2 [64.1kB]           
            Get:10 [url]http://us.archive.ubuntu.com[/url] karmic/universe libffado1 2.0~rc2+svn1569-2ubuntu1 [743kB]   
            Get:11 [url]http://us.archive.ubuntu.com[/url] karmic/main libavc1394-0 0.5.3-1build3 [22.5kB]        
            Get:12 [url]http://us.archive.ubuntu.com[/url] karmic/universe libfreebob0 1.0.11-1build1 [155kB]       
            Get:13 [url]http://us.archive.ubuntu.com[/url] karmic/universe libjack0 0.116.1-4ubuntu2 [212kB]       
            Get:14 [url]http://us.archive.ubuntu.com[/url] karmic/main liblzo2-2 2.03-1 [64.5kB]             
            Get:15 [url]http://us.archive.ubuntu.com[/url] karmic/universe libsvga1 1:1.4.3-27ubuntu1 [312kB]       
            Get:16 [url]http://us.archive.ubuntu.com[/url] karmic/main libswscale0 4:0.5+svn20090706-2ubuntu2 [172kB]   
            Get:17 [url]http://us.archive.ubuntu.com[/url] karmic/main liblircclient0 0.8.6-0ubuntu2 [88.1kB]       
            Get:18 [url]http://us.archive.ubuntu.com[/url] karmic/universe libopenal1 1:1.8.466-2 [94.1kB]        
            Fetched 4,645kB in 13s (344kB/s)                                  
            Selecting previously deselected package libavutil-unstripped-49.                  
            (Reading database ... 97230 files and directories currently installed.)              
            Unpacking libavutil-unstripped-49 (from .../libavutil-unstripped-49_4%3a0.5+svn20090706-2ubuntu3_i386.deb) ...                                            
            Selecting previously deselected package libcelt0.                         
            Unpacking libcelt0 (from .../libcelt0_0.6.1-1_i386.deb) ...                    
            Selecting previously deselected package libenca0.                         
            Unpacking libenca0 (from .../libenca0_1.9-7_i386.deb) ...                     
            Selecting previously deselected package libfaac0.                         
            Unpacking libfaac0 (from .../libfaac0_1.26-0.1ubuntu2_i386.deb) ...                
            Selecting previously deselected package libglibmm-2.4-1c2a.                    
            Unpacking libglibmm-2.4-1c2a (from .../libglibmm-2.4-1c2a_2.22.1-2_i386.deb) ...          
            Selecting previously deselected package libraw1394-11.                       
            Unpacking libraw1394-11 (from .../libraw1394-11_2.0.4-1ubuntu1_i386.deb) ...            
            Selecting previously deselected package libiec61883-0.                       
            Unpacking libiec61883-0 (from .../libiec61883-0_1.2.0-0.1_i386.deb) ...              
            Selecting previously deselected package libxml++2.6-2.                       
            Unpacking libxml++2.6-2 (from .../libxml++2.6-2_2.26.0-2_i386.deb) ...               
            Selecting previously deselected package libffado1.                         
            Unpacking libffado1 (from .../libffado1_2.0~rc2+svn1569-2ubuntu1_i386.deb) ...           
            Selecting previously deselected package libavc1394-0.                       
            Unpacking libavc1394-0 (from .../libavc1394-0_0.5.3-1build3_i386.deb) ...             
            Selecting previously deselected package libfreebob0.                        
            Unpacking libfreebob0 (from .../libfreebob0_1.0.11-1build1_i386.deb) ...              
            Selecting previously deselected package libjack0.                         
            Unpacking libjack0 (from .../libjack0_0.116.1-4ubuntu2_i386.deb) ...                
            Selecting previously deselected package liblzo2-2.                         
            Unpacking liblzo2-2 (from .../liblzo2-2_2.03-1_i386.deb) ...                    
            Selecting previously deselected package libsvga1.                         
            Unpacking libsvga1 (from .../libsvga1_1%3a1.4.3-27ubuntu1_i386.deb) ...              
            Selecting previously deselected package libswscale0.                        
            Unpacking libswscale0 (from .../libswscale0_4%3a0.5+svn20090706-2ubuntu2_i386.deb) ...       
            Selecting previously deselected package liblircclient0.                      
            Unpacking liblircclient0 (from .../liblircclient0_0.8.6-0ubuntu2_i386.deb) ...           
            Selecting previously deselected package libopenal1.                        
            Unpacking libopenal1 (from .../libopenal1_1%3a1.8.466-2_i386.deb) ...               
            Selecting previously deselected package mplayer-nogui.                       
            Unpacking mplayer-nogui (from .../mplayer-nogui_2%3a1.0~rc3+svn20090620~karmic~ppa4_i386.deb) ... 
            Processing triggers for man-db ...                                 
            Setting up libavutil-unstripped-49 (4:0.5+svn20090706-2ubuntu3) ...                
            Setting up libcelt0 (0.6.1-1) ...                                 
            
            Setting up libenca0 (1.9-7) ...
            
            Setting up libfaac0 (1.26-0.1ubuntu2) ...
            
            Setting up libglibmm-2.4-1c2a (2.22.1-2) ...
            
            Setting up libraw1394-11 (2.0.4-1ubuntu1) ...
            
            Setting up libiec61883-0 (1.2.0-0.1) ...
            
            Setting up libxml++2.6-2 (2.26.0-2) ...
            
            Setting up libffado1 (2.0~rc2+svn1569-2ubuntu1) ...
            
            Setting up libavc1394-0 (0.5.3-1build3) ...
            
            Setting up libfreebob0 (1.0.11-1build1) ...
            
            Setting up libjack0 (0.116.1-4ubuntu2) ...
            
            Setting up liblzo2-2 (2.03-1) ...
            
            Setting up libsvga1 (1:1.4.3-27ubuntu1) ...
            
            Setting up libswscale0 (4:0.5+svn20090706-2ubuntu2) ...
            
            Setting up liblircclient0 (0.8.6-0ubuntu2) ...
            
            Setting up libopenal1 (1:1.8.466-2) ...
            
            Setting up mplayer-nogui (2:1.0~rc3+svn20090620~karmic~ppa4) ...
            
            Processing triggers for libc-bin ...
            ldconfig deferred processing now taking place
            dpich@dpich-laptop:~$ sudo apt-get install devede
            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.                                                             
            The following information may help to resolve the situation:                                              
                                                                                        
            The following packages have unmet dependencies:                                                    
             devede: Depends: libswscale-extra-0 but it is not going to be installed                                       
            E: Broken packages                                                                   
            dpich@dpich-laptop:~$ sudo apt-get install libswscale-extra-0
            Reading package lists... Done                                                             
            Building dependency tree                                                                
            Reading state information... Done                                                           
            The following packages were automatically installed and are no longer required:                                    
             libopenal1 libfreebob0 libavutil-unstripped-49 libiec61883-0 libsvga1 libjack0 liblircclient0 libraw1394-11 libglibmm-2.4-1c2a libenca0 libcelt0   
             libavc1394-0 liblzo2-2 libffado1 libxml++2.6-2 libfaac0
            Use 'apt-get autoremove' to remove them.
            The following packages will be REMOVED:
             libswscale0 mplayer-nogui
            The following NEW packages will be installed:
             libswscale-extra-0
            0 upgraded, 1 newly installed, 2 to remove and 6 not upgraded.
            Need to get 172kB of archives.
            After this operation, 4,866kB disk space will be freed.
            Do you want to continue [Y/n]? Y
            Get:1 [url]http://us.archive.ubuntu.com[/url] karmic/multiverse libswscale-extra-0 4:0.5+svn20090706-2ubuntu3 [172kB]
            Fetched 172kB in 7s (23.3kB/s)
            (Reading database ... 97438 files and directories currently installed.)
            Removing mplayer-nogui ...
            Removing libswscale0 ...
            Processing triggers for man-db ...
            Processing triggers for libc-bin ...
            ldconfig deferred processing now taking place
            Selecting previously deselected package libswscale-extra-0.
            (Reading database ... 97409 files and directories currently installed.)
            Unpacking libswscale-extra-0 (from .../libswscale-extra-0_4%3a0.5+svn20090706-2ubuntu3_i386.deb) ...
            Setting up libswscale-extra-0 (4:0.5+svn20090706-2ubuntu3) ...
            
            Processing triggers for libc-bin ...
            ldconfig deferred processing now taking place
            dpich@dpich-laptop:~$ sudo apt-get install devede
            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.
            The following information may help to resolve the situation:
            
            The following packages have unmet dependencies:
             devede: Depends: mencoder but it is not going to be installed
                 Depends: mplayer-nogui but it is not going to be installed
            E: Broken packages
            dpich@dpich-laptop:~$

            Comment


              #21
              Re: Can't install devede

              0 upgraded, 1 newly installed, 2 to remove and 6 not upgraded.

              It seems some packages are being held back for some reason. Have you done a
              Code:
              sudo apt-get dist-upgrade
              recently?

              Comment


                #22
                Re: Can't install devede

                nope, but.....

                Code:
                dpich@dpich-laptop:~$ sudo apt-get dist-upgrade           
                Reading package lists... Done                    
                Building dependency tree                      
                Reading state information... Done                  
                Calculating upgrade... Done                     
                The following packages will be REMOVED:               
                 nvidia-190-libvdpau nvidia-glx-190                
                The following NEW packages will be installed:            
                 nvidia-185-libvdpau                        
                The following packages will be upgraded:              
                 libxine1 libxine1-bin libxine1-console libxine1-ffmpeg libxine1-misc-plugins libxine1-x
                6 upgraded, 1 newly installed, 2 to remove and 0 not upgraded.              
                Need to get 4,140kB of archives.                             
                After this operation, 29.4MB disk space will be freed.                  
                Do you want to continue [Y/n]? Y                             
                Get:1 [url]http://ppa.launchpad.net[/url] karmic/main libxine1 1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1 [1,380B]
                Get:2 [url]http://us.archive.ubuntu.com[/url] karmic/restricted nvidia-185-libvdpau 185.18.36-0ubuntu9 [764kB]       
                Get:3 [url]http://ppa.launchpad.net[/url] karmic/main libxine1-x 1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1 [173kB]
                Get:4 [url]http://ppa.launchpad.net[/url] karmic/main libxine1-ffmpeg 1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1 [433kB]
                Get:5 [url]http://ppa.launchpad.net[/url] karmic/main libxine1-console 1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1 [52.1kB]               
                Get:6 [url]http://ppa.launchpad.net[/url] karmic/main libxine1-misc-plugins 1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1 [947kB]             
                Get:7 [url]http://ppa.launchpad.net[/url] karmic/main libxine1-bin 1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1 [1,770kB]                 
                Fetched 4,140kB in 33s (125kB/s)                                                           
                (Reading database ... 97420 files and directories currently installed.)                                        
                Removing nvidia-glx-190 ...                                                              
                Removing nvidia-190-libvdpau ...                                                           
                Processing triggers for man-db ...                                                          
                Processing triggers for libc-bin ...                                                         
                ldconfig deferred processing now taking place                                                     
                (Reading database ... 97368 files and directories currently installed.)                                        
                Preparing to replace libxine1 1.1.16.3-0ubuntu4 (using .../libxine1_1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1_i386.deb) ...         
                Unpacking replacement libxine1 ...                                                          
                Preparing to replace libxine1-x 1.1.16.3-0ubuntu4 (using .../libxine1-x_1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1_i386.deb) ...       
                Unpacking replacement libxine1-x ...                                                         
                Preparing to replace libxine1-ffmpeg 1.1.16.3-0ubuntu4 (using .../libxine1-ffmpeg_1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1_i386.deb) ...  
                Unpacking replacement libxine1-ffmpeg ...                                                       
                Preparing to replace libxine1-console 1.1.16.3-0ubuntu4 (using .../libxine1-console_1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1_i386.deb) ... 
                Unpacking replacement libxine1-console ...
                Selecting previously deselected package nvidia-185-libvdpau.
                Unpacking nvidia-185-libvdpau (from .../nvidia-185-libvdpau_185.18.36-0ubuntu9_i386.deb) ...
                Preparing to replace libxine1-misc-plugins 1.1.16.3-0ubuntu4 (using .../libxine1-misc-plugins_1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1_i386.deb) ...
                Unpacking replacement libxine1-misc-plugins ...
                Preparing to replace libxine1-bin 1.1.16.3-0ubuntu4 (using .../libxine1-bin_1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1_i386.deb) ...
                Unpacking replacement libxine1-bin ...
                Processing triggers for man-db ...
                Setting up nvidia-185-libvdpau (185.18.36-0ubuntu9) ...
                
                Setting up libxine1-bin (1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1) ...
                
                Setting up libxine1-misc-plugins (1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1) ...
                
                Setting up libxine1-x (1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1) ...
                
                Setting up libxine1-console (1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1) ...
                
                Setting up libxine1 (1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1) ...
                
                Setting up libxine1-ffmpeg (1.1.16.3-0ubuntu2~xine-vdpau~karmic~nvidiavdpauppa1) ...
                
                Processing triggers for libc-bin ...
                ldconfig deferred processing now taking place
                dpich@dpich-laptop:~$ sudo apt-get install devede
                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.
                The following information may help to resolve the situation:
                
                The following packages have unmet dependencies:
                 devede: Depends: mencoder but it is not going to be installed
                     Depends: mplayer-nogui but it is not going to be installed
                E: Broken packages
                dpich@dpich-laptop:~$

                Comment


                  #23
                  Re: Can't install devede

                  I'm running out of ideas.

                  Did you install mplayer from a ppa? Or even build it from source? Obviously, there is a version mismatch somewhere.

                  This thread may also help
                  http://ubuntuforums.org/showthread.php?t=1318399

                  Comment


                    #24
                    Re: Can't install devede

                    hear using KDE 4.3.3 on Karmic with kernel 2.6.31-14-generic

                    my sorces look like this.
                    vinny@desktop:~$ ls /etc/apt
                    apt.conf.d sources.list sources.list.distUpgrade trusted.gpg
                    preferences.d sources.list~ sources.list.save trusted.gpg~
                    secring.gpg sources.list.d trustdb.gpg
                    vinny@desktop:~$
                    and

                    vinny@desktop:~$ cat /etc/apt/sources.list
                    # deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
                    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
                    # newer versions of the distribution.

                    deb http://us.archive.ubuntu.com/ubuntu/ karmic main restricted
                    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic main restricted

                    ## Major bug fix updates produced after the final release of the
                    ## distribution.
                    deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
                    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-updates main restricted

                    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                    ## team. Also, please note that software in universe WILL NOT receive any
                    ## review or updates from the Ubuntu security team.
                    deb http://us.archive.ubuntu.com/ubuntu/ karmic universe
                    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic universe
                    deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates universe
                    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-updates universe

                    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
                    ## team, and may not be under a free licence. Please satisfy yourself as to
                    ## your rights to use the software. Also, please note that software in
                    ## multiverse WILL NOT receive any review or updates from the Ubuntu
                    ## security team.
                    deb http://us.archive.ubuntu.com/ubuntu/ karmic multiverse
                    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic multiverse
                    deb http://us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
                    deb-src http://us.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

                    ## Uncomment the following two lines to add software from the 'backports'
                    ## repository.
                    ## N.B. software from this repository may not have been tested as
                    ## extensively as that contained in the main release, although it includes
                    ## newer versions of some applications which may provide useful features.
                    ## Also, please note that software in backports WILL NOT receive any review
                    ## or updates from the Ubuntu security team.
                    # deb http://us.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
                    # deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

                    ## Uncomment the following two lines to add software from Canonical's
                    ## 'partner' repository.
                    ## This software is not part of Ubuntu, but is offered by Canonical and the
                    ## respective vendors as a service to Ubuntu users.
                    deb http://archive.canonical.com/ubuntu karmic partner
                    # deb-src http://archive.canonical.com/ubuntu jaunty partner

                    deb http://security.ubuntu.com/ubuntu karmic-security main restricted
                    deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted
                    deb http://security.ubuntu.com/ubuntu karmic-security universe
                    deb-src http://security.ubuntu.com/ubuntu karmic-security universe
                    deb http://security.ubuntu.com/ubuntu karmic-security multiverse
                    deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse
                    # deb http://ppa.launchpad.net/kubuntu-ppa/ppa/ubuntu karmic main # disabled on upgrade to karmic
                    # deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu karmic main # disabled on upgrade to karmic
                    # deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main #X-Updates PPA
                    # deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu jaunty main #X-Updates PPA
                    # deb http://debian.alphagemini.org/ unstable main



                    deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu karmic main
                    deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ karmic main
                    vinny@desktop:~$
                    and

                    vinny@desktop:~$ ls /etc/apt/sources.list.d
                    medibuntu.list medibuntu.list~ medibuntu.list.distUpgrade medibuntu.list.save
                    vinny@desktop:~$
                    vinny@desktop:~$ cat /etc/apt/sources.list.d/medibuntu.list
                    ## Please report any bug on https://bugs.launchpad.net/medibuntu/
                    deb http://packages.medibuntu.org/ karmic free non-free #Medibuntu - Ubuntu 9.04 "jaunty jackalope" disabled on upgrade to karmic
                    # deb-src http://packages.medibuntu.org/ jaunty free non-free #Medibuntu (source) - Ubuntu 9.04 "jaunty jackalope"
                    vinny@desktop:~$
                    and upgrading DeVeDe DeVeDe was no prob.

                    have we done a

                    Code:
                    sudo apt-get -f install
                    yet?

                    VINNY
                    i7 4core HT 8MB L3 2.9GHz
                    16GB RAM
                    Nvidia GTX 860M 4GB RAM 1152 cuda cores

                    Comment


                      #25
                      Re: Can't install devede

                      Hmm.....


                      Code:
                      dpich@dpich-laptop:~$ sudo apt-get -f install
                      Reading package lists... Done
                      Building dependency tree
                      Reading state information... Done
                      0 upgraded, 0 newly installed, 0 to remove and 108 not upgraded.
                      dpich@dpich-laptop:~$
                      What does that mean? I've never seen that before.

                      This is pretty much a fresh install. I have not done anything except doing the base install, upgrading to KDE 4.3.3.

                      Comment


                        #26
                        Re: Can't install devede

                        One last shot in the dark. Do you always remember to run
                        Code:
                        sudo apt-get update
                        after editing your suorces.list or before attempting to install/update?

                        Comment


                          #27
                          Re: Can't install devede

                          anytime i edit the /etc/apt/sources.list file or manually add them in the synaptic or apt screen, I do a refresh so that the software sources are updated in my kubuntu.

                          I do not install anything from the new repositories until an update/reload is applied correctly.

                          Comment


                            #28
                            Re: Can't install devede

                            you could try forsing ver 3.12 with synaptic and see if IT will install.

                            then see if synaptic will let it upgrade??

                            just a idea dont know if it will work.....as I had no problems with it to begin with.

                            VINNY
                            i7 4core HT 8MB L3 2.9GHz
                            16GB RAM
                            Nvidia GTX 860M 4GB RAM 1152 cuda cores

                            Comment


                              #29
                              Re: Can't install devede

                              Originally posted by Snowhog
                              Meaning the application isn't (yet) available in Karmic.
                              It works for me, just installed 3.14.0

                              Comment


                                #30
                                Re: Can't install devede

                                In the repos I see devede 3.14.0-0ubuntu5 available.

                                Comment

                                Working...
                                X