Summary: | net-fs/cifs-utils-6.7: undefined reference to "krb5_free_string" when using app-crypt/heimdal | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Igor Poboiko <igor.poboiko> |
Component: | Current packages | Assignee: | Gentoo's SAMBA Team <samba> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fitzcarraldo1, phantom4, silvio.gerli |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
Proposed patch |
Created attachment 467000 [details, diff]
Proposed patch
Proposed patch that adds implementation-dependent define.
Tested with app-crypt/heimdal-7.1.0, works fine.
Same issue reported in Bug 612138, and the patch worked for me. Thanks. Same problem here same problem here, patch fixed it. thanks! *** Bug 612138 has been marked as a duplicate of this bug. *** commit af61a8bd9c0484d04fafc560236c8eacc890c2fa Author: Lars Wendler <polynomial-c@gentoo.org> Date: Mon Mar 27 09:57:57 2017 net-fs/cifs-utils: Fixed compilation with app-crypt/heimdal (# 612584). Thanks to Igor Poboiko for providing a patch. Package-Manager: Portage-2.3.5, Repoman-2.3.2 |
Created attachment 466998 [details] build.log `krb5_free_string' only exists in app-crypt/mit-krb5 implementation. With app-crypt/heimdal one should use `krb5_xfree' instead.