Re: [SLE] Problems after apt-get upgrade (8.0 -> 8.1)

From: Richard Bos (allabos_at_freeler.nl)
Date: Tue Oct 29 2002 - 22:49:19 CET

  • Next message: Chris Carlen: "[SLE] Konqueror--what the heck is wrong here?"
    From: Richard Bos <allabos@freeler.nl>
    Date: Tue, 29 Oct 2002 22:49:19 +0100
    Message-Id: <200210292249.19865.allabos@freeler.nl>
    Subject: Re: [SLE] Problems after apt-get upgrade (8.0 -> 8.1)
    

    Op zondag 27 oktober 2002 22:55, schreef First:
    > Hi!
    >
    > Yestirday evening , I began to upgrade my SuSE 8.0 to 8.1 using
    > apt-get, after two hours, the 8.1 systme is up and running fine.
    > Thanks to the SuSE apt team!
    >
    > But I still have problems, as usual :)
    >
    > 1. During the upgrade, apt-get will replace libz and gppshare
    > with zlib & compat, but if the upgrade went wrong , you will not
    > be able to use apt-get again. I had to manually install zlib and
    > compat to get apt-get to work.
    >
    > 2. After installing the kernel k_deflt-2.4.19-4GB, mk_initrd didn't
    > work:
    >
    > # mk_initrd
    > using "/dev/hda10" as root device (mounted on "/" as "ext3")
    > creating initrd "/boot/initrd" for kernel "/boot/vmlinuz"
    > (version 2.4.19-4GB)
    > jbd: failed to add module "/lib/modules/2.4.19-4GB/kernel/fs/jbd/jbd.o"
    > initrd too small

    Same over here.

    > So now I can not boot from the hard disk, I have to use the floppy disk to
    > boot installed OS.
    >
    > 3. The unstable kde3 can not be installed.
    >
    > # apt-get -f install kdelibs3
    > Sorry, but the following packages have unmet dependencies:
    > kdelibs3: Depends: libvorbisenc.so.2
    > Depends: libvorbisfile.so.3
    > E: Sorry, broken packages
    >
    > # apt-cache search libvorbisfile.so.3
    > libvorbis - The Vorbis General Audio Compression Codec
    > # apt-cache search libvorbisenc.so.2
    > libvorbis - The Vorbis General Audio Compression Codec
    > # apt-get -f install libvorbis
    > Sorry, libvorbis is already the newest version.
    >
    > Thus the kde3 does not work. :(
    >
    > Is there someone had the same experince? Can you share with your
    > solutions? Thanks !

    Yes :)

    libvorbis is a tricky one. SuSE has released a release candidate(s) and
    called these e.g: libvorbis-1.0rc3-132

    The one that is part of 8.1 is called: libvorbis-1.0 and for APT is this a
    older package that the one installed...

    Another, but related story, can be told about libpng. In SuSE-8.0 version 2.1
    has been provided and in 8.1 SuSE provides version 1.2

    The way to deal with this is by using the /etc/apt/preferences file:
    # linux:/tmp # cat /etc/apt/preferences
    Package: libvorbis
    Pin: version 1.0-*
    Pin-Priority: 1001

    Package: libpng
    Pin: version 1.*
    Pin-Priority: 1001

    This will take care that the above mentioned packages are being downgraded(!)
    during the upgrade from 8.0 -> 8.1 :)

    Some info:
    # apt-server: SuSE/8.1-i386 $ ls R*/libvorbis*
    RPMS.base/libvorbis-1.0-43.i586.rpm RPMS.base/libvorbis-devel-1.0-43.i586.rpm

    # apt-server: SuSE/8.1-i386 $ ls R*/libpng*
    RPMS.base/libpng-1.2.4-40.i586.rpm RPMS.base/libpng-devel-1.2.4-40.i586.rpm

    # client: $ rpm -qa | grep -E "libvorbis|libpng"
    libpng-2.1.0.12-154
    libvorbis-1.0rc3-132

    -- 
    Richard
    

    -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com



    This archive was generated by hypermail 2.1.4 : Tue Oct 29 2002 - 22:43:11 CET