On 2019/10/06 09:37, Stuart Henderson wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2019/10/06 09:37:15 > > Modified files: > lang/go : Makefile go.port.mk > > Log message: > fix MODGO_PACKAGES and MODGO_TOOLS arch name on aarch64 machines (using > the same arch conversion list as done in the lang/go port itself; add > a comment reminding to keep them in-sync). unbreaks packaging of the > few golang ports that actually build on aarch64. >
Many of the other broken ones appear to be due to old vendored copies of golang.org/x/net/internal/socket golang.org/x/sys/unix That covers at least these: net/mattermost-server net/minio/client net/syncthing security/gopass shells/elvish sysutils/amazon-ecs-cli sysutils/awless sysutils/beats/filebeat sysutils/beats/heartbeat sysutils/beats/metricbeat sysutils/beats/packetbeat sysutils/fzf sysutils/node_exporter sysutils/nomad sysutils/prometheus sysutils/rclone sysutils/restic sysutils/serf sysutils/telegraf sysutils/terraform/provider-vsphere www/hugo (there may be other problems with these too, but that's where they currently fail). While some of these would be nice to have packaged on aarch64, I think it will be a bit too disruptive (and at risk of causing problems for amd64) to try and fix them before release.
