Looks like AUR's git server(s) is down... At least a few others reported this (happens for all AUR packages I've test atm): see last couple of post at https://bbs.archlinux.org/viewtopic.php?id=151536
Probably be back up soon.
Git Clone URL: | https://aur.archlinux.org/postman-bin.git (read-only, click to copy) |
---|---|
Package Base: | postman-bin |
Description: | Build, test, and document your APIs faster |
Upstream URL: | https://www.getpostman.com |
Licenses: | custom |
Conflicts: | postman |
Provides: | postman |
Submitter: | claudiodangelis |
Maintainer: | j.taala |
Last Packager: | j.taala |
Votes: | 294 |
Popularity: | 3.18 |
First Submitted: | 2016-10-21 18:18 (UTC) |
Last Updated: | 2025-01-20 20:45 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 22 Next › Last »
Looks like AUR's git server(s) is down... At least a few others reported this (happens for all AUR packages I've test atm): see last couple of post at https://bbs.archlinux.org/viewtopic.php?id=151536
Probably be back up soon.
Hey @vagelis, apologies - yes definitely something up with AUR at the moment - that git url should be correct but attempting to clone says repo not there. Anyone know if anything is going on with AUR at the moment?
Hi there. For yesterday while trying to upgrade
Cloning postman-bin build files... Running as unit: run-u105.service remote: Not Found fatal: repository 'https://aur.archlinux.org/postman-bin.git/' not found Finished with result: exit-code Main processes terminated with: code=exited/status=128 Service runtime: 293ms CPU time consumed: 53ms Error: Failed to build postman-bin
Any ideas for workaround? Thanx
I've had the chmod
error, too. Thanks for fixing!
P.S. the app update check now says 9.0.4 is released...
Thanks all - will do some digging but in the meantime I'm happy to update the PKGBUILD with those lines removed.
P.S. I'm not sure what the original intent was with setting those files to 755 - and agree with @quangdinh.
Will do that shortly.
Just to confirm the results that @quangdinh and @muffehazard get. So I guess it's not an environmental failure, but -perhaps- and environmental success. :)
Is there any information that I can provide from my environment that might be useful for you, @j.taala?
@j.taala I'm using Arch
> which chmod
/bin/chmod
> chmod --version
chmod (GNU coreutils) 9.0
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David MacKenzie and Jim Meyering.
But why do we need to chmod to 755? Not all files are executable. Why just not leave the file permission as is?
same here:
~/.c/y/postman-bin# makepkg -sC
==> Making package: postman-bin 9.0.3-1 (Do 30 Sep 2021 10:44:50 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found Postman-linux-x64-9.0.3.tar.gz
-> Found postman.desktop
==> Validating source files with sha256sums...
Postman-linux-x64-9.0.3.tar.gz ... Passed
postman.desktop ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting Postman-linux-x64-9.0.3.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
==> ERROR: A failure occurred in package().
Aborting...
Pinned Comments
j.taala commented on 2021-09-17 09:50 (UTC) (edited on 2021-12-21 22:53 (UTC) by j.taala)
@ntfc I was going to go the other way (update to 9.0.1 instead of reverting back to 8.11.1).
P.S. postman are pretty bad at updating their release notes page (even after a new version is out).
If you want to revert to any previous version you can do so by cloning the aur repo and changing the version in the PKGBUILD file and using makepkg to build it (it will download and install that version for you). E.g.:
Edit the
PKGBUILD
file with whatever editor you like: edit line 4 to bepkgver=8.11.1
or whatever version you like, then save and exit out of the editor and runupdpkgsums
will download the file and update sha for file in PKGBUILD so it will install with makepkg