Results 1 to 5 of 5

Thread: E: Broken packages + xlib6g

Hybrid View

  1. #1
    Junior Member registered user
    Join Date
    Nov 2003
    Posts
    28

    E: Broken packages + xlib6g

    Hi,

    I need the package xlibs6g to install a .deb package of my disk and when I try I get

    The following packages have unmet dependencies:
    xlib6g: Depends: xlibs but it is not going to be installed
    E: Broken packages

    "Of course", when I make apt-get install xlibs I get

    xlibs is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

    then I try with

    root > dpkg -i --force-overwrite /var/cache/apt/archives/xlib6g
    dpkg: error processing /var/cache/apt/archives/xlib6g (--install):
    cannot access archive: No such file or directory
    Errors were encountered while processing:
    /var/cache/apt/archives/xlib6g

    I wrote per hand some new sources in the sources.list but it doesn't work...

    any idea?

    thanks

  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: E: Broken packages + xlib6g

    Quote Originally Posted by pau

    any idea?

    thanks
    You need to get a version of the program (what is it BTW?) you want to install that is built for either testing or unstable the one you are trying to install is built for stable so is trying to pull in libraries from that branch and will not install as you have found out.

    Code:
    >$ apt-cache policy xlib6g
    xlib6g:
      Installed: (none)
      Candidate: 4.1.0-16woody3
      Version Table:
         4.1.0-16woody3 0
            500 http://security.debian.org stable/updates/main Packages
         4.1.0-16woody1 0
            500 http://ftp2.de.debian.org stable/main Packages

  3. #3
    Junior Member registered user
    Join Date
    Nov 2003
    Posts
    28

    E: Broken packages

    Hi Stephen,

    thanks for your answer. When I write it I get

    root > apt-cache policy xlib6g
    xlib6g:
    Installed: (none)
    Candidate: 4.2.1-12.1jds2
    Version Table:
    4.2.1-12.1jds2 0
    500 http://ftp.acc.umu.se gnome2.2/ Packages
    4.2.1-3.bunk.10 0
    500 http://www.fs.tum.de woody/bunk-1/main Packages
    4.2.1-0woody1 0
    500 http://people.debian.org woody/x421/ Packages
    4.1.0-16woody3 0
    500 http://security.debian.org stable/updates/main Packages
    4.1.0-16woody1 0
    500 http://ftp2.de.debian.org stable/main Packages

    How do I get this version? Do I have to add one os these lines to sources.list? If so, which header? deb ... stable? And what it this 500? I get there wsources.listill be a malformed line if I just add it like this... I mean: How would the line look like in sources.list?

    thanks,

    Pau

  4. #4
    Junior Member registered user
    Join Date
    Nov 2003
    Posts
    28

    answer + question to Stephen, broken packages

    Hi again...

    sorry for that, but I think something went wrong... my question disappeared...

    I was saying that I did like you said and I get

    root > apt-cache policy xlib6g
    xlib6g:
    Installed: (none)
    Candidate: 4.2.1-12.1jds2
    Version Table:
    4.2.1-12.1jds2 0
    500 http://ftp.acc.umu.se gnome2.2/ Packages
    4.2.1-3.bunk.10 0
    500 http://www.fs.tum.de woody/bunk-1/main Packages
    4.2.1-0woody1 0
    500 http://people.debian.org woody/x421/ Packages
    4.1.0-16woody3 0
    500 http://security.debian.org stable/updates/main Packages
    4.1.0-16woody1 0
    500 http://ftp2.de.debian.org stable/main Packages

    What doe it mean? Do I have to include one of these lines to sources.list? If so, which are he headers? I mean is it deb .... stable ... ? What is this 500? I cannot include it, there will be a broken line... I think

    thanks!

    Pau

  5. #5
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479

    Re: answer + question to Stephen, broken packages

    Quote Originally Posted by pau
    Hi again...

    sorry for that, but I think something went wrong... my question disappeared...

    I was saying that I did like you said and I get

    root > apt-cache policy xlib6g
    xlib6g:
    Installed: (none)
    Candidate: 4.2.1-12.1jds2
    Version Table:
    4.2.1-12.1jds2 0
    500 http://ftp.acc.umu.se gnome2.2/ Packages
    4.2.1-3.bunk.10 0
    500 http://www.fs.tum.de woody/bunk-1/main Packages
    4.2.1-0woody1 0
    500 http://people.debian.org woody/x421/ Packages
    4.1.0-16woody3 0
    500 http://security.debian.org stable/updates/main Packages
    4.1.0-16woody1 0
    500 http://ftp2.de.debian.org stable/main Packages

    What doe it mean? Do I have to include one of these lines to sources.list? If so, which are he headers? I mean is it deb .... stable ... ? What is this 500? I cannot include it, there will be a broken line... I think

    thanks!

    Pau
    I do not think I was clear enough in my first post you are trying to install stable packages on a mixed testing/unstable system it will not work you need packages built for either testing or unstable. I take it since you have Gnome sources that you have added this is the program you are tying to install I believe that Gnome is already at least 2.2 as it is in testing so why are you not trying to install it from there?? The 500 is the pin priority for the packages the higher the number the more likely it will be installed above any other package the settings are contained in the /etc/apt/preferences file it is not necessary to include it in any command it is a priority indicator for the package system only.

    Code:
    >$ cat /etc/apt/preferences
    Package: *
    Pin: release testing
    Pin-Priority: 900
    
    Package: *
    Pin: release unstable
    Pin-Priority: 600

