-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
libc++ missing #88
Comments
Removing the Edit: I mean that it very specifically fixes this |
print debugging suggests the hang doesn't occur in aurpkglist, it happens when |
(Still print debugging) It does not appear to enter |
Oooh, it appears that this might fix this issue: @@ -360,7 +360,7 @@ existsinaur() {
regexmatch="$(echo $val | tr -dc '0-9a-z-.\n')"
if [[ $val != $regexmatch ]]; then
matches=$(aurpkglist "$val")
- selectprovider "$val" $matches
+ selectprovider "$val" "${matches[@]}"
if [[ $providepkg ]]; then
eval "$2=\"$providepkg\"" 2>/dev/null
chosenpkg="$providepkg" |
That patch solves |
Aaaand the code is being removed with regex mode anyway. Fun distraction. |
Deleted my fork pull request #91 was based on. Posting the patch here because relevant issue. |
I have libc++ installed as the dependencies require, but everytime i run apacman -Syu, it prints out
and then fails to update anything
Here's the the full bash debug:
http://pastebin.com/0Rvge879
The text was updated successfully, but these errors were encountered: