Title: Error installing nodegit as dependency of an atom-shell app · Issue #556 · nodegit/nodegit · GitHub
Open Graph Title: Error installing nodegit as dependency of an atom-shell app · Issue #556 · nodegit/nodegit
X Title: Error installing nodegit as dependency of an atom-shell app · Issue #556 · nodegit/nodegit
Description: I have the configuration below in my atom-shell app: { "name": "my-atom-app", "version": "0.1.0", "main": "lib/index.js", "scripts": { "start": "atom-shell ." }, "engines": { "atom-shell": "0.23.0" }, "devDependencies": { "atom-shell": "...
Open Graph Description: I have the configuration below in my atom-shell app: { "name": "my-atom-app", "version": "0.1.0", "main": "lib/index.js", "scripts": { "start": "atom-shell ." }, "engines": { "atom-shell": "0.23.0"...
X Description: I have the configuration below in my atom-shell app: { "name": "my-atom-app", "version": "0.1.0", "main": "lib/index.js", "scripts&q...
Opengraph URL: https://github.com/nodegit/nodegit/issues/556
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Error installing nodegit as dependency of an atom-shell app","articleBody":"I have the configuration below in my atom-shell app:\n\n``` json\n{\n \"name\": \"my-atom-app\",\n \"version\": \"0.1.0\",\n \"main\": \"lib/index.js\",\n \"scripts\": {\n \"start\": \"atom-shell .\"\n },\n \"engines\": {\n \"atom-shell\": \"0.23.0\"\n },\n \"devDependencies\": {\n \"atom-shell\": \"^0.23.0\"\n }\n}\n```\n\nBut when I try to install the nodegit as a dependency for this proejct I got the message below. Does anyone know why this is occurring?\n\n``` bash\nnpm install --save nodegit\nnpm WARN package.json notavel@0.1.0 No repository field.\n\\\n\u003e nodegit@0.3.3 install /Users/maxcnunes/Development/me/notavel/node_modules/nodegit\n\u003e node lifecycleScripts/install\n\n[nodegit] Must build for atom-shell\n[nodegit] Making sure dependencies are available and native code is generated\n[nodegit] Everything is ready to go, attempting compilation\n[nodegit] Building native node module.\n{ [Error: Command failed: /bin/sh -c HOME=~/.atom-shell-gyp /Users/maxcnunes/Development/me/notavel/node_modules/nodegit/node_modules/.bin/pangyp rebuild --target=0.23.0 --dist-url=https://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist\n../vendor/libgit2/src/attr.c:10:1: warning: unused function 'kh_clear_str' [-Wunused-function]\nGIT__USE_STRMAP;\n^\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:74:1: note: expanded from here\nkh_clear_str\n^\n../vendor/libgit2/src/attr.c:10:1: warning: unused function 'kh_del_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:333:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \\\n ^\n\u003cscratch space\u003e:88:1: note: expanded from here\nkh_del_str\n^\n2 warnings generated.\n../vendor/libgit2/src/attrcache.c:8:1: warning: unused function 'kh_clear_str' [-Wunused-function]\nGIT__USE_STRMAP;\n^\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:74:1: note: expanded from here\nkh_clear_str\n^\n../vendor/libgit2/src/attrcache.c:8:1: warning: unused function 'kh_del_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:333:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \\\n ^\n\u003cscratch space\u003e:88:1: note: expanded from here\nkh_del_str\n^\n2 warnings generated.\n../vendor/libgit2/src/clone.c:479:20: warning: unused function 'repository_base' [-Wunused-function]\nstatic const char *repository_base(git_repository *repo)\n ^\n1 warning generated.\n../vendor/libgit2/src/config_file.c:24:1: warning: unused function 'kh_clear_str' [-Wunused-function]\nGIT__USE_STRMAP;\n^\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:74:1: note: expanded from here\nkh_clear_str\n^\n../vendor/libgit2/src/config_file.c:24:1: warning: unused function 'kh_del_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:333:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \\\n ^\n\u003cscratch space\u003e:88:1: note: expanded from here\nkh_del_str\n^\n2 warnings generated.\n../vendor/libgit2/src/diff_driver.c:20:1: warning: unused function 'kh_clear_str' [-Wunused-function]\nGIT__USE_STRMAP;\n^\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:74:1: note: expanded from here\nkh_clear_str\n^\n../vendor/libgit2/src/diff_driver.c:20:1: warning: unused function 'kh_del_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:333:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \\\n ^\n\u003cscratch space\u003e:88:1: note: expanded from here\nkh_del_str\n^\n2 warnings generated.\n../vendor/libgit2/src/mwindow.c:17:1: warning: unused function 'kh_clear_str' [-Wunused-function]\nGIT__USE_STRMAP;\n^\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:121:1: note: expanded from here\nkh_clear_str\n^\n1 warning generated.\n../vendor/libgit2/src/odb_mempack.c:21:1: warning: unused function 'kh_destroy_oid' [-Wunused-function]\nGIT__USE_OIDMAP;\n^\n../vendor/libgit2/src/oidmap.h:30:2: note: expanded from macro 'GIT__USE_OIDMAP'\n __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)\n ^\n../vendor/libgit2/src/khash.h:198:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_destroy_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:67:1: note: expanded from here\nkh_destroy_oid\n^\n../vendor/libgit2/src/odb_mempack.c:21:1: warning: unused function 'kh_clear_oid' [-Wunused-function]\n../vendor/libgit2/src/oidmap.h:30:2: note: expanded from macro 'GIT__USE_OIDMAP'\n __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:70:1: note: expanded from here\nkh_clear_oid\n^\n../vendor/libgit2/src/odb_mempack.c:21:1: warning: unused function 'kh_del_oid' [-Wunused-function]\n../vendor/libgit2/src/oidmap.h:30:2: note: expanded from macro 'GIT__USE_OIDMAP'\n __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)\n ^\n../vendor/libgit2/src/khash.h:333:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \\\n ^\n\u003cscratch space\u003e:84:1: note: expanded from here\nkh_del_oid\n^\n3 warnings generated.\n../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_init_str' [-Wunused-function]\nGIT__USE_STRMAP;\n^\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:195:23: note: expanded from macro '__KHASH_IMPL'\n SCOPE kh_##name##_t *kh_init_##name(void) { \\\n ^\n\u003cscratch space\u003e:124:1: note: expanded from here\nkh_init_str\n^\n../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_destroy_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:198:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_destroy_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:129:1: note: expanded from here\nkh_destroy_str\n^\n../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_clear_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:132:1: note: expanded from here\nkh_clear_str\n^\n../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_get_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:213:16: note: expanded from macro '__KHASH_IMPL'\n SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \\\n ^\n\u003cscratch space\u003e:135:1: note: expanded from here\nkh_get_str\n^\n../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_put_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:291:16: note: expanded from macro '__KHASH_IMPL'\n SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \\\n ^\n\u003cscratch space\u003e:141:1: note: expanded from here\nkh_put_str\n^\n../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_del_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:333:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \\\n ^\n\u003cscratch space\u003e:146:1: note: expanded from here\nkh_del_str\n^\n6 warnings generated.\n../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_init_str' [-Wunused-function]\nGIT__USE_STRMAP;\n^\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:195:23: note: expanded from macro '__KHASH_IMPL'\n SCOPE kh_##name##_t *kh_init_##name(void) { \\\n ^\n\u003cscratch space\u003e:124:1: note: expanded from here\nkh_init_str\n^\n../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_destroy_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:198:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_destroy_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:129:1: note: expanded from here\nkh_destroy_str\n^\n../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_clear_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:132:1: note: expanded from here\nkh_clear_str\n^\n../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_get_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:213:16: note: expanded from macro '__KHASH_IMPL'\n SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key) \\\n ^\n\u003cscratch space\u003e:135:1: note: expanded from here\nkh_get_str\n^\n../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_put_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:291:16: note: expanded from macro '__KHASH_IMPL'\n SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \\\n ^\n\u003cscratch space\u003e:141:1: note: expanded from here\nkh_put_str\n^\n../vendor/libgit2/src/refs.c:27:1: warning: unused function 'kh_del_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:333:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \\\n ^\n\u003cscratch space\u003e:146:1: note: expanded from here\nkh_del_str\n^\n6 warnings generated.\n../vendor/libgit2/src/submodule.c:86:1: warning: unused function 'kh_clear_str' [-Wunused-function]\n__KHASH_IMPL(\n^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:74:1: note: expanded from here\nkh_clear_str\n^\n1 warning generated.\n../vendor/libgit2/src/transaction.c:20:1: warning: unused function 'kh_clear_str' [-Wunused-function]\nGIT__USE_STRMAP;\n^\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:206:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_clear_##name(kh_##name##_t *h) \\\n ^\n\u003cscratch space\u003e:74:1: note: expanded from here\nkh_clear_str\n^\n../vendor/libgit2/src/transaction.c:20:1: warning: unused function 'kh_del_str' [-Wunused-function]\n../vendor/libgit2/src/strmap.h:23:2: note: expanded from macro 'GIT__USE_STRMAP'\n __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)\n ^\n../vendor/libgit2/src/khash.h:333:13: note: expanded from macro '__KHASH_IMPL'\n SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x) \\\n ^\n\u003cscratch space\u003e:88:1: note: expanded from here\nkh_del_str\n^\n2 warnings generated.\n../vendor/libssh2/src/misc.c:205:19: warning: unused variable 'base64_table' [-Wunused-const-variable]\nstatic const char base64_table[] =\n ^\n../vendor/libssh2/src/misc.c:214:19: warning: unused variable 'base64_pad' [-Wunused-const-variable]\nstatic const char base64_pad = '=';\n ^\n2 warnings generated.\n../vendor/openssl/openssl/ssl/d1_srtp.c:147:7: warning: missing field 'id' initializer [-Wmissing-field-initializers]\n {0}\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/asn1/x_bignum.c:85:1: warning: missing field 'prim_print' initializer [-Wmissing-field-initializers]\n};\n^\n1 warning generated.\n../vendor/openssl/openssl/crypto/cmac/cm_ameth.c:96:2: warning: missing field 'item_verify' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/dh/dh_ameth.c:500:2: warning: missing field 'old_priv_decode' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:650:3: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]\n },\n ^\n../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:656:3: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]\n },\n ^\n../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:662:3: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]\n },\n ^\n../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:668:3: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]\n },\n ^\n../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:702:3: warning: missing field 'item_verify' initializer [-Wmissing-field-initializers]\n }\n ^\n5 warnings generated.\n../vendor/openssl/openssl/crypto/ec/ec_ameth.c:660:2: warning: missing field 'item_verify' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/ec/ec_lib.c:71:19: warning: unused variable 'EC_version' [-Wunused-const-variable]\nstatic const char EC_version[] = \"EC\" OPENSSL_VERSION_PTEXT;\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/engine/eng_dyn.c:117:30: warning: unused variable 'dynamic_cmd_defns_empty' [-Wunused-const-variable]\nstatic const ENGINE_CMD_DEFN dynamic_cmd_defns_empty[] = {\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/engine/eng_openssl.c:344:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_dss.c:94:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_dss1.c:96:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_ecdsa.c:144:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_md4.c:97:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_md5.c:96:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_mdc2.c:97:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_null.c:88:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_ripemd.c:96:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_sha.c:95:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/evp/m_sha1.c:97:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n../vendor/openssl/openssl/crypto/evp/m_sha1.c:134:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n../vendor/openssl/openssl/crypto/evp/m_sha1.c:153:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n../vendor/openssl/openssl/crypto/evp/m_sha1.c:184:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n../vendor/openssl/openssl/crypto/evp/m_sha1.c:203:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n5 warnings generated.\n../vendor/openssl/openssl/crypto/evp/m_wp.c:37:2: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/hmac/hm_ameth.c:166:2: warning: missing field 'item_verify' initializer [-Wmissing-field-initializers]\n };\n ^\n1 warning generated.\n../vendor/openssl/openssl/crypto/pem/pem_lib.c:473:6: warning: variable 'i' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]\n if (o)\n ^\n../vendor/openssl/openssl/crypto/pem/pem_lib.c:480:5: note: uninitialized use occurs here\n j+=i;\n ^\n../vendor/openssl/openssl/crypto/pem/pem_lib.c:473:2: note: remove the 'if' if its condition is always true\n if (o)\n ^~~~~~\n../vendor/openssl/openssl/crypto/pem/pem_lib.c:443:7: note: initialize the variable 'i' to silence this warning\n int i,j,o,klen;\n ^\n = 0\n1 warning generated.\n../vendor/openssl/openssl/crypto/rsa/rsa_ameth.c:697:3: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]\n }\n ^\n1 warning generated.\n../src/blame_options.cc:25:36: warning: missing field 'flags' initializer [-Wmissing-field-initializers]\n git_blame_options wrappedValue = GIT_BLAME_OPTIONS_INIT;\n ^\n../vendor/libgit2/include/git2/blame.h:82:58: note: expanded from macro 'GIT_BLAME_OPTIONS_INIT'\n#define GIT_BLAME_OPTIONS_INIT {GIT_BLAME_OPTIONS_VERSION}\n ^\nIn file included from ../src/blame_options.cc:2:\nIn file included from ../node_modules/nan/nan.h:24:\nIn file included from /Users/maxcnunes/.atom-shell-gyp/.node-gyp/0.23.0/src/node.h:42:\n/Users/maxcnunes/.atom-shell-gyp/.node-gyp/0.23.0/deps/v8/include/v8.h:662:5: error: assigning to 'v8::Object *volatile' from incompatible type 'v8::Primitive *'\n TYPE_CHECK(O, Primitive);\n ^~~~~~~~~~~~~~~~~~~~~~~~\n/Users/maxcnunes/.atom-shell-gyp/.node-gyp/0.23.0/deps/v8/include/v8.h:186:37: note: expanded from macro 'TYPE_CHECK'\n *(static_cast\u003cT* volatile*\u003e(0)) = static_cast\u003cS*\u003e(0); \\\n ^ ~~~~~~~~~~~~~~~~~~\n/Users/maxcnunes/.atom-shell-gyp/.node-gyp/0.23.0/deps/v8/include/v8.h:658:5: note: in instantiation of function template specialization 'v8::NonCopyablePersistentTraits\u003cv8::Object\u003e::Uncompilable\u003cv8::Object\u003e' requested here\n Uncompilable\u003cObject\u003e();\n ^\n/Users/maxcnunes/.atom-shell-gyp/.node-gyp/0.23.0/deps/v8/include/v8.h:6489:6: note: in instantiation of function template specialization 'v8::NonCopyablePersistentTraits\u003cv8::Object\u003e::Copy\u003cv8::Object, v8::NonCopyablePersistentTraits\u003cv8::Object\u003e \u003e' requested here\n M::Copy(that, this);\n ^\n/Users/maxcnunes/.atom-shell-gyp/.node-gyp/0.23.0/deps/v8/include/v8.h:723:5: note: in instantiation of function template specialization 'v8::Persistent\u003cv8::Object, v8::NonCopyablePersistentTraits\u003cv8::Object\u003e \u003e::Copy\u003cv8::Object, v8::NonCopyablePersistentTraits\u003cv8::Object\u003e \u003e' requested here\n Copy(that);\n ^\n../src/blame_options.cc:191:18: note: in instantiation of member function 'v8::Persistent\u003cv8::Object, v8::NonCopyablePersistentTraits\u003cv8::Object\u003e \u003e::Persistent' requested here\n NanReturnValue(wrapper-\u003enewest_commit);\n ^\n../node_modules/nan/nan.h:401:81: note: expanded from macro 'NanReturnValue'\n# define NanReturnValue(value) return args.GetReturnValue().Set(_NanEnsureLocal(value))\n ^\n1 warning and 1 error generated.\nmake: *** [Release/obj.target/nodegit/src/blame_options.o] Error 1\ngyp ERR! build error\ngyp ERR! stack Error: `make` failed with exit code: 2\ngyp ERR! stack at ChildProcess.onExit (/Users/maxcnunes/Development/me/notavel/node_modules/nodegit/node_modules/pangyp/lib/build.js:271:23)\ngyp ERR! stack at ChildProcess.emit (events.js:110:17)\ngyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:1074:12)\ngyp ERR! System Darwin 14.3.0\ngyp ERR! command \"node\" \"/Users/maxcnunes/Development/me/notavel/node_modules/nodegit/node_modules/.bin/pangyp\" \"rebuild\" \"--target=0.23.0\" \"--dist-url=https://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist\"\ngyp ERR! cwd /Users/maxcnunes/Development/me/notavel/node_modules/nodegit\ngyp ERR! node -v v0.12.2\ngyp ERR! pangyp -v v2.1.0\ngyp ERR! not ok\n]\n killed: false,\n code: 1,\n signal: null,\n cmd: '/bin/sh -c HOME=~/.atom-shell-gyp /Users/maxcnunes/Development/me/notavel/node_modules/nodegit/node_modules/.bin/pangyp rebuild --target=0.23.0 --dist-url=https://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist' }\nundefined\n\n\u003e nodegit@0.3.3 postinstall /Users/maxcnunes/Development/me/notavel/node_modules/nodegit\n\u003e node lifecycleScripts/clean\n\n[nodegit] Cleaning up after ourselves.\n[nodegit] Deleting unneeded files.\n[nodegit] Finished deleting files.\n[nodegit] Pruning devdependencies.\n[nodegit] Cleaning unneeded dependencies.\nnpm WARN uninstall not installed in /Users/maxcnunes/Development/me/notavel/node_modules/nodegit/node_modules: \"for-node-webkit\"\nunbuild fs-extra@0.16.5\nunbuild which-native-nodish@1.1.1\nunbuild node-pre-gyp@0.6.4\nunbuild npm@2.8.4\n[nodegit] Successfully cleaned unneeded dependencies.\nunbuild combyne@0.6.5\nunbuild lodash@3.7.0\nunbuild nan@1.8.4\nunbuild request@2.55.0\nunbuild js-beautify@1.5.5\nunbuild mocha@2.1.0\nunbuild istanbul@0.3.13\nunbuild jshint@2.7.0\nunbuild pangyp@2.1.0\nunbuild nw-gyp@0.12.4\n[nodegit] Successfully pruned devdependencies.\n[nodegit] Done cleaning, enjoy!\nnodegit@0.3.3 node_modules/nodegit\n├── promisify-node@0.1.5\n├── which-native-nodish@1.1.1 (find-parent-dir@0.3.0)\n├── nodegit-promise@1.0.2 (asap@1.0.0)\n├── fs-extra@0.16.5 (jsonfile@2.0.0, graceful-fs@3.0.6, rimraf@2.3.2)\n└── npm@2.8.4\n```\n","author":{"url":"https://github.com/maxclaus","@type":"Person","name":"maxclaus"},"datePublished":"2015-04-30T11:27:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/556/nodegit/issues/556"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:5d14a19b-21d4-d264-ea47-24d0c7ee874e |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 96DA:2E8FB4:4B3E64F:63968C4:6A5D8E52 |
| html-safe-nonce | 87791cc8708259a95ee2d88c83eb4f823b1e18635e9dbbca04281213f7e65656 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NkRBOjJFOEZCNDo0QjNFNjRGOjYzOTY4QzQ6NkE1RDhFNTIiLCJ2aXNpdG9yX2lkIjoiNDA2OTY4Njc4NDExNjQ5MzkwNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 79e66a92579d5cb7960a7825a6ae809d8e1cf582de15cddcf4c2099038b5e2c2 |
| hovercard-subject-tag | issue:72133464 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodegit/nodegit/556/issue_layout |
| twitter:image | https://opengraph.githubassets.com/3b8345c9039642ae0624dfbe09230ceeec466a399d45670d5ff8c9bfb8b838cc/nodegit/nodegit/issues/556 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/3b8345c9039642ae0624dfbe09230ceeec466a399d45670d5ff8c9bfb8b838cc/nodegit/nodegit/issues/556 |
| og:image:alt | I have the configuration below in my atom-shell app: { "name": "my-atom-app", "version": "0.1.0", "main": "lib/index.js", "scripts": { "start": "atom-shell ." }, "engines": { "atom-shell": "0.23.0"... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | maxclaus |
| hostname | github.com |
| expected-hostname | github.com |
| None | 5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b |
| turbo-cache-control | no-preview |
| go-import | github.com/nodegit/nodegit git https://github.com/nodegit/nodegit.git |
| octolytics-dimension-user_id | 657068 |
| octolytics-dimension-user_login | nodegit |
| octolytics-dimension-repository_id | 1383170 |
| octolytics-dimension-repository_nwo | nodegit/nodegit |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1383170 |
| octolytics-dimension-repository_network_root_nwo | nodegit/nodegit |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9c975978430e9ad293956f2bbdaf153b1bd84a99 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width