Package: libreoffice-common Version: 1:7.0.4-3 Severity: serious User: [email protected] Usertags: piuparts Control: affects -1 + libreoffice-writer libreoffice-draw libreoffice-calc libreoffice-base libreoffice-math
Hi,
during a test with piuparts I noticed your package fails to upgrade from
'buster'.
It installed fine in 'buster', then the upgrade to 'bullseye' fails.
>From the attached log (scroll to the bottom...):
Preparing to unpack .../0-ure_1%3a7.0.4-3_amd64.deb ...
Unpacking ure (1:7.0.4-3) over (6.1.5-3+deb10u7) ...
Preparing to unpack .../1-libreoffice-style-colibre_1%3a7.0.4-3_all.deb ...
Unpacking libreoffice-style-colibre (1:7.0.4-3) over (1:6.1.5-3+deb10u7) ...
dpkg: considering deconfiguration of libreoffice-writer, which would be
broken by installation of libreoffice-core ...
dpkg: yes, will deconfigure libreoffice-writer (broken by libreoffice-core)
Preparing to unpack .../2-libreoffice-core_1%3a7.0.4-3_amd64.deb ...
De-configuring libreoffice-writer (1:6.1.5-3+deb10u7) ...
Unpacking libreoffice-core (1:7.0.4-3) over (1:6.1.5-3+deb10u7) ...
dpkg: considering removing libreoffice-writer in favour of libreoffice-common
...
dpkg: libreoffice-writer is not properly installed; ignoring any dependencies
on it
dpkg: yes, will remove libreoffice-writer in favour of libreoffice-common
Preparing to unpack .../3-libreoffice-common_1%3a7.0.4-3_all.deb ...
dpkg-maintscript-helper: error: file
'/usr/lib/libreoffice/share/registry/writer.xcd' not owned by package
'libreoffice-common:all'
dpkg-maintscript-helper: error: directory
'/usr/lib/libreoffice/share/registry' contains files not owned by package
libreoffice-common:all, cannot switch to symlink
dpkg: error processing archive
/tmp/apt-dpkg-install-sERX6l/3-libreoffice-common_1%3a7.0.4-3_all.deb
(--unpack):
new libreoffice-common package pre-installation script subprocess returned
error exit status 1
rmdir: failed to remove '/var/lib/libreoffice/program/': No such file or
directory
rmdir: failed to remove '/var/lib/libreoffice': No such file or directory
Selecting previously unselected package libreoffice-writer.
dpkg: considering deconfiguration of libreoffice-common, which would be
broken by installation of libreoffice-writer ...
dpkg: yes, will deconfigure libreoffice-common (broken by libreoffice-writer)
Preparing to unpack .../4-libreoffice-writer_1%3a7.0.4-3_amd64.deb ...
De-configuring libreoffice-common (1:6.1.5-3+deb10u7) ...
Unpacking libreoffice-writer (1:7.0.4-3) over (1:6.1.5-3+deb10u7) ...
Replacing files in old package libreoffice-common (1:6.1.5-3+deb10u7) ...
Preparing to unpack .../5-libxmlsec1_1.2.31-1_amd64.deb ...
Unpacking libxmlsec1:amd64 (1.2.31-1) over (1.2.27-2) ...
Preparing to unpack .../6-libreoffice-base-core_1%3a7.0.4-3_amd64.deb ...
Unpacking libreoffice-base-core (1:7.0.4-3) over (1:6.1.5-3+deb10u7) ...
Errors were encountered while processing:
/tmp/apt-dpkg-install-sERX6l/3-libreoffice-common_1%3a7.0.4-3_all.deb
You already have all the needed Conflicts ...
In this complicated upgrade case I don't see a solution to get
dpkg-maintscript-helper dir_to_symlink to work properly ...
Therefore I'd suggest to not use dir_to_symlink here ... but to
fixup the link in postinst configure:
if [ ! -L /usr/lib/libreoffice/share/registry ]; then
if [ -d /usr/lib/libreoffice/share/registry ]; then
# this will fail if the directory is not yet empty
rmdir /usr/lib/libreoffice/share/registry
fi
ln -s /etc/libreoffice/registry /usr/lib/libreoffice/share/registry
fi
I would actually go for the fail-if-not-empty case and fix up all the
upgrade paths triggering this.
cheers,
Andreas
PS: for a log time I thought this was just another bug caused by dpkg bug
#983855
but I'm now using a patched dpkg in my piuparts instance ...
libreoffice-writer_1:7.0.4-3.log.gz
Description: application/gzip

