salsaman / LiVES

LiVES is a feature rich application which combines elements of VJ and video editing software. The current version runs on Linux / BSD. Check_out_the_new_discussion_area https://github.com/salsaman/LiVES/discussions
http://lives-video.com
GNU General Public License v3.0
89 stars 11 forks source link

Hang On Starup Wizard #34

Closed benrob0329 closed 2 years ago

benrob0329 commented 2 years ago

I've tried using the lib64 prefix, I've tried running with a completely fresh configuration, and it just wants to hang on this screen. I've gotten it to get to "Testing if mpv can convert audio" and haven't been able to replicate it since.

image

Actually, on a fresh run (with .config/lives rm'ed) I get this (first it crashes before creating the project dir, then it hangs at sox testing):

[benrob0329@flux-capacitor ~]$ lives

LiVES 3.2.0
Copyright 2002 - 2020 Gabriel Finch (salsaman+lives@gmail.com) and others.
LiVES comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.

Thread got signal 11
[benrob0329@flux-capacitor ~]$ lives

LiVES 3.2.0
Copyright 2002 - 2020 Gabriel Finch (salsaman+lives@gmail.com) and others.
LiVES comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.

df: /run/user/1000/doc: Operation not permitted

Output of configure:

``` [benrob0329@flux-capacitor lives-3.2.0]$ ./configure checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking dependency style of gcc... gcc3 ./configure: 19142: ACX_PTHREAD: not found checking for lives-plugins/Makefile.am... yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking whether we are using the GNU C Library 2 or newer... yes checking for ranlib... (cached) ranlib checking for simple visibility declarations... yes checking for size_t... yes checking for stdint.h... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for pthread_rwlock_t... yes checking for multithread API to use... posix checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for argz_count... yes checking for argz_stringify... yes checking for argz_next... yes checking for __fsetlocking... yes checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for NL_LOCALE_NAME macro... yes checking for bison... bison checking version of bison... 3.7.6, ok checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for ptrdiff_t... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... yes checking for fwprintf... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for snprintf... yes checking for wcslen... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc C++ compiler is g++ checking for open in -ldl... yes checking for posix_memalign... yes checking for posix_fadvise... yes checking for posix_fallocate... yes checking for getentropy... yes checking for perl... /usr/bin/perl checking for pkg-config... /usr/bin/pkg-config checking for doxygen... no Cannot find doxygen, will not build sourcecode documentation checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking linux/joystick.h usability... yes checking linux/joystick.h presence... yes checking for linux/joystick.h... yes checking for JACK... yes jack server libs found checking jack/transport.h usability... yes checking jack/transport.h presence... yes checking for jack/transport.h... yes checking for X11... yes checking for WAYLAND... yes checking for XRENDER... yes checking for GTK+ >= 3.0.0... checking for GTK... yes - Compiling with gtk+ version 3.24.29 - checking for GLIB... yes checking for SDL2... yes checking for SDL... yes checking for LIBAVCODEC... yes checking for LIBAVFORMAT... yes checking for LIBAVUTIL... yes checking for LIBSWSCALE... yes checking for LIBSWRESAMPLE... yes checking for avcodec_open2 in -lavcodec... yes checking for avcodec_alloc_context3 in -lavcodec... yes checking for avcodec_get_name in -lavcodec... yes checking for av_codec_set_pkt_timebase in -lavcodec... yes checking for av_packet_unref in -lavcodec... yes checking for av_get_bits_per_sample in -lavcodec... yes checking for avformat_new_stream in -lavformat... yes checking for avformat_find_stream_info in -lavformat... yes checking for avformat_close_input in -lavformat... yes checking for av_set_pts_info in -lavformat... no checking for avpriv_set_pts_info in -lavformat... yes checking for av_frame_unref in -lavutil... yes checking for OPENCV... no checking for OPENCV4... yes checking for FFTW3F... yes checking for LIBFREENECT... no checking for GL... yes checking for MJPEGTOOLS... no checking for PNG... yes checking for LIBZ... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for LIBEXPLAIN... no checking ladspa.h usability... yes checking ladspa.h presence... yes checking for ladspa.h... yes checking for UNICAP... no checking linux/videodev2.h usability... yes checking linux/videodev2.h presence... yes checking for linux/videodev2.h... yes checking for LIBDV... no checking for OGG... yes checking for THEORA... yes checking for Dirac (schroedinger): checking for DIRAC... no checking for ALSA... yes checking for PULSE... yes checking for pa_stream_begin_write in -lpulse... yes checking for LIBVISUAL... yes checking for LIBPROJECTM... yes checking for OIL... no checking for ORC... yes checking frei0r.h usability... yes checking frei0r.h presence... yes checking for frei0r.h... yes checking libraw1394/raw1394.h usability... yes checking libraw1394/raw1394.h presence... yes checking for libraw1394/raw1394.h... yes checking libavc1394/avc1394.h usability... yes checking libavc1394/avc1394.h presence... yes checking for libavc1394/avc1394.h... yes checking libavc1394/rom1394.h usability... yes checking libavc1394/rom1394.h presence... yes checking for libavc1394/rom1394.h... yes checking for WEED_GSLICE... yes checking for WEED_UTILS... yes checking for WEED_COMPAT... yes checking for WEED_PLUGIN... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libweed/Makefile config.status: creating libOSC/Makefile config.status: creating libOSC/client/Makefile config.status: creating libOSC/sendOSC/Makefile config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating intl/Makefile config.status: creating m4/Makefile config.status: creating src/Makefile config.status: creating resources/Makefile config.status: creating lives-plugins/Makefile config.status: creating lives-plugins/plugins/effects/RFXscripts/Makefile config.status: creating lives-plugins/plugins/effects/compound/Makefile config.status: creating lives-plugins/plugins/effects/Makefile config.status: creating lives-plugins/plugins/encoders/Makefile config.status: creating lives-plugins/plugins/decoders/Makefile config.status: creating lives-plugins/plugins/Makefile config.status: creating lives-plugins/plugins/playback/video/Makefile config.status: creating lives-plugins/plugins/playback/audiostream/Makefile config.status: creating lives-plugins/plugins/playback/Makefile config.status: creating lives-plugins/icons/Makefile config.status: creating lives-plugins/themes/cutting_room/Makefile config.status: creating lives-plugins/themes/pinks/Makefile config.status: creating lives-plugins/themes/camera/Makefile config.status: creating lives-plugins/themes/editor/Makefile config.status: creating lives-plugins/themes/crayons/Makefile config.status: creating lives-plugins/themes/crayons-bright/Makefile config.status: creating lives-plugins/themes/Makefile config.status: creating lives-plugins/weed-plugins/Makefile config.status: creating lives-plugins/weed-plugins/gdk/Makefile config.status: creating lives-plugins/weed-plugins/cairo/Makefile config.status: creating lives-plugins/marcos-encoders/Makefile config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile ******************************************************************* LiVES is now configured and ready for building. If you are building for MULTILIBS on a 64 bit system, you may wish to re-run this, e.g.: ./configure --libdir=/usr/lib64 In this case you MUST also manually update the library paths in libweed/*.pc files. Remember to do "sudo ldconfig" or equivalent after installing. ******************************************************************* ```
salsaman commented 2 years ago

Can you please test with the git version, I believe this issue has been fixed already.

RKelln commented 2 years ago

I was getting a similar but slightly different hang on the startup wizard on Ubuntu 20.04 from the PPA package and compiling (see #37) fixed it.

salsaman commented 2 years ago

So, may I close this now ?