Skip to content

unable to build on ubuntu 18.04.4 LTS #130

@maxilee

Description

@maxilee

hello.
I'm unable to build glauth on ubuntu 18.04.4 LTS.
there is error when I run "make getdeps"

I've tried both branches : master and dev. but both branches gives different errors :

master branch :

make getdeps

go get -d ./...
package github.com/glauth/glauth/pkg/assets: cannot find package "github.com/glauth/glauth/pkg/assets" in any of:
/usr/lib/go-1.10/src/github.com/glauth/glauth/pkg/assets (from $GOROOT)
/root/go/src/github.com/glauth/glauth/pkg/assets (from $GOPATH)
package github.com/glauth/glauth/pkg/gologgingr: cannot find package "github.com/glauth/glauth/pkg/gologgingr" in any of:
/usr/lib/go-1.10/src/github.com/glauth/glauth/pkg/gologgingr (from $GOROOT)
/root/go/src/github.com/glauth/glauth/pkg/gologgingr (from $GOPATH)
Makefile:53: recipe for target 'getdeps' failed
make: *** [getdeps] Error 1

dev branch:

make getdeps

go get -d ./...
package github.com/glauth/glauth/pkg/assets: cannot find package "github.com/glauth/glauth/pkg/assets" in any of:
/usr/lib/go-1.10/src/github.com/glauth/glauth/pkg/assets (from $GOROOT)
/root/go/src/github.com/glauth/glauth/pkg/assets (from $GOPATH)
package github.com/glauth/glauth/pkg/gologgingr: cannot find package "github.com/glauth/glauth/pkg/gologgingr" in any of:
/usr/lib/go-1.10/src/github.com/glauth/glauth/pkg/gologgingr (from $GOROOT)
/root/go/src/github.com/glauth/glauth/pkg/gologgingr (from $GOPATH)
Makefile:53: recipe for target 'getdeps' failed
make: *** [getdeps] Error 1

on fedora 31 I've build glauth64 without any problems ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions