New issue
Advanced search Search tips

Issue 701510 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Mar 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

dev_install on chrome os should install "nano" binary

Reported by seandar...@gmail.com, Mar 14 2017

Issue description

UserAgent: Mozilla/5.0 (X11; CrOS aarch64 9000.91.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.110 Safari/537.36
Platform: Platform 9000.91.0 (Official Build) stable-channel elm

Steps to reproduce the problem:
1. dev_install
2. nano
3. 

What is the expected behavior?

What went wrong?
nano
bash: nano: command not found

ls -l /usr/local/bin/nano
lrwxrwxrwx. 1 root root 9 Mar  3 15:45 /usr/local/bin/nano -> /bin/nano
but:
ls -l /bin/n*
-rwxr-xr-x. 1 root root 109556 Feb 23 02:10 /bin/netstat
lrwxrwxrwx. 1 root root      8 Feb 23 04:13 /bin/nisdomainname -> hostname

Did this work before? N/A 

Chrome version: 56.0.2924.110  Channel: n/a
OS Version: 9000.91.0
Flash Version: Shockwave Flash 24.0 r0

dev_install assumes nano is already installed so just links to it. But nano is not installed. dev_install needs to install the binary. And, if for whatever reason, nano were already installed in /bin, then there's no reason for dev_install to try to install nano.
 
	

i've realized I put this under the wrong component. I think it should be moved to: Infra>Client>ChromeOS

But I can't figure out how to edit the bug, or to delete it.
Components: -Platform>DevTools Infra>Client>ChromeOS
Updated the component.
Project Member

Comment 3 by sheriffbot@chromium.org, Mar 19 2018

Status: Archived (was: Unconfirmed)
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment