galaxyproject / planemo-machine

A packer.io configuration for building out Galaxy (http://galaxyproject.org/) tool development environments.
10 stars 16 forks source link

Adding openssl dependencies to setup before running ansible #86

Closed kellrott closed 8 years ago

kellrott commented 8 years ago

Without fix GCE build gets

 googlecompute: x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o
    googlecompute: build/temp.linux-x86_64-2.7/_openssl.c:429:30: fatal error: openssl/opensslv.h: No such file or directory
    googlecompute: compilation terminated.
    googlecompute: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
    googlecompute:
    googlecompute: ----------------------------------------