Bug 252521 - databases/tile38: Unbreak with go1.16
Summary: databases/tile38: Unbreak with go1.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2021-01-08 16:16 UTC by Dmitri Goutnik
Modified: 2021-01-23 12:03 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (a.andersson.thn)


Attachments
patch file (455 bytes, patch)
2021-01-08 16:16 UTC, Dmitri Goutnik
dmgk: maintainer-approval? (a.andersson.thn)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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