medic / medic-os

A space-efficient Linux-based operating system, designed specifically to run Medic's mHealth platform. This is the build system and source code; Docker images will be available on Medic's website.
https://medic.org
GNU Affero General Public License v3.0
10 stars 6 forks source link

Cannot download bladox-tools – 403 forbidden #9

Closed alxndrsn closed 7 years ago

alxndrsn commented 7 years ago
$ sudo make
Synchronizing system time... done.
Preparing source tree... done.

Retrieving source code

Collection 'compiler' is already downloaded; skipping
Tree already rearranged for 'compiler'; skipping
Collection 'core' is already downloaded; skipping
Tree already rearranged for 'core'; skipping
Retrieving 57 packages from collection 'medic-core':
[1/57] Skipping already-downloaded package 'acl'
[2/57] Skipping already-downloaded package 'attr'
[3/57] Skipping already-downloaded package 'ant'
[4/57] Downloading source code for package 'bladox-tools'...

curl: (22) The requested URL returned error: 403 Forbidden
Fatal: Error occurred while downloading 'bladox-tools'
Makefile:330: recipe for target 'download' failed
make[2]: *** [download] Error 111
Makefile:89: recipe for target 'force-download' failed
make[1]: *** [force-download] Error 2
Makefile:45: recipe for target 'download' failed
make: *** [download] Error 2

The 403 Forbidden suggests this may be related to #8.

ghost commented 7 years ago

Testing now; could be an AWS permissions issue.