DeskGap icon indicating copy to clipboard operation
DeskGap copied to clipboard

Can't release on Ubuntu

Open gregpalaci opened this issue 3 years ago • 0 comments

So I'm ready to release my app. I've followed https://deskgap.com/building/#steps for Ubu8ntu and got positive feedback:

[  5%] Built target libnode
[ 10%] Built target deskgap_platform_preload_script
[ 40%] Built target deskgap_platform
[ 45%] Built target deskgap
[ 62%] Built target DeskGapNodeScripts
[ 67%] Built target nod
[100%] Built target DeskGapNode
[100%] Built target DeskGapNodeResources

No release created so I peaked into the azure pipline to find the rest of the steps Got binToCode.js missing

-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") 
-- Checking for module 'gtk+-3.0>=3.18.9'
--   Found gtk+-3.0, version 3.24.20
-- Checking for module 'webkit2gtk-4.0>=2.20.5'
--   Found webkit2gtk-4.0, version 2.28.2
-- Configuring done
-- Generating done
-- Build files have been written to: /home/gnb/Sites/deskgappy/dist_build
Scanning dependencies of target libnode
[  2%] Building C object _deps/libnode-build/CMakeFiles/libnode.dir/dummy.c.o
[  5%] Linking C static library liblibnode.a
[  5%] Built target libnode
[  8%] Generating dg_preload_gtk.c
/bin/sh: 1: BIN2CODE_NODE_EXECUTABLE-NOTFOUND: not found
make[2]: *** [lib/src/platform/gtk/CMakeFiles/deskgap_platform_preload_script.dir/build.make:62: lib/src/platform/gtk/dg_preload_gtk.c] Error 127
make[1]: *** [CMakeFiles/Makefile2:334: lib/src/platform/gtk/CMakeFiles/deskgap_platform_preload_script.dir/all] Error 2
make: *** [Makefile:84: all] Error 2

gregpalaci avatar Jul 13 '20 01:07 gregpalaci