You are not logged in.
I wanna install aur.archlinux.org/packages/pcsx2-git.But, i still get this error even though my internet is even good.
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
==> ERROR: Failure while downloading pcsx2 git repo
Aborting...
I tried to fix with https://stackoverflow.com/questions/663 … and-packet. The result is still same. But if i cloning with github.com server is running as well.
Last edited by dprack (2024-05-29 16:51:46)
Offline
The stackoverflow thread deals with a problem while sending stuff, not receiving .
Does
git clone https://github.com/PCSX2/pcsx2.git
work for you ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Yeah, is working with no problem in first try. Only if clone to AUR server. I tried to fix with https://stackoverflow.com/questions/212 … ack-failed. Change the global config 'core.compression 0'. Then 'core.compression 9' value. Still getting error. But i not yet try to touching PKGBUILD
Offline
I wanna install aur.archlinux.org/packages/pcsx2-git
Only if clone to AUR server.
What exactly are you trying to do there?
Is that your package?
You generally do not "clone to" anything, you'd push commits but you need permission on the git server for that which you won't have if this isn't your package.
It's also completely not required to install anything.
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
Post the exact IO that leads to the problem.
Offline
I get an error when running 'makepkg -si' on AUR pcsx2-git. No, that's not my package.
Thank you for the criticism and suggestions, I will do my best for the next post
Offline
Ok, thanks for clearing that up.
What and how's your network condiition?
Stable ethernet or wifi behind an unstable ISP?
Do you use any kind of VPN?
Does it always fail on the same repo (the PKGBUILD lists a couple of them)?
Finally edit the PKGBUILD and remove the "git+" ie. replace "git+https" w/ "https" in the source array.
Offline
The connection is good, and yes Wifi with 270Mbps. No, i turn off the VPN. Do always failed?. So far, just this package(pcsx2-git). Yes, it always failed in proccess https://github.com/PCSX2/pcsx2.git.
Finally edit the PKGBUILD and remove the "git+" ie. replace "git+https" w/ "https" in the source array.
I tried edit PKGBUILD as you said and got:
/home/dprack/ori/pcsx2-git/PKGBUILD: line 75: cd: pcsx2: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
Offline
What does the edited PKGBUILD actually look like and what/were there errors before that failure?
Offline
Does the following work:
git clone --origin=origin --mirror https://github.com/PCSX2/pcsx2.git pcsx2
If it does can you then build the package?
Offline
UPDATE. I just tried it to run 'makepkg si' it works fine even with the original PKGBUILD. And the same wifi internet, I don't know what's going on. But the build has an error, I don't think it's appropriate to put it here. Thanks for the advertisement. I'll mark this as solved.
Offline