-
31 May 2012 4:39 AM #1
Unanswered: Ubuntu 12.04 - Unable to build package
Unanswered: Ubuntu 12.04 - Unable to build package
Hi Folks,
I'm using Ubuntu 12.04 (64bit) and I'd like to build my project, but I'm desperately stuck on the "Resolving your application dependencies..." part.
I have installed both the SDK and SDK tools. The location to the SDK tools are set in my $PATH and also the $SENCHA_SDK_TOOLS_2_0_0_BETA3 variable is set.Code:[INFO] Deploying your application to /home/tend/projects/myapp/build/package [INFO] Copied sdk/sencha-touch.js [INFO] Copied app.js [INFO] Copied resources/css/app.css [INFO] Copied resources/images [INFO] Copied resources/icons [INFO] Copied resources/loading [INFO] Resolving your application dependencies... [ERROR]
Like the troubleshooting guide says .. I did checked my application on errors, warning, notices in my favourite Webkit browser - but all is clean ( meaning no errors, no warnings, etc. )
BTW > Building/generate a new project works perfectly
Is there anybody who has Sencha Working under Ubuntu ( 64 bits ? ), or someone who could help me getting this to work?
Thanks in advance.
-
31 May 2012 5:32 AM #2
had the same error on a 32bit.
solved that by upgrading my app to 2.0.1 SDK
-
31 May 2012 6:04 AM #3
If I'd only had 2.0.1...
The people behind Sencha have removed the links to that versions, leaving me with a 2.0.0 version
-
31 May 2012 6:08 AM #4
-
31 May 2012 10:23 PM #5
Thanks a lot man, almost got it working!

Now I'm stuck on the last part, but haven't been able to find out what causes that error.
Code:[INFO] Copied sdk/sencha-touch.js [INFO] Copied app.js [INFO] Copied resources/css/app.css [INFO] Copied resources/images [INFO] Copied resources/icons [INFO] Copied resources/loading [INFO] Resolving your application dependencies (file:////home/tend/projects/myapp/index.html) [INFO] Found 174 dependencies. Concatenating all into '/home/ferdinant/Projects/salarisapp/build/package/app.js' [INFO] Processed sdk/sencha-touch.js [INFO] Minifying sdk/sencha-touch.js [INFO] Processed app.js [INFO] Minifying app.js [INFO] Minifying resources/css/app.css [INFO] Minified sdk/sencha-touch.js [INFO] Minified app.js [INFO] Minified resources/css/app.css [INFO] Generated app.json [INFO] Embedded microloader into index.html [INFO] Packaging your application as a native app... [ERROR] /bin/sh: 1: stbuild: not found .
-
1 Jun 2012 1:01 AM #6
You get that error only when you build native, right?
I have the same problem.
Somebody that can help us out?


Reply With Quote