Your message dated Thu, 29 Mar 2018 14:39:23 +0300
with message-id <[email protected]>
and subject line Re: [Pkg-mongodb-maintainers] Bug#863139: mongo-tools FTBFS on
arm64: _build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26:
undefined: syscall.Dup2
has caused the Debian Bug report #863139,
regarding mongo-tools FTBFS on arm64:
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
863139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863139
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mongo-tools
Version: 3.2.11-1
Severity: important
https://buildd.debian.org/status/fetch.php?pkg=mongo-tools&arch=arm64&ver=3.2.11-1&stamp=1481880888&raw=0
...
make[1]: Entering directory '/«PKGBUILDDIR»'
for tool in bsondump mongodump mongoexport mongofiles mongoimport mongooplog
mongorestore mongostat mongotop; do \
go install -v -tags="ssl sasl" -ldflags -extldflags=-Wl,-z,now,-z,relro
$tool/main/$tool.go; \
done
gopkg.in/mgo.v2/internal/json
gopkg.in/mgo.v2/internal/sasl
gopkg.in/mgo.v2/internal/scram
github.com/jessevdk/go-flags
github.com/mongodb/mongo-tools/common/log
github.com/spacemonkeygo/openssl/utils
github.com/spacemonkeygo/spacelog
golang.org/x/crypto/ssh/terminal
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
github.com/howeyc/gopass
github.com/mongodb/mongo-tools/common/password
gopkg.in/mgo.v2/bson
gopkg.in/mgo.v2
github.com/mongodb/mongo-tools/common/util
github.com/mongodb/mongo-tools/common/json
github.com/mongodb/mongo-tools/common/signals
github.com/mongodb/mongo-tools/common/bsonutil
github.com/mongodb/mongo-tools/common/intents
github.com/mongodb/mongo-tools/common/text
github.com/spacemonkeygo/spacelog
github.com/mongodb/mongo-tools/common/progress
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
github.com/spacemonkeygo/spacelog
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
github.com/spacemonkeygo/spacelog
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
github.com/spacemonkeygo/spacelog
gopkg.in/tomb.v2
github.com/mongodb/mongo-tools/mongoimport/csv
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
github.com/spacemonkeygo/spacelog
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
github.com/spacemonkeygo/spacelog
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
github.com/spacemonkeygo/spacelog
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
github.com/spacemonkeygo/spacelog
# github.com/spacemonkeygo/spacelog
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:26: undefined:
syscall.Dup2
_build/src/github.com/spacemonkeygo/spacelog/capture_other.go:30: undefined:
syscall.Dup2
debian/rules:41: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
--- End Message ---
--- Begin Message ---
Source: mongo-tools
Version: 3.4.14-1
This was fixed upstream in 3.2.17 and 3.4.7. FWIW, go on arm64 does not
expose Dup2, only Dup3.
Regards,
Apollon
--- End Message ---