Page 1 of 1

Unable to create Debian package from git (fails on the tests), but regular 'make' works fine

Posted: Mon Apr 14, 2014 5:05 am
by Viktor Nova
I am unable to create a Debian package using create-deb.sh, or other Debian tools. It fails here

````
./test.sh: line 4: ./chaserrunner_test: No such file or directory
````

Indeed the file does not exist. I'm not a pro at Debian packaging, but how might I get it to build a deb, skipping tests that fail? Building it the normal way with make works fine with no errors, which seems odd

(Also, if anyone who knows could tell me how to re-attempt a failed .deb build from where the previous build left off without starting completely over, I would be super grateful!)

Unable to create Debian package from git (fails on the tests), but regular 'make' works fine

Posted: Mon Apr 14, 2014 9:46 am
by Massimo Callegari
Viktor, I am aware of this and I ask you to be patient.
Recently I merged two classes and the test unit on the result fails. No big deal though, I just need to find the time and concentration to fix it.

Unable to create Debian package from git (fails on the tests), but regular 'make' works fine

Posted: Wed Apr 16, 2014 12:30 am
by Viktor Nova
Cool, thanks for the update!

Unable to create Debian package from git (fails on the tests), but regular 'make' works fine

Posted: Wed Apr 16, 2014 7:47 am
by Massimo Callegari
It is fixed now