From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=galex-713.eu (client-ip=2a00:5884:8305::1; helo=galex-713.eu; envelope-from=galex-713@galex-713.eu; receiver=) Received: from galex-713.eu (portable.galex-713.eu [IPv6:2a00:5884:8305::1]) by mail.toke.dk (Postfix) with ESMTPS id 069C07BE3AF for ; Thu, 24 Dec 2020 21:06:28 +0100 (CET) Received: from gal by galex-713.eu with local (Exim 4.92) (envelope-from ) id 1ksWrk-0000Mo-6x for galene@lists.galene.org; Thu, 24 Dec 2020 21:05:40 +0100 From: Alexandre Garreau To: galene@lists.galene.org Date: Thu, 24 Dec 2020 21:05:39 +0100 Message-ID: <1940795.2gUXufHCg2@galex-713.eu> In-Reply-To: <160884016130.1676088.11010879381749307344@localhost.localdomain> References: <160884016130.1676088.11010879381749307344@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Message-ID-Hash: DEMSEF6XAMILAMYPJ6Y72OD5AK7R7J2M X-Message-ID-Hash: DEMSEF6XAMILAMYPJ6Y72OD5AK7R7J2M X-MailFrom: galex-713@galex-713.eu X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Troubleshooting compiling after simple git clone List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: 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)