From owner-freebsd-ports@freebsd.org Wed Jul 19 21:30:10 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 852DFD7EE73 for ; Wed, 19 Jul 2017 21:30:10 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward8h.cmail.yandex.net (forward8h.cmail.yandex.net [87.250.230.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3FB406D951; Wed, 19 Jul 2017 21:30:09 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2j.mail.yandex.net (smtp2j.mail.yandex.net [IPv6:2a02:6b8:0:801::ac]) by forward8h.cmail.yandex.net (Yandex) with ESMTP id D73ED229BD; Thu, 20 Jul 2017 00:30:00 +0300 (MSK) Received: from smtp2j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2j.mail.yandex.net (Yandex) with ESMTP id 36B423EC0C45; Thu, 20 Jul 2017 00:29:59 +0300 (MSK) Received: by smtp2j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id gWHtHoIOVm-Tx5qHYx4; Thu, 20 Jul 2017 00:29:59 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1500499799; bh=v1NT6V/b7uyCkWuV2eM9Z6tLkAUN3+a5i1Fxin9p2PQ=; h=To:From:Subject:Cc:Message-ID:Date; b=Xkg8OI3Cplq38d6dAmsN57Aiwa+dL3TfFuoR0hpUYF0gMp/0KbLGOA6ET6hbRW9mZ /L5XBmZNMQIfdxZA3fGfbLKlmsaJcXwHiWHTY6tkEb2wZMjQWKFsGTlcl9qiCh0e3P Jh8wG+epfQwiiVEe7vpgsRyGjSY+a+37N7z9rqho= Authentication-Results: smtp2j.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0,1 0 To: freebsd-ports@FreeBSD.org From: Boris Samorodov Subject: [amd64 host, qemu/armv6] lang/go: wait: interrupted system call Cc: sbruno@FreeBSD.org Message-ID: <57e42529-a057-8395-4fd0-1841060e6a6c@passap.ru> Date: Thu, 20 Jul 2017 00:29:58 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 21:30:10 -0000 Hi All, Here is the error message while I try to build by poudriere lang/go. The host is FreeBSD-HEAD-amd64, target arch is arm.armv6. The port builds fine at armv6 native environment. --- # Building packages and commands for freebsd/arm. runtime go build runtime: /wrkdirs/usr/ports/lang/go14/work/go/pkg/tool/freebsd_arm/5g: wait: interrupted system call *** Error code 1 --- I use the latest qemu-user-static-2.9.50.g20170717 . Full log is available here: https://poudriere.passap.ru/data/HEAD-arm-testing/2017-07-19_23h59m12s/logs/go14-1.4.3_2.log Is it a known bug? Thank you. -- WBR, bsam