Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: APT busted (libxv1 holding up any install)

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    9

    APT busted (libxv1 holding up any install)

    I can't install anythign because of libxv1, which is needed by wine (and i don't even want wine right now)
    Code:
    root@box:/home/knoppix# apt-get install libxv1
    Reading Package Lists... Done
    Building Dependency Tree... Done
    The following NEW packages will be installed:
      libxv1
    0 upgraded, 1 newly installed, 0 to remove and 731 not upgraded.
    22 not fully installed or removed.
    Need to get 0B/131kB of archives.
    After unpacking 295kB of additional disk space will be used.
    
    (Reading database ... 111946 files and directories currently installed.)
    Unpacking libxv1 (from .../libxv1_4.3.0-7_i386.deb) ...
    dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb (--unpack):
     trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
     /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

  2. #2
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Try first with "dpkg --configure -a" which should finish any unfinished configurations.
    When you apt-getted libxv1 did you try to put in unstable? As in "apt-get -t unstable install libxv1".
    For what you have now I'd try with "dpkg -i --force-overwrite /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb".

  3. #3
    Junior Member
    Join Date
    Apr 2004
    Posts
    9
    at the end of dpkg --configure -a

    Code:
    Errors were encountered while processing:
     libwine
     libwine-print
     wine
     wine-utils
     libwine-twain
    and then i tried:
    Code:
    root@box:/home/knoppix# dpkg -i --force-overwrite /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb
    dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb (--install):
     cannot access archive: No such file or directory
    Errors were encountered while processing:
     /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb

  4. #4
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    I'm mystified! How can it not find a file it complains about when trying to install.
    Could you post the output of: ll /var/cache/apt/archives/libxv*

  5. #5
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Looks like the libxv1 package you're installing is from the testing branch, did you try with the "-t unstable" switch to get it from unstable?

  6. #6
    Junior Member
    Join Date
    Apr 2004
    Posts
    9
    okay things have gotten even worse... i downloaded and installed dcgui-qt and things got messy..

    Code:
    root@box:~/portage-2.0.50-r6/src/python-missingos# apt-get -f install
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Correcting dependencies... Done
    The following extra packages will be installed:
      dcgui-qt libdc0 libqt3c102-mt libxml2 libxv1
    Suggested packages:
      libqt3c102-mt-mysql
    Recommended packages:
      xml-core
    The following NEW packages will be installed:
      libdc0 libxv1
    The following packages will be upgraded
      dcgui-qt libqt3c102-mt libxml2
    3 upgraded, 2 newly installed, 0 to remove and 730 not upgraded.
    5 not fully installed or removed.
    Need to get 4597kB of archives.
    After unpacking 868kB of additional disk space will be used.
    Do you want to continue? [Y/n]
    Get:1 http://ftp.de.debian.org testing/main libxv1 4.3.0-7 [131kB]
    Get:2 http://ftp.de.debian.org testing/main libxml2 2.6.9-1 [637kB]
    Get:3 http://ftp.de.debian.org testing/main libdc0 0.2.21-2 [215kB]
    Get:4 http://ftp.de.debian.org testing/main libqt3c102-mt 3:3.2.3-2 [2942kB]
    Get:5 http://ftp.de.debian.org testing/main dcgui-qt 0.2.21-1 [671kB]
    Fetched 4597kB in 16s (275kB/s)
    (Reading database ... 111992 files and directories currently installed.)
    Unpacking libxv1 (from .../libxv1_4.3.0-7_i386.deb) ...
    dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb (--unpack):
     trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Preparing to replace libxml2 2.6.2-1 (using .../libxml2_2.6.9-1_i386.deb) ...
    Unpacking replacement libxml2 ...
    Selecting previously deselected package libdc0.
    Unpacking libdc0 (from .../libdc0_0.2.21-2_i386.deb) ...
    dpkg: error processing /var/cache/apt/archives/libdc0_0.2.21-2_i386.deb (--unpack):
     trying to overwrite `/usr/lib/libdc.so.0.0.1', which is also in package dclib1
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Preparing to replace libqt3c102-mt 3:3.2.1-6 (using .../libqt3c102-mt_3%3a3.2.3-2_i386.deb) ...
    Unpacking replacement libqt3c102-mt ...
    Preparing to replace dcgui-qt 0.2.20-1 (using .../dcgui-qt_0.2.21-1_i386.deb) ...
    Unpacking replacement dcgui-qt ...
    Errors were encountered while processing:
     /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb
     /var/cache/apt/archives/libdc0_0.2.21-2_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

  7. #7
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Well you got from 22 not fully installed to 5, so actually I'd say things are looking better.
    Same thing with the libdc0, you're getting it from testing now, try with "apt-get -s -t unstable install libdc0" to see how would go, remove the -s if it looks ok.

  8. #8
    Junior Member
    Join Date
    Apr 2004
    Posts
    9
    Code:
    root@box:/home/knoppix# apt-get -s -t unstable install libdc0
    Reading Package Lists... Done
    Building Dependency Tree... Done
    You might want to run `apt-get -f install' to correct these:
    The following packages have unmet dependencies:
      libdc0: Conflicts: dcgui-qt (<= 0.2.21-1) but 0.2.21-1 is to be installed
      libwine: Depends: libxv1 but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    still the libxv1 is in the way!!!

  9. #9
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Best I can think of at the moment is to start tracing packageversions with "apt-cache policy packagename".
    For example this tells me which dcgui-qt version I would get with apt-get install:

    sh-2.05b$ apt-cache policy dcgui-qt
    dcgui-qt:
    Installed: (none)
    Candidate: 0.2.21-2
    Version Table:
    0.2.21-2 0
    990 ftp://ftp.fi.debian.org unstable/main Packages


    Then you can check with "apt-cache show packagename" which packages and versions dcgui-qt depends on:

    sh-2.05b$ apt-cache show dcgui-qt
    Package: dcgui-qt
    Priority: optional
    Section: net
    Installed-Size: 2344
    Maintainer: Pasi Savilaakso <[email protected]>
    Architecture: i386
    Version: 0.2.21-2
    Depends: libbz2-1.0, libc6 (>= 2.3.2.ds1-4), libdc0 (>= 0.2.21), libgcc1 (>= 1:3.3.3-1), libice6 | xlibs (>> 4.1.0), libpng12-0 (>= 1.2.5.0-4), libqt3c102-mt (>= 3:3.2.3), libsm6 | xlibs (>> 4.1.0), libssl0.9.7, libstdc++5 (>= 1:3.3.3-1), libx11-6 | xlibs (>> 4.1.0), libxext6 | xlibs (>> 4.1.0), libxml2 (>= 2.6., zlib1g (>= 1:1.2.1)
    Filename: pool/main/d/dcgui-qt/dcgui-qt_0.2.21-2_i386.deb
    Size: 680934
    MD5sum: 62bd54dd7290739d5cdc48d87b5aafd4
    Description: graphical client for Direct Connect
    A graphical client for popular peer to peer network called Direct
    Connect. Dcgui-qt should not be confused with the dcgui package, it is a
    completely different program.
    .
    Dcgui-qt has many features, such as searching on all public servers without
    connecting, downloading a file from multible locations, connecting to
    multiple servers, and support for multiple languages.


    When you find a version that satisfies the dependecies, install it with force if you have to.
    It's a bit of work so perhaps someone more experienced than me knows an easier method.

  10. #10
    Junior Member
    Join Date
    Apr 2004
    Posts
    9
    i'd like to think i understood how to do what you're suggestion, but i'm really not that experienced with apt

    here's my output from apt-get -f install maybe it will shed some light... i think it means the problem file conflicts two versions of one package or something

    Code:
    root@box:/home/knoppix# apt-get -f install
    Reading Package Lists... Done
    Building Dependency Tree... Done
    Correcting dependencies... Done
    The following extra packages will be installed:
      libdc0 libxv1
    The following NEW packages will be installed:
      libdc0 libxv1
    0 upgraded, 2 newly installed, 0 to remove and 730 not upgraded.
    8 not fully installed or removed.
    Need to get 0B/346kB of archives.
    After unpacking 893kB of additional disk space will be used.
    Do you want to continue? [Y/n]
    (Reading database ... 111995 files and directories currently installed.)
    Unpacking libdc0 (from .../libdc0_0.2.21-2_i386.deb) ...
    dpkg: error processing /var/cache/apt/archives/libdc0_0.2.21-2_i386.deb (--unpack):
     trying to overwrite `/usr/lib/libdc.so.0.0.1', which is also in package dclib1
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Unpacking libxv1 (from .../libxv1_4.3.0-7_i386.deb) ...
    dpkg: error processing /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb (--unpack):
     trying to overwrite `/usr/X11R6/lib/libXv.so.1.0', which is also in package xlibs
    dpkg-deb: subprocess paste killed by signal (Broken pipe)
    Errors were encountered while processing:
     /var/cache/apt/archives/libdc0_0.2.21-2_i386.deb
     /var/cache/apt/archives/libxv1_4.3.0-7_i386.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

Page 1 of 2 12 LastLast

Similar Threads

  1. hand holding to perldoc?
    By phaedral in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 09-21-2004, 01:29 PM
  2. knx-hdinstall removed! knoppix-installer busted!
    By lavaman094 in forum Hdd Install / Debian / Apt
    Replies: 21
    Last Post: 06-17-2004, 04:24 PM

Posting Permissions

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


Seagate ST1000VM002 1TB 5900RPM 3.5

Seagate ST1000VM002 1TB 5900RPM 3.5" SATA 6GB/s HDD Video Hard Drive PC DVR

$24.99



Samsung T9 1TB External Portable SSD MU-PG1T0B -2000MB/s - Black picture

Samsung T9 1TB External Portable SSD MU-PG1T0B -2000MB/s - Black

$179.00



Samsung T7 Shield 1TB Portable External SSD USB 3.2 Black MU-PE1T0S NEW SEALED picture

Samsung T7 Shield 1TB Portable External SSD USB 3.2 Black MU-PE1T0S NEW SEALED

$219.99



Dell Latitude 14

Dell Latitude 14" Laptop Computer Intel i7 Up To 32GB RAM 1TB SSD Windows 11 Pro

$429.73



Netac 1TB M.2 2280 Internal SSD PCIe Gen3.0x4 NVMe Solid State Drive PC Laptop picture

Netac 1TB M.2 2280 Internal SSD PCIe Gen3.0x4 NVMe Solid State Drive PC Laptop

$129.99



Acer Aspire 14

Acer Aspire 14" AI Copilot+PC Laptop Core Ultra 5 226V Gen 4 ARC 16GB 1TB Refurb

$438.51



Acer Aspire 16 16

Acer Aspire 16 16" Laptop Core Ultra 5 226V S2 16GB RAM 1TB SSD Arc Refurbished

$533.51



1TB Kingston DataTraveler Max DTMAX/1TB USB Type-C Flash Drive picture

1TB Kingston DataTraveler Max DTMAX/1TB USB Type-C Flash Drive

$86.95



Lenovo Thinkpad E15 15.6

Lenovo Thinkpad E15 15.6" Laptop i5/i3 8GB RAM Up to 1TB SSD HDD Tested Working

$136.55



Predator Gaming Laptop RTX 3060 32GB RAM i7 1TB picture

Predator Gaming Laptop RTX 3060 32GB RAM i7 1TB

$650.00