From 963e11687514c5d648ac54cd89fe95e1bd979e94 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 17 Sep 2017 08:22:13 +0000 Subject: [PATCH] mongo-tools: aarch64 broken --- srcpkgs/mongo-tools/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/mongo-tools/template b/srcpkgs/mongo-tools/template index 726643629e..a900ae8184 100644 --- a/srcpkgs/mongo-tools/template +++ b/srcpkgs/mongo-tools/template @@ -15,6 +15,12 @@ homepage="https://github.com/mongodb/mongo-tools" distfiles="https://github.com/mongodb/${pkgname}/archive/r${version}.tar.gz" checksum=c842c8e19fc04492817149403b04ad484241351b7b46d46d9f6355019c72c2de +case "$XBPS_TARGET_MACHINE" in + # _build-mongo-tools-xbps/src/github.com/spacemonkeygo/spacelog/capture_other.go:26:9: undefined: syscall.Dup2 + # https://github.com/spacemonkeygo/spacelog/issues/6 + aarch64*) broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/5088/steps/shell_3/logs/stdio" ;; +esac + do_build() { local bins="bsondump mongodump mongoexport mongofiles mongoimport mongooplog mongoreplay mongorestore mongostat mongotop"