























this also happens when trying to install the github-desktop-plus package
I'm getting this error when building the AUR package:
error: failed to commit transaction (conflicting files)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/05/6916a067488511d99bbac8f2f65cf84a5b464e exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/05/6916a067488511d99bbac8f2f65cf84a5b464e.debug exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/1a/7ccfa3d9dc05bef79192085e607e2e218a8bc1 exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/1a/7ccfa3d9dc05bef79192085e607e2e218a8bc1.debug exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/2c/1e53af795f334d83be915591e65fee55966751 exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/2c/1e53af795f334d83be915591e65fee55966751.debug exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/2f/6cebe394e2b8e2525619c3d9d4d4b7af758a01 exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/2f/6cebe394e2b8e2525619c3d9d4d4b7af758a01.debug exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/3b/2c07392ee377e77a482350ac93ff7d1e882809 exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/3b/2c07392ee377e77a482350ac93ff7d1e882809.debug exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/55/a6910cf36e4207d47ca245ec8a10dcfa95a9a4 exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/55/a6910cf36e4207d47ca245ec8a10dcfa95a9a4.debug exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/b1/92e61961e7f125bae290256b0e6ab9e177bb1e exists in filesystem (owned by github-desktop-debug)
github-desktop-plus-bin-debug: /usr/lib/debug/.build-id/b1/92e61961e7f125bae290256b0e6ab9e177bb1e.debug exists in filesystem (owned by github-desktop-debug)
Errors occurred, no packages were upgraded.
-> error installing: [/home/mihai/.cache/yay/github-desktop-plus-bin/github-desktop-plus-bin-3.5.3.2-1-x86_64.pkg.tar.zst /home/mihai/.cache/yay/github-desktop-plus-bin/github-desktop-plus-bin-debug-3.5.3.2-1-x86_64.pkg.tar.zst] - exit status 1
@Dominiquini @TuxTech thanks for the ping, it should be working now
mv: cannot move '/tmp/aurbuilder/.cache/yay/github-desktop-plus-bin/pkg/github-desktop-plus-bin/usr/share/doc/github-desktop-plus' to a subdirectory of itself, '/tmp/aurbuilder/.cache/yay/github-desktop-plus-bin/pkg/github-desktop-plus-bin/usr/share/doc/github-desktop-plus/github-desktop-plus'
==> ERROR: A failure occurred in package().
Aborting...
-> error making: github-desktop-plus-bin-exit status 4
-> Failed to install the following packages. Manual intervention is required:
github-desktop-plus-bin - exit status 4
...
==> Entering fakeroot environment...
==> Starting package()...
tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in package().
...
After fixing this:
...
==> Entering fakeroot environment...
==> Starting package()...
mv: cannot move '/home/rafaeldominiquini/.cache/yay/github-desktop-plus-bin/pkg/github-desktop-plus-bin/usr/share/doc/github-desktop-plus' to a subdirectory of itself, '/home/rafaeldominiquini/.cache/yay/github-desktop-plus-bin/pkg/github-desktop-plus-bin/usr/share/doc/github-desktop-plus/github-desktop-plus'
==> ERROR: A failure occurred in package().
...
Thank you for making this! I feel like I'm finally caught up with upstream now! :)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
The symlink of cli tool is broken. The 61 line of PKGBUILD should be
ln -s "/opt/${_pkgname}/resources/app/static/github" "$pkgdir/usr/bin/github-desktop-plus-cli"