From owner-freebsd-ports@freebsd.org Sun Feb 5 19:43:14 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 12261CD26FC; Sun, 5 Feb 2017 19:43:14 +0000 (UTC) (envelope-from jlaffaye.freebsd@gmail.com) Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CFEE7A3E; Sun, 5 Feb 2017 19:43:13 +0000 (UTC) (envelope-from jlaffaye.freebsd@gmail.com) Received: by mail-io0-x243.google.com with SMTP id m98so7298873iod.2; Sun, 05 Feb 2017 11:43:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=aN2l1LVpP/AIyHZB8iyKDQ8eyvAH5PFVWuH22mvzBh8=; b=AiJtuzhdmg0WzxAVsHBO2eBxnmeUvstcBZzjw5xRSTZDWroE7dUyZ8SCXSmtYWRtIN yR4P8YXSlp6+ICuzOHuUWDxhHpzcxunGQVIMEpGkSxqDav74mLpAJfbIIMbNHE1riJO4 uLoSL/+iay2Up4X41sr1nYd1qQg0cZXaG0VAhTf/XJlVmMCx1+B/qKhZ4T1eh6pZhu7F dWPHXXrzgi66LYe/TcnhlUIdAHx6S8FQy38odl/UEdAh5nirykdeZFhogJn9IR3MjjhN LXcIfP8R+qcEqvF2FiXQSLA9V3Nw09RJB74sAUyHVK0nbfD7kU8DxV5pPXcBEngCkRKK vnzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=aN2l1LVpP/AIyHZB8iyKDQ8eyvAH5PFVWuH22mvzBh8=; b=XqqAf2Wyb+FlJDmUElw91W9Qaz/jmwt2uFw/yhXV1btuwYrlVi/XfYrRE5hO4CMDSa st8lmrTiH4dawizmvQed75z/uGyg2WzZwtzrco3PiNtAkOLwOy/C9WpMcqzZ1jO4fohi +APFGIR9HvwJnH3kJJ2e7PJSO9dt1vRVNeNHZ2170C0KJuXwu7IATiesNOjazv1XhHnu jMipHN83S1YoPUjtc3K/9aodNktGpI8amS7TdHwcHH0y/r0h+KAWeh4iXLMXbHYf2i9v 0qb37ImqeGtYfb/dSZ+72LvMyAXbwelzciGAkAbQVpOm2/uECDYYXLkomgFZTAe2SjYl 9CwA== X-Gm-Message-State: AMke39mJGRug0Qnc3OeyDIAoTMCnHXcpx3y1mzpf6MfwZCKZDi+FqO7jvo9G2Bm8DBuiPjSGvuah+JNwS2KyLg== X-Received: by 10.107.9.149 with SMTP id 21mr4314784ioj.106.1486323793307; Sun, 05 Feb 2017 11:43:13 -0800 (PST) MIME-Version: 1.0 Sender: jlaffaye.freebsd@gmail.com Received: by 10.79.85.212 with HTTP; Sun, 5 Feb 2017 11:43:12 -0800 (PST) In-Reply-To: <20170205081133.GA11031@server.rulingia.com> References: <20170205081133.GA11031@server.rulingia.com> From: Julien Laffaye Date: Sun, 5 Feb 2017 20:43:12 +0100 X-Google-Sender-Auth: 0ay-Aculz7Npfps_MWPyf5G-bRA Message-ID: Subject: Re: lang/go 1.7.5 fails to install on Arm To: Peter Jeremy Cc: freebsd-arm@freebsd.org, FreeBSD Ports ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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, 05 Feb 2017 19:43:14 -0000 go/pkg/%%opsys_ARCH%%/runtime/cgo.a is in the plist, but for some reason it is not compiled on arm. is it the only error ? On Sun, Feb 5, 2017 at 9:11 AM, Peter Jeremy wrote: > I'm trying to install lang/go on a RPi and it's failing because cgo.a is > missing (see below). Looking through the sources it looks like it should > exist but it's not built and there's no build error. Can anyone clarify > whether the problem is the port or my build environment? (And, if the > latter, does anyone have any suggestions what is wrong?) > > ===> Installing for go-1.7.5,1 > ===> Checking if go already installed > ===> Registering installation for go-1.7.5,1 > pkg-static: Unable to access file /usr/obj/usr/ports/lang/go/ > work/stage/usr/local/go/pkg/freebsd_arm/runtime/cgo.a: No such file or > directory > *** Error code 74 > > Stop. > make: stopped in /usr/ports/lang/go > > -- > Peter Jeremy >