./octool: line 583: cd: cogutils-master/: No such file or directory
38 views
Skip to first unread message
David Beitler
unread,
Oct 5, 2017, 2:32:08 PM10/5/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to opencog
Hello, everyone. I'm brand new to the group and just getting started with OpenCog. Just working on installing and exploring right now.
Ran into this issue on a fresh install of Ubuntu Server 17.04.
Kept getting the following message every time I ran ./octool -rsdpcalv
./octool: line 583: cd: cogutils-master/: No such file or directory
Seems the issue is that the folder that is created by untarring the cogutils master.tar.gz is not named correctly in the octool script.
If I edit the octool script on line 583 to say "cogutil-master" (remove the 's' from cogutils) it works again.
Hope this will help anybody else who is also getting this same issue.
-David Beitler
Nil Geisweiller
unread,
Oct 5, 2017, 11:21:17 PM10/5/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ope...@googlegroups.com, David Beitler
Hi David,
thanks for your report! Your fix is correct. Generally, issues like this
would be reported on github. Each repository has an issue tab that
allows you to create one (for ocpkg it would be
https://github.com/opencog/ocpkg/issues).
But since you already have a fix I would recommend that you directly
create a pull request (fork the repo, push a commit to your master, and
it will automatically appear as a selectable PR on upstream).