ceph / romana

Other
51 stars 25 forks source link

Building romana-1.3.1 failing: git.js no such file or directory #5

Closed palmamartin closed 8 years ago

palmamartin commented 8 years ago

Hello, I'm trying to build the project from the v1.3.1.tar.gz sources of the github releases page. After installing all necessary dependency the command sudo REAL_BUILD=y make dpkg failes with the following error:

...
Running "requirejs:dist" (requirejs) task
>> Error: Error: ENOENT, no such file or directory '/home/vagrant/romana-1.3.3/manage/app/scripts/git.js'
>> In module tree:
>>     main
>>       app
>>
>>     at Object.fs.openSync (fs.js:439:18)
Warning: Task "requirejs:dist" failed. Use --force to continue.
...

I'm trying to compile it on a vagrant ubuntu 12.04 VM. Building the sources from the master branch works, but from my understanding the version in the master branch is v1.2.2.

Moreover are the realeses on the github release page considerd to be "stable" releases - ready for use in production?

Best, Martin

palmamartin commented 8 years ago

When I build the package from the git repository and checkout the 1.3.1 tag, the build is successful. So maybe this issue isn't really a issue :-)