[Bug 214776] devel/arduino16: ARCH override causes lang/go to fail

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 23 09:38:04 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214776

            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 at FreeBSD.org
          Reporter: m.r.sopacua at gmail.com
                CC: freebsd-ports-bugs at 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:
===>   arduino-builder-1.3.21_3 depends on executable: go - not found
===>  go-1.7.3,1 is only for i386 amd64 armv6, while you are running x86_64.
*** Error code 1

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

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

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


More information about the freebsd-ports-bugs mailing list