Bug 192317

Summary: [PATCH] lang/go fails to build on i386 systems
Product: Ports & Packages Reporter: Bartek Rutkowski <robak>
Component: Individual Port(s)Assignee: Julien Laffaye <jlaffaye>
Status: Closed FIXED    
Severity: Affects Many People    
Priority: ---    
Version: Latest   
Hardware: i386   
OS: Any   
Attachments:
Description Flags
go.diff none

Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-08-01 19:29:57 UTC
Created attachment 145228 [details]
go.diff

The port's pkg-plist has a %%ARCH%% variable in one line that causes the port build to fail on i386 systems due to duplicated lines. The fix is to remove that with 'amd64' string. The patch is applied, and below is the build log after applying the patch:

http://pd.valinor.palantiri.org/data/latest-per-pkg/go/1.3_1%2c1/
Comment 1 Bartek Rutkowski freebsd_committer freebsd_triage 2014-08-01 19:30:34 UTC
Over to maintainer.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-01 20:09:59 UTC
A commit references this bug:

Author: jlaffaye
Date: Fri Aug  1 20:09:54 UTC 2014
New revision: 363763
URL: http://svnweb.freebsd.org/changeset/ports/363763

Log:
  Fix plist on i386

  PR:		192317
  Submitted by:	robak

Changes:
  head/lang/go/Makefile
  head/lang/go/pkg-plist
Comment 3 Julien Laffaye freebsd_committer freebsd_triage 2014-08-01 20:11:06 UTC
Committed! Thanks.