Bug 242561 - dns/coredns: Unbreak on aarch64
Summary: dns/coredns: Unbreak on aarch64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: arm64 Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks: 242312
  Show dependency treegraph
 
Reported: 2019-12-10 23:13 UTC by Dmitri Goutnik
Modified: 2023-07-18 12:15 UTC (History)
2 users (show)

See Also:
yuri: maintainer-feedback+


Attachments
coredns-1.6.2_2.patch (3.47 KB, patch)
2019-12-10 23:13 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (yuri)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Goutnik freebsd_committer freebsd_triage 2019-12-10 23:13:32 UTC
Created attachment 209846 [details]
coredns-1.6.2_2.patch

===>  Building coredns from github.com/coredns/coredns
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128

http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518685_s355218/logs/errors/coredns-1.6.2_1.log

Unbreak by updating golang.org/x/sys to 33540a1f6037 and golang.org/x/net to 83d349e8ac1a which adds support for freebsd/arm64.

Tested on 12.1-STABLE/arm64 and 12.1-RELEASE/amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-12-11 12:27:57 UTC
A commit references this bug:

Author: dmgk
Date: Wed Dec 11 12:27:35 UTC 2019
New revision: 519797
URL: https://svnweb.freebsd.org/changeset/ports/519797

Log:
  dns/coredns: Unbreak on aarch64

  ===>  Building coredns from github.com/coredns/coredns
  # golang.org/x/sys/unix
  vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128

  http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518685_s355218/logs/errors/coredns-1.6.2_1.log

  Unbreak by updating golang.org/x/sys to 33540a1f6037 and golang.org/x/net to
  83d349e8ac1a which adds support for freebsd/arm64.

  PR:		242561
  Approved by:	yuri (maintainer)

Changes:
  head/dns/coredns/Makefile
  head/dns/coredns/distinfo
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-07-18 12:15:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a68c1f6ccab8140d1190a6d29d774672a5602d34

commit a68c1f6ccab8140d1190a6d29d774672a5602d34
Author:     DevNull <devnull@apt322.org>
AuthorDate: 2023-06-02 18:27:39 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-07-18 12:14:12 +0000

    irc/anope: Update to 2.0.13, coredump fixes, pass MAINTAINER'ship

    The notable changes includes:
     - Fixed a crash on some compilers when trying to call methods on a null pointer
     - Fixed a crash when encountering an unterminated commented config block
     - Fixed erroneously rejecting spaces in fantasy:name
     - Fixed marking services pseudoclients as an oper on InspIRCd
     - Fixed not checking user@ip as well as user@host when logging into an operator account
     - Fixed setting the vhost/vident during SASL on UnrealIRCd
     - Updated the German translation
     - Updated the Italian translation

    Pass maintainership to Rafael Grether

    PR:             242561

 irc/anope/Makefile                   | 4 ++--
 irc/anope/distinfo                   | 6 +++---
 irc/anope/files/patch-CMakeLists.txt | 6 +++---
 irc/anope/pkg-descr                  | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)
Comment 3 Mikael Urankar freebsd_committer freebsd_triage 2023-07-18 12:15:42 UTC
(In reply to commit-hook from comment #2)
wrong pr, sorry