X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=X+5gN1hZz7aA+K5jw5h4dx1dNKtZJ gSfrO+GEikH6gM2vyIsSEFzIRIeORF2JMzrphbvcsq0RwwemQ6jB62k8TlsJzX9L NnQZiuNXI+OzFC442oE+y3QrRNO4VCcn8rCmGLwB7CmleN9tj4OvFVgWiihdgNdK kQ+Ys6Lv42p1wo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=IRweChVnfNQwgTlQLk05N7oc2P0=; b=vca jyBtiSZimWeTsvwvnpUBiVOQSzjb5eNkFONLvBP+h4H/f7GZPu8RStB6XIrINaSc FoKDBaMA2uawZaa+fBHfp/BPb2K0KRGMHqrp+ODkhBdZ4QF5BVDUXfAbboeKUtSq GvtwBi702Ssg6Gp4pGw27NNqBfzWtlsBya2GseSI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f67.google.com MIME-Version: 1.0 X-Received: by 10.70.10.195 with SMTP id k3mr16202801pdb.41.1414313912880; Sun, 26 Oct 2014 01:58:32 -0700 (PDT) Date: Sun, 26 Oct 2014 16:58:32 +0800 Message-ID: Subject: 1.7.32: bind-utils-x86_64 commands can't redirect output on Win8.1 64bit From: henix To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Windows 8.1 64bit setup.exe 2.850 bind-utils 9.9.6-2 9.9.5-3 Run this: dig www.google.com | cat Expected: the output of dig But was: empty and the same empty result for: * dig www.google.com > test.txt ; cat test.txt * a=$(dig www.google.com) ; echo $a Other commands in bind-utils (nslookup, host) have the same empty result, while their 32bit version works just fine (on Windows 8.1 64bit). Other 64bit package works fine, for example openssl, curl, etc. So I think probably there is a bug in bind-utils. Thanks henix -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple