Galène videoconferencing server discussion list archives
 help / color / mirror / Atom feed
* [Galene] Troubleshooting compiling after simple git clone
       [not found] <160884016130.1676088.11010879381749307344@localhost.localdomain>
@ 2020-12-24 20:05 ` Alexandre Garreau
  2020-12-24 23:08   ` [Galene] " Juliusz Chroboczek
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Garreau @ 2020-12-24 20:05 UTC (permalink / raw)
  To: galene

I get this (did I forgot to do anything? are there other dependencies than 
go compiler?):

$ CGO_ENABLED=0 go build -ldflags='-s -w' 
galene.go:14:2: cannot find package "github.com/jech/galene/diskwriter" in 
any of: 
       /usr/src/github.com/jech/galene/diskwriter (from $GOROOT) 
       /home/gal/go/src/github.com/jech/galene/diskwriter (from $GOPATH) 
galene.go:15:2: cannot find package "github.com/jech/galene/group" in any 
of: 
       /usr/src/github.com/jech/galene/group (from $GOROOT) 
       /home/gal/go/src/github.com/jech/galene/group (from $GOPATH) 
galene.go:16:2: cannot find package "github.com/jech/galene/webserver" in 
any of: 
       /usr/src/github.com/jech/galene/webserver (from $GOROOT) 
       /home/gal/go/src/github.com/jech/galene/webserver (from $GOPATH)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Galene] Re: Troubleshooting compiling after simple git clone
  2020-12-24 20:05 ` [Galene] Troubleshooting compiling after simple git clone Alexandre Garreau
@ 2020-12-24 23:08   ` Juliusz Chroboczek
  2020-12-25  1:13     ` Alexandre Garreau
  0 siblings, 1 reply; 4+ messages in thread
From: Juliusz Chroboczek @ 2020-12-24 23:08 UTC (permalink / raw)
  To: Alexandre Garreau; +Cc: galene

> galene.go:14:2: cannot find package "github.com/jech/galene/diskwriter"

What does

  go version

say?

-- Juliusz


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Galene] Re: Troubleshooting compiling after simple git clone
  2020-12-24 23:08   ` [Galene] " Juliusz Chroboczek
@ 2020-12-25  1:13     ` Alexandre Garreau
  2020-12-25 11:38       ` Juliusz Chroboczek
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Garreau @ 2020-12-25  1:13 UTC (permalink / raw)
  To: Juliusz Chroboczek; +Cc: galene

Le vendredi 25 décembre 2020, 00:08:03 CET Juliusz Chroboczek a écrit :
> > galene.go:14:2: cannot find package
> > "github.com/jech/galene/diskwriter"
> 
> What does
> 
>   go version
> 
> say?

$ go version
go version go1.10.3 gccgo (Debian 8.3.0-6) 8.3.0 linux/amd64

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Galene] Re: Troubleshooting compiling after simple git clone
  2020-12-25  1:13     ` Alexandre Garreau
@ 2020-12-25 11:38       ` Juliusz Chroboczek
  0 siblings, 0 replies; 4+ messages in thread
From: Juliusz Chroboczek @ 2020-12-25 11:38 UTC (permalink / raw)
  To: Alexandre Garreau; +Cc: galene

> $ go version
> go version go1.10.3 gccgo (Debian 8.3.0-6) 8.3.0 linux/amd64

You need Go 1.13 or later.

  https://golang.org/doc/install

I also recommend using the standard Go compiler (gc) rather than gccgo,
since it has slightly better performance.

-- Juliusz

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-25 11:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <160884016130.1676088.11010879381749307344@localhost.localdomain>
2020-12-24 20:05 ` [Galene] Troubleshooting compiling after simple git clone Alexandre Garreau
2020-12-24 23:08   ` [Galene] " Juliusz Chroboczek
2020-12-25  1:13     ` Alexandre Garreau
2020-12-25 11:38       ` Juliusz Chroboczek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox