Search Criteria
Package Details: seaweedfs-git r2620.7de121d9-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/seaweedfs-git.git (read-only, click to copy) |
|---|---|
| Package Base: | seaweedfs-git |
| Description: | Seaweed-FS is a simple and highly scalable distributed file system, written on Go. |
| Upstream URL: | https://github.com/chrislusf/seaweedfs |
| Licenses: | Apache |
| Conflicts: | seaweedfs |
| Provides: | seaweedfs |
| Submitter: | krevedko |
| Maintainer: | None |
| Last Packager: | krevedko |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-08-04 12:02 (UTC) |
| Last Updated: | 2019-10-17 08:35 (UTC) |
Dependencies (4)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
- mercurial (mercurial-hgAUR, mercurial-stable-hgAUR) (make)
Latest Comments
krevedko commented on 2021-10-06 13:38 (UTC) (edited on 2021-10-06 13:47 (UTC) by krevedko)
Thanks for patch, but i still unable take a time to debug/fix this patch, because of many errors like:
Looks like, problems with
GOFLAGS=... -modcacherwflag here. Will take next try next days.jonathon commented on 2021-10-06 01:16 (UTC)
Heh, "this patch I made" while borrowing heavily from seaweedfs. ;)
robin.ysh commented on 2021-10-03 11:06 (UTC) (edited on 2021-10-03 11:07 (UTC) by robin.ysh)
The build currently fails because the Makefile has been removed in release 2.65 in this commit
https://github.com/chrislusf/seaweedfs/commit/93741a67525a4aad4c07a3e0c29c15d38af7607e, can the maintainer take a look at this patch I made and possibly merge it? Thanks