Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 680818 - net-misc/putty-0.71 USE=-gssapi - ./../settings.c: In function ‘load_open_settings’: ./../settings.c:993:34: error: ‘GSS_DEF_REKEY_MINS’ undeclared (first use in this function)
Summary: net-misc/putty-0.71 USE=-gssapi - ./../settings.c: In function ‘load_open_set...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 675524
  Show dependency tree
 
Reported: 2019-03-18 00:20 UTC by Jeroen Roovers (RETIRED)
Modified: 2019-03-26 07:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2019-03-18 00:20:24 UTC
./../settings.c: In function ‘load_open_settings’:
./../settings.c:993:34: error: ‘GSS_DEF_REKEY_MINS’ undeclared (first use in this function)
     gppi(sesskey, "GssapiRekey", GSS_DEF_REKEY_MINS, conf, CONF_gssapirekey);
                                  ^~~~~~~~~~~~~~~~~~
./../settings.c:993:34: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:1906: settings.o] Error 1
make[1]: *** Waiting for unfinished jobs....
./../ssh.c:53:44: error: field ‘gss_state’ has incomplete type
     struct ssh_connection_shared_gss_state gss_state;
                                            ^~~~~~~~~
make[1]: *** [Makefile:1906: ssh.o] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/putty-0.71/work/putty-0.71/unix'
make: *** [Makefile:1407: all] Error 2
Comment 1 Larry the Git Cow gentoo-dev 2019-03-18 01:29:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d41551a25341494964ab129c0bfff48d4c1246

commit b9d41551a25341494964ab129c0bfff48d4c1246
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-03-18 01:28:50 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-03-18 01:29:20 +0000

    net-misc/putty: Fix USE=-gssapi
    
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Fixes: https://bugs.gentoo.org/680818
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-misc/putty/files/putty-0.71-no-gssapi.patch | 182 ++++++++++++++++++++++++
 net-misc/putty/putty-0.71.ebuild                |   3 +
 2 files changed, 185 insertions(+)
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-03-18 01:37:38 UTC
Patch sent upstream.
Comment 3 Larry the Git Cow gentoo-dev 2019-03-26 07:54:41 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b0fab72e164d096b3f5e01dd6a5c4b2affa139

commit f7b0fab72e164d096b3f5e01dd6a5c4b2affa139
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-03-26 07:52:57 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-03-26 07:54:37 +0000

    net-misc/putty: Replace no-gssapi patch after upstream review
    
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=675524
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=680818
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-misc/putty/files/putty-0.71-no-gssapi.patch    | 190 ++++++++++++---------
 .../{putty-0.71-r1.ebuild => putty-0.71-r2.ebuild} |   0
 2 files changed, 108 insertions(+), 82 deletions(-)