Package Details: lazygit-git 0.38.2.r89.ec5075104-1

Git Clone URL: https://aur.archlinux.org/lazygit-git.git (read-only, click to copy)
Package Base: lazygit-git
Description: A simple terminal UI for git commands
Upstream URL: https://github.com/jesseduffield/lazygit
Licenses: MIT
Conflicts: lazygit
Provides: lazygit
Submitter: fuero
Maintainer: fuero
Last Packager: fuero
Votes: 5
Popularity: 0.000821
First Submitted: 2018-08-07 11:54 (UTC)
Last Updated: 2023-05-22 08:45 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Pinned Comments

fuero commented on 2018-08-11 17:22 (UTC) (edited on 2018-08-11 19:46 (UTC) by fuero)

edit: pinned. Comment on what to provide for help added.

What you guys experience is that your build environment is "tainted" by whatever packages exist on your system. I've had similar problems in the past with other packages :-(. With this particular package though, I can build it fine with and without chroot.

That's why pretty much all the distros build their packages in sane build environments.

As it's tough to figure out what plagues your systems, my recommendation stands - stick to chroot builds. I know it's a bother, but sadly that's the only help I can give you.

If it still doesn't work, please install devtools and provide a complete log of your build attempt with

extra-x86_64-build -c 2>&1 | tee build.log

Upload it to a pastebin service and post the link.

Latest Comments

« First ‹ Previous 1 2

dindybutts commented on 2018-08-11 09:44 (UTC) (edited on 2018-08-11 09:57 (UTC) by dindybutts)

Hi @fuero

I had the same issue as @Veras (even with devtools installed), which was resolved by running go get 6 times on various dependency urls.

Here's an image of the error: https://i.imgur.com/Fc26fr7.png

Or a pastebin if you'd prefer: https://pastebin.com/KtczQaBW

The dependency urls I needed to build were:

github.com/davecgh/go-spew/spew

github.com/fatih/color

github.com/golang-collections/collections/stack

github.com/jesseduffield/gocui

github.com/tcnksm/go-gitconfig

gopkg.in/src-d/go-git.v4

I could reproduce this on my machine by deleting the build files from my cache and building fresh.

My solution would be to pull these dependencies in during the build but since I'm not super familiar with go I'm not entirely sure how to do it.

fuero commented on 2018-08-10 17:54 (UTC) (edited on 2018-08-10 17:54 (UTC) by fuero)

I recommend building it with extra-x86_64-build (from devtools) to rule out any peculiarities from your box. Please report back if you can reproduce your errors with this.

fuero commented on 2018-08-09 17:00 (UTC)

@Veras:

I can't reproduce what you're stating. I've just built it with extra-x86_64-build and it works fine. Please elaborate on what "three different things" are exactly.

veras commented on 2018-08-09 09:18 (UTC)

Is it possible to make it so this package automatically downloads the required libraries? I had to download three different things using 'go get _' before this package to install properly.