Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 09:38:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214776] devel/arduino16: ARCH override causes lang/go to fail
Message-ID:  <bug-214776-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214776

            Bug ID: 214776
           Summary: devel/arduino16: ARCH override causes lang/go to fail
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: m.r.sopacua@gmail.com
                CC: freebsd-ports-bugs@FreeBSD.org

This is a new variant of "not using the make system while testing a port".

To reproduce:
make -C ${PORTSDIR:-"/usr/ports"}/devel/arduino16 build

Error:
=3D=3D=3D>   arduino-builder-1.3.21_3 depends on executable: go - not found
=3D=3D=3D>  go-1.7.3,1 is only for i386 amd64 armv6, while you are running =
x86_64.
*** Error code 1

Caused by:
.if ${ARCH} =3D=3D "amd64"
ARCH=3D                   x86_64
.endif

Not exposed by poudriere because:
- It builds dependency up in separate builds, discarding upstream make
variables

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214776-13>