René's URL Explorer Experiment


Title: Failure to Build nodegit at Commit 0aa9a3c120 on OS X 10.6.8 · Issue #92 · nodegit/nodegit · GitHub

Open Graph Title: Failure to Build nodegit at Commit 0aa9a3c120 on OS X 10.6.8 · Issue #92 · nodegit/nodegit

X Title: Failure to Build nodegit at Commit 0aa9a3c120 on OS X 10.6.8 · Issue #92 · nodegit/nodegit

Description: $ git rev-parse HEAD 0aa9a3c1200d6f8939d5883b32ddb3808e04ba5e $ cmake --version # from macports cmake version 2.8.11.2 $ node -v # via nvm build v0.11.7 $$ npm run-script gen && npm install > nodegit@0.1.0 gen /Users/alexanderstein/code/...

Open Graph Description: $ git rev-parse HEAD 0aa9a3c1200d6f8939d5883b32ddb3808e04ba5e $ cmake --version # from macports cmake version 2.8.11.2 $ node -v # via nvm build v0.11.7 $$ npm run-script gen && npm install > nodeg...

X Description: $ git rev-parse HEAD 0aa9a3c1200d6f8939d5883b32ddb3808e04ba5e $ cmake --version # from macports cmake version 2.8.11.2 $ node -v # via nvm build v0.11.7 $$ npm run-script gen && npm install...

Opengraph URL: https://github.com/nodegit/nodegit/issues/92

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Failure to Build nodegit  at Commit 0aa9a3c120 on OS X 10.6.8","articleBody":"```\n$ git rev-parse HEAD\n0aa9a3c1200d6f8939d5883b32ddb3808e04ba5e\n$ cmake --version # from macports\ncmake version 2.8.11.2 \n$ node -v # via nvm build\nv0.11.7\n$$ npm run-script gen \u0026\u0026 npm install\n\n\u003e nodegit@0.1.0 gen /Users/alexanderstein/code/nodegit\n\u003e node gen.js\n\n\n\u003e nodegit@0.1.0 install /Users/alexanderstein/code/nodegit\n\u003e node install.js\n\n[nodegit] Downloading libgit2 dependency.\n[nodegit] Building libgit2 dependency.\nzlib was not found; using bundled 3rd-party sources.\n-- Configuring done\n-- Generating done\n-- Build files have been written to: /Users/alexanderstein/code/nodegit/vendor/libgit2/build\nScanning dependencies of target git2\n[  0%] Building C object CMakeFiles/git2.dir/src/attr.c.o\n```\n\n... Skip the CMake build details for brevity; this wen fine.\n\n```\nLinking C shared library libgit2.dylib\n[100%] Built target git2\n[nodegit] Building native module.\n  CXX(target) Release/obj.target/nodegit/src/base.o\n  CXX(target) Release/obj.target/nodegit/src/blob.o\n../src/blob.cc: In static member function ‘static void GitBlob::Initialize(v8::Handle\u003cv8::Object\u003e)’:\n../src/blob.cc:32: warning: ‘New’ is deprecated (declared at /Users/alexanderstein/.node-gyp/0.11.7/deps/v8/include/v8.h:3354)\n../src/blob.cc:37: error: invalid conversion from ‘v8::Handle\u003cv8::Value\u003e (*)(const v8::Arguments\u0026)’ to ‘void (*)(const v8::FunctionCallbackInfo\u003cv8::Value\u003e\u0026)’\n../src/blob.cc:37: error:   initializing argument 3 of ‘void node::NODE_SET_PROTOTYPE_METHOD(v8::Handle\u003cv8::FunctionTemplate\u003e, const char*, void (*)(const v8::FunctionCallbackInfo\u003cv8::Value\u003e\u0026))’\n../src/blob.cc:38: error: invalid conversion from ‘v8::Handle\u003cv8::Value\u003e (*)(const v8::Arguments\u0026)’ to ‘void (*)(const v8::FunctionCallbackInfo\u003cv8::Value\u003e\u0026)’\n../src/blob.cc:38: error:   initializing argument 3 of ‘void node::NODE_SET_PROTOTYPE_METHOD(v8::Handle\u003cv8::FunctionTemplate\u003e, const char*, void (*)(const v8::FunctionCallbackInfo\u003cv8::Value\u003e\u0026))’\n../src/blob.cc:39: error: invalid conversion from ‘v8::Handle\u003cv8::Value\u003e (*)(const v8::Arguments\u0026)’ to ‘void (*)(const v8::FunctionCallbackInfo\u003cv8::Value\u003e\u0026)’\n../src/blob.cc:39: error:   initializing argument 3 of ‘void node::NODE_SET_PROTOTYPE_METHOD(v8::Handle\u003cv8::FunctionTemplate\u003e, const char*, void (*)(const v8::FunctionCallbackInfo\u003cv8::Value\u003e\u0026))’\n../src/blob.cc:40: error: invalid conversion from ‘v8::Handle\u003cv8::Value\u003e (*)(const v8::Arguments\u0026)’ to ‘void (*)(const v8::FunctionCallbackInfo\u003cv8::Value\u003e\u0026)’\n../src/blob.cc:40: error:   initializing argument 3 of ‘void node::NODE_SET_PROTOTYPE_METHOD(v8::Handle\u003cv8::FunctionTemplate\u003e, const char*, void (*)(const v8::FunctionCallbackInfo\u003cv8::Value\u003e\u0026))’\n../src/blob.cc:43: error: no matching function for call to ‘v8::Persistent\u003cv8::Function\u003e::New(v8::Local\u003cv8::Function\u003e)’\n/Users/alexanderstein/.node-gyp/0.11.7/deps/v8/include/v8.h:5701: note: candidates are: static T* v8::Persistent\u003cT\u003e::New(v8::Isolate*, T*) [with T = v8::Function]\n../src/blob.cc:44: error: no matching function for call to ‘v8::Object::Set(v8::Local\u003cv8::String\u003e, v8::Persistent\u003cv8::Function\u003e\u0026)’\n/Users/alexanderstein/.node-gyp/0.11.7/deps/v8/include/v8.h:2077: note: candidates are: bool v8::Object::Set(v8::Handle\u003cv8::Value\u003e, v8::Handle\u003cv8::Value\u003e, v8::PropertyAttribute)\n/Users/alexanderstein/.node-gyp/0.11.7/deps/v8/include/v8.h:2079: note:                 bool v8::Object::Set(uint32_t, v8::Handle\u003cv8::Value\u003e)\n../src/blob.cc: In static member function ‘static v8::Handle\u003cv8::Value\u003e GitBlob::New(const v8::Arguments\u0026)’:\n../src/blob.cc:54: error: ‘Unwrap’ is not a member of ‘v8::External’\n/Users/alexanderstein/.node-gyp/0.11.7/deps/v8/include/v8.h: In static member function ‘static v8::Handle\u003cv8::Value\u003e GitBlob::New(void*)’:\n/Users/alexanderstein/.node-gyp/0.11.7/deps/v8/include/v8.h:784: error: ‘T* v8::Persistent\u003cT\u003e::operator-\u003e() const [with T = v8::Function]’ is private\n../src/blob.cc:63: error: within this context\nmake: *** [Release/obj.target/nodegit/src/blob.o] Error 1\ngyp ERR! build error \ngyp ERR! stack Error: `make` failed with exit code: 2\ngyp ERR! stack     at ChildProcess.onExit (/Users/alexanderstein/.nvm/v0.11.7/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)\ngyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:106:17)\ngyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:827:12)\ngyp ERR! System Darwin 10.8.0\ngyp ERR! command \"node\" \"/Users/alexanderstein/.nvm/v0.11.7/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\" \"build\"\ngyp ERR! cwd /Users/alexanderstein/code/nodegit\ngyp ERR! node -v v0.11.7\ngyp ERR! node-gyp -v v0.10.9\ngyp ERR! not ok \nnpm ERR! weird error 1\nnpm ERR! not ok code 0\n```\n\nI see there have been API changes, and maybe the node version is not compatible.  Let me know if I can do anything else to help and troubleshoot the issue.\n","author":{"url":"https://github.com/xee5ch","@type":"Person","name":"xee5ch"},"datePublished":"2013-09-19T02:02:24.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/92/nodegit/issues/92"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d44f5ccf-255a-cb18-382d-886ddeadf6be
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9AD8:1C0DF3:3A03E61:4C9B134:6A5D2625
html-safe-nonce0b821d4413d1ce1443f42bd45b9d14ae084a56360307555894996e08ad1145a8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QUQ4OjFDMERGMzozQTAzRTYxOjRDOUIxMzQ6NkE1RDI2MjUiLCJ2aXNpdG9yX2lkIjoiMTEzMTUxMzczMTUzMDY5NjIyOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac36d342d0cc3ec37d1171b09a73a3b3d9401fed1e20f21d45a27e4f7aa875f511
hovercard-subject-tagissue:19723306
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodegit/nodegit/92/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a14b41e11a98db1c2892c47826b4d37ce5e9f7174e28f635d530a31db2125fd3/nodegit/nodegit/issues/92
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a14b41e11a98db1c2892c47826b4d37ce5e9f7174e28f635d530a31db2125fd3/nodegit/nodegit/issues/92
og:image:alt$ git rev-parse HEAD 0aa9a3c1200d6f8939d5883b32ddb3808e04ba5e $ cmake --version # from macports cmake version 2.8.11.2 $ node -v # via nvm build v0.11.7 $$ npm run-script gen && npm install > nodeg...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamexee5ch
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
go-importgithub.com/nodegit/nodegit git https://github.com/nodegit/nodegit.git
octolytics-dimension-user_id657068
octolytics-dimension-user_loginnodegit
octolytics-dimension-repository_id1383170
octolytics-dimension-repository_nwonodegit/nodegit
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1383170
octolytics-dimension-repository_network_root_nwonodegit/nodegit
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodegit/nodegit/issues/92#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F92
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F92
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodegit%2Fnodegit
Reloadhttps://github.com/nodegit/nodegit/issues/92
Reloadhttps://github.com/nodegit/nodegit/issues/92
Reloadhttps://github.com/nodegit/nodegit/issues/92
Please reload this pagehttps://github.com/nodegit/nodegit/issues/92
nodegit https://github.com/nodegit
nodegithttps://github.com/nodegit/nodegit
Notifications https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Fork 698 https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Star 5.8k https://github.com/login?return_to=%2Fnodegit%2Fnodegit
Code https://github.com/nodegit/nodegit
Issues 343 https://github.com/nodegit/nodegit/issues
Pull requests 20 https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security and quality 0 https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
Code https://github.com/nodegit/nodegit
Issues https://github.com/nodegit/nodegit/issues
Pull requests https://github.com/nodegit/nodegit/pulls
Actions https://github.com/nodegit/nodegit/actions
Projects https://github.com/nodegit/nodegit/projects
Security and quality https://github.com/nodegit/nodegit/security
Insights https://github.com/nodegit/nodegit/pulse
Failure to Build nodegit at Commit 0aa9a3c120 on OS X 10.6.8https://github.com/nodegit/nodegit/issues/92#top
https://github.com/xee5ch
xee5chhttps://github.com/xee5ch
on Sep 19, 2013https://github.com/nodegit/nodegit/issues/92#issue-19723306
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.