Re: Checksum error in some packages - found problem

2023-06-05 Thread Lisandro Damián Nicanor Pérez Meyer
Hi!

On Wed, 24 May 2023 at 14:34, Antonio  wrote:
>
> The mystery was discovered: in subdir "/usr/share/doc/" there are
> symlink of different packages that aim for the same directory:

That explains it. Besides you where using experimental...
My gut feeling is: you might find this and many more issues if you use
experimental. Now if you find them in unstable then you should really
filea bug.



Re: Checksum error in some packages - found problem

2023-05-24 Thread Antonio
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.




Re: Checksum error in some packages

2023-05-24 Thread Antonio



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.




Re: Checksum error in some packages

2023-05-24 Thread Lisandro Damián Nicanor Pérez Meyer
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.

signature.asc
Description: This is a digitally signed message part.


Re: Checksum error in some packages

2023-05-23 Thread Antonio

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.


---

For example, if I check these packages:

$ debsums -c  libkf5activities-dev libkf5activities5
/usr/share/doc/libkf5activities-dev/changelog.Debian.gz

I note that return a bad checksum on the libkf5activities-dev package:

$ debsums -x  libkf5activities-dev libkf5activities5
debsums: changed file 
/usr/share/doc/libkf5activities-dev/changelog.Debian.gz 
(observed:69061734447ec4a234e7afa9ce57c510 
expected:64a22fede37db6d8722352041e747d84) (from libkf5activities-dev 
package)



In fact, the checksum on the local file returns:

$ md5sum /usr/share/doc/libkf5activities-dev/changelog.Debian.gz
69061734447ec4a234e7afa9ce57c510 
*/usr/share/doc/libkf5activities-dev/changelog.Debian.gz



while the checksum indicated by the repository is different:

$  grep "changelog.Debian.gz" 
/var/lib/dpkg/info/libkf5activities-dev.md5sums
64a22fede37db6d8722352041e747d84 
usr/share/doc/libkf5activities-dev/changelog.Debian.gz


---

So reinstall the libkf5activities-dev package:

$ apt install --reinstall libkf5activities-dev
Estrazione di libkf5activities-dev (5.104.0-1) su (5.104.0-1)...
Configurazione di libkf5activities-dev (5.104.0-1)...

---

Now I note that the checksum is correct:

$ debsums -c  libkf5activities-dev libkf5activities5
/usr/share/doc/libkf5activities5/changelog.Debian.gz


However, it reports a problem with the other package (which was 
previously ok)


$ debsums -x  libkf5activities-dev libkf5activities5
debsums: changed file 
/usr/share/doc/libkf5activities5/changelog.Debian.gz 
(observed:64a22fede37db6d8722352041e747d84 
expected:69061734447ec4a234e7afa9ce57c510) (from libkf5activities5:amd64 
package)


$ md5sum /usr/share/doc/libkf5activities5/changelog.Debian.gz
64a22fede37db6d8722352041e747d84 
*/usr/share/doc/libkf5activities5/changelog.Debian.gz


$ grep "changelog.Debian.gz" 
/var/lib/dpkg/info/libkf5activities5\:amd64.md5sums
69061734447ec4a234e7afa9ce57c510 
usr/share/doc/libkf5activities5/changelog.Debian.gz


---

Well, then I also reinstall first package:

$ apt install --reinstall libkf5activities5
Estrazione di libkf5activities5:amd64 (5.104.0-1) su (5.104.0-1)...
Configurazione di libkf5activities5:amd64 (5.104.0-1)...

---

Now the last package installed now is fine but the previous one reports 
bad checksum:


$ debsums -c  libkf5activities-dev libkf5activities5
/usr/share/doc/libkf5activities-dev/changelog.Debian.gz

$ debsums -x  libkf5activities-dev libkf5activities5
debsums: changed file 
/usr/share/doc/libkf5activities-dev/changelog.Debian.gz 
(observed:69061734447ec4a234e7afa9ce57c510 
expected:64a22fede37db6d8722352041e747d84) (from libkf5activities-dev 
package)


In practice, reinstall the first set of packages (see below), corrupt 
the second set of checksum; and viceversa


This bug does not emerge because other users probably do not have both 
sets of packages installed (for example the -dev), or because they 
simply don't notice it.



Thanks,
Antonio




First set of packages:

libkf5activities-dev libkf5archive-dev libkf5attica-dev libkf5auth-dev 
libkf5codecs-dev libkf5config-bin libkf5config-dev libkf5configcore5 
libkf5configwidgets-dev libkf5coreaddons-dev libkf5crash-dev 
libkf5dbusaddons-bin libkf5dbusaddons5 libkf5dnssd-dev 
libkf5emoticons-bin libkf5emoticons5 libkf5globalaccel-dev 
libkf5guiaddons-dev libkf5i18n-dev libkf5iconthemes-bin 
libkf5iconthemes5 libkf5idletime-dev libkf5itemmodels-dev 
libkf5itemviews-dev libkf5jobwidgets-dev libkf5jsapi5 libkf5jsembed-dev 
libkf5notifications-dev libkf5package-dev libkf5plotting-dev 
libkf5pty-dev libkf5service-bin libkf5service-dev libkf5solid-bin 
libkf5solid5 libkf5sonnet-dev libkf5sonnetui5 libkf5style-dev 
libkf5su-bin libkf5su5 libkf5threadweaver-dev libkf5unitconversion-dev 
libkf5wallet-dev libkf5wallet5 libkf5widgetsaddons-dev 
libkf5windowsystem-dev libkwalletbackend5-5




Second set of packages:

libkf5activities5 libkf5archive5 libkf5attica5 libkf5auth5 libkf5codecs5 
libkf5config-bin libkf5config-dev libkf5configgui5 libkf5configwidgets5 
libkf5coreaddons5 libkf5crash5 libkf5dbusaddons-bin libkf5dbusaddons-dev 
libkf5dnssd5 libkf5emoticons-bin libkf5emoticons-dev libkf5globalaccel5 
libkf5guiaddons5 libkf5i18n5 libkf5iconthemes-bin libkf5iconthemes-dev 
libkf5idletime5 libkf5itemmodels5 libkf5itemviews5 libkf5jobwidgets5 
libkf5js5 libkf5jsembed5 libkf5notifications5 libkf5package5 
libkf5plotting5 libkf5pty5 libkf5service-bin libkf5service5 
libkf5solid-bin libkf5solid-dev libkf5sonnet-dev libkf5sonnetcore5 
libkf5style5 libkf5su-bin libkf5su-dev libkf5threadweaver5 
libkf5unitconversion5 libkf5wallet-bin libkf5wallet-dev libkf5wallet5 
libkf5widgetsaddons5 libkf5windowsystem5


Re: Checksum error in some packages

2023-05-22 Thread Lisandro Damián Nicanor Pérez Meyer
Hi Antonio!

On Tue, 2 May 2023 at 09:30, Antonio  wrote:
>
> Hello,
> can you check these packages?
>
> Periodic debsums return "checksum errors" for these files:
>
> $ debsums -c

This sounds like an issue on your system, except I am missing
something in debsums. But if something went wrong on Debian side it
should have been reported many times already.



Checksum error in some packages

2023-05-02 Thread Antonio

Hello,
can you check these packages?

Periodic debsums return "checksum errors" for these files:

$ debsums -c
/usr/share/doc/elinks/changelog.Debian.gz
/usr/share/doc/libext2fs-dev/changelog.Debian.gz
/usr/share/doc/libkf5activities-dev/changelog.Debian.gz
/usr/share/doc/libkf5archive-dev/changelog.Debian.gz
/usr/share/doc/libkf5attica-dev/changelog.Debian.gz
/usr/share/doc/libkf5auth-dev/changelog.Debian.gz
/usr/share/doc/libkf5codecs-dev/changelog.Debian.gz
/usr/share/doc/libkf5config-bin/changelog.Debian.gz
/usr/share/doc/libkf5config-dev/changelog.Debian.gz
/usr/share/doc/libkf5configcore5/changelog.Debian.gz
/usr/share/doc/libkf5configwidgets-dev/changelog.Debian.gz
/usr/share/doc/libkf5coreaddons-dev/changelog.Debian.gz
/usr/share/doc/libkf5crash-dev/changelog.Debian.gz
/usr/share/doc/libkf5dbusaddons-dev/changelog.Debian.gz
/usr/share/doc/libkf5dbusaddons5/changelog.Debian.gz
/usr/share/doc/libkf5dnssd-dev/changelog.Debian.gz
/usr/share/doc/libkf5emoticons-dev/changelog.Debian.gz
/usr/share/doc/libkf5emoticons5/changelog.Debian.gz
/usr/share/doc/libkf5globalaccel-dev/changelog.Debian.gz
/usr/share/doc/libkf5guiaddons-dev/changelog.Debian.gz
/usr/share/doc/libkf5i18n-dev/changelog.Debian.gz
/usr/share/doc/libkf5iconthemes-dev/changelog.Debian.gz
/usr/share/doc/libkf5iconthemes5/changelog.Debian.gz
/usr/share/doc/libkf5idletime-dev/changelog.Debian.gz
/usr/share/doc/libkf5itemmodels-dev/changelog.Debian.gz
/usr/share/doc/libkf5itemviews-dev/changelog.Debian.gz
/usr/share/doc/libkf5jobwidgets-dev/changelog.Debian.gz
/usr/share/doc/libkf5jsapi5/changelog.Debian.gz
/usr/share/doc/libkf5jsembed-dev/changelog.Debian.gz
/usr/share/doc/libkf5notifications-dev/changelog.Debian.gz
/usr/share/doc/libkf5package-dev/changelog.Debian.gz
/usr/share/doc/libkf5plotting-dev/changelog.Debian.gz
/usr/share/doc/libkf5pty-dev/changelog.Debian.gz
/usr/share/doc/libkf5service-bin/changelog.Debian.gz
/usr/share/doc/libkf5service-dev/changelog.Debian.gz
/usr/share/doc/libkf5solid-bin/changelog.Debian.gz
/usr/share/doc/libkf5solid-dev/changelog.Debian.gz
/usr/share/doc/libkf5solid5/changelog.Debian.gz
/usr/share/doc/libkf5sonnet-dev/changelog.Debian.gz
/usr/share/doc/libkf5sonnetcore5/changelog.Debian.gz
/usr/share/doc/libkf5sonnetui5/changelog.Debian.gz
/usr/share/doc/libkf5style-dev/changelog.Debian.gz
/usr/share/doc/libkf5su-dev/changelog.Debian.gz
/usr/share/doc/libkf5su5/changelog.Debian.gz
/usr/share/doc/libkf5threadweaver-dev/changelog.Debian.gz
/usr/share/doc/libkf5unitconversion-dev/changelog.Debian.gz
/usr/share/doc/libkf5wallet-bin/changelog.Debian.gz
/usr/share/doc/libkf5wallet-dev/changelog.Debian.gz
/usr/share/doc/libkf5wallet5/changelog.Debian.gz
/usr/share/doc/libkf5widgetsaddons-dev/changelog.Debian.gz
/usr/share/doc/libkf5windowsystem-dev/changelog.Debian.gz
/usr/share/doc/libxine2-bin/changelog.Debian.gz
/usr/share/doc/libxine2-console/changelog.Debian.gz
/usr/share/doc/libxine2-ffmpeg/changelog.Debian.gz
/usr/share/doc/libxine2-misc-plugins/changelog.Debian.gz
/usr/share/doc/libxine2-x/changelog.Debian.gz
/usr/lib/libreoffice/share/gallery/animals.sdv

Reinstall the packages does not solve.

Thank you,
Antonio