Bug 242872 - Mk/Uses/go.mk: gomod-vendor is missing dependency on the 'go' port
Summary: Mk/Uses/go.mk: gomod-vendor is missing dependency on the 'go' port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-25 06:56 UTC by Yuri Victorovich
Modified: 2019-12-25 18:12 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2019-12-25 06:56:55 UTC
> $ make gomod-vendor
> /bin/sh: /usr/local/bin/go: not found
> *** Error code 127
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2019-12-25 06:57:51 UTC
Assign to the maintainer of Uses/go.mk.
Comment 2 Dmitri Goutnik freebsd_committer freebsd_triage 2019-12-25 12:28:16 UTC
https://reviews.freebsd.org/D22923
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-12-25 18:11:03 UTC
A commit references this bug:

Author: dmgk
Date: Wed Dec 25 18:10:55 UTC 2019
New revision: 520881
URL: https://svnweb.freebsd.org/changeset/ports/520881

Log:
  Mk/Uses/go.mk: Warn if Go is not installed for gomod-vendor

  PR:		242872
  Reviewed by:	yuri
  Differential Revision:	https://reviews.freebsd.org/D22923

Changes:
  head/Mk/Uses/go.mk
Comment 4 Dmitri Goutnik freebsd_committer freebsd_triage 2019-12-25 18:12:15 UTC
Committed, thanks!