When running is the bash shell when I enter cd depends I keep getting "no such file or directory" returned. Any suggestions on what I am doing wrong?
-
dollardjm commented at 5:25 PM on May 29, 2017: none
-
jonasschnelli commented at 9:33 AM on May 30, 2017: contributor
Can you give us some more details? The
depends/directory should be at git root level. Maybe do a fresh checkout or a git clean (git clean -dfx<-- DANGER) - fanquake added the label Questions and Help on May 30, 2017
-
dollardjm commented at 1:25 AM on June 10, 2017: none
Jonas,
Attached is a screenshot of where I am getting stuck with the BIP 148 node install. I have gone back through the instructions on Github, but I keep ending up in the same spot.
Not sure what I am doing wrong exactly and any thoughts you may have are appreciated.
BTW I really enjoyed the podcast episode you were on with Trace Mayer explaining hierarchical deterministic keys.
Thanks!!
-Jon
Sent from Outlookhttp://aka.ms/weboutlook
From: Jonas Schnelli notifications@github.com Sent: Tuesday, May 30, 2017 9:33 AM To: bitcoin/bitcoin Cc: dollardjm; Author Subject: Re: [bitcoin/bitcoin] cd depends no such file or directory (#10474)
Can you give us some more details? The depends/ directory should be at git root level. Maybe do a fresh checkout or a git clean (git clean -dfx <-- DANGER)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bitcoin/bitcoin/issues/10474#issuecomment-304824997, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AK60fvkyrddojZCsH6Dm2DUF4dP5iG5cks5r--JygaJpZM4NpgrC.
-
MarcoFalke commented at 1:45 PM on June 11, 2017: member
Make sure that your pwd is in the git repo. (You could call
git log -1to verify this)Then change the directory to the one printed by
git rev-parse --show-toplevel.Finally,
cd dependsshould work. Otherwise, please share the output of the above commands. -
dollardjm commented at 3:22 PM on June 11, 2017: none
Marco,
Attached is a screen shot after trying the git log -1 command and the error I receive. I also tried looking at the root folder and got a an error that permission is denied.
-Jon
Sent from Outlookhttp://aka.ms/weboutlook
From: MarcoFalke notifications@github.com Sent: Sunday, June 11, 2017 1:46 PM To: bitcoin/bitcoin Cc: dollardjm; Author Subject: Re: [bitcoin/bitcoin] cd depends no such file or directory (#10474)
Make sure that your pwd is in the git repo. (You could call git log -1 to verify this)
Then change the directory to the one printed by git rev-parse --show-toplevel.
Finally, cd depends should work. Otherwise, please share the output of the above commands.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bitcoin/bitcoin/issues/10474#issuecomment-307630004, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AK60fiOnl6OK4fS9CAJSs-59L38oif6Kks5sC--igaJpZM4NpgrC.
-
MarcoFalke commented at 3:47 PM on June 11, 2017: member
You'd need to upload the screenshot directly on GitHub (https://github.com/bitcoin/bitcoin/issues/10474#issuecomment-307635876). Or even better, just copy paste the text from the terminal.
On a general note, this is not a support channel. Support requests that are not issues with our code, are best directed to the Bitcoin StackExchange.
-
laanwj commented at 1:50 PM on June 12, 2017: member
This is a basic UNIX file system navigation issue, not bitcoin related. Would make sense to read up on using the shell. Anyhow can you check with
pwddirectory you are in, or withlsif there is a directorydependsthere. If not,cdwon't work. -
dollardjm commented at 2:14 PM on June 12, 2017: none
Thanks Marco for the response. I wasn't sure what the right channel was for support so I thought I would start on Github first...I will check out the bitcoin stack exchange and see if anyone else has had a similar issue and can help me get this figured out. What I don't understand is that I am following the instructions from Github for Windows 10 exactly and am running into problems. I am sure I am not doing something right, but I am just not sure what yet.
Thanks again for your help!
-Jon
Sent from Outlookhttp://aka.ms/weboutlook
From: MarcoFalke notifications@github.com Sent: Sunday, June 11, 2017 3:48 PM To: bitcoin/bitcoin Cc: dollardjm; Author Subject: Re: [bitcoin/bitcoin] cd depends no such file or directory (#10474)
You'd need to upload the screenshot directly on GitHub (#10474 (comment)https://github.com/bitcoin/bitcoin/issues/10474#issuecomment-307635876). Or even better, just copy paste the text from the terminal.
On a general note, this is not a support channel. Support requests that are not issues with our code, are best directed to the Bitcoin StackExchangehttps://bitcoin.stackexchange.com.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bitcoin/bitcoin/issues/10474#issuecomment-307637854, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AK60fj-6IIcZPgcurw2cw6sitREvEKFKks5sDAw7gaJpZM4NpgrC.
-
dollardjm commented at 2:19 PM on June 12, 2017: none
Thanks Wladimir for the feedback. I am following the Github instructions for a Windows 10 installation exactly as written. It looks like the unix commands run without an issue in the shell. But when I go to find the depends directory it says its not there.
Marco suggested I checkout the bitcoin stack exchange to see if there are any hints over there as to what I am doing wrong. I am sure it isn't bitcoin related too but something up with linux running on Windows 10. I am just not sure what...yet.
-Jon
Sent from Outlookhttp://aka.ms/weboutlook
From: Wladimir J. van der Laan notifications@github.com Sent: Monday, June 12, 2017 1:50 PM To: bitcoin/bitcoin Cc: dollardjm; Author Subject: Re: [bitcoin/bitcoin] cd depends no such file or directory (#10474)
This is a basic UNIX file system navigation issue, not bitcoin related. Would make sense to read up on using the shell. Anyhow can you check with pwd directory you are in, or with ls if there is a directory depends there. If not, cd won't work.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/bitcoin/bitcoin/issues/10474#issuecomment-307795173, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AK60fqtb9_bbSkNy-5R3ybqlQuAxi8oUks5sDUIzgaJpZM4NpgrC.
-
meshcollider commented at 8:32 AM on September 30, 2017: contributor
This should probably be closed, as @laanwj said, its not an issue with bitcoin
-
MarcoFalke commented at 8:37 AM on September 30, 2017: member
If you don't provide the output of
pwd,lset al. there is nothing we can do. - MarcoFalke closed this on Sep 30, 2017
-
ghost commented at 9:44 PM on November 5, 2017: none
The issue is perhaps that the OP did not clone the repo. I made the same mistake. The tutorial wasn't very clear that one should be in the repo directory before changing to the 'depends' folder. I first thought it was perhaps a directory in the bash somewhere but after not being able to find it I found this post and then clicked that the directory is in the source. After that I continued fine with the tutorial but hit another snag which I will post as separate issue.
-
MarcoFalke commented at 10:40 PM on November 5, 2017: member
Ah, cool. Please adjust the tutorial. Should be a trivial pull request.
On Nov 5, 2017 13:44, "Dave Coates" notifications@github.com wrote:
The issue is perhaps that the OP did not clone the repo. I made the same mistake. The tutorial wasn't very clear that one should be in the repo directory before changing to the 'depends' folder. I first thought it was perhaps a directory in the bash somewhere but after not being able to find it I found this post and then clicked that the directory is in the source. After that I continued fine with the tutorial but hit another snag which I will post as separate issue.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/issues/10474#issuecomment-342008310, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGmv0cvbAm5sDOsr0kH0BKU0oBw2_nwks5szixTgaJpZM4NpgrC .
- MarcoFalke locked this on Sep 8, 2021