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

(CI) unbreak FreeBSD build #286

Merged
merged 3 commits into from Sep 30, 2023
Merged

(CI) unbreak FreeBSD build #286

merged 3 commits into from Sep 30, 2023

Conversation

jbeich
Copy link
Contributor

@jbeich jbeich commented Sep 30, 2023

No description provided.

src/shmif/arcan_shmif_server.c:381:4: warning: call to undeclared function 'kill'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  381 |                         kill(*pid, SIGKILL);
      |                         ^
src/shmif/arcan_shmif_server.c:381:15: error: use of undeclared identifier 'SIGKILL'
  381 |                         kill(*pid, SIGKILL);
      |                                    ^
src/shmif/arcan_shmif_server.c:420:4: warning: call to undeclared function 'kill'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  420 |                         kill(cl->pid, SIGKILL);
      |                         ^
src/shmif/arcan_shmif_server.c:420:18: error: use of undeclared identifier 'SIGKILL'
  420 |                         kill(cl->pid, SIGKILL);
      |                                       ^
@letoram
Copy link
Owner

letoram commented Sep 30, 2023

Thanks - I noticed your replies to a12l in the BSD bug report, the issues on GH were moved to a separate repo (github.com/letoram/arcan-issues) covering all the subproject gits.

This too is an intermediate thing while preparing to move away from GH entirely other than possibly mirror to keep distros and external CI etc. happy -- it depends a bit on the pace of Microsofts "product management".

@letoram letoram merged commit ca66acb into letoram:master Sep 30, 2023
2 checks passed
@jbeich
Copy link
Contributor Author

jbeich commented Sep 30, 2023

the issues on GH were moved to a separate repo

I don't see old issues there. For example, https://github.com/letoram/arcan/issues/241 or https://github.com/letoram/xarcan/issues/10

@letoram
Copy link
Owner

letoram commented Oct 6, 2023

Indeed, some issues are memory-holed thanks to github, others through bugs in git-bug not being a tenable solution and so on. The project will move off GH due to bad faith actions on their end. It'll be covered in a coming release post, and we'll continue to synch the repo for the foreseeable future to not make the situation for distributions worse (or until they invalidate our tokens come their forced 2FA on top of the 3FA I have on my ssh-keypair..). but it's quite likely there'll be hosted fossil server for forum/comments/issues/code.

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