Re: OpenSSH upgrade problem (8.0 => 8.4)
John David Anglin <[email protected]>
| Newsgroups | gmane.linux.debian.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On 2021-10-13 6:31 p.m., Frank Scheiner wrote: >> There's a bug in the check for -fstack-protector-all: >> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996428 > > As "libcbor0.8" is existing for hppa, could it be an alternative to > build libfido2 1.8.0 instead of 1.6.0? Or is this version also affected > by this bug? The problem was the libfido2_1.8.0-1 build previously failed due to the cmake configuration bug, and libcbor0 got removed from the archive. This prevented the last build of libfido2 (1.6.0) from being upgraded as it depended on libcbor0. I suspect openssh was built before libcbor0 was removed. Dependency problems like this are common on Debian ports and it is often necessary to rebuild packages to resolve dependencies. Dave