Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

datasette publish now is broken in master #310

Closed
simonw opened this issue Jun 15, 2018 · 0 comments
Closed

datasette publish now is broken in master #310

simonw opened this issue Jun 15, 2018 · 0 comments
Labels

Comments

@simonw
Copy link
Owner

simonw commented Jun 15, 2018

>     gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.6m -c httptools/parser/parser.c -o build/temp.linux-x86_64-3.6/httptools/parser/parser.o -O2
>     unable to execute 'gcc': No such file or directory
>     error: command 'gcc' failed with exit status 1
>     
>     ----------------------------------------
> Command "/usr/local/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-s73273rj/httptools/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-yha7dxqq/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-s73273rj/httptools/

Turns out the python-slim base image I introduced in b18e451 doesn't include gcc: docker-library/python#60 (comment)

@simonw simonw added the bug label Jun 15, 2018
@simonw simonw closed this as completed in d0a578c Jun 16, 2018
simonw added a commit that referenced this issue Jun 16, 2018
Turns out slim-stretch doesn't include gcc which means it can't build various
Sanic dependencies. So `datasette publish now ...` was broken.

Fixes #310
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant