Closed
Bug 1362828
Opened 8 years ago
Closed 8 years ago
mozboot: Fix clang package download message
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox53 unaffected, firefox54 unaffected, firefox55 fixed)
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox53 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
When I run `mach bootstrap` to install the Stylo tool dependencies for Mac, the script hits an HTTP 403 Forbidden error when trying to download the clang tooltool package:
https://api.pub.build.mozilla.org/tooltool/sha512/cfde9a0f7f59823200f94422b4adb9a2fb5d4d07f240bbd1142c792434f6a1cbb4096d25c9853d77008fc40db0d827daa7003e78016f51241f621d6040ccc635
The Windows and Linux clang tooltool packages' URLs work correctly (using the SHA-512 hashes https://hg.mozilla.org/mozilla-central/rev/8248949d1c7434569a506d94850376df3def4a08#l10.11):
https://api.pub.build.mozilla.org/tooltool/sha512/cd3ed31acefd185f441632158dde73538c62bab7ebf2a8ec630985ab345938ec522983721ddb1bead1de22d5ac1571d50a958ae002364d739f2a78c6e7244222
https://api.pub.build.mozilla.org/tooltool/sha512/52f3fc23f0f5c98050f8b0ac7c92a6752d067582a16f712a5a58074be98975d594f9e36249fc2be7f1cc2ca6d509c663faaf2bea66f949243cc1f41651638ba6
Assignee | ||
Comment 1•8 years ago
|
||
Nathan, I think this HTTP 403 Forbidden error really is a permissions problem with the clang tooltool package for Mac. If I alter the URL's hash, the server returns HTTP 404 Not Found, which suggests that the Mac package hash is correct and the file exists on the server.
Flags: needinfo?(nfroyd)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•8 years ago
|
||
This patch does not fix the HTTP 403 Forbidden problem. It just fixes a typo in mach bootstrap's clang package download message.
![]() |
||
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8865190 [details]
Bug 1362828 - mozboot: Fix clang package download message.
https://reviewboard.mozilla.org/r/136860/#review140108
Whoops! Didn't look very closely at the printed message, I guess...
Attachment #8865190 -
Flags: review?(nfroyd) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3655533be7c7
mozboot: Fix clang package download message. r=froydnj
Comment 6•8 years ago
|
||
Pretty sure the 403 is bug 1359968, which is fixed on mozilla-central.
Comment 8•8 years ago
|
||
Bug 1359968 updated the tooltool manifests, but `mach boostrap` doesn't read those directly. I've opened 1363110 about propagating the change to mozboot/stylo.py.
Assignee | ||
Comment 9•8 years ago
|
||
Bug 1363110 fixes the Mac clang package hash, so I'll morph this bug into just fixing the download message typo (dupe bug 1363106).
Assignee: nobody → cpeterson
Flags: needinfo?(nfroyd)
Summary: mach bootstrap fails with HTTP 403 Forbidden when trying to download the clang tooltool package for Mac → mozboot: Fix clang package download message
Comment 10•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•