Skip to content

sshguard 2.5.0 #221554

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

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

Conversation

botantony
Copy link
Contributor

Created with brew bump-formula-pr.

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Apr 26, 2025
@chenrui333
Copy link
Member

   ==> make install
  Making install in src
  Making install in blocker
  clang -DHAVE_CONFIG_H -I. -I../../src/common    -I../../src/common -DSIMCLIST_NO_DUMPRESTORE -g -O2 -c -o sandbox.o `test -f '../common/sandbox.c' || echo './'`../common/sandbox.c
  clang -DHAVE_CONFIG_H -I. -I../../src/common    -I../../src/common -DSIMCLIST_NO_DUMPRESTORE -g -O2 -c -o service_names.o `test -f '../common/service_names.c' || echo './'`../common/service_names.c
  clang -DHAVE_CONFIG_H -I. -I../../src/common    -I../../src/common -DSIMCLIST_NO_DUMPRESTORE -g -O2 -c -o simclist.o `test -f '../common/simclist.c' || echo './'`../common/simclist.c
  clang -DHAVE_CONFIG_H -I. -I../../src/common    -I../../src/common -DSIMCLIST_NO_DUMPRESTORE -g -O2 -c -o attack.o attack.c
  ../common/sandbox.c:43:9: error: call to undeclared function 'setresgid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
     43 |     if (setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) == -1) {
        |         ^
  ../common/sandbox.c:43:9: note: did you mean 'setregid'?
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/unistd.h:597:6: note: 'setregid' declared here
    597 | int      setregid(gid_t, gid_t) __DARWIN_ALIAS(setregid);
        |          ^
  clang -DHAVE_CONFIG_H -I. -I../../src/common    -I../../src/common -DSIMCLIST_NO_DUMPRESTORE -g -O2 -c -o blocker.o blocker.c
  ../common/sandbox.c:46:9: error: call to undeclared function 'setresuid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
     46 |     if (setresuid(pw->pw_uid, pw->pw_uid, pw->pw_uid) == -1) {
        |         ^
  2 errors generated.

@chenrui333 chenrui333 added the build failure CI fails while building the software label Apr 26, 2025
@botantony
Copy link
Contributor Author

botantony commented Apr 26, 2025

This function doesn't exists in macOS version of unistd.h, I'll submit bug report to the upstream

@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Apr 28, 2025
@botantony botantony force-pushed the bump-sshguard-2.5.0 branch from 707ffe3 to ab3e8a1 Compare April 28, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants