Package Details: lazydocker 0.23.1-1

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: 36
Popularity: 1.54
First Submitted: 2019-06-30 07:43 (UTC)
Last Updated: 2023-11-01 00:06 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

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 the PKGBUILD 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)

…
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/docker/distribution v2.8.2+incompatible
go: downloading golang.org/x/net v0.17.0
# command-line-arguments
flag provided but not defined: -Wl,--sort-common
usage: link [options] main.o
  -B note
        add an ELF NT_GNU_BUILD_ID note when using ELF; use "gobuildid" to generate it from the Go build ID
…
==> ERROR: A failure occurred in build().
    Aborting...

SunRed commented on 2023-04-04 10:14 (UTC)

Please add options=('!lto') to the PKGBUILD 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.

mswift commented on 2020-12-16 21:36 (UTC)

I was attempting to track down the issues @Posi was experiencing, and as part of it I looked to reproduce the build being done in lazydocker's Dockerfile.

However, I've just found that in their CI/CD pipeline they are building with CGO enabled, so I am willing to re-enable CGO in this build process.

flipee commented on 2020-12-16 21:22 (UTC)

What is the purpose of disabling CGO?

Posi commented on 2020-11-17 19:39 (UTC)

Repositorium : core Name : gcc Version : 10.2.0-3 Beschreibung : The GNU Compiler Collection - C and C++ frontends Architektur : x86_64

Posi commented on 2020-11-17 19:38 (UTC)

Repositorium : community Name : go Version : 2:1.15.5-2 Beschreibung : Core compiler tools for the Go programming language Architektur : x86_64

mswift commented on 2020-11-17 18:15 (UTC) (edited on 2020-11-17 18:17 (UTC) by mswift)

@Posi,

What go and gcc packages do you have installed? I cannot reproduce this locally with go 1.15.5 and gcc 10.2.0-3