Hi
I tried to install qt3-dev-tools in order to try to run make xconfig for compiling a new kernel.
The installation failed. apt-get install -f was recommended, but also failed with the following message
Unpacking libdrm-dev (from .../libdrm-dev_2.4.18-1ubuntu3_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libdrm-dev_2.4.18-1ubuntu3_i386.deb (--unpack): trying to overwrite '/usr/include/drm/nouveau_drm.h', which is also in package linux-libc-dev 0:3.7.0-2 dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/libdrm-dev_2.4.18-1ubuntu3_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Now all my packages are broken and I can't install anything.
This never happened. Any ideas?
Uwe Brauer
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
Hi
I tried to install qt3-dev-tools in order to try to run make xconfig for compiling a new kernel.
The installation failed. apt-get install -f was recommended, but also failed with the following message
Unpacking libdrm-dev (from .../libdrm-dev_2.4.18-1ubuntu3_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libdrm-dev_2.4.18-1ubuntu3_i386.deb (--unpack): trying to overwrite '/usr/include/drm/nouveau_drm.h', which is also in package linux-libc-dev 0:3.7.0-2 dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/libdrm-dev_2.4.18-1ubuntu3_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Now all my packages are broken and I can't install anything.
This never happened. Any ideas?
Uwe Brauer
Is this on Jessie? It looks like one or both of those packages are broken. We don't provide libdrm-dev or linux-libc-dev, so this isn't caused by Trinity.
That being said, if it is a temporary breakage sometimes the following command sequence helps to fix the issue: apt-get update apt-get -f install
Tim
Is this on Jessie?
No on 10.04 (ubuntu)
It looks like one or both of those packages are broken. We don't provide libdrm-dev or linux-libc-dev, so this isn't caused by Trinity.
Ok, I just de installed them nothing helped and they are not that essential.
Uwe