Package Details: gogs-git 0.11.86.0130+3+d862c43be-1

Git Clone URL: https://aur.archlinux.org/gogs-git.git (read-only, click to copy)
Package Base: gogs-git
Description: Self Hosted Git Service in the Go Programming Language. This is the current git version from master branch.
Upstream URL: https://gogs.io
Keywords: git gitea gogits
Licenses: MIT
Conflicts: gogs
Provides: gogs
Submitter: fanningert
Maintainer: None
Last Packager: edacval
Votes: 5
Popularity: 0.000000
First Submitted: 2014-05-13 15:42 (UTC)
Last Updated: 2019-02-05 12:22 (UTC)

Dependencies (12)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

FSMaxB commented on 2016-03-10 09:28 (UTC)

@fannigert: Building gogs fails with: ==> Starting pkgver()... /var/cache/pacman/pkg/gogs-git15458/gogs-git/PKGBUILD: line 43: cd: /var/cache/pacman/pkg/gogs-git15458/gogs-git/src/gogs: No such file or directory ==> ERROR: pkgver is not allowed to be empty. ==> ERROR: pkgver() generated an invalid version:

crt commented on 2015-09-21 08:28 (UTC)

@fanningert Thank you! Build is successful.

FSMaxB commented on 2015-09-20 11:18 (UTC)

@fanningert: Thanks, works fine.

fanningert commented on 2015-09-20 11:01 (UTC)

@FSMaxB && @crt3 Ok, I created a workaround for the issue. With this workaround the package will be successfully build.

fanningert commented on 2015-09-20 10:20 (UTC)

@FSMaxB Please look at a comment from me, some lines down. That an issue from Gogs. I create for this a issue in Github. https://github.com/gogits/gogs/issues/1664

FSMaxB commented on 2015-09-20 10:16 (UTC)

@fanningert: Now it looks like this: -> Build program WORK=/tmp/go-build277348256 modules/setting/setting.go:21:2: cannot find package "github.com/macaron-contrib /oauth2" in any of: /home/CENSORED/gogs-git/src/build/go/src/github.com/macaron-contrib/oauth 2 (from $GOROOT) /home/CENSORED/gogs-git/src/build/src/github.com/macaron-contrib/oauth2 ( from $GOPATH)

fanningert commented on 2015-09-20 10:13 (UTC)

@FSMaxB Please remove the line 79 of the PKGBUILD file and will work. The workaround with the extra go_get is not needed anymore. Currently I am on holiday an I can not push a new version. Line 79: go_get github.com/shurcooL/sanitized_anchor_name "$GOPATH/src/github.com/shurcooL/sanitized_anchor_name" Sorry for my previous message.