Search Criteria
Package Details: lazydocker 0.23.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lazydocker.git (read-only, click to copy) |
---|---|
Package Base: | lazydocker |
Description: | A simple terminal UI for docker and docker-compose, written in Go with the gocui library. |
Upstream URL: | https://github.com/jesseduffield/lazydocker |
Keywords: | docker lazydocker |
Licenses: | MIT |
Submitter: | mswift |
Maintainer: | mswift |
Last Packager: | mswift |
Votes: | 45 |
Popularity: | 1.50 |
First Submitted: | 2019-06-30 07:43 (UTC) |
Last Updated: | 2024-06-05 18:36 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
1 2 3 Next › Last »
mswift commented on 2024-06-10 13:29 (UTC)
@SpicyCat, I cannot reproduce this locally.
For some reason your downloaded version of the go module "github.com/gdamore/encoding@v1.0.1" does not match the one recorded in lazydocker's go.sum.
You may try a
go clean -modcache
and retry the build. This will clean your local go module cache and redownload the dependency.SpicyCat commented on 2024-06-07 08:46 (UTC) (edited on 2024-06-07 08:47 (UTC) by SpicyCat)
Hi, I've run into a checksum mismatch error when I tried to build this package。
The command I executed:
makepkg -s -i -r -c -C --needed
The full log can be found at the end of this post.
Could anybody take a look at it? Thanks!
mswift commented on 2024-05-04 22:32 (UTC)
Thanks for the fix @applebloom , and apologies for the slow resolution on this.
applebloom commented on 2024-05-04 21:06 (UTC)
The package fails to build with
flag provided but not defined
error message as reported earlier. This is happens whenLDFLAGS
contains a space (which it usually does), if you set e.g. onlyWl,-O1
or-Wl,--sort-common
it builds, but not if you set-Wl,-O1 -Wl,--sort-common
. This is because of improper quoting it seems. Changing the last line of build function togo build -o ${pkgname} -ldflags "-extldflags \"${LDFLAGS}\" -s -w -X main.version=${pkgver}" main.go
solves this issue. Here's a patch for PKGBUILD:vini.nu commented on 2024-05-01 12:51 (UTC)
Doesn't build.
tutteplutt commented on 2024-03-28 21:47 (UTC)
I also could not build the package initially, just as @andy5995 and @FichteFoll.
I managed to get it working by omitting
${LDFLAGS}
in the build function of thePKGBUILD
file. Don't know what I am doing though :)andy5995 commented on 2024-03-19 09:01 (UTC)
On Manjaro, this doesn't build due to the same error mentioned by FichteFoll below.
FichteFoll commented on 2024-02-26 11:18 (UTC) (edited on 2024-02-26 11:18 (UTC) by FichteFoll)
SunRed commented on 2023-04-04 10:14 (UTC)
Please add
options=('!lto')
to thePKGBUILD
as it doesn't build with LTO enabled.flipee commented on 2020-12-16 22:10 (UTC)
There may be multiple versions of GCC installed. I think
-fno-plt
is supported starting GCC 6.1 2 3 Next › Last »