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

Failed to copy ntlm-private.h, spnego-private.h, and gsskrb5-private.h #1227

Open
fel1x-developer opened this issue Jan 27, 2024 · 0 comments

Comments

@fel1x-developer
Copy link
Contributor

Describe the bug
ntlm-private.h, spnego-private.h, and gsskrb5-private.h are not copied to /include folder.

gmake[3]: Entering directory '/home/minsoochoo/heimdal-release/lib/gssapi'
 cp ntlm-private.h ../../include/ntlm-private.h
cp: ntlm-private.h: No such file or directory
 cp spnego-private.h ../../include/spnego-private.h
cp: spnego-private.h: No such file or directory
 cp gsskrb5-private.h ../../include/gsskrb5-private.h
cp: gsskrb5-private.h: No such file or directory

To Reproduce
Steps to reproduce the behavior:

  1. sudo pkg install texinfo gmake autoconf automake autoconf-archive
  2. sh autogen.sh && ./configure MAKE=gmake
  3. make -j12

Expected behavior
ntlm-private.h, spnego-private.h, and gsskrb5-private.h are copied to /include folder.

Screenshots
Screenshot 2024-01-27 at 13 43 37

Desktop (please complete the following information):

  • OS: FreeBSD
  • Version 14.0-RELEASE

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant