From owner-freebsd-ports@freebsd.org Sun Jul 23 21:05:15 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 64692DADA97 for ; Sun, 23 Jul 2017 21:05:15 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward3j.cmail.yandex.net (forward3j.cmail.yandex.net [5.255.227.21]) (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 1D3C36FD25; Sun, 23 Jul 2017 21:05:14 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::27]) by forward3j.cmail.yandex.net (Yandex) with ESMTP id 065982068D; Mon, 24 Jul 2017 00:04:52 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id 4C59E2940D97; Mon, 24 Jul 2017 00:04:50 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id sFuZpSy4Tx-4oxOm9KR; Mon, 24 Jul 2017 00:04:50 +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=1500843890; bh=Bc3IuwvvDZsd/3FYXtpda1YdbEZEs2Kj6TymIPsBQYM=; h=Subject:From:To:Cc:References:Message-ID:Date:In-Reply-To; b=nSxHnMKkTPRD+9KnlCl20dTolVs0FQ12LSqL82TgHcso3CRQCbqL58WFx9llVu9Dr AyFgzYdgr6xmIx7btdZrmC/z3ETrdNKW3xeajh9kPPNE604TLG/cMireRH9ci9dySo /SmRtNhe0ulBIlAB3Jx6GANsTB/3WzdwwXQxi7Xo= Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0,1 0 Subject: [SOLVED] Re: [amd64 host, qemu/armv6] lang/go: wait: interrupted system call From: Boris Samorodov To: freebsd-ports@FreeBSD.org Cc: sbruno@FreeBSD.org References: <57e42529-a057-8395-4fd0-1841060e6a6c@passap.ru> Message-ID: Date: Mon, 24 Jul 2017 00:04:49 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <57e42529-a057-8395-4fd0-1841060e6a6c@passap.ru> 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: Sun, 23 Jul 2017 21:05:15 -0000 20.07.2017 00:29, Boris Samorodov пишет: > 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. It turns out to be a clang bug. After HEAD update to clang-5.0 lang/go14 for armv6 builds fine at amd64 host: https://poudriere.passap.ru/data/HEAD-arm-testing/2017-07-23_22h27m46s/logs/go14-1.4.3_2.log -- WBR, bsam