René's URL Explorer Experiment


Title: Cannot build when parent directory contains space(s) · Issue #123 · nodegit/nodegit · GitHub

Open Graph Title: Cannot build when parent directory contains space(s) · Issue #123 · nodegit/nodegit

X Title: Cannot build when parent directory contains space(s) · Issue #123 · nodegit/nodegit

Description: Duplicate, but not really solved: #80 I have a directory named Project Dev that I put all of the Git project clones into. When I build nodegit with: npm run-script gen && npm install && npm test I eventually receive the following error: ...

Open Graph Description: Duplicate, but not really solved: #80 I have a directory named Project Dev that I put all of the Git project clones into. When I build nodegit with: npm run-script gen && npm install && npm test I ...

X Description: Duplicate, but not really solved: #80 I have a directory named Project Dev that I put all of the Git project clones into. When I build nodegit with: npm run-script gen && npm install &&...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Cannot build when parent directory contains space(s) ","articleBody":"Duplicate, but not really solved: https://github.com/nodegit/nodegit/issues/80\n\n---\n\nI have a directory named `Project Dev` that I put all of the Git project clones into.\n\nWhen I build `nodegit` with:\n\n``` bash\nnpm run-script gen \u0026\u0026 npm install \u0026\u0026 npm test\n```\n\nI eventually receive the following error:\n\n``` bash\nclang: error: no such file or directory: 'Dev/nodegit/vendor/libgit2/build'\n```\n\nNotice the `Dev` instead of `Project Dev`.\n\nI have a space in my path for the purpose of vetting out this error in dependencies. I can change it on my end, but I do not intend to have as a requirement to my project using `nodegit`: \"_your installation path must not contain any spaces_\".\n\n---\n## Complete Log\n\n``` bash\nnpm run-script gen \u0026\u0026 npm install \u0026\u0026 npm test\n\n\u003e nodegit@0.1.0 gen /Users/glavin/Documents/Project Dev/nodegit\n\u003e node gen.js\n\n\n\u003e nodegit@0.1.0 install /Users/glavin/Documents/Project Dev/nodegit\n\u003e node install.js\n\n[nodegit] Downloading libgit2 dependency.\n[nodegit] Building libgit2 dependency.\n-- The C compiler identification is Clang 5.0.0\n-- Check for working C compiler: /usr/bin/cc\n-- Check for working C compiler: /usr/bin/cc -- works\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\nzlib was not found; using bundled 3rd-party sources.\n-- Configuring done\n-- Generating done\n-- Build files have been written to: /Users/glavin/Documents/Project Dev/nodegit/vendor/libgit2/build\nLinking C shared library libgit2.dylib\n[100%] Built target git2\n[nodegit] Building native module.\n2014-01-05 05:39:41.358 xcodebuild[23063:1007] Could not fetch 'View' main menu item\n  CXX(target) Release/obj.target/nodegit/src/base.o\n  CXX(target) Release/obj.target/nodegit/src/blob.o\n  CXX(target) Release/obj.target/nodegit/src/commit.o\n  CXX(target) Release/obj.target/nodegit/src/oid.o\n  CXX(target) Release/obj.target/nodegit/src/reference.o\n  CXX(target) Release/obj.target/nodegit/src/object.o\n  CXX(target) Release/obj.target/nodegit/src/repo.o\n  CXX(target) Release/obj.target/nodegit/src/index.o\n../src/index.cc:723:7: warning: unused variable 'result' [-Wunused-variable]\n  int result = git_index_find(\n      ^\n1 warning generated.\n  CXX(target) Release/obj.target/nodegit/src/index_entry.o\n  CXX(target) Release/obj.target/nodegit/src/index_time.o\n  CXX(target) Release/obj.target/nodegit/src/tag.o\n  CXX(target) Release/obj.target/nodegit/src/revwalk.o\n  CXX(target) Release/obj.target/nodegit/src/signature.o\n  CXX(target) Release/obj.target/nodegit/src/time.o\n  CXX(target) Release/obj.target/nodegit/src/tree.o\n  CXX(target) Release/obj.target/nodegit/src/tree_builder.o\n  CXX(target) Release/obj.target/nodegit/src/tree_entry.o\n  CXX(target) Release/obj.target/nodegit/src/diff_find_options.o\n  CXX(target) Release/obj.target/nodegit/src/diff_options.o\n  CXX(target) Release/obj.target/nodegit/src/diff_list.o\n  CXX(target) Release/obj.target/nodegit/src/patch.o\n  CXX(target) Release/obj.target/nodegit/src/delta.o\n  CXX(target) Release/obj.target/nodegit/src/diff_file.o\n  CXX(target) Release/obj.target/nodegit/src/diff_range.o\n  CXX(target) Release/obj.target/nodegit/src/threads.o\n  CXX(target) Release/obj.target/nodegit/src/refdb.o\n  CXX(target) Release/obj.target/nodegit/src/odb_object.o\n  CXX(target) Release/obj.target/nodegit/src/odb.o\n  CXX(target) Release/obj.target/nodegit/src/submodule.o\n../src/submodule.cc:734:27: warning: cast to 'unsigned int *' from smaller integer type 'int32_t' (aka 'int') [-Wint-to-pointer-cast]\n            from_status = (unsigned int *) args[0]-\u003eToInt32()-\u003eValue();\n                          ^\n1 warning generated.\n  CXX(target) Release/obj.target/nodegit/src/remote.o\n../src/remote.cc:287:11: warning: variable 'from_progress_cb' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]\n      if (args[0]-\u003eIsFunction()) {\n          ^~~~~~~~~~~~~~~~~~~~~\n../src/remote.cc:292:28: note: uninitialized use occurs here\n      baton-\u003eprogress_cb = from_progress_cb;\n                           ^~~~~~~~~~~~~~~~\n../src/remote.cc:287:7: note: remove the 'if' if its condition is always false\n      if (args[0]-\u003eIsFunction()) {\n      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~\n../src/remote.cc:286:52: note: initialize the variable 'from_progress_cb' to silence this warning\n    git_transfer_progress_callback from_progress_cb;\n                                                   ^\n                                                    = NULL\n1 warning generated.\n  CXX(target) Release/obj.target/nodegit/src/clone_options.o\n  SOLINK_MODULE(target) Release/nodegit.node\nclang: error: no such file or directory: 'Dev/nodegit/vendor/libgit2/build'\nmake: *** [Release/nodegit.node] Error 1\ngyp ERR! build error \ngyp ERR! stack Error: `make` failed with exit code: 2\ngyp ERR! stack     at ChildProcess.onExit (/usr/local/Cellar/node/0.10.24/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)\ngyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:98:17)\ngyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:789:12)\ngyp ERR! System Darwin 13.0.0\ngyp ERR! command \"node\" \"/usr/local/Cellar/node/0.10.24/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js\" \"build\"\ngyp ERR! cwd /Users/glavin/Documents/Project Dev/nodegit\ngyp ERR! node -v v0.10.24\ngyp ERR! node-gyp -v v0.12.1\ngyp ERR! not ok \n\nnpm ERR! nodegit@0.1.0 install: `node install.js`\nnpm ERR! Exit status 1\nnpm ERR! \nnpm ERR! Failed at the nodegit@0.1.0 install script.\nnpm ERR! This is most likely a problem with the nodegit package,\nnpm ERR! not with npm itself.\nnpm ERR! Tell the author that this fails on your system:\nnpm ERR!     node install.js\nnpm ERR! You can get their info via:\nnpm ERR!     npm owner ls nodegit\nnpm ERR! There is likely additional logging output above.\nnpm ERR! System Darwin 13.0.0\nnpm ERR! command \"/usr/local/Cellar/node/0.10.24/bin/node\" \"/usr/local/bin/npm\" \"install\"\nnpm ERR! cwd /Users/glavin/Documents/Project Dev/nodegit\nnpm ERR! node -v v0.10.24\nnpm ERR! npm -v 1.3.21\nnpm ERR! code ELIFECYCLE\nnpm ERR! \nnpm ERR! Additional logging details can be found in:\nnpm ERR!     /Users/glavin/Documents/Project Dev/nodegit/npm-debug.log\nnpm ERR! not ok code 0\n```\n\n---\n\nI hope this is a quick and easy fix. I cannot use this project until it is resolved. I am going to try and fix it myself tomorrow, but I am not entirely sure where to start. If someone could even point me in the right direction I'll try my best to fix it and provide a Pull Request.\n\nThank you.\n","author":{"url":"https://github.com/Glavin001","@type":"Person","name":"Glavin001"},"datePublished":"2014-01-05T09:46:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/123/nodegit/issues/123"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1ee6c12e-1c96-987b-3806-ffe4143a1455
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBF0E:27DFD6:216D364:2C9B301:6A5D6E49
html-safe-nonce715dc639c2c3e2c6ecdd25283fdd44eb696073249b16c9ff8a361cab90b25b2d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRjBFOjI3REZENjoyMTZEMzY0OjJDOUIzMDE6NkE1RDZFNDkiLCJ2aXNpdG9yX2lkIjoiNzA2NTM5NDQ1ODM5MDI2MTMyMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf993a2426fa10e9e2bc4448fa8f14cd0a3fef8775223a32172e607c22e4bad91
hovercard-subject-tagissue:25068265
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/123/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e713810b3c2d3301a959b5c2a7f5e3b551c74fbbd58a0c65bb7d57fce06a4885/nodegit/nodegit/issues/123
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e713810b3c2d3301a959b5c2a7f5e3b551c74fbbd58a0c65bb7d57fce06a4885/nodegit/nodegit/issues/123
og:image:altDuplicate, but not really solved: #80 I have a directory named Project Dev that I put all of the Git project clones into. When I build nodegit with: npm run-script gen && npm install && npm test I ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameGlavin001
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/123#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodegit%2Fnodegit%2Fissues%2F123
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%2F123
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/123
Reloadhttps://github.com/nodegit/nodegit/issues/123
Reloadhttps://github.com/nodegit/nodegit/issues/123
Please reload this pagehttps://github.com/nodegit/nodegit/issues/123
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
Cannot build when parent directory contains space(s) https://github.com/nodegit/nodegit/issues/123#top
https://github.com/Glavin001
Glavin001https://github.com/Glavin001
on Jan 5, 2014https://github.com/nodegit/nodegit/issues/123#issue-25068265
#80https://github.com/nodegit/nodegit/issues/80
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.