Giter Site home page Giter Site logo

mvmspecs's Introduction

mvmspecs's People

Watchers

Mike 'Fuzzy' Partin avatar

mvmspecs's Issues

ruby/1.9.3-p551.json fails to build on current Arch/Arm

make[2]: Entering directory '/home/fuzzy/.mvm/packages/temp/ruby-1.9.3-p551/ext/openssl'
compiling ossl_ssl.c
ossl_ssl.c:116:27: error: 'SSLv3_method' undeclared here (not in a function)
OSSL_SSL_METHOD_ENTRY(SSLv3),
^
ossl_ssl.c:106:69: note: in definition of macro 'OSSL_SSL_METHOD_ENTRY'
#define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD ()(void))name##_method }
^
ossl_ssl.c:117:27: error: 'SSLv3_server_method' undeclared here (not in a function)
OSSL_SSL_METHOD_ENTRY(SSLv3_server),
^
ossl_ssl.c:106:69: note: in definition of macro 'OSSL_SSL_METHOD_ENTRY'
#define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD ()(void))name##_method }
^
ossl_ssl.c:118:27: error: 'SSLv3_client_method' undeclared here (not in a function)
OSSL_SSL_METHOD_ENTRY(SSLv3_client),
^
ossl_ssl.c:106:69: note: in definition of macro 'OSSL_SSL_METHOD_ENTRY'
#define OSSL_SSL_METHOD_ENTRY(name) { #name, (SSL_METHOD ()(void))name##_method }
^
ossl_ssl.c: In function 'ossl_sslctx_session_new_cb':
ossl_ssl.c:382:35: warning: variable 'ret_obj' set but not used [-Wunused-but-set-variable]
VALUE ary, ssl_obj, sess_obj, ret_obj;
^
ossl_ssl.c: In function 'ossl_sslctx_session_remove_cb':
ossl_ssl.c:431:38: warning: variable 'ret_obj' set but not used [-Wunused-but-set-variable]
VALUE ary, sslctx_obj, sess_obj, ret_obj;
^
ossl_ssl.c: In function 'ssl_servername_cb':
ossl_ssl.c:508:25: warning: variable 'ret_obj' set but not used [-Wunused-but-set-variable]
VALUE ary, ssl_obj, ret_obj;
^
Makefile:269: recipe for target 'ossl_ssl.o' failed
make[2]: *** [ossl_ssl.o] Error 1
make[2]: Leaving directory '/home/fuzzy/.mvm/packages/temp/ruby-1.9.3-p551/ext/openssl'
exts.mk:126: recipe for target 'ext/openssl/all' failed
make[1]: *** [ext/openssl/all] Error 2
make[1]: Leaving directory '/home/fuzzy/.mvm/packages/temp/ruby-1.9.3-p551'
uncommon.mk:178: recipe for target 'build-ext' failed
make: *** [build-ext] Error 2

$ find /usr/include/ -type f -name 'ssl.h'
/usr/include/git2/sys/openssl.h
/usr/include/nss/sslt.h
/usr/include/nss/nsslowhash.h
/usr/include/nss/nsslocks.h
/usr/include/nss/sslerr.h
/usr/include/nss/ssl.h
/usr/include/nss/sslproto.h
/usr/include/glib-2.0/gio/gsubprocesslauncher.h
/usr/include/event2/bufferevent_ssl.h
/usr/include/cursslk.h
/usr/include/openssl/opensslv.h
/usr/include/openssl/opensslconf.h
/usr/include/openssl/kssl.h
/usr/include/openssl/ssl.h
/usr/include/openssl/ssl23.h
/usr/include/openssl/ssl3.h
/usr/include/openssl/ossl_typ.h
/usr/include/openssl/ssl2.h

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.