The mystery was discovered: in subdir "/usr/share/doc/" there are symlink of different packages that aim for the same directory:

$ ls -ll -d /usr/share/doc/libkf5activities-dev /usr/share/doc/libkf5activities5

drwxr-xr-x 2 root root 4096 23 mag 10.22 /usr/share/doc/libkf5activities5
lrwxrwxrwx 1 root root   17 13 feb  2015 /usr/share/doc/libkf5activities-dev -> libkf5activities5


$ tree /usr/share/doc/libkf5activities5/ /usr/share/doc/libkf5activities-dev/

/usr/share/doc/libkf5activities5
├── changelog.Debian.gz
└── copyright

/usr/share/doc/libkf5activities-dev
├── changelog.Debian.gz
└── copyright

these files are overwritten and the problem is generated.

I think these symlink are present because during the progressive installation of the packages some post install scripts may have generated them.

If I remove manually one by one these symlink and reinstall the packages regenerate the correct subdir:

$ rm -fv /usr/share/doc/libkf5activities-dev

$ apt install --reinstall libkf5activities-dev libkf5activities5

$ ls -ll -d /usr/share/doc/libkf5activities-dev /usr/share/doc/libkf5activities5

drwxr-xr-x 2 root root 4096 24 mag 19.24 /usr/share/doc/libkf5activities5
drwxr-xr-x 2 root root 4096 24 mag 19.24 /usr/share/doc/libkf5activities-dev

$ debsums -c libkf5activities-dev libkf5activities5
OK


same thing like this for all the other packets listed.


Il 24/05/23 16:48, Antonio ha scritto:

I tried on another Debian installation: the same problem; so it's not a disk problem, but it is a logical problem.

I downgraded to the Debian/Sid version 5.103.0-1: no problem shown.

So it seems depends on the packages on the experimental repository (from which I installed the Framework 104.0).

Anyway I would like to know you can reproduce this problem...

Thanks,
Antonio

---

The repositories I used are as follows:


# Sid
Types: deb
URIs: https://deb.debian.org/debian
Suites: sid
Components: main contrib non-free-firmware
Enabled: yes

# Experimental
Types: deb
URIs: https://deb.debian.org/debian
Suites: experimental
Components: main contrib non-free-firmware
Enabled: yes


Il 24/05/23 16:01, Lisandro Damián Nicanor Pérez Meyer ha scritto:
Hi Antonio

El martes, 23 de mayo de 2023 05:55:33 -03 Antonio escribió:
Hi Lisandro,

It is a problem related to the packages.

I give you an example to reproduce the problem on a package, but it
applies to everyone else at the end listed.
I can not reproduce any of he issues you mention. I suggest you check your system, most probably your hard drive health.

Reply via email to