Similar Threads

  1. 3.6: unp broken?
    By probono in forum General Support
    Replies: 0
    Last Post: 08-24-2004, 06:55 AM
  2. Broken packages?
    By muczy in forum General Support
    Replies: 2
    Last Post: 08-07-2004, 12:38 PM
  3. Removing broken packages in dselect/dpkg
    By leecming in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 06-29-2004, 06:42 AM
  4. atp-get broken
    By Jux in forum General Support
    Replies: 7
    Last Post: 04-06-2004, 08:40 PM
  5. apache-dev -> broken packages
    By danielgarcia in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 01-14-2004, 01:08 AM

Posting Permissions

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


Atari 800 Home Computer System 800 Untested picture

Atari 800 Home Computer System 800 Untested

$95.00



DEFECTIVE Atari 810 Vintage Computer Disk Drive  powers on Unit Only Boo G3D picture

DEFECTIVE Atari 810 Vintage Computer Disk Drive powers on Unit Only Boo G3D

$55.24



ATARI 800 XL 8-Bit Computer w/ Power Supply picture

ATARI 800 XL 8-Bit Computer w/ Power Supply

$169.00



VTG Atari 1200XL Home Computer System 1200 XL ** Tested ** Parts or Repair picture

VTG Atari 1200XL Home Computer System 1200 XL ** Tested ** Parts or Repair

$248.75



Vintage Atari 800XL in Unopened Original Box – Collectible picture

Vintage Atari 800XL in Unopened Original Box – Collectible

$399.99



Fujinet 1.7.1 Atari 400 800 800XL 130XE 65XE XEGS Assembled, Tested, Working picture

Fujinet 1.7.1 Atari 400 800 800XL 130XE 65XE XEGS Assembled, Tested, Working

$99.99



Atari Jumbo Jet Pilot Vintage Floppy Disk Software Lot w/ 2 Disks picture

Atari Jumbo Jet Pilot Vintage Floppy Disk Software Lot w/ 2 Disks

$29.99



Atari Lot Video Computer System (VCS) Console Lot w/ Controllers, Gun, Touch Pad picture

Atari Lot Video Computer System (VCS) Console Lot w/ Controllers, Gun, Touch Pad

$199.99



Vintage Atari 800 Computer + 1050 Disk Drive Manuals Games Software Cables Power picture

Vintage Atari 800 Computer + 1050 Disk Drive Manuals Games Software Cables Power

$349.00



Atari 1040ST Computer System SM124 Monitor Megafile 60 SLMC804 Bundle W/ Boxes picture

Atari 1040ST Computer System SM124 Monitor Megafile 60 SLMC804 Bundle W/ Boxes

$849.00