Recent hwloc breaks shell due do competition error? #5471
Replies: 4 comments 2 replies
-
Actually I managed to remove all packages that require |
Beta Was this translation helpful? Give feedback.
-
I am seeing the same issue. Running shellcheck on the bash completion file for COMPREPLY=( "hwloc" "list" taskset" ) This appears to be from this commit: Properly closing these quoted strings resolved this issue for me, but it will need to be resolved upstream. |
Beta Was this translation helpful? Give feedback.
-
I just unlink the bash completion script provided by hwloc, and wait for the maintainers to fix it in next version. |
Beta Was this translation helpful? Give feedback.
-
It appears they’ve been fixed in open-mpi/hwloc#673 and open-mpi/hwloc#674. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
After running brew upgrade today new shell opens with completion error from
hwloc
:From what I see formula was upgraded in last 16h (PR: Homebrew/homebrew-core#175881 by @chenrui333 ).
Looking at the sources of
hwloc
it completion file has more or less same syntax (especially the offending one) for a long time: open-mpi/hwloc@14dc479#diff-913da97e97dc7eaf7ef6ddeed0178288fb0b4e59ceecaef9c4ff208faf8eb4a7R189I tried removing it but it fails due to it being a dependnecy:
(I was pondering commenting in the linked PR but opted out for a discussion to avoid generating noise)
Beta Was this translation helpful? Give feedback.
All reactions