We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vercmp
pacman-packages
The pacman-packages job shows warnings like these when adding new packages to the Pacman database:
==> Adding package 'mingw-w64-i686-git-2.48.0.rc1.windows.1-1-any.pkg.tar.xz' D:/a/_temp/build-extra/repo-add: line 254: vercmp: command not found D:/a/_temp/build-extra/repo-add: line 254: ((: > 0 : syntax error: operand expected (error token is "> 0 ") -> Computing checksums... -> Removing existing entry 'mingw-w64-i686-git-2.48.0.rc0.windows.1-1'... -> Creating 'desc' db entry... -> Creating 'files' db entry...
While they seem not to prevent the package from being added as intended, they are ugly and the underlying issue may cause future breakages.
Most likely the correct fix will be to add /usr/bin/vercmp.exe to the makepkg-git sparse-checkout definition.
/usr/bin/vercmp.exe
makepkg-git
The same will most likely need to be done for git-sdk-32 and git-sdk-arm64, too.
git-sdk-32
git-sdk-arm64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
pacman-packages
job shows warnings like these when adding new packages to the Pacman database:While they seem not to prevent the package from being added as intended, they are ugly and the underlying issue may cause future breakages.
Most likely the correct fix will be to add
/usr/bin/vercmp.exe
to themakepkg-git
sparse-checkout definition.The same will most likely need to be done for
git-sdk-32
andgit-sdk-arm64
, too.The text was updated successfully, but these errors were encountered: