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
[BUG] on WSL: running doing select generates an error #128
Comments
|
Looks like I had a version of fzf embedded that was compiled for a
specific OS. I've modified Doing to compile an OS-appropriate version of
fzf the first time an interactive command is run. Please update run `gem
install doing` to update to version 2.0.22 and try `doing select` again.
Let me know if you run into issues.
…-Brett
On 23 Nov 2021, at 10:15, flyingpie101 wrote:
**Describe the bug**
doing select
sh: 4:
/var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder:
Exec format error
> Exited: no items selected
**To Reproduce**
Steps to reproduce the behavior:
1. Execute command 'doing select'
2. See error
**Expected behavior**
No error ;)
**Desktop (please complete the following information):**
- Platform: windows 11
- OS: WSL
- Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
**Doing version**
- doing version 2.0.17
**Ruby version**
- ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
--
You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub:
#128
|
|
1. Ran 'doing select' it attempted to install FZF, but failed due to
permissions
2. tried 'sudo doing select', same error
3. ran 'sudo su' then 'doing' then 'doing now temp' to create config files
4. ran 'doing select' . Success
5. exited SU back to my user
6. ran 'doing select' SUCCESS
thank you !
On Tue, Nov 23, 2021 at 1:38 PM Brett Terpstra ***@***.***>
wrote:
… Looks like I had a version of fzf embedded that was compiled for a
specific OS. I've modified Doing to compile an OS-appropriate version of
fzf the first time an interactive command is run. Please update run `gem
install doing` to update to version 2.0.22 and try `doing select` again.
Let me know if you run into issues.
-Brett
On 23 Nov 2021, at 10:15, flyingpie101 wrote:
> **Describe the bug**
>
> doing select
> sh: 4:
>
/var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder:
> Exec format error
>> Exited: no items selected
>
> **To Reproduce**
>
> Steps to reproduce the behavior:
>
> 1. Execute command 'doing select'
> 2. See error
>
> **Expected behavior**
>
> No error ;)
>
> **Desktop (please complete the following information):**
>
> - Platform: windows 11
> - OS: WSL
> - Distributor ID: Ubuntu
> Description: Ubuntu 20.04.3 LTS
> Release: 20.04
>
> **Doing version**
>
> - doing version 2.0.17
>
> **Ruby version**
>
> - ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
>
>
>
> --
> You are receiving this because you were assigned.
> Reply to this email directly or view it on GitHub:
> #128
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#128 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYBIJTDDKIYHSFCPNL5NG3UNPNQ3ANCNFSM5IT45YGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
Ugh, that's not an ideal install process. I assume the gem was
originally installed using `sudo gem install`?
If I have the install command use sudo internally, it would ask for your
password and install should succeed the first time. However, on a system
where `sudo` wasn't used to install the gem, it would install fzf to the
wrong location. I'll have to figure out how to handle this elegantly.
…-Brett
On 23 Nov 2021, at 12:48, flyingpie101 wrote:
1. Ran 'doing select' it attempted to install FZF, but failed due to
permissions
2. tried 'sudo doing select', same error
3. ran 'sudo su' then 'doing' then 'doing now temp' to create config
files
4. ran 'doing select' . Success
5. exited SU back to my user
6. ran 'doing select' SUCCESS
thank you !
On Tue, Nov 23, 2021 at 1:38 PM Brett Terpstra ***@***.***>
wrote:
> Looks like I had a version of fzf embedded that was compiled for a
> specific OS. I've modified Doing to compile an OS-appropriate version
> of
> fzf the first time an interactive command is run. Please update run
> `gem
> install doing` to update to version 2.0.22 and try `doing select`
> again.
> Let me know if you run into issues.
>
> -Brett
>
>
>
> On 23 Nov 2021, at 10:15, flyingpie101 wrote:
>
>> **Describe the bug**
>>
>> doing select
>> sh: 4:
>>
> /var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder:
>> Exec format error
>>> Exited: no items selected
>>
>> **To Reproduce**
>>
>> Steps to reproduce the behavior:
>>
>> 1. Execute command 'doing select'
>> 2. See error
>>
>> **Expected behavior**
>>
>> No error ;)
>>
>> **Desktop (please complete the following information):**
>>
>> - Platform: windows 11
>> - OS: WSL
>> - Distributor ID: Ubuntu
>> Description: Ubuntu 20.04.3 LTS
>> Release: 20.04
>>
>> **Doing version**
>>
>> - doing version 2.0.17
>>
>> **Ruby version**
>>
>> - ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
>>
>>
>>
>> --
>> You are receiving this because you were assigned.
>> Reply to this email directly or view it on GitHub:
>> #128
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#128 (comment)>
> , or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACYBIJTDDKIYHSFCPNL5NG3UNPNQ3ANCNFSM5IT45YGQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
> .
>
>
--
You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub:
#128 (comment)
|
|
I assume the gem was originally installed using `sudo gem install`?
Correct assumption
On Tue, Nov 23, 2021 at 1:58 PM Brett Terpstra ***@***.***>
wrote:
… Ugh, that's not an ideal install process. I assume the gem was
originally installed using `sudo gem install`?
If I have the install command use sudo internally, it would ask for your
password and install should succeed the first time. However, on a system
where `sudo` wasn't used to install the gem, it would install fzf to the
wrong location. I'll have to figure out how to handle this elegantly.
-Brett
On 23 Nov 2021, at 12:48, flyingpie101 wrote:
> 1. Ran 'doing select' it attempted to install FZF, but failed due to
> permissions
> 2. tried 'sudo doing select', same error
> 3. ran 'sudo su' then 'doing' then 'doing now temp' to create config
> files
> 4. ran 'doing select' . Success
> 5. exited SU back to my user
> 6. ran 'doing select' SUCCESS
>
> thank you !
>
> On Tue, Nov 23, 2021 at 1:38 PM Brett Terpstra ***@***.***>
> wrote:
>
>> Looks like I had a version of fzf embedded that was compiled for a
>> specific OS. I've modified Doing to compile an OS-appropriate version
>> of
>> fzf the first time an interactive command is run. Please update run
>> `gem
>> install doing` to update to version 2.0.22 and try `doing select`
>> again.
>> Let me know if you run into issues.
>>
>> -Brett
>>
>>
>>
>> On 23 Nov 2021, at 10:15, flyingpie101 wrote:
>>
>>> **Describe the bug**
>>>
>>> doing select
>>> sh: 4:
>>>
>>
/var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder:
>>> Exec format error
>>>> Exited: no items selected
>>>
>>> **To Reproduce**
>>>
>>> Steps to reproduce the behavior:
>>>
>>> 1. Execute command 'doing select'
>>> 2. See error
>>>
>>> **Expected behavior**
>>>
>>> No error ;)
>>>
>>> **Desktop (please complete the following information):**
>>>
>>> - Platform: windows 11
>>> - OS: WSL
>>> - Distributor ID: Ubuntu
>>> Description: Ubuntu 20.04.3 LTS
>>> Release: 20.04
>>>
>>> **Doing version**
>>>
>>> - doing version 2.0.17
>>>
>>> **Ruby version**
>>>
>>> - ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
>>>
>>>
>>>
>>> --
>>> You are receiving this because you were assigned.
>>> Reply to this email directly or view it on GitHub:
>>> #128
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#128 (comment)>
>> , or
>> unsubscribe
>> <
https://github.com/notifications/unsubscribe-auth/ACYBIJTDDKIYHSFCPNL5NG3UNPNQ3ANCNFSM5IT45YGQ
>
>> .
>> Triage notifications on the go with GitHub Mobile for iOS
>> <
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>
>> or Android
>> <
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
>> .
>>
>>
>
>
> --
> You are receiving this because you were assigned.
> Reply to this email directly or view it on GitHub:
> #128 (comment)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#128 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYBIJUOA6IVTYYBEK7SI7TUNPP3VANCNFSM5IT45YGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
Ok, I'm having it attempt first without sudo, and if it gets an error it
tries again with sudo, asking the user for password as needed. I don't
have a good setup for testing where `sudo` IS required, though, so if
you have it in you to delete the gem (`gem uninstall doing`), install
the latest version (`gem install doing`) and try the `doing select`
option again, I'd really love to know if this solution works :).
…-Brett
On 23 Nov 2021, at 13:01, flyingpie101 wrote:
I assume the gem was originally installed using `sudo gem install`?
Correct assumption
On Tue, Nov 23, 2021 at 1:58 PM Brett Terpstra ***@***.***>
wrote:
> Ugh, that's not an ideal install process. I assume the gem was
> originally installed using `sudo gem install`?
>
> If I have the install command use sudo internally, it would ask for
> your
> password and install should succeed the first time. However, on a
> system
> where `sudo` wasn't used to install the gem, it would install fzf to
> the
> wrong location. I'll have to figure out how to handle this elegantly.
>
> -Brett
>
>
>
> On 23 Nov 2021, at 12:48, flyingpie101 wrote:
>
>> 1. Ran 'doing select' it attempted to install FZF, but failed due to
>> permissions
>> 2. tried 'sudo doing select', same error
>> 3. ran 'sudo su' then 'doing' then 'doing now temp' to create config
>> files
>> 4. ran 'doing select' . Success
>> 5. exited SU back to my user
>> 6. ran 'doing select' SUCCESS
>>
>> thank you !
>>
>> On Tue, Nov 23, 2021 at 1:38 PM Brett Terpstra ***@***.***>
>> wrote:
>>
>>> Looks like I had a version of fzf embedded that was compiled for a
>>> specific OS. I've modified Doing to compile an OS-appropriate
>>> version
>>> of
>>> fzf the first time an interactive command is run. Please update run
>>> `gem
>>> install doing` to update to version 2.0.22 and try `doing select`
>>> again.
>>> Let me know if you run into issues.
>>>
>>> -Brett
>>>
>>>
>>>
>>> On 23 Nov 2021, at 10:15, flyingpie101 wrote:
>>>
>>>> **Describe the bug**
>>>>
>>>> doing select
>>>> sh: 4:
>>>>
>>>
> /var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder:
>>>> Exec format error
>>>>> Exited: no items selected
>>>>
>>>> **To Reproduce**
>>>>
>>>> Steps to reproduce the behavior:
>>>>
>>>> 1. Execute command 'doing select'
>>>> 2. See error
>>>>
>>>> **Expected behavior**
>>>>
>>>> No error ;)
>>>>
>>>> **Desktop (please complete the following information):**
>>>>
>>>> - Platform: windows 11
>>>> - OS: WSL
>>>> - Distributor ID: Ubuntu
>>>> Description: Ubuntu 20.04.3 LTS
>>>> Release: 20.04
>>>>
>>>> **Doing version**
>>>>
>>>> - doing version 2.0.17
>>>>
>>>> **Ruby version**
>>>>
>>>> - ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
>>>>
>>>>
>>>>
>>>> --
>>>> You are receiving this because you were assigned.
>>>> Reply to this email directly or view it on GitHub:
>>>> #128
>>>
>>> —
>>> You are receiving this because you authored the thread.
>>> Reply to this email directly, view it on GitHub
>>> <#128 (comment)>
>>> , or
>>> unsubscribe
>>> <
> https://github.com/notifications/unsubscribe-auth/ACYBIJTDDKIYHSFCPNL5NG3UNPNQ3ANCNFSM5IT45YGQ
>>
>>> .
>>> Triage notifications on the go with GitHub Mobile for iOS
>>> <
> https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>>
>>> or Android
>>> <
> https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
>
>>> .
>>>
>>>
>>
>>
>> --
>> You are receiving this because you were assigned.
>> Reply to this email directly or view it on GitHub:
>> #128 (comment)
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#128 (comment)>
> , or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACYBIJUOA6IVTYYBEK7SI7TUNPP3VANCNFSM5IT45YGQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
> .
>
>
--
You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub:
#128 (comment)
|
|
No problem.
*Step 1:*
:~$ gem uninstall doing
Select gem to uninstall:
1. doing-2.0.13
2. doing-2.0.17
3. doing-2.0.22
4. All versions
4
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /var/lib/gems/2.7.0 directory.
*Step 2:*
:~$ sudo gem uninstall doing
[sudo] password for xxxx:
Select gem to uninstall:
1. doing-2.0.13
2. doing-2.0.17
3. doing-2.0.22
4. All versions
4
Successfully uninstalled doing-2.0.13
Successfully uninstalled doing-2.0.17
Remove executables:
doing
in addition to the gem? [Yn]
Removing doing
Successfully uninstalled doing-2.0.22
*Step 3:*
:~$ gem install doing
Fetching doing-2.0.23.gem
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /var/lib/gems/2.7.0 directory.
*Step 4:*
:~$ sudo gem install doing
Fetching doing-2.0.23.gem
Successfully installed doing-2.0.23
Parsing documentation for doing-2.0.23
Installing ri documentation for doing-2.0.23
Done installing documentation for doing after 6 seconds
1 gem installed
*Step 5:*
:~$ doing select
Compiling and installing FZF -- this will only happen once
fzf is copyright Junegunn Choi <
https://github.com/junegunn/fzf/blob/master/LICENSE>
Downloading bin/fzf ...
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 635 100 635 0 0 2748 0 --:--:-- --:--:-- --:--:--
2760
100 990k 100 990k 0 0 1429k 0 --:--:-- --:--:-- --:--:--
3297k
tar: fzf: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors
--2021-11-23 14:54:39--
https://github.com/junegunn/fzf/releases/download/0.28.0/fzf-0.28.0-linux_amd64.tar.gz
Resolving github.com (github.com)... 140.82.112.3
Connecting to github.com (github.com)|140.82.112.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location:
https://github-releases.githubusercontent.com/13807606/f9bb7ddc-1ee2-4d63-8281-65b15b1adc77?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211123T195438Z&X-Amz-Expires=300&X-Amz-Signature=b0ee1d9d94ca4089b8ed5f20cf30451c514e709cda12731becd9962f229d3d68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=13807606&response-content-disposition=attachment%3B%20filename%3Dfzf-0.28.0-linux_amd64.tar.gz&response-content-type=application%2Foctet-stream
[following]
--2021-11-23 14:54:39--
https://github-releases.githubusercontent.com/13807606/f9bb7ddc-1ee2-4d63-8281-65b15b1adc77?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211123T195438Z&X-Amz-Expires=300&X-Amz-Signature=b0ee1d9d94ca4089b8ed5f20cf30451c514e709cda12731becd9962f229d3d68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=13807606&response-content-disposition=attachment%3B%20filename%3Dfzf-0.28.0-linux_amd64.tar.gz&response-content-type=application%2Foctet-stream
Resolving github-releases.githubusercontent.com (
github-releases.githubusercontent.com)... 185.199.110.154, 185.199.111.154,
185.199.108.154, ...
Connecting to github-releases.githubusercontent.com (
github-releases.githubusercontent.com)|185.199.110.154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1014569 (991K) [application/octet-stream]
Saving to: ‘STDOUT’
-
100%[=================================================>] 990.79K --.-KB/s
in 0.1s
2021-11-23 14:54:40 (8.05 MB/s) - written to stdout [1014569/1014569]
tar: fzf: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors
- Failed to download with curl and wget !!!
go executable not found. Installation failed.
Error installing, trying again as root
Downloading bin/fzf ...
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 635 100 635 0 0 4635 0 --:--:-- --:--:-- --:--:--
4601
100 990k 100 990k 0 0 3206k 0 --:--:-- --:--:-- --:--:--
3206k
- Checking fzf executable ... 0.28.0
Exited: no items selected
and 'doing select' Success
On Tue, Nov 23, 2021 at 2:39 PM Brett Terpstra ***@***.***>
wrote:
… Ok, I'm having it attempt first without sudo, and if it gets an error it
tries again with sudo, asking the user for password as needed. I don't
have a good setup for testing where `sudo` IS required, though, so if
you have it in you to delete the gem (`gem uninstall doing`), install
the latest version (`gem install doing`) and try the `doing select`
option again, I'd really love to know if this solution works :).
-Brett
On 23 Nov 2021, at 13:01, flyingpie101 wrote:
> I assume the gem was originally installed using `sudo gem install`?
> Correct assumption
>
> On Tue, Nov 23, 2021 at 1:58 PM Brett Terpstra ***@***.***>
> wrote:
>
>> Ugh, that's not an ideal install process. I assume the gem was
>> originally installed using `sudo gem install`?
>>
>> If I have the install command use sudo internally, it would ask for
>> your
>> password and install should succeed the first time. However, on a
>> system
>> where `sudo` wasn't used to install the gem, it would install fzf to
>> the
>> wrong location. I'll have to figure out how to handle this elegantly.
>>
>> -Brett
>>
>>
>>
>> On 23 Nov 2021, at 12:48, flyingpie101 wrote:
>>
>>> 1. Ran 'doing select' it attempted to install FZF, but failed due to
>>> permissions
>>> 2. tried 'sudo doing select', same error
>>> 3. ran 'sudo su' then 'doing' then 'doing now temp' to create config
>>> files
>>> 4. ran 'doing select' . Success
>>> 5. exited SU back to my user
>>> 6. ran 'doing select' SUCCESS
>>>
>>> thank you !
>>>
>>> On Tue, Nov 23, 2021 at 1:38 PM Brett Terpstra ***@***.***>
>>> wrote:
>>>
>>>> Looks like I had a version of fzf embedded that was compiled for a
>>>> specific OS. I've modified Doing to compile an OS-appropriate
>>>> version
>>>> of
>>>> fzf the first time an interactive command is run. Please update run
>>>> `gem
>>>> install doing` to update to version 2.0.22 and try `doing select`
>>>> again.
>>>> Let me know if you run into issues.
>>>>
>>>> -Brett
>>>>
>>>>
>>>>
>>>> On 23 Nov 2021, at 10:15, flyingpie101 wrote:
>>>>
>>>>> **Describe the bug**
>>>>>
>>>>> doing select
>>>>> sh: 4:
>>>>>
>>>>
>>
/var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder:
>>>>> Exec format error
>>>>>> Exited: no items selected
>>>>>
>>>>> **To Reproduce**
>>>>>
>>>>> Steps to reproduce the behavior:
>>>>>
>>>>> 1. Execute command 'doing select'
>>>>> 2. See error
>>>>>
>>>>> **Expected behavior**
>>>>>
>>>>> No error ;)
>>>>>
>>>>> **Desktop (please complete the following information):**
>>>>>
>>>>> - Platform: windows 11
>>>>> - OS: WSL
>>>>> - Distributor ID: Ubuntu
>>>>> Description: Ubuntu 20.04.3 LTS
>>>>> Release: 20.04
>>>>>
>>>>> **Doing version**
>>>>>
>>>>> - doing version 2.0.17
>>>>>
>>>>> **Ruby version**
>>>>>
>>>>> - ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> You are receiving this because you were assigned.
>>>>> Reply to this email directly or view it on GitHub:
>>>>> #128
>>>>
>>>> —
>>>> You are receiving this because you authored the thread.
>>>> Reply to this email directly, view it on GitHub
>>>> <#128 (comment)>
>>>> , or
>>>> unsubscribe
>>>> <
>>
https://github.com/notifications/unsubscribe-auth/ACYBIJTDDKIYHSFCPNL5NG3UNPNQ3ANCNFSM5IT45YGQ
>>>
>>>> .
>>>> Triage notifications on the go with GitHub Mobile for iOS
>>>> <
>>
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>>>
>>>> or Android
>>>> <
>>
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
>
>>
>>>> .
>>>>
>>>>
>>>
>>>
>>> --
>>> You are receiving this because you were assigned.
>>> Reply to this email directly or view it on GitHub:
>>> #128 (comment)
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#128 (comment)>
>> , or
>> unsubscribe
>> <
https://github.com/notifications/unsubscribe-auth/ACYBIJUOA6IVTYYBEK7SI7TUNPP3VANCNFSM5IT45YGQ
>
>> .
>> Triage notifications on the go with GitHub Mobile for iOS
>> <
https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>
>> or Android
>> <
https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
>> .
>>
>>
>
>
> --
> You are receiving this because you were assigned.
> Reply to this email directly or view it on GitHub:
> #128 (comment)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#128 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYBIJXOPTJZTNWWV64PHB3UNPUVLANCNFSM5IT45YGQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
Awesome. Just have to clean up some of that output now...
Thanks for your assistance.
…-Brett
On 23 Nov 2021, at 13:57, flyingpie101 wrote:
No problem.
*Step 1:*
:~$ gem uninstall doing
Select gem to uninstall:
1. doing-2.0.13
2. doing-2.0.17
3. doing-2.0.22
4. All versions
> 4
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /var/lib/gems/2.7.0
directory.
*Step 2:*
:~$ sudo gem uninstall doing
[sudo] password for xxxx:
Select gem to uninstall:
1. doing-2.0.13
2. doing-2.0.17
3. doing-2.0.22
4. All versions
> 4
Successfully uninstalled doing-2.0.13
Successfully uninstalled doing-2.0.17
Remove executables:
doing
in addition to the gem? [Yn]
Removing doing
Successfully uninstalled doing-2.0.22
*Step 3:*
:~$ gem install doing
Fetching doing-2.0.23.gem
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /var/lib/gems/2.7.0
directory.
*Step 4:*
:~$ sudo gem install doing
Fetching doing-2.0.23.gem
Successfully installed doing-2.0.23
Parsing documentation for doing-2.0.23
Installing ri documentation for doing-2.0.23
Done installing documentation for doing after 6 seconds
1 gem installed
*Step 5:*
:~$ doing select
> Compiling and installing FZF -- this will only happen once
> fzf is copyright Junegunn Choi <
https://github.com/junegunn/fzf/blob/master/LICENSE>
Downloading bin/fzf ...
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 635 100 635 0 0 2748 0 --:--:-- --:--:--
--:--:--
2760
100 990k 100 990k 0 0 1429k 0 --:--:-- --:--:--
--:--:--
3297k
tar: fzf: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors
--2021-11-23 14:54:39--
https://github.com/junegunn/fzf/releases/download/0.28.0/fzf-0.28.0-linux_amd64.tar.gz
Resolving github.com (github.com)... 140.82.112.3
Connecting to github.com (github.com)|140.82.112.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location:
https://github-releases.githubusercontent.com/13807606/f9bb7ddc-1ee2-4d63-8281-65b15b1adc77?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211123T195438Z&X-Amz-Expires=300&X-Amz-Signature=b0ee1d9d94ca4089b8ed5f20cf30451c514e709cda12731becd9962f229d3d68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=13807606&response-content-disposition=attachment%3B%20filename%3Dfzf-0.28.0-linux_amd64.tar.gz&response-content-type=application%2Foctet-stream
[following]
--2021-11-23 14:54:39--
https://github-releases.githubusercontent.com/13807606/f9bb7ddc-1ee2-4d63-8281-65b15b1adc77?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211123T195438Z&X-Amz-Expires=300&X-Amz-Signature=b0ee1d9d94ca4089b8ed5f20cf30451c514e709cda12731becd9962f229d3d68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=13807606&response-content-disposition=attachment%3B%20filename%3Dfzf-0.28.0-linux_amd64.tar.gz&response-content-type=application%2Foctet-stream
Resolving github-releases.githubusercontent.com (
github-releases.githubusercontent.com)... 185.199.110.154,
185.199.111.154,
185.199.108.154, ...
Connecting to github-releases.githubusercontent.com (
github-releases.githubusercontent.com)|185.199.110.154|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 1014569 (991K) [application/octet-stream]
Saving to: ‘STDOUT’
-
100%[=================================================>] 990.79K
--.-KB/s
in 0.1s
2021-11-23 14:54:40 (8.05 MB/s) - written to stdout [1014569/1014569]
tar: fzf: Cannot open: Permission denied
tar: Exiting with failure status due to previous errors
- Failed to download with curl and wget !!!
go executable not found. Installation failed.
> Error installing, trying again as root
Downloading bin/fzf ...
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 635 100 635 0 0 4635 0 --:--:-- --:--:--
--:--:--
4601
100 990k 100 990k 0 0 3206k 0 --:--:-- --:--:--
--:--:--
3206k
- Checking fzf executable ... 0.28.0
> Exited: no items selected
and 'doing select' Success
On Tue, Nov 23, 2021 at 2:39 PM Brett Terpstra ***@***.***>
wrote:
> Ok, I'm having it attempt first without sudo, and if it gets an error
> it
> tries again with sudo, asking the user for password as needed. I
> don't
> have a good setup for testing where `sudo` IS required, though, so if
> you have it in you to delete the gem (`gem uninstall doing`), install
> the latest version (`gem install doing`) and try the `doing select`
> option again, I'd really love to know if this solution works :).
>
> -Brett
>
>
>
> On 23 Nov 2021, at 13:01, flyingpie101 wrote:
>
>> I assume the gem was originally installed using `sudo gem install`?
>> Correct assumption
>>
>> On Tue, Nov 23, 2021 at 1:58 PM Brett Terpstra ***@***.***>
>> wrote:
>>
>>> Ugh, that's not an ideal install process. I assume the gem was
>>> originally installed using `sudo gem install`?
>>>
>>> If I have the install command use sudo internally, it would ask for
>>> your
>>> password and install should succeed the first time. However, on a
>>> system
>>> where `sudo` wasn't used to install the gem, it would install fzf
>>> to
>>> the
>>> wrong location. I'll have to figure out how to handle this
>>> elegantly.
>>>
>>> -Brett
>>>
>>>
>>>
>>> On 23 Nov 2021, at 12:48, flyingpie101 wrote:
>>>
>>>> 1. Ran 'doing select' it attempted to install FZF, but failed due
>>>> to
>>>> permissions
>>>> 2. tried 'sudo doing select', same error
>>>> 3. ran 'sudo su' then 'doing' then 'doing now temp' to create
>>>> config
>>>> files
>>>> 4. ran 'doing select' . Success
>>>> 5. exited SU back to my user
>>>> 6. ran 'doing select' SUCCESS
>>>>
>>>> thank you !
>>>>
>>>> On Tue, Nov 23, 2021 at 1:38 PM Brett Terpstra ***@***.***>
>>>> wrote:
>>>>
>>>>> Looks like I had a version of fzf embedded that was compiled for
>>>>> a
>>>>> specific OS. I've modified Doing to compile an OS-appropriate
>>>>> version
>>>>> of
>>>>> fzf the first time an interactive command is run. Please update
>>>>> run
>>>>> `gem
>>>>> install doing` to update to version 2.0.22 and try `doing select`
>>>>> again.
>>>>> Let me know if you run into issues.
>>>>>
>>>>> -Brett
>>>>>
>>>>>
>>>>>
>>>>> On 23 Nov 2021, at 10:15, flyingpie101 wrote:
>>>>>
>>>>>> **Describe the bug**
>>>>>>
>>>>>> doing select
>>>>>> sh: 4:
>>>>>>
>>>>>
>>>
> /var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder:
>>>>>> Exec format error
>>>>>>> Exited: no items selected
>>>>>>
>>>>>> **To Reproduce**
>>>>>>
>>>>>> Steps to reproduce the behavior:
>>>>>>
>>>>>> 1. Execute command 'doing select'
>>>>>> 2. See error
>>>>>>
>>>>>> **Expected behavior**
>>>>>>
>>>>>> No error ;)
>>>>>>
>>>>>> **Desktop (please complete the following information):**
>>>>>>
>>>>>> - Platform: windows 11
>>>>>> - OS: WSL
>>>>>> - Distributor ID: Ubuntu
>>>>>> Description: Ubuntu 20.04.3 LTS
>>>>>> Release: 20.04
>>>>>>
>>>>>> **Doing version**
>>>>>>
>>>>>> - doing version 2.0.17
>>>>>>
>>>>>> **Ruby version**
>>>>>>
>>>>>> - ruby 2.7.0p0 (2019-12-25 revision 647ee6f091)
>>>>>> [x86_64-linux-gnu]
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> You are receiving this because you were assigned.
>>>>>> Reply to this email directly or view it on GitHub:
>>>>>> #128
>>>>>
>>>>> —
>>>>> You are receiving this because you authored the thread.
>>>>> Reply to this email directly, view it on GitHub
>>>>> <#128 (comment)>
>>>>> , or
>>>>> unsubscribe
>>>>> <
>>>
> https://github.com/notifications/unsubscribe-auth/ACYBIJTDDKIYHSFCPNL5NG3UNPNQ3ANCNFSM5IT45YGQ
>>>>
>>>>> .
>>>>> Triage notifications on the go with GitHub Mobile for iOS
>>>>> <
>>>
> https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>>>>
>>>>> or Android
>>>>> <
>>>
> https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
>>
>>>
>>>>> .
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> You are receiving this because you were assigned.
>>>> Reply to this email directly or view it on GitHub:
>>>> #128 (comment)
>>>
>>> —
>>> You are receiving this because you authored the thread.
>>> Reply to this email directly, view it on GitHub
>>> <#128 (comment)>
>>> , or
>>> unsubscribe
>>> <
> https://github.com/notifications/unsubscribe-auth/ACYBIJUOA6IVTYYBEK7SI7TUNPP3VANCNFSM5IT45YGQ
>>
>>> .
>>> Triage notifications on the go with GitHub Mobile for iOS
>>> <
> https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>>
>>> or Android
>>> <
> https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
>
>>> .
>>>
>>>
>>
>>
>> --
>> You are receiving this because you were assigned.
>> Reply to this email directly or view it on GitHub:
>> #128 (comment)
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#128 (comment)>
> , or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACYBIJXOPTJZTNWWV64PHB3UNPUVLANCNFSM5IT45YGQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
> .
>
>
--
You are receiving this because you were assigned.
Reply to this email directly or view it on GitHub:
#128 (comment)
|
|
Happy to help
Thx
Greg
…On Nov 23, 2021, 4:28 PM -0500, Brett Terpstra ***@***.***>, wrote:
Awesome. Just have to clean up some of that output now...
Thanks for your assistance.
-Brett
On 23 Nov 2021, at 13:57, flyingpie101 wrote:
> No problem.
>
> *Step 1:*
> :~$ gem uninstall doing
>
> Select gem to uninstall:
> 1. doing-2.0.13
> 2. doing-2.0.17
> 3. doing-2.0.22
> 4. All versions
>> 4
> ERROR: While executing gem ... (Gem::FilePermissionError)
> You don't have write permissions for the /var/lib/gems/2.7.0
> directory.
>
> *Step 2:*
> :~$ sudo gem uninstall doing
> [sudo] password for xxxx:
>
> Select gem to uninstall:
> 1. doing-2.0.13
> 2. doing-2.0.17
> 3. doing-2.0.22
> 4. All versions
>> 4
> Successfully uninstalled doing-2.0.13
> Successfully uninstalled doing-2.0.17
> Remove executables:
> doing
>
> in addition to the gem? [Yn]
> Removing doing
> Successfully uninstalled doing-2.0.22
>
> *Step 3:*
> :~$ gem install doing
> Fetching doing-2.0.23.gem
> ERROR: While executing gem ... (Gem::FilePermissionError)
> You don't have write permissions for the /var/lib/gems/2.7.0
> directory.
>
> *Step 4:*
> :~$ sudo gem install doing
> Fetching doing-2.0.23.gem
> Successfully installed doing-2.0.23
> Parsing documentation for doing-2.0.23
> Installing ri documentation for doing-2.0.23
> Done installing documentation for doing after 6 seconds
> 1 gem installed
>
> *Step 5:*
> :~$ doing select
>> Compiling and installing FZF -- this will only happen once
>> fzf is copyright Junegunn Choi <
> https://github.com/junegunn/fzf/blob/master/LICENSE>
> Downloading bin/fzf ...
> % Total % Received % Xferd Average Speed Time Time Time
> Current
> Dload Upload Total Spent Left
> Speed
> 100 635 100 635 0 0 2748 0 --:--:-- --:--:--
> --:--:--
> 2760
> 100 990k 100 990k 0 0 1429k 0 --:--:-- --:--:--
> --:--:--
> 3297k
> tar: fzf: Cannot open: Permission denied
> tar: Exiting with failure status due to previous errors
> --2021-11-23 14:54:39--
> https://github.com/junegunn/fzf/releases/download/0.28.0/fzf-0.28.0-linux_amd64.tar.gz
> Resolving github.com (github.com)... 140.82.112.3
> Connecting to github.com (github.com)|140.82.112.3|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location:
> https://github-releases.githubusercontent.com/13807606/f9bb7ddc-1ee2-4d63-8281-65b15b1adc77?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211123T195438Z&X-Amz-Expires=300&X-Amz-Signature=b0ee1d9d94ca4089b8ed5f20cf30451c514e709cda12731becd9962f229d3d68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=13807606&response-content-disposition=attachment%3B%20filename%3Dfzf-0.28.0-linux_amd64.tar.gz&response-content-type=application%2Foctet-stream
> [following]
> --2021-11-23 14:54:39--
> https://github-releases.githubusercontent.com/13807606/f9bb7ddc-1ee2-4d63-8281-65b15b1adc77?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211123T195438Z&X-Amz-Expires=300&X-Amz-Signature=b0ee1d9d94ca4089b8ed5f20cf30451c514e709cda12731becd9962f229d3d68&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=13807606&response-content-disposition=attachment%3B%20filename%3Dfzf-0.28.0-linux_amd64.tar.gz&response-content-type=application%2Foctet-stream
> Resolving github-releases.githubusercontent.com (
> github-releases.githubusercontent.com)... 185.199.110.154,
> 185.199.111.154,
> 185.199.108.154, ...
> Connecting to github-releases.githubusercontent.com (
> github-releases.githubusercontent.com)|185.199.110.154|:443...
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 1014569 (991K) [application/octet-stream]
> Saving to: ‘STDOUT’
>
> -
> 100%[=================================================>] 990.79K
> --.-KB/s
> in 0.1s
>
> 2021-11-23 14:54:40 (8.05 MB/s) - written to stdout [1014569/1014569]
>
> tar: fzf: Cannot open: Permission denied
> tar: Exiting with failure status due to previous errors
> - Failed to download with curl and wget !!!
> go executable not found. Installation failed.
>> Error installing, trying again as root
> Downloading bin/fzf ...
> % Total % Received % Xferd Average Speed Time Time Time
> Current
> Dload Upload Total Spent Left
> Speed
> 100 635 100 635 0 0 4635 0 --:--:-- --:--:--
> --:--:--
> 4601
> 100 990k 100 990k 0 0 3206k 0 --:--:-- --:--:--
> --:--:--
> 3206k
> - Checking fzf executable ... 0.28.0
>> Exited: no items selected
>
> and 'doing select' Success
>
> On Tue, Nov 23, 2021 at 2:39 PM Brett Terpstra ***@***.***>
> wrote:
>
>> Ok, I'm having it attempt first without sudo, and if it gets an error
>> it
>> tries again with sudo, asking the user for password as needed. I
>> don't
>> have a good setup for testing where `sudo` IS required, though, so if
>> you have it in you to delete the gem (`gem uninstall doing`), install
>> the latest version (`gem install doing`) and try the `doing select`
>> option again, I'd really love to know if this solution works :).
>>
>> -Brett
>>
>>
>>
>> On 23 Nov 2021, at 13:01, flyingpie101 wrote:
>>
>>> I assume the gem was originally installed using `sudo gem install`?
>>> Correct assumption
>>>
>>> On Tue, Nov 23, 2021 at 1:58 PM Brett Terpstra ***@***.***>
>>> wrote:
>>>
>>>> Ugh, that's not an ideal install process. I assume the gem was
>>>> originally installed using `sudo gem install`?
>>>>
>>>> If I have the install command use sudo internally, it would ask for
>>>> your
>>>> password and install should succeed the first time. However, on a
>>>> system
>>>> where `sudo` wasn't used to install the gem, it would install fzf
>>>> to
>>>> the
>>>> wrong location. I'll have to figure out how to handle this
>>>> elegantly.
>>>>
>>>> -Brett
>>>>
>>>>
>>>>
>>>> On 23 Nov 2021, at 12:48, flyingpie101 wrote:
>>>>
>>>>> 1. Ran 'doing select' it attempted to install FZF, but failed due
>>>>> to
>>>>> permissions
>>>>> 2. tried 'sudo doing select', same error
>>>>> 3. ran 'sudo su' then 'doing' then 'doing now temp' to create
>>>>> config
>>>>> files
>>>>> 4. ran 'doing select' . Success
>>>>> 5. exited SU back to my user
>>>>> 6. ran 'doing select' SUCCESS
>>>>>
>>>>> thank you !
>>>>>
>>>>> On Tue, Nov 23, 2021 at 1:38 PM Brett Terpstra ***@***.***>
>>>>> wrote:
>>>>>
>>>>>> Looks like I had a version of fzf embedded that was compiled for
>>>>>> a
>>>>>> specific OS. I've modified Doing to compile an OS-appropriate
>>>>>> version
>>>>>> of
>>>>>> fzf the first time an interactive command is run. Please update
>>>>>> run
>>>>>> `gem
>>>>>> install doing` to update to version 2.0.22 and try `doing select`
>>>>>> again.
>>>>>> Let me know if you run into issues.
>>>>>>
>>>>>> -Brett
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 23 Nov 2021, at 10:15, flyingpie101 wrote:
>>>>>>
>>>>>>> **Describe the bug**
>>>>>>>
>>>>>>> doing select
>>>>>>> sh: 4:
>>>>>>>
>>>>>>
>>>>
>> /var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder:
>>>>>>> Exec format error
>>>>>>>> Exited: no items selected
>>>>>>>
>>>>>>> **To Reproduce**
>>>>>>>
>>>>>>> Steps to reproduce the behavior:
>>>>>>>
>>>>>>> 1. Execute command 'doing select'
>>>>>>> 2. See error
>>>>>>>
>>>>>>> **Expected behavior**
>>>>>>>
>>>>>>> No error ;)
>>>>>>>
>>>>>>> **Desktop (please complete the following information):**
>>>>>>>
>>>>>>> - Platform: windows 11
>>>>>>> - OS: WSL
>>>>>>> - Distributor ID: Ubuntu
>>>>>>> Description: Ubuntu 20.04.3 LTS
>>>>>>> Release: 20.04
>>>>>>>
>>>>>>> **Doing version**
>>>>>>>
>>>>>>> - doing version 2.0.17
>>>>>>>
>>>>>>> **Ruby version**
>>>>>>>
>>>>>>> - ruby 2.7.0p0 (2019-12-25 revision 647ee6f091)
>>>>>>> [x86_64-linux-gnu]
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> You are receiving this because you were assigned.
>>>>>>> Reply to this email directly or view it on GitHub:
>>>>>>> #128
>>>>>>
>>>>>> —
>>>>>> You are receiving this because you authored the thread.
>>>>>> Reply to this email directly, view it on GitHub
>>>>>> <#128 (comment)>
>>>>>> , or
>>>>>> unsubscribe
>>>>>> <
>>>>
>> https://github.com/notifications/unsubscribe-auth/ACYBIJTDDKIYHSFCPNL5NG3UNPNQ3ANCNFSM5IT45YGQ
>>>>>
>>>>>> .
>>>>>> Triage notifications on the go with GitHub Mobile for iOS
>>>>>> <
>>>>
>> https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>>>>>
>>>>>> or Android
>>>>>> <
>>>>
>> https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
>>>
>>>>
>>>>>> .
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> You are receiving this because you were assigned.
>>>>> Reply to this email directly or view it on GitHub:
>>>>> #128 (comment)
>>>>
>>>> —
>>>> You are receiving this because you authored the thread.
>>>> Reply to this email directly, view it on GitHub
>>>> <#128 (comment)>
>>>> , or
>>>> unsubscribe
>>>> <
>> https://github.com/notifications/unsubscribe-auth/ACYBIJUOA6IVTYYBEK7SI7TUNPP3VANCNFSM5IT45YGQ
>>>
>>>> .
>>>> Triage notifications on the go with GitHub Mobile for iOS
>>>> <
>> https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675
>>>
>>>> or Android
>>>> <
>> https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
>>
>>>> .
>>>>
>>>>
>>>
>>>
>>> --
>>> You are receiving this because you were assigned.
>>> Reply to this email directly or view it on GitHub:
>>> #128 (comment)
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#128 (comment)>
>> , or
>> unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/ACYBIJXOPTJZTNWWV64PHB3UNPUVLANCNFSM5IT45YGQ>
>> .
>> Triage notifications on the go with GitHub Mobile for iOS
>> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
>> or Android
>> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
>> .
>>
>>
>
>
> --
> You are receiving this because you were assigned.
> Reply to this email directly or view it on GitHub:
> #128 (comment)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
doing select
sh: 4: /var/lib/gems/2.7.0/gems/doing-2.0.17/lib/doing/../helpers/fuzzyfilefinder: Exec format error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error ;)
Desktop (please complete the following information):
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Doing version
Ruby version
The text was updated successfully, but these errors were encountered: