Announcement

Collapse
No announcement yet.

seg fault???

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

    #16
    Not running Muon -- Muon was not installed when I upgraded to Precise. I can run Synaptic from the Menu, but it gives the errors as noted above. I would run sudo apt-get from Konsole. BTW, the lock file that I removed was regenerated when I retried Apper and Synaptic.

    Comment


      #17
      I tried:
      removing the two *.bin files in /var/cache/apt and then rerunning sudo apt-get update and then apt-get dist-upgrade

      Result:
      desktop:/var/cache/apt$ sudo apt-get dist-upgrade
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      You might want to run 'apt-get -f install' to correct these.
      The following packages have unmet dependencies:
      libkexiv2-10 : Depends: libkexiv2-data (>= 4:4.8.2-0ubuntu1) but it is not installed
      E: Unmet dependencies. Try using -f.

      libkexiv2-10 is the package that Synaptic keeps identifying as "broken". What now?

      Comment


        #18
        what SnowHog was saying is that you can not have a GUI (graphical)package manager running/open like apper,muon,synaptic AND try to use apt-get at the same time .
        or the reverse........if you first open lets say synaptic it LOCKS the archive so nothing else can use it until it's done/closed ......same is true for apt-get if you use it first and haven’t closed the terminal then synaptic,muon,apper cant work until you do

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

        Comment


          #19
          Thanks for the clarification, Vinny. No, I didn't have two pkg managers open at the same time.

          Comment


            #20
            what happens when you run
            Code:
            sudo apt-get -f install
            ?

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

            Comment


              #21
              $ sudo apt-get -f install
              [sudo] password for paul:
              Reading package lists... Done
              Building dependency tree
              Reading state information... Done
              Correcting dependencies... Done
              The following packages were automatically installed and are no longer required:
              libkworkspace4 lib32bz2-1.0 libxcb-aux0 python-gnome2 linux-headers-2.6.32-39-generic
              libswscale0 libcdio10 libaccess-bridge-java libgsf-1-common python-pyorbit xsltproc
              libxcb-atom1 libntfs10 realpath libgnome2-vfs-perl libdb4.7-java libcdio-paranoia0
              libunistring0:i386 libwebkit-1.0-common libpolkit-qt-1-0 lib32ncurses5 libxklavier16
              intel-gpu-tools libfreeimage3 libicu42 libkipi7 libboost-system1.40.0
              libdb4.7-java-gcj ubufox libboost-python1.40.0 libimobiledevice0 libquicktime1
              openoffice.org-l10n-en-gb libplasmaclock4 libproxy0 libweather-ion4
              libboost-program-options1.40.0 mplayer-nogui libavfilter0 libdns64 libgomp1:i386
              xscreensaver-data libavdevice52 libnotify1 libkexiv2-8 libexiv2-6 libparted0
              librasqal2 firefox-branding libisccc60 libprocesscore4 cpu-checker libsolidcontrol4
              lib32gcc1 libindicate4 libwnck22 libsolidcontrolifaces4 libsexy2 sdparm libxcb-event1
              libindicator0 libxres1 lib32nss-mdns libaccess-bridge-java-jni libgp11-0 libgcr0
              libexempi3 liblwres60 linux-headers-2.6.32-40 linux-headers-2.6.32-41
              linux-headers-2.6.32-39 cvs libdbusmenu-glib1 virtuoso-nepomuk libtaskmanager4
              linux-headers-2.6.32-40-generic libcroco3:i386 libboost-thread1.40.0 libdbusmenu-gtk1
              libgsf-1-114 libiptcdata0 libgnome2-canvas-perl libbind9-60 libpostproc51
              libpoppler-glib4 liblzo2-2 ttf-kacst-one libwildmidi0 openoffice.org-l10n-common
              libgettextpo0:i386 firefox-3.5 libavformat52 libkephal4 compiz-plugins
              libappindicator0 yelp libwebkit-1.0-2 libisccfg60 gnome-desktop-data libattica0
              libcamel1.2-14 libsoundtouch1c2 libwnck-common libgnome2-perl
              liblaunchpad-integration1 libcdio-cdda0 libtorrent-rasterbar5 lib32z1 gnome-user-guide
              libgraphite3 liboil0.3 lib32stdc++6 liblsofui4 kscreensaver-xsavers libisc60
              libjson-glib-1.0-0 linux-headers-2.6.32-41-generic libmsn0.3 gnome-doc-utils
              libkdcraw8 libedataserver1.2-11 libsmokesoprano3 kdebase-workspace
              libboost-filesystem1.40.0 libebook1.2-9 libaudiofile0
              Use 'apt-get autoremove' to remove them.
              The following extra packages will be installed:
              libkexiv2-data
              The following NEW packages will be installed:
              libkexiv2-data
              0 upgraded, 1 newly installed, 0 to remove and 76 not upgraded.
              3 not fully installed or removed.
              Need to get 0 B/62.1 kB of archives.
              After this operation, 1,012 kB of additional disk space will be used.
              Do you want to continue [Y/n]? y
              E: Internal Error, No file name for libapt-pkg4.12

              Comment


                #22
                I have a suspicion that libapt-pkg4.12 is misnamed...

                Comment


                  #23
                  did you hit "y" and let it install your libkexiv2-data ?

                  then do a
                  Code:
                  sudo apt-get update && sudo apt-get dist-upgrade
                  and see what you get

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

                  Comment


                    #24
                    I hit "Y" but got the error message you see above: E: Internal Error, No file name for libapt-pkg4.12 .

                    Now trying sudo apt-get update && sudo apt-get dist-upgrade...

                    Result:
                    ...
                    ...
                    ...
                    You might want to run 'apt-get -f install' to correct these.
                    The following packages have unmet dependencies:
                    libkexiv2-10 : Depends: libkexiv2-data (>= 4:4.8.2-0ubuntu1) but it is not installed
                    E: Unmet dependencies. Try using -f.

                    Comment


                      #25
                      post the output of
                      Code:
                      cat /etc/apt/sources.list
                      as run from a terminal

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

                      Comment


                        #26
                        $ cat /etc/apt/sources.list
                        # deb cdrom:[Kubuntu 9.10 _Karmic Koala_ - Release amd64 (20091027)]/ karmic 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/ precise main restricted
                        deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted

                        ## Major bug fix updates produced after the final release of the
                        ## distribution.
                        deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted
                        deb-src http://us.archive.ubuntu.com/ubuntu/ precise-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/ precise universe
                        deb-src http://us.archive.ubuntu.com/ubuntu/ precise universe
                        deb http://us.archive.ubuntu.com/ubuntu/ precise-updates universe
                        deb-src http://us.archive.ubuntu.com/ubuntu/ precise-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/ precise multiverse
                        deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse
                        deb http://us.archive.ubuntu.com/ubuntu/ precise-updates multiverse
                        deb-src http://us.archive.ubuntu.com/ubuntu/ precise-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/ karmic-backports main restricted universe multiverse
                        # deb-src http://us.archive.ubuntu.com/ubuntu/ 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 http://archive.canonical.com/ubuntu precise partner
                        # deb-src http://archive.canonical.com/ubuntu lucid partner

                        deb http://security.ubuntu.com/ubuntu precise-security main restricted
                        deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
                        deb http://security.ubuntu.com/ubuntu precise-security universe
                        deb-src http://security.ubuntu.com/ubuntu precise-security universe
                        deb http://security.ubuntu.com/ubuntu precise-security multiverse
                        deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
                        $

                        Comment


                          #27
                          Do you have any non-standard/third-party repositories? What is the output of:
                          Code:
                          ls -la /etc/apt/sources.list.d
                          Using Kubuntu Linux since March 23, 2007
                          "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                          Comment


                            #28
                            $ ls -la /etc/apt/sources.list.d
                            total 20
                            drwxr-xr-x 2 root root 4096 May 23 15:56 .
                            drwxr-xr-x 6 root root 4096 May 23 17:38 ..
                            -rw-r--r-- 1 root root 98 May 23 15:56 tualatrix-ppa-lucid.list
                            -rw-r--r-- 1 root root 61 May 23 15:56 tualatrix-ppa-lucid.list.distUpgrade
                            -rw-r--r-- 1 root root 61 Jul 25 2011 tualatrix-ppa-lucid.list.save
                            $

                            Comment


                              #29
                              exactly as mine but I have this as well
                              ## This software is not part of Ubuntu, but is offered by third-party
                              ## developers who want to ship their latest software.
                              deb http://extras.ubuntu.com/ubuntu/ precise main
                              deb-src http://extras.ubuntu.com/ubuntu/ precise main
                              and I have the libapt-pkg4.12 installed ?

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

                              Comment


                                #30
                                "and I have the libapt-pkg4.12 installed ?"

                                Is this a statement about your installation or a question to me about mine?

                                Comment

                                Working...
                                X