Download raw body.
sysutils/gitlab-runner: update BROKEN-aarch64 marker?
Hi,
Not sure if this is considered useful but this port is broken
on aarch64 with a different message than what's currently in
the BROKEN-aarch64 marker so I propose to update it.
The build fails at follows:
# gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/kr/pty
/usr/ports/pobj/gitlab-runner-14.2.0/go/src/gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/kr/pty/pty_openbsd.go:24:10: undefined: ptmget
/usr/ports/pobj/gitlab-runner-14.2.0/go/src/gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/kr/pty/pty_openbsd.go:25:34: undefined: ioctl_PTMGET
I decided to only mention the first one in the updated marker.
BROKEN-arm has the same message; it's possible it's now broken in the
"updated" way but I can't test that.
Comments or OKs?
Caspar
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/gitlab-runner/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile 27 Sep 2023 17:16:26 -0000 1.6
+++ Makefile 12 Apr 2024 16:20:03 -0000
@@ -1,4 +1,4 @@
-BROKEN-aarch64 = old kr/pty doesn't support OpenBSD arm arches; needs creack/pty@v1.1.11
+BROKEN-aarch64 = gitlab.com/gitlab-org/gitlab-runner/vendor/github.com/kr/pty/pty_openbsd.go:24:10: undefined: ptmget
BROKEN-arm = old kr/pty doesn't support OpenBSD arm arches; needs creack/pty@v1.1.11
COMMENT = CI/CD job runner for GitLab
sysutils/gitlab-runner: update BROKEN-aarch64 marker?