Advertisement
Vogelfrey

Cordova Ubuntu Fail

Jan 2nd, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.83 KB | None | 0 0
  1. ferdl@carsten:~/Projekte/javascript/twibutest/twibutest$ cordova -d build ubuntu --device -- --framework ubuntu-sdk-15.04
  2. Executing "before_build"  hook for all plugins.
  3. Executing "before_prepare"  hook for all plugins.
  4. missing icon element in config.xml
  5. Searching PlatformJson files for differences between project vs. platform installed plugins
  6. No differences found between project and ubuntu platform. Continuing...
  7. Generating config.xml from defaults for platform "ubuntu"
  8. Executing "after_prepare"  hook for all plugins.
  9. Executing "before_compile"  hook for all plugins.
  10. Running command: /home/ferdl/Projekte/javascript/twibutest/twibutest/platforms/ubuntu/cordova/build --device --framework ubuntu-sdk-15.04
  11. Building Phone Application...
  12. find . -name AutomocInfo.cmake | xargs sed -i 's;AM_QT_MOC_EXECUTABLE .*;AM_QT_MOC_EXECUTABLE "/usr/lib/'$(dpkg-architecture -qDEB_BUILD_MULTIARCH)'/qt5/bin/moc");' FAILED
  13. sed: Keine Eingabedateien
  14.  
  15. Try running the task again with --verbose for more logs.
  16. Example: cordova run -- --verbose
  17. Command finished with error code 1: /home/ferdl/Projekte/javascript/twibutest/twibutest/platforms/ubuntu/cordova/build --device,--framework,ubuntu-sdk-15.04
  18. ERROR building one of the platforms: Error: /home/ferdl/Projekte/javascript/twibutest/twibutest/platforms/ubuntu/cordova/build: Command failed with exit code 1
  19. You may not have the required environment or OS to build this project
  20. Error: /home/ferdl/Projekte/javascript/twibutest/twibutest/platforms/ubuntu/cordova/build: Command failed with exit code 1
  21.     at ChildProcess.whenDone (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-common/src/superspawn.js:139:23)
  22.     at ChildProcess.EventEmitter.emit (events.js:98:17)
  23.     at maybeClose (child_process.js:743:16)
  24.     at Process.ChildProcess._handle.onexit (child_process.js:810:5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement