Package Details: gitqlient 1.6.2-1

Git Clone URL: https://aur.archlinux.org/gitqlient.git (read-only, click to copy)
Package Base: gitqlient
Description: GitQlient: Multi-platform Git client written with Qt
Upstream URL: https://github.com/francescmm/GitQlient
Licenses: LGPL
Submitter: duongdominhchau
Maintainer: duongdominhchau (francescmm)
Last Packager: duongdominhchau
Votes: 4
Popularity: 0.000015
First Submitted: 2020-02-27 10:05 (UTC)
Last Updated: 2023-09-16 17:25 (UTC)

Latest Comments

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

ax34 commented on 2020-07-19 16:35 (UTC) (edited on 2020-07-19 16:36 (UTC) by ax34)

Problem was on my side: i already had v1.1.1.tar.gz in my sources cache but this file was not gitqlient's source tarball, it was a remnant from other PKGBUILD. Such problems are usually solved by updpkgsums command (your PKGBUILD has no checksum).

duongdominhchau commented on 2020-07-19 16:11 (UTC)

From the output of ls your problem is before that stage: you don't have the source tarball. Do you see the source tarball this time? Its name is v1.1.1.tar.gz.

ax34 commented on 2020-07-19 15:27 (UTC) (edited on 2020-07-19 15:30 (UTC) by ax34)

I tried with makepkg, without yay, and i tried to re-download PKGBUILD - the same error. I believe you forgot to use srcdir variable, some kind of:

- cd "GitQlient-$pkgver"
+ cd "${srcdir}/GitQlient-$pkgver"

edit: it looks like your other PKGBUILDs have similar issue.

duongdominhchau commented on 2020-07-19 15:17 (UTC)

Strange, the source is missing but it can reach prepare().

What is the content of the PKGBUILD on your side? Is there anything special printed when you install this package with yay?

For now, try removing the gitqlient directory and reinstall again to see if the problem persists.

ax34 commented on 2020-07-18 16:45 (UTC)

redneck@pylesos ~ [2]> LC_ALL=C ls /others/.cache/yay/gitqlient{/,/src}
ls: cannot access '/others/.cache/yay/gitqlient/src': No such file or directory
/others/.cache/yay/gitqlient/:
PKGBUILD  include.patch

duongdominhchau commented on 2020-07-18 16:20 (UTC)

@ax34 Can you show me the output of ls /others/.cache/yay/gitqlient{/,/src}? I tried a clean build on my side but didn't see this problem, the source tarball is extracted into the directory GitQlient-1.1.1 correctly.

ax34 commented on 2020-07-17 19:07 (UTC)

...
==> Starting prepare()...
/others/.cache/yay/gitqlient/PKGBUILD: line 17: cd: GitQlient-1.1.1: No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...

duongdominhchau commented on 2020-06-25 01:30 (UTC)

Fixed, don't know why it broke without a version bump, previously when I push this version to AUR is still compiles without any problem.

pedromello commented on 2020-06-19 12:16 (UTC)

build is broken with last version of qt on manjaro (5.15) -Werror=deprecated-declarations is the culprit