New issue
Advanced search Search tips

Issue 643770 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

the documentation on https://www.chromium.org/chromium-os/developer-guide/using-sdk-standalone is outdated

Reported by lael.cel...@gmail.com, Sep 2 2016

Issue description

The download instructions on https://www.chromium.org/chromium-os/developer-guide/using-sdk-standalone are outdated and no longer works.

While it seems new ꜱᴅᴋ are still build (2016 included), no 2016 versions exists on http://commondatastorage.googleapis.com/chromiumos-sdk/ suggesting the tarballs build moved to an another address.
 

Comment 1 Deleted

Comment 2 by benhenry@google.com, Nov 23 2016

Components: -Infra>Documentation Infra>Client>ChromeOS
Status: Untriaged (was: Unconfirmed)

Comment 3 by dshi@chromium.org, Nov 29 2016

Cc: vapier@chromium.org

Comment 4 by vapier@chromium.org, Nov 29 2016

Owner: vapier@chromium.org
Status: Fixed (was: Untriaged)
Summary: the documentation on https://www.chromium.org/chromium-os/developer-guide/using-sdk-standalone is outdated (was: the documentation on https://www.chromium.org/chromium-os/developer-guide/using-sdk-standalone is inaccurate . Please update the download instructions.)
the tarballs haven't moved.  that bucket has all the latest.

i've updated the docs to deal with gitiles and with the bzip2->xz change.
vapier@chromium.org : no the command line in https://www.chromium.org/chromium-os/developer-guide/using-sdk-standalone still doesn’t work. I have a 404 error, even with the update.

localhost /tmp % eval $(curl -s https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/master/chromeos/binhost/host/sdk_version.conf?format=TEXT | base64 -d | grep '^SDK_LATEST_VERSION=')
wget "https://commondatastorage.googleapis.com/chromiumos-sdk/cros-sdk-${SDK_LATEST_VERSION}.tar.xz"
https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/master/chromeos/binhost/host/sdk_version.conf?format=TEXT
--2016-11-30 17:48:18--  https://commondatastorage.googleapis.com/chromiumos-sdk/cros-sdk-.tar.xz
Résolution de commondatastorage.googleapis.com (commondatastorage.googleapis.com)… 2a00:1450:4007:809::2010, 216.58.209.240
Connexion à commondatastorage.googleapis.com (commondatastorage.googleapis.com)|2a00:1450:4007:809::2010|:443… connecté.
requête HTTP transmise, en attente de la réponse… 404 Not Found
2016-11-30 17:48:19 erreur 404 : Not Found.

Comment 6 by vapier@chromium.org, Nov 30 2016

working fine for me.  you should verify each step of the way since there's a number of nested commands.

what does curl output ?
what about curl|base64 ?
what about curl|base64|grep ?
what about after the eval ?  is that env var set ?
Ok, I finnally found the issue. The command line given in the documentation is bash specific : it doesn’t work in zsh.
the expectation with pretty much every code snippet in dev.chromium.org is that you're running a POSIX shell (typically, but not always, bash)

Comment 9 by dchan@google.com, Mar 4 2017

Labels: VerifyIn-58

Comment 10 by dchan@google.com, Apr 17 2017

Labels: VerifyIn-59

Comment 11 by dchan@google.com, May 30 2017

Labels: VerifyIn-60
Labels: VerifyIn-61

Comment 13 by dchan@chromium.org, Oct 14 2017

Status: Archived (was: Fixed)
Status: Fixed (was: Archived)

Sign in to add a comment