Go Build GOOS=aix GOARCH=ppc64

I try to build consul-template for AIX PPC64 with this issue

# github.com/hashicorp/consul-template/signals
signals/signals.go:18:33: undefined: SignalLookup
signals/signals.go:19:17: undefined: SignalLookup
signals/signals.go:29:13: undefined: SignalLookup
# github.com/hashicorp/consul-template/logging
logging/logging.go:65:13: undefined: gsyslog.NewLogger
# github.com/hashicorp/go-sockaddr
../go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.2/ifaddrs.go:116:13: undefined: NewRouteInfo
../go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.2/ifaddrs.go:276:13: undefined: NewRouteInfo
../go/pkg/mod/github.com/hashicorp/go-sockaddr@v1.0.2/route_info.go:14:10: undefined: routeInfo

Is there any ways to use consul-template on this hardware/os?