make: bin/buildout: command not found

Asked by Do Duc Binh

I'm installing Schooltool follow this site http://book.schooltool.org/htmlhelp/dev_sandbox.html
And when I type ~/schooltool$ make run, it has an error:
bin/buildout
make: bin/buildout: Command not found
make: *** [bin/test] Error 127

I found file "buildout" in folder bin but I cant understand anything and cant solve this error.
Anyone help me! Thanks so much!

Question information

Language:
English Edit question
Status:
Solved
For:
SchoolTool Edit question
Assignee:
No assignee Edit question
Solved by:
Do Duc Binh
Solved:
Last query:
Last reply:
Revision history for this message
Justas Sadzevičius (justas.sadzevicius) said :
#1

That is odd. Just for the sake of clarity - which Ubuntu version are you using?

Please make a full rebuild:
~/schooltool$ make realclean
~/schooltool$ make build > build.log

And then attach the generated build.log file to this bug report.

You can also try "make run", after the "make realclean" and "make build".

"make realclean" is a drastic measure - it makes your branch pristine, erasing cached eggs, scripts *and* database files for your local branch.

Thanks!

Revision history for this message
Do Duc Binh (ducbinh136) said :
#2

I'm using Ubuntu version 10.04
When I type "make build > build.log" or "make build", "make run", it still has this error.

Revision history for this message
Justas Sadzevičius (justas.sadzevicius) said :
#3

Please clean the checkout again:
~/schooltool$ make realclean
The rebuild it:
~/schooltool$ make build > build.log

This will generate a file build.log

Please go to https://bugs.launchpad.net/schooltool/+bug/715201 and use "Add Attachment or Patch" to add the build.log file.

Thanks!

Revision history for this message
Do Duc Binh (ducbinh136) said :
#4

I added build.log file!
Actually I cant understand why bin/buildout existed but it has error "make: bin/buildout: Command not found".
The file "buildout" need to change anything?

Revision history for this message
Gediminas Paulauskas (menesis) said :
#5

I see

Generated script '/media/Learning/School Tools/Schooltool/schooltool/bin/buildout'

the problem might be the space in "School Tools" directory. Try renaming the directory to "School" or "School_Tools", this problem may be gone.

Revision history for this message
Do Duc Binh (ducbinh136) said :
#6

This error is solved.
Thanks so much!