Re: src:partclone: fails to migrate to testing for too long: FTBFS on s390x
Philipp Kern <[email protected]>
| Newsgroups | gmane.linux.debian.ports.s390 |
|---|---|
| Organization | The Debian Project (https://www.debian.org) |
| Message-ID | <[email protected]> |
On 1/16/25 11:28 AM, Paul Gevers wrote: > Migration status for partclone (0.3.32+repack-3 to 0.3.33+repack-1): > BLOCKED: Maybe temporary, maybe blocked but Britney is missing > information (check below) > Issues preventing migration: > ∙ ∙ missing build on s390x The problem here is that HAVE_BYTESWAP_H is not defined. With it, it'd work. The autoconf script does not have a check for it. So AC_CHECK_HEADERS([byteswap.h])? Kind regards Philipp Kern