Bug 8406 - dpkg complains that md5sums is missing value separator
Summary: dpkg complains that md5sums is missing value separator
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-06 12:25 CEST by Pierre Ossman
Modified: 2024-08-13 13:52 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2024-08-06 12:25:53 CEST
I get this on an Ubuntu 24.04:

> cendio@ubuntu2404:~$ dpkg --verify thinlinc-server
> dpkg: error: control file 'md5sums' for package 'thinlinc-server' is missing value separator

Unclear what the error is. Searching for the error claims this happens if you don't have two spaces between the fields, but we already do.
Comment 1 Pierre Ossman cendio 2024-08-06 12:29:53 CEST
Ah, I think I see the problem. This is likely a regression from bug 7809. Our RPM packages now have SHA file hashes. And we blindly copy those over to the .deb packages, even though it expects MD5.
Comment 2 Pierre Ossman cendio 2024-08-06 12:32:58 CEST
Slightly related, we also dump ghost entries in the md5sums file, which we probably shouldn't.

Note You need to log in before you can comment on or make changes to this bug.