Package Details: lazydocker 0.23.3-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: 45
Popularity: 2.76
First Submitted: 2019-06-30 07:43 (UTC)
Last Updated: 2024-06-05 18:36 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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

Posi commented on 2020-11-17 17:52 (UTC)

runtime/cgo

gcc: error: unrecognized command line option '-fno-plt' ==> FEHLER: Ein Fehler geschah in build(). Breche ab... :: Unable to build lazydocker - makepkg exited with code: 4

mswift commented on 2020-06-04 19:55 (UTC)

0.9.1 has been tagged in the lazydocker repository, but it's an old tag from March 19 and didn't seem to go through the proper release process. So this package has been updated to 0.9

mswift commented on 2020-05-25 15:05 (UTC)

Thanks for the heads up, caleb. A new version has been pushed that follows the updated guidelines.

alerque commented on 2020-05-25 14:53 (UTC)

There some new Go packaging guidelines out for Arch now, might want to review the wiki. The build arguments you need to pass are a bit simpler now actually, plus you need a couple more options.

mswift commented on 2019-09-09 12:28 (UTC)

Issues with go 1.13 have been resolved in the latest version.