Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 774201

Summary: net-misc/openssh-8.5_p1 build failure
Product: Gentoo Linux Reporter: Daniel Pouzzner <douzzer>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: keep_moving_auth_get_canonical_hostname_to_canohost.patch

Description Daniel Pouzzner 2021-03-04 18:39:00 UTC
Created attachment 689373 [details, diff]
keep_moving_auth_get_canonical_hostname_to_canohost.patch

patch attached.  summary of problem from comment at top of patch:

# 20210304 can't build net-misc/openssh-8.5_p1 without patching --
# /usr/portage/net-misc/openssh/files/openssh-8.2_p1-GSSAPI-dns.patch moved remote_hostname() and auth_get_canonical_hostname()
#    from auth.c to canohost.c, so that they are included in libssh.a, but
# /usr/portage/net-misc/openssh/files/openssh-8.5_p1-GSSAPI-dns.patch leaves them in auth.c,
#    which isn't part of libssh.a, so that linking ssh-keysign fails.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-03-04 18:49:17 UTC

*** This bug has been marked as a duplicate of bug 774177 ***