Bug 252521

Summary: databases/tile38: Unbreak with go1.16
Product: Ports & Packages Reporter: Dmitri Goutnik <dmgk>
Component: Individual Port(s)Assignee: Dmitri Goutnik <dmgk>
Status: Closed FIXED    
Severity: Affects Only Me CC: a.andersson.thn
Priority: --- Keywords: buildisok
Version: LatestFlags: bugzilla: maintainer-feedback? (a.andersson.thn)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch file dmgk: maintainer-approval? (a.andersson.thn)

Description Dmitri Goutnik freebsd_committer freebsd_triage 2021-01-08 16:16:22 UTC
Created attachment 221392 [details]
patch file

===>  Building for tile38-1.12.0
cmd/tile38-server/main.go:22:2: no required module provides package github.com/tidwall/tile38/controller: working directory is not part of a module
cmd/tile38-server/main.go:23:2: no required module provides package github.com/tidwall/tile38/controller/log: working directory is not part of a module
cmd/tile38-server/main.go:24:2: no required module provides package github.com/tidwall/tile38/core: working directory is not part of a module
cmd/tile38-server/main.go:25:2: no required module provides package github.com/tidwall/tile38/hservice: working directory is not part of a module
cmd/tile38-server/main.go:18:2: no required module provides package golang.org/x/net/context: working directory is not part of a module
cmd/tile38-server/main.go:20:2: no required module provides package google.golang.org/grpc: working directory is not part of a module
*** Error code 1

Unbreak by passing GO111MODULE=off in GO_ENV to build.sh.
Comment 1 Automation User 2021-01-23 01:01:26 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/245739626
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-01-23 12:03:18 UTC
A commit references this bug:

Author: dmgk
Date: Sat Jan 23 12:02:43 UTC 2021
New revision: 562391
URL: https://svnweb.freebsd.org/changeset/ports/562391

Log:
  databases/tile38: Unbreak with go1.16

  PR:		252521
  Approved by:	maintainer timeout (a.andersson.thn@gmail.com, 2 weeks)

Changes:
  head/databases/tile38/Makefile