Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build from source #22

Open
franzinc opened this issue Sep 29, 2017 · 8 comments
Open

Can't build from source #22

franzinc opened this issue Sep 29, 2017 · 8 comments

Comments

@franzinc
Copy link

franzinc commented Sep 29, 2017

On CentOS 7, I get this after the clone. Ideas?

$ make
go build -o bin/files/allmark ./cli
cli/allmark.go:10:2: cannot find package "github.com/andreaskoch/allmark/common/config" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/common/config (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:11:2: cannot find package "github.com/andreaskoch/allmark/common/logger/console" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/common/logger/console (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:12:2: cannot find package "github.com/andreaskoch/allmark/common/logger/loglevel" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/common/logger/loglevel (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:13:2: cannot find package "github.com/andreaskoch/allmark/common/shutdown" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/common/shutdown (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:14:2: cannot find package "github.com/andreaskoch/allmark/common/util/fsutil" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/common/util/fsutil (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:15:2: cannot find package "github.com/andreaskoch/allmark/dataaccess/filesystem" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/dataaccess/filesystem (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:16:2: cannot find package "github.com/andreaskoch/allmark/services/initialization" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/services/initialization (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:17:2: cannot find package "github.com/andreaskoch/allmark/services/parser" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/services/parser (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:18:2: cannot find package "github.com/andreaskoch/allmark/services/thumbnail" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/services/thumbnail (from $GOROOT)
    ($GOPATH not set)
cli/allmark.go:19:2: cannot find package "github.com/andreaskoch/allmark/web/server" in any of:
    /usr/lib/golang/src/github.com/andreaskoch/allmark/web/server (from $GOROOT)
    ($GOPATH not set)
make: *** [build] Error 1

$

@franzinc
Copy link
Author

franzinc commented Oct 4, 2017

Is this a dead project? I ask, because the binary downloads are giving me 404's. That is, everything on this page:

https://github.com/andreaskoch/allmark/blob/develop/bin/download.md

And, only the first issue has a comment by the author.

Anyone know of another markdown web server that has search? I tried markserv. It works, but it doesn't have search.

@xgenadam
Copy link

xgenadam commented Nov 4, 2017

encountering same issue on ubuntu 16.04

@matchavez
Copy link

Based on the commits, I think this is abandoned. I'd really like to be proven wrong.

@bodsch
Copy link

bodsch commented Feb 10, 2018

you can get the source with go get github.com/andreaskoch/allmark
the following error (fatal: No url found for submodule path 'vendor/9fans.net/go' in .gitmodules) can be ignored

after then, go in the created directory:
cd src/github.com/andreaskoch/allmark/
and run make
thats it.

the executable can be found under bin/files/allmark

@HatBeardMe
Copy link

@bodsch thank you for showing this option. The developer hard-coded paths in a lot of files that do not work unless you use go get github.com/andreaskoch/allmark. You cannot simply do a git clone like the documentation suggests.
The docker option is still borked though.

@bodsch
Copy link

bodsch commented Apr 1, 2019

I had begun to build a container.
But in the meantime I have landed at algernon, because the development of allmark seems to be at a standstill.

@matchavez
Copy link

matchavez commented Apr 1, 2019

Same. I ended up on Aprelium Abyss with Grav.

@jolmg
Copy link

jolmg commented Sep 13, 2020

go get github.com/andreaskoch/allmark does not work. I'm getting the following error:

fatal: No url found for submodule path 'vendor/9fans.net/go' in .gitmodules
package github.com/andreaskoch/allmark: exit status 128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants