Discussion:
[PVE-User] pve-firmware conflicts with lenny-backports packages
Derek W. Poon
2010-04-20 23:49:35 UTC
Permalink
pve-firmware 1.0-3 conflicts with the Debian packages firmware-linux-free and firmware-linux-nonfree of the lenny-backports repository. It would be nice if you could either make use of the standard Debian packages, or mark pve-firmware as conflicting with or replacing the Debian packages so that APT can work properly.

# dpkg -l pve-firmware
||/ Name Version Description
+++-==============-==============-============================================
ii pve-firmware 1.0-3 Binary firmware code for the pve-kernel

# apt-get install firmware-linux-free
The following NEW packages will be installed:
firmware-linux-free (2.6.32-11~bpo50+1)
[...]
dpkg: error processing /var/cache/apt/archives/firmware-linux-free_2.6.32-11~bpo50+1_all.deb (--unpack):
trying to overwrite `/lib/firmware/av7110/bootcode.bin', which is also in package pve-firmware
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/firmware-linux-free_2.6.32-11~bpo50+1_all.deb

# apt-get install -V firmware-linux-nonfree
The following NEW packages will be installed:
firmware-linux-nonfree (0.23~bpo50+1)
[...]
dpkg: error processing /var/cache/apt/archives/firmware-linux-nonfree_0.23~bpo50+1_all.deb (--unpack):
trying to overwrite `/lib/firmware/e100/d101s_ucode.bin', which is also in package pve-firmware
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/firmware-linux-nonfree_0.23~bpo50+1_all.deb

See
http://packages.debian.org/lenny-backports/all/firmware-linux-free/filelist http://packages.debian.org/lenny-backports/all/firmware-linux-nonfree/filelist

Derek
Dietmar Maurer
2010-04-21 08:08:34 UTC
Permalink
Debian lenny does not contain those packages. But I will add it
for the future to be compatible with backports and squeeze.

Thanks,

Dietmar
-----Original Message-----
Sent: Mittwoch, 21. April 2010 01:50
Subject: [PVE-User] pve-firmware conflicts with lenny-backports
packages
pve-firmware 1.0-3 conflicts with the Debian packages firmware-linux-
free and firmware-linux-nonfree of the lenny-backports repository. It
would be nice if you could either make use of the standard Debian
packages, or mark pve-firmware as conflicting with or replacing the
Debian packages so that APT can work properly.
# dpkg -l pve-firmware
||/ Name Version Description
+++-==============-==============-
============================================
ii pve-firmware 1.0-3 Binary firmware code for the pve-
kernel
# apt-get install firmware-linux-free
firmware-linux-free (2.6.32-11~bpo50+1)
[...]
dpkg: error processing /var/cache/apt/archives/firmware-linux-
trying to overwrite `/lib/firmware/av7110/bootcode.bin', which is also
in package pve-firmware
dpkg-deb: subprocess paste killed by signal (Broken pipe)
/var/cache/apt/archives/firmware-linux-free_2.6.32-11~bpo50+1_all.deb
# apt-get install -V firmware-linux-nonfree
firmware-linux-nonfree (0.23~bpo50+1)
[...]
dpkg: error processing /var/cache/apt/archives/firmware-linux-
trying to overwrite `/lib/firmware/e100/d101s_ucode.bin', which is
also in package pve-firmware
dpkg-deb: subprocess paste killed by signal (Broken pipe)
/var/cache/apt/archives/firmware-linux-nonfree_0.23~bpo50+1_all.deb
See
http://packages.debian.org/lenny-backports/all/firmware-linux-
free/filelist http://packages.debian.org/lenny-backports/all/firmware-
linux-nonfree/filelist
Derek
_______________________________________________
pve-user mailing list
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
Derek W. Poon
2011-11-17 22:30:15 UTC
Permalink
Dietmar,

pve-firmware 1.0-13 conflicts with the packages firmware-qlogic, firmware-bnx2x, and firmware-bnx2 of Debian squeeze. It would be nice if you could either make use of the standard Debian packages, or mark pve-firmware as conflicting with or replacing the Debian packages so that APT can work properly.

# dpkg -l firmware-qlogic firmware-bnx2x firmware-bnx2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii firmware-qlogi 0.28+squeeze1 Binary firmware for QLogic IBA7220, QLA1xxx,
ii firmware-bnx2x 0.28+squeeze1 Binary firmware for Broadcom NetXtreme II 10
ii firmware-bnx2 0.28+squeeze1 Binary firmware for Broadcom NetXtremeII

# apt-get install -V pve-firmware
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
pve-firmware (1.0-13)
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
87 not fully installed or removed.
Need to get 0 B/12.0 MB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 53973 files and directories currently installed.)
Unpacking pve-firmware (from .../pve-firmware_1.0-13_all.deb) ...
dpkg: error processing /var/cache/apt/archives/pve-firmware_1.0-13_all.deb (--unpack):
trying to overwrite '/lib/firmware/ql2322_fw.bin', which is also in package firmware-qlogic 0.28+squeeze1
configured to not write apport reports
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/pve-firmware_1.0-13_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

See http://packages.debian.org/squeeze/all/firmware-qlogic/filelist and
http://packages.debian.org/squeeze/all/firmware-bnx2x/filelist and
http://packages.debian.org/squeeze/all/firmware-bnx2/filelist .

Derek
Dietmar Maurer
2011-11-18 05:54:26 UTC
Permalink
Would you mind to create a patch?
Post by Derek W. Poon
pve-firmware 1.0-13 conflicts with the packages firmware-qlogic, firmware-
bnx2x, and firmware-bnx2 of Debian squeeze. It would be nice if you could
either make use of the standard Debian packages, or mark pve-firmware as
conflicting with or replacing the Debian packages so that APT can work
properly.
Derek W. Poon
2011-12-09 22:10:37 UTC
Permalink
I'm submitting a patch on pve-kernel-2.6.32 to blacklist firmware files already included in Debian packages. Switching this thread from pve-user to pve-devel...
Post by Dietmar Maurer
Would you mind to create a patch?
Post by Derek W. Poon
pve-firmware 1.0-13 conflicts with the packages firmware-qlogic, firmware-
bnx2x, and firmware-bnx2 of Debian squeeze. It would be nice if you could
either make use of the standard Debian packages, or mark pve-firmware as
conflicting with or replacing the Debian packages so that APT can work
properly.
Loading...