Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: fix broken kerberos build in linux #42768

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Makefile: fix broken kerberos build in linux #42768

wants to merge 1 commit into from

Commits on Nov 26, 2019

  1. Fix broken kerberos build for linux

    I think it's related to issues:  #38841 and #39480.
    I have enabled building of shared libraries for kerberos in Makefile line 595 to avoid this kind of errors:
    
    ```
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:791: Error: junk at end of line, first unrecognized character is `%'
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:792: Error: no such instruction: `section .note.GNU-stack noalloc noexec nowrite progbits'
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:793: Error: junk at end of line, first unrecognized character is `%'
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:794: Error: junk at end of line, first unrecognized character is `%'
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:795: Error: no such instruction: `section .note.GNU-stack noalloc noexec nowrite progbits'
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:796: Error: junk at end of line, first unrecognized character is `%'
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:797: Error: junk at end of line, first unrecognized character is `%'
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:798: Error: no such instruction: `section .note.GNU-stack noalloc noexec nowrite progbits'
    /home/badis/go/src/github.com/cockroachdb/cockroach/c-deps/krb5/src/lib/crypto/builtin/aes/iaesx64.s:799: Error: junk at end of line, first unrecognized character is `%'
    <builtin>: recipe for target 'iaesx64.o' failed
    make[5]: *** [iaesx64.o] Error 1
    Makefile:1139: recipe for target 'all-recurse' failed
    make[4]: *** [all-recurse] Error 1
    Makefile:1107: recipe for target 'all-recurse' failed
    make[3]: *** [all-recurse] Error 1
    Makefile:992: recipe for target 'all-recurse' failed
    make[2]: *** [all-recurse] Error 1
    Makefile:1533: recipe for target 'all-recurse' failed
    make[1]: *** [all-recurse] Error 1
    Makefile:719: recipe for target '/home/badis/go/native/x86_64-linux-gnu/krb5/lib/libgssapi_krb5.a' failed
    make: *** [/home/badis/go/native/x86_64-linux-gnu/krb5/lib/libgssapi_krb5.a] Error 2
    
    ```
    Badis Merabet committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0c44e48 View commit details
    Browse the repository at this point in the history