Page 2 of 16 FirstFirst 123412 ... LastLast
Results 11 to 20 of 153

Thread: problem with dependencies with updating

  1. #11
    Join Date
    Nov 2013
    Beans
    112

    Re: problem with dependencies with updating

    The first command worked, but not the second. Here is my output:

    Code:
    ...
    Hit http://security.ubuntu.com precise-security/universe TranslationIndex
    Hit http://security.ubuntu.com precise-security/main Translation-en                                                                                                    
    Hit http://security.ubuntu.com precise-security/multiverse Translation-en                                                                                              
    Hit http://security.ubuntu.com precise-security/restricted Translation-en                                                                                              
    Hit http://security.ubuntu.com precise-security/universe Translation-en                                                                                                
    Fetched 4,195 kB in 12s (323 kB/s)                                                                                                                                     
    Reading package lists... Done
    W: GPG error: http://php53.dotdeb.org stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
    W: GPG error: http://packages.dotdeb.org stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E
    justin@ubuntu:~$ sudo apt-get 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:
     libssl-dev : Depends: libssl1.0.0 (= 1.0.1-4ubuntu5.14) but 1.0.1-4ubuntu5.16 is installed
    E: Unmet dependencies. Try using -f. justin@ubuntu:~$ 

  2. #12
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: problem with dependencies with updating

    bphillips2; Welp.

    A different set of issues, but need addressing now. We will return to the kernels later.
    One at a time, let's deal with the dependency issue, 1st:
    Try taking the package manager's advise, see what now comes of terminal command:
    Code:
    sudo apt-get -f install
    more fun
    than a basket full of speckled puppies
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #13
    Join Date
    Nov 2013
    Beans
    112

    Re: problem with dependencies with updating

    Here is my output.

    Code:
    justin@ubuntu:~$ sudo apt-get -f install
    [sudo] password for justin: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following extra packages will be installed:
      libssl-dev
    The following packages will be upgraded:
      libssl-dev
    1 upgraded, 0 newly installed, 0 to remove and 88 not upgraded.
    6 not fully installed or removed.
    Need to get 0 B/1,575 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue [Y/n]? y
    Setting up initramfs-tools (0.99ubuntu13.5) ...
    update-initramfs: deferring update (trigger activated)
    Setting up linux-image-3.8.0-37-generic (3.8.0-37.53~precise1) ...
    Running depmod.
    update-initramfs: deferring update (hook will be called later)
    Examining /etc/kernel/postinst.d.
    run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-37-generic /boot/vmlinuz-3.8.0-37-generic
    run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-37-generic /boot/vmlinuz-3.8.0-37-generic
    update-initramfs: Generating /boot/initrd.img-3.8.0-37-generic
    run-parts: executing /etc/kernel/postinst.d/update-notifier 3.8.0-37-generic /boot/vmlinuz-3.8.0-37-generic
    run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.8.0-37-generic /boot/vmlinuz-3.8.0-37-generic
    Generating grub.cfg ...
    Found linux image: /boot/vmlinuz-3.8.0-38-generic
    Found linux image: /boot/vmlinuz-3.8.0-37-generic
    Found initrd image: /boot/initrd.img-3.8.0-37-generic
    Found linux image: /boot/vmlinuz-3.8.0-36-generic
    Found initrd image: /boot/initrd.img-3.8.0-36-generic
    Found memtest86+ image: /memtest86+.bin
    done
    Setting up linux-image-3.8.0-38-generic (3.8.0-38.56~precise1) ...
    Running depmod.
    update-initramfs: deferring update (hook will be called later)
    Examining /etc/kernel/postinst.d.
    run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.8.0-38-generic /boot/vmlinuz-3.8.0-38-generic
    run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.8.0-38-generic /boot/vmlinuz-3.8.0-38-generic
    update-initramfs: Generating /boot/initrd.img-3.8.0-38-generic
    run-parts: executing /etc/kernel/postinst.d/update-notifier 3.8.0-38-generic /boot/vmlinuz-3.8.0-38-generic
    run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.8.0-38-generic /boot/vmlinuz-3.8.0-38-generic
    Generating grub.cfg ...
    Found linux image: /boot/vmlinuz-3.8.0-38-generic
    Found initrd image: /boot/initrd.img-3.8.0-38-generic
    Found linux image: /boot/vmlinuz-3.8.0-37-generic
    Found initrd image: /boot/initrd.img-3.8.0-37-generic
    Found linux image: /boot/vmlinuz-3.8.0-36-generic
    Found initrd image: /boot/initrd.img-3.8.0-36-generic
    Found memtest86+ image: /memtest86+.bin
    done
    dpkg: dependency problems prevent configuration of libssl-dev:
     libssl-dev depends on libssl1.0.0 (= 1.0.1-4ubuntu5.14); however:
      Version of libssl1.0.0 on system is 1.0.1-4ubuntu5.16.
    dpkg: error processing libssl-dev (--configure):
     dependency problems - leaving unconfigured
    Setting up linux-image-generic-lts-raring (3.8.0.37.37) ...
    No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                              Setting up linux-generic-lts-raring (3.8.0.37.37) ...
    Processing triggers for initramfs-tools ...
    update-initramfs: Generating /boot/initrd.img-3.8.0-38-generic
    Errors were encountered while processing:
     libssl-dev
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    justin@ubuntu:~$

  4. #14
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: problem with dependencies with updating

    bphillips2; Welp'

    Let's see what we can do to help things along:
    dpkg: dependency problems prevent configuration of libssl-dev:
    libssl-dev depends on libssl1.0.0 (= 1.0.1-4ubuntu5.14); however:
    Version of libssl1.0.0 on system is 1.0.1-4ubuntu5.16.
    dpkg: error processing libssl-dev (--configure):
    dependency problems - leaving unconfigured
    Says you have installed something that the package manager can not cope with.
    1) What release are you running ?
    Code:
    lsb_release -a
    cat /etc/issue
    2) What 3rd party stuff have you installed ?
    Code:
    cat -n /etc/apt/sources.list
    tail -v -n +1 /etc/apt/sources.list.d/*
    all in the care and feeding
    of your 'buntu
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #15
    Join Date
    Nov 2013
    Beans
    112

    Re: problem with dependencies with updating

    Here is my release info

    Code:
    justin@ubuntu:~$ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 12.04.4 LTS
    Release:        12.04
    Codename:       precise
    
    justin@ubuntu:~$ cat /etc/issue
    Ubuntu 12.04.4 LTS \n \l
    
    
    justin@ubuntu:~$
    And my third party info. That last line of command gave me an error as you will see.

    Code:
    justin@ubuntu:~$ cat -n /etc/apt/sources.list     
    1  # 
         2
         3  # deb cdrom:[Ubuntu-Server 12.04.3 LTS _Precise Pangolin_ - Release amd64 (20130820.2)]/ dists/precise/main/binary-i386/
         4  # deb cdrom:[Ubuntu-Server 12.04.3 LTS _Precise Pangolin_ - Release amd64 (20130820.2)]/ dists/precise/restricted/binary-i386/
         5  # deb cdrom:[Ubuntu-Server 12.04.3 LTS _Precise Pangolin_ - Release amd64 (20130820.2)]/ precise main restricted
         6
         7  # deb cdrom:[Ubuntu-Server 12.04.3 LTS _Precise Pangolin_ - Release amd64 (20130820.2)]/ dists/precise/main/binary-i386/
         8  # deb cdrom:[Ubuntu-Server 12.04.3 LTS _Precise Pangolin_ - Release amd64 (20130820.2)]/ dists/precise/restricted/binary-i386/
         9  # deb cdrom:[Ubuntu-Server 12.04.3 LTS _Precise Pangolin_ - Release amd64 (20130820.2)]/ precise main restricted
        10
        11  # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
        12  # newer versions of the distribution.
        13  deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted
        14  deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted
        15
        16  ## Major bug fix updates produced after the final release of the
        17  ## distribution.
        18  deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted
        19  deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted
        20
        21  ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
        22  ## team. Also, please note that software in universe WILL NOT receive any
        23  ## review or updates from the Ubuntu security team.
        24  deb http://us.archive.ubuntu.com/ubuntu/ precise universe
        25  deb-src http://us.archive.ubuntu.com/ubuntu/ precise universe
        26  deb http://us.archive.ubuntu.com/ubuntu/ precise-updates universe
        27  deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates universe
        28
        29  ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
        30  ## team, and may not be under a free licence. Please satisfy yourself as to 
        31  ## your rights to use the software. Also, please note that software in 
        32  ## multiverse WILL NOT receive any review or updates from the Ubuntu
        33  ## security team.
        34  deb http://us.archive.ubuntu.com/ubuntu/ precise multiverse
        35  deb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse
        36  deb http://us.archive.ubuntu.com/ubuntu/ precise-updates multiverse
        37  deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates multiverse
        38
        39  ## N.B. software from this repository may not have been tested as
        40  ## extensively as that contained in the main release, although it includes
        41  ## newer versions of some applications which may provide useful features.
        42  ## Also, please note that software in backports WILL NOT receive any review
        43  ## or updates from the Ubuntu security team.
        44  deb http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
        45  deb-src http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
        46
        47  deb http://security.ubuntu.com/ubuntu precise-security main restricted
        48  deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
        49  deb http://security.ubuntu.com/ubuntu precise-security universe
        50  deb-src http://security.ubuntu.com/ubuntu precise-security universe
        51  deb http://security.ubuntu.com/ubuntu precise-security multiverse
        52  deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
        53
        54  ## Uncomment the following two lines to add software from Canonical's
        55  ## 'partner' repository.
        56  ## This software is not part of Ubuntu, but is offered by Canonical and the
        57  ## respective vendors as a service to Ubuntu users.
        58  # deb http://archive.canonical.com/ubuntu precise partner
        59  # deb-src http://archive.canonical.com/ubuntu precise partner
        60
        61  ## Uncomment the following two lines to add software from Ubuntu's
        62  ## 'extras' repository.
        63  ## This software is not part of Ubuntu, but is offered by third-party
        64  ## developers who want to ship their latest software.
        65  # deb http://extras.ubuntu.com/ubuntu precise main
        66  # deb-src http://extras.ubuntu.com/ubuntu precise main
        67
        68  deb http://php53.dotdeb.org stable all
        69  deb-src http://php53.dotdeb.org stable all
        70
        71  deb http://packages.dotdeb.org stable all
        72  deb-src http://packages.dotdeb.org stable all
    
    justin@ubuntu:~$ tail -v -n +1 /etc/apt/sources.list.d/*
    tail: cannot open `/etc/apt/sources.list.d/*' for reading: No such file or directory
    justin@ubuntu:~$

  6. #16
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: problem with dependencies with updating

    bphillips2; Well, well -

    I am not familiar enough with debian to really say, but; Let's do a bit of fault isolation thus:
    disable ( comment out) the lines:
    68 deb http://php53.dotdeb.org stable all
    69 deb-src http://php53.dotdeb.org stable all
    70
    71 deb http://packages.dotdeb.org stable all
    72 deb-src http://packages.dotdeb.org stable all
    in "/etc/apt/sources.list" file with your favorite text editor ( make a back up 1st, strange things can and do happen) .

    No output from "tail -v -n +1 /etc/apt/sources.list.d/*" is a good thing, just means there is nothing there ( no 3rd party fetches are indexed here).

    Now run the update/upgrade routines and see what results:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-gt dist-upgrade
    maybe now yes
    but maybe not so yes
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  7. #17
    Join Date
    Nov 2013
    Beans
    112

    Re: problem with dependencies with updating

    The first command worked but the second gave me that same error. I tried running the requested command "apt-get -f install" with no luck. Here's my output.

    Code:
    justin@ubuntu:/etc/apt$ sudo apt-get upgradeReading 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:
     libssl-dev : Depends: libssl1.0.0 (= 1.0.1-4ubuntu5.14) but 1.0.1-4ubuntu5.16 is installed
    E: Unmet dependencies. Try using -f.
    
    
    justin@ubuntu:/etc/apt$ sudo apt-get -f install
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following extra packages will be installed:
      libssl-dev
    The following packages will be upgraded:
      libssl-dev
    1 upgraded, 0 newly installed, 0 to remove and 82 not upgraded.
    1 not fully installed or removed.
    Need to get 0 B/1,575 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue [Y/n]? y
    dpkg: dependency problems prevent configuration of libssl-dev:
     libssl-dev depends on libssl1.0.0 (= 1.0.1-4ubuntu5.14); however:
      Version of libssl1.0.0 on system is 1.0.1-4ubuntu5.16.
    dpkg: error processing libssl-dev (--configure):
     dependency problems - leaving unconfigured
    No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                              Errors were encountered while processing:
     libssl-dev
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    
    
    justin@ubuntu:/etc/apt$ sudo apt-get 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:
     libssl-dev : Depends: libssl1.0.0 (= 1.0.1-4ubuntu5.14) but 1.0.1-4ubuntu5.16 is installed
    E: Unmet dependencies. Try using -f.
    
    
    justin@ubuntu:/etc/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:
     libssl-dev : Depends: libssl1.0.0 (= 1.0.1-4ubuntu5.14) but 1.0.1-4ubuntu5.16 is installed
    E: Unmet dependencies. Try using -f.
    justin@ubuntu:/etc/apt$

  8. #18
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: problem with dependencies with updating

    bphillips2; Think'n

    This:
    libssl-dev : Depends: libssl1.0.0 (= 1.0.1-4ubuntu5.14) but 1.0.1-4ubuntu5.16 is installed
    make me look at this:
    You have searched for packages that names contain libssl1.0.0 in suite(s) precise-updates, all sections, and all architectures. Found 3 matching packages.

    Exact hits

    Package libssl1.0.0

    precise-updates (libs): SSL shared libraries
    1.0.1-4ubuntu5.16: amd64 i386
    So we know that the correct version of the library is installed for ubuntu .

    Let us see what we can do to find out what is using that old version of the library, such that the package manager is screaming and hollering .
    Code:
    dpkg -L libssl1.0.0 ##what is actually installed dependencies
    dpkg -s libssl1.0.0
    apt-cache policy libssl1.0.0
    Looks like it may be real tough to isolate to what package 'rdepends' on libssl1.0.0.

    maybe we can get some hints, I keep plugging away at it.

    there are those times I just do not know
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  9. #19
    Join Date
    Nov 2013
    Beans
    112

    Re: problem with dependencies with updating

    I appreciate your continued help with this. Here are my outputs for each one

    Code:
    justin@ubuntu:/etc/apt$ dpkg -L libssl1.0.0/.
    /usr
    /usr/share
    /usr/share/doc
    /usr/share/doc/libssl1.0.0
    /usr/share/doc/libssl1.0.0/copyright
    /usr/share/doc/libssl1.0.0/changelog.Debian.gz
    /usr/lib
    /usr/lib/x86_64-linux-gnu
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libnuron.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libcswift.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libgmp.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libpadlock.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/lib4758cca.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libaep.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libsureware.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libchil.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libcapi.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libubsec.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libgost.so
    /usr/lib/x86_64-linux-gnu/openssl-1.0.0/engines/libatalla.so
    /lib
    /lib/x86_64-linux-gnu
    /lib/x86_64-linux-gnu/libssl.so.1.0.0
    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
    Code:
    justin@ubuntu:/etc/apt$ dpkg -s libssl1.0.0Package: libssl1.0.0
    Status: install ok installed
    Multi-Arch: same
    Priority: important
    Section: libs
    Installed-Size: 2922
    Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
    Architecture: amd64
    Source: openssl
    Version: 1.0.1-4ubuntu5.16
    Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4), debconf (>= 0.5) | debconf-2.0
    Pre-Depends: multiarch-support
    Breaks: openssh-client (<< 1:5.9p1-4), openssh-server (<< 1:5.9p1-4)
    Description: SSL shared libraries
     libssl and libcrypto shared libraries needed by programs like
     apache-ssl, telnet-ssl and openssh.
     .
     It is part of the OpenSSL implementation of SSL.
    Original-Maintainer: Debian OpenSSL Team <pkg-openssl-devel@lists.alioth.debian.org>
    Code:
    justin@ubuntu:/etc/apt$ apt-cache policy libssl1.0.0libssl1.0.0:
      Installed: 1.0.1-4ubuntu5.16
      Candidate: 1.0.1-4ubuntu5.16
      Version table:
     *** 1.0.1-4ubuntu5.16 0
            500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
            500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages
            100 /var/lib/dpkg/status
         1.0.1-4ubuntu3 0
            500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

  10. #20
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,189
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: problem with dependencies with updating

    bphillips2; Well ! That ain't much help .

    And it just gets stranger . Where in the world does does/why another old version crop up <- I ask myself.
    Version table:
    1.0.1-4ubuntu3 0
    Before we go hunting in the status file directly, what returns from:
    Code:
    dpkg-query -s libssl1.0.0
    dpkg-query -S '/lib/x86_64-linux-gnu/libssl.so.1.0.0' ## a reverse lookup, maybe##
    sudo apt-get -o Debug::pkgProblemResolver=yes dist-upgrade ##Maybe find out what's keeping or removing a package##
    ls -la /var/lib/dpkg/info/libss*.list
    still do not know
    still, want to find out
    Last edited by Bashing-om; August 14th, 2014 at 01:24 AM. Reason: sudo apt-get !
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

Page 2 of 16 FirstFirst 123412 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •