Dane Springmeyer

Results 403 comments of Dane Springmeyer
trafficstars

hrm: ``` ./scripts/clang-format.sh Downloading https://s3.amazonaws.com/mason-binaries/linux-x86_64/clang++/5.0.0.tar.gz curl: (22) The requested URL returned error: 429 Too Many Requests gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is...

/cc @rclark who I've spoken with about this a few weeks ago. @rclark - s3 downloads from the mason bucket appear to be degrading and the problem is worsening. Any...

We are using curl on the command line to download the binary `.tar.gz` files from s3: https://github.com/mapbox/mason/blob/2602c302fd17d70fcef3f2fe90482d0e6232fdb8/mason.sh#L533-L544. In https://github.com/mapbox/mason/commit/1727795f314dbef66fb0f84ee98a82a62e77b5d1 I modified things to actually try to print the http error...

Thanks @rclark - signing off for the holiday now. I will add `-v` to dump the headers next time I see persistent errors.

another one, which looks only related to travis network since the upstream is not coming from AWS. I probably won't post more of this kind to avoid being too noisy...

``` CMake Error at cmake/mason.cmake:103 (message): [Mason] Failed to download https://mason-binaries.s3.amazonaws.com/headers/rapidjson/1.1.0.tar.gz: curl: (35) gnutls_handshake() failed: Error in the pull function. ``` https://circleci.com/gh/mapbox/mapbox-gl-native/88893?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

My next action on this is to branch mason, tweak the `PLATFORM_ID`, and experiment safely with rebuilding all packages with clang 3.8 without modifying existing ones. In the process I...

Noting to myself as I start looking for glitches in packages, one is when `install` is overridden like https://github.com/mapbox/mason/blob/7cc64b1f32930d0de99381e21dd2cab9f474fa4f/scripts/nunicode/1.7.1/.travis.yml#L39. In this case `clang++-3.8` is not getting installed and the build...

@tmpsantos thanks for the details. I'll repeat them back to ensure I've got them right. - geojson-cpp binary is built on ubuntu precise (https://github.com/mapbox/mason/blob/7cc64b1f32930d0de99381e21dd2cab9f474fa4f/scripts/geojson/0.3.0/.travis.yml#L21-L23) with `-D_GLIBCXX_USE_CXX11_ABI=1` (https://github.com/mapbox/mason/blob/7cc64b1f32930d0de99381e21dd2cab9f474fa4f/scripts/geojson/0.3.0/script.sh#L4) and `g++-5` on...

Noting: will not consider moving to clang 3.9.x until https://github.com/mapbox/variant/issues/121 is solved.