Does the normal ./bkd.sh work OK, do you get bin directory with all in it? MatN On Tue, 8 Feb 2022 08:39:59 +0100 Andrea paz via Cin <[email protected]> wrote:
I tried to build the CinGG appimage with bld_appimage.sh, but I get the following error:
$ ./bld_appimage.sh ./bld_appimage.sh: line 14: ./autogen.sh: No such file or directory ./bld_appimage.sh: line 15: ./configure: No such file or directory make: *** No targets specified and no makefile found. Stop. mv: cannot stat 'Makefile': No such file or directory cp: cannot stat 'Makefile.devel': No such file or directory cp: cannot stat 'bin': No such file or directory linuxdeploy version 1-alpha (git commit ID 4c5b9c5), GitHub actions build 57 built on 2022-01-12 09:53:03 UTC
-- Creating basic AppDir structure -- Creating directory AppDir/usr/bin/ Creating directory AppDir/usr/lib/ Creating directory AppDir/usr/share/applications/ Creating directory AppDir/usr/share/icons/hicolor/ Creating directory AppDir/usr/share/icons/hicolor/16x16/apps/ Creating directory AppDir/usr/share/icons/hicolor/32x32/apps/ Creating directory AppDir/usr/share/icons/hicolor/64x64/apps/ Creating directory AppDir/usr/share/icons/hicolor/128x128/apps/ Creating directory AppDir/usr/share/icons/hicolor/256x256/apps/ Creating directory AppDir/usr/share/icons/hicolor/scalable/apps/
-- Deploying dependencies for existing files in AppDir --
-- Deploying executables -- ERROR: No such file or directory: bin/cin
The only change I made to bld_appimage.sh is to put a "./" in front of the linuxdeploy-x86_64.AppImage command.
However, the compilation of CinGG doesn't happen (I think because of paths not put or wrong...) and after, the folder "bin" is not copied in "AppDir/usr".
Trying to use the absolute paths inside bld_appimage.sh, I get something similar. but there are more steps than before:
$ LC_ALL=C ./bld_appimage.sh ./bld_appimage.sh: line 14: ./autogen.sh: No such file or directory ./bld_appimage.sh: line 15: ./configure: No such file or directory make: *** No targets specified and no makefile found. Stop. mv: cannot stat 'Makefile': No such file or directory cp: cannot stat 'Makefile.devel': No such file or directory cp: cannot stat 'bin': No such file or directory ./bld_appimage.sh: line 27: ./linuxdeploy-x86_64.AppImage: Permission denied [paz@arch-paz blds]$ LC_ALL=C ./bld_appimage.sh ./bld_appimage.sh: line 14: ./autogen.sh: No such file or directory ./bld_appimage.sh: line 15: ./configure: No such file or directory make: *** No targets specified and no makefile found. Stop. mv: cannot stat 'Makefile': No such file or directory cp: cannot stat 'Makefile.devel': No such file or directory cp: cannot stat 'bin': No such file or directory linuxdeploy version 1-alpha (git commit ID 4c5b9c5), GitHub actions build 57 built on 2022-01-12 09:53:03 UTC
-- Creating basic AppDir structure -- Creating directory AppDir/usr/bin/ Creating directory AppDir/usr/lib/ Creating directory AppDir/usr/share/applications/ Creating directory AppDir/usr/share/icons/hicolor/ Creating directory AppDir/usr/share/icons/hicolor/16x16/apps/ Creating directory AppDir/usr/share/icons/hicolor/32x32/apps/ Creating directory AppDir/usr/share/icons/hicolor/64x64/apps/ Creating directory AppDir/usr/share/icons/hicolor/128x128/apps/ Creating directory AppDir/usr/share/icons/hicolor/256x256/apps/ Creating directory AppDir/usr/share/icons/hicolor/scalable/apps/
-- Deploying dependencies for existing files in AppDir --
-- Deploying executables -- ERROR: No such file or directory: bin/cin [paz@arch-paz blds]$ LC_ALL=C ./bld_appimage.sh + rm -f global_config configure Makefile Makefile.in + rm -f aclocal.m4 depcomp compile install-sh ltmain.sh + rm -f config.log config.guess config.h config.h.in config.sub config.status missing + rm -rf autom4te.cache m4 + '[' '' = clean ']' + autoupdate autoupdate: error: 'configure.ac' is required + mkdir m4 + autoreconf --install autoreconf: error: 'configure.ac' is required ++ uname -o + '[' GNU/Linux = Android ']' + '[' -e /system/bin/app_process ']' ./bld_appimage.sh: line 15: /home/paz/cinelerra5/cinelerra-5.1/./configure: No such file or directory make: *** No targets specified and no makefile found. Stop. mv: cannot stat 'Makefile': No such file or directory cp: cannot stat 'Makefile.devel': No such file or directory cp: cannot stat '/home/paz/cinelerra5/cinelerra-5.1/bin': No such file or directory linuxdeploy version 1-alpha (git commit ID 4c5b9c5), GitHub actions build 57 built on 2022-01-12 09:53:03 UTC
-- Creating basic AppDir structure -- Creating directory AppDir/usr/bin/ Creating directory AppDir/usr/lib/ Creating directory AppDir/usr/share/applications/ Creating directory AppDir/usr/share/icons/hicolor/ Creating directory AppDir/usr/share/icons/hicolor/16x16/apps/ Creating directory AppDir/usr/share/icons/hicolor/32x32/apps/ Creating directory AppDir/usr/share/icons/hicolor/64x64/apps/ Creating directory AppDir/usr/share/icons/hicolor/128x128/apps/ Creating directory AppDir/usr/share/icons/hicolor/256x256/apps/ Creating directory AppDir/usr/share/icons/hicolor/scalable/apps/
-- Deploying dependencies for existing files in AppDir --
-- Deploying executables -- ERROR: No such file or directory: bin/cin
Can you tell me where I'm going wrong